/*
* 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: 'Poppins-Medium';
}
.dm-silder-wrapper .slider-slider{
    position: relative;
    width: 100%;
    margin-right: 0;
}
/* .dm-silder-wrapper .slider-slider .carousel-item img{
    border-radius: 20px;
} */
.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: 26px;
    margin-bottom: 0;
    font-family: 'Poppins-Medium';
}

.dm-title_outer{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.dm-title_outer .view-all-link{
    text-decoration: underline;
    font-family: 'Poppins-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: 'Poppins-Bold';
    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
 */
 .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-size: 16px;
    font-family: 'Poppins-Bold';
    margin: 0 0 0 -10px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
}

.aiz-filter-sidebar .side-frame .side-authors ul li a{
    color: var(--black);
}

/* 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: 'Poppins-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.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: 'Poppins-Medium';
    line-height: 29px;
    padding-left: 3px;
}

.language-select .custom-control input{
    position: relative;
    top: 1.2px;
}

/* result-area */
.result-area .action-bar{
    display: flex;
    padding: 5px 10px;
    border-bottom: 1px solid#DCDCDC;
}
.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 h6{
    color: #000;
    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: .25rem .5rem;
    border-radius: 0;
    width: 150px;
    height: 28px;
    color: var(--txt-color);
    border-color:#B2B2B2;
}

.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: 'Poppins-Medium';
    color: #b5b5b5;
}

.detail-pr-name{
    font-family: 'Poppins-Medium';
    font-size: 26px;
    margin-bottom: 0;
}

.detail-pr-name.sinhala{
    font-size: 20px;
}

.detail-pr-writer{
    margin: 12px 0;
}

.detail-pr-writer h5{
    margin-bottom: 0;
    color:#4E4E4E;
}

/* 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 #EAEAEA;
    border-radius: 0;
    overflow: hidden;
    background-color: #F5F5F5;
}
.product-details .product-quantity .btn-qty{
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 0;
    color: #949494;
    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;
    background-color: #F5F5F5;
}
.product-details .product-quantity .avialable-amount{
    font-size: 11px;
}

.product-details .avialable-amount{
    color: var(--theme1);
}

/* middle info and action */
.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: 'Poppins-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(--primary);
    color: var(--white);
    padding: 8px 15px;
    border-radius: 3px;
}
.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{
    color: var(--txt-color-3);
    font-size: 15px;
    display: flex;
}

.product-details .detail-book-details .row:not(:last-child){
   margin-bottom: 8px;
}

.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: 25px;
}

.breadcrumb-wrapper h6{
    color: #3A3A3A;
    margin-top: 2px;
    margin-bottom: 0;
    font-family: 'Poppins-Medium';
}

.breadcrumb-item+.breadcrumb-item::before{
    content: ">";
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-item a{
    color: var(--txt-color);
    font-family: "Poppins-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;
    border-bottom: solid 2px var(--border_color);
}
.product-other .details-tab .nav a{
    border-bottom: solid 2px var(--border_color);
    border-bottom: 0;
    padding: 5px 0;
    margin-right: 10px;
}
.product-other .details-tab .nav a.active{
    border-bottom: solid 2px var(--black);
    margin-bottom: -2px;
}
.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-content .contact-info h4{
    margin-bottom: 20px;
}
.contact-content .contact-info .footer-about p{
    text-align: justify;
}
.contact-content .contact-info ul{
    padding-left: 0;
    list-style: none;
}
.contact-content .contact-info ul li{
    font-size: 16px;
    margin-bottom: 15px !important;
}
.contact-content .contact-info ul li a{
    color: var(--font-color);
}
.contact-content .contact-map h4{
    margin-bottom: 20px;
}

/*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: 'Poppins-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;
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .dm-silder-wrapper .slider-banner{
        padding-top: 10px;
        display: block;
    }

    .details-gallery .gallery-thumb .caorusel-thumb .carousel-box{
        overflow: hidden;
        height: 106.7px;
    }

    .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: 230px;
    }

}
@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;
        min-height: 275px;
        /* padding-top: 10px; */
        padding-left: 10px;
        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__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;
    }
}