
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/
ul, ol {
    list-style: none;
    padding: 0 !important;
}


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn-primary:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white);
}

.btn.btn-secondary {
    background: var(--bs-secondary) !important;
    color: var(--bs-white);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border: 1px solid var(--bs-secondary);
    transition: 0.5s;
}

.btn.btn-secondary:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-secondary) !important;
}



/*** Navbar ***/
.cart-qty {
    position: relative;
    top: -10px;
    left: -13px;
    color: #f2691d;
}
.nav-link{
    cursor: pointer;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.nav-bar .navbar.navbar-light {
    padding: 0 !important;
}

.nav-bar .navbar .navbar-nav .nav-link {
    padding: 18px 15px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-white);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
}
.nav-head-link a{
    margin: 0 10px;
}
.loc .dropdown-menu{
    max-height: 400px;
    overflow: auto;
}
@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

@media (max-width: 992px) {
    .nav-bar .navbar .navbar-nav .nav-link {
        padding: 8px 0px;
    }
    .px-5 {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    .p-5{
        padding: 1rem !important;
    }   
    .w-50{
        width: 100% !important;
    }
    .qty-col {
        width: 120px !important;
        min-width: 120px;
        white-space: nowrap;
    }

    .qty-col .form-control,
    .qty-col .form-select {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .c-btn{
        display: inline !important;
    }
   .c-btn button {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
    .c-btn .actions{
        margin-top: 5px;
    }
    .c-btn .form-select, .c-btn .form-control{
        width: 100% !important;
    }
  
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
    width: 230px;
    border:1px solid;
}
.level-1{
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.level-2{
    top:0 !important;
}
.navbar .navbar-toggler {
    padding: 5px 15px;
}

#allCat {
    position: absolute; 
    left: 0; 
    right: 0; 
    top: 51px; 
    z-index: 999; 
    background: var(--bs-light);
}

.nav-bar .navbar-toggler {
    border-radius: 5px !important; 
    box-shadow: none !important;
}

/*** Navbar End ***/

/*** Carousel Header Start ***/
.header-carousel.owl-carousel .owl-nav .owl-prev,
.header-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 87%;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    color: var(--bs-white);
}

.header-carousel.owl-carousel .owl-nav .owl-prev {
    right: 130px;
    transition: 0.5s;
}

.header-carousel.owl-carousel .owl-nav .owl-next {
    right: 60px;
    transition: 0.5s;
}

.header-carousel.owl-carousel .owl-nav .owl-prev:hover,
.header-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.carousel .carousel-header-banner {
    position: relative;
}

.carousel .carousel-banner-offer {
    position: absolute;
    top: 20px; 
    left: 20px;
    display: flex;
    align-items: center;
    z-index: 2;
}

.carousel .carousel-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
/*** Carousel Header End ***/


/*** Footer Start ***/
.footer {
    background: #434242!important;
    h4{
        color: #fff;
    }
}
.footer .footer-item a {
    line-height: 30px;
    transition: 0.2s;
}

.footer .footer-item p {
    line-height: 30px;
    color: #f28b00;
    margin-bottom: 0rem;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: var(--bs-secondary);
}
.epages{
    column-count: 2;
    padding: 0 !important;
}
/*** Footer End ***/


/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-primary) !important;
    a,h6{
        color: #fff;
    }
    .social a{
        margin: 0 10px;
        font-size: 20px;
    }
}
/*** copyright end ***/




/* Only show FIRST level dropdown */
.navbar .dropdown-hover > .dropdown-menu {
  display: none;
}

.navbar .dropdown-hover:hover > .dropdown-menu {
  display: block;
}

/* Submenu handling */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 0.01rem;
}

/* Show subcategory ONLY when category is hovered */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* Arrow alignment */
.dropdown-toggle::after {
  float: right;
  margin-top: 3px;
}



/*** Pagination Start ***/

  
.pagination li a {
    color: var(--bs-dark);
    padding: 10px 16px;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid var(--bs-secondary);
    margin: 0 4px;
}
  
.pagination li a.active {
    background-color: var(--bs-primary);
    color: var(--bs-light);
    border: 1px solid var(--bs-secondary);
}
  
.pagination a:hover:not(.active) {background-color: var(--bs-primary)}

.nav.nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--bs-secondary) !important;
}
/*** Pagination End ***/

/*** Products Start ***/
.product .product-item {
    width: 100%;
    height: 100%;
    position: relative;
}

.product .product-item .product-item-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.product .product-item .product-item-inner .product-item-inner-item {
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
}
.quantity .form-control, .quantity .form-select {
    width: 50%;
}

.product .product-item .product-item-inner img {
    transition: 0.5s;
}

.product .product-item:hover .product-item-inner img {
    transform: scale(1.1);
}

.product .product-item .product-item-inner .product-item-inner-item .product-details {
    position: absolute;
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    transition: 0.5s;
}

/*** Product End ***/


/*** Single Products Start ***/

.add-to-cart{
    display: flex;
    .form-control, .form-select {
        width: 20%;
        height: 40px;
        margin: 0 10px;
    }
}

.contact-social-links li {
    display: inline-block;
    margin-right: 5px;
}
.fs-20{
    font-size: 20px;
}
.error, em, sup {
    color: red;
}


.sdesc {
    overflow: hidden;
   line-height: 1.5;
    max-height: 100px;
}
.postDetails{
    text-align: right;
    span i{
        color: #f2691d;
        margin: 0 10px;
    }
}
.post-details{
    float: right;
    span i{
        color: #f2691d;
        margin: 0 10px;
    }
}
.post-image img{
    height: 100px;
    width: auto;
}
.block-content li{
    display: flex;
    margin: 10px;
    border: 1px solid;
    padding: 5px;
    border-radius: 10px;
}

.post-time{
    .post-details {
        float: right;
        font-size: 12px;
        position: relative;
        bottom: -30px;
    }
}
li {
    list-style: none;
}
.offcanvas-start {
    width: 70%;
}

/* Reset */
.offcanvas-body ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.offcanvas-body li {
  border-bottom: 1px solid #eee;
}

/* Links */
.offcanvas-body a, .loc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

/* Submenus hidden */
.offcanvas-body li ul {
  display: none;
  padding-left: 15px;
}

/* Toggle icon */
.submenu-toggle {
  font-size: 20px;
  cursor: pointer;
  user-select: none;
}

/* Active state */
.menu-open > a .submenu-toggle {
  transform: rotate(45deg);
}

/* Main category */
.menu-parent-item > a {
  font-size: 16px;
  font-weight: 600;
  color: #111;
}

/* Level 1 sub-category */
.menu-parent-item ul > li > a {
  font-size: 14px;
  font-weight: 500;
  color: #444;
  padding-left: 18px;
}

/* Level 2 child */
.menu-parent-item ul ul > li > a {
  font-size: 13px;
  font-weight: 400;
  color: #666;
  padding-left: 32px;
}
/* Active link */
.offcanvas-body a.active {
  color: #0d6efd;
  font-weight: 600;
}

/* Keep submenu visible */
.menu-open > ul {
  display: block !important;
}

.out{
    background-color: #f28b00;
    color:#fff
}
.unreach{
    color: red;
}
.rating-stars i {
    color: #ccc;
    transition: color 0.2s ease;
}

.rating-stars i.hovered,
.rating-stars i.selected {
    color: #ffc107; /* gold */
}

.w-90{
    width: 90% !important;
}
.fail-page{
    min-height: 340px;
    text-align: center;
}
.min-h-400{
    min-height: 400px;
}
.order-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.order-info .info-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
}

.order-info .info-item:last-child {
    border-bottom: none;
}

.order-info .label {
    font-weight: 600;
    color: #555;
    min-width: 160px;
}

.order-info .value {
    color: #222;
    text-align: right;
    max-width: 65%;
    word-break: break-word;
}

.order-info .status {
    font-weight: 600;
    color: #0d6efd; /* Bootstrap primary */
}
.display-7{
	font-size:2rem !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .order-info .info-item {
        flex-direction: column;
    }

    .order-info .value {
        text-align: left;
        max-width: 100%;
        margin-top: 4px;
    }
}
