/*
* 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;
}

.out-stock{
    position: absolute;
    top: 20px;
    right: -35px;
    background-color: red;
    color: var(--white);
    padding: 5px 35px;
    border-radius: 0.5rem 0 0.25rem 0;
    font-size: 11px;
    rotate: 40deg;
}

.bg-gray{
    background-color: var(--bg_gray);
}

.form-control:focus {
    border-color: #898b92;
    box-shadow: none;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.section-p-tb{
    padding: 60px 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;
}

.title-area {
    margin-bottom: 5rem;
}

.title-area.text-center .main-title {
    margin-inline: auto;
}

.title-area.text-center .main-subtitle {
    margin-inline: auto;
}

.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: green;
    font-size: 16px;
    text-transform: capitalize;
}

.outline-badge-danger{
    color: var(--danger);
    font-size: 14px;
    font-family: 'Poppins-medium';
    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;
    border-radius: 0.5rem;
    padding: 5px 10px;
    height: calc(100% - 20px);
    background-color: var(--white);
    margin: 0.5rem;
    border: solid 0.8px var(--theme3);
    box-shadow: 0 0 7px 0px #584dff59;
    overflow: hidden;
}

.product-card .featured-tag {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--theme3);
    color: var(--white);
    padding: 5px 10px;
    border-radius: 0.5rem 0 0.25rem 0;
    font-size: 12px;
}

.product-card .product__info {
    padding-block: 20px 10px;
    text-align: center;
}

.product-card .product__info .category-name {
    font-size: 14px;
    color: black;
    margin-bottom: 5px;
}

.product-card .product__info .product-name {
    font-size: 18px !important;
    color: black;
    margin-bottom: 5px;
}

.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__img {
    position: relative;
}

.product-card .product-card__img .brand-image{
    /* position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); */
    position: relative;
    text-align: center;
    margin-bottom: -50px;
}

.product-card .product-card__img .brand-image img{
    width: 6rem;
    height: auto;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
}

.product-card .product-card__actions{
    position: absolute;
    top: 5px;
    right: 0;
    display: flex;
    opacity: 0;
    visibility: hidden;
}

.product-card .product-card__actions .btn i{
    font-size: 25px;
}
.product-card .product-card__actions .btn.active i{
    font-weight: 700;
}

.product-card .product-card__actions .btn{
    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:hover .product-card__actions{
    opacity: 1;
    visibility: visible;
}

.product-card .ad-cart .detail-price {
    font-size: 16px;
    color: var(--theme1);
    font-weight: 600;
    margin: 15px 0 0 -10px;
    /* box-shadow:
    0 -0.8px 0 0 var(--theme3),
    0  0.8px 0 0 var(--theme3); */
    border-top: solid 0.8px var(--theme3);
    border-bottom: solid 0.8px var(--theme3);
    text-align: center;
    width: calc(100% + 20px);
    padding: 5px 0;
    display: flex;
    justify-content: center;
}

.product-card .ad-cart .add-to-cart-btn {
    padding: 0;
}

.addToCart-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.product-card .ad-cart .number-input {
        -moz-appearance: textfield;
    appearance: none;
    background-color: var(--theme3);
    color: var(--white);
    border: none;
    border-radius: 5px;
    font-size: 0.75rem;
    height: 1.5rem;
    padding: 0 0.25rem;
    width: 3.15rem;
    text-align: right;
}

.product-card .ad-cart .view-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-block: 0.9rem 0.4rem;
}

/* .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;
    }

    .product-card .product-card__img .brand-image{
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .py-6{
        padding-block: 3rem !important;
    }
}

@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--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;
    }

    .dm-newreleas-section .product-card{
        padding: 15px 15px !important;
        height: calc(100% - 0px);
        height: -webkit-calc(100% - 0px);
        height: -moz-calc(100% - 0px);
    }

    .product-card .featured-tag {
        padding: 2px 7px;
        font-size: 11px;
    }

    .product-card .product-card__actions {
        top: -90px;
        right: -15px;
    }
}

@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;
    }
}
