@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: "ReclineLight";
    src: url("../fonts/recline-light-font/ReclineLightDemo-jEnOM.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

:root {
  --primary-color: #069BAA;
  --font-size: 14px;
  --font-work-sans: "Work Sans", sans-serif;
  --font-recline: "ReclineLight", sans-serif;
}
body
{
    font-family: var(--font-work-sans);
    overflow-x: hidden;
}



/* Header Css */
.header-wrapper
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 40px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .05);
    background: linear-gradient(180deg, #F3F3F3 0%, #FFFFFF 99.38%);
}
.header-wrapper .header-left-part
{
    display: flex;
    align-items: center;
    gap: 30px;
}
.header-wrapper .header-left-part .logo img 
{
    width: 180px;
}
.header-wrapper .header-left-part .header-left-menu
{
    display: flex;
    align-items: center;
    gap: 30px;
}
.location-select-button
{
    display: flex;
    align-items: center;
    gap: 5px;
}
.location-select-button i
{
    font-size: 20px;
    color: #777777;
}
.location-select-button .location-select-meta span.subtitle
{
    color: #999999;
    font-size: 12px;
    display: block;
}
.location-select-button .location-select-meta span.title
{
    color: #777777;
    font-size: 14px;
    display: block;
    font-weight: 600;
}
.location-select-button:hover > .location-select-meta span.subtitle, .location-select-button:hover > .location-select-meta span.title, .location-select-button:hover > i
{
    color: var(--primary-color) !important;
    cursor: pointer;
}


.header-wrapper .header-left-part .rent-menu-button
{
    display: flex;
    align-items: center;
    color: #777777;
    gap: 4px;
    cursor: pointer;
    font-weight: 500;
}
.header-wrapper .header-left-part .rent-menu-button:hover
{
    color: var(--primary-color);
}
.header-wrapper .header-left-part .rent-menu-button .fa-clock
{
    font-size: 20px;
}

.header-wrapper .header-left-part .rent-menu-button .fa-angle-down
{
    font-size: 14px;
}



.header-right-part
{
    display: flex;
    align-items: center;
    gap: 20px;
}


.header-search-wrapper
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 400px;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.05);
    border: none;
    border-bottom: none;
    padding: 9px 12px 8px 22px;
    border-radius: 30px;
    height: auto;
}

.header-search-wrapper input 
{
    font: inherit;
    letter-spacing: inherit;
    color: #000000de;
    padding: 4px 0 5px;
    border: 0;
    box-sizing: content-box;
    background: none;
    height: 1.4375em;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0;
    width: 100%;
    -webkit-animation-name: mui-auto-fill-cancel;
    animation-name: mui-auto-fill-cancel;
    -webkit-animation-duration: 10ms;
    animation-duration: 10ms;
    font-size: 14px;
}
.header-search-wrapper input:focus
{
    outline: none;
}
.header-search-wrapper .search-button
{
    cursor: pointer;
}

.right-menu-item
{
    color: #777777;
    font-size: 24px;
}
.right-menu-item:hover
{
    color: var(--primary-color);
}



div#offcanvasExample {
    width: 550px;
}


.text-gray
{
    color: #777777;
}

.header-search-location-wrapper
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    max-width: 350px;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.05);
    border: 1px solid #ccc;
    padding: 9px 12px 8px 22px;
    border-radius: 30px;
    height: auto;
}

.header-search-location-wrapper input 
{
    font: inherit;
    letter-spacing: inherit;
    color: #000000de;
    padding: 4px 0 5px;
    border: 0;
    box-sizing: content-box;
    background: none;
    height: 1.4375em;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0;
    width: 100%;
    -webkit-animation-name: mui-auto-fill-cancel;
    animation-name: mui-auto-fill-cancel;
    -webkit-animation-duration: 10ms;
    animation-duration: 10ms;
    font-size: 14px;
}
.header-search-location-wrapper input:focus
{
    outline: none;
}
.header-search-location-wrapper span 
{
    color: #555555;
}

/* Image Slider */

.glider-arrow-button
{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .05);
    background: linear-gradient(180deg, #fff 0%, #fff 99.38%);
    border: 3px solid #999;
    font-size: 20px;
    color: #999;
    
}
.glider-slider-item
{
    padding: 5px;
    border-radius: 10px;
}
.glider-slider-item img 
{
    border-radius: 10px;
}






/* Catgeory Section */
.category-heading
{
    font-family: var(--font-recline);
    font-weight: 600;
}

.home-category-items
{
    text-decoration: none;
    display: block;
}
.home-category-items img 
{
    width: 100%;
}
.home-category-items span 
{
    color: #555555;
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}



.spotlight-section 
{
    background: linear-gradient(rgb(180, 229, 218) 0%, rgb(194, 227, 214) 36%, rgb(255, 238, 147) 50%, rgb(144, 205, 174) 63%, rgb(64, 182, 194) 100%);
}

.view-all-button
{
    font-size: 14px;
    color: #555555;
    text-decoration: none;
}
.view-all-button i 
{
    font-size: 10px;
    margin-top: -20px;
    position: relative;
    top: -2px;
}
.view-all-button:hover 
{
    color: var(--primary-color);
}

/* Product Items */
.products-lists
{
    /* background-color: rgb(253, 253, 253); */
}
.glider-product-slider-item
{
    padding: 10px;
}
.glider-product-slider-item a 
{
    background: #fff;
    box-shadow: rgba(34, 34, 34, 0.08) 0px 8px 16px;
    padding-bottom: 16px;
    border-radius: 8px;
    display: block;
    text-decoration: none;
}
.glider-product-slider-item .image-wrapper
{
    overflow: hidden;
    border-radius: 8px 8px 0px 0px;
}
.glider-product-slider-item .image-wrapper img 
{
    transition: 0.4s;
}
.glider-product-slider-item .image-wrapper:hover > img 
{
    transform: scale(1.1);
}

.glider-product-slider-item .meta-data
{
    padding: 13px 14px;
}
.glider-product-slider-item .meta-data .title
{
    font-family: var(-);
    font-size: 18px;
    font-weight: 500;
    color: rgb(34, 34, 34);
    margin: 0px 0px 8px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 50px;
    line-height: 1.3;
}

.glider-product-slider-item .meta-data .label
{
    margin: 0px 0px 8px;
    font-family: "Work Sans";
    font-size: 12px;
    font-weight: 500;
    color: rgb(85, 85, 85);
    padding: 6px 24px;
    display: inline-block;
    left: 0px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    background: rgb(206, 237, 240);
    line-height: 1.3;
    margin-left: -14px;
}
.glider-product-slider-item .meta-data .price-meta
{
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.glider-product-slider-item .meta-data .price-meta .discount-price
{
    margin: 0px;
    font-family: "Work Sans";
    font-size: 18px;
    font-weight: 600;
    color: rgb(34, 34, 34);
    line-height: 1.3;
}

.glider-product-slider-item .meta-data .price-meta .discount-percentage
{
    margin: 0px;
    font-family: "Work Sans";
    font-size: 10px;
    font-weight: 600;
    color: rgb(85, 85, 85);
    line-height: 1.3;
    background: rgb(255, 251, 219);
    max-width: 46px;
    border-radius: 10px;
    padding: 2px 4px;
    margin-left: 8px;
}

.glider-product-slider-item .meta-data .price-meta .main-price
{
    margin: 0px 0px 0px 8px;
    font-family: "Work Sans";
    font-size: 12px;
    font-weight: 500;
    color: rgb(188, 188, 188);
    text-decoration: line-through;
    line-height: 1.3;
}



.new-arrivales
{
    display: flex;
    align-items: center;
    gap: 8px;
}
.new-arrivales span 
{
    font-size: 30px;
    background-color: var(--primary-color);
    color: #fff;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border-radius: 20px;
}
.new-arrivales .section-title
{
    margin: 0px;
    font-family: var(--font-recline);
    font-size: 24px;
    font-weight: 600;
    color: rgb(85, 85, 85);
    line-height: 1.0;
}
.new-arrivales small
{
    margin: 0px;
    font-family: var(--font-work-sans)
    font-size: 12px;
    font-weight: 500;
    color: rgb(119, 119, 119);
    line-height: 1.3;
}

/* Footer section */
footer
{
    background: linear-gradient(360deg, #F2FAFB 0%, rgba(255, 255, 255, 0) 102.67%);
    margin-top: 40px;
    font-family: Work Sans !important;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 24px;
    border-top: 2px solid #F3F3F3;
}

.footer-widget ul 
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footer-widget ul li a
{
    color: #555555;
    text-decoration: none;
    padding: 10px 0px;
    display: block;
}
.footer-widget ul li a:hover 
{
    color: var(--primary-color);
}
.widget-title
{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    display: block;
}

.main-button
{
    background-color: var(--primary-color);
    color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 20px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid var(--primary-color);
    transition: 0.3s;
}
.main-button:hover 
{
    background-color: #fff;
    color: #000;
}
.fs-sm
{
    font-size: 14px;
}
.fs-xs
{
    font-size: 12px;
}
.list-img img{
    max-width: 100%;
}

/* listing page filter css  */
/* CATEGORY PILLS */
.cat-pill {
    border: 1px solid #cfcfcf;
    border-radius: 12px;
    padding: 8px 22px;
    background: #fff;
    margin-right: 10px;
    font-size: 15px;
    cursor: pointer;
    margin-bottom: 15px;
}
.cat-pill.active {
    background: #ff7c3d;
    color: #fff;
    border-color: #ff7c3d;
}

/* FILTER BUTTONS */
.filter-btn {
    border: 1px solid #cfcfcf;
    border-radius: 50px;
    padding: 10px 22px;
    background: #fff;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    min-width: 165px;
    font-size: 15px;
}

.filter-btn i {
    font-size: 14px;
}

/* DROPDOWN PANEL */
.filter-panel {
    position: absolute;
    background: #fff;
    border: 2px solid #00a3ad;
    border-radius: 20px;
    width: 300px;
    padding: 20px;
    margin-top: 10px;
    z-index: 10;
    display: none;
}

.filter-panel .item-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #e8e8e8;
}

.confirm-btn {
    width: 100%;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #000;
    background: #fff;
    font-weight: bold;
}

/* SORT DROPDOWN */
.sort-panel {
    position: absolute;
    background: #fff;
    border: 2px solid #00a3ad;
    border-radius: 20px;
    width: 250px;
    padding: 15px;
    right: 0;
    margin-top: 10px;
    display: none;
}

.sort-option {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.sort-option i {
    float: right;
    color: #00a3ad;
}

/* detail page css  */
.main-img {
    width: 100%;
    border-radius: 12px;
    height: 80vh;
}

.thumb-img {
    width: 90px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 10px;
    cursor: pointer;
    border: 2px solid transparent;
}

.active-thumb {
    border-color: #0099A8;
}

.thumb-slider-wrapper {
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 5px;
}

.thumb-slider::-webkit-scrollbar {
    display: none;
}

.gallery-arrow {
    position: absolute;
    top: 45%;
    background: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    border: none;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
}

.gallery-arrow.left { left: -15px; }
.gallery-arrow.right { right: -15px; }

.zoom-btn {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: white;
    border: none;
    padding: 8px 12px;
    border-radius: 50%;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
}

.price-btn {
    background: #00A29A;
    border: none;
    color: white;
    padding: 14px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 600;
}

.variant-btn, .addon-btn {
    border: 1px solid #cfd9de;
    padding: 8px 18px;
    border-radius: 30px;
    background: white;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.variant-btn.active, .addon-btn.active {
    border-color: #00A29A;
    background: #E6FAF8;
    color: #00A29A;
}

.zoom-full-img {
    max-width: 95%;
    max-height: 95%;
    border-radius: 12px;
}
/* Toggle Button */
.spec-toggle {
    background: #e5eef2;
    width: fit-content;
    padding: 4px;
    border-radius: 20px;
}
.toggle-btn {
    border: 0;
    padding: 6px 18px;
    border-radius: 20px;
    background: transparent;
    font-weight: 600;
}
.toggle-btn.active {
    background: white;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

/* Offer boxes */
.offer-box {
    background: #fef6d7;
    font-weight: 600;
    border-radius: 10px;
    height: 100%;
}

/* Accordion Buttons */
.accordion-btn {
    width: 100%;
    background: white;
    border: 0;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
}

/* Right Side Panel */
.side-panel {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: white;
    box-shadow: -3px 0 10px rgba(0,0,0,0.2);
    transition: 0.35s;
    z-index: 2000;
    overflow-y: auto;
}
.side-panel.open {
    right: 0;
}
.panel-header {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.close-btn {
    background: none;
    border: none;
    font-size: 20px;
}

/* Overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
    display: none;
    z-index: 1990;
}
.overlay.show {
    display: block;
}
.offer-slide {
    background: #fff8d8;
    border-radius: 12px;
}
.Specifications p {
    font-size: 15px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #8b8585;
}
