/*
* author: Ants Creation (Pvt) Ltd
* email: info@ants.lk
* web: www.ants.lk
* description: all comman styles
*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, ul, li, ol, dd, dl, dt{
    font-family: var(--theme-font);
}

.bg-gray{
    background-color: var(--bg_gray);
}

a:hover{
    color: var(--theme_red);
}

.form-control:focus {
    /* border-color: #898b92; */
    box-shadow: none;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.section-p-tb{
    padding: 120px 0 120px 0;
}

.section-title{
    /* display: flex;
    align-items: center;
    margin-bottom: 10px;
    position: relative; */
    font-weight: lighter;
}
.section-title-bold{
    font-weight: 600;
}

/* .section-title::after{
    position: absolute;
    content: '';
    height: 2px;
    background: #d2d2d2;
    left: 0;
    bottom: 0;
    width: 100%;
} */

.section-title h4{
    color: var(--black);
    font-family: 'Outfit-Medium';
    margin-bottom: 0;
    font-size: 24px;
    padding: 15px 0;
}

.section-title h5{
    font-family: 'Outfit-Medium';
    font-size: 44px;
}

.section-title a{
    font-size: 14px;
    color: var(--font-color);
    margin: 0 75px 0 auto;
    font-family: 'Outfit-Medium';

}
.section-title a:hover{
    color: var(--theme_color_hover);
}

.section-title .btn-comman-2{
    margin: 1rem 0 0 auto;
}

.border-style-1{
    border: solid 1px var(--theme1) !important;
    border-radius: 10px;
}

.btn-comman{
    padding: 9px 30px;
    align-self: flex-start;
    background-color: var(--theme_blue);
    color: var(--white);
    border-radius: 5px;
    border: none;
    text-align: center;
}
.btn-comman:hover{
    background-color: var(--theme_color);
    color: var(--white);
}

.btn-comman-1{
    padding: 8px 0;
    display: block;
    width: 100%;
    background-color: var(--theme1);
    color: var(--white);
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    text-align: center;
}
.btn-comman-1:hover{
    background-color: var(--theme_color);
    color: var(--white);
}

.btn-comman-2{
    padding: 9px 30px;
    align-self: flex-start;
    background-color: var(--theme2);
    color: var(--white);
    border-radius: 30px;
    border: none;
    text-align: center;
    color: var(--white) !important;
}
.btn-comman-2:hover{
    background-color: var(--theme_color_hover);
}

.comm-link {
    border-radius: 100px;
    padding: 10px 10px;
    border: 1px solid var(--theme_color);
    background-size: 200% 100%;
    color: var(--theme_color);
}

.comm-link-2 {
    border-radius: 25px;
    padding: 10px 25px;
    border: 1px solid var(--theme6);
    background: linear-gradient(to right, transparent 50%, var(--theme6) 50%);
    background-size: 200% 98%;
    background-position: right bottom;
    transition: all .5s ease-out;
    color: var(--black);
    box-shadow: 0px 4px 40px #FDD6004D;
}
.comm-link-2 span {
    position: relative;
    padding-right: 24px;
}
.comm-link-2 span::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('../../../assets/img/vuesax-bold-login-black.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.comm-link-2:hover {
    background-position: left bottom;
    color: var(--white);
    border-color: var(--white);
}

.comm-link-3 {
    border-radius: 25px;
    padding: 10px 25px;
    border: 1px solid var(--theme_color);
    background: linear-gradient(to right, var(--theme_blue) 50%, var(--theme_color) 50%);
    background-size: 200% 99%;
    background-position: right bottom;
    transition: all .5s ease-out;
    color: var(--white);
    display: flex;
    text-wrap: nowrap;
    align-items: center; /* Ensures content inside is vertically aligned */
    justify-content: center; /* Centers text and icon */
    gap: 10px; /* Spacing between text and icon */
}

.comm-link-3 span {
    display: flex;
    align-items: center; /* Aligns text and icon properly */
    gap: 8px; /* Adds space between text and icon */
}

.comm-link-3 span::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('../../../assets/img/vuesax-bold-login-white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0; /* Prevents the icon from shrinking */
}

/* Hover Effect */
.comm-link-3:hover {
    background-position: left bottom;
    color: var(--white);
    border-color: var(--theme_blue);
}

.height-400{
    height: 400px;
}

.height-150{
    height: 150px;
}

.invalid-feedback.invalid-alert{
    display: block !important;
}

.outline-badge-success{
    background-color: #54CF70;
    border: solid 1px #54CF70;
    padding: 4px 10px;
    font-weight: 400;
    color: var(--white);
    font-size: 17px;
}

.outline-badge-danger{
    background-color: var(--danger);
    border: solid 1px var(--danger);
    padding: 4px 10px;
    font-weight: 400;
    color: var(--white);
    font-size: 17px;
}

.pt-3px{
    padding-top: 3px;
}

.pt-10px{
    padding-top: 10px;
}

/* countdownFn */

.aiz-countdownfn ul{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.aiz-countdownfn ul li{
    margin-right: 5px;
}
.aiz-countdownfn ul li h6{
    margin-bottom: 0;
    font-size: 18px;
    color: var(--theme_red);
    font-weight: 600;
}
.aiz-countdownfn ul li h6::after{
    content: ":";
    margin-left: 5px;
}
.aiz-countdownfn ul li:last-child h6::after{
    content: "";
}
.aiz-countdownfn ul li:first-child h6::after{
    content: "";
}
.aiz-countdownfn ul li span{
    font-size: 15px;
    opacity: 0.7;
    font-size: 600;
}

/* product card grid */
.card{
    border: none;
    box-shadow: none;
}
.product-card{
    position: relative;
}
.product-card .img{
    height: auto;
}

.product-card .img img{
    height: auto;
    object-fit: cover;
    width: 100%;
    object-position: center;
    border-radius: 20px;
}

.product-card .info .category{
    color: var(--theme5);
    font-size: 11px;
}

.product-card .info .publisher-name{
    color: var(--txt-color);
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
            line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-card .info .author-name{
    color: var(--txt-color);
    font-size: 12px;
    margin-top: 2px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
            line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-card.listing-pg .info .isbn-no{
    margin-bottom: 0;
    color:#649CE6;
    font-family: 'Outfit-medium';
    font-size: 12px;
    margin-top: 2px;
}

.product-card.listing-pg .info h6{
    margin-bottom: 0;
}

.product-card.listing-pg .info .price{
    border-top: 1px solid#EFEFEF;
    padding-top: 5px;
    margin-top: 3px;
}

.product-card .info h6{
    color: black;
    overflow: hidden;
    font-family: 'Outfit-Medium';
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
            line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
    margin-bottom: 4px;
}

.product-card .info .stock-label{
    color: var(--txt-color-1);
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    top: 15px;
    right: 15px;
}

.product-card-category{
    color: var(--txt-color-2);
    font-size: 14px;
}

.product-card .info .stock-label.out{
    color: #b61616;
}
.product-card .product-quantity{
    border: 1px solid #D1D1D1;
    border-radius: 50px;
    padding: 4px;
}
.product-card .product-quantity .aiz-plus-minus{
    justify-content: space-between;
}
.product-card .plus-minus-btn{
    width: 30px;
    height: 30px;
    background: #C2C2C2;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card .plus-minus-btn:hover{
    background: var(--primary);
}

.product-card .product-quantity input{
    width: 40px;
}

.product-card .btn-product-card{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--theme10);
    color: var(--theme_color);
    border-radius: 3px;
    padding: 16px;
    font-size: 12px;
    border-radius: 50px;
    transition: all 0.5s ease;
    width: 100%;
    height: 42px;
}
.product-card .btn-product-card:hover{
    background-color: var(--theme_color);
    color: var(--white);
}
.product-card .btn-product-card:hover a{
    color: var(--white);
}
.product-card .btn-product-card:hover i{
    color: var(--white);
}
.product-card .img .wl-btn{
    color: var(--theme_color);
    position: absolute;
    top: 5px;
    right: 8px;
    padding: 4px 8px;
    background-color: var(--white);
    border-radius: 50%;
    display: none;
    z-index: 9;
}
.product-card:hover .img .wl-btn{
    display: block;
}
.product-card .img .wl-btn:hover, .product-card .img .wl-btn.active {
    -webkit-text-stroke: 5px var(--theme_color);
}
.product-card .btn-product-card i{
    color: var(--theme1);
    font-size: 18px;
}
/*
.product-card .btn-product-card i{
    color: var(--white);
    font-size: 11px;
} */

.product-card .plus-minus-btn i{
    font-size: 1.2rem;
    color: white;
}

.product-card .info .price{
    display: flex;
}

.product-card .info .price h6{
    color: var(--theme_red);
    font-size: 15px;
    margin-right: 6px;
    margin-bottom: 0;
}
/* .product-card .info .price span{
    font-size: 13px;
    color: #999999;
    text-decoration: line-through;
} */
.product-card .action{
    display: flex;
    align-items: center;
}
.product-card .action .btn-comman{
    padding: 5px 15px;
    border-radius: 0;
    font-size: 12px;
    margin-top: auto;
    margin-bottom: auto;
}
.product-card .action .icon{
    font-size: 20px;
    background-color: #8a8989;
    color: #fff;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-card .btn-comman-1{
    padding: 8px 10px;
    background-color: var(--theme1);
    margin-left: 10px;
    white-space: nowrap;
}

/* track */
.slick-track{
    margin-left: 0;
}
/* the slides */
.slick-slide {
    margin-right: 10px;
}
/* the parent */
.aiz-carousel.product-gallery .slick-list{
    margin: 0;
}

/* product list card */
.product-list-box{
    display: flex;
    border-top: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
    padding: 15px;
}
.product-list-box .img{
    width: 220px;
    margin-right: 10px;
}
.product-list-box .info{
    display: flex;
    width: 100%;
}
.product-list-box .info .details h5 a{
    font-size: 16px;
    color: var(--theme_blue);
}
.product-list-box .info .details .rating i{
    font-size: 1.25rem;
}
.product-list-box .info .details .auction-price{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.product-list-box .info .details .auction-price h6{
    font-size: 20px;
    color: var(--theme_blue);
    font-weight: 600;
    margin-right: 5px;
    margin-bottom: 0;
}
.product-list-box .info .details .auction-price span{
    font-size: 12px;
    color: #999999;
}
.product-list-box .info .details .price{
    font-size: 16px;
    margin-bottom: 10px;
}
.product-list-box .info .details .price .primary{
    font-size: 20px;
    color: var(--theme_blue);
}
.product-list-box .info .details .sold-notice{
    margin-bottom: 10px;
}
.product-list-box .info .details .sold-notice p{
    font-size: 14px;
}
.product-list-box .info .details .sold-notice .notice{
    margin-bottom: 2px;
    opacity: 0.7;
}
.product-list-box .info .details .sold-notice .sold{
    color: var(--theme_red);
    margin-bottom: 0;
    font-weight: 600;
}
.product-list-box .info .details .auction .notice{
    font-size: 14px;
    opacity: 0.7;
    margin-bottom: 5px;
}
.product-list-box .info .details .auction .aiz-countdownfn ul li h6{
    font-size: 22px;
}
.product-list-box .info .actions{
    margin-right: 0;
    margin-left: auto;
    position: relative;
}
.product-list-box .info .actions .fav{
    width: 30px;
    height: 30px;
    margin-right: 0;
    margin-left: auto;
}
.product-list-box .info .actions .fav a{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: solid 1px #dddddd;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-list-box .info .actions .view{
    width: 80px;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
}
.product-list-box .info .actions .view a{
    background-color: var(--theme_blue);
    color: var(--white);
    padding: 5px 10px;
    text-align: center;
    border-radius: 15px;
}
.product-list-box .info .actions .view.bid-btn a{
    background-color: var(--theme_red);
}


/* product short list box */
.product-short-list-box{
    display: flex;
    padding: 10px;
    border: solid 1px #dddddd;
}
.product-short-list-box .image{
    margin-right: 15px;
}
.product-short-list-box .info{
    overflow: hidden;
}
.product-short-list-box h5{
    font-size: 14px;
    color: var(--theme_blue);
    font-weight: 600;
    height: 32px;
    overflow: hidden;
}
.product-short-list-box .price h6{
    color: var(--red);
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
}
.product-short-list-box .price{
    margin-bottom: 10px;
}
.product-short-list-box .price span{
    font-weight: 600;
    color: #797979;
}
.product-short-list-box .descr{
    font-size: 11px;
    color: var(--font-color);
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -moz-line-clamp: 4;
}
.product-short-list-box .action{
    display: flex;
    align-items: center;
}
.product-short-list-box .action .btn-comman{
    padding: 2px 10px;
    border-radius: 0;
    font-size: 11px;
    margin-top: auto;
    margin-bottom: auto;
}
.product-short-list-box .action .icon{
    font-size: 16px;
    background-color: #8a8989;
    color: #fff;
    width: 22px;
    height: 22px;
    margin-left: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/**** LAYOUT ****/

.dm-deals .dm-lyone{
    margin-right: 0 !important;
}

.dm-all-deals .dm-lyone{
    border: solid 1px #CFCFCF;
    padding: 10px;
    border-radius: 26px;
    margin-right: 15px;
}

.dm-all-deals .dm-lyone__info--dis{
    left: 8px;
    padding: 5px 10px;
}

.dm-all-deals .dm-lyone__info--stock{
    right: 10px;
    font-size: 12px;
}

.dm-lyone{
    position: relative;
}

.dm-lyone__info--dis{
    position: absolute;
    top: 24px;
    left: 0;
    color: var(--white);
    background: var(--theme_green);
    padding: 0px 7px;
    font-size: 14px;
    border-radius: 0px 40px 40px 0px;
}

.dm-lyone__info--stock{
    position: absolute;
    top: 55px;
    left: 0;
    color: var(--theme9);
    background: var(--theme_red);
    padding: 0px 7px;
    font-size: 14px;
    border-radius: 0px 40px 40px 0px;
}

.dm-lyone__info--dis.o{
    background: var(--theme6);
    color: var(--theme9) !important;
}

.dm-lyone__info--category{
    color: var(--txt-color-2);
    font-size: 14px;
}

.dm-lyone__info--title{
    color: black;
    font-weight: 600;
    font-size: 16px !important;
}

.dm-lyone__info--price h6{
    font-size: 18px;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 0;
}

.dm-lyone__info--price span{
    color: #B8B8B8;
    font-size: 18px;
    text-decoration: line-through;
}

.dm-lyone__info--progress{
    height: 0.5rem;
}

.dm-lyone__info--progress .progress-bar,
.dm-lytwo__info--progress .progress-bar{
    background-color: var(--primary);
}

.dm-lyone__info--sold{
    color: black;
}

.dm-lyone__info--quantity{
    border: 1px solid #D1D1D1;
    border-radius: 50px;
    padding: 4px;
}

.dm-lyone__info--quantity .plus-minus-btn{
    width: 30px;
    height: 30px;
    background: #C2C2C2;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dm-lyone__info--quantity .plus-minus-btn:hover{
    background: var(--primary);
}

.dm-lyone__info--quantity .plus-minus-btn[disabled]{
    cursor: not-allowed;
}

.dm-lyone__info--quantity .plus-minus-btn i{
    font-size: 1.2rem;
    color: white;
}

.dm-lyone__info--quantity .input-number{
    width: 40px;
}

.dm-lyone__info--cart i{
    width: 44px;
    height: 44px;
    background-color: var(--theme2);
    border-radius: 10px;
    font-size: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dm-lytwo{
    position: relative;
    display: flex;
    padding: 40px 5px 10px 5px;
    gap: 8px;
}

.dm-lytwo__info{
    flex: 0 0 58%;
}

.dm-lytwo__img{
    flex: 0 0 35%;
}

.dm-lytwo__info--dis{
    position: absolute;
    top: 10px;
    left: 10px;
    color: white;
    background: var(--primary);
    padding: 3px 10px;
    border-radius: 30px;
}

.dm-lytwo__info--stock{
    position: absolute;
    top: 15px;
    right: 10px;
    color: var(--txt-color-1);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.dm-lytwo__info--stock.o{
    color: red;
}

.dm-lytwo__info--category{
    color: var(--txt-color-2);
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
            line-clamp: 1;
    -webkit-box-orient: vertical;
}

.dm-lytwo__info--title{
    color: black;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
            line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dm-lytwo__info--price{
    display: flex;
    flex-wrap: wrap;
}

.dm-lytwo__info--price h6{
    font-weight: 600;
    color: var(--primary);
}

.dm-lytwo__info--price span{
    color: #B8B8B8;
    text-decoration: line-through;
    font-size: 14px;
    line-height: 20px;
}

.dm-lytwo__info--progress{
    height: 0.5rem;
}

.dm-lytwo__info--sold{
    color: black;
    margin-top: 2px;
}

.dm-lytwo__info--quantity{
    border: 1px solid #D1D1D1;
    border-radius: 50px;
    padding: 2px;
}

.dm-lytwo__info--quantity .plus-minus-btn{
    width: 23px;
    height: 23px;
    background: #C2C2C2;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dm-lytwo__info--quantity .plus-minus-btn:hover{
    background: var(--primary);
}

.dm-lytwo__info--quantity .plus-minus-btn[disabled]{
    cursor: not-allowed;
}

.dm-lytwo__info--quantity .plus-minus-btn i{
    font-size: 1.2rem;
    color: white;
}

.dm-lytwo__info--quantity .input-number{
    width: 30px;
    height: 24px;
}

.dm-lytwo__info--cart i{
    width: 35px;
    height: 35px;
    background-color: var(--theme2);
    border-radius: 10px;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* banner fullwidth */
.side-banner img{
    width: -webkit-fill-available;
}

.side-banner a:nth-child(2){
    display: none;
}

@media only screen and (min-width: 992px) {

    .details-gallery .caorusel-thumb{
        margin-right: 2px;
    }

    .details-gallery .caorusel-thumb .slick-track{
        width: auto !important;
    }

    .details-gallery .caorusel-thumb .slick-slide{
        width: auto !important;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .border-lg-r-md-b{
        border-right: 1px solid #dee2e6!important;
    }
}

@media only screen and (max-width: 991px) {
    .hidden-991{
        display: none !important;
    }

    .dm-newreleas-section .side-banner a:first-child{
        display: none;
    }
    .dm-newreleas-section .side-banner a:nth-child(2){
        display: block;
    }

    .border-lg-r-md-b{
        border-bottom: 1px solid #dee2e6!important;
    }
}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width:575px){
    .section-title h3{
        font-size: 20px;
    }
    .section-title a{
        font-size: 14px;
    }
    .product-list-box .info {
        display: block;
    }
    .product-list-box .info .details .auction{
        margin-bottom: 15px;
    }
    .product-list-box .info .actions .view{
        position: relative;
    }
    .product-list-box .info .actions {
        display: flex;
        align-items: center;
    }

    .product-card-category{
        overflow: hidden;
        font-weight: 100;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .product-card .product-quantity{
        padding: 3px;
        margin-bottom: 10px;
    }

    .product-card .plus-minus-btn{
        width: 25px;
        height: 25px;
    }

    .dm-all-deals .dm-lyone{
        margin: 5px;
        padding-top: 30px;
    }

    .dm-all-deals .dm-lyone__info--category{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .dm-all-deals .dm-lyone__info--title{
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .dm-all-deals .dm-lyone__info--price h6,
    .dm-all-deals .dm-lyone__info--price span{
        font-size: 16px;
    }

    .dm-all-deals .dm-lyone .addToCart-form > div:first-child{
        display: block;
    }

    .dm-all-deals .dm-lyone__info--dis{
        font-size: 12px;
    }

    .dm-all-deals .dm-lyone__info--stock {
        right: 15px;
        font-size: 11px;
        top: -7px;
        background: white;
        padding: 0px 8px;
    }

    .product-card .dm-lyone__info--dis{
        padding: 5px 10px;
        font-size: 12px;
    }

    .product-card .info .stock-label{
        font-size: 12px;
        top: -10px;
        background: white;
        padding: 0 8px;
    }

    .dm-newreleas-section .product-card{
        padding: 15px 15px !important;
        height: calc(100% - 0px);
        height: -webkit-calc(100% - 0px);
        height: -moz-calc(100% - 0px);
    }

    .aiz-carousel.product-gallery .slick-list{
        margin: 0 -10px 0 0;
    }
}

@media only screen and (max-width:424px){
    .aiz-countdownfn ul li h6{
        font-size: 14px;
    }
    .product-card .info .price {
        display: block;
    }
    .product-card .info h5 {
        font-size: 14px;
    }
}
@media only screen and (max-width:374px){
    .aiz-countdownfn ul li h6{
        font-size: 11px;
    }
    .aiz-countdownfn ul li span{
        font-size: 12px;
    }
}

.show-more {
    height: 95px;
    overflow: hidden;
}

.side-authors .show-more,
.side-publishers .show-more{
    height: 240px;
    overflow: hidden;
}

.show-more-btn{
    padding: 15px 0;
    cursor: pointer;
    color: #9A9A9A;
}

.side-authors .show-more-btn,
.side-publishers .show-more-btn
{
    padding: 15px 10px;
    cursor: pointer;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.side-authors .show-more-btn i{
    font-size: 10px;
}

.dm-common-btn{
    background: var(--theme2);
    padding: 8px 40px;
    font-size: 14px;
    font-family: "Outfit-medium";
    border-radius: 9px;
    transition: all 0.2s;
}

.dm-common-btn:hover{
    background: var(--theme1);
    color: white;
}


@media only screen and (min-width:1200px){
    .cart-print-btn{
        margin-right: 95px;
    }
}

.cart-print-btn .cart-print-btn-style{
    background-color: var(--bg_gray);
    border: 1px solid var(--theme_blue);
    padding: 3px 8px;
    display: inline-block;
    cursor: pointer;
}
