.navbar-toggler {
    border: none !important;
    padding: 0.5rem;
    outline: none !important;
    box-shadow: none !important;
}

.navbar-toggler-icon {
    width: 2em;
    height: 2em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2874, 85, 104, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    transition: all 0.3s ease;
}

.close-icon {
    font-size: 2rem;
    line-height: 1;
    color: #2d3748;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.navbar-toggler:hover .navbar-toggler-icon {
    opacity: 0.8;
}

.navbar-toggler:hover .close-icon {
    opacity: 1;
}

.dropdown:hover .dropdown-menu,
.dropdown-menu:hover {
    display: block;
    opacity: 1;
    visibility: visible;
}

.dropdown-menu {
    margin-top: 0;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    /* display: block; */
    padding-left: 1rem;
}


.form-control:focus{
    border-color:#dee2e6;
    box-shadow:none;
}

.bi{
    font-size: 1.5rem;
}
.dropdown-menu{
    --bs-dropdown-link-active-bg:var(--bs-body-color);
}

.detail_h1{
    overflow-wrap: anywhere;
    hyphens: auto;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 12rem;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}
.swiper-button-next, .swiper-button-prev{color: #000000;}
.swiper-pagination-bullet-active{background: #000000;}
:root {
    --swiper-navigation-size: 18px;
    --bs-link-color-rgb: 61,25,25;
}
.col-form-label.required::after {
    content: " *";
    color: red;
}
.placeholder-text-muted::placeholder {
    color: #8B9AA7FF !important;
}
.checkout-form label{
    color:#695757;
}
.border-bottom-dashed{
    border-bottom: 1px dashed #dee2e6 !important;
}
.pay-method+.pay-method{
    border-top: 1px dashed #dee2e6 !important;
}
.form-check-input:checked{background-color: #000000;border-color: #000000;}
.index_row_swiper_img{
    height: 100%;
    width: 180px;
}
.description_info .d-flex+.d-flex{
    margin-top: 0.5rem;
}
.nav-item+.nav-item{
    margin-left: 1.5rem;
}
#carouselRide{
    border: 1px solid #dee2e6;
}
#productTabs .li button{
    color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
}
@media (max-width: 768px) {
    .d-flex.align-items-center {
        margin-left: auto !important;
        gap: 0.5rem;
    }

    .dropdown.me-2.me-lg-3 {
        margin-right: 0 !important;
    }

    .input-group {
        order: -1;
        width: 100%;
        margin-bottom: 0.5rem;
    }
    .nav-item+.nav-item{
        margin-left: 0;
    }
}