* {
    margin: 0;
    padding: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/


body {
    font-family: "Lora", serif;
    font-size: 16px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: #aaa;
}

.form-select:focus {
    outline: 0;
    box-shadow: none;
    border-color: #aaa;
}

.title {
    font-size: 30px;
    color: #17252a;
    position: relative;
}

.btn {
    padding: 10px 20px;
}

.popular-item {
     border: 1px solid #ec9a00;
}

.btn-primary {
    background-color: #17252a;
    border-color: #17252a;
}

.btn-primary:hover {
    background-color: #17252a;
    border-color: #17252a;
}

.btn-primary:focus {
    background-color: #17252a;
    border-color: #17252a;
    outline: 0;
    box-shadow: none;
}

/* header start  */

.header {
    position: relative;
    z-index: 99;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    background-color: #ffa500;
}
.header-logo a{
    width: 200px;
    max-width: 100%;
    display: block;
}
.header-logo a img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.header .profile-img a{
    width: 75px;
    max-width: 100%;
    display: block;
}
.header .profile-img a img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.header .header-right{
    display: flex;
    align-items: center;
    justify-content: end;
}
.header .nav-item{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.header .nav-link-list{
    list-style: none;
}
.header .nav-link-list .nav-link{
    list-style: none;
    color: #000;
    font-size: 20px;
}
.profile{
    position: relative;
}
.profile .dropdown{
    display: block;
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0;
    
}
/*.profile .dropdown-show{*/
/*    display: block;*/
/*    transition: .3s all ease-in-out;*/
/*}*/
.profile .dropdown .dropdown-list{
    list-style-type: none;
    margin: 0 10px;
}
.profile .dropdown .dropdown-list:first-child{
    margin-left: 0;
}
.profile .dropdown .dropdown-list:last-child{
    margin-right: 0;
}
.profile .dropdown .dropdown-list a{
    text-decoration: none;
    color: #000;
    width: 100%;
    font-size: 18px;
}


/* header end  */

/* landing section start  */

.landing-section {
    padding: 50px 0;
    position: relative;
    z-index: 1;
    background-color: #ffa500;
}

.landing-content {
    position: relative;
    z-index: 0;
}
.landing-detail .title{
    font-weight: 600;
    text-align: center;
    color: #000;
    margin-bottom: 15px;
}
 

.searchbar-item .form-control {
    padding: 10px 70px 10px 35px;
    border-radius: 5px;
    position: relative;
    font-size: 18px;
    overflow: hidden;
    border: 1px solid #000;
}

.searchbar-item .input-item {
    position: relative;
    overflow: hidden;
}
.searchbar-item .input-item .btn{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.searchbar-item .search-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

.searchbar-item .form-select {
    padding: 12px 20px;
    border-radius: 15px;
    font-size: 18px;
}

.landing-detail .searchbar {
    width: 850px;
    max-width: 100%;
    margin: 0 auto 30px;
}
.searchbar-item{
    position: relative;
}
.recent-search{
    width: 100%;
    padding: 10px;
    margin: 0;
    border: 1px solid #000;
    border-radius: 5px;
    display: none;
    position: absolute;
    top: 105%;
    z-index: 1;
    background-color: #fff;
}
 
.recent-search h3{
    font-size: 15px;
    text-transform: uppercase;
}
.recent-search .recent-list{
    list-style-type: none;
    margin: 10px 0;
}
.recent-search .recent-list .recent-link{
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}
.recent-search .recent-link .recent-icon{
    height: 35px;
    width: 35px;
    max-width: 100%;
    margin-right: 10px;
}
.recent-search .recent-link .recent-icon img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.recent-search .recent-link .recent-detail{
    width: calc(100% - 45px);
    max-width: 100%;
}
.recent-search .recent-link .recent-detail p{
    margin: 0;
}
.landing-link-item {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.landing-link-item .link-list{
    list-style: none;
    margin: 0 20px;
}
.landing-link-item .link-list:first-child{
    margin-left: 0;
}
.landing-link-item .link-list:last-child{
    margin-right: 0;
}
.landing-link-item .landing-link{
    font-size: 20px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    transition: .3s all ease-in-out;
    position: relative;
}
.landing-link-item .landing-link::before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    height: 2px;
    width: 0;
    background-color: #fff;
    transition: .2s all ease-in-out;
}
.landing-link-item .landing-link:hover:before{
    width: 100%;
    transition: .2s all ease-in-out;
}
.landing-link-item .landing-link:hover{
    color: #fff;
     transition: .3s all ease-in-out;
}
.landing-link-item .landing-link span{
    margin-right: 10px;
}

/* landing section end  */

/* printer banner section start  */

.printer-banner{
    padding: 20px 0;
    text-align: center;
}

.printer-slider .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
    max-width: 100%;
    border-radius: 50%;
    z-index: 1;
    font-size: 0;
    border: none;
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
}
.printer-slider .slick-prev{
    left: 0;
    background-image: url(../image/left.svg);
    
}
.printer-slider .slick-next{
    right: 0;
    background-image: url(../image/right.svg);
}
.counter__item h2 {
    font-size: 60px;
    font-weight: 600;
}
.counter__item.item1 h2 {
    color: cyan;
}
.counter__item.item2 h2 {
    color: #ff4b6a;
}
.counter__item.item3 h2 {
    color: yellow;
}
.counter__item.item4 h2 {
    color: black;
}
.counter__item span{
    color: #000;
    font-size: 25px;
    font-weight: 600;
}
.printer-img{
    height: 300px;
    width: 100%;
    overflow: hidden;
    background-color: #eee;
    border: 2px solid #000;
}
.product-items .row .col-12:nth-child(2), .product-items .row .col-12:nth-child(3) {
    display: none;
}
.printer-img img{
    height: 100%;
    width: 100%;
    object-fit: fill;
}
.printer-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -50px;
    z-index: 1;
    position: relative;
}
.printer-slider .slick-dots li{
    list-style-type: none;
    margin:  0 5px;
}
.printer-slider .slick-dots li button{
    height: 10px;
    width: 10px;
    max-width: 100%;
    font-size: 0;
    border: none;
    border-radius: 50%;
    background-color: #000000b1;
}
.printer-slider .slick-dots li.slick-active button{
    background-color: #fff;
}
.product-box{
    position: relative;
    height: 310px;
    /*background-color: #dddddd;*/
    border-radius: 20px;
    cursor: pointer;
}
.special-img {
    width: 100%;
    height: 100%;
    border: 1px solid red;
    background-color: #d3d3d378;
}
.special-img h3{
    padding: 5px;
    margin: 0;
}
.special-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.special-news .news-item{
    height: auto;
    background-color: transparent;
    margin: 5px 0;
    padding: 5px 0;
    border-bottom: 1px solid #c9c9c9;
    border-radius: 0;
}
 
.special-news{
    padding: 10px;
    border: 1px solid #000;
    height: 400px;
    overflow-y: scroll;
}
.special-img img {
    height: 350px;
    object-fit: fill;
}
.special-news .news-item a {
    display: flex;
}
.special-news .news-item a .news-img {
    height: 75px;
    width: 75px;
    max-width: 100%;
    margin: 0;
    border: 1px solid #c9c9c9;
}
.special-news .news-item a .news-detail{
    width: calc(100% - 170px);
    max-width: 100%;
    background: transparent !important;
}
.special-news .news-item a h3{
    text-align: start;
}
.product-box .product-img{
    height: 300px;
    width: 100%;
    overflow: hidden;
    border: 2px solid #000;
}
.product-box h3{
    padding: 20px 20px 0 20px;
    font-size: 18px;
    text-transform: uppercase;
    transition: .3s all ease-in-out;
}
.product-box:hover h3{
    transform: scale(1.1);
    transition: .3s all ease-in-out;
}
.product-box .product-img img{
    height: 100%;
    width: 100%;
    object-fit: fill;
    transition: .3s all ease-in-out;
}
.product-items {
    height: 310px;
}
.product-box:hover .product-img img{
    transform: scale(1.1);
    transition: .3s all ease-in-out;
} 
.product-box .product-link {
    position: absolute;
    left: 0;
    display: flex;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;

}

.product-box .product-link p{
    width: 0;
    visibility: hidden;
    transition: .2s all ease-in-out;
    margin: 0;
}
.product-box .product-link:hover p{
    width: 75px;
    visibility: visible;
    transition: .3s all ease-in-out;
}
 
.product-box .product-link span{
    height: 25px;
    width: 25px;
    max-width: 100%;
    display: block;
    background-color: #fff;
}
.product-box .product-link span img{
    height: 20px;
    width: 20px;
    object-fit: contain;
}

/* printer banner section end  */


/* category section start  */

.category-section{
    padding: 10px 0 0;
}
.category-content .heading{
    text-align: center;
    margin-bottom: 50px;
}
.category-content .heading .title::before{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    height: 5px;
    width: 100px;
    border-radius: 30px;
    background-color: #17252a;
}
.category-item{
    padding: 0;
    margin: 0;
    gap: 18px !important;
}
.category-item .category-list {
    list-style-type: none;
    margin: 15px 0;
    font-size: 13px;
    color: #000;
    /*font-family: "Poppins", sans-serif;*/
    display: flex;
    flex-direction: column;
    text-wrap: wrap;
    word-break: break-all;
    height: 150px;
    width: 100px !important;
    max-width: 100%;
    text-align: center;
}
.category-list a{
    text-decoration: none;
    color: #000;
    font-size: 16px;
}
.category-list span {
    height: 75px;
    width: 75px;
    display: block;
    max-width: 100%;
    margin: 0 auto 15px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0px 0px 4px rgb(0, 0, 0, 0.3);
}
.category-list span img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/* category section end  */

/* popular search section start  */


.popular-section{
    padding: 30px 0;
}
.popular-content .heading{
    margin-bottom: 30px;
}
.popular-item {
    display: flex;
    align-items: center;
    height: 175px;
    border-radius: 15px;
    overflow: hidden;
    transition: .3s all ease-in-out;
}
.popular-img {
    height: 150px;
    width: 50%;
    max-width: 100%;
    overflow: hidden;
    padding: 15px;
}
.popular-item:hover .popular-img img{
    transform: scale(1.1);
    transition: .3s all ease-in-out;
}
.popular-img img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: .3s all ease-in-out;
}
.popular-description {
    padding: 20px;
    background-color: #ec9a00;
    height: 100%;
    width: 50%;
    display: flex;
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
}
.popular-description .title{
    font-size: 20px;
    margin-bottom: 15px;
    color: #fff;
}
.popular-description .btn{
    font-size: 16px;
    padding: 5px 10px;
}
.news-content .btn{
    padding: 5px 10px;
}
/* popular search section end  */


/* news section start  */

.news-section {
    padding: 50px 0;
    background-color: #ec9a0038;
}
.news-content .heading{
    margin-bottom: 20px;
}
.news-item {
    margin: 0 15px 20px;
    padding: 15px;
    height: auto;
    background-color: #3b484a;
    border-radius: 15px;
}
.news-detail {
    padding: 10px;
    background: #ffffff8f;
}
.news-img{
    height: 150px;
    width: 100%;
    margin: 0 auto 20px;
    border: 2px solid  #17252a;

}
 
.news-item a{
    text-decoration: none;
    color: #000;
}
.news-item h3{
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;
}
.news-item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.news-item:first-child{
    margin-left: 0;
}
.news-item:last-child{
    margin-right: 0;
}

.news-slider .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
    max-width: 100%;
    border-radius: 50%;
    z-index: 1;
    font-size: 0;
    border: none;
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
}
.news-slider .slick-prev{
    left: 0;
    background-image: url(../image/left.svg);
    
}
.news-slider .slick-next{
    right: 26px;
    background-image: url(../image/right.svg);
}

/* news section end  */

/* event section start  */

.printer-event{
    background-color: #fff;
}
.printer-event .news-item{
    background-color: #fff;
    border: 1px solid #ffa500;
       border-radius: 15px;
       
}
.printer-event .news-detail {
    padding: 10px;
    background: #fbe9c7;
 
}

/* event section end  */

/* login start  */
.loading-div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 250px;
    width: 250px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader1 {
        transform: rotateZ(45deg);
        perspective: 1000px;
        border-radius: 50%;
        width: 125px;
        height: 125px;
        color: orange;
 
      }
        .loader1:before,
        .loader1:after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: inherit;
          height: inherit;
          border-radius: 50%;
          transform: rotateX(70deg);
          animation: 1s spin linear infinite;
        }
        .loader1:after {
          color: #FF3D00;
          transform: rotateY(70deg);
          animation-delay: .4s;
        }

      @keyframes rotate {
        0% {
          transform: translate(-50%, -50%) rotateZ(0deg);
        }
        100% {
          transform: translate(-50%, -50%) rotateZ(360deg);
        }
      }

      @keyframes rotateccw {
        0% {
          transform: translate(-50%, -50%) rotate(0deg);
        }
        100% {
          transform: translate(-50%, -50%) rotate(-360deg);
        }
      }

      @keyframes spin {
        0%,
        100% {
          box-shadow: .5em 0px 0 0px currentcolor;
        }
        12% {
          box-shadow: .5em .5em 0 0 currentcolor;
        }
        25% {
          box-shadow: 0 .5em 0 0px currentcolor;
        }
        37% {
          box-shadow: -.5em .5em 0 0 currentcolor;
        }
        50% {
          box-shadow: -.5em 0 0 0 currentcolor;
        }
        62% {
          box-shadow: -.5em -.5em 0 0 currentcolor;
        }
        75% {
          box-shadow: 0px -.5em 0 0 currentcolor;
        }
        87% {
          box-shadow: .5em -.5em 0 0 currentcolor;
        }
      }
   
.login-form{
    background-color: #fff3e0;
    padding: 75px 0;
}
.login-form-content {
    /*border: 1px solid #17252a;*/
    /*border-radius: 30px;*/
    /*overflow: hidden;*/
    overflow: hidden;
    max-width: 500px;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.login-form-detail {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
    position: relative;
}
.login-form-img {
    height: 100%;
    width: 100%;
}
.login-form-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.login-form-detail .title{
    font-size: 45px;
    text-align: center;
    margin-bottom: 30px;
    color: #ffa500;    
}
.login-form-detail .input-item label{
    font-size: 18px;
}
.login-form-detail .input-item .btn{
    padding: 10px 50px;
}
.login-form-detail .btn-primary {
    color: #fff;
    background-color: #ffa500;
    border: none;
}

.login-form-detail .input-item .btn:hover{
    background-color: #ffc253;
    transition: all 0.5s ease 0s;
 
}
.login-form .form-control{
    border: 1px solid #17252a;
    border-radius: 10px;
}
.login-form .forgot-link{
    color: #17252a;
    font-size: 18px;
    font-weight: bold;
}
.login-form .forgot-link:hover{
    color: #ffa500;
    transition: all 0.5s ease 0s;
}
.login-form-detail .input-item .description{
    font-size: 20px;
    color: #17252a;
    font-weight: bold;
}
.login-form-detail .input-item .description a{
    color: #000;
    text-decoration: none;
}
.login-form-detail .input-item .description a:hover{
    color: #ffa500;
    transition: all 0.5s ease 0s;
}
.form-check-label a{
    color: #000;
    font-size: 18px;
    text-decoration: none;
}
.user-profile{
    padding: 75px 0;
}
.user-profile-left .user-profile{
    padding: 20px;
    background-color: #17252a30;
    border-radius: 15px;
}
.user-profile .user-pic {
    width: 175px;
    max-width: 100%;
    margin: 0 auto 20px;
}
.user-profile .user-pic img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.user-profile .title{
    text-align: center;
    font-size: 23px;
}
 
.user-profile-right .user-detail-box{
    padding: 20px;
    border-radius: 15px;
    background-color: #17252a30;
    margin: 0;
} 
.user-profile-right .user-detail{
    padding: 0;
}
.user-profile-right .user-detail .user-detail-list{
    list-style-type: none;
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.user-profile-right .user-detail .user-detail-list .title {
    font-size: 20px;
    color: #17252a;
    width: 135px;
    margin-right: 15px;
    max-width: 100%;
    display: block;
    text-align: start;
}
.user-profile-right .user-detail .user-detail-list .subtitle {
    font-size: 20px;
    color: #17252a;
    width: calc(100% - 150px);
    max-width: 100%;
    display: block;
    text-align: start;
}
.edit-button{
    margin-top: 50px;
}
.update-info{
    display: none;
}
 
/* login end  */

/* dashboard start  */

.dash-left{
    height: calc(100vh - 88px);
    width: 300px;
    max-width: 100%;
    position: fixed;
    top: 88px;
    left: 0;
    background-color: #17252a30;
    padding: 30px;
}
.dash-left .dash-nav{
    padding: 0;
    margin: 0;
}
.dash-left .dash-nav-link{
    list-style-type: none;
    margin: 10px 0;
}
.dash-left .dash-nav-link a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    background: #17252a9e;
    border-radius: 30px;
    transition: .3s all ease-in-out;
}
.dash-left .dash-nav-link a:hover{
    background-color: #17252a;
    transition: .3s all ease-in-out;
}
.dash-left .dash-nav-link a span{
    margin-right: 10px;
}
.dash-right{
    width: calc(100% - 300px);
    max-width: 100%;
    margin-left: 300px;
    padding: 30px;
}
.header-dashboard{
    position: sticky;
    top: 0;
    z-index: 99;
}
.edit-left-item .edit-img{
    width: 200px;
    max-width: 100%;
}
.edit-left-item .edit-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.edit-item {
    padding: 10px;
    border: 1px solid #17252a30;
    border-radius: 15px;
    background-color: #d3d6d7;
    margin-bottom: 20px;
}
.edit-item .edit-title .title{
    font-size: 23px;
    color: #17252a;
}
.edit-item .edit-rating .rating{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.edit-item .edit-rating .rating li{
    list-style-type: none;
    color: #efae4c;
    margin: 0 3px;
}
.updates-button-list:nth-child(2) .btn{
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.updates-buttons{
    display: flex;
    align-items: center;
    justify-content: end;
}
.updates-buttons .updates-button-list{
    margin: 0 10px;
    list-style-type: none;
}
.edit-item .location-detail {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin: 0;
}
.edit-item .location-detail span{
    height: 35px;
    width: 35px;
    max-width: 100%;
    margin-right: 10px;
    border: 1px solid #17252a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.add-list-section .product-left{
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    background-color: #17252a30;
    border: 1px solid #17252a;
    border-radius: 15px;
}
.add-list-section .product-right{
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    background-color: #17252a30;
    border: 1px solid #17252a;
    border-radius: 15px;
}
.add-list-section .add-list-input label{
    font-size: 20px;
    color: #17252a;
}
.add-list-section .tags-input-wrapper{
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc
}
.add-list-section .tags-input-wrapper input{
    border: none;
    background: transparent;
    outline: none;
    width: 140px;
    margin-left: 8px;
}
.add-list-section .tags-input-wrapper .tag{
    display: inline-block;
    background-color: #17252a;
    color: white;
    border-radius: 40px;
    padding: 0px 3px 0px 7px;
    margin-right: 5px;
    margin-bottom:5px;
}
.add-list-section .tags-input-wrapper .tag a {
    margin: 0 7px 3px;
    display: inline-block;
    cursor: pointer;
}
.avatar-upload {
    position: relative;
    max-width: 175px;
    margin: 20px auto;
  }
  .avatar-upload .avatar-edit {
    position: absolute;
    right: 5px;
    z-index: 1;
    top: 7px;
  }
  .avatar-upload .avatar-edit input {
    display: none;
  }
  .avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
  }
  .avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
  }
  .avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin: auto;
  }
  .avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  }
  .avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .add-list-item .rating{
    background-color: #fff;
    padding: 3px 12px;
    border-radius: 5px;
  }
 .add-list-item .rating span {
    font-size: 25px;
    cursor: pointer;
}

.add-list-item .rating .highlight {
    color: gold;
}

 
  
.add-list-item   #imageContainer {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
  }
  
  .add-list-item  #imagePreview img {
    max-width: 22%;
    height: auto;
    margin-bottom: 10px;
  }
  
  .add-list-item  button {
    display: block;
    margin-top: 10px;
  }
 
.add-list-item div#imagePreview1 img{
    height: 150px;
    width: 150px;
    max-width: 100%;
    object-fit: cover;
    margin: 10px;
}
  

  

/* dashboard end  */


.container1{
  position: relative;
  display:flex;
  justify-content:center;
  align-items:center;
  width: 100%;
  height: 100vh;
  background: #272727;
  position: fixed;
  transform: translate(-50% -50%);
    z-index: 999;
}
.loader-show{
    display: none;
}
.loading-show{
    display: none;
}

.ring{
  position:absolute;
  height: 200px;
  width: 200px;
  border: 0px solid #272727;
  border-radius:50%;
}

.ring:nth-child(1){
  border-bottom-width: 10px;
  border-color: #ca2c92;
  animation: rotate1 1.5s linear infinite;
}

.ring:nth-child(2){
  border-right-width: 10px;
  border-color: #00ffff;
  animation: rotate2 1.5s linear infinite;
}

.ring:nth-child(3){
  border-top-width: 10px;
  border-color: #E0E722;
  animation: rotate3 1.5s linear infinite;
}
 
@keyframes rotate1{
  0%{
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg)
  }
  100%{
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
  }
}
@keyframes rotate2{
  0%{
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg)
  }
  100%{
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
  }
}
@keyframes rotate3{
  0%{
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg)
  }
  100%{
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
  }
}






/* footer start  */

.footer {
    padding: 20px 0;
    border-top: 1px solid #eee;
    margin-top: auto;
}

.social-link-item {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}

.social-link-list {
    list-style-type: none;
    margin: 0 10px;
}

.social-link-list .social-link {
    font-size: 20px;
    height: 40px;
    width: 40px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
}

.footer-list-item {
    padding: 0;
    margin: 0;
}

.footer-item .title {
    font-size: 20px;
    color: #333333;
    margin-bottom: 15px;
    font-weight: 500;
}

.footer-list-item .footer-list {
    color: #555555;
    list-style: none;
    margin: 10px 0;
    font-size: 18px;
}

.footer-list-item .footer-list a {
    color: #555555;
    text-decoration: none;
    font-size: 14px;
    /*font-family: "Poppins", sans-serif;*/
}
 
/* footer end  */

/* copyright start  */

.copyright{
    padding: 10px 0;
    border-top: 1px solid #eee;
}
.copyright-content .description{
    font-size: 15px;
    text-align: center;
    color: #555555;
    margin: 0;
}

/* copyright end  */

/* category single section start  */

.cate-section{
    padding: 50px 0;
}
.cate-item {
    padding: 15px;
    border: 1px solid lightgrey;
    border-radius: 10px;
    margin-bottom: 25px;
    background-color: #f1f1f1;
}
.cate-tabs {
    padding: 15px;
    background-color: #f1f1f1;
    border: 1px solid lightgrey;
    border-radius: 10px;
}
.cate-item .cate-item-detail{
    display: flex;
}
.cate-item .cate-img {
    height: 175px;
    width: 175px;
    max-width: 100%;
    margin-right: 15px;
    border: 1px solid lightgrey;
    padding: 5px;
}
.cate-item .cate-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.cate-item .cate-detail{
    width: calc(100% - 215px);
    max-width: 100%;
}
.cate-item-detail .cate-detail .title{
    text-transform: capitalize;
    margin-bottom: 15px;
    font-size: 25px;
}
.cate-item-detail .cate-detail .title a{
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
.cate-item-detail .cate-detail .location{
    font-size: 20px;
    margin: 0;
    display: flex;
    align-items: center;
}
.cate-item-detail .cate-detail .location span{
    font-size: 15px;
    height: 30px;
    width: 30px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d5d5d5;    
    border-radius: 50%;
    margin-right: 10px;
}
.cate-detail .printer-tags span{
    padding: 7px 15px;
    background-color: #d5d5d5;
    border-radius: 30px;
    margin: 0 5px;
    color: #383838;
}
.cate-detail .printer-tags span:first-child{
    margin-left: 0;
}
.cate-detail .printer-tags span:last-child{
    margin-right: 0;
}
.cate-item-detail .rating {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 15px 0;
}
.cate-item-detail .rating li {
    margin: 0 2px;
    list-style: none;
    color: #efae4c;
}
.cate-item-detail .rating li:first-child{
    margin-left: 0;
}
.cate-item-detail .rating li:last-child{
    margin-right: 0;
}
.button-item {
    padding: 0;
    margin: 10px 0;
    display: flex;
    align-items: center;
}
.button-item .button-list{
    margin: 0 5px;
    list-style-type: none;
}
.button-item .button-list .btn{
    padding: 5px 10px;
}
.cate-right{
    background-color: #f1f1f1;
    padding: 25px;
      border: 1px solid lightgrey;
    border-radius: 10px;
}
.cate-banner{
    margin-bottom: 50px;
}
.cate-banner .heading .title{
    font-size: 25px;
    margin-bottom: 20px;
}
.cate-banner-slider .cate-banner-item{
    height: 200px;
    width: 100%;
}
.cate-banner-slider .cate-banner-item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.cate-banner-slider .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
    max-width: 100%;
    border-radius: 50%;
    z-index: 1;
    font-size: 0;
    border: none;
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
}
.cate-banner-slider .slick-prev{
    left: 0;
    background-image: url(../image/left.svg);
    
}
.cate-banner-slider .slick-next{
    right: 0;
    background-image: url(../image/right.svg);
}
.most-viewed-category .heading .title{
    font-size: 25px;
    margin-bottom: 20px;
}
.viewed-item {
    padding: 0;
    margin: 0;
    height: 350px;
    overflow-y: scroll;
}
.viewed-item-list {
    list-style: none;
    text-align: center;
    margin: 10px 0;
}
.viewed-item-list .viewed-link {
    padding: 10px;
    background-color: #ffff;
    width: 100%;
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    box-shadow: 0px 2px 6px 0px #d9d9d991;
    border-radius: 5px;
}
/* #style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
} */

#style-3::-webkit-scrollbar
{
	width: 6px;
	/* background-color: #F5F5F5; */
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: lightgray;
}

.cate-left .pagination .page-link{
    color: #000;
}
.cate-left .pagination .page-link:focus{
    outline: 0;
    box-shadow: none;
}

/* category single section end  */


/* single product section start  */

 
.single-product  .other-info{
    margin-top: 20px;
    
}
.other-info p{
    margin: 0;
}
.other-info .row .col-12:first-child .other-info-item {
    border-right: 2px solid #17252a;
}
.other-info-item {
    display: flex;
    align-items: center;
}
.other-info-item .title{
    display: flex;
    align-items: center;
    font-size: 23px;
    margin: 0 15px 0 0;
    
}
.other-info-item .title span{
    font-size: 16px;
    margin-right: 10px;
    height: 30px;
    width: 30px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #17252a;
    border-radius: 50%;
    background-color: #17252a;
    color: #fff;
}
.other-info-item .description{
    font-size: 18px;
}
.other-info-item .description a{
    color: #000;
    text-decoration: none;
}
.cate-tabs .nav-tabs{
    border: none;
}
.cate-tabs .nav-item {
    margin: 0 5px;
}
.cate-tabs .nav-tabs .nav-link {
    border-radius: 30px;
    background-color: #d5d5d5;
    color:#000;
}
.cate-tabs .nav-tabs .nav-item.show .nav-link, .cate-tabs .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #17252a;
    border-color: none;
}
.single-product .other-info{
        margin-top: 20px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid lightgrey;
}
.other-item-detail .heading{
    margin-bottom: 10px;
    border-bottom: 1px solid #17252a;
}
.other-item-detail .heading .title{
    margin-bottom: 0;
    font-size: 23px;
}
.cate-tabs .tab-content{
    padding: 25px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid lightgray;
    margin-top: 30px;
}
.other-item-detail .other-item .description{
    font-size: 18px;
    color: #000000b1;
}
.other-item-img{
    height: 200px;
    width: 100%;
}
.other-item-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.review-form .feedback-container {
    position: relative;
    margin: 20px 0;
  }
  
  
  
  .review-form .far {
    margin: 1px;
    transform: translateX(0);
    transition: transform 0.2s;
  }
   
  
  .review-form .fa-star {
    color: lightgray;
    cursor: pointer;
  }
  
  .review-form .fa-star.active {
    color: gold;
  }
  .menu-icon{
    height: 35px;
    width: 35px;
    max-width: 100%;
    font-size: 23px;
    background-color: #17252a;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    display: none;
    padding: 15px;
}

/* single product section end  */




/* user page start  */


.dashboard-table {
    padding: 20px;
    border-radius: 10px;
    background-color: #17252a30;
}
.user-table .pagination{
    justify-content: center;
}
.user-table .pagination .page-link{
    color: #000;
}
.data-confirm {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.data-confirm a{
    color: #000;
}
.update-user{
    padding: 20px;
    border-radius: 10px;
    background-color: #17252a30;
    display: none;
}
.update-user .update-user-input label{
    font-size: 18px;
}
#dt-search-0{
    background-color: #fff;
}
#dt-search-0:focus{
    outline: 0;
    box-shadow: none;
}
.data-confirm span {
    margin: 0 10px;
}


/* user page end  */

/* event page start  */

.event-form{
    padding: 20px;
    background-color: #17252a30;
    border-radius: 10px;
}
.event-form .title{
    font-size: 23px;
}
.event-form-input label{
    font-size: 18px;
}
.event-form-input input:focus{
    outline: 0;
    box-shadow: none;
}


/* event page end  */


/* blog page start  */

.note-editor {
    margin-bottom: 1rem !important;
  }
  div.dt-container select.dt-input {
    margin-right: 10px;
}

.banner-section{
    padding: 100px 0;
    background-image: url(../image/Printer-Banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.banner-section::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0000009b;
}
.banner-content {
    position: relative;
    z-index: 1;
}
.banner-content .heading{
    text-align: center;
}
.banner-content .heading .title{
    font-size: 30px;
    color: #fff;
}
/* blog page end  */


/* single event start  */

.single-event{
    padding: 50px 0;
}
.single-event p{
    font-size: 18px;
    margin-bottom: 5px;
}
.event-date-item p span, .event-time-item p span{
    font-weight: bold;
}
.event-category {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.event-category p{
    margin-right: 30px;
}
.event-category p span{
    font-weight: bold;
}
.single-event-detail{
    padding: 15px;
    background-color: #d9d9d991;
    height: 100%;
    border-radius: 10px;
}
.single-event-detail .heading {
    margin-bottom: 15px;
}
.single-event-detail .heading .title{
    margin-bottom: 0;
}
.event-description .location {
    display: flex;
    align-items: center;
}
.event-description .location span{
    margin-right: 10px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #17252a9e;
    border-radius: 50%;
}
.single-event-img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.single-event-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.event-description .title{
    font-size: 23px;
}

/* single event end  */

/* blog view section start  */


.news-view-section{
    padding: 50px 0;
}
.news-view-list .news-item{
    display: flex;
    align-items: center;
    margin: 10px 0;
    border-radius: 10px;
    background-color: #e9e9e9;
}
.news-view-list .news-img{
    height: 150px;
    width: 150px;
    max-width: 100%;
    margin: 0 20px 0 0;
    border-radius: 10px;
    overflow: hidden;
}
.news-view-list .news-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.news-view-list .news-detail{
    width: calc(100% - 170px);
    max-width: 100%;
}
.news-view-list .news-detail h3{
    transition: .3s all ease-in-out;
    font-size: 23px;
}
.news-view-list .news-detail h3:hover{
    color: #17252a;
    transition: .3s all ease-in-out;
}
.event-view-section{
    padding: 50px 0;
}
 
/* blog view section end  */



/* price filter start  */

.value {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    width: 40px;
    text-align: center;
    display: block;
    
    /* optional */
    
    font-weight: normal;
    font-family: Verdana,Arial,sans-serif;
    font-size: 14px;
    color: #333;
  }
  
  .price-range-both.value {
    width: 80%;
    margin: 0;
    top: 26px;
  }
  
  .price-range-both {
    display: none; 
  }
  
  .value i {
    font-style: normal;
  }
  .ui-widget{
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
  }
 .filter-dash-item {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #17252a;
    border-left: 5px solid #17252a;
    min-height: 150px;
    margin-bottom: 20px;
}
 .filter-dash-item .heading {
    border-bottom: 1px solid #17252a;
    margin-bottom: 20px;
    background-color: #ffa50073;
    padding: 5px 10px;
}
  .filter-dash-item .title{
    font-size: 23px;
    margin: 0;
  }
  
  

/* price filter end  */

 
 .filter-dash-item .heading .plus_icon{
     display: none;
 }


  .footer-saction {
            display: inline-block;
            width: 100%;
            padding: 15px 0 20px 0;
            margin: 15px 0 0 0;
            background-color: #17181a;
        }

        .footer-top-box {
            display: inline-block;
            width: 100%;
            border-bottom: 1px solid #ffffff8a;
            padding: 0 0 2rem 0;
        }

        .footer-bottom-box {
            display: inline-block;
            width: 100%;
            margin: 1rem 0 0 0;
        }

        .footer-top-left {
            float: left;
            width: 20%;
        }

        .footer-top-left img {
            width: 200px;
            height: 100%;
        }

        .footer-top-right {
            float: right;
            width: 80%;
            text-align: right;
        }

        .social-icons {
            text-align: right;
            padding-left: 0;
            margin-bottom: 0;
            list-style: none;
            margin-top: 17px;
        }

        .social-icons li {
            display: inline-block;
        }

        .social-icons a.facebook {
            background-color: #3b5998;
            color: white;
        }

        .social-icons a {
            width: 30px;
            height: 30px;
            margin-left: 4px;
            margin-right: 0;
            border-radius: 100%;
            display: block;
            padding: 3px 10px 5px 8px;
        }

        .social-icons a.twitter {
            background-color: #00aced;
            color: white;
        }

        .social-icons a.instagram {
            background: radial-gradient(circle at 30% 107%,
                    #fdf497 0%,
                    #fdf497 5%,
                    #fd5949 45%,
                    #d6249f 60%,
                    #285aeb 90%);
            color: white;
        }

        .lindin {
            background-color: #2672ae;
            color: #fff;
        }

        .youtube {
            background-color: #f00;
            color: #fff !important;
        }

        .footer-bottom-box {
            display: inline-block;
            width: 100%;
            margin: 1rem 0 0 0;
        }

        .footer-bottom-box h2 {
            color: #fff;
            font-size: 18px;
            font-weight: 700;
            display: inline-block;
            width: 100%;
            margin: 0 0 5px 0;
        }

        .footer-bottom-box p {
            margin: 0;
            display: inline-block;
            color: #fff;
            font-size: 13px;
            line-height: 1.6;
            width: 94%;
            margin-bottom: 8px;
        }

        .footer-bottom-inner a {
            color: #fff;
            font-size: 14px;
            margin: 10px 0 8px 0px;
            display: inline-block;
            text-decoration: none;
        }


        .footer-bottom-inner a:hover {
            color: #91a038;
        }

        .footer-social-ibo {
            display: flex;
            margin-top: 15px;
        }

        .footer-social-ibo h2 {
            width: 10%;
        }

        .footer-bottom-inner h2 span {
            display: flex;
            align-items: center;
            margin: 6px 0 0;
        }

        .footer-bottom-inner a {
            color: #fff;
            font-size: 14px;
            margin: 10px 0 8px 0px;
            display: inline-block;
            text-decoration: none;
        }

        .footer-social-ibo h2 span i {
            font-size: 25px;
            color: #0ec043;
        }

        .footer-bottom-inner h2 span i {
            margin: 0px 8px 0px 0px;
            display: inline-flex;
        }

        .nav-main {
            display: flex;
            gap: 20px;
        }

        .footer-bottom-inner ul {
            list-style: none;
            padding: 0;
        }

        .footer-bottom-inner ul li a {
            text-decoration: none;
        }

        .footer-bottom-inner ul li a i {
            margin-right: 10px;
        }

        .copy-right {
            display: inline-block;
            width: 100%;
            border-top: 1px solid #ffffff8a;
            margin: 1rem 0 0;
            padding: 20px 0 0;
            text-align: center;
        }

        .copy-right p {
            margin: 0;
            font-size: 13px;
            color: #fff;
            width: 100%;
            display: inline-block;
        }

        @media screen and (max-width:576px) {
            .footer-top-left {
                float: none;
                width: 100%;
                text-align: center;
            }

            .footer-top-right {
                float: none;
                width: 100%;
            }

            .social-icons {
                text-align: center;

            }

            .footer-social-ibo {
                display: flex;
                margin-bottom: 15px;
            }
        }







/* media query start  */

@media(max-width: 1199px){
    .product-box h3 {
        padding: 20px 10px 0 10px;
        font-size: 16px;
    }
    .popular-description .title {
        font-size: 20px;
    }
    .dash-left {
        width: 240px;
        padding: 15px;
    }
    .dash-right {
        width: calc(100% - 240px);
        margin-left: 240px;
        padding: 15px;
    }
    .user-profile {
        padding: 30px 0;
    }
    .dash-left .dash-nav-link a {
        font-size: 16px;
    }
    .edit-item .edit-title .title {
        font-size: 18px;
    }
    .edit-item .edit-rating .rating li {
        margin: 0 1px;
        font-size: 14px;
    }
    .edit-item .location-detail {
        font-size: 16px;
        flex-direction: column;
    }
    .edit-item .location-detail span {
        margin: 0;
    }
    .updates-buttons .updates-button-list {
        margin: 0 5px;
    }
    .add-list-section .product-left {
        padding: 15px;
    }
    .avatar-upload .avatar-preview {
        width: 125px;
        height: 125px;
        max-width: 100%;
        margin: 0 auto;
        border: 2px solid #F8F8F8;
    }
    .avatar-upload .avatar-edit {
        right: 20px;
    }
    .add-list-section .product-left {
        padding: 15px;
        margin-bottom: 20px;
    }
    .counter__item span {
    
    font-size: 18px;
   
}
.counter__item h2 {
    font-size: 35px;
   
}
    
}
@media(max-width: 991px){
    .product-items {
        margin-top: 40px;
    }
    .popular-description .btn {
        font-size: 16px;
        padding: 7px 15px;
    }
    .searchbar-item .form-control {
        padding: 5px 70px 5px 35px;
        font-size: 16px;
    }
    .category-item .category-list {
        margin: 10px 0;
        height: 125px;
    }
    .popular-item {
        margin-bottom: 30px;
    }
    .title {
        font-size: 25px;
    }
    .footer-item {
        margin-bottom: 20px;
    }
    .cate-section {
        padding: 30px 0;
    }
    .pagination {
        justify-content: center;
        margin-bottom: 25px;
    }
    .cate-banner {
        margin-bottom: 30px;
    }
    .cate-tabs .tab-content{
        margin-bottom: 30px;
    }
    .user-profile-left .user-profile {
        margin-bottom: 20px;
    }
    .updates-buttons {
        justify-content: center;
        margin-top: 15px;
    }
    .updates-buttons .btn{
        padding: 5px 10px;
    }
    .btn{
        padding: 7px 10px;
    }
    .add-list-section .add-list-input label {
        font-size: 18px;
    }
    .dash-left {
        margin-left: -240px;
    }
    .dash-right {
        width: 100%;
        margin-left: 0;
    }
    .user-profile {
        padding: 0;
    }
    .dash-left-full{
        margin-left: 0;
    }
    .dash-right-full {
        width: calc(100% - 240px);
        margin-left: 240px;
    }
    .menu-icon{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .add-event-content .heading {
        text-align: center;
    }
    div.dt-container div.dt-layout-row.dt-layout-table {
        overflow-x: auto;
        /*overflow-y: auto;*/
        white-space: nowrap;
        width: 100% !important;
    }
    .single-event-detail {
        margin-top: 30px;
    }
    .banner-section {
        padding: 75px 0;
        background-color: #d9d9d991;
    }
    .cate-right{
        margin-top: 25px;
    }
       #blogs_wrapper .dt-layout-row.dt-layout-table {
     white-space: normal !important; 
}
    #listings_wrapper .dt-layout-row.dt-layout-table {
     white-space: normal !important; 
}
#listings_wrapper .cate-detail .printer-tags span{
    margin: 5px;
}
#listings_wrapper .printer-tags {
    display: flex;
    flex-wrap: wrap;
}
.cate-section.single-product  .printer-tags {
    display: flex;
    flex-wrap: wrap;
}
.cate-section.single-product .cate-detail .printer-tags span{
    margin: 5px;
}
.cate-section.single-product .description table {
 
    max-width: 100% !important;
}
.news-item {
    height: 310px;
}
.printer-slider {
    margin-bottom: 50px;
}
.product-items {
    margin-top: 15px;
}
.category-item {
     
    margin-bottom: 30px;
}
.special-img {
    width: 300px;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
}
.special-item .special-title {
    text-align: center;
}
.special-item {
    margin-bottom: 20px;
}
.special-news{
    margin-bottom: 20px;
}
.counter__item {
    margin-bottom: 20px;
    text-align: center;
}
.counter__item h2 {
    font-size: 25px;
}
.counter-section {
    padding-top: 20px;
    overflow: hidden !important;
}
}

@media(max-width: 767px){
    .special-item {
    margin-bottom: 20px;
}
.special-news{
    margin-bottom: 20px;
}
.counter__item {
    margin-bottom: 20px;
    text-align: center;
}
.counter__item h2 {
    font-size: 25px;
}
.counter-section {
    padding-top: 20px;
    overflow: hidden;
}
.printer-img{
    height: auto;
}
.product-box {
     
    height: 200px;
    
}
.product-items {
    height: 200px;
}
.landing-link-item {
  
    flex-wrap: wrap;
}
.special-img img {
    height: auto;
     
}
.product-box .product-img {
    height: 200px;
   
}
    .header .profile-img {
        width: 50px;
    }
    .profile .dropdown .dropdown-list a {
    
    font-size: 14px;
}
    .searchbar-item .input-item .btn {
        padding: 10px;
    }
    .searchbar-item .form-control {
        padding: 5px 10px 5px 35px;
    }
    .input-item.item1 .form-control {
        padding: 5px 40px 5px 10px;
    }
    .recent-search .recent-link .recent-icon {
        height: 25px;
        width: 25px;
    }
    .recent-search .recent-link .recent-detail {
        width: calc(100% - 35px);
    }
    .recent-search .recent-list .recent-link {
        font-weight: normal;
        font-size: 16px;
    }
    .product-box {
        margin-bottom: 30px;
    }
    .printer-banner{
        padding: 0;
    }
    .news-item.slick-slide {
        margin: 0;
    }
    .news-slider .slick-next {
        right: 0;
    }
    .news-section {
        padding: 25px 0;
        background-color: #ededed7a;
    }
    .footer-item .title {
        font-size: 17px;
    }
    .footer-list-item .footer-list {
        margin: 5px 0;
    }
    .cate-item .cate-img {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
    }
    .cate-item .cate-item-detail {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .cate-item .cate-detail {
        width: 100%;
        text-align: center;
    }
    .cate-item-detail .rating {
        justify-content: center;
    }
    .cate-item-detail .cate-detail .location {
        flex-direction: column;
    }
    .button-item {
        justify-content: center;
        margin-bottom: 0;
    }
    .cate-item-detail .rating {
        margin: 15px 0 5px;
    }
    .cate-banner .heading .title {
        text-align: center;
    }
    .most-viewed-category .heading .title {
        text-align: center;
    }
    .cate-tabs .nav-item {
        margin: 5px;
    }
    .other-item-detail .other-item .description {
        font-size: 16px;
    }
    .other-info-item .title {
        font-size: 20px;
    }
    .other-info-item .title span {
        font-size: 12px;
        margin-right: 5px;
        height: 25px;
        width: 25px;
    }
    .most-viewed-category .heading .title {
        font-size: 21px;
    }
    .cate-banner .heading .title {
        font-size: 21px;
    }
    .viewed-item-list .viewed-link {
        padding: 7px;
        font-size: 16px;
    }
    .header .nav-link-list .nav-link {
        font-size: 15px;
        padding: 5px;
    }
    .header-logo {
        width: 150px;
        max-width: 100%;
    }
    .landing-link-item .link-list {
    margin: 0 10px;
}
.landing-link-item .landing-link {
    font-size: 16px;
    color: #000;
}
.landing-detail .title {
     
    font-size: 18px;
}
.category-item {
    gap: 13px !important;
}
.news-item {
    height: auto;
}
.category-list a {
    font-size: 13px;
}
 .category-item{
     justify-content: center;
 }
.category-item .category-list {
    height: 130px;
    width: 90px !important;
}
    .header-logo img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .login-form {
        padding: 30px 0;
    }
    .login-form-detail .title {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .dash-left {
        height: calc(100vh - 66px);
        top: 66px;
        width: 175px;
        padding: 15px;
    }
    .dash-right-full {
        width: calc(100% - 175px);
        margin-left: 175px;
    }
    .user-profile-right .user-detail .user-detail-list .title {
        font-size: 18px;
        width: 100px;
    }
    .user-profile-right .user-detail .user-detail-list .subtitle {
        font-size: 18px;
        width: calc(100% - 115px);
    }
    .edit-button {
        margin-top: 20px;
        text-align: center;
    }
    .dash-left .dash-nav-link a {
        padding: 7px 10px;
    }
    .edit-left-item .edit-img {
        margin: 0 auto 20px;
    }
    .edit-title {
        text-align: center;
    }
    .edit-rating {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
    .single-event p {
        font-size: 16px;
    }
    .banner-section {
        padding: 50px 0;
        background-color: #d9d9d991;
    }
    .banner-content .heading .title {
        font-size: 25px;
    }
    .news-view-list .news-item{
        flex-direction: column;
    }
    .news-view-list .news-img{
        width: 200px;
        margin-bottom: 20px;
    }
    .news-view-list .news-detail{
        width: 100%;
    }
    .news-view-list .news-detail h3 {
        font-size: 20px !important;
        text-align: center;
    }
    .news-view-list .news-detail .description{
        text-align: center;
        white-space: normal;
    }
    .news-item a {
        white-space: normal;
    }
    .other-info .row .col-12:first-child .other-info-item {
    border-right: 2px solid transparent;
    margin-bottom: 10px;
}
.event-category{
    flex-direction: column;
    align-items: start;
}
   .filter-dash-item .heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
 .filter-dash-item .heading .plus_icon{
     display: block;
 }
 .product-type-list{
     display: none;
 }
 .product-show{
     display: block;
 }
 .filter-dash-item{
     min-height: auto;
 }
 .searchbar-item {
    margin-bottom: 10px;
}
.cate-item-detail .cate-detail .title {
    font-size: 20px;
}
.cate-detail .printer-tags span {
    padding: 5px 15px;
}
.other-item-img {
    height: auto;
}
}
 @media(max-width: 767px){
            .note-toolbar {
    display: flex;
    overflow: scroll;
}
        }
@media(max-width: 420px){
    .single-event p {
        font-size: 15px;
    }
    .header-nav .row{
        flex-direction: column;
    }
     .header-nav .row .col-md-6{
        width: 100%;
    }
    .header-logo {
    margin: 0 auto;
}
.header .header-right {
    justify-content: center;
}
}



/* media query end  */