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

@font-face {
    font-family: 'Work Sans';
    src: url('../assets/fonts/WorkSans-Regular.woff2') format('woff2'),
    url('../assets/fonts/WorkSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../assets/fonts/WorkSans-ExtraLight.woff2') format('woff2'),
    url('../assets/fonts/WorkSans-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../assets/fonts/WorkSans-ExtraBoldItalic.woff2') format('woff2'),
    url('../assets/fonts/WorkSans-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../assets/fonts/WorkSans-MediumItalic.woff2') format('woff2'),
    url('../assets/fonts/WorkSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../assets/fonts/WorkSans-LightItalic.woff2') format('woff2'),
    url('../assets/fonts/WorkSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../assets/fonts/WorkSans-BlackItalic.woff2') format('woff2'),
    url('../assets/fonts/WorkSans-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Work Sans';
    src: url('../assets/fonts/WorkSans-Italic.woff2') format('woff2'),
    url('../assets/fonts/WorkSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../assets/fonts/WorkSans-Bold.woff2') format('woff2'),
    url('../assets/fonts/WorkSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../assets/fonts/WorkSans-BoldItalic.woff2') format('woff2'),
    url('../assets/fonts/WorkSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../assets/fonts/WorkSans-ExtraBold.woff2') format('woff2'),
    url('../assets/fonts/WorkSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../assets/fonts/WorkSans-Black.woff2') format('woff2'),
    url('../assets/fonts/WorkSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../assets/fonts/WorkSans-ExtraLightItalic.woff2') format('woff2'),
    url('../assets/fonts/WorkSans-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../assets/fonts/WorkSans-SemiBoldItalic.woff2') format('woff2'),
    url('../assets/fonts/WorkSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../assets/fonts/WorkSans-SemiBold.woff2') format('woff2'),
    url('../assets/fonts/WorkSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../assets/fonts/WorkSans-Thin.woff2') format('woff2'),
    url('../assets/fonts/WorkSans-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../assets/fonts/WorkSans-ThinItalic.woff2') format('woff2'),
    url('../assets/fonts/WorkSans-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}





a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

html{
    font-size: 16px !important;
}

a, button{
    cursor: pointer;
}

body {
    line-height: 1;
    font-size: 16px !important;
    font-family: 'Work Sans', sans-serif;
    background-color: #fff;
    overflow-x: hidden;
}

ol, ul {
    list-style: none !important;
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    scroll-behavior: smooth;
}

body, html {
    padding: 0;
    margin: 0;
    width: 100%;
    font-weight: 700;
    font-family: 'Work Sans', sans-serif;
    overflow-x: hidden;
    background-color: #fff;
}

body {
    min-width: 300px;
    font-family: 'Work Sans', sans-serif;
}

input, textarea{
    font-family: 'Work Sans', sans-serif !important;
}

.woocommerce-notices-wrapper{
    /*background-color: #F7F7F7;*/
    display: flex;
    flex-direction: column;
    margin-bottom: -10px;
    position: relative;
    z-index: 2;
}

.woocommerce-notices-wrapper ul{
    max-width: 1280px;
    width: 100%;
    margin: 10px auto;
    position: relative;
    background-color: #Fff;
    border-top: none;
}

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li{
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0%;
    color: #1B1918;
}


body img {
    max-width: 100%;
    height: auto;
}

a img {
    border: 0;
}

a {
    cursor: pointer !important;
}

a:active, a:visited, a, a:hover, a:focus, button {
    text-decoration: none !important;
    outline: 0 !important;
}

*,
*::before,
*::after {
    outline: 0 ! important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    outline: none !important;
    text-decoration: none;
    color: #444444;
    font-size: 14px;
    font-weight: 400;
}

.square-circle-5 {
    width: 65px;
    aspect-ratio: 1;
    position: relative;
}

.square-circle-5:before,
.square-circle-5:after {
    content: "";
    position: absolute;
    border-radius: 50px;
    box-shadow: 0 0 0 3px inset #151515;
    animation: sc5 2.5s infinite;
}

.square-circle-5:after {
    animation-delay: -1.25s;
    border-radius: 0;
}

@keyframes sc5 {
    0% {
        inset: 0 35px 35px 0
    }
    12.5% {
        inset: 0 35px 0 0
    }
    25% {
        inset: 35px 35px 0 0
    }
    37.5% {
        inset: 35px 0 0 0
    }
    50% {
        inset: 35px 0 0 35px
    }
    62.5% {
        inset: 0 0 0 35px
    }
    75% {
        inset: 0 0 35px 35px
    }
    87.5% {
        inset: 0 0 35px 0
    }
    100% {
        inset: 0 35px 35px 0
    }
}

@media (min-width: 768px) {
    html .load-hidden {
        visibility: hidden;
    }

    html .load-hidden .letter {
        opacity: 0;
    }

    html .opacity-hidden {
        opacity: 0;
    }
}


body a:hover {
    text-decoration: none;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.clear {
    clear: both;
}

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

.aligncenter {
    display: block;
    margin: 10px auto;
}

input, textarea {
    /*font-family: $body-font !important;*/
}

textarea,
select,
input[type="text"],
input[type="button"],
input[type="email"],
input[type="submit"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="tel"] {
    -webkit-appearance: none;
    border-radius: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.flex {
    display: flex;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.container {
    max-width: 1320px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.container-l {
    max-width: 1720px;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.container-sm {
    max-width: 1010px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.container-ex-sm{
    max-width: 970px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.loader-holder {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: none;
    right: 0;
    z-index: 5;
}

.loader-center {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #151515;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
    animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3) {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
    animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
    animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3):before {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
    animation-delay: -0.6s;
}

@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {
    80%, 100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }
    100%, 0% {
        transform: scale(1.0);
    }
}

/*CUSTOM*/

.page-title-wrap{
    background: linear-gradient(270deg, #FFF7E1 0%, #F9F1EC 100%);
}

.page-title-body{
    padding: 30px 50px;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #1B1918;
    position: relative;
}

.page-title-body:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 16px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    background-color: #FFFFFF;
}

.blog-body{
    padding: 65px 0 80px;
}

.blog-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px 15px;
    margin-bottom: 40px;
}

.blog-card-img-wrap{
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 25px;
}

.blog-card-img{
    width: 100%;
    /*min-height: 365px;*/
    padding-bottom: 58%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .3s;
}

.blog-card:hover .blog-card-img{
    transform: scale(1.05);
}

.blog-card-title{
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 25px;
}

.blog-more.read-more{
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #1B1918;
    text-transform: uppercase;
    transition: all .3s;
}

.blog-more.read-more icon{
    display: block;
    width: 40px;
    height: 1px;
    background-color: #1B1918;
    margin-left: 40px;
    transition: all .3s;
}

.blog-card:hover .blog-more.read-more icon{
    width: 50px;
    background-color: #FF7525;
}

.blog-card:hover .blog-more.read-more{
    color: #FF7525;
}

.primary-btn{
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    width: fit-content;
    color: #fff;
    border: 1px solid #FF7525;
    border-radius: 16px;
    background-color: #FF7525;
    text-transform: uppercase;
    min-height: 50px;
    transition: all .3s;
}

.primary-btn:hover{
    background-color: transparent;
    border: 1px solid #FF7525;
    color: #FF7525;
}

.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button{
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    width: fit-content;
    color: #fff;
    border: 1px solid #FF7525;
    border-radius: 16px;
    background-color: #FF7525;
    text-transform: uppercase;
    min-height: 50px;
    transition: all .3s;
}

.woocommerce-error .button:hover, .woocommerce-info .button:hover, .woocommerce-message .button:hover{
    background-color: transparent !important;
    border: 1px solid #FF7525;
    color: #FF7525;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message{
    padding: 15px 20px 15px 3.5em;
    margin-bottom: 15px;
    font-size: 1rem;
    color: #000;
    font-weight: 600;
}

.check-container {
    display: flex !important;
    align-items: center;
    position: relative;
}

.transparent-black-btn{
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    width: fit-content;
    color: #1B1918;
    border: 1px solid #1B1918;
    border-radius: 8px;
    background-color: transparent;
    text-transform: uppercase;
    transition: all .3s;
}

.transparent-black-btn:hover{
    background-color: #1B1918;
    color: #fff;
}

.menu-page{
    min-height: calc(100vh - 550px);
}

.blog .load-more-btn{
    margin: 0 auto;
}

.news-inner-body{
    padding: 40px 0 80px;
}

.news-inner-intro-img{
    min-height: 520px;
    width: 100%;
    border-radius: 16px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}

.news-inner-main-wrap{
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}



.news-inner-content img{
    width: 100%;
    border-radius: 16px;
}

.news-inner-content p{
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0%;
    color: #000000;
}

.news-inner-content h1{
    font-weight: 600;
    font-size: 2rem;
    width: 100%;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #1B1918;
    margin-bottom: 25px;
}

.header-cart{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 35px 40px;
    background-color: #fff;
    z-index: 1001;
    max-width: 415px;
    width: 100%;
    transform: translateX(100%); /* Initially hidden */
    transition: transform 0.3s ease-in-out;
}

.header-cart.active{
    transform: translateX(0);
}

.woocommerce-mini-cart-item .cart-product-img{
    min-width: 92px;
    min-height: 92px;
    border-radius: 16px;
    margin-right: 15px;
    overflow: hidden;
}

.woocommerce-mini-cart-item .cart-product-img img{
    display: block;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%; /* Make image cover the full width */
    height: 100%; /* Make image cover the full height */
    object-fit: cover; /* Ensures the image scales to cover the area without stretching */
    object-position: center; /* Centers the image in case of cropping */
}

.woocommerce-mini-cart-item.mini_cart_item .wc-single-product-extra-info img{
    width: 16px !important;
    margin-right: 10px !important;
}

.woocommerce-mini-cart-item.mini_cart_item .rental-cart-info p strong, .woocommerce-mini-cart-item.mini_cart_item .rental-cart-info p{
    font-size: .875rem;
}

.woocommerce-mini-cart-item .quantity{
    max-width: 75px;
    margin-right: 15px;
}

.woocommerce-mini-cart-item .quantity .qty{
    min-width: 20px !important;
}

.woocommerce-mini-cart-item .quantity .minus, .woocommerce-mini-cart-item .quantity .plus{
    min-width: 16px;
    height: 16px;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a{
    display: flex;
}

.woocommerce-mini-cart-item .remove.remove-product-btn{
    margin:  0 0 0 auto;
}

.woocommerce-mini-cart-item .content-actions{
    display: flex;
    align-items: center;
}

.woocommerce-mini-cart-item .content{
    width: 100%;
}

.woocommerce-mini-cart-item .content .title-link{
    font-weight: 600 !important;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #1B1918;
    margin-bottom: 10px;
    display: block;
}

.header-cart-list .inner-mini-cart-total-wrap{
    font-size: 1.125rem;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li{
    padding: 0;
    display: flex;
    align-items: flex-start;
    padding-bottom: 15px;
    border-bottom: 1px solid #939292;
    margin-bottom: 15px;
}

.woocommerce-mini-cart-item .woocommerce-Price-amount.amount, .woocommerce-mini-cart-item woocommerce-Price-amount.amount {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #1B1918;
}

.header-cart-list  .inner-mini-cart-total-wrap{
    font-weight: 600;
}

.link-to-checkout{
    width: 100%;
    margin-bottom: 25px;
}

.header-top-link-account{
    position: relative;
}

.header-account-dropdown{
    display: flex;
    flex-direction: column;
    position: absolute;
    padding-top: 15px;
    bottom: 0;
    width: 100%;
    transform: translateY(100%);
    background-color: #1B1918;
    z-index: -1;
    min-width: 195px;
    right: 0;
    opacity: 0;
    transition: all .3s;
    visibility: hidden;
}

.header-top-link-account:hover .header-account-dropdown{
    opacity: 1;
    z-index: 1111;
    visibility: visible;
}

.header-account-dropdown li{
    padding: 15px 10px;
    border-bottom: 1px solid #939292;
    justify-content: center;
}

.header-top-link-account.loggedin::after{
    content: '';
    background-image: url("../assets/images/Icon feather-chevron-down.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 10px;
    height: 5px;
    display: block;
    margin-left: 10px;
}

.header-top-link-account.loggedin:hover::after{
    transform: rotate(180deg);
}

.header-account-dropdown li a{
    text-align: center;
}

.header-account-dropdown li:last-child{
    border-bottom: none;
}

.link-to-checkout icon{
    display: block;
    width: 19px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../assets/images/Glyph.svg");
    margin-right: 10px;
    transition: all .3s;
    transition-delay: .01s;
}

.link-to-checkout:hover icon{
    background-image: url("../assets/images/Glyph hover.svg");
}

.link-to-cart{
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #1B1918;
    transition: all .3s;
    margin: 0 auto;
    display: block;
}

.link-to-cart:hover{
    color: #FF7525;
}

.header-cart-title{
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #000;
}

.header-cart-title-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #939292;
    margin-bottom: 15px;
}

.header-cart-close{
    width: 40px;
    min-height: 16px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../assets/images/Arrow 2.svg");
    transform: rotate(180deg);
    transition: all .3s;
    cursor: pointer;
}

.header-cart-close:hover{
    background-image: url("../assets/images/Arrow 2 hover.svg");
}

.woocommerce-mini-cart__empty-message icon{
    width: 90px;
    height: 116px;
    display: block;
    margin-bottom: 40px;
    background-image: url("../assets/images/Group (8).svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.woocommerce-mini-cart__empty-message{
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #1B1918;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100vh - 200px);
}

.news-inner-content h2{
    font-weight: 600;
    font-size: 1.75rem;
    width: 100%;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #1B1918;
    margin-bottom: 25px;
}

.news-inner-content h3{
    font-weight: 600;
    font-size: 1.5rem;
    width: 100%;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #1B1918;
    margin-bottom: 25px;
}

.news-inner-content h4{
    font-weight: 600;
    font-size: 1.25rem;
    width: 100%;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #1B1918;
    margin-bottom: 25px;
}

.news-inner-content h5{
    font-weight: 600;
    font-size: 1.125rem;
    width: 100%;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #1B1918;
    margin-bottom: 25px;
}

.news-inner-content h6{
    font-weight: 600;
    font-size: 1rem;
    width: 100%;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #1B1918;
    margin-bottom: 25px;
}

.news-inner-content strong{
    font-weight: 700 !important;
}

.news-inner-content ul{
    list-style-type: disc !important;
}

.news-inner-content  ol{
    list-style-type: decimal !important;
}

.news-inner-content  li{
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0%;
    color: #000000;
    list-style-position: inside;
}

.back-arrow{
    width: 40px;
    height: 16px;
    background-image: url("../assets/images/Arrow 2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all .3s;
    transition-delay: 0.01s;
}

.back-arrow:hover{
    background-image: url("../assets/images/Arrow 2 hover.svg");
}

.contact-main-body{
    padding: 80px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
}

.contact-info-card{
    display: flex;
    align-items: center;
    background: linear-gradient(238.55deg, #FFF7E1 2.18%, #F9F1EC 98.64%);
    padding: 30px;
}

.contact-info-card-title{
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #1B1918;
    margin-bottom: 5px;
}

.contact-phone{
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("../assets/images/Vector (11).svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.contact-email{
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("../assets/images/Vector dockers email.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.contact-map{
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("../assets/images/Group (6).svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.contact-info-card-content{
    display: flex;
    flex-direction: column;
    padding-left: 25px;
    border-left: 2px solid #FF7525;
    margin-left: 25px;
}

.contact-info-card-link{
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #FF7525;
    transition: all .3s;
}

.contact-info-card-link:hover{
    opacity: .8;
}

.contact-form-wrap{
    background: linear-gradient(180deg, #373737 0%, #2C2C2C 100%);
}


.contact-form-image{
    width: 48%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-form-body{
    width: 40%;
    padding: 50px 0 120px;
}

.section-title{
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #1B1918;
}

.section-title strong{
    color: #FF7525;
}



.contact-form-title.section-title{
    color: #fff;
    margin-bottom: 25px;
}

.section-text{
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0%;
    color: #1B1918;
}

.contact-form-text.section-text{
    color: #fff;
    margin-bottom: 25px;
}

.textpage-body{
    padding: 40px 0 80px;
}

.textpage-menu-wrap{
    margin-bottom: 35px;
}

.textpage-menu{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #939292;
    /*overflow-x: auto;*/
}

.textpage-menu li {
    min-width: max-content;
}

.textpage-menu a{
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #939292;
    text-transform: uppercase;
    transition: all .3s;
    display: flex;
    min-width: max-content;
}

.textpage-menu a:hover{
    color: #FF7525;
}

.textpage-menu .current_page_item a{
    color: #FF7525;
    position: relative;
}

.textpage-menu .current_page_item a:after{
    content: '';
    position: absolute;
    bottom: -22px;
    background-color: #FF7525;
    height: 6px;
    left: 0;
    right: 0;
}

.textpage .section-title{
    margin-bottom: 15px;
}

.form-row input[type="text"],
.form-row input[type="password"],
.form-row input[type="email"],
.form-row input[type="date"],
.form-row input[type="number"],
.form-row input[type="tel"] {
    background: linear-gradient(270deg, #FFF7E1 0%, #F9F1EC 100%);
    padding: 5px 15px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #1B1918;
    border: none;
    width: 100%;
    height: 47px;
}

.form-row{
    position: relative;
}

.wpcf7-form-control-wrap{
    width: 100%;
}

.form-row > p{
    width: 100%;
    display: flex;
}

.form-row .floating-label{
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0%;
    color: #1B1918;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    z-index: 9;
    transition: all .3s;
}

.form-row.form-row-phone .floating-label{
    left: 85px;
}

.form-row.form-row-phone.focused .floating-label{
    left: 15px;
}
.form-row.form-row-phone.filled .floating-label{
    left: 15px;
}

.form-row.thwcfd-field-tel .floating-label{
    left: 85px;
}

.form-row.thwcfd-field-tel.focused .floating-label{
    left: 15px;
}
.form-row.thwcfd-field-tel.filled .floating-label{
    left: 15px;
}

input.wpcf7-not-valid{
    border: 2px solid #dc3232 !important;
}

.wpcf7-not-valid-tip{
    display: none !important;
}

.form-row{
    margin-bottom: 15px;
}

.contact-form .form-row .primary-btn{
    width: 100%;
}

.checkmark {
    height: 16px;
    min-width: 16px;
    width: 16px;
    border: 1px solid transparent;
    border-radius: 6px;
    margin-right: 15px;
    display: block;
    position: relative;
    cursor: pointer;
    background: linear-gradient(270deg, #FFF7E1 0%, #F9F1EC 100%);
    transition: all .3s;
}

.checkmark:hover{
    background: #FF7525;
}

/* On mouse-over, add a grey background color */
.check-container input:hover  ~ .wpcf7-list-item-label .checkmark {
    border-color: 2px solid #FF7525;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .wpcf7-list-item-label .checkmark {
    border-color: 2px solid #FF7525;
}
.check-container input:checked ~ .checkmark {
    border-color: 2px solid #FF7525;
}

/* Create the checkmark/indicator (hidden when not checked) */
.check-container:after {
    content: "" !important;
    position: absolute !important;
    display: none !important;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .wpcf7-list-item-label .checkmark:after {
    display: block !important;
}
.check-container input:checked ~  .checkmark:after {
    display: block !important;
}

.form-row input[type="checkbox"]{
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    margin: 0;
    display: block;
    z-index: 2;
}

.woocommerce form .form-row .input-checkbox{
    position: absolute;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 16px;
    height: 16px;
    margin: 0;
    display: block;
    z-index: 2;
}

.create-account-checkbox label .wpcf7-list-item-label{
    font-size: 0.875rem;
}

.create-account-checkbox label{
    min-height: 50px;
}

.checkout-create-account label{
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #000000 !important;
}

.wpcf7-list-item{
    margin: 0;
}

.wpcf7-list-item-label{
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0%;

}

.wpcf7-list-item-label a{
    color: #FF7525;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.375;
    margin: 0 0 0 5px ;
    transition: all .3s;
}

.wpcf7-list-item-label a:hover{
    text-decoration: underline !important;
}

.secure-payment-icon{
    display: block;
    width: 19px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../assets/images/Glyph.svg");
    margin-right: 10px;
    transition-delay: .01s;
    transition: all .3s;
}

#place_order:hover .secure-payment-icon{
    background-image: url("../assets/images/Glyph hover.svg");
}

#place_order{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    width: 100%;
    transition: all .3s;
}

.menu-page-body{
    padding: 40px 0 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.woocommerce-privacy-policy-text{
    display: none;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{

}
.menu-pdf-card{
    background: linear-gradient(238.55deg, #FFF7E1 2.18%, #F9F1EC 98.64%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 53px;
    padding: 30px 65px;
    max-width: 630px;
    width: 100%;
    margin: 0 auto;
    transition: all .3s;
}

.menu-pdf-card:hover{
    background: #FF7525;
}

.menu-pdf-card:hover .menu-pdf-card-title{
    color: #fff;
    border-left: 2px solid #fff;
}

.menu-pdf-card:hover .menu-icon{
    background-image: url("../assets/images/_x30_2_x2C__Menu_x2C__food_and_restaurant_x2C__files_and_folders_x2C__menus_x2C__paper_x2C__restaurant hover.svg");

}

.menu-icon{
    display: block;
    background-image: url("../assets/images/_x30_2_x2C__Menu_x2C__food_and_restaurant_x2C__files_and_folders_x2C__menus_x2C__paper_x2C__restaurant.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 29px;
    height: 40px;
    transition: all .3s;
    transition-delay: .01s;
}

.menu-pdf-card-title{
    padding-left: 25px;
    border-left: 2px solid #FF7525;
    margin-left: 25px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28.15px;
    letter-spacing: 0%;
    color: #1B1918;
}

.menu-pdf-card-content{
    display: flex;
    align-items: center;
}

.menu-pdf-download-icon{
    display: block;
    background-image: url("../assets/images/download-pdf 1.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 32px;
    height: 32px;
    transition: all .3s;
    transition-delay: .01s;
}

.menu-pdf-card:hover .menu-pdf-download-icon{
    background-image: url("../assets/images/download-pdf 1 hover.svg");
}

.error-wrap{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../assets/images/Rectangle 18.jpg");
    position: relative;
}

.error-wrap:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: .6;
}

.error-body {
    min-height: calc(100vh - 550px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
    position: relative;
    z-index: 2;
}

.error-wrap-content{
    padding: 80px 40px;
    max-width: 850px;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.error-wrap-content .section-title{
    text-align: center;
    margin-bottom: 45px;
}

.img-404{
    width: 350px;
    min-height: 140px;
    background-image: url("../assets/images/Group 4329.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 50px;
}

.error-wrap-content .primary-btn{
    max-width: 290px;
    width: 100%;
}

.header-top{
    background-color: #1B1918;
}

.header-top-body{
    padding: 15px 0;
}

.header-top-content{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
}

.header-top-content li{
    display: flex;
    align-items: center;
}

.header-phone{
    background-image: url("../assets/images/Group 4366.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 14px;
    height: 16px;
    margin-right: 10px;
}

.header-top-link-phone{
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #fff;
}

.header-top-link-phone a{
    color: #FF7525;
    margin-left: 5px;
    transition: all .3s;
}

.header-top-link-phone a:hover{
    opacity: .8;
}

.header-top-link-account a{
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #fff;
    transition: all .3s;
}

.header-top-link-account a:hover{
    color: #FF7525;
}

icon.header-account{
    background-image: url("../assets/images/Group 4300.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 14px;
    height: 16px;
    margin-right: 10px;
}

.header-main{
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px 0px #00000017;
}

.header-main-body{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.header-menu{
    display: flex;
    align-items: center;
    gap: 25px;
    margin-right: 40px;
}


.header-menu a{
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    transition: all .3s;
    color: #1B1918;
}

.header-menu a:hover{
    color: #FF7525;
}

.search-header-icon{
    background-image: url("../assets/images/layer1.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: all .3s;
    transition-delay: .01s;
}

.search-header-icon:hover{
    background-image: url("../assets/images/layer1 hover.svg");
}

.cart-header-icon{
    background-image: url("../assets/images/Groupcart-header.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 16px;
    height: 20px;
    cursor: pointer;
    transition: all .3s;
    transition-delay: .01s;
}

.cart-header-icon:hover{
    background-image: url("../assets/images/Groupcart-header hover.svg");
}

.header-main-content{
    display: flex;
    align-items: center;
}

.header-extra{
    display: flex;
    align-items: center;
    gap: 25px;
    margin-left: 40px;
}

.search-nav-wrap{
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 1000;
}

.header-search-form{
    display: flex;
    align-items: center;
}

.header-search-form{
    margin-bottom: 0 !important;
    height: 100%;
    width: 100%;
}

.header-search-form button{
    border: transparent;
    background: transparent;
}

.header-search-form input[type="text"]{
    background: transparent !important;
}

.header-search-form input[type="text"]::placeholder{
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #939292;
}

.search-nav{
    padding: 15px 20px;
    height: 100%;
    display: flex;
    align-items: center;
}

.search-nav .close-icon{
    background-image: url("../assets/images/02 User.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: all .3s;
    transition-delay: .01s;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
    background-color: transparent;
    color: #FF7525;
}

.search-nav .close-icon:hover{
    background-image: url("../assets/images/02 User hover.svg");
}

.hm-intro{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.hm-intro-body{
    min-height: 640px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
/*     padding: 130px 0 75px; */
	padding: 0 0 75px;
    width: 40%;
    position: relative;
    z-index: 10;
}

.hm-intro:after{
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background: linear-gradient(270deg, rgba(227, 101, 56, 0.86) 0%, rgba(232, 109, 60, 0.95) 17.5%, #FF9151 100%);
    z-index: 9;
    position: absolute;
}

.hm-intro-subtitle{
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    margin-bottom: 10px;
    color: #fff;
}

.hm-intro-title{
    color: #fff;
    margin-bottom: 30px;
}

.white-btn{
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    width: fit-content;
    color: #1B1918;
    border: 1px solid #fff;
    border-radius: 8px;
    background-color: #fff;
    text-transform: uppercase;
    min-height: 50px;
    transition: all .3s;
}

.white-btn:hover{
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.hm-games .section-title{
    text-align: center;
    margin-bottom: 25px;
}

.hm-games-body{
    padding: 30px 0 55px;
}

.hm-games-body:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    height: 16px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    background-color: #FFFFFF;
}

.hm-game-teams-wrap{
    width: 100%;
    padding: 25px;
    background-color: #FF7525;
    border-radius: 16px;
}

.hm-game-team{
    display: flex;
    flex-direction: column;
    position: relative;
}

.hm-game-team-logo{
    width: 142px;
    height: 142px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 4px solid #FF4400;
    margin-bottom: 15px;
}

.hm-game-team-title{
    font-weight: 700;
    font-size: 1.5;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
}

.hm-game-teams-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    margin-bottom: 10px;
}

.hm-game-day{
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.hm-game-time{
    font-weight: 700;
    font-size: 4rem;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
    margin-bottom: 5px;
}

.hm-game-weekday{
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
}

.hm-game-team:first-child:after{
    content: 'vs';
    font-weight: 700;
    font-size: 32px;
    line-height: 37.54px;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translate(50%,-50%);
}

.hm-games-slider .slick-slide{
    padding: 0 8px;
}

.hm-games-slider .slick-list{
    /*margin: 0 110px;*/
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
}

.slick-arrow{
    background-color: transparent;
    border: transparent;
    font-size: 0;
    background-image: url("../assets/images/Arrow 2.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 41px;
    height: 16px;
    transition: all .3s;
    z-index: 10;
}

.slick-arrow:hover{
    background-image: url("../assets/images/Arrow 2 hover.svg");
}

.slick-arrow.slick-prev{
    top: 125px;
    left: 0;
    position: absolute;
}

.slick-arrow.slick-next{
    top: 125px;
    right: 0;
    position: absolute;
    transform: rotate(180deg);
}

.hm-news-body{
    padding: 120px 0;
}

.hm-news-body .section-title{
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

.hm-blog-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    margin-bottom: 65px;
}

.hm-news-body .transparent-black-btn{
    margin: 0 auto;
}

.section-ext-title{
    font-weight: 700;
    font-size: 5rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #000;
}

.hm-about-us .section-ext-title{
    margin-bottom: 30px;
}

.hm-about-us-body{
    width: 65%;
    padding: 60px 0;
    min-height: 850px;
    display: flex;
    align-items: center;
    position: relative;
}

.hm-about-us-body:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -115px;
    background: linear-gradient(238.55deg, #FFF7E1 2.18%, #F9F1EC 98.64%);
}

.hm-about-us-content{
    position: relative;
    z-index: 2;
    /*max-width: 525px;*/
    width: 63%;
}

.hm-about-us .section-text{
    padding-left: 23px;
    border-left: 2px solid #FF7525;
}

.hm-about-us-img{
    position: absolute;
    right: 20px;
    top: 65px;
    bottom: 65px;
    width: 50%;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 16px;
}

.hm-reserve-body{
    padding: 120px 0;
}

.hm-reserve-body .section-ext-title{
    text-align: center;
    margin-bottom: 20px;
}

.hm-reserve-body .section-text{
    margin-bottom: 30px;
    text-align: center;
}

.hm-reserve-body .primary-btn{
    margin: 0 auto;
}

.hm-benefits-img{
    position: absolute;
    left: 20px;
    top: 65px;
    bottom: 65px;
    width: 50%;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 16px;
}

.hm-benefits-body{
    width: 65%;
    padding: 60px 0;
    margin: 0 0 0 auto;
    min-height: 850px;
    display: flex;
    align-items: center;
    position: relative;
}

.hm-benefits-body:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -115px;
    left: 0;
    background: linear-gradient(238.55deg, #FFF7E1 2.18%, #F9F1EC 98.64%);
}

.hamburger{
    display: none;
}

.hm-benefits-content{
    position: relative;
    z-index: 2;
    /*max-width: 525px;*/
    width: 63%;
    margin: 0 0 0 auto;
}

.header-mobile-menu-wrap{
    display: none;
    transition: all .3s;
}

.dark-header{
    position: relative;
}

.header-mobile-menu{
    background-color: #Fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 98px 0 50px;
    z-index: 66;
    display: flex;
    /*align-items: center;*/
    /*justify-content: center;*/
    flex-direction: column;
}

.header-mobile-menu .header-top-content{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.header-mob-menu{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-direction: column;
}

.header-mob-menu li a{
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    color: #1B1918;
    margin:  0 auto;
    display: block;
}

.header-mobile-menu-inner{
    padding: 65px 0 40px;
    height: 100%;
    overflow-y: auto;
}

.header-mobile-menu-inner .primary-btn{
    margin: 25px auto 0;
}


.header-mobile-menu-top{
    width: 100%;
    padding: 25px 15px;
    background-color: #1B1918;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.hm-intro-mobile-img{
    display: none;
}

.hm-benefits-content .section-ext-title{
    margin-bottom: 35px;
}

.hm-benefits-list{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.hm-benefits-list li {
    display: flex;
    align-items: center;
}

.hm-benefits-list li img{
    padding-right: 25px;
    border-right: 1px solid #FF7525;
    margin-right: 25px;
    min-width: 48px;
    max-height: 48px;
    width: auto;
}

.hm-benefit-title{
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #FF7525;
    margin-bottom: 10px;
}

.hm-benefit-text{
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0%;
    color: #2A2522;
}

.hm-gallery .section-title{
    margin-bottom: 25px;
    text-align: center;
}

.hm-fancybox-gallery{
    /*display: grid;*/
    /*grid-template-columns: 1fr 1fr 1fr;*/
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* Only 3 images inside */
    /*grid-auto-rows: 250px;*/
    gap: 0;
    /*width: 100%;*/
    margin: 0 -450px;
}

.hm-fancybox-gallery a{
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 375px;
}

.hm-fancybox-gallery a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image covers the container */
    object-position: center; /* Centers the image */
    transition: all .3s;
}

.hm-fancybox-gallery a img:hover{
    transform: translate(-50%,-50%) scale(1.05);
}

footer{
    background-color: #1B1918;
    position: relative;
    z-index: 10;
}

.footer-main-body{
    padding: 65px 0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.footer-contact-list{
    flex-direction: column;
    display: flex;
    gap: 35px;
    width: 30%;
}


.footer-contact-list li{
    display: flex;
    align-items: center;
}

.footer-contact-phone{
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("../assets/images/Vector (11) white.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.footer-contact-email{
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("../assets/images/Vector dockers email white.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.footer-contact-map{
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("../assets/images/Group (6) white.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.footer-contact-list-wrap{
    padding-left: 15px;
    border-left: 2px solid #FF7525;
    margin-left: 20px;
}

.footer-contact-list-text{
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.footer-contact-list-link{
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #FF7525;
    transition: all .3s;
}

.footer-contact-list-link:hover{
    opacity: .8;
}

.footer-socials-list{
    display: flex;
    align-items: center;
    gap: 10px;
    width: 30%;
    justify-content: flex-end;
}

.footer-socials-list a{
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #282828;
    border-radius: 50%;
    width: 80px;
    min-height: 80px;
    transition: all .3s;
}

.footer-socials-list a:hover{
    background-color: #FF7525;
}

.footer-extra-body{
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-identity{
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.3;
    letter-spacing: 0%;
    color: #fff;
}

.footer-textpage-menu{
    display: flex;
    align-items: center;
    gap: 30px
}

.footer-textpage-menu a{
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.3;
    letter-spacing: 0%;
    color: #fff;
    transition: all .3s;
}

.footer-textpage-menu a:hover{
    color: #FF7525;
}

.custom-dots-container .slick-dots{
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-dots-container .slick-dots button{
    font-size: 0;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 24px;
    width: 8px;
    height: 8px;
    padding: 0;
    transition: all .3s;
}

.custom-dots-container .slick-dots button:hover{
    width: 18px;
}

.custom-dots-container .slick-dots .slick-active button{
    width: 38px;
}

.dishes-body{
    padding: 40px 0 120px;
}

.dishes-info{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    margin-bottom: 40px;
}

.info-block{
    padding: 20px;
    border-radius: 16px;
    background: linear-gradient(270deg, #FFF7E1 0%, #F9F1EC 100%);
    display: flex;
    align-items: center;
}

.accepting-orders{
    display: block;
    width: 64px;
    height: 64px;
    background-image: url("../assets/images/Group 4334.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 20px;
}

.timing-orders{
    display: block;
    min-width: 64px;
    height: 64px;
    background-image: url("../assets/images/Group 4347.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 20px;
}

.info-block-title{
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 10px;
}

.info-block-text{
    font-weight: 600;
    font-size: .875rem;
    line-height: 1.5;
    letter-spacing: 0%;
    color: #000000;
}

.info-block-text.strong{
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #000000;
}

.info-block-text.strong .primary-col{
    color: #FF7525;
}

.food-cat-menu-nav{
    background-color: #1B1918;
}

.food-cat-menu-nav-body{
    padding: 15px 0;
}

.food-cat-menu-nav-body{
    overflow-x: auto;
}

.food-cat-menu-nav-body ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    overflow-x: auto;
    width: max-content;
    margin: 0 auto;
}

.food-cat-menu-nav-body li{
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s;
    cursor: pointer;
    min-width: max-content;
}

.food-cat-menu-nav-body li:hover{
    color: #FF7525;
}

.shop-page-title-wrap .page-title-body:after{
    background-color: #1B1918;
    bottom: -1px;
}

.dish-category{
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #1B1918;
    margin-bottom: 25px;
}

.product-card-image-wrap{
    position: relative;
    margin-bottom: 15px;
    /*min-height: 390px;*/
    padding-bottom: 100%;
    width: 100%;
    overflow: hidden;
}

.product-card-image-wrap img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-width: 100%;
    min-height: 100%;
    transition: all .3s;
}

.product-card-image-wrap:hover img{
    transform: translate(-50%,-50%) scale(1.05);
}

.dish-category-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 25px 15px;
}

.product-card-title, .product-card-price{
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    color: #1B1918;
    text-align: center;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}

.product-card-image-wrap-link{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.logged-in.woocommerce-checkout #billing_email_field{
    width: 100% !important;
}

.logged-in.woocommerce-checkout .create-account-checkbox{
    display: none;
}

.product-card-extra{
    display: flex;
    align-items: center;
    gap: 10px;
    /*flex-wrap: wrap;*/
    /*justify-content: center;*/
}

.product-card-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(270deg, #FFF7E1 0%, #F9F1EC 100%);
    padding: 5px 10px;
    min-height: 36px;
    border-radius: 16px;
    width: 100%;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #1B1918;
    transition: all .3s;
    cursor: pointer;
}

.product-card-btn:hover{
    background: #FF7525;
    color: #fff;
}

.cart-icon-product{
    display: block;
    margin-right: 10px;
    min-width: 16px;
    height: 20px;
    background-image: url("../assets/images/Vector (13).svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all .3s;
    transition-delay: .05s;
}

.product-card-btn:hover .cart-icon-product{
    background-image: url("../assets/images/Vector_cart_white.svg");
}

.quantity{
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(270deg, #FFF7E1 0%, #F9F1EC 100%);
    padding: 5px;
    min-height: 36px;
    border-radius: 16px;
}

.quantity .minus{
    min-width: 25px;
    height: 25px;
    display: block;
    border-radius: 50%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../assets/images/minus 1.svg");
    transition-delay: .05s;
    transition: all .3s;
    cursor: pointer;
}

.quantity .minus:hover{
    background-image: url("../assets/images/minus 1 hover.svg");
}

.quantity .plus{
    min-width: 25px;
    height: 25px;
    display: block;
    border-radius: 50%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../assets/images/plus (2) 1.svg");
    transition-delay: .05s;
    transition: all .3s;
    cursor: pointer;
}

.quantity .plus:hover{
    background-image: url("../assets/images/plus (2) 1 hover.svg");
}

.woocommerce .quantity .qty{
    width: auto;
    min-width: 50px;
}

.quantity input{
    border: none;
    background-color: transparent;
    width: auto;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    color: #1B1918;
}

.wc-single-product-body{
    padding: 40px 0 80px;
    min-height: calc(100vh - 500px);
}

.wc-single-product-content{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
}

.wc-single-product-content-wrap{
    width: 50%;
}

.woocommerce-product-gallery-image-single{
    width: 41%;
    padding-bottom: 41%;
    border-radius: 16px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.wc-single-product-title{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid transparent; /* Set a transparent border to enable border-image */
    border-image-source: linear-gradient(270deg, #FFF7E1 0%, #F9F1EC 100%);
    border-image-slice: 1; /* Required for the gradient to appear */

}

.wc-single-product-category{
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #1B1918;
    margin-bottom: 10px;
}

.wc-single-product-text-cat{
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #939292;
    margin-bottom: 10px;
}

.wc-single-product-text-wrap{
    margin-bottom: 15px;
}

.wc-single-product-text-wrap:last-child{
    padding-bottom: 15px;
    border-bottom: 2px solid transparent; /* Set a transparent border to enable border-image */
    border-image-source: linear-gradient(270deg, #FFF7E1 0%, #F9F1EC 100%);
    border-image-slice: 1; /* Required for the gradient to appear */
}

.wc-single-product-extra-info {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color:#1B1918;
}

.wc-single-product-extra-info img{
    margin-right: 15px;
}

#sidebar{
    display: none;
}

.woocommerce div.product form.cart{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    gap: 15px;
    flex-wrap: wrap;
}

.woocommerce div.product form.cart::after, .woocommerce div.product form.cart::before{
    display: none;
}


.single_add_to_cart_button{
    max-width: 310px;
    width: 100%;
    margin:  0 0 0 auto;
    cursor: pointer;
}

.single_add_to_cart_button icon{
    display: block;
    background-image: url("../assets/images/Vector_cart_white.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 20px;
    margin-right: 10px;
    transition: all .3s;
    transition-delay: 0.01s;
}

.single_add_to_cart_button:hover icon{
    background-image: url("../assets/images/Vector_cart_white hover.svg");
}

.wc-product-add-to-cart-wrap{
    width: -webkit-fill-available;
    max-width: 310px;
}

.quantity-price-wrap{
    display: flex;
    align-items: center;
    gap: 25px;
}

.woocommerce-mini-cart-item.mini_cart_item{
    display: flex;
    align-items: flex-start;
    padding-bottom: 15px;
    border-bottom: 1px solid #939292;
    margin-bottom: 15px;
}

.product-price{
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
}

.dish-not-available-wrap{
    background-color: #F2F2F2;
    border-radius: 18px;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    color: #1B1918;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    text-transform: uppercase;
}

.dish-not-available-wrap icon{
    display: block;
    min-width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../assets/images/no-stopping 1.svg");
    margin-right: 10px;
}

.product-card .dish-not-available-wrap{
    margin:  0 auto;
}

.not-available-product-card .product-card-image-wrap{
    opacity: .2;
}

.not-available-product-card .product-card-title, .not-available-product-card .product-card-price{
    color: #939292;
}

.dishes-category-wrap:not(:last-child){
    margin-bottom: 40px;
}

icon.dish-spicy{
    width: 39px;
    height: 39px;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../assets/images/Group 4342.svg");
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 10;
}

.hidden-btn{
    display: none !important;
}

.cart-page-body{
    padding: 40px 0 80px;
}

.woocommerce-cart-form{
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}

.woocommerce table.shop_table th{
    padding: 0;
}

.woocommerce table.shop_table{
    margin: 0;
    border-radius: 0;
    border: none;
}

.woocommerce .woocommerce-cart-form table.shop_table th{
    font-weight: 600;
    font-size: .875rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 1px solid #939292;
    text-align: left;
}

.cart-product-content-mobile{
    display: none;
}

.cart-product-wrap{
    display: flex;
    align-items: center;
}

.woocommerce table.shop_table td{
    border: none;
    padding: 0;
}

.woocommerce .woocommerce-cart-form table.shop_table td{
    padding: 25px 0;
    border-bottom: 1px solid #939292;
}

.cart-product-img{
    min-width: 120px;
    min-height: 120px;
    border-radius: 16px;
    position: relative;
    margin-right: 25px;
}

.cart-product-img a{
    width: 100%;
    height: 100%;
    display: flex;
}

.cart-product-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
}

.cart-product-title{
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.2;
    letter-spacing: 0%;
    margin-bottom: 10px;
    color: #1B1918;
    display: block;
    text-align: left;
}

.woocommerce-cart-form .wc-single-product-extra-info img{
    width: 19px !important;
}

.woocommerce-cart-form .wc-single-product-extra-info{
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.2px;
    letter-spacing: 0%;
    color: #1B1918;
}

.woocommerce-cart-form .quantity{
    width: 120px;
}

.woocommerce-cart-form .woocommerce-Price-amount{
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: right;
    color: #1B1918;
}

.woocommerce a.remove, .remove-product-btn{
    background: linear-gradient(270deg, #FFF7E1 0%, #F9F1EC 100%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.woocommerce a.remove:hover, .remove-product-btn:hover{
    background: #FF7525;
}

.remove-product-btn:hover icon{
    background-image: url("../assets/images/Frame (1) hover.svg");
}

.remove-product-btn icon{
    display: block;
    width: 11px;
    height: 13px;
    background-image: url("../assets/images/Frame (1).svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all .3s;
    transition-delay: .01s;
}

.woocommerce .woocommerce-cart-form table.shop_table{
    margin-bottom: 40px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
    width: 100%;
}

.woocommerce form.checkout_coupon{
    padding: 0;
    border: none;
    margin: 0 0 25px;
}

.cart-collaterals{
    max-width: 415px;
    width: 100%;
    margin: 0 auto;
}

.woocommerce-coupon-form{
    display: flex;
    align-items: center;
    gap: 15px;
}

.woocommerce-coupon-form input{
    width: 100%;
    min-height: 50px;
}

.woocommerce form .form-row::after, .woocommerce form .form-row::before, .woocommerce-page form .form-row::after, .woocommerce-page form .form-row::before{
    display: none;
}

.coupon-btn{
    padding: 10px 15px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1B1918;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 18.77px;
    letter-spacing: 0%;
    color: #fff;
    text-transform: uppercase;
}

.order-total th, .order-total td{
    font-weight: 600 !important;
    font-size: 1.125rem;
    line-height: 1.2 !important;
    letter-spacing: 0%;
    color: #1B1918;
}

.cart-discount th, .cart-discount td{
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #1B1918;
}

.order-total td{
    text-align: right;
}

.cart-discount td{
    text-align: right;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr {
    margin-bottom: 10px;
}

.woocommerce-cart .cart-collaterals .cart_totals table{
    margin-bottom: 15px;
}

.woocommerce form .form-row{
    padding: 0;
    margin: 0 0 15px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button icon{
    display: block;
    width: 19px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../assets/images/Glyph.svg");
    margin-right: 10px;
    transition: all .3s;
    transition-delay: .01s;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover icon{
    background-image: url("../assets/images/Glyph hover.svg");
}

.checkout-body{
    display: flex;
    justify-content: space-between;
}

.checkout-info-section{
    padding: 40px 0 60px;
    width: 50%;
}

.section-sm-title{
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #000000;
}

.checkout-form-wrap-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.woocommerce form .form-row.form-row-first, .woocommerce form .form-row.form-row-last{
    width: calc((100% - 15px)/2);
}

.woocommerce-billing-fields__field-wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.woocommerce form .form-row .required{
    display: none;
}

.inner-mini-cart-section.mobile{
    display: none;
}

.inner-mini-cart-section.desktop{
    width: 33%;
    padding: 40px 0 60px;
}

.inner-mini-cart-section.desktop:before{
    content: '';
    width: 42%;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #FAFAFA;
}
.inner-mini-cart-section.desktop:after{
    content: '';
    width: 3000px;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    transform: translateX(100%);
    background-color: #FAFAFA;
}

.woocommerce form .form-row .optional{
    display: none;
}

.checkout-info-section .wpcf7-list-item-label{
    color: #1B1918;
}

.checkout-form-title-wrap{
    margin-bottom: 25px;
}

.woocommerce-billing-fields{
    margin-bottom: 40px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
    background-color: transparent;
    border-radius: 0;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods{
    border: none;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row{
    padding: 0;
}

.woocommerce-checkout-review-order{
    position: relative;
    z-index: 10;
}

.woocommerce-checkout-review-title{
    margin-bottom: 25px;
}

.cart-review-wrap{
    display: flex;
    padding: 15px 10px;
    border-bottom: 1px solid #939292;
}

.cart-review-product-img{
    min-width: 92px;
    min-height: 92px;
    border-radius: 16px;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
}

.cart-review-product-img a{
    min-width: 92px;
    width: auto !important;
    height: auto !important;
    min-height: 92px;
    border-radius: 16px;
    /*margin-right: 15px;*/
    position: relative;
    overflow: hidden;
}

.cart-review-product-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    border-radius: 16px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

}

.cart-review-product-img a {
    width: 100%;
    height: 100%;
    display: flex;
}

.cart-review-product-content .cart-product-title{
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #1B1918;
    margin-bottom: 10px;
}

.cart-review-product-content .wc-single-product-extra-info img{
    width: 16px;
    margin-right: 7px;
}

.wc-single-product-extra-info{
    font-size: .875rem;
    margin-bottom: 15px;
}

.wc-checkout-wrap--cart-wrap{
    border-top: 1px solid #939292;
    margin-bottom: 30px;
}

.check-container input{
    cursor: pointer;
}

.iti__country-list{
    background: linear-gradient(270deg, #FFF7E1 0%, #F9F1EC 100%);
}

.iti__country.iti__highlight{
    background-color: #FF7525;
}

.iti__country.iti__highlight .iti__country-name, .iti__country.iti__highlight .iti__dial-code{
    color: #fff;
}

.iti__country-name{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #1B1918;
}

.iti__dial-code{
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #1B1918;
}

#coupon_code{
    padding: 10px 15px 10px;
}

.check-container input:hover ~ .wpcf7-list-item-label .checkmark{
    background: #FF7525;
}

.inner-mini-cart-total-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #1B1918;
}

.cart-subtotal.inner-mini-cart-total-wrap div{
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.375;
    letter-spacing: 0%;
    color: #1B1918;
}

.inner-mini-cart-subtotal-wrap{
    margin-bottom: 30px;
}

.inner-mini-cart-section.desktop.thank-you{
    padding: 80px 0;
}

.company-fields{
    display: none;
}

.form-row input[type="text"], .form-row input[type="email"], .form-row input[type="tel"]{
    min-height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    height: 50px;
    padding-left: 15px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 50px;
    letter-spacing: 0%;
    color: #1B1918;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 50px;
    width: 10px;
    right: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border: none;
    background-image: url("../assets/images/Icon feather-chevron-down (1).svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 10px;
    min-height: 6px;
}
.select2-container--default .select2-selection--single{
    border: none;
    background: linear-gradient(270deg, #FFF7E1 0%, #F9F1EC 100%);
    min-height: 50px;
}

.select2-container--open .select2-dropdown--below{
    background: linear-gradient(270deg, #FFF7E1 0%, #F9F1EC 100%);
    border: none;
}

.select2-search.select2-search--dropdown{
    display: none;
}

.select2-results__option{
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #1B1918;
    padding: 5px 15px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected]{
    color: #fff;
    background-color: #FF7525;
}

.checkout-form-login icon{
    display: block;
    width: 14px;
    min-height: 16px;
    background-image: url("../assets/images/Group 4300 dark.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.checkout-form-login{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #1B1918;
}

.checkout-login-form-wrap form{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.checkout-login-form-wrap{
    display: none;
}

.checkout-login-form-wrap{
    width: 100%;
}

.checkout-form-login-cart{
    width: auto;
    min-height: auto;
    background-position: transparent;
}

.checkout-login-form .form-row{
    width: 100%;
}

.checkout-login-form .form-row:last-child{
    width: auto;
}

#add_payment_method .checkout .checkout-inline-error-message, .woocommerce-cart .checkout .checkout-inline-error-message, .woocommerce-checkout .checkout .checkout-inline-error-message{
    display: none;
}

.check-container input:checked ~ .wpcf7-list-item-label .checkmark {
    background: #FF7525;
    border-color:#FF7525;
}
.check-container input:checked ~ .checkmark {
    background: #FF7525;
    border-color:#FF7525;
}

.checkmark:after {
    content: "" !important;
    position: absolute !important;
    display: none !important;
    background-image: url("../assets/images/Icon ionic-md-checkmark.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 8px;
    top: 2px;
    left: 2px;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .wpcf7-list-item-label .checkmark:after {
    display: block !important;
}
.check-container input:checked ~  .checkmark:after {
    display: block !important;
}

.order-completed-title{
    display: flex;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #939292;
    margin-bottom: 25px;
}

.order-completed-icon{
    width: 80px;
    display: block;
    min-height: 92px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../assets/images/Group 4391.svg");
    margin-right: 30px;
}

.order-info-inline{
    display: flex;
    margin-bottom: 15px;
}

.order-info-inline div{
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #000000;
}

.order-info-inline div:first-child{
    min-width: 150px;
}

.order-info-inline div strong{
    font-weight: 700;
}

.thank-you-info-block{
    margin-bottom: 25px;
}

.dark-btn{
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    width: fit-content;
    color: #fff;
    border: 1px solid #1B1918;
    border-radius: 16px;
    background-color: #1B1918;
    text-transform: uppercase;
    min-height: 50px;
    transition: all .3s;
}

.dark-btn:hover{
    background-color: #FF7525;
    border-color: #FF7525;
}

.woocommerce-order-content{
    padding: 80px 0;
    width: 49%;
    min-height: calc(100vh - 550px);
}

.woocommerce-order-body{
    display: flex;
    justify-content: space-between;
}

.woocommerce-thankyou-review-title{
    margin-bottom: 25px;
}

.wc-thankyou-wrap--cart-wrap{
    border-top: 1px solid #939292;
    margin-bottom: 30px;
}

.room-rental-intro-body{
    padding: 40px 0 80px;
}

.section-l-title{
    font-size: 5rem;
    text-align: left;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #1B1918;
}

.room-rental-benefits{
    padding: 80px 0;
    background-color: #1B1918;
}

.room-rental-benefits .section-title{
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.room-rental-benefits-r{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 60px 15px;
}

.room-rental-benefit-block{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.room-rental-benefit-block img{
    margin: 0 auto 20px;
}

.room-rental-benefit-title{
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}

.room-rental-intro-gallery{
    margin-bottom: 60px;
}

.room-rental-intro-gallery .slick-list li{
    height: 525px;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.room-rental-intro-gallery .slick-list{
    border-radius: 16px;
    overflow: hidden;
}

.room-rental-intro-gallery .slick-list img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rooms-rental-body{
    display: flex;
    align-items: flex-start;
}

.room-rental-calendar-wrap{
    padding: 80px 20px 110px 0;
    background-color: #FAFAFA;
    width: 85%;
    position: relative;
    margin-right: 20px;
}

.room-rental-calendar-wrap:before{
    content: '';
    width: 5000px;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #FAFAFA;
    position: absolute;
    transform: translateX(-100%);
}

.rental-check-availability{
    max-width: 360px;
    width: 100%;
    margin: 0 0 0 auto;
}

#calendar-rental{
    max-width: 740px;
    width: 100%;
}

.rental-check-availability-wrap{
    width: 45%;
    padding: 80px 0 110px;
}

.room-rental-intro-gallery .slick-dots{
    height: auto;
}

.room-rental-intro-gallery .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    gap: 10px;
}

.room-rental-intro-gallery .slick-dots button{
    font-size: 0;
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 24px;
    width: 8px;
    height: 8px;
    padding: 0;
    transition: all .3s;
}

.room-rental-intro-gallery .slick-dots button:hover{
    background-color: #FF7525;
    border: 1px solid #FF7525;
}

.room-rental-intro-gallery .slick-dots .slick-active button{
    width: 38px;
    background-color: #FF7525;
    border-color: #FF7525;
}

.rental-check-availability .section-title{
    margin-bottom: 25px;
}

.rental-check-availability{
    display: flex;
    flex-direction: column;
}

.rental-dates label{
    font-weight: 600;
    font-size: .875rem;
    line-height: 1.375;
    letter-spacing: 0%;
    color: #1B1918;
    margin-bottom: 10px;
}

.form-row input[type="date"]{
    /*appearance: none;*/
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    /*position: relative;*/
}

.rental-check-availability .primary-btn{
    width: 100%;
    margin-bottom: 20px;
}



.form-row input::-webkit-calendar-picker-indicator {
    content: url('../assets/images/Groupcalendar-input.svg');
    background: transparent;
    pointer-events: none;
    /*opacity: 0;*/
    /*pointer-events: none;*/
    /*position: absolute;*/
    /*width: 100%;*/
}
/**/
/*.form-row input[type="date"]::after {*/
/*    !*content: url('../assets/images/Groupcalendar-input.svg'); !* Change to your custom icon *!*!*/
/*    position: absolute;*/
/*    right: 15px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    !*pointer-events: none;*!*/
/*    width: 20px;*/
/*    height: 20px;*/
/*}*/

.rental-product-card{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
}

.rental-product-card .rental-product-card-title{
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
}

.rental-product-card .product-price{
    margin-right: 10px;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
}

.rental-product-card-title-add{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
    gap: 15px;
}

.rental-cart-info p{
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #1B1918;
    margin-bottom: 10px;
}

.rental-cart-info p strong{
    font-weight: 600;
}

.selected-range {
    background-color: #4caf50;
    color: white;
}

.start-date {
    background-color: #2196f3;
    color: white;
}

.end-date {
    background-color: #f44336;
    color: white;
}

.selected-range, .start-date, .end-date {
    text-align: center;
    font-weight: bold;
}

#calendar-rental-table th{
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #000;
    text-align: left;
}

.custom-dots-container-wrap{
    min-height: 18px;
}

.woocommerce-mini-cart.cart_list.product_list_widget{
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 250px);
}

#calendar-rental-table td{
    padding: 24px 15px 15px 40px;
    /*width: 67px;*/
    /*height: 92px;*/
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: right;
    color: #000000;
    margin: auto 0 0 auto;
    border-radius: 8px;
    vertical-align: bottom;
    transition: all .3s;
    cursor: pointer;
}

#calendar-rental-table td:hover{
    color: #FF7525;
}

#calendar-rental-table td.available{
    background: linear-gradient(270deg, #FFF7E1 0%, #F9F1EC 100%);
}

#calendar-rental-table {
    border-spacing: 15px; /* Creates gaps between the cells */
    border-collapse: separate; /* Ensures that the border-spacing works */
}

#calendar-rental-table td.start-date, #calendar-rental-table td.end-date, #calendar-rental-table td.selected-range{
    background: #FF7525;
    color: #fff;
}

.header-menu .current_page_item a{
    color: #FF7525;
}

#month-year{
    font-weight: 700;
    font-size: 32px;
    line-height: 37.54px;
    letter-spacing: 0%;
    color: #000;
    text-transform: capitalize;
}


#calendar-rental-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

#calendar-rental-table td.disabled{
    background: #F2F2F2 !important;
    color: #939292 !important;
    pointer-events: none !important;
}

#calendar-rental-table td.not-available{
    background: #F2F2F2 !important;
    color: #939292 !important;
    pointer-events: none !important;
}

#calendar-rental-header #prev{
    width: 40px;
    height: 16px;
    background-color: transparent;
    border: none;
    background-image: url("../assets/images/Arrow 2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    transition: all .3s;
    transition-delay: .01s;
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 0;*/
    /*transform: translateY(-50%);*/
}

#calendar-rental-header #prev:hover{
    background-image: url("../assets/images/Arrow 2 hover.svg");
}

.form-error{
    padding: 5px 0 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #1B1918;
    display: none;
}

#calendar-rental-header #next{
    width: 40px;
    height: 16px;
    background-color: transparent;
    border: none;
    background-image: url("../assets/images/Arrow 2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    /*position: absolute;*/
    /*top: 50%;*/
    /*right: 0;*/
    transform: rotate(180deg);
    transition: all .3s;
    transition-delay: .01s;
}

#calendar-rental-header #next:hover{
    background-image: url("../assets/images/Arrow 2 hover.svg");
}

#calendar-rental-table{
    width: 100%;
}

#calendar-rental-table td.empty-cell{
    background: transparent !important;
}

.cart-empty-text{
    margin: 0 auto;
}

.cart-page-body{
    padding: 80px 0;
    min-height: calc(100vh - 550px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cart-page-body .section-title{
    margin-bottom: 30px;
}

.woocommerce-MyAccount{
    display: flex;
    flex-direction: column;
}

.woocommerce-account .woocommerce-MyAccount-navigation{
    float: unset;
    width: 100%;
    background: linear-gradient(270deg, #FFF7E1 0%, #F9F1EC 100%);
}

.woocommerce-MyAccount-navigation-body{
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.woocommerce-MyAccount-nav{
    display: flex;
    align-items: center;
    gap: 40px;
}

.woocommerce-MyAccount-nav li a{
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #1B1918;
    transition: all .3s;
    text-transform: uppercase;
}

.woocommerce-MyAccount-nav li a:hover{
    color: #FF7525;
}

.woocommerce-MyAccount-nav li.is-active a{
    color: #FF7525;
}

.woocommerce-MyAccount-content-body{
    padding: 40px 0 80px;
}

.woocommerce-account .woocommerce-MyAccount-content{
    float: unset;
    width: 100%;
    min-height: calc(100vh - 550px);
}

.woocommerce-view-order .woocommerce-MyAccount-content-body{
    min-height: calc(100vh - 450px);
}

.woocommerce-account .woocommerce-MyAccount-content .section-title{
    margin-bottom: 25px;
}

.woocommerce .order-history  table.shop_table th{
    font-weight: 600;
    font-size: .875rem;
    line-height: 1.35;
    letter-spacing: 0%;
    color: #000;
    padding: 10px 20px;
    border-bottom: 1px solid #939292;
}

.woocommerce .order-history  table.shop_table td{
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #1B1918;
    padding: 25px 20px;
    border-bottom: 1px solid #939292;
    transition: all .3s;
}

.woocommerce .order-history  table.shop_table td a{
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #1B1918;
}

.woocommerce .order-history  table.shop_table tr.woocommerce-orders-table__row--status-cancelled td > *{
    color: #939292;
}

.woocommerce .order-history  table.shop_table tr.woocommerce-orders-table__row--status-cancelled td{
    color: #939292;
}

.woocommerce .order-history  table.shop_table{
    margin-bottom: 30px;
}

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

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

.woocommerce nav.woocommerce-pagination ul li a{
    /*font-family: 'Poppins';*/
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #1B1918;
}

.woocommerce nav.woocommerce-pagination ul li span.current{
    background-color: transparent;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #FF7525;
}

.header-cart-counter{
    padding: 2px;
    background-color: #FF7525;
    min-width: 16px;
    min-height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: .75rem;
    line-height: 1;
    letter-spacing: 0%;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}

.woocommerce nav.woocommerce-pagination ul .page-numbers.next{
    font-size: 0;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF7525;
    margin-left: 24px;
    transition: all .3s;
}

.woocommerce nav.woocommerce-pagination ul .page-numbers.next:hover{
    opacity: .8;
}

.woocommerce nav.woocommerce-pagination ul .page-numbers.prev:hover{
    opacity: .8;
}

.woocommerce nav.woocommerce-pagination ul .page-numbers.next:after{
    content: '';
    width: 11px;
    height: 18px;
    background-repeat: no-repeat;
    display: block;
    background-position: center;
    background-size: contain;
    background-image: url("../assets/images/Vector 1.svg");
}

.woocommerce nav.woocommerce-pagination ul .page-numbers.prev{
    font-size: 0;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF7525;
    margin-right: 24px;
    transition: all .3s;
}

.footer-logo img, .header-logo img{
    transition: all .3s;
}

.header-search-form.form-row input.input-text{
    /*font-weight: 500;*/
    font-size: 24px;
    line-height: 28.15px;
    letter-spacing: 0%;
    /*color: #939292*/
}

.search-page{
    min-height: calc(100vh - 400px);
}

.woocommerce nav.woocommerce-pagination ul .page-numbers.prev:after{
    content: '';
    width: 11px;
    height: 18px;
    background-repeat: no-repeat;
    display: block;
    background-position: center;
    background-size: contain;
    background-image: url("../assets/images/Vector 1.svg");
    transform: rotate(180deg);
}

.woocommerce nav.woocommerce-pagination ul .page-numbers.disabled{
    background-color: #F2F2F2;
}

.myaccount-info-page{
    display: flex;
    justify-content: space-between;
}

.myaccount-info-page .section-sm-title{
    margin-bottom: 15px;
}

.woocommerce-EditAccountForm.my-account-page--form{
    width: 50%;
}

.profile--content.editAccount{
    width: 25%;
}

.myaccount-info-page .primary-btn{
    width: 100%;
    min-width: 100%;
    margin-top: 10px;
}

.myaccount-info-page .wpcf7-list-item-label{
    color: #1B1918;
}

.back-btn{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #000;
    transition: all .3s;
}

.back-btn icon{
    display: block;
    width: 93px;
    height: 8px;
    background-image: url("../assets/images/Arrow 1_back_btn.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 30px;
    transition: all .3s;
    transition-delay: .01s;
}

.back-btn:hover{
    color: #FF7525;
}

.back-btn:hover icon{
    background-image: url("../assets/images/Arrow 1_back_btn hover.svg");
}

.order-inner-back-wrap{
    margin-bottom: 20px;
}


.woocommerce nav.woocommerce-pagination ul{
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce .order-history tr:hover {
    background: linear-gradient(270deg, #FFF7E1 0%, #F9F1EC 100%);
}

.order-prev{
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #1B1918;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: all .3s;
}

.order-prev:hover{
    color: #FF7525 !important;
}

.order-prev:hover icon{
    background-image: url("../assets/images/Arrow 1 (1) hover.svg");
}

.order-prev icon{
    display: block;
    width: 19px;
    height: 8px;
    background-image: url("../assets/images/Arrow 1 (1).svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 10px;
    transition: all .3s;
    transition-delay: .1s;
}

.order-inner-title{
    padding-bottom: 25px;
    border-bottom: 1px solid #939292;
    margin-bottom: 25px;
}

.order-inner-extra-content{
    padding-bottom: 10px;
    border-bottom: 1px solid #939292;
    margin-bottom: 30px;
}

.order-inner-extra-info td, .order-inner-extra-info th{
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #000;
    text-align: left;
    padding-bottom: 15px;
}

.order-inner-extra-info th{
    padding-right: 30px;
}

.order-inner-extra-info strong{
    font-weight: 700;
}

.download-invoice-btn{
    border-radius: 32px;
}

.order-inner-info-content{
    width: 50%;
}

.order-inner-body{
    display: flex;
    justify-content: space-between;
}

.order-inner-body .inner-mini-cart-section.desktop.thank-you{
    padding: 40px 0 0;
}

.login-page{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.login-page:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: .6;
}

.lost-pass-ext-txt{
    text-align: center;
    margin-bottom: 25px;
}

.login-body{
    min-height: calc(100vh - 500px);
    padding: 120px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.login-form-wrap{
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 60px 65px;
    max-width: 415px;
    width: 100%;
    min-height: 485px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login-form-wrap form{
    width: 100%;
}

.login-form-wrap .section-title{
    text-align: center;
    margin-bottom: 25px;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
    margin: 0;
    padding: 0;
    border: transparent;
    border-radius: 0;
}

.lost-pass{
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    color: #939292;
    margin: 0 auto 30px;
    display: block;
    transition: all .3s;
}

.lost-pass:hover{
    color: #FF7525;
}

.register-link{
    display: block;
    margin: 0 auto;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: 0%;
    text-align: center;
    color: #1B1918;
    width: 100%;
    transition: all .3s;
}


.register-link:hover{
    color: #FF7525;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
    float: unset;
    width: 100%;
    margin: 0 auto 25px;
}

.login-page .wpcf7-list-item-label{
    color: #1B1918;
    font-size: .875rem;
}

.login-page .wpcf7-list-item-label a{
    font-size: .875rem;
}

.login-page .primary-btn{
    width: 100%;
}

.form-ext-text{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    color: #1B1918;
}

.form-ext-text a{
    color: #FF7525;
    margin-left: 5px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    transition: all .3s;
}

.form-ext-text a:hover{
    opacity: .8;
}

.textpage{
    min-height: calc(100vh - 500px);
}

.form-row.focused .floating-label {
    top: 2px;
    font-size: .5625rem;
    transform: unset;
}

.form-row.filled .floating-label {
    top: 2px;
    font-size: .5625rem;
    transform: unset;
}

.form-row input[type="text"], .form-row input[type="password"], .form-row input[type="email"], .form-row input[type="date"], .form-row input[type="number"], .form-row input[type="tel"]{
    padding: 10px 15px 5px;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select{
    border: transparent;
    padding: 10px 15px 5px;
    width: 100%;
    min-height: 50px;
}

#billing_phone{
    padding-left: 50px;
}

.iti{
    width: 100%;
}

.iti--separate-dial-code .iti__selected-flag{
    background-color: transparent !important;
}

.iti__flag{
    display: none !important;
}

.iti__selected-flag{
    padding: 10px 5px 5px 15px!important;
}

.iti--separate-dial-code .iti__selected-dial-code{
    margin: 0 !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #1B1918;
}



.select2-container .select2-selection--single .select2-selection__rendered{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.iti__arrow{
    display: block;
    background-color: transparent;
    border: transparent;
    background-image: url("../assets/images/Icon feather-chevron-down (1).svg");
    width: 12px;
    height: 9px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.search-page-body{
    padding: 40px 0 80px;
}

.searched-for{
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.searched-for .red-text{
    color: #FF7525;
    margin-left: 5px;
}

.blog{
    min-height: calc(100vh - 550px);
}

.cart-empty-icon{
    width:90px;
    height: 116px;
    display: block;
    margin-bottom: 40px;
    background-image: url("../assets/images/Group (8).svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.checkout-create-account input{
    min-height: 50px;
}

.checkout-create-account .section-sm-title{
    margin-bottom: 10px;
}

.checkout-create-account {
    display: none;
}

.order-total th{
    width: max-content !important;
}

.woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select{
    border: 2px solid #dc3232 !important;
}

.woocommerce form .form-row.woocommerce-invalid .checkmark{
    border: 2px solid #dc3232 !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message{
    border: none;
    background-color: #fff;
}

.woocommerce form .form-row.woocommerce-invalid label{
    color: #dc3232;
}

.primary-btn.disabled-btn{
    pointer-events: none;
    background-color: #F2F2F2;
    border-color: #F2F2F2;
    color:#939292;
}

.footer-logo, .header-logo{
    transition: all .3s;
}

.footer-logo img:hover, .header-logo img:hover{
    opacity: .8;
}


.admin-login-page{
    background: linear-gradient(270deg, #FFF7E1 0%, #F9F1EC 100%);
}

.admin-login-logo{
    width: 305px;
}

.admin-login-page-body{
    min-height: 100vh;
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
}

.admin-login-page-body .woocommerce-form-login__submit{
    width: 100%;
}

.admin-orders-list-page{
    background-color: #1B1918;
    min-height: 100vh;
}

.admin-orders-list-body{
    padding: 25px 0 40px;
}

.admin-orders-list-page .section-title{
    color: #FF4400;
    margin-bottom: 25px;
}

.admin-orders-list-card{
    background-color: #FFFFFF;
    padding: 25px;
    border-radius: 16px;
    height: 100%;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.admin-orders-list-card .cart-review-wrap:first-child{
    padding-top: 0;
}

.admin-orders-list-time{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.admin-orders-list-card .cart-review-product-img{
    min-width: 60px;
    min-height: 60px;
}

.admin-orders-list-card .cart-review-wrap{
    padding: 15px 0;
}

.admin-orders-list-time > *{
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #1B1918;
}

.admin-orders-list-time strong{
    color: #FF7525 !important;
}

.admin-orders-list-contact-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 10px;
}

.admin-orders-list-contact-info > *{
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #939292;
}

.green-btn{
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    width: 100%;
    color: #fff;
    border: 1px solid #31B600;
    border-radius: 16px;
    background-color: #31B600;
    text-transform: uppercase;
    min-height: 50px;
    transition: all .3s;
}

.admin-orders-list-card.active {
    animation: backgroundLoop 3s infinite alternate; /* Animation to loop background color */
}

/* Define the background loop animation */
@keyframes backgroundLoop {
    0% {
        background: rgba(255, 255, 255, 1); /* Initial state */
    }
    100% {
        background: rgba(255, 255, 255, .8);
        /*background: rgba(255, 117, 37, .8); !* Final state *!*/
    }
}

.button-row{
    display: flex;
    align-items: center;
    gap: 20px;
}

.button-row > *{
    width: 100%;
}

.admin-orders-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.dark-header{
    background-color: #000;
}

.dark-header-body{
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header-admin-menu{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
}

.header-admin-menu a{
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s;
}

.header-admin-menu a:hover{
    color: #FF7525;
}

.header-admin-menu li.active a{
    color: #FF7525;
}

.admin-product-title{
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #939292;
    margin-bottom: 10px;
    transition: all .3s;
}

.admin-product-card-img-wrap{
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    border-radius: 16px;
    margin-bottom: 15px;
    overflow: hidden;
}

.admin-product-card-img-wrap img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image covers the container */
    object-position: center; /* Centers the image */
    transition: all .3s;
}

.admin-products-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 100px 15px;
    margin-bottom: 100px;
}

/* Toggle switch base */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}

/* Hide default checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* Slider background */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #999;
    transition: 0.4s;
    border-radius: 26px;
}

/* Slider circle */
.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

/* Toggle when checked */
input:checked + .slider {
    background-color: #FF7525;
}

input:checked + .slider:before {
    transform: translateX(24px);
    background-color: #1B1918;
}

.section-title-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.section-title-wrap .section-title{
    margin-bottom: 0;
    font-size: 1.5rem;
}

.product-cat-title{
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 25px;
}

.admin-product-card img{
    opacity: .2;
    transition: all .3s;
}

.admin-product-card.available img{
    opacity: 1;
}

.admin-product-card.available .admin-product-title{
    color: #fff;
}

.admin-products-list-nav-wrap{
    background-color: #1B1918;
    padding: 15px 0;
}

.admin-products-list-nav{
    display: flex;
    align-items: center;
    gap: 40px;
    overflow-x: auto;
}

.admin-products-list-nav li{
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s;
    cursor: pointer;
    min-width: fit-content;
}

.admin-products-list-nav li:hover{
    color:#FF7525;
}

.news-inner-title{
    font-weight: 600;
    font-size: 2rem;
    width: 100%;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #1B1918;
    padding-bottom: 25px;
    border-bottom: 2px solid #FF7525;
    margin-bottom: 25px;
}

.page-title-wrap.mobile{
    display: none;
}

.woocommerce-checkout.logged-in .create-account-checkbox .check-container{
    display: none !important;
}

.header-placeholder{
    min-height: 142px;
}

.page-template-template-orders-list .header-placeholder, .page-template-template-admin-products-list .header-placeholder{
    display: none;
}

.woocommerce-checkout #payment div.payment_box::before {
	display: none;
}
.woocommerce-checkout #payment div.payment_box{
	background: #fff;
	padding: 0;
	margin: 0;

}


.section-text ol{
	list-style: auto !important;
	padding-left: 20px;
}

.section-text b{
	font-weight: 700;
}

.checkout-btn{
/* 	pointer-events: none !important;
    background: #A0AFC8 !important;
	border-color:  #A0AFC8 !important; */
   
}


.checkout-form-login-cart{
	cursor: pointer !important;
	transition: all .3s;
}

.checkout-form-login-cart:hover{
	color: #FF7525;
}

.woocommerce-checkout #payment div.payment_box{
	display: none !important;
}

.woocommerce-checkout #payment ul.payment_methods{
	background: linear-gradient(270deg, #FFF7E1 0%, #F9F1EC 100%);
    padding: 5px 15px;
    border-radius: 8px;
	margin: 25px 0;
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rental-dates .quantity{
	padding-left: 30px;
	padding-right: 30px;
}

.hm-intro-content{
	margin: auto 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	border-color: transparent !important;
	padding: 0;
}

.wpcf7 form.invalid .wpcf7-response-output{
	color: #dc3232;
	font-weight: 400;
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0%;
}

.rental-product-card:last-child{
	border-bottom: none;
}

.available-rooms-title{
	font-size: 2rem;
/* 	text-align: center; */
font-weight: 700;
/*     font-size: 2rem; */
    line-height: 1.2;
    letter-spacing: 0%;
    color: #1B1918;
	margin: 40px 0 25px;
}

.rental-product-card .product-price{
	text-align: left;
    width: 100%;
    margin: 0;
}


.woocommerce-checkout{
	display: flex;
	flex-direction: column
}


.woocommerce-NoticeGroup-checkout{
	order: 2;
}

.hm-games-empty{
	padding-top: 60px;
}