body {
    font-family: "Raleway", sans-serif !important;
    overflow-x: hidden;
}

.navbar {
    backdrop-filter: blur(9px);
}

.navbar .nav-link {
    font-size: 16px;
}

.navbar a {
    color: black;
}

.list-group-item i {
    transition: transform 0.2s ease-in-out;
    cursor: pointer;
}

.list-group-item i[aria-expanded="true"] {
    transform: rotate(180deg);
}

.slick-dots button::before {
    font-size: 35px !important;
}

.social-icon {
    transition: all 0.2s ease-in-out;
}

.social-icon:hover {
    transform: translateY(-5px);
}

.ri-facebook-circle-line {
    color: #3b5998;
}

.ri-instagram-line {
    color: #e03566;
}

.ri-linkedin-line {
    color: #0077b5;
}

.ri-tiktok-line {
    color: #fe2c55;
}

.social-links a,
.social-links img {
    width: 41px;
    height: 41px;
    transition: opacity .2s ease;
}

.social-links a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-links > a > .hover-icon {
    opacity: 0;
}

.social-links > a:hover > .main-icon {
    opacity: 0;
}

.social-links > a:hover > .hover-icon {
    opacity: 1;
}

.counter {
    width: fit-content;
    border-radius: 5px;
}

#offcanvasCart button {
    border: none !important;
}

#offcanvasCart .cart-items::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

#offcanvasCart .cart-items::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 6px;
}

#offcanvasCart .cart-items::-webkit-scrollbar-corner {
    background: transparent;
    display: none;
}

#offcanvasCart .cart-actions {
    box-shadow: 0px 0px 10px rgb(221, 221, 221);
}

#offcanvasCart .total {
    color: #222222;
    font-size: 18px;
}

#offcanvasCart .view-cart {
    letter-spacing: 4px;
    background: #f7f7f7 !important;
    border-radius: 5px;
}

#offcanvasCart .checkout {
    letter-spacing: 4px;
    background: #542a01 !important;
    color: #ffffff !important;
    border-radius: 5px;
}

#offcanvasCart .checkout:hover {
    background: #080400 !important;
}

#offcanvasCart .loading-overlay,
.loader {
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.slider-item .main-image {
    transition: transform 1s ease-out, opacity 0.7s ease-out;
}

.slider-item .hover-image {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 1s ease-out, opacity 0.7s ease-out;
}

.slider-item:hover .hover-image {
    opacity: 1;
    transform: scale(1.1);
}

.slider-item:hover .main-image {
    opacity: 0;
    transform: scale(1.1);
}

.footer {
    background: #FFF4E3;
}

.footer h4 {
    color: #422623;
    font-weight: 700;
    font-size: 20px;
}

@media (max-width: 767px) {
    .footer {
        font-size: 12px;
    }

    .footer h4 {
        font-size: 14px;
    }
}

.mobile-bottom-nav {
    height: 61px;
    border-top: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background: white;
    position: sticky;
    bottom: 0;
}

.mobile-bottom-nav>.mobile-bottom-nav-item.active svg path {
    stroke: #422623;
}

.mobile-bottom-nav>.mobile-bottom-nav-item.active {
    color: #422623;
}

.mobile-bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: black;
}

.mobile-bottom-nav-item div {
    font-size: 10px;
    margin-top: 2px;
}

.price-color {
    color: #c16100;
}
