/*
* author: Ants Creation (Pvt) Ltd
* email: info@ants.lk
* web: www.ants.lk
* description: all comman styles
*/

.py-6 {
    padding-block: 6rem !important;
}

.py-7 {
    padding-block: 7rem !important;
}

.py-8 {
    padding-block: 8rem !important;
}

.py-9 {
    padding-block: 9rem !important;
}

.py-10 {
    padding-block: 10rem !important;
}

.pt-6 {
    padding-top: 6rem !important;
}

.pt-7 {
    padding-top: 7rem !important;
}

.pt-8 {
    padding-top: 8rem !important;
}

.pt-9 {
    padding-top: 9rem !important;
}

.pt-10 {
    padding-top: 10rem !important;
}

.pb-6 {
    padding-bottom: 6rem !important;
}

.pb-7 {
    padding-bottom: 7rem !important;
}

.pb-8 {
    padding-bottom: 8rem !important;
}

.pb-9 {
    padding-bottom: 9rem !important;
}

.pb-10 {
    padding-bottom: 10rem !important;
}

.my-6 {
    margin-block: 6rem !important;
}

.my-7 {
    margin-block: 7rem !important;
}

.my-8 {
    margin-block: 8rem !important;
}

.my-9 {
    margin-block: 9rem !important;
}

.my-10 {
    margin-block: 10rem !important;
}

.mt-6 {
    margin-top: 6rem !important;
}

.mt-7 {
    margin-top: 7rem !important;
}

.mt-8 {
    margin-top: 8rem !important;
}

.mt-9 {
    margin-top: 9rem !important;
}

.mt-10 {
    margin-top: 10rem !important;
}

.mb-6 {
    margin-bottom: 6rem !important;
}

.mb-7 {
    margin-bottom: 7rem !important;
}

.mb-8 {
    margin-bottom: 8rem !important;
}

.mb-9 {
    margin-bottom: 9rem !important;
}

.mb-10 {
    margin-bottom: 10rem !important;
}




html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
ol,
dd,
dl,
dt {
    font-family: var(--theme-font);
}

p {
    text-wrap: balance;
}

.bg-gray {
    background-color: var(--bg_gray);
}

a:hover {
    color: var(--theme_color_hover);
}

.form-control:focus {
    border-color: #898b92;
    box-shadow: none;
}

.carousel {
    /* height: 750px !important; */
    height: calc(100vh - 180px) !important;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.section-p-tb {
    padding: 40px 0;
}

.section-p-t {
    padding-top: 35px;
}

.section-p-b {
    padding-bottom: 35px;
}


.section-title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}

.section-title::after {
    position: absolute;
    content: '';
    height: 2px;
    background: #d2d2d2;
    left: 0;
    bottom: 0;
    width: 100%;
}

.section-title h4 {
    color: var(--black);
    font-family: 'Poppins-Medium';
    margin-bottom: 0;
    font-size: 24px;
    padding: 15px 0;
}

.section-title h5 {
    font-family: 'Poppins-Medium';
}

.section-title a {
    font-size: 14px;
    color: var(--font-color);
    margin: 0 75px 0 auto;
    font-family: 'Poppins-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;
}

.mlc-22 {
    margin-left: 22px;
}

.cursor-pointer {
    cursor: pointer;
}

/* .btn-common{
    background-color: var(--theme_color);
    color: var(--white);
    text-transform: uppercase;
    border-radius: 0;
    font-family: 'Poppins-Semibold';
    font-size: 12px;
    padding: 0.6rem 1.8rem;
    border: none;
}
.btn-common:hover{
    background-color: var(--theme_color_hover);
} */

/* .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);
} */

.view-all-link {
    background-color: var(--black);
    color: var(--white);
    text-transform: uppercase;
    padding: 9px 20px;
    display: inline-block;
}

.view-all-link:hover {
    background-color: var(--theme_color_hover);
    color: var(--black);
}

.height-400 {
    height: 400px;
}

.height-150 {
    height: 150px;
}

.height-300 {
    height: 300px;
}

.height-100 {
    height: 100px;
}

.invalid-feedback.invalid-alert {
    display: block !important;
}

.outline-badge-success {
    color: #00A53D;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.outline-badge-danger {
    color: var(--danger);
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.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_gray);
    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 */

.product-card {
    position: relative;
    box-shadow: 4px 8px 40px #0000001A;
    border-radius: 5px;
    padding: 0;
    padding-bottom: 0;
    height: calc(100% - 20px);
}

/* .product-card .new-label {
    top: 15px;
    left: 15px;
    z-index: 10;
} */

.product-card .stock-label {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 5px;
    color: #fff;
    font-weight: medium;
    font-size: 14px;
    letter-spacing: var(--unnamed-character-spacing-0);
}

.product-card .stock-in {
    background: #18C059;
}

.product-card .stock-out {
    background: #B90505;
}

.product-card .product-card__img img {
    border-radius: 4px;
    padding: 12px;
}

.product-card__img {
    position: relative;
    overflow: hidden;
    justify-self: center;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

.product-card__img img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1/1;
    width: 245px;
    height: 245px;
}

.product-card .product-card__img .product-card__img--1 {
    position: absolute;
    top: 0;
    left: 0;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
}

.product-card:hover .product-card__img .product-card__img--1 {
    opacity: 1;
    visibility: visible;
}

.product-card .product-card__actions {
    position: absolute;
    top: 0;
    right: 0;
    /* transform: translateX(-50%); */
    display: flex;
    opacity: 1;
    visibility: visible;
}

.product-card .product-card__actions .btn i {
    font-size: 25px;
}

.product-card .product-card__actions .btn.active i,
.product-card .product-card__actions .wl-btn.active i {
    color: var(--theme3);
    font-weight: 900;
}

.product-card .img .wl-btn.active i {
    color: var(--theme1);
    font-weight: 900;
}

.product-card .product-card__actions .btn {
    /* background-color: var(--theme2); */
    color: var(--theme1);
    border-radius: 5px;
    font-size: 1.05rem;
    width: 40px;
    height: 40px;
    margin-inline: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease-in-out 0.2s;
}

/* .product-card .product-card__actions .btn:hover{
    background-color: var(--theme1);
} */

.product-card:hover .product-card__actions {
    opacity: 1;
    visibility: visible;
}

/* .product-card.listing-pg{
    background-color: transparent;
    padding: 0px;
} */

/* .product-card.listing-pg .img img{
    width: 100%;
} */

/* .product-card .img{
    height: auto;
    position: relative;
    overflow: hidden;
} */


/* .product-card .img img{
    height: auto;
    object-fit: cover;
    width: 100%;
    object-position: center;
    transition: ease-in-out 0.2s;
}

.product-card .img .wl-btn{
    position: absolute;
    right: 15px;
    top: 15px;
    color: var(--theme1);
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
}

.product-card .img .wl-btn i{
   font-size: 25px;
}

.product-card .img .wl-btn.active i{
    font-weight: 600;
} */

.product-card .info .category {
    color: var(--theme5);
    font-size: 11px;
}

.product-card .info .publisher-name {
    color: var(--txt-color-3);
    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: #4E4E4E;
    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-size: 12px;
    margin-top: 2px;
}

.product-card.listing-pg .info h6 {
    margin-bottom: 0;
}

.product-card.listing-pg .info .price {
    margin-top: 3px;
}

.aiz-user-panel .card .card-body h5 {
    font-family: var(--theme-font) !important;
    color: var(--theme6) !important;
    font-weight: 700 !important;
}

.product-card .info {
    font-size: 18px !important;
    font-weight: 600 !important;
}

.product-card .info .product-name-container {
    line-height: normal !important;
}

.product-card .info .product-name {
    letter-spacing: 0px;
    color: #101726;
    text-transform: uppercase;
    font-weight: 600 !important;
    line-height: normal;
    min-height: 46px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    /* Required for the clamping to work */
    -webkit-box-orient: vertical;
    /* Required for the clamping to work */
    -webkit-line-clamp: 2;
}

.product-card .info .koko-price {
    color: #BABCBF;
    font-size: 14px;
    margin-bottom: 1px !important;
    padding: 5px !important;
}

.card-payment-logo {
    width: auto !important;
    height: 20px !important;
    max-height: 20px;
}

@media (max-width: 1499px) {
    .carousel {
        /* height: 750px !important; */
        height: calc(100vh - 88px) !important;
    }

    .product-card__img {
        margin-bottom: 0.2rem;
        margin-top: 0.2rem;
    }

    .product-card .info {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .product-card .info .product-name {
        font-size: 15px;
        min-height: 38px;
    }

    .product-card .info .detail-price {
        font-size: 12px !important;
    }

    .product-card .info h6 {
        font-size: 18px;
    }

    .product-card .info .koko-price {
        font-size: 13px;
        padding: 4px !important;
    }

    .card-payment-logo {
        width: auto !important;
        height: 18px !important;
        max-height: 18px;
    }

    .product-card .ad-cart .product-btn-wrapper .btn {
        font-size: 11px;
    }
}

@media (max-width: 1399px) {
    .product-card .info .product-name {
        font-size: 14px;
    }

    .product-card .info .detail-price {
        font-size: 12px;
    }

    .product-card .info .koko-price {
        font-size: 12px;
        padding: 3px !important;
    }

    .card-payment-logo {
        width: auto !important;
        height: 16px !important;
        max-height: 16px;
    }
}

@media (max-width: 1200px) {
    .product-card .info {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .product-card .info .product-name {
        font-size: 13px;
    }

    .product-card .info .detail-price {
        font-size: 11px;
    }

    .product-card .info .koko-price {
        font-size: 11px;
        padding: 2px !important;
    }

    .card-payment-logo {
        width: auto !important;
        height: 16px !important;
        max-height: 16px;
    }
}

.product-card .info h6 {
    color: var(--theme5);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 20px;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
    font-weight: 700;
}

.product-card .info .detail-price {
    color: #00792E;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
}

.product-card .info .detail-price .detail-price-value {
    margin-bottom: 0 !important;
}

.product-card .info .detail-price .danger-red {
    color: #B90505;
}

.product-card .ad-cart .product-btn-wrapper > div,
.product-card .ad-cart .product-btn-wrapper > a {
    width: 100%;
    display: block;
}

.product-card .ad-cart .product-btn-wrapper .btn {
    color: var(--theme1);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    height: 45px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: none;
    box-shadow: none;
}

.product-card .ad-cart .product-btn-wrapper .btn:hover,
.product-card .ad-cart .product-btn-wrapper .btn:focus {
    background: transparent;
    color: var(--theme1);
    box-shadow: none;
}

.product-btn-wrapper-bg {
    background-color: rgb(34, 157, 71);
    margin-top: 0.5rem;
    border-radius: 5px;
}

.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 {
    background-color: var(--theme1);
    color: var(--white);
    border-radius: 3px;
    padding: 4px 7px;
    font-size: 11px;
    display: inline-block;
}

.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 h6 {
    color: var(--theme4);
    font-size: 16px;
    margin: 0;
}

.product-card .info .price span {
    font-size: 18px;
    color: var(--theme2);
    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;
}

.product-card .product-rating {
    font-size: 0.9rem;
    margin-block: 5px;
}

.product-card .product-rating .active {
    color: var(--warning);
}

/* .product-card:hover .img .wl-btn {
    opacity: 1;
    visibility: visible;
} */

/* .product-card .product-btn-wrapper .btn-1{
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: var(--theme1);
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;  width: ;
} */

/* .product-card .product-btn-wrapper .btn-1:hover,
.product-card .img .wl-btn:hover{
    background-color: var(--theme1);
    color: white;
} */

.product-rating.st-rating i {
    color: #e8eaed;
    /* margin-inline: 1px; */
}

/* track */
.slick-track {
    margin-left: 0;
}

/* the slides */
/* .slick-slide{
    margin-right: 10px;
} */
/* the parent */
/* .slick-list{
    margin: 0 -10px;
} */

/* 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_black);
}

.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_black);
    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_black);
}

.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_gray);
    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_black);
    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_gray);
}


/* 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_black);
    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--stock{
    right: 10px;
    font-size: 12px;
}

.dm-lyone{
    position: relative;
}

.dm-lyone__info--dis{
    position: absolute;
    top: 12px;
    left: 12px;
    color: white;
    background: var(--theme6);
    text-transform: uppercase;
    font-size: 12px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center;
    line-height: 4.7;
}

.dm-lyone__info--dis.new-tag{
    background: var(--theme7);
}

.dm-lyone__info--stock{
    position: absolute;
    top: 15px;
    right: 0;
    color: var(--txt-color-1);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.dm-lyone__info--stock.o{
    color: red;
}

.dm-lyone__info--category{
    color: var(--txt-color-2);
    font-size: 14px;
}

.dm-lyone__info--title{
    color: black;
    font-weight: 600;
}

.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;
} */

.side-banner a:nth-child(2) {
    display: none;
}

.form-control {
    border-color: var(--theme2);
    /* border-radius: 30px; */
}

@media only screen and (min-width: 992px) {

    .details-gallery .caorusel-thumb .carousel-box img {
        padding-inline: 1rem;
    }

}

@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;
    }

    .product-card .ad-cart .product-btn-wrapper .btn {
        color: var(--theme1);
        font-weight: 400;
        text-transform: uppercase;
        font-size: 16px;
        padding: 10px !important;
    }
}

@media only screen and (max-width: 767px) {
    .py-6 {
        padding-block: 3rem !important;
    }
}

@media only screen and (max-width:575px) {
    .product-card__img img {
        aspect-ratio: 1/1;
        width: auto;
        height: 179px;
    }

    .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--stock {
        right: 15px;
        font-size: 11px;
        top: -7px;
        background: white;
        padding: 0px 8px;
    }

    .dm-lyone__info--dis {
        top: 7px;
        left: 7px;
        font-size: 8px;
        width: 35px;
        height: 35px;
    }

    .product-card .info .stock-label {
        font-size: 12px;
        top: -10px;
        background: white;
        padding: 0 8px;
    }

    .product-card .stock-label {
        font-size: 11px;
        /* 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);
    }
}

@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;
    }

    .product-gallery-thumb .slick-list .slick-slide:not(:last-child) {
        margin-right: 8px !important;
    }
}

.show-more {
    height: auto;
    overflow: hidden;
}

.max-height-260 {
    max-height: 260px;
    overflow: hidden;
}

.show-more-btn {
    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: "Poppins-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_black);
    padding: 3px 8px;
    display: inline-block;
    cursor: pointer;
}

@media only screen and (max-width:1366px) {
    .container.custom-container {
        max-width: none;
    }
}

@media only screen and (max-width: 575px) {
    .product-card .info {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .product-card .info .detail-price .detail-price-value-container {
        min-height: 36px;
    }

    .product-card .info .product-name {
        min-height: 35px;
    }
}
