/*
* author: Ants Creation (Pvt) Ltd
* email: info@ants.lk
* web: www.ants.lk
* description: home page styles
*/


/* home slider */

.dm-silder-wrapper{
    position: relative;
}
.dm-silder-wrapper .slider-category{
    width: 270px;
}
/* .dm-silder-wrapper .carousel-indicators li {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    border-top: 0;
    border-bottom: 0;
}
.dm-silder-wrapper .carousel-indicators li.active {
    width: 30px;
    height: 10px;
    border-radius: 5px;
} */
/* .dm-silder-wrapper .carousel-control-next,
.dm-silder-wrapper .carousel-control-prev{
    opacity: 1;
    width: unset;
} */
.dm-silder-wrapper .slider-category{
    border-left: solid 1px #CBCBCB;
    border-right: solid 1px #CBCBCB;
    border-bottom: solid 1px #CBCBCB;
    height: 100%;
}

.dm-silder-wrapper .slider-category .list-unstyled{
    border-top: solid 1px #CBCBCB;
}

.dm-silder-wrapper .slider-category .list-unstyled .category-nav-element a{
    margin: 0 8px;
}

.dm-silder-wrapper .slider-category .list-unstyled .category-nav-element:not(:last-child) a{
    border-bottom: solid 1px #CBCBCB;
}

.dm-silder-wrapper .slider-category .list-unstyled .category-nav-element a{
    font-size: 14px;
    color: var(--black) !important;
}

.dm-silder-wrapper .slider-category .list-unstyled .category-nav-element a:hover{
    color: var(--theme_color) !important;
}

.dm-silder-wrapper .slider-category .list-unstyled .category-nav-element a .angle-right{
    float: right;
}
.dm-silder-wrapper .slider-category .list-unstyled .category-nav-element a .cat-name{
    font-family: 'Outfit-Medium';
}
.dm-silder-wrapper .slider-slider{
    position: relative;
    width: 100%;
}
.dm-silder-wrapper .slider-slider .carousel-inner{
    background-color: var(--theme_blue);
}
.dm-silder-wrapper .slider-slider .carousel-inner .carousel-item .slider-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dm-silder-wrapper .slider-slider .carousel-inner .carousel-item .carousel-caption{
    text-align: left;
    position: relative;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
}
.dm-silder-wrapper .slider-slider .carousel-inner .carousel-item{
    margin-top: 80px;
    margin-bottom: 80px;
}
.dm-silder-wrapper .slider-slider .carousel-inner .carousel-item .carousel-caption .carousel-caption-inner .headings .title{
    font-size: 50px;
}
.dm-silder-wrapper .slider-slider .carousel-inner .carousel-item .carousel-caption .carousel-caption-inner .headings .title span{
    font-weight: 600;
}
.dm-silder-wrapper .slider-slider .carousel-inner .carousel-item .carousel-caption .carousel-caption-inner .headings .description{
    font-size: 16px;
}

.dm-silder-wrapper .slider-slider .carousel-indicators {
    position: relative;
    bottom: 2rem;
    justify-content: flex-start;
    margin-left: 0;
    /* margin-left: 13%; */
}

.dm-silder-wrapper .slider-slider .carousel-indicators li{
    border: none;
    border-radius: 50px;
}
.dm-silder-wrapper .slider-slider .carousel-indicators li.active {
    width: 50px;
}

@media only screen and (max-width: 991px) {
    .dm-silder-wrapper .slider-slider .carousel-inner .carousel-item .slider-image img{
        display: none;
        margin-bottom: 10rem;
    }
    .dm-silder-wrapper .slider-slider .carousel-inner .carousel-item .carousel-caption {
        margin-bottom: 10rem;
    }
}
@media only screen and (max-width: 768px) {
    .dm-silder-wrapper .slider-slider .carousel-inner .carousel-item .carousel-caption .carousel-caption-inner .headings .title{
        font-size: 30px;
    }
    .dm-silder-wrapper .slider-slider .carousel-inner .carousel-item .carousel-caption .carousel-caption-inner .headings .description{
        font-size: 14px;
    }

    .dm-silder-wrapper{
        height: fit-content;
    }
    .dm-silder-wrapper .slider-slider .carousel-inner{
        height: 450px;
    }

}

/* PRODUCT CATEGORY SECTION */

.sp-category-section .category-nav .nav {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 0;
}

.sp-category-section .category-nav .nav .nav-item {
    border: 1px solid var(--theme9);
    border-radius: 100px;
    padding: 16px 32px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-align: center;
    list-style: none;
    height: 52px;
}

.sp-category-section .category-nav .nav .nav-item .nav-link {
    padding: 0;
    color: var(--theme9);
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-category-section .category-nav .nav .nav-item.active,
.sp-category-section .category-nav .nav .nav-item:hover {
    background-color: var(--theme_color);
    color: var(--white);
    border: 1px solid var(--theme_color);
}

.sp-category-section .category-nav .nav .nav-item.active .nav-link,
.sp-category-section .category-nav .nav .nav-item:hover .nav-link {
    color: var(--white);
}
@media only screen and (max-width: 1200px) {
    .sp-category-section .category-nav .nav {

    }
}
@media only screen and (max-width: 992px) {
    .sp-category-section .category-nav .nav {
        gap: 12px;
    }

    .sp-category-section .category-nav .nav .nav-item {
        padding: 12px 17px;
    }
    .sp-category-section .category-nav .nav .nav-item .nav-link{
        font-size: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .sp-category-section .category-nav .nav {
        align-items: center;
        gap: 12px;
    }

    .sp-category-section .category-nav .nav .nav-item {
        width: 100%;
        max-width: 128px;
        text-align: center;
        padding: 14px;
    }
    .sp-category-section .category-nav .nav .nav-item .nav-link{
        font-size: 12px;
    }
}

@media only screen and (max-width: 480px) {
    .sp-category-section .category-nav .nav .nav-item {
        max-width: 125px;
        padding: 12px;
        font-size: 14px;
    }
}

/* ! PRODUCT CATEGORY SECTION */

/* STATIONARY CATEGORY SECTION */
.dm-stationary-category-section {
    overflow: hidden; /* Prevents the background from overflowing */
}

.dm-stationary-category-section .colored-background-container {
    position: relative;
    /* height: 675px; */
    margin-bottom: 30px;
    padding: 50px 0;
}

.dm-stationary-category-section .colored-background-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--theme_color);
    height: 100%;
    border-radius: 0px 500px 500px 0px;
    width: 75%;
    z-index: 0;
}

.dm-stationary-category-section .container {
    height: 100%;
    z-index: 1;
}

.dm-stationary-category-section .row {
    height: 100%;
}

.dm-stationary-category-section .stationaries-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-bottom: 2rem;
}
.dm-stationary-category-section .stationaries-wrapper--item a{
    color: var(--white);
}
.dm-stationary-category-section .stationaries-wrapper--item a:hover{
    color: var(--theme_gray);
}

.dm-stationary-category-section .sinhala-text {
    font-size: 22px;
    margin-bottom: 8px;
}

.dm-stationary-category-section .english-text {
    font-size: 16px;
}

.dm-stationary-category-section .stationary-image {
    display: flex;
    align-items: center;
    height: 100%;
}

.dm-stationary-category-section .stationary-image img {
    max-height: 675px;
    object-fit: contain;
}

.dm-stationary-category-section .stationary-categories-wrapper {
    margin-left: 74px;
}
@media (min-width: 1668px) {
    .dm-stationary-category-section .stationary-categories-wrapper {
        margin-left: 12%;
    }
}
@media only screen and (max-width: 992px) {
    .dm-stationary-category-section .stationary-categories-wrapper {
        margin-left: 0;
        text-align: center;
    }
    .dm-stationary-category-section .colored-background-container::before {
        width: 100%;
        border-radius: 0px 0px 0px 0px;
    }
}
@media only screen and (max-width: 589px) {
    .dm-stationary-category-section .colored-background-container {
        height: 779px !important;
    }
    .dm-stationary-category-section .colored-background-container::before{
        height: 779px !important;
    }
    .dm-stationary-category-section .stationaries-wrapper {
        gap: 0px;
        font-size: 15px;
        flex-direction: column;
        columns: 2;
        justify-content: center;
        text-align: start;
        padding: 0px;
        display: inline-block;
        white-space: nowrap;
    }

    .dm-stationary-category-section .sinhala-text {
        font-size: 16px;
    }
}
@media only screen and (max-width: 443px) {
    .dm-stationary-category-section .colored-background-container {
        height: 971px;
    }
    .dm-stationary-category-section .colored-background-container::before{
        height: 971px;
    }
}
/* ! STATIONARY CATEGORY SECTION */

/* Testimonial Section */
.testimonial-carousel {
    overflow: hidden;
}

.testimonial-carousel .carousel-box {
    transform: scale(0.9);
    background: #fff;
    transition: all 0.4s ease-in-out;
    text-align: center;
    box-shadow: 0px 4px 40px #0000001A;
    border-radius: 20px;
    padding: 1rem;
    position: relative;
    width: 100%;
    margin-bottom: 4rem;
}

.testimonial-carousel .testimonial-text {
    font-family: 'Outfit-SemiBold';
    font-size: 18px;
    color: var(--txt-color);
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 5rem;
    margin: 0;
}

/* Center item styling */
.testimonial-carousel  .owl-item.active.center .carousel-box {
    transform: scale(1.2);
    opacity: 1;
    background: var(--theme6);
    z-index: 5;
}

.owl-item.active.center .carousel-box .testimonial-text {
    color: var(--theme9) !important;
}

.testimonial-carousel .testimonial-author {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    bottom: -3.5rem;
    transform: translateX(-50%);
    left: 50%;
}

.testimonial-carousel .testimonial-author-avatar {
    width: 3rem !important;
    height: 3rem;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid var(--white);
}

.testimonial-carousel .testimonial-author-name {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

.testimonial-carousel .owl-item.active.center .carousel-box .testimonial-author {
    display: flex;
}

.testimonial-carousel .testimonial-rating i{
    color: var(--theme_color);
    font-size: 0.75rem;
}



/* Items to the right of center */
.owl-item.active.center + .owl-item {
    z-index: -3 !important;
}

.owl-item.active.center + .owl-item .carousel-box {
    transform: scale(1);
}

.owl-item.active.center + .owl-item + .owl-item {
    z-index: -4 !important;
}

.owl-item.active.center + .owl-item + .owl-item .carousel-box {
    transform: scale(0.8);
}

/* Items to the left of center */
.owl-item.active.left-item-1 .carousel-box {
    transform: scale(1);
    z-index: -3 !important;
}

.owl-item.active.left-item-2 .carousel-box {
    transform: scale(0.8);
    z-index: -4 !important;
}

/* Hide inactive items */
.owl-item:not(.active) {
    visibility: hidden;
    opacity: 0;
}

.owl-stage-outer {
    padding: 20px 0;
}

/* Hide inactive items */
.owl-item:not(.active) {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    position: absolute;
}

/* Force active items into a single line */
.owl-stage {
    display: flex;
    align-items: center;
}

.owl-stage-outer {
    padding: 20px 0;
    overflow: hidden;
}

/* Owl Carousel Navigation Styles */
.testimonial-carousel .owl-nav {
    margin-left: 3rem;
    position: absolute;
    top: calc(50% - 2rem);
    width: calc(100% - 6rem);
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 10;
    pointer-events: none;
}

.testimonial-carousel .owl-nav button.owl-prev,
.testimonial-carousel .owl-nav button.owl-next {
    width: 2rem;
    height: 2rem;
    background-color: #0066cc !important;
    border-radius: 50%;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    transition: all 0.3s ease;
    pointer-events: auto;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 102, 204, 0.3);
    position: relative;
    z-index: 25;
}

.testimonial-carousel .owl-nav button.owl-prev i,
.testimonial-carousel .owl-nav button.owl-next i {
    color: #ffffff !important;
    font-size: 1rem;
    font-weight: bold;
    display: block;
}

/* Ensure buttons are above carousel items */
.testimonial-carousel .owl-nav button {
    z-index: 25;
}

@media (max-width: 576px) {
    .testimonial-carousel .owl-nav {
        margin-left: 0;
        top: calc(50% + 5rem);
        width: calc(100%);
    }
}

/* ! Testimonial Section */

/* Testimonial Modal Styles */
#testimonialModal .modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
}

#testimonialModal .modal-header {
    border-bottom: 1px solid #e9ecef;
    padding: 1.5rem 2rem 1rem;
}

#testimonialModal .modal-title {
    font-family: 'Outfit-SemiBold';
    font-size: 24px;
    color: var(--theme_color);
}

#testimonialModal .modal-body {
    padding: 2rem;
}

#testimonialModal .modal-footer {
    border-top: 1px solid #e9ecef;
    padding: 1rem 2rem 1.5rem;
}

.testimonial-modal-avatar {
    width: 60px !important;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--theme_color);
}

.testimonial-modal-name {
    font-family: 'Outfit-SemiBold';
    font-size: 18px;
    color: var(--txt-color);
    margin-bottom: 0.5rem;
}

.testimonial-modal-rating i {
    color: var(--theme_color);
    font-size: 16px;
    margin-right: 2px;
}

.testimonial-modal-text {
    font-family: 'Outfit-Regular';
    font-size: 16px;
    line-height: 1.8;
    color: var(--txt-color);
    text-align: justify;
    padding: 1rem 0;
}

#testimonialModal .btn-secondary {
    background-color: var(--theme_color);
    border-color: var(--theme_color);
    border-radius: 50px;
    padding: 10px 30px;
    font-family: 'Outfit-Medium';
    transition: all 0.3s ease;
}

#testimonialModal .btn-secondary:hover {
    background-color: var(--theme2);
    border-color: var(--theme2);
    transform: translateY(-2px);
}

/* Responsive modal styles */
@media (max-width: 768px) {
    #testimonialModal .modal-dialog {
        margin: 1rem;
    }

    #testimonialModal .modal-body {
        padding: 1.5rem;
    }

    #testimonialModal .modal-header {
        padding: 1rem 1.5rem 0.5rem;
    }

    #testimonialModal .modal-footer {
        padding: 0.5rem 1.5rem 1rem;
    }

    .testimonial-modal-text {
        font-size: 14px;
    }

    .testimonial-modal-name {
        font-size: 16px;
    }

    .testimonial-modal-avatar {
        width: 50px !important;
        height: 50px;
    }
}

/* ! Testimonial Modal Styles */



.dm-more-category--item{
    padding: 0.5rem;
}
.dm-more-category--item a {
    font-size: 14px;
    color: var(--font-color) ;
}
.dm-more-category--item a:hover{
    color: var(--theme1) ;
}
.dm-more-category--item a > img{
    width: 20px;
    margin-right: 6px;
}

/* deals */

.dm-title_outer h5{
    font-size: 44px;
    margin-bottom: 0;
    font-family: 'Outfit-Regular';
}

.dm-title_outer{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    align-items: center;
}

.dm-title_outer .view-all-link{
    text-decoration: underline;
    font-family: 'Outfit-Medium';
    font-size: 15px;
}

.dm-deal-wrapper__grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    border: 1px solid #DCDCDC;
    border-radius: 10px;
}
.dm-deal-wrapper__grid--item1{
    grid-area: 1 / 1 / 3 / 2;
    border-right: 1px solid #DCDCDC;
    padding: 5px 15px;
}
.dm-deal-wrapper__grid--item2{
    grid-area: 1 / 2 / 2 / 3;
    border-bottom: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
}
.dm-deal-wrapper__grid--item3{
    grid-area: 1 / 3 / 2 / 4;
    border-bottom: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
}
.dm-deal-wrapper__grid--item4{
    grid-area: 1 / 4 / 2 / 5;
    border-bottom: 1px solid #DCDCDC;
}
.dm-deal-wrapper__grid--item5{
    grid-area: 2 / 2 / 3 / 3;
    border-right: 1px solid #DCDCDC;
}
.dm-deal-wrapper__grid--item6{
    grid-area: 2 / 3 / 3 / 4;
    border-right: 1px solid #DCDCDC;
}
.dm-deal-wrapper__grid--item7{
    grid-area: 2 / 4 / 3 / 5;
}


/* home tips row */
.home-tips-row .tips-col{
    position: relative;
    background-color: var(--theme1);

}
.home-tips-row .tips-col:last-child{
    border-right: none;
}
.home-tips-row .tips-col .quick-tip-inner ul{
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.home-tips-row .tips-col .quick-tip-inner li{
    color: var(--theme_color);
}
.home-tips-row .tips-col .quick-tip-inner li img{
    width: 40px;
    filter: invert(1);
}
.home-tips-row .tips-col .quick-tip-inner li:first-child{
    margin-right: 10px;
    display: flex;
}
.home-tips-row .tips-col .quick-tip-inner li h4{
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
}
.home-tips-row .tips-col .quick-tip-inner li p{
    margin-bottom: 0;
    font-size: 12px;
    color: white;
}
.home-tips-row .quick-tip-inner{
    margin: 1rem 0;
    border-right: solid 1px #130D0D;
}
.home-tips-row .tips-col:last-of-type .quick-tip-inner{
    border-right-color: transparent;
}

/* home side bar */
/* home side footer-tips */
.home-side-tips{
    border: solid 1px #A2A2A2;
}
.home-side-tips .row{
    justify-content: space-evenly;
}
.home-side-tips .tips-col{
    padding: 15px 15px;
    border-bottom: solid 2px #d1d1d1;
    width: 95%;
}
.home-side-tips .tips-col:last-child{
    border-bottom: none;
}
.home-side-tips .tips-col .quick-tip-inner ul{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: center;
}
.home-side-tips .tips-col .quick-tip-inner li{
    color: var(--font-color);
}
.home-side-tips .tips-col .quick-tip-inner li img{
    width: 50px;
    height: auto;
    margin-bottom: 10px;
}
.home-side-tips .tips-col .quick-tip-inner li h4{
    font-size: 16px;
    margin-bottom: 0;
    color: black;
    font-family: 'Outfit-SemiBold';
    text-transform: uppercase;
}
.home-side-tips .tips-col .quick-tip-inner li p{
    margin-bottom: 0;
    font-size: 11px;
    color: var(--black);
}

/* home daily deals */
.home-daily-deals .aiz-carousel .slick-arrow{
    top: -30px;
    border: solid 2px var(--theme_blue);
    color: var(--theme_blue);
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 22px;
    box-shadow: none;
}
.home-daily-deals .aiz-carousel .slick-prev{
    left: auto;
    right: 40px;
}
.home-daily-deals .aiz-carousel .slick-next{
    right: 10px;
}

/* home latest product */
.section_latest .daily-deals .info{
    margin-bottom: 10px;
}
.section_latest .aiz-carousel .slick-next {
    right: 0px;
}
.section_latest .aiz-carousel .slick-prev {
    right: 35px;
    margin-left: auto;
}
.section_latest .aiz-carousel .slick-arrow {
    position: absolute;
    top: -37px;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background: var(--theme_red);
    border-radius: 50em;
    border: solid 1px var(--theme_color);
    /* box-shadow: 0 0 1px 1px rgb(20 23 28 / 10%), 0 3px 1px 0 rgb(20 23 28 / 10%); */
    box-shadow: none;
    font-size: 15px;
    line-height: 25px;
    padding: 0;
    text-align: center;
}
.section_latest .aiz-carousel .slick-arrow i{
    color: var(--theme_color);
    font-size: 13px;
}

/* auction ending soon */
.ending-soon .ending-soon-box .ending-soon-card{
    background-color: var(--white);
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 5px #dddddd;
    margin-bottom: 15px;
}
.ending-soon .ending-soon-box .ending-soon-card .img{
    padding-bottom: 10px;
}
.ending-soon .ending-soon-box .ending-soon-card .info h5{
    color: var(--theme_blue);
    font-size: 18px;
    font-weight: 600;
}
.ending-soon .ending-soon-box .ending-soon-card .info .price{
    display: flex;
    border-bottom: solid 1px #e01a22;
    margin-bottom: 5px;
}
.ending-soon .ending-soon-box .ending-soon-card .info .price h6{
    color: #e01a22;
    margin-right: 10px;
    font-weight: 600;
}
.ending-soon .ending-soon-box .ending-soon-card .info .price span{
    font-size: 12px;
    color: #999999;
}
.ending-soon .ending-soon-box .ending-soon-card .info .aiz-countdownfn{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #e01a22;
}

/* popular categories */

/* .home-category-section .slick-arrow{
    position: absolute;
    top: 40%;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: #0f0f0f26;
    border: 0;
    font-size: 25px;
    line-height: 18px;
    padding: 0;
    text-align: center;
    color: white;
}

.home-category-section .slick-prev {
    right: auto;
    left: 0;
}

.home-category-section .slick-next {
    left: auto;
    right: 0;
}
*/

.category-card{
    text-align: center;
}

.home-category-section .owl-carousel .owl-item img{
    width: unset;
}

.home-category-section .owl-carousel .owl-nav button{
    position: absolute;
    top: 40%;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: #0f0f0f26 !important;
    border: 0 !important;
    font-size: 25px !important;
    line-height: 18px !important;
    padding: 0;
    text-align: center;
    color: white !important;
}

.home-category-section .owl-carousel .owl-nav .owl-prev{
    right: auto;
    left: 0;
}

.home-category-section .owl-carousel .owl-nav .owl-next{
    right: 0;
    left: auto;
}

.category-card .img > img{
    background: #efefef;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 1rem;
}

.category-card .cat-title{
    color: black;
    font-size: 14px;
    margin-top: 10px;
    display: block;
}

/* flash deals */
.flash-deals .aiz-carousel .slick-next {
    left: auto;
    right: -20px;
}
.flash-deals .aiz-carousel .slick-prev {
    right: auto;
    left: -20px;
}
.flash-deals .aiz-carousel .slick-arrow {
    position: absolute;
    /* top: -37px; */
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: var(--theme2);
    box-shadow: none;
    line-height: 18px;
    padding: 0;
    text-align: center;
    border-radius: 0;
}
.flash-deals .aiz-carousel .slick-arrow i{
    color: white;
    font-size: 25px;
}

/* popular brand */
.popular-brand .popular-brand-box .brand-card .img{
    padding: 15px;
    text-align: center;
    /* margin-bottom: 15px; */
}
.popular-brand .popular-brand-box .brand-card .img img{
    height: 50px;
}
.popular-brand .popular-brand-box .brand-card .info h6{
    text-align: center;
    font-size: 18px;
    color: var(--black);
    font-weight: 600;
}

/* top seller */
.top-seller .top-seller-box .seller-card{
    box-shadow: var(--theme_box_shadow);
    background-color: var(--white);
    padding: 5px;
    border-radius: 5px;
}
.top-seller .top-seller-box .seller-card a{
    display: flex;
    align-items: center;
    height: 60px;
    overflow: hidden;
}
.top-seller .top-seller-box .seller-card .img{
    margin-right: 10px;
}
.top-seller .top-seller-box .seller-card .img img{
    width: 65px;
}
.top-seller .top-seller-box .seller-card .info h6{
    font-size: 14px;
    color: var(--theme_blue);
    font-weight: 600;
}
.top-seller .top-seller-box .seller-card .info span{
    padding: 3px 10px;
    background-color: var(--theme_blue);
    color: var(--white);
    font-size: 9px;
    border-radius: 15px;
}

/* text banner */
.text-banner .text{
    margin-bottom: 25px;
}
.text-banner .text h1{
    font-size: 34px;
    font-weight: 600;
    padding-right: 20px;
    color: var(--theme_blue);
}
.text-banner .text h5{
    color: var(--theme_blue);
    margin-bottom: 20px;
}
.text-banner .text a{
    padding: 10px;
    font-size: 18px;
    border: solid 1px var(--theme_blue);
    color: var(--theme_blue);
    display: inline-block;
}
.text-banner .text a span{
    align-items: center;
}
.text-banner .text a i{
    font-size: 30px;
    margin-left: 15px;
}

/**
=========================================================================
**/

/*
 * listning page
 */
.filter-sidebar-wrap{
    border-right:1px solid var(--txt-color);
}
.aiz-filter-sidebar .side-title{
    color: #303030;
    font-size: 13px;
}
.aiz-filter-sidebar .side-frame{
    margin-bottom: 30px;
}
.aiz-filter-sidebar .side-frame .brand{
    padding: 15px 0;
}
.aiz-filter-sidebar .side-frame .sidebar-section-title{
    /* padding: 10px 15px; */
}
.aiz-filter-sidebar .sidebar-section-title h3{
    font-family: 'Outfit-SemiBold';
    padding-bottom: 5px;
}

.aiz-filter-sidebar .side-frame .side-authors ul li a{
    color: var(--black);
}
.aiz-filter-sidebar .side-frame .side-authors ul li .active{
    color: var(--theme1);
}

/* side category */

/* .side-category ul li{
    border-bottom: solid 1px #d2d2d2;
} */
.side-category ul li:last-of-type{
    border-bottom: none;
}
.side-category ul li a{
    display: block;
    color: var(--black) !important;
    font-family: 'Outfit-Regular';
}
.side-category ul li a:hover{
    color: var(--theme_blue);
}
.side-category ul li a .angle-right{
    float: right;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.side-category ul li a .angle-right i{
    color: var(--theme_color);
}

.side-category ul li.selected a{
    color: var(--theme_blue);
    font-size: 18px;
}
.side-category ul li.category a{
    font-size: 17px;
    position: relative;
}

/* side-price */
.side-price .aiz-range-slider #input-slider-range {
    height: 10px;
    border-radius: 0;
}
.side-price .aiz-range-slider .noUi-connect {
    height: 10px;
}

.side-price .aiz-range-slider .noUi-connects{
    background-color: #E2E2E2;
}

.side-price .noUi-horizontal .noUi-handle {
    height: 15px;
    width: 15px;
    right: -10px;
    top: -4px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid var(--primary);
    border-radius: 100%;
}
.side-price .noUi-handle:after, .side-price .noUi-handle:before {
    top: 2px;
    left: 8px;
    display: none;
}
.side-price .noUi-handle:after {
    left: 13px !important;
    display: none;
}
.side-price .choose-price .aiz-square-check, .side-price .choose-price .aiz-rounded-check{
    border: solid 1px var(--theme_blue);
}
.side-price .choose-price .aiz-checkbox .check-price{
    color: var(--theme_blue);
    font-weight: 600;
}

.side-price .ft-title{
    color: var(--txt-color);
    font-family: 'Outfit-Medium';
    line-height: 29px;
    padding-left: 3px;
}
.custom-control input{
    accent-color: var(--theme_color);
    cursor: pointer;
}
.language-select .custom-control input{
    position: relative;
    top: 1.2px;
}

/* result-area */
.result-area .action-bar{
    display: flex;
    padding: 0px 10px;
}
.result-area .action-bar .links{
    display: flex;
    list-style: none;
    padding-left: 0;
    height: 30px;
}
.result-area .action-bar .links li{
    display: inline-flex;
}
.result-area .action-bar .links li a{
    padding: 5px 10px;
    border: solid 1px var(--theme_blue);
    border-right: none;
    color: var(--theme_blue);
}
.result-area .action-bar .links li:last-child a{
    border-right: solid 1px var(--theme_blue);
}
.result-area .action-bar .links li a.active{
    background-color: var(--theme_blue);
    color: var(--white);
}
.result-area .action-bar .links li a:hover{
    background-color: var(--theme_blue);
    color: var(--white);
}

.result-area .action-bar .drop-list{
    align-items: center;
}
.result-area .action-bar .drop-list--title{
    font-family: 'Outfit-SemiBold';
    color: var(--theme9);
    margin-bottom: 0;
}
.result-area .action-bar .brand{
    margin-left: auto;
    margin-right: 0;
    height: 30px;
}
.result-area .action-bar .brand .bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .25rem .5rem;
    border-radius: 0;
    width: 100px;
    height: 30px;
    color: var(--theme_blue);
    border-color: var(--theme_blue);
    border-right: none;
}
.result-area .action-bar .seller{
    margin-left: 0;
    margin-right: 0;
    height: 30px;
}
.result-area .action-bar .seller .bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .25rem .5rem;
    border-radius: 0;
    width: 100px;
    height: 30px;
    color: var(--theme_blue);
    border-color: var(--theme_blue);
    border-right: none;
}
.result-area .action-bar .sort{
    height: 26px;
    margin-bottom: 0 !important;
}
.result-area .action-bar .sort .bootstrap-select.form-control-sm .dropdown-toggle {
    padding: 5px 16px;
    border-radius: 100px;
    width: 150px;
    height: 28px;
    color: var(--txt-color);
    border-color:var(--txt-color);

}

.result-area .action-bar .sort .bootstrap-select .dropdown-menu li a{
    padding: 0.5rem 1rem;
}

.result-area .action-bar .sort .bootstrap-select.form-control-sm .dropdown-toggle .filter-option-inner-inner{
    font-size: 13px;
}

.result-area .breadcrumb{
    align-items: center;
    padding: 2px 0;
    /* border-bottom: solid 1px #e2e5ec; */
    margin: 0;
}

.cat-and-brand{
    margin-bottom: 35px;
}
.cat-and-brand .title{
    color: var(--theme_blue);
    font-weight: 600;
    margin-bottom: 15px;
}
.cat-and-brand .result-slider-item img{
    padding: 10px;
    border: solid 1px #dddddd;
    border-radius: 15px;
    margin-bottom: 5px;
}
.cat-and-brand .result-slider-item .info h6{
    font-size: 14px;
    text-align: center;
    color: var(--theme_blue);
}
.cat-and-brand .result-slider-box .aiz-carousel .slick-arrow {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.cat-and-brand .result-slider-box .aiz-carousel .slick-next {
    right: -12px;
}
.cat-and-brand .result-slider-box .aiz-carousel .slick-prev {
    left: -12px;
}



/*
 * product details
 */
 /* detail-category slider */
 .product-details .slider-category{
    position: relative;
    margin-top: -16px;
    margin-bottom: 1.5rem;
    background-color: var(--theme_gray);
}
.product-details .slider-category .aiz-category-menu>.list-unstyled{
    background-color: var(--theme_gray);
    border-left: solid 1px #d2d2d2;
    border-right: solid 1px #d2d2d2;
    border-bottom: solid 1px #d2d2d2;
    padding: 0 5px;
}
.product-details .slider-category .list-unstyled .category-nav-element{
    border-bottom: solid 1px #e0dede;
}
.product-details .slider-category .list-unstyled .category-nav-element:last-child{
    border-bottom: none;
}
.product-details .slider-category .list-unstyled .category-nav-element a{
    color: var(--black) !important;
    font-size: 13px !important;
    font-weight: 600;
}
.product-details .slider-category .list-unstyled .category-nav-element a .angle-right{
    float: right;
}
/* details-gallery */
.product-details .product-gallery{
    /* border: 1px solid var(--border-color2); */
    overflow: hidden;
}

/* brand */
.product-details .item-brand{
    margin: 5px 0;
}
.product-details .item-brand .brand h6{
    font-size: 14px;
    font-family: 'Outfit-Medium';
    color: #b5b5b5;
}

.detail-pr-name{
    font-family: 'Outfit-Medium';
    font-size: 26px;
    margin-bottom: 0;
}

/* .detail-pr-name.sinhala{
    font-size: 20px;
} */

.detail-pr{
    margin: 12px 0;
}
.detail-pr-title{
    color:var(--txt-color);
}
.detail-pr h5{
    margin-bottom: 0;
    font-size: 16px;
    max-width: 200px;
}

/* short-descr */
.product-details .short-descr p{
    font-size: 14px;
    color: #6f6f6f;
    margin: 0;
}
/*qty-actions*/

/* qty add remove */
.product-details .product-quantity .aiz-plus-minus{
    border: 1px solid var(--theme_color);
    border-radius: 100px;
    overflow: hidden;
    background-color: #F5F5F5;
}
.product-details .product-quantity .btn-qty{
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 0;
    background-color: white;
}
.product-details .product-quantity .btn-qty:hover{
    background-color: var(--primary);
    color: white;
}

.product-details .product-quantity .btn-qty[disabled]{
    cursor: not-allowed;
}

.product-details .product-quantity .qty-display{
    border: none;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    font-size: 15px !important;
    height: 28px;
}
.product-details .product-quantity .avialable-amount{
    font-size: 11px;
}

.product-details .avialable-amount{
    color: var(--theme1);
}
.product-details .rating-stars i{
    color: var(--theme_color);
    font-size: 20px;
}
/* middle info and action */

.product-details .detail-price{
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-details .detail-price .d-flex{
    align-items: center;
}
.product-details .detail-price strong{
    font-size: 26px;
    color: var(--theme_red);
    margin-right: 8px;
    font-family: 'Outfit-Medium';
}
.product-details .detail-price del{
    font-size: 20px;
    opacity: 0.6;
    font-weight: 600;
}
/* action button */
.product-details .action-btn{
    display: flex;
    align-items: center;
}
.product-details .action-btn .add-to-cart{
    background-color: var(--theme_color);
    color: var(--white);
    padding: 8px 15px;
    border-radius: 100px;
}
.product-details .action-btn .add-to-cart i{
    font-size: 20px;
}
.product-details .action-btn .add-to-wishlist{
    font-size: 16px;
    color: var(--theme_color);
    cursor: pointer;
    border: 1px solid var(--theme_color);
    border-radius: 100px;
    transition: all 0.3s ease;
}
.product-details .action-btn .add-to-wishlist:hover,
.product-details .action-btn .add-to-wishlist.active{
    background-color: var(--theme_color);
}
.product-details .action-btn .add-to-wishlist .wishlist-btn{
    margin: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-details .action-btn .add-to-wishlist.active .wishlist-btn ,
.product-details .action-btn .add-to-wishlist.active .wishlist-btn{
    color: var(--white) !important;
}

.product-details .action-btn .add-to-cart:hover{
    background-color: var(--theme2);
    color: var(--white);
}

.product-details .detail-book-details{
    margin-top: 19px;
}

.product-details .detail-book-details div{
    font-size: 16px;
    display: flex;
}
.product-details .detail-book-details .row .tag{
    padding: 10px 20px;
    border-radius: 100px;
    background-color: var(--theme10);
    color: var(--theme_color);
}
.product-details .detail-book-details .row{
    padding: 15px;
    border-bottom: 1px solid #acc0da;
}
.product-details .detail-book-details .row:first-child {
    border-top: 1px solid #acc0da;
}

.product-details .detail-book-details .book-details-title{
    font-family: 'Outfit-semibold';
}

.product-details .goto-book-bundle{
    background-color: #68E0FF;
    padding: 13px 12px;
}

.product-details .goto-book-bundle a{
    color: var(--black);
    font-size: 15px;
    display: flex;
    align-items: center;
}

.product-details .goto-book-bundle a i{
    font-size: 20px;
    position: relative;
    top: 3px;
}

.product-details .action-btn .fav-com{
    font-size: 17px;
    background-color: #ffffff;
    color: var(--theme2);
    width: 30px;
    height: 30px;
    margin-left: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 1rem;
    border: 1px solid #EAEAEA;
}
.product-details .action-btn .buy-now{
    background-color: var(--theme_blue);
    border: solid 1px var(--theme_blue);
    color: var(--white);
}
/* other button */
.product-details .other-btn .fav-com{
    width: 30px;
    height: 30px;
    padding: 5px 6px;
    border: solid 1px #717171;
    border-radius: 50%;
}
.product-details .other-btn .fav-com i{
    color: #717171;
}
.product-details .other-btn button{
    color: var(--theme_blue);
}

.product-details .product-detail-wishlist{
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    padding: 10px 0;
    margin-top: 15px;
}

.product-details .product-detail-wishlist i {
    width: 35px;
    height: 35px;
    background: var(--theme2);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.product-details .product-detail-wishlist .wishlist-btn{
    display: flex;
    align-items: center;
}

.product-details .product-detail-wishlist .wishlist-btn span{
    color: var(--txt-color);
    margin-left: 15px;
    font-size: 1rem;
}

/*Sidebar-info*/
/*product-details*/

.product-details .sidebar-info .outer{
    padding: 10px;
    border: solid 1px var(--border_color1);
    border-radius: 10px;
}
.product-details .sidebar-info .outer>h6{
    font-weight: 600;
    opacity: 0.85;
}
.product-details .sidebar-info .return-warrent .p1{
    opacity: 0.6;
}
.product-details .sidebar-info .return-warrent .p1 img{
    width: 13px;
}
.product-details .sidebar-info .return-warrent .p1 h6{
    font-size: 12px;
    margin-bottom: 0px;
}
.product-details .sidebar-info .return-warrent .p1 p{
    font-size: 10px;
    margin-bottom: 0;
    margin-left: 18px;
}
.product-details .sidebar-info .sold-by .links-outer{
    display: flex;
}
.product-details .sidebar-info .sold-by .links-outer .pro{
    margin-right: auto;
}
.product-details .sidebar-info .sold-by .links-outer .msg-seller{
    background-color: var(--theme_blue);
    color: var(--white);
}
.product-details .sidebar-info .sold-by .links-outer .msg-seller:hover{
    background-color: var(--theme_red);
}
.product-details .sidebar-info .sold-by .links-outer .go-to-pro{
    background-color: #8b8b8b;
    color: var(--white);
    margin-right: 0;
    margin-left: 5px;
}
.product-details .sidebar-info .sold-by .links-outer .go-to-pro:hover{
    background-color: var(--theme_blue);
}

/* breadcumb */
.breadcrumb-wrapper{
    background: var(--bg_card_list_hover);
    padding-block: 15px;
    margin-bottom: 80px;
}

.breadcrumb-wrapper h6{
    color: #3A3A3A;
    margin-top: 2px;
    margin-bottom: 0;
    font-family: 'Outfit-Medium';
}

.breadcrumb-item+.breadcrumb-item::before{
    content: "/";
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-item a{
    color: var(--txt-color);
    font-family: "Outfit-medium";
}

.breadcrumb-wrapper .breadcrumb{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    background-color: transparent;
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-item{
    font-size: 0.8rem;
}

.product-details .breadcumb ul{
    display: flex;
    list-style: none;
    padding: 0;
}

.product-details .breadcumb ul li a{
    color: #878787;
    font-size: 14px;
}
.product-details .breadcumb ul li a:hover{
    color: var(--theme_color);
}
.product-details .breadcumb ul li span{
    color: var(--theme1);
}

/* detail page auction box */
.product-details .auction-box-action{

}
.product-details .auction-box-action .head{
    display: flex;
    margin-bottom: 5px;
}
.product-details .auction-box-action .head>h6{
    margin-right: 15px;
    opacity: 0.6;
}
.product-details .auction-box-action .box{
    background-color: #e2e2e2;
    padding: 15px;
}
.product-details .auction-box-action .box .price{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.product-details .auction-box-action .box .price label{
    font-size: 14px;
    color: #000;
    opacity: 0.5;
    margin-right: 10px;
    margin-bottom: 0;
}
.product-details .auction-box-action .box .price h5{
    font-size: 22px;
    color: var(--theme_blue);
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 10px;
}
.product-details .auction-box-action .box .price span{
    color: #000;
    opacity: 0.5;
}
.product-details .auction-box-action .box .input{
    margin-left: 85px;
}
.product-details .auction-box-action .box .input .bid-area{
    display: flex;
}
.product-details .auction-box-action .box .input .bid-area .input-group{
    display: block;
    width: auto;
}
.product-details .auction-box-action .box .input input{
    width: 220px;
    margin-right: 15px;
    border-radius: 5px;
    border: solid 1px var(--border_color1);
}
.product-details .auction-box-action .box .input span{
    color: #000;
    opacity: 0.5;
}
.product-details .auction-box-action .box .input .bid-area .bid-submit{
    padding: 9px 30px;
    align-self: flex-start;
    background-color: var(--theme_red);
    color: var(--white);
    border-radius: 30px;
}

.product-details .detail-ref-id{
    color: #A7A7A7;
    font-size: 14px;
    margin-bottom: 5px;
}

.related_pr{
    width: unset !important;
    margin: 10px;
}

/*product-details*/
.product-other .side-widget{
    margin-bottom: 15px;
}
.product-other .details-tab .nav{
    border-bottom: 0;
    padding: 0;
}
.product-other .details-tab .nav a{
    border-bottom: 0;
    padding: 5px 0;
    margin-right: 10px;
    color: var(--txt-color) !important;
    font-family: "Outfit-semibold";
    font-size: 30px !important;
    margin-right: 40px !important;
}
.product-other .details-tab .nav a.active{
    margin-bottom: -2px;
    color: var(--theme9) !important;
}
.product-other .details-tab .tab-content{
    /* border: solid 1px var(--border_color); */
}
.product-other .details-tab .tab-content .description p{
    font-size: 14px;
    color: #6f6f6f;
}

/* bid confirm modal */
.otpBidConfirmModal .form-control:focus {
    border-color: var(--primary);
    box-shadow: none;
}
.otpBidConfirmModal .otp-check-form{
    display: flex;
    align-items: center;
}
.otpBidConfirmModal .otp-check-form .time-out{
    font-size: 14px;
}
.otpBidConfirmModal .otp-form .otp-enter{
    width: 250px;
}
.otpBidConfirmModal .otp-form .otp-submit{
    padding: 9px 20px;
}

/* profile sidenav */
.aiz-side-nav-item ul li{
    list-style: none;
}

/* customer-seller bid history */
.bid-history .card-body .box{
    display: flex;
}
.bid-history .card-body .box .img img{
    width: 150px;
}
.bid-history .card-body .box .info h6{
    color: var(--theme_blue);
    font-weight: 600;
}
.bid-history .card-body .box .info p{
    margin-bottom: 5px;
    color: var(--black);
}
.bid-history .card-body .box .info p>span{
    font-size: 16px;
}
.bid-history .card-body .box .info p>span.reject{
    color: var(--red);
    font-size: 14px;
}
.bid-history .card-body .box .info p>span.green{
    color: var(--green);
}
.bid-history .card-body .box .info p>span.red{
    color: var(--red);
}
.bid-history .card-body .box .info .aiz-countdownfn{
    color: var(--red);
}

/* seller product bids */
.seller-product-bids .card-body .product-details{
    display: flex;
    padding-bottom: 15px;
}
.seller-product-bids .card-body .product-details .img{
    margin-right: 15px;
}
.seller-product-bids .card-body .product-details img{
    width: 100px;
}
.seller-product-bids .card-body .product-details .info h6{
    font-weight: 600;
}
.seller-product-bids .bid-list-body tr.active{
    border: solid 2px var(--green);
}

/* Contact page */
 .contact-info .sp-contact-content-section h5{
    margin-bottom: 20px;
}
.contact-info .contact-us-box-content{
    padding: 20px;
    border: 1px solid #C4DAF5;
    border-radius: 20px;
}
.contact-info .contact-us-box-content h4{
    font-size: 24px;
    font-weight: bold;
}
.contact-info .contact-us-box-content a{
    color: var(--theme9);
    font-size: 16px;
}
.contact-info .contact-us-box-content a:hover{
    color: var(--theme_blue);
}
.sp-contact-content-section .footer-about p{
    text-align: justify;
    margin-bottom: 40px;
}
.sp-contact-content-section .contact-info ul{
    padding-left: 0;
    list-style: none;
}
.sp-contact-content-section .contact-info ul li{
    font-size: 16px;
    margin-bottom: 15px !important;
}
.sp-contact-content-section .contact-info ul li a{
    color: var(--font-color);
}
.sp-contact-content-section.contact-map h4{
    margin-bottom: 20px;
}
.sp-contact-content-section .contact-form .form-group .form-control{
    background-color: transparent;
    border-bottom: 1px solid var(--txt-color) !important;
    border: 0;
    border-radius: 0;
}
.sp-contact-content-section .contact-form .form-group{
    margin-bottom: 32px;
}
.sp-contact-content-section .contact-form{
    padding:0px 200px 0px 200px;
}
@media only screen and (max-width:992px) {
    .sp-contact-content-section .contact-form{
        padding: 0;
    }
}

/*all-category*/
.all-category .cat-title{
    padding: 15px 15px 0 0;
}
.all-category .cat-title a{
    background-color: var(--theme_blue);
    color: var(--white) !important;
    padding: 5px 50px 5px 10px;
}
.all-category .cat-box{
    padding: 20px 20px 20px 0;
}

/*payment page*/
.aiz-megabox .payment-methods__imgage {
    height: 2rem;
}


#less-descr{
    margin-bottom: 15px;
    overflow-x: auto !important;
}
#less-more-btn{
    font-size: 16px;
    color: #7d7d7d;
    padding: 10px;
    cursor: pointer;
}
#less{
    display: none;
}
.less #more{
    display: none;
}
.less #less{
    display: block !important;
}

/*daily deals*/
.daily-deals .slick-slide.slick-active .product-card{
    border-left: solid 1px #dddddd;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0;
}
.daily-deals .slick-current.slick-active .product-card{
    border-left: none;
}
.daily-deals .slick-slide .product-card{
    border-left: none;
}

/*featured*/
.section_featured{
    padding: 60px 0;
    background: #F2F4F7;
}

/* cart pages styles */

.cart-page__cart-header{
    background: var(--theme1);
    color: #fff;
}

.cart-page__main-title h3{
    font-weight: 600;
    display: flex;
}

.cart-page__main-title h3::after, .cart-page__main-title h3::before {
    color: #000;
    content: '';
    flex: 1;
    border-bottom: groove 1px;
    margin: auto 0.25em;
    box-shadow: 0 -1px;
}

/* home new release section  */
.dm-newreleas-section .product-card{
    border-bottom: 1px solid#D8D8D8;
    border-left: 1px solid#D8D8D8;
    padding: 15px 30px;
}

.dm-newreleas-section .p-col:nth-child(1) .product-card,
.dm-newreleas-section .p-col:nth-child(2) .product-card,
.dm-newreleas-section .p-col:nth-child(3) .product-card,
.dm-newreleas-section .p-col:nth-child(4) .product-card{
    border-top: 1px solid#D8D8D8;
}

.dm-newreleas-section .p-col:nth-child(4) .product-card,
.dm-newreleas-section .p-col:nth-child(8) .product-card{
    border-right: 1px solid#D8D8D8;
}

.dm-newreleas-section .product-card .info{
    text-align: center;
}

.dm-newreleas-section .product-card .info .price{
    justify-content: center;
}

.dm-newreleas-section .product-card .addToCart-form div{
    justify-content: center !important;
}

/* bundle detail page  */
.include-books-box{
    border: 1px solid #D6D6D6;
    padding: 10px;
}

.include-books-box .title h6{
    font-family: 'Outfit-medium';
    color: #4E4E4E;
}

.include-books-box .bundle-books-list ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.include-books-box .bundle-books-list ul li{
    margin-bottom: 13px;
    display: inline-block;
}

.include-books-box .bundle-books-list ul li i{
    margin: 0 3px;
    font-size: 17px;
    color: var(--txt-color-3);
    opacity: 0.8;
}

.include-books-box .bundle-books-list ul li img{
    width: 78px;
}

.include-books-box .bundle-books-list ul li:last-child i{
   display: none;
}

.dm-related-products.bundle-pg .section-title::after{
    height: 2px;
    background: var(--black);
    left: 0;
    bottom: 0;
    width: 12.7%;
}

.product-other.bundle-pg .details-tab .nav{
    border-bottom: none;
}

.product-other.bundle-pg{
    border-top: solid 2px var(--border_color);
    border-bottom: solid 2px var(--border_color);
}

.bundle-book-single-area{
    border-top: solid 2px var(--border_color);
}
/* / bundle detail page  */

/* authors page  */
.author-box{
    border: 1px solid #D6D6D6;
    padding: 15px;
    margin-bottom: 15px;
    height: calc(100% - 15px);
    height: -webkit-calc(100% - 15px);
    height: -moz-calc(100% - 15px);
}

.author-box:hover{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.author-box .author-img{
    padding: 5px 20px 0 20px;
}

.author-box .author-name p{
    margin-bottom: 0;
    color: var(--black);
    font-size: 15px;
}

.author-box .author-name p span{
    color: var(--theme_gray);
    font-size: 13px;
}

.aiz-user-sidenav-wrap{
    z-index: 0 !important;
}

.authors-list-pg .alphabet-list,
.authors-list-pg .alphabet-list .authors-list{
    padding: 0;
    list-style: none;
}

.authors-list-pg .alphabet-list .authors-list{
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

.authors-list-pg .alphabet-list li hr{
    margin: 0;
}

.authors-list-pg .alphabet-list li{
    font-size: 20px;
}

.authors-list-pg .alphabet-list li:not(:last-child){
    margin-bottom: 15px;
}

.authors-list-pg .alphabet-list .authors-list li{
    margin: 0;
    line-height: 1.2;
}

.authors-list-pg .alphabet-list .authors-list li a{
    font-size: 13px;
}

.authors-list-pg .alphabet-list .authors-list li a:hover{
    color: var(--black);
}

.authors-list-pg .alphabet-letters-list ul{
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}

.authors-list-pg .alphabet-letters-list ul li{
    font-size: 14px;
}

.authors-list-pg .alphabet-letters-list ul li a:hover{
    color: var(--black);
}

@media only screen and (min-width: 1500px) {
    .dm-silder-wrapper .slider-category{
        margin-bottom: 0.4rem;
    }
    .normal-only{
        display: none;
    }
    .lg-only{
        display: block;
    }
}
@media only screen and (max-width: 1499px) {
    .normal-only{
        display: block;
    }
    .lg-only{
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .result-area .breadcrumb{
        padding: 12px 0;
    }

    .dm-silder-wrapper .slider-slider{
        /* width: calc(100% - 269px); */
        margin-right: 0;
        min-height: 275px;
    }
    .dm-silder-wrapper .slider-banner{
        padding-top: 10px;
        display: block;
    }

    .details-gallery .gallery-thumb .caorusel-thumb .carousel-box{
        overflow: hidden;
        height: 100%;
    }

    .details-gallery .gallery-thumb .caorusel-thumb .carousel-box img {
        height: 100%;
        object-fit: cover;
    }

}
@media (max-width: 1199px){
    .nav-list-area .navbar .navbar-nav .nav-item.all-category, .dm-silder-wrapper .slider-category{
        width: 180px;
    }

}
@media only screen and (min-width: 992px) {
    .dm-silder-wrapper .slider-category{
        display: block;
    }
    .dm-silder-wrapper .slider-slider{
        /* width: calc(100% - 284px); */
        margin-right: 15px;
        display: block;
        padding-right: 0;
    }

    .dm-newreleas-section .p-col{
        padding: 0;
    }

}
@media only screen and (max-width: 991px) {
    .dm-silder-wrapper .row{
        margin: 0;
    }
    .home-tips-row .tips-col:nth-child(2) .quick-tip-inner {
        border-right-color: transparent;
    }

    .dm-deal-wrapper__grid{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 0.5fr);
    }

    .dm-deal-wrapper__grid--item1{
        grid-area: 1 / 1 / 3 / 2;
        border-bottom: 1px solid #DCDCDC;
    }

    .dm-deal-wrapper__grid--item2{
        grid-area: 1 / 2 / 2 / 3;
        border-right: none;
    }

    .dm-deal-wrapper__grid--item3{
        grid-area: 2 / 2 / 3 / 3;
        border-right: none;
    }

    .dm-deal-wrapper__grid--item4{
        grid-area: 3 / 1 / 4 / 2;
        border-right: 1px solid #DCDCDC;
    }

    .dm-deal-wrapper__grid--item5{
        grid-area: 3 / 2 / 4 / 3;
        border-bottom: 1px solid #DCDCDC;
        border-right: none;
    }

    .dm-deal-wrapper__grid--item6{
        grid-area: 4 / 1 / 5 / 2;
    }

    .dm-deal-wrapper__grid--item7{
        grid-area: 4 / 2 / 5 / 3;
    }

    .product-details .details-gallery .gallery-img{
        margin-bottom: 15px;
    }

    .authors-list-pg .alphabet-list .authors-list{
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    .aiz-filter-sidebar .side-frame{
        margin-right: 8px;
    }

    .aiz-filter-sidebar .language-select.side-frame{
        margin-left: 4px;
    }

    .aiz-filter-sidebar .side-authors.side-frame{
        margin-left: 2px;
    }

    .aiz-filter-sidebar .side-publishers.side-frame{
        margin-left: 3px;
    }

    .aiz-filter-sidebar .side-frame .side-price{
        margin-left: 3px;
    }

}
@media (min-width: 768px) and (max-width: 991px){
    .dm-newreleas-section .p-col:nth-child(1),
    .dm-newreleas-section .p-col:nth-child(2),
    .dm-newreleas-section .p-col:nth-child(4),
    .dm-newreleas-section .p-col:nth-child(5),
    .dm-newreleas-section .p-col:nth-child(7)
    {
        padding-right: 0;
    }

    .dm-newreleas-section .p-col:nth-child(2),
    .dm-newreleas-section .p-col:nth-child(3),
    .dm-newreleas-section .p-col:nth-child(5),
    .dm-newreleas-section .p-col:nth-child(6),
    .dm-newreleas-section .p-col:nth-child(8)
    {
        padding-left: 0;
    }

    .dm-newreleas-section .p-col:nth-child(3) .product-card,
    .dm-newreleas-section .p-col:nth-child(6) .product-card
    {
        border-right: 1px solid#D8D8D8;
    }

    .dm-newreleas-section .p-col:nth-child(4) .product-card{
        border-top: none;
        border-right: none;
    }

}
@media only screen and (max-width: 767px) {
    .result-area .action-bar {
        display: flex;
    }
    .result-area .action-bar .brand, .result-area .action-bar .seller{
        margin-left: 0;
    }
    .otpBidConfirmModal .otp-check-form{
        display: block;
    }
    .otpBidConfirmModal .otp-check-form .time-out{
        margin-top: 5px;
    }
    .daily-deals .section-title{
        display: block;
    }
    .daily-deals .aiz-count-down{
        margin-bottom: 35px;
    }

    .section-p-tb{
        padding: 40px 0;
    }

    .section_featured{
        padding: 40px 0;
    }

    .dm-newreleas-section .p-col:nth-child(1),
    .dm-newreleas-section .p-col:nth-child(3),
    .dm-newreleas-section .p-col:nth-child(5),
    .dm-newreleas-section .p-col:nth-child(7){
        padding-right: 0;
    }

    .dm-newreleas-section .p-col:nth-child(2),
    .dm-newreleas-section .p-col:nth-child(4),
    .dm-newreleas-section .p-col:nth-child(6),
    .dm-newreleas-section .p-col:nth-child(8){
        padding-left: 0;
    }

    .dm-newreleas-section .p-col:nth-child(2) .product-card,
    .dm-newreleas-section .p-col:nth-child(6) .product-card{
        border-right: 1px solid#D8D8D8;
    }

    .dm-newreleas-section .p-col:nth-child(1) .product-card,
    .dm-newreleas-section .p-col:nth-child(2) .product-card{
        border-bottom: none;
    }

}
@media only screen and (max-width:575px){
    .popular-brand .popular-brand-box .brand-card .img{
        margin-bottom: 15px;
    }

    .breadcrumb-wrapper .breadcrumb .breadcrumb-item{
        font-size: 0.8rem;
    }

    .result-area .action-bar{
        padding: 5px;

    }

    .dm-title_outer{
        text-align: center;
    }

    .dm-title_outer h5{
        font-size: 20px;
    }
    .dm-title_outer h1{
        font-size: 25px;
    }

    .dm-title_outer__timer{
        justify-content: center;
    }

    .product-card .img{
        height: auto;
    }

    .product-card .img img{
        height: auto;
    }

    .dm-deal-wrapper__grid{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(7, 0fr);
    }

    .dm-deal-wrapper__grid--item1,
    .dm-deal-wrapper__grid--item2,
    .dm-deal-wrapper__grid--item3,
    .dm-deal-wrapper__grid--item4,
    .dm-deal-wrapper__grid--item5,
    .dm-deal-wrapper__grid--item6,
    .dm-deal-wrapper__grid--item7{
        grid-area: unset;
        border-right: none;
        border-bottom: 1px solid #DCDCDC;
    }


}
@media only screen and (max-width:549px){
    .product-details .auction-box-action .box .input{
        margin-left: 0;
    }
    .product-details .auction-box-action .box .input .bid-area .input-group{
        margin-bottom: 5px;
    }
    .product-details .auction-box-action .box .input .bid-area{
        display: block;
    }
    .ending-soon .ending-soon-box .ending-soon-card .info h5{
        font-size: 16px;
    }
    .ending-soon .ending-soon-box .ending-soon-card .info .price h6{
        font-size: 13px;
    }
    .ending-soon .ending-soon-box .ending-soon-card .info .price span{
        font-size: 10px;
    }
}
@media only screen and (max-width: 450px) {
    .top-seller .top-seller-box .seller-card .info h6 {
        font-size: 12px;
    }

    .authors-list-pg .alphabet-list .authors-list{
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}
@media only screen and (max-width:400px){
    .product-details .auction-box-action .box .price {
        display: block;
    }
    .product-details .auction-box-action .box .price label{
        margin-bottom: 5px;
    }

    .author-box {
        padding: 10px;
    }

    .author-box .author-img {
        padding: 15px 15px 0 15px;
    }
}

/* Additional styles to ensure visibility */
.testimonial-carousel .owl-nav {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Override disabled state for entire nav container */
.testimonial-carousel .owl-nav.disabled {
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
    pointer-events: auto !important;
}

.testimonial-carousel .owl-nav button.owl-prev,
.testimonial-carousel .owl-nav button.owl-next {
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
}

/* Override disabled state */
.testimonial-carousel .owl-nav button.disabled {
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
    pointer-events: auto !important;
    background-color: #0066cc !important;
    color: #ffffff !important;
}

.testimonial-carousel .owl-nav button.disabled:hover {
    background-color: #0052a3 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

/* Force show arrows even if FontAwesome fails */
.testimonial-carousel .owl-nav button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
}

.testimonial-carousel .owl-nav button.owl-prev::before {
    border-width: 8px 12px 8px 0;
    border-color: transparent #ffffff transparent transparent;
}

.testimonial-carousel .owl-nav button.owl-next::before {
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #ffffff;
}

.sp-bulk-inquiry-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.sp-bulk-inquiry-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0,123,255,0.05) 0%, transparent 70%);
    z-index: 0;
    pointer-events: none;
}

.sp-bulk-inquiry-section .form-section {
    position: relative;
    z-index: 1;
    padding: 80px 0;
}

.sp-bulk-inquiry-section .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.sp-bulk-inquiry-section .custom-file-uploader {
    background: linear-gradient(135deg, #f8f9ff 0%, #fff 100%);
    border: 3px dashed #dee2e6 !important;
    border-radius: 15px;
    padding: 3rem !important;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.sp-bulk-inquiry-section .custom-file-uploader::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(0, 123, 255, 0.05), rgba(0, 86, 179, 0.05));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.sp-bulk-inquiry-section .custom-file-uploader:hover {
    border-color: var(--theme_color) !important;
    background: #f0f4ff;
    transform: translateY(-2px);
}

.sp-bulk-inquiry-section .custom-file-uploader:hover::before {
    opacity: 1;
}

.sp-bulk-inquiry-section .custom-file-uploader i {
    color: var(--theme_color);
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.sp-bulk-inquiry-section .custom-file-uploader:hover i {
    transform: scale(1.1);
    color: #0056b3;
}


.sp-bulk-inquiry-section .form-default {
    background: white;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.sp-bulk-inquiry-section .product-row{
    margin-bottom: 32px;
}

@media (max-width: 768px) {
    .sp-bulk-inquiry-section .product-row .pro-col{
        margin-bottom: 16px;
    }
}

@media (max-width: 425px) {
    .sp-bulk-inquiry-section .form-default {
        padding: 1.5rem;
    }
}
