.banner-image-1 img {
    min-height: 588px;
}

/* .col-12.col-md-6 {
    padding: 0;
} */
.big-card {
    height: 100%;
    display: grid;
    align-items: center;
}

.zoom-hover-img {
    overflow: hidden !important;
    position: relative;
    max-height: 228px;
}

.zoom-hover-img img {
    transition: transform 0.5s ease;
    max-height: 400px;
}

.blog-card:hover .zoom-hover-img img,
.card:hover .zoom-hover-img img {
    transform: scale(1.1);
}

/*---------------------- home2 --------------------*/

.home-2 .banner-left {
    background-image: url(../images/home2/banner/left.png);
    height: 454px;
    width: 100%;
    position: relative;
}

.home-2 .banner-right {
    background-image: url(../images/home2/banner/right.png);
    height: 454px;
    width: 100%;
    position: relative;

}

.home-2 .banner-right::after,
.home-2 .banner-left::after {
    content: '';
    position: absolute;
    display: block;
    background-color: #00000020;
    height: 100%;
    width: 100%;
}

.home-2 .global-input input {
    width: 420px;
    background-color: #1B1B1B;
    border: 1px solid var(--color-primary) !important;

}

.home-2 .zoom-hover-img {
    overflow: hidden !important;
    position: relative;
    max-height: unset;
}

.home-2 .zoom-hover-img img {
    transition: transform 0.5s ease;
    max-height: unset;
}

.banner.double img {
    height: 450px;
}

.product-suggestion .product-card:hover img {
    background-color: var(--color-light) !important;
}

input.form-control.shadow-none {
    height: 60px !important;
}

.table> :not(caption)>*>* {
    border-color: var(--color-lighter) !important;
}

.accordion-body {
    padding: 0rem 0rem !important;
}

.accordion-button:not(.collapsed) {
    color: var(--color-dark) !important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    background-color: unset !important;
}

.accordion-button:focus {
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}

.accordion-header {
    font-size: 18px !important;
}

.form-check-label {
    font-size: 16px !important;
}

.tag-btn .primary-btn1 {
    width: unset !important;
    height: unset !important;
}

.popular-card-content {
    cursor: pointer;
}

.w-25 {
    width: 25% !important;
}

.form-select-sm {
    /* padding-top: 0.25rem; */
    /* padding-bottom: 0.25rem; */
    /* padding-left: 0.5rem; */
    font-size: 0.875rem;
}

.form-select:focus {
    border: 1px solid var(--color-primary) !important;
}

.form-select {
    border: 1px dotted var(--color-dark-lighter) !important;
    box-shadow: none !important;
    /* outline: none !important; */
}

.form-check-input {
    padding: 8px !important;
}

.form-check {
    display: flex;
    align-items: center;
}

.slider-heading h6 {
    margin-bottom: unset !important;
}

.btn-close {
    box-shadow: none !important;
}

.table-border {
    border-top: 1px solid #7c7c7c4d !important;
}

.table .form-check-input[type="radio"] {
    border: 1px solid var(--color-primary) !important;
}

.table> :not(caption)>*>* {
    padding: 1.2rem 0.5rem;
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: var(--color-dark) !important;
    color: var(--color-light) !important;
}

.faq-section h2 button {
    font-weight: 600;
}

.faq-section .accordion-item {
    margin-top: 20px;
}

.faq-section .accordion-header {
    border: 1px solid #fbfbfb !important;
    box-shadow: 2px 2px 2px #fbfbfb !important;
}

.faq-section .accordion-button {
    padding: 2rem 1rem !important;
}

.faq-section .accordion-body p {
    background: #fbfbfb;
}

/* tab start*/
.tab,
.tab2,
.tab3,
.tab4,
.tab5,
.tab6 {
    overflow: hidden;
    /* margin-bottom: 30px; */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
}

.tab4,
.tab6 {
    justify-content: center;
    gap: 30px;
}

.tab button,
.tab2 button,
.tab3 button,
.tab4 button,
.tab5 button,
.tab6 button {
    position: relative;
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0.6em;
    transition: 0.3s;
    /* font-size: 16px; */
    border-bottom: 2px solid transparent !important;
    transition: 0.3s linear;
}

.tab button.active,
.tab2 button.active,
.tab3 button.active,
.tab4 button.active,
.tab5 button.active {
    border-bottom: 2px solid var(--color-primary) !important;
}

.home-3 .tab button.active,
.home-3 .tab2 button.active,
.home-3 .tab3 button.active,
.home-3 .tab4 button.active,
.home-3 .tab5 button.active {
    border-bottom: 2px solid var(--color-secondary) !important;
}

.tab4 button.active,
.tab5 button.active,
.tab6 button.active {
    color: var(--color-primary) !important;
}

.tabcontent,
.tabcontent2,
.tabcontent3,
.tabcontent4,
.tabcontent5,
.tabcontent6 {
    display: none;
    border-top: none;
}

.tabcontent,
.tabcontent2,
.tabcontent3,
.tabcontent4,
.tabcontent5,
.tabcontent6 {
    animation: fadeEffect 1.5s;
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.red {
    background-color: #dc3545 !important;
    color: #f6f6f6 !important;
    font-weight: 700 !important;
    transition: all 0.3s linear;
}

.red-2 {
    color: #dc3545 !important;
}

/* admin dashboard  */

/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: "Inter", sans-serif;
}

.main-nav {
    min-height: 80px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

/* #wrapper.toggled {
    padding-left: 250px;
} */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    top: 15%;
    left: 250px;
    width: 250px;
    height: 87%;
    margin-left: -250px;
    overflow: hidden;
    background: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 0px;
}

#page-content-wrapper {
    width: 100%;
    /* position: absolute; */
    /* padding: 15px; */
    background: #f9f9f9f9;
}

#wrapper.toggled #page-content-wrapper {
    /* position: absolute; */
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    /* top: 3%; */
    width: 250px;
    margin: 0;
    height: 100%;
    padding: 0;
    list-style: none;
    background-color: #ffffff;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 0px 20px 20px 0px;
    /* background-color: #f9f9f9; */
    width: 90%;
}

.sidebar-nav li:hover a {
    padding-left: 5px;
    background: var(--color-dark) !important;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: var(--color-dark);
    font-weight: 600;
    transition: 0.2s linear;
    letter-spacing: 1px;
    padding: 5px 0px;
    /* line-height: 30px; */
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav>.sidebar-brand a {
    color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.admin-search {
    width: 464px;
    height: 40px;
}

.admin-nav ::placeholder {
    color: var(--color-dark-lighter) !important;
}

.admin-nav .navbar-nav li a {
    color: var(--color-dark-normal) !important;
}

.nav-icon {
    color: var(--color-primary) !important;
    margin-right: 5px;
}

.navbar-brand {
    width: fit-content;
}

.navbar .admin-img {
    width: 100px;
    height: 100px;
    border-radius: 0px 20px 20px 0px;
    overflow: hidden;
}

.admin-img img {
    max-width: 100px;
    min-height: 100%;
}

.sidebar-nav svg {
    color: var(--color-primary);
    margin-right: 10px;
}

.actived {
    /* background-color: #000000; */
    background-color: var(--color-dark);
    /* transition: 0.3s; */
    color: var(--color-primary-light) !important;
    border-radius: 0px 50px 50px 0px;
    padding-left: 5px !important;
}

.footer-row {
    height: 100%;
}

.navbar-nav {
    flex-direction: row;
    align-items: center;
}

/* home-4  */

.banner-area {
    background-image: url("../images/banner/1.jpg");
    max-width: 100%;
    height: 85vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-search::placeholder {
    color: var(--color-dark-lighter) !important;
    font-size: 16px;
}

.top-right-nav li a {
    color: var(--color-light) !important;
}

.top-right-nav li a:hover {
    color: var(--color-light);
}

.footer-top span:hover {
    text-decoration: underline;
    color: var(--color-primary-light);
}

.footer-icon span:hover {
    color: var(--color-primary-light);
}

.breadcrumb-item.item-1 a {
    color: var(--color-primary) !important;
    text-decoration: underline;
}

.header-discount {
    background: #fff;
    padding: 0.2rem 0.5rem;
    border-radius: 50px;
}

.page-banner {
    width: 100% !important;
}

.page-banner::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #00000040;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.page-banner img {
    width: 100% !important;
}

/* .page-banner:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #00000054;
} */

/* .breadcrumb-contain h2,
.breadcrumb-contain li a,
.breadcrumb-contain svg {
    color: var(--color-light);
} */

.blog .home2-category-banner {
    background-image: url("../images/discount/1.png");
    height: 400px;
    max-width: 100%;
    background-size: cover;
    margin: 0 auto;
}

.blog-info {
    align-items: center;
}

.cart-img img {
    padding: 0 0 0 13px;
    border-radius: 5px;
}

#page-content {
    padding-top: 120px;
}

.modal-open[style] {
    padding-right: 0px !important;
}

/* ---------------------------------------------- */

.nav-user {
    display: none;
}

#promotion-banner {
    background-image: url("../images/home-1/banner/UU.png");
    min-height: 335px;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

#promotion-banner:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #00000020;
}

.banner-container {
    min-height: 335px !important;
    width: 100%;
    position: inherit;
}

.banner-inner-block {
    border: 2px solid #f5f5f5;
    min-height: 155px;
    min-width: 375px;
    padding: 0px 25px;
    justify-content: center;
    position: relative;
}

.blog-post .zoom-hover-img {
    max-height: 400px;
}

.nav-top li {
    cursor: pointer;
}

.hb-l {
    background-image: url("../images/home-1/banner/1.png");
    min-height: 588px;
}

.hb-r {
    background-image: url("../images/home-1/banner/2.png");
    min-height: 588px;
}

.blog-card-img {
    height: 100%;
}

.blog-card-img img {
    width: 100%;
    height: inherit;
    object-fit: cover;
    max-height: 420px;
}

.text-warp {
    display: -webkit-inline-box !important;
    height: 20px;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-warp-2 {
    display: -webkit-inline-box !important;
    /* height: 20px; */
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.page-banner img {
    height: 263px;
}

.newsletter-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* banner input  */
.global-input {
    display: flex;
    gap: 15px;
    row-gap: 1.5rem;
}

.global-input input {
    width: 420px;
    background-color: #f5f5f5;
    border: 1px solid transparent !important;
    height: 60px;
    outline: none;
}

.global-input input::placeholder {
    color: var(--color-dark-lighter) !important;
}

.banner-newsletter {
    padding: 1.5rem;
    z-index: 11;
}

.banner-newsletter .global-input input {
    width: 263px !important;
}

.banner-newsletter .global-input {
    gap: 0px !important;
}

.banner-newsletter .global-input .primary-btn1 {
    width: 112px !important;
}

/* blog  */
.blog-cards {
    padding: 0 3rem 3rem 3rem;
    /* background: #fafafa; */
}

.blog-card-content {
    padding: 2rem !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 10px;
}

.date-bg {
    height: 70px;
    width: 100px;
}


.blog-info p,
.blog-info span {
    color: var(--color-dark-lighter) !important;
    font-size: 14px;
}

.blog-info svg {
    margin-right: 7px;
    color: var(--color-primary) !important;
    font-size: 14px;
}

.blog-card-content a {
    font-size: 14px !important;
}

.blog-card-content a:hover {
    text-decoration: underline;
}

.blog-card-content h3 {
    font-weight: bolder !important;
    line-height: 40px;
}

.blog-card-content p {
    line-height: 27px;
}

.single-blog-card:hover {
    box-shadow: 2px 2px 4px 0px #00000015;
}

.blog-info svg {
    color: var(--color-primary) !important;
}

/* .blog-info span,
.blog-info p{

} */

.blog-single .blog-cards {
    padding: 3rem !important;
}

.blog-single .single-blog-card {
    outline: none;
    cursor: unset;
}

.blog-single .single-blog-card:hover {
    box-shadow: none;
}

.blog-single .blog-card-content {
    display: unset;
}

.blog .home2-category-banner .border {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    width: 70%;
    padding: 3rem 1rem;
    border: 1px solid var(--color-light) !important;
    transition: all 0.3s linear;
    transition-delay: 0ms;
    background: #00000042;
}

.blog-single .single-blog-card h2 {
    font-weight: bolder !important;
    line-height: 50px;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    font-family: "Rubik", sans-serif;
    font-weight: 500 !important;
    color: var(--color-dark);
    padding: 1rem 0px;
}

.wrapper {
    min-height: fit-content;
    padding: 1rem 0px;
}

.cart-input input {
    border: 1px solid #f4f4f4 !important;
    width: 213px !important;
}

.cart-input input::placeholder {
    color: var(--color-dark-light) !important;
    font-size: 16px;
}

.checkout select {
    height: 60px;
    background: #f9f9f9;
    border: 1px solid transparent !important;
}

.text-warp2 {
    display: -webkit-inline-box !important;
    height: 22px;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-grid button svg {
    font-size: 316x;
}


/* .navbar-collapse {
    opacity: 0;
    transition: .5s linear;
} */

.navbar-collapse.show {
    display: block !important;

    transition: .5s linear;
}