/*
* 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{
    margin: 0;
    padding: 0;
    right: auto;
    bottom: 50px;
    left: 8.3%;
}

.dm-silder-wrapper .carousel-indicators li {
    color: var(--white);
    background-color: transparent;
    border: none;
    width: 0;
    height: 2px;
    font-size: 18px;
    font-family: 'Poppins-SemiBold';
    text-indent: 0;
    position: relative;
    transition: 0.3s ease-out;
    left: 28px;
}

.dm-silder-wrapper .carousel-indicators li.active {
    text-decoration: underline;
    width: 60px;
    opacity: 0.7;
    background-color: #ffffff;
}

.dm-silder-wrapper .carousel-indicators li:hover {
    color: var(--theme_gray);
}

.dm-silder-wrapper .carousel-indicators li:not(:last-child){
    margin-right: 30px;
}

/* .dm-silder-wrapper .carousel-indicators li:last-child::before{
    position: absolute;
    content: '';
    background-color: #fff;
    height: 2px;
    width: 60px;
    left: 30px;
    top: 15px;
} */

.dm-silder-wrapper .carousel-indicators li span{
    position: absolute;
    left: -24px;
    top: -14px;
    display: inline-block;
}

.dm-silder-wrapper .carousel-control-next,
.dm-silder-wrapper .carousel-control-prev{
    opacity: 1;
    width: unset;
    top: 0;
    bottom: 0;
}

.dm-silder-wrapper .carousel-control-next i,
.dm-silder-wrapper .carousel-control-prev i{
    font-size: 18px;
    width: 40px;
    height: 40px;
    background-color:#707070bd;
    transition: .15s ease;
    line-height: 2.3;
}

.dm-silder-wrapper .carousel-control-next i:hover,
.dm-silder-wrapper .carousel-control-prev i:hover{
    background-color:#707070;
}

.dm-silder-wrapper .carousel-control-prev{
    left: 1.3%;
}

.dm-silder-wrapper .carousel-control-next{
    right: 1.3%;
}

.dm-silder-wrapper .slider-category{
    border-left: solid 1px #CBCBCB;
    border-right: solid 1px #CBCBCB;
    border-bottom: solid 1px #CBCBCB;
    height: 100%;
}

.dm-silder-wrapper .slider-category .list-unstyled{
    border-top: solid 1px #CBCBCB;
}

.dm-silder-wrapper .slider-category .list-unstyled .category-nav-element a{
    margin: 0 8px;
}

.dm-silder-wrapper .slider-category .list-unstyled .category-nav-element:not(:last-child) a{
    border-bottom: solid 1px #CBCBCB;
}

.dm-silder-wrapper .slider-category .list-unstyled .category-nav-element a{
    font-size: 14px;
    color: var(--black) !important;
}

.dm-silder-wrapper .slider-category .list-unstyled .category-nav-element a:hover{
    color: var(--theme_color) !important;
}

.dm-silder-wrapper .slider-category .list-unstyled .category-nav-element a .angle-right{
    float: right;
}
.dm-silder-wrapper .slider-category .list-unstyled .category-nav-element a .cat-name{
    font-family: 'Outfit-Medium';
}
.dm-silder-wrapper .slider-slider{
    position: relative;
    width: 100%;
    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 */

.rd-title_outer h3,
.rd-title_outer h4
{
    margin-bottom: 0;
    color: var(--black);
    font-size: 40px;
    font-weight: 700;
}

/* 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_black);
    color: var(--theme_black);
    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_gray);
    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_black);
    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{
    position: relative;
    overflow: hidden;
}

.category-card::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background-color: #000;
    opacity: .2;
    box-shadow: 0 0 5px black;
    transition: 0.2s ease-in-out;
}

.category-card .img > img{
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: ease-in-out 0.2s;
}

.category-card .cat-title{
    color: var(--black);
    margin-top: 5px;
    display: block;
    font-size: 17px;
    text-transform: uppercase;
}

.category-card .category-text{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    bottom: -78px;
    transition: 0.2s ease-in-out;
}

.category-card .category-text .category-text-title{
    color: white;
    font-size: 1.25rem;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
            line-clamp: 1;
    -webkit-box-orient: vertical;
}

.category-card .category-btn{
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    border: 1px solid white;
    font-size: 1rem;
    width: 200px;
    margin: 40px auto 0 auto;
    padding-block: 10px;
    color: white;
    transition: ease-in-out 0.2s;
}

.category-card .category-btn:hover {
    background-color: var(--theme2);
}

.category-card:hover::after{
    height: 100%;
}

.category-card:hover .category-text{
    top: 50%;
    transform: translate(-50%,-50%);
    bottom: unset;
}

.category-card:hover .category-btn{
    opacity: 1;
    visibility: visible;
}


/* 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_black);
    font-weight: 600;
}
.top-seller .top-seller-box .seller-card .info span{
    padding: 3px 10px;
    background-color: var(--theme_black);
    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_black);
}
.text-banner .text h5{
    color: var(--theme_black);
    margin-bottom: 20px;
}
.text-banner .text a{
    padding: 10px;
    font-size: 18px;
    border: solid 1px var(--theme_black);
    color: var(--theme_black);
    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-block: 10px;
 }
 .aiz-filter-sidebar .sidebar-section-title h3{
    font-size: 25px;
    margin: 0;
    color: black;
    font-weight: 600;
}

.aiz-filter-sidebar .sidebar-section-title i{
    color:#808080;
    font-size: 18px;
}

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

.sidebar-section-title.border-b{
    border-bottom: 2px solid #0d0d0d87 !important;
}

/* 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: #000000 !important;
}
.side-category ul li a:hover{
    color: var(--theme_black);
}
.side-category ul li a .angle-right{
    float: right;
}
.side-category ul li.selected a{
    color: var(--theme_black);
    font-size: 18px;
    line-height: 1.3;
}

.side-category ul li.category a{
    font-size: 15px;
}

/* side-price */
.side-price .aiz-range-slider #input-slider-range {
    height: 5px;
    border-radius: 5px;
}
.side-price .aiz-range-slider .noUi-connect {
    height: 10px;
    background-color:var(--theme1);
}

.side-price .aiz-range-slider .noUi-connects{
    background-color:#979797;
    border-radius: 5px;
}

.side-price .noUi-horizontal .noUi-handle {
    height: 13px;
    width: 13px;
    right: -10px;
    top: -5px;
    border-radius: 0;
    box-shadow: none;
    border: none;
    background-color:var(--theme1);
    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_black);
}
.side-price .choose-price .aiz-checkbox .check-price{
    color: var(--theme_black);
    font-weight: 600;
}

.side-price .ft-title{
    color:#7E7E7E;
    font-family: 'Outfit-Medium';
    line-height: 29px;
    padding-left: 11px;
    font-size: 16px;
}

.side-price .range-slider-value{
    font-size: 14px;
    color: var(--black);
}

.side-price .range-dash{
    color:#7E7E7E;
}

/* side colors  */
.side-filter-colors .aiz-megabox .aiz-megabox-elem{
    background-color: transparent;
    border-radius: 50%;
    border: none;
}

.side-filter-colors .aiz-megabox .aiz-megabox-elem span{
    border-radius: 20px;
    border: 1px solid #e2e5ec;
}

.side-filter-colors .aiz-megabox input:checked~ .aiz-megabox-elem span{
    border-color: var(--theme4);
}

.side-filter-colors .aiz-megabox{
    width: 18%;
    overflow: hidden;
    text-align: center;
}
/* / side colors  */

/* side sizes  */
.Sizes .aiz-checkbox-list label .aiz-square-check{
    display: none;
}

.Sizes .aiz-checkbox-list label{
    border: 1px solid rgb(43, 43, 43);
    padding: 3px 17px;
    display: inline-block;
    margin-right: 7px;
}

.Sizes .aiz-checkbox-list label:has(input:checked){
    border-color: var(--theme4);
}
/* /side sizes  */

/* brands  */
.form-group.brands .custom-control-label{
    text-transform: uppercase;
    font-size: 14px;
}

.form-group.brands .custom-checkbox .custom-control-label::before{
    border-radius: 0;
    border-color: #000000;
    width: 0.8rem;
    height: 0.8rem;
    left: -1.1rem;
}

.form-group.brands .custom-checkbox  .custom-control-label::after{
    width: 0.8rem;
    height: 0.8rem;
    left: -1.1rem;
}

.form-group.brands .custom-control-input{
    left: 4px;
}

.form-group.brands .custom-control{
    padding-left: 1.1rem;
}
/* / brands  */

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

.aiz-checkbox-list .aiz-checkbox span{
    font-size: 15px;
    color:#434343;
}

.aiz-checkbox-list .aiz-checkbox,
.aiz-checkbox-list .aiz-radio{
    padding-left: 24px;
}

/* result-area */
.result-area .action-bar{
    display: flex;
    padding: 8px 10px;
}
.result-area .action-bar .links{
    display: flex;
    list-style: none;
    padding-left: 0;
    height: 30px;
}
.result-area .action-bar .links li{
    display: inline-flex;
}
.result-area .action-bar .links li a{
    padding: 5px 10px;
    border: solid 1px var(--theme_black);
    border-right: none;
    color: var(--theme_black);
}
.result-area .action-bar .links li:last-child a{
    border-right: solid 1px var(--theme_black);
}
.result-area .action-bar .links li a.active{
    background-color: var(--theme_black);
    color: var(--white);
}
.result-area .action-bar .links li a:hover{
    background-color: var(--theme_black);
    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_black);
    border-color: var(--theme_black);
    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: 30px;
    width: 100px;
    height: 30px;
    color: var(--theme_black);
    border-color: var(--theme_black);
    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: 5px;
    width: 150px;
    height: 28px;
    color: var(--black);
    border-color: var(--theme2);
}

.result-area .action-bar .sort .bootstrap-select .show.dropdown-menu{
    padding: 0;
}

.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_black);
    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_black);
}
.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: 17px;
    color:#130D0D;
}

.pr-review-section{
    border-top: 1px solid var(--theme9);
    border-bottom: 1px solid var(--theme9);
}

.detail-pg-title-area .detail-pg-title{
    margin-right: 20px;
}

.detail-pr-name{
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 0;
    color:black;
}

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

.detail-pg-title .item-code{
    font-size: 16px;
    color: #2E2E2E;
}

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

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

.pr-review-section .reviews-show-area .rating-details ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.pr-review-section .reviews-show-area .rating-details ul li:not(:last-child){
   margin-bottom: 12px;
}

.pr-review-section .reviews-show-area .rating-details ul li .stars{
    display: inline-block;
    float: left;
    margin-right: 15px;
    line-height: 0;
}

.pr-review-section .reviews-show-area .rating-details ul li .stars i{
    font-size: 17px;
    color: #C8C8C8;
}

.pr-review-section .reviews-show-area .rating-details ul li .stars i.active{
    color:#FFBD06;
}

.pr-review-section .reviews-show-area .rating-details ul li .progress{
    float: left;
    width: 40%;
    margin-right: 15px;
    margin-top: 4px;
    border-radius: 0;
    height: 0.8rem;
}

.pr-review-section .reviews-show-area .rating-details ul li .no{
    display: inline-block;
    font-size: 18px;
    line-height: 1.1;
}

.pr-review-section .review-stars i{
    color:#FFBD06;
    font-size: 1.5rem;
}

/* 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-radius: 5px;
    overflow: hidden;
    background-color: var(--white);
    border: 1px solid #e2e5ec;
}
.product-details .product-quantity .btn-qty{
    width: 25px;
    height: 23px;
    color: var(--theme2);
    background-color: var(--white);
    font-size: 14px !important;
    border: none;
}

/* .product-details .product-quantity .btn-qty.qty-min{
    border-right: 1px solid #2B2B2B;
}

.product-details .product-quantity .btn-qty.qty-max{
    border-left: 1px solid #2B2B2B;
} */

.product-details .product-quantity .btn-qty:hover{
    background-color: var(--primary);
    color: white;
}

.product-details .product-quantity .btn-qty[disabled]{
    cursor: not-allowed;
    background-color: #d6d5d5;
}

.product-details .product-quantity .qty-display{
    border: none;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    font-size: 17px !important;
    font-weight: bold;
    background-color: var(--white);
    width: 45px;
    height: 37px;
}
.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: baseline;
}

.product-details .detail-price .price{
    font-size: 20px;
    color:black;
    font-weight: 800;
    margin-right: 5px;
}

.product-details .detail-price del{
    font-size: 16px;
    color:#D1D1D1;
    position: relative;
}

/* .product-details .detail-price del:after{
    position: absolute;
    content: '';
    bottom: 21px;
    left: -8px;
    background-color:#D1D1D1;
    height: 1.4px;
    width: 125%;
    z-index: -1;
    transform: rotate(13deg);
}

.product-details .detail-price del:before{
    position: absolute;
    content: '';
    bottom: 21px;
    left: -8px;
    background-color:#D1D1D1;
    height: 1.4px;
    width: 125%;
    z-index: -1;
    transform: rotate(167deg);
} */

.product-details .show-discount{
    display: inline-block;
    background-color: #C4C4C4;
    padding: 6px 15px;
}

.product-details .show-discount span{
    display: inline-block;
    color:#2E2E2E;
    font-size: 18px;
}

.product-details .variant-title{
    font-size: 16px;
    color: black;
}

.product-details .payment-gatways-types .payment-gateways ul{
    list-style: none;
    margin: 0;
    padding: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.product-details .payment-gatways-types .payment-gateways ul .gatewaye-info-wrapper{
    display: flex;
    align-items: center;
    background-color: #FFFDBE;
    padding: 10px 8px;
}

.product-details .payment-gatways-types .payment-gateways .gatewaye-info-wrapper .txt{
    margin-right: 5px;
}

.payment-gateways .gatewaye-info-wrapper .txt span{
    font-size: 11px;
    color: var(--black);
    line-height: 1.2;
    display: inline-block;
}

.payment-gatways-types .payment-gateways .gatewaye-info-wrapper .icon{
    width: 122px;
}

.size-guide-btn{
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.size-guide-btn i,
.size-guide-btn span{
    color: var(--black);
}

.size-guide-btn i{
    font-size: 25px;
    line-height: 0;
    margin-right: 8px;
}

.size-guide-btn span{
    font-weight: 600;
    text-decoration: underline;
    font-size: 16px;
    display: inline-block;
}

#sizeguide .modal-content .modal-header {
    min-height: 50px;
}

#sizeguide .modal-content .modal-header h5{
    font-family: 'Poppins Medium';
}

.colors-choose .aiz-radio-inline .aiz-megabox .aiz-megabox-elem{
    border-color: #BCBCBC;
    border-radius: 50%;
}

.colors-choose .aiz-radio-inline .aiz-megabox .aiz-megabox-elem span{
    border-radius: 100%;
    width: 25px;
    height: 25px;
    position: relative;
}

.colors-choose .aiz-radio-inline .aiz-megabox input:checked ~ .aiz-megabox-elem span:after{
    position: absolute;
    top: -3px;
    left: -3px;
    content: '';
    opacity: 0.9;
    width: 31px;
    height: 31px;
    background-color: var(--theme2);
    border-radius: 100%;
    z-index: -1;
}

.aiz-radio-inline.custome-style .aiz-megabox .aiz-megabox-elem{
    background-color: transparent;
    width: 35px;
    height: 30px;
    font-size: 14px;
    border: 1px solid var(--theme2);
}

.aiz-radio-inline.custome-style .aiz-megabox > input:checked ~ .aiz-megabox-elem,
.aiz-radio-inline.custome-style .aiz-megabox > input:checked ~ .aiz-megabox-elem {
    border-color: var(--white) !important;
    background-color: var(--theme2);
    color: white;
}

/* action button */
.product-details .action-btn{
    display: flex;
    align-items: center;
}


.product-details .detail-pr-code span{
    font-size: 18px;
    display: block;
    padding-block: 1rem;
    font-weight: 600;
}

.product-details span p{
    display: inline;
}

.product-details .st-rating [data-star]::before{
    color: #dfdfdf;
}

.product-details .action-btn .add-to-cart,
.product-details .action-btn .buy-now
{
    border: 2px solid var(--theme2);
    color: var(--black) !important;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
}

.product-details .action-btn .add-to-cart:hover,
.product-details .action-btn .buy-now:hover
{
    background-color: var(--theme2) !important;
    color: white !important;
}

.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 .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_black);
    border: solid 1px var(--theme_black);
    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_black);
}

/* .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 .wishlist-btn  {
    padding-block: 10px;
    font-size: 16px;
}

.product-details .product-detail-wishlist .active i{
    font-weight: 600;
}

/* .product-details .product-detail-wishlist .wishlist-btn{
    display: flex;
    align-items: center;
    justify-content: center;
} */

.product-details .product-detail-wishlist .wishlist-btn span{
    color: #020C05;
    font-size: 14px;
    font-family: 'Outfit-Medium';
    margin-left: 6px;
    transition: 0.3s;
}

.product-details .product-detail-wishlist .wishlist-btn:hover i{
   font-weight: 600;
   color: var(--black);
}



/*Sidebar-info*/
/*product-details*/

.product-details .delivery-types{
    padding: 0;
    margin: 0;
    list-style: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 0;
}

.product-details .delivery-types .shipping-method{
    display: flex;
    align-items: center;
}

.product-details .delivery-types .shipping-method .text{
    font-family: 'Outfit-Medium';
    font-size: 16px;
    margin-left: 8px;
    line-height: 1.2;
}

.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_black);
    color: var(--white);
}
.product-details .sidebar-info .sold-by .links-outer .msg-seller:hover{
    background-color: var(--theme_gray);
}
.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_black);
}

/* breadcumb */
.breadcrumb-wrapper{
    padding-block: 10px;
    margin-bottom: 35px;
    background-color: #F7F3F0;
}

.prl-breadcrumb-wrapper{
    height: 300px;
}

.prl-breadcrumb-wrapper .breadcrumb-item a{
    color: rgba(0, 0, 0, 0.815);
    font-size: 0.9rem;

}

.breadcrumb-wrapper.detail-pg{
    background-color: #F7F3F0;
}

.breadcrumb-wrapper h3{
    color: #000000;
    margin-bottom: 0;
}

.breadcrumb-item+.breadcrumb-item{
    padding-left: 0.2rem;
}

.breadcrumb-item+.breadcrumb-item::before{
    content: ">";
    padding-right: 0.2rem;
    position: relative;
    font-weight: 700;
    margin-inline: 5px;
    font-size: 0.9rem;
    color: rgba(0, 0, 0, 0.815);
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-item a{
    color: rgba(0, 0, 0, 0.815);
    font-size: 14px;
}

.breadcrumb-wrapper .breadcrumb{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    background-color: transparent;
}

.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 .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_black);
    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_gray);
    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: 1px solid #cccbca;
    padding: 0;
}
.product-other .details-tab .nav a{
    border-bottom: 0;
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 15px;
    color: #9B9B9B !important;
    padding-bottom: 20px;
}
.product-other .details-tab .nav a.active{
    border-bottom: solid 1px var(--black);
    margin-bottom: -2px;
    color: var(--black) !important;
}

/* .product-other .details-tab .tab-content{ */
    /* border: solid 1px var(--border_color); */
/* } */

.product-other .details-tab .tab-content .description p,
.product-other .details-tab .tab-content .description ul li,
.product-other .details-tab .tab-content .description ol li{
    font-size: 16px;
    color: var(--black);
}

.product-other .details-tab .tab-content .description ul,
.product-other .details-tab .tab-content .description ol{
    padding-left: 22px;
}

.product-other .details-tab .tab-content .description ul li,
.product-other .details-tab .tab-content .description ol li{
    margin-bottom: 10px;
}

.product-other .according-title h3{
    text-transform: uppercase;
    font-family: 'Outfit-Medium';
    font-size: 21px;
    border-bottom: solid 1px var(--black);
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 6px;
    color: var(--black);
}

.product-other .accordion .card-header h2{
    text-transform: uppercase;
    font-family: 'Outfit-Medium';
    font-size: 16px;
    color: #545454;
    text-decoration: none;
}

.product-other .accordion .card{
    box-shadow: none;
    border: none;
    margin-bottom: 15px;
}

.product-other .accordion .card .card-body{
    padding: 10px 10px;
    font-size: 16px;
    color: #000000;
    font-family: 'Outfit-Medium';
}

.product-other .accordion .card-header{
    position: relative;
    border: 1px solid #C9C9C9;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 0;
    padding: 15px;
}

.product-other .accordion .card-header::after{
    position: absolute;
    top: 0;
    bottom: 0;
    color: #808080;
    font-size: 23px;
    content: '>';
    transition: 0.2s ease;
}

.product-other .accordion .card-header.collapsed::after{
    transform: rotate(90deg);
    right: 22px;
}

.product-other .accordion .card-header::after{
    transform: rotate(270deg);
    right: 7px;
}

.product-other .tab-content .description table,
.product-other .tab-content .description table tr,
.product-other .tab-content .description table tr td{
    border: none;
    margin: 0;
}

.product-other .tab-content .description table tr td{
    padding: 10px 0;
    font-size: 16px;
}

.product-other .tab-content .description table tr td:first-child{
    font-weight: 600;
    width: 40%;
}

.dm-related-products .title{
    padding-top: 25px;
}

.dm-related-products .title h2{
    text-transform: uppercase;
    color: var(--black);
}

.related-products-area .slick-initialized .slick-list{
    margin: 0 -9px;
}

.related-products-area .slick-initialized .slick-list .slick-slide{
    margin: 0 12px;
}

.related-products-area .product-card{
    background-color: transparent;
    padding: 0;
}

/* 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_black);
    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{
    padding: 5px 50px 5px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.all-category .cat-box{
    padding: 20px 20px 20px 0;
}

/*payment page*/
.aiz-megabox .payment-methods__imgage {
    height: 2rem;
}


#less-descr, .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*/
.dm-featured-section .aiz-carousel .slick-list{
    margin: 0 -15px;
}

.dm-featured-section .aiz-carousel .slick-list .slick-slide{
    margin: 0 15px;
}

.dm-featured-section .aiz-carousel .slick-dots li{
    height: 20px;
    width: 20px;
    padding: 6px;
    border: 1px solid#A7A7A7;
    border-radius: 50%;
    margin: 0 7px;
    text-align: center;
}

.dm-featured-section .aiz-carousel .slick-dots button{
    height: 6px;
    width: 6px;
    padding: 0px;
    color: transparent;
    border: 0;
    border-radius: 50%;
    margin: 0;
    background:#A7A7A7;
}

.dm-featured-section .aiz-carousel .slick-dots li.slick-active{
    border-color: var(--black);
}

.dm-featured-section .aiz-carousel .slick-dots li.slick-active button{
    background: var(--black);
}

/* cart pages styles */
.cart-page__cart-header{
    background: var(--theme1);
    color: #fff;
}

.cart-page__main-title h3{
    font-weight: 600;
    text-align: center;
}

/* .cart-page__main-title h3::after, .cart-page__main-title h3::before {
    color: #000;
    content: '';
    flex: 1;
    border-bottom: groove 1px;
    margin: auto 0.25em;
    box-shadow: 0 -1px;
} */

/* home new release section  */
.dm-newreleas-section .product-card{
    border-bottom: 1px solid#D8D8D8;
    border-left: 1px solid#D8D8D8;
    padding: 15px 30px;
}

.dm-newreleas-section .p-col:nth-child(1) .product-card,
.dm-newreleas-section .p-col:nth-child(2) .product-card,
.dm-newreleas-section .p-col:nth-child(3) .product-card,
.dm-newreleas-section .p-col:nth-child(4) .product-card{
    border-top: 1px solid#D8D8D8;
}

.dm-newreleas-section .p-col:nth-child(4) .product-card,
.dm-newreleas-section .p-col:nth-child(8) .product-card{
    border-right: 1px solid#D8D8D8;
}

.dm-newreleas-section .product-card .info{
    text-align: center;
}

.dm-newreleas-section .product-card .info .price{
    justify-content: center;
}

.dm-newreleas-section .product-card .addToCart-form div{
    justify-content: center !important;
}

/* bundle detail page  */
.include-books-box{
    border: 1px solid #D6D6D6;
    padding: 10px;
}

.include-books-box .title h6{
    font-family: 'Outfit-Medium';
    color: #4E4E4E;
}

.include-books-box .bundle-books-list ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.include-books-box .bundle-books-list ul li{
    margin-bottom: 13px;
    display: inline-block;
}

.include-books-box .bundle-books-list ul li i{
    margin: 0 3px;
    font-size: 17px;
    color: var(--txt-color-3);
    opacity: 0.8;
}

.include-books-box .bundle-books-list ul li img{
    width: 78px;
}

.include-books-box .bundle-books-list ul li:last-child i{
   display: none;
}

.dm-related-products.bundle-pg .section-title::after{
    height: 2px;
    background: var(--black);
    left: 0;
    bottom: 0;
    width: 12.7%;
}

.product-other.bundle-pg .details-tab .nav{
    border-bottom: none;
}

.product-other.bundle-pg{
    border-top: solid 2px var(--border_color);
    border-bottom: solid 2px var(--border_color);
}

.bundle-book-single-area{
    border-top: solid 2px var(--border_color);
}
/* / bundle detail page  */

/* authors page  */
.author-box{
    border: 1px solid #D6D6D6;
    padding: 15px;
    margin-bottom: 15px;
    height: calc(100% - 15px);
    height: -webkit-calc(100% - 15px);
    height: -moz-calc(100% - 15px);
}

.author-box:hover{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.author-box .author-img{
    padding: 5px 20px 0 20px;
}

.author-box .author-name p{
    margin-bottom: 0;
    color: var(--black);
    font-size: 15px;
}

.author-box .author-name p span{
    color: var(--theme_gray);
    font-size: 13px;
}

.aiz-user-sidenav-wrap{
    z-index: 0 !important;
}

.authors-list-pg .alphabet-list,
.authors-list-pg .alphabet-list .authors-list{
    padding: 0;
    list-style: none;
}

.authors-list-pg .alphabet-list .authors-list{
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

.authors-list-pg .alphabet-list li hr{
    margin: 0;
}

.authors-list-pg .alphabet-list li{
    font-size: 20px;
}

.authors-list-pg .alphabet-list li:not(:last-child){
    margin-bottom: 15px;
}

.authors-list-pg .alphabet-list .authors-list li{
    margin: 0;
    line-height: 1.2;
}

.authors-list-pg .alphabet-list .authors-list li a{
    font-size: 13px;
}

.authors-list-pg .alphabet-list .authors-list li a:hover{
    color: var(--black);
}

.authors-list-pg .alphabet-letters-list ul{
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}

.authors-list-pg .alphabet-letters-list ul li{
    font-size: 14px;
}

.authors-list-pg .alphabet-letters-list ul li a:hover{
    color: var(--black);
}

/* newsletter-section  */
.newsletter-section .newsletter-wrapper span{
    text-transform: uppercase;
    font-family: 'Outfit-Medium';
    font-size: 17px;
}

.newsletter-section .newsletter-wrapper h3{
    text-transform: uppercase;
    font-family: 'Poppins-Semibold';
    margin-bottom: 0;
}

.newsletter-section .newsletter-wrapper p{
    font-size: 16px;
}

/* .newsletter-section .newsletter-wrapper .subscribe input{
    width: 40%;
    display: inline-block;
    border-radius: 0;
    border-color: #707070;
    padding: 0.2rem 0.7rem;
}

.newsletter-section .newsletter-wrapper .subscribe button{
    position: relative;
    top: -2px;
    left: -3px;
    padding: 0.79rem 2rem;
} */

.newsletter-section .newsletter-wrapper .subscribe form{
    display: flex;
    justify-content: center;
}

.newsletter-section .newsletter-wrapper .subscribe .email{
    border-radius: 0;
    border: none;
    vertical-align: middle;
    display: inline;
    height: auto;
    font-size: 15px;
    border: 1px solid#707070;
    width: 40%;
}

.newsletter-section .newsletter-wrapper .subscribe .subscribe-btn{
    background-color: var(--theme1);
    color: var(--white);
    text-transform: uppercase;
    padding: 8px 30px;
    font-size: 12px;
    border-radius: 0;
    font-family: 'Poppins-SemiBold';
}

.new-products-section .aiz-carousel .slick-arrow{
    top: 50%;
    background-color: var(--white);
    color:#AFAFAF;
    border: 1px solid#AFAFAF;
    border-radius: 5px;
    width: 45px;
    height: 45px;
    font-size: 23px;
}

.new-products-section .slick-slider .slick-list{
    padding: 0 10px;
}

.featured-products-section{
    background-color: var(--theme_gray);
}

.cart-summery-box{
    z-index: 10;
}

@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 (max-width: 1499px) {
    .normal-only{
        display: block;
    }
    .lg-only{
        display: none;
    }

    .social-sec .social-sec-grid{
        grid-template-rows: repeat(4,12rem);
    }
}
@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;
    }

    .social-sec-grid > *:nth-child(n+10) {
        display: none;
    }

    /* .details-gallery .gallery-thumb .caorusel-thumb .carousel-box{
        height: 105.5px;
    } */

}
@media (max-width: 1199px){
    .nav-list-area .navbar .navbar-nav .nav-item.all-category, .dm-silder-wrapper .slider-category{
        width: 230px;
    }

    .social-mid-inner{
        padding: 1rem;
        margin-bottom: 3rem;
    }

    .social-mid-inner h1{
        margin-bottom: 2rem;
    }

    .social-mid-inner__link .social-mid-inner__link-item{
        width: 40px;
        height: 40px;
    }

    .social-mid-inner__tags{
        gap: 15px;
    }

}

@media (min-width: 992px) and (max-width: 1199px){
    .product-details .action-btn .add-to-cart{
        padding: 9px 35px
    }

    /* .details-gallery .gallery-thumb .caorusel-thumb .carousel-box{
        height: 86.4px;
    } */
}

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

    .details-gallery{
        margin-top: 3px;
    }

    .details-gallery .gallery-thumb{
        padding-right: 0;
    }

    .details-gallery .gallery-thumb .caorusel-thumb .carousel-box img{
        height: 100%;
        object-fit: cover;
    }

}
@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.collapse-sidebar-wrap.active .collapse-sidebar{
        padding: 15px;
    }

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

    /* .product-gallery-thumb .slick-list .slick-slide{
        width: 130px !important;
    } */

    .social-sec .social-sec-grid{
        display: block;
        column-count: 4;
        grid-column-gap: 0;
        grid-row-gap: 0;
    }

    .social-sec .social-sec-grid div{
        margin-block: 0;
    }

    .social-sec-grid__img::after {
        border-radius: 2px;
    }

        .social-sec .social-sec-grid .ssi{
        border-radius: 2px;
        margin: 2px;
    }

    .social-sec-grid__img::before{
        font-size: 1rem;
    }

    .social-sec-grid__item1{
        display: none;
    }

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

    .dm-silder-wrapper .carousel-indicators{
        bottom: 44px;
        left: 5%;
    }

    .newsletter-section .newsletter-wrapper .subscribe .email{
        width: 70%;
    }

    /* .product-gallery-thumb .slick-list .slick-slide{
        width: 94px !important;
    } */

    .category-card{
        margin-top: 10px;
    }

}
@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__timer{
        justify-content: center;
    }

    .product-card .img{
        height: auto;
    }

    .product-card .img img{
        height: auto;
    }

    .product-other .details-tab .nav a:last-child{
        margin-right: 0;
    }

    .product-other .details-tab .nav a{
        margin-right: 10px;
    }

    .product-gallery-thumb .slick-list .slick-track{
        width: 100%;
    }

    .new-products-section .aiz-carousel .slick-arrow{
        width: 30px;
        height: 30px;
        font-size: 17px;
    }

    .productbox-px{
        padding: 0 5px;
    }

    .new-products-section .slick-slider .slick-list{
        padding: 0 3px;
    }

    .product-card .img .wl-btn{
        right: 10px;
        top: 10px;
    }

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

    .kw-title_outer h3, .kw-title_outer h4{
        font-size: 40px;
    }

    .product-card .info h6{
        font-size: 12px;
        font-weight: unset;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .product-card .info .price h6{
        font-size: 15px;
        font-weight: unset;
    }

    .st-rating [data-star]::before,
    .st-rating [data-star]::after{
        font-size: 0.8rem;
    }

    .qu-outer{
        width: 200px;
        height: 200px;
    }

    .qu-outer .qu-outer__img svg{
        width: 70px;
        height: 70px;
    }

    .product-card .product-rating{
        margin-top: 0.5rem;
        font-size: 11px;
    }

    .product-card .product-btn-wrapper .btn-1,
    .product-card .img .wl-btn{
        right: 5px;
        bottom: 5px;
        width: 25px;
        height: 25px;
    }

    .category-card .img > img{
        height: 300px;
    }

    .category-card .category-btn{
        font-size: 14px;
        width: 160px;
    }

    .category-card .category-text .category-text-title{
        font-size: 16px;
    }

    .says-outer{
        padding: 1rem;
    }

    .says-outer .says-outer__profile-info-client{
        flex-direction: column;
    }

    .review-items{
        column-count: 1 !important;
    }

    .detail-pr-name{
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: 400;
    }

    .colors-choose .aiz-radio-inline .aiz-megabox .aiz-megabox-elem span{
        width: 20px;
        height: 20px;
    }

    .colors-choose .aiz-radio-inline .aiz-megabox input:checked ~ .aiz-megabox-elem span:after{
        width: 26px;
        height: 26px;
    }

    .product-details .action-btn{
        display: block;
    }

    .product-details .action-btn .add-to-cart, .product-details .action-btn .buy-now{
        width: 100%;
    }

    .dm-related-products .title h2{
        font-size: 20px;


    }

    .social-sec-grid__img::after,.social-sec .social-sec-grid img{
        border-radius: 2px;
    }


    .category-card .category-text{
        bottom: -73px;
    }

    .rd-title_outer h3, .rd-title_outer h4{
        font-size: 25px;
    }

    .rd-title_outer p{
        width: 100% !important;
        font-size: 14px;
    }

    .service-item__content{
        font-size: 12px;
    }

    #order-details-modal-body .aiz-steps li {
        padding: 0px 5px;
        width: 21%;
    }

    #order-details-modal-body  .aiz-steps .title{
        font-size: 10px;
    }

}
@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 (min-width: 450px) and (max-width:575px){
    .product-details .action-btn .add-to-cart{
        padding: 9px 20px;
    }
}

@media only screen and (min-width: 450px){
    .qty-actions.d-xs-flex{
        display:flex;
    }
}

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

    .newsletter-section .newsletter-wrapper .subscribe .subscribe-btn{
        padding: 8px 12px;
    }

    .product-details .delivery-types .shipping-method .text {
        font-size: 14px;
    }

    .product-details .product-quantity{
        display: inline-block;
    }
}
@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;
    }
}
