﻿/* ===== Scrollbar CSS ===== */
/* Firefox */
/** {
    scrollbar-width: auto;
    scrollbar-color: #cccccc87 #ffffff;
}*/
 
@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@500&display=swap');
 
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 0px;
    height: 13px;
}

*::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
    background-color: #e1e0e0;
    border-radius: 10px;
    border: 1px solid #ffffff;
}
/*Video Frame Responsive*/

.responsive {
    padding-bottom: 50.25%;
    position: relative;
    display: block;
    width: 100%;
}

.mt-3 {
    margin-top: 30px !important;
}

@media(min-width:767px) {
    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .d-sm-0 {
        display: none !important;
    }
}

@media(max-width:500px) {
    .common-form .form-group input {
        padding: 0 20px !important;
    }
    .font-15 {
        font-size: 13px !important;
    }
    .font-15-form {
        font-size: 14px !important;
    }
    .legendlabel { 
        font-size: x-small; 
    }
}

.w-100h-100 {
    width: 100px !important;
    height: 100px !important;
}

.progress {
    --bs-progress-height: 10px !important;
}

.height70vh {
    height: 70vh;
}

.pl-0 {
    padding-left: 0 !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.text-disabled {
    color: #bdbdbd !important;
}

form {
}

    form input, form textarea, form select {
        border: 1px solid #8f743d42;
        outline: 0;
        padding: 1em;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        display: block;
        width: 100%;
        /*margin-top: 1em;*/
        font-family: 'Merriweather', sans-serif;
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        resize: none;
        line-height: normal !important;
    }

    form #checkbox {
        width: 15px;
        height: 15px;
    }

        form #checkbox:focus {
            -webkit-box-shadow: 0 !important;
            box-shadow: 0 !important;
        }

    form input:focus, form textarea:focus, form select:focus {
        -moz-box-shadow: 0px 1px 3px 0px #b7b7b7 !important;
        -webkit-box-shadow: 0px 1px 3px 0px #b7b7b7 !important;
        box-shadow: 0px 1px 3px 0px #b7b7b7 !important;
    }

    form #input-submit {
        color: white;
        background: #8f743d;
        cursor: pointer;
        z-index:0;
    }

        form #input-submit:hover {
            -moz-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
            -webkit-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
            box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
        }

    form textarea {
        height: 126px;
    }

.form-grey-bg {
    background-color: #bdbdbd26 !important
}

.link-color {
    color: #0d6efd !important;
}

.pl-30px {
    padding-left: 30px !important;
}

.pl-20px {
    padding-left: 20px !important;
}

.pl-10px {
    padding-left: 10px !important;
}
.font-15-form{
    font-size:15px  
}
.font-size-16 {
    font-size: 16px !important;
}
.font-size-15 {
    font-size: 15px !important;
}

.legendlabel {
    position: relative;
    bottom: -12px;
    left: 10px;
    background: white;
    padding: 0 5px 0 5px;
    font-size: small;
    text-transform: lowercase;
}

.legendlabel2 {
    position: relative;
    bottom: -40px;
    left: 10px;
    padding: 0 5px 0 5px;
    font-size: small;
    text-transform:lowercase;
}

    .legendlabel2 :hover {
        color: red;
    }

.margin-minus-5rem {
    margin-bottom: -0.5rem !important;
}

.vh-50 {
    height: 50vh !important;
}

.vh-51 {
    height: 51vh !important;
}

.datepicker {
    padding: 1rem !important;
}

.pr-0 {
    padding-right: 0px !important;
}
.font-small{
    font-size:small !important;
}
.pl-0 {
    left: 0px !important;
}
.theme-text-color {
    color: #af5151c2 !important;
}
.theme-soft-bg {
    background-color: #8f743d6e !important;
} 
.theme-border-color {
    border-color: #af5151c2 !important;
}

.anouncAfter2::after {
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 1px;
    height: 15px;
}
.mb-53px {
    margin-bottom: 53px !important;
}
@media (min-width: 768px) {
    .col-md-4-custom {
        flex: 0 0 auto;
        width: 32.333333% !important;
    }
}
#panel, #flip {
    padding: 5px;
    text-align: start;
    background-color: #fff;
    
}

#panel {
    
    display: none;
}
.cutom-lg-icons {
    background: #000;
    width: fit-content;
    color: #fff;
    border-radius: 30px;
    font-size: 35px;
    padding: 5px;
}
.letter-space2px{
    letter-spacing:2px !important;
}
.field {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 300px;
}

.mouse {
    width: 28px;
    height: 42px;
    border: 2px solid #bfbfbf;
    border-radius: 60px;
    position: relative;
    top: -11%;
    left: 45%;
}
    .mouse::before {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #bfbfbf;
        border-radius: 50%;
        opacity: 1;
        animation: wheel 2s infinite;
        -webkit-animation: wheel 2s infinite;
    }

@keyframes wheel {
  to {
    opacity: 0;
    top: 30px;
  }
}
@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 30px;
  }
}



/* Custom offcanvas styling */
.custom-menusearch-offcanvas {
    position: fixed; /* Position fixed to stay at top */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Fill the height of the viewport */
    background-color: rgba(0, 0, 0, 0.6); /* Dimmed background */
    z-index: 1050;
    display: none; /* Hidden by default */
    padding-top: 10px; /* Some padding to make space for close button */
}

.custom-menusearch {
    position: relative;
    background-color: #fff;
    padding: 20px;
    max-width: 100%;
    width: 100%; /* Full width */
    box-sizing: border-box; /* Include padding in width calculation */
}

.custom-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 0 15px;
}

.custom-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #333;
    margin: 0;
}

.custom-close-btn {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.custom-line {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #333;
    margin: 4px 0;
}

.custom-body {
    padding: 10px 15px;
}

.custom-newsletterBox {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.custom-input-group {
    display: flex;
    align-items: center;
    gap: 10px;
    border: none;
}

.custom-form-control {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    padding: 12px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    outline: none;
}

    .custom-form-control:focus {
        border-color: #007bff;
    }

.custom-searchbox-button {
    background-color: transparent;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
}

    .custom-searchbox-button i {
        font-size: 20px;
        color: #007bff;
    }

.custom-menusearch-offcanvas.show {
    display: block;
}




/* Responsiveness */
@media (max-width: 768px) {
    .thumbnail-container {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    #mainImage {
        max-height: 300px;
    }

    .image-navigation {
        flex-direction: column;
        gap: 10px;
    }
}


/* Mobile styles for 2 row layout */
@media (max-width: 767px) {
    .wishlist-table thead

{
    display: none; /* Hide the header on mobile */
}

.wishlist-item {
    display: block;
    width: 100%;
}

    .wishlist-item td {
        display: block;
        width: 100%;
        padding: 10px 0;
    }

        .wishlist-item td:first-child {
            border-top: 1px solid #ddd;
        }

.wishlist-thumb img {
    max-width: 100%;
    height: auto;
}

.remove {
    display: inline-block;
    margin-top: 10px;
}

.price, .instock, .add-to-cart-btn, .subtotal {
    margin-top: 10px;
}

    .add-to-cart-btn a {
        display: block;
        width: 100%;
    }

}


/* Optional: Responsive design */
/* Optional: Responsive design */
@media (max-width: 767px) {
    .modal-dialog {
        max-width: 100%;
    }

    .modal-body {
        flex-direction: column;
        padding: 20px;
    }

    .form-container {
        padding-left: 0;
    }
}

/* Responsive: Adjust OTP boxes on smaller screens */
@media (max-width: 767px) {
    .otp-container input {
        width: 40px;
        height: 40px;
    }
}
/* Hide the image on mobile screens (up to 767px width) */
@media (max-width: 767px) {
    .logimage-container {
        display: none;
    }
}







@media (max-width: 767px) {
    .accordion .card-header {
        padding: 8px;
    }

    .accordion .btn-link {
        font-size: 14px;
    }

    .card-body {
        padding: 8px;
    }

    .checkbox-item .form-group {
        margin-bottom: 8px;
    }
}

@media (max-width: 767px) {
    .container {
        flex-direction: column;
        height: auto;
    }

    .logimage-container {
        height: 50vh; /* You can adjust this value as needed */
        margin-bottom: 20px;
    }

    .form-container {
        padding: 20px;
    }
}


/* Animation for sliding categories */
@keyframes scroll {
    0% {
        transform: translateX(0); /* Start at the first category */
    }

    100% {
        transform: translateX(-100%); /* Move to the left and hide the first category */
    }
}









@media (max-width: 1199px) {
    .swiper-slide {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .swiper-slide {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .swiper-slide {
        width: 50%;
    }
}






/* Mobile View */
@media (max-width: 991px) {
    .sidebar-wrapper {
        position: fixed;
        top: 0;
        left: -300px;
        width: 300px;
        height: 100%;
        background: #fff;
        z-index: 1000;
        transition: left 0.3s ease;
    }

        .sidebar-wrapper.active {
            left: 0;
        }

    .modern-sidebar {
        height: 100%;
        overflow-y: auto;
        border-radius: 0;
        box-shadow: none;
        padding: 20px;
    }

    .mobile-filter-toggle {
        display: block !important;
    }

    .filter-btn {
        border-radius: 25px;
        padding: 12px;
        font-size: 16px;
        background: #007bff;
        border: none;
        font-family: 'Roboto', sans-serif;
        transition: background 0.3s ease;
    }

        .filter-btn:hover {
            background: #0056b3;
        }

    .shop-grid-page-top-info {
        padding: 0 15px;
    }
}
.btn-login-primary {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    width: auto;
    height: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding: 18px 30px 18px;
    background-color: #5e0300;
    color: #ffffff;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    white-space: normal;
    font-size: 14px;
    line-height: 1;
    -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    overflow: hidden;
    border: 1px solid #5e0300;
}

    .btn-login-primary:hover {
        color: #5e0300;
        background-color: #5e0300;
        border-color: #5e0300;
        text-decoration: none;
    }