@import url("./common.css");

/* navbar section start  */
.main-navbardesign{
    position: sticky;
    top: 0;
    background: var(--white-color);
    z-index: 999;
}
.navbar-motersDesign .navbar-ui li a:hover,
.navbar-motersDesign .navbar-ui li.active a {
    color: var(--primary-color);
}
.navbar-motersDesign .navbar-ui li .nav-items {
    display: flex;
    align-items: center;
    color: var(--gray2-color);
    font-weight: 500;
}
.navbar-motersDesign .brand-logo {
    width: 160px;
}
.dropdown-nav-common .dropdown-menu {
    background: var(--white-color);
    box-shadow: -2px 1px 60.8px 10px #00000017;
    border: none;
    top: 15px !important;
    padding: 8px 14px;
    border-radius: 10px;
    width: max-content;
}
.dropdown-nav-common .dropdown-menu::before {
    content: "";
    height: 14px;
    width: 14px;
    background: var(--white-color);
    display: block;
    position: absolute;
    top: -6px;
    transform: rotate(45deg);
    left: 16px;
}
.dropdown-nav-common .dropdown-menu li a {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 32px 8px 6px;
    color: var(--title-text);
    position: relative;
}
.dropdown-nav-common .dropdown-menu li a:hover,
.dropdown-nav-common .dropdown-menu li a.active {
    color: var(--primary-color);
}
.dropdown-nav-common .dropdown-menu li a.logout {
    color: var(--danger-color);
    justify-content: space-between;
    padding: 8px 6px 8px 6px;
}
.dropdown-nav-common .dropdown-menu li a img {
    height: 40px;
    width: 40px;
    object-fit: contain;
}
.dropdown-nav-common .dropdown-menu li {
    border-bottom: 1px solid #0000001A;
}
.dropdown-nav-common .dropdown-menu li:last-child {
    border: none;
}
.dropdown-nav-common ul li a .flag-dropdown {
    border-radius: 100%;
}
.dropdown-nav-common ul li a .arrow-icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    align-content: center;
}
.dropdown-nav-common .dropdown-menu li a .icon-tk {
    height: 32px;
    width: 32px;
    object-fit: contain;
}
.btn-common-border {
    display: flex;
    align-items: center;
    gap: 9px;
    border: 1px solid var(--primary-color);
    padding: 10px 28px;
    color: var(--primary-color);
    background: var(--white-color);
    width: max-content;
    transition: all 0.3s;
}
.btn-common-border:hover {
    color: var(--white-color);
    background: var(--primary-color);
}
.btn-common-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid var(--primary-color);
    padding: 10px 28px;
    color: var(--white-color);
    background: var(--primary-color);
    width: max-content;
    transition: all 0.3s;
    font-weight: 500;
}
.btn-common-btn:hover,
.btn-common-btn:focus {
    color: var(--primary-color);
    background: transparent;
}
.dropdown-nav-common .nav-user{
    height: 42px;
    width: 42px;
    min-width: 42px;
    border-radius: 100%;
    object-fit: cover;
    border: 3px solid #00000040;
}
.dropdown-nav-common .dropdown-menu.arrows-end::before{
    left: unset;
    right: 30px;
}
.dropdown-nav-common .dropdown-menu.arrows-end{
    left: unset !important;
    right: 0 !important;
}
.carts-active{
    font-size: 10px;
    position: absolute;
    right: -1px;
    color: var(--red-color);
    top: 0;
}
.notificatoin-views .count-notificatin {
    position: absolute;
    right: -7px;
    top: -7px;
    color: var(--primary-color);
    font-size: 12px;
}
.notification-listmain.dropdown-menu{
    position: absolute;
    right: -100px !important;
    padding: 0;
    top: 28px !important;
    left: unset !important;
    width: 298px;
    border-radius: 12px;
    background: var(--white-color);
    overflow: hidden;
    border: none;
    box-shadow: 0px 1.933px 3.866px 0px rgba(33, 36, 41, 0.05);
  }
  .notific-listmsgses .single-msg{
    background: #e9f3fb;
    padding: 14px 16px;
    border-radius: 12px;
    transition: all 0.2s;
    margin-bottom: 4px;
  }
  .notific-listmsgses .single-msg:hover{
    background: var(--primary-color);
  }
  .notific-listmsgses .single-msg:hover .title-times .titles,
  .notific-listmsgses .single-msg:hover .title-times .time,
  .notific-listmsgses .single-msg:hover .details{
    color: var(--white-color);
  }
  .notific-listmsgses{
    height: 378px;
    overflow: auto;
  }
  .navbar-motersDesign .navbar-ui li .nav-items.red-color{
    color: var(--red-color);
  }
  .navbar-motersDesign .navbar-ui li .nav-items.red-color:hover, 
  .navbar-motersDesign .navbar-ui li.active .nav-items.red-color{
    background: #fe001d0a;
  }

/* main Header Start */
.main-header .home-app-view-phone {
    position: absolute;
    width: 56%;
    bottom: 0;
    right: 0;
}
.reviews .user-profiles {
    display: flex;
}
.reviews .user-profiles .user-profile {
    width: 33px;
    height: 33px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.reviews .user-profiles .user-profile.ml-9 {
    margin-left: -9px;
}
.reviews .user-profiles .user-profile.purpol {
    background-color: #6A00FF;
}
.reviews .user-profiles .user-profile.blue {
    background-color: #25BBD5;
}
.reviews .user-profiles .user-profile.yellow {
    background-color: #FAB700;
}
.header-search-products{
    width: 60%;
}
.input-search-header .product-search-field{
    width: 100%;
    border: 1px solid var(--gray4-color);
    font-weight: 400;
    height: 44px;
    padding: 8px 12px 8px 36px;
    outline: none;
    color: var(--black-color);
    background: var(--white-color);
}
.input-search-header i{
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
    align-content: center;
    font-size: 18px;
    color: var(--gray4-color);
}
.search-btn-input{
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid var(--primary-color);
    padding: 8px 28px;
    color: var(--white-color);
    background: var(--primary-color);
    width: max-content;
    transition: all 0.3s;
    font-weight: 500;
    height: 44px;
}
.single-product-category{
    width: 11%;
    background: var(--white-color);
    text-align: center;
    margin: 5px;
    padding: 14px 8px;
}
.single-product-category .category-img{
    height: 56px;
    width: 56px;
    object-fit: contain;
}

/* Offer Products */
.offer-products-single{
    border: 1px solid var(--gray5-color);
    background: var(--white-color);
}
.topbar-offers-product .product-img{
    width: 100%;
    height: 146px;
    object-fit: contain;
}
.topbar-offers-product{
    border-bottom: 1px solid var(--gray5-color);
}
.bottom-offers-product .product-reviews{
    display: flex;
    align-items: center;
    gap: 3px;
    background: var(--yellow-color);
    position: absolute;
    right: 0;
    bottom: 14px;
    padding: 6px 14px 6px 10px;
    border-radius: 30px 0px 0px 30px;
    color: var(--white-color);
}
.badge-sales{
    width: 88px;
    height: 78px;
    background: #FF5A5A;
    position: absolute;
    top: -26px;
    left: -22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0px 6px 22px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    transform: rotate(70deg);
}
.badge-sales p{
    transform: rotate(240deg);
    color: var(--white-color);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
}
.offer-product-slider .slick-track{
    margin-left: 0;
}

/* footer section strat  */
.footer-left-logo .footer-logo {
    width: 200px;
}
.ui-footer-links li a {
    color: var(--gray4-color);
    display: inline-block;
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    transition: all 0.3s;
}
.ui-footer-links li a:hover {
    margin-left: 4px;
    opacity: 0.75;
}
.footer_socialmedia a {
    background-color: var(--gray1-color);
    color: var(--white-color);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.footer_socialmedia a:hover {
    background-color: var(--gray3-color);
    color: var(--white-color);
}
.comman_inputfield_main .input_footer_home {
    background: var(--gray1-color);
    border: 1px solid var(--gray2-color);
    border-radius: 0px;
    padding: 12px 20px;
    outline: none;
    color: #9CA3AF;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
}
.footer-playstore-btn {
    background-color: #fff;
    color: #000;
}
.footer-playstore-btn:hover {
    background-color: var(--gray1-color);
    color: #fff;
}
.footer-playstore-btn-dark {
    background-color: var(--gray1-color);
    color: #fff;
}
.footer-playstore-btn-dark:hover {
    background-color: #fff;
    color: #000;
}

/* Best Service Providers */
.service-provide-slider .slick-track{
    margin-left: 0;
}
.service-provider-single{
    box-shadow: 0px 1px 2px 0px #0000000D;
    border: 1px solid var(--gray5-color);
    background: var(--white-color);
}
.service-provide-img{
    width: 100%;
    height: 232px;
    object-fit: cover;
}
.manufacture-slider .slick-track{
    margin-left: 0;
}
.manufacture-img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* timeline section start */
.temeline-itms-layer .time-line-img{
    width: 100%;
    object-fit: cover;
    height: 516px;
}
.temeline-itms-layer .time-line-img-sm{
    width: 100%;
    object-fit: cover;
    height: 250px;
}
.temeline-itms-layer::before{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 75%) 100%);
}
.single-timeline-views .time-line-contents{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    padding: 12px 12px 20px 20px;
}
.timeline-left-contents h4{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* login signup section */
.login-signup-main{
    background: var(--white-color);
    border: 1px solid var(--gray5-color);
}
.login-signup-tabs .nav-pills{
    border-bottom: 1px solid var(--gray5-color);
}
.login-signup-tabs .nav-pills .nav-link{
    width: 50%;
    border-radius: 0;
    color: var(--gray2-color);
    font-weight: 500;
    padding: 10px 12px;
}
.login-signup-tabs .nav-pills .nav-link.active, 
.login-signup-tabs .nav-pills .show>.nav-link{
    background: var(--primary-color);
    color: var(--white-color);
}
.common-radio-input .common-radio{
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
    color: var(--gray2-color);
    cursor: pointer;
}
.common-radio-input .common-radio::before{
    content: "";
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    border-radius: 100%;
    border: 1px solid var(--gray4-color);
    font-size: 18px;
}
.common-radio-input input:checked ~ .common-radio::before{
    content: "\ea41";
    border-color: var(--primary-color);
    font-family: 'boxicons', sans-serif;
    color: var(--primary-color);
}
.common-input-field .commpn-field{
    width: 100%;
    border: 1px solid var(--gray5-color);
    height: 46px;
    padding: 8px 20px 8px 38px;
    outline: none;
    font-weight: 400;
    color: var(--gray2-color);
}
.common-input-field .commpn-field.space-input{
    padding: 8px 20px 8px 20px;
}
.common-input-field .commpn-field::placeholder{
    color: var(--gray4-color);
}
.common-input-field .commpn-field ~ i{
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
    align-content: center;
    color: var(--gray4-color);
    font-size: 18px;
}
::-webkit-outer-spin-button,
::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
[type=number] {
    -moz-appearance: textfield;
}
.common-input-field .commpn-textarea{
    width: 100%;
    border: 1px solid var(--gray5-color);
    height: 110px;
    padding: 12px 20px 8px 38px;
    outline: none;
    font-weight: 400;
    color: var(--gray2-color);
    resize: none;
}
.common-input-field .commpn-textarea ~ i{
    position: absolute;
    left: 16px;
    top: 15px;
    bottom: 0;
    color: var(--gray4-color);
    font-size: 18px;
}
.modal.login-modal-design{
    backdrop-filter: blur(2px);
    background: #00000059;
}
.login-modal-design .modal-header .btn-close{
    background: transparent;
    padding: 0;
    font-size: 26px;
    height: 32px;
    width: 32px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 2px;
    top: 2px;
    padding-top: 1px;
    box-shadow: none;
}
.login-modal-design .modal-dialog{
    max-width: 630px;
}
.login-modal-design.small-resize .modal-dialog{
    max-width: 530px;
}
.sevices-login-radio label{
    border: 2px solid #d4d4d459;
    border-radius: 100%;
    height: 100px;
    width: 100px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.sevices-login-radio input:checked ~ label{
    border: 2px solid var(--primary-color);
}
.sevices-login-radio .login-icons{
    height: 52px;
    width: 52px;
    object-fit: contain;
}
.btn-cancel-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid var(--gray5-color);
    padding: 10px 42px;
    color: var(--gray3-color);
    background: var(--gray5-color);
    width: max-content;
    transition: all 0.3s;
    font-weight: 500;
}
.btn-cancel-btn:hover,
.btn-cancel-btn:focus {
    color: var(--gray3-color);
    background: transparent;
}
.btn-next-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid var(--primary-color);
    padding: 10px 42px;
    color: var(--white-color);
    background: var(--primary-color);
    width: max-content;
    transition: all 0.3s;
    font-weight: 500;
}
.btn-next-btn:hover,
.btn-next-btn:focus {
    color: var(--primary-color);
    background: transparent;
}
.OTP_login-designs .otp-field input {
    height: 49px;
    width: 49px;
    outline: none;
    font-size: 16px;
    text-align: center;
    border: 1px solid var(--gray5-color);
    color: var(--gray2-color);
    background: transparent;
    font-weight: 500;
}
.register-success-icon{
    height: 200px;
    width: 200px;
    object-fit: contain;
}

/* dashboard left section */
.menu_commonSidebar {
    background: var(--white-color);
    padding: 20px 0px;
    box-shadow: 0px 0px 10px 0px #0000000d;
}
.offers-ads-post{
    background: var(--white-color);
    padding: 20px;
    box-shadow: 0px 0px 10px 0px #0000000d;
}
.single-recent-inquiry{
    background: var(--white-color);
    padding: 16px;
    box-shadow: 0px 1px 1px 0px #0000001A;
}
.inquiry-user-profile{
    height: 44px;
    width: 44px;
    min-width: 44px;
    border-radius: 100%;
    object-fit: cover;
}
.recent-inquiry-contents h3,
.recent-inquiry-contents h4{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.menu_commonSidebar ul li a {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 15px;
    color: var(--gray2-color);
    font-weight: 500;
    padding: 4px 22px;
    margin-bottom: 2px;
}
.menu_commonSidebar ul li a.red-color{
    color: var(--red-color);
}
.menu_commonSidebar ul li a:hover, .menu_commonSidebar ul li a.active {
    color: var(--primary-color);
}
.menu_commonSidebar ul li a .homeIcon span {
    font-size: 10px;
    height: 20px;
    min-width: 20px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: var(--primary-color);
    color: var(--white-color);
    position: absolute;
    top: -3px;
    border: 2px solid var(--white-color);
    right: -11px;
}
.menu_commonSidebar ul li a .homeIcon {
    font-size: 22px;
    position: relative;
}
.sm-manufature-img{
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.small-contents-manufacture .paragraph-wrap{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
}
.single-offerslist-box .sm-offers-img{
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.single-offerslist-box .offer-layers::before{
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.offers-dates{
    background: #000000AB;
    position: absolute;
    top: 10px;
    right: 10px;
    color: var(--white-color);
    font-weight: 500;
    border: 1px solid #FFFFFF42;
    padding: 4px 6px;
}
.small-contents-offers{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.small-contents-offers h4{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 32px;
}
.small-contents-offers p{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 20px;
}
.coupon-offers-bg{
    width: 100%;
    height: 220px;
    background: var(--red-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-manufacture-box{
    box-shadow: 0px 1px 2px 0px #0000000D;
    border: 1px solid var(--gray5-color);
    background: var(--white-color);
}
.dashboard-search-input input{
    width: 100%;
    height: 44px;
    border: 1px solid var(--gray5-color);
    outline: none;
    font-size: 15px;
    padding: 8px 20px 8px 38px;
    color: var(--gray2-color);
}
.dashboard-search-input input ~ i{
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    align-content: center;
    color: var(--gray4-color);
    font-size: 18px;
}
.search-result-btn{
    height: 44px;
    width: 44px;
    min-width: 44px;
    border: none;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-size: 22px;
}
.filter-result-btn{
    height: 44px;
    width: 44px;
    min-width: 44px;
    border: none;
    background: #05B2B8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-size: 22px;
}
.upgrade-manufacture-box{
    background: url(../../../images/web/web/manufacture-bgbox.png) no-repeat, var(--primary-color);
    background-position: right;
    background-size: contain;
}
.new-upgrade-manufacture-box{
    background: url(../../images/web/manufacture-bgbox-01.png) no-repeat, var(--primary-color);
    background-position: right;
    background-size: contain;
}
.btn-join-now{
    font-size: 11px;
    padding: 8px 12px 8px 15px;
    text-transform: uppercase;
    background: var(--gray1-color);
    color: var(--white-color) !important;
    display: flex;
    align-items: center;
    width: max-content;
    border-radius: 40px;
    gap: 8px;
    margin-top: 8px;
    border: none;
}
.btn-join-now i{
    height: 20px;
    width: 20px;
    background: var(--white-color);
    color: var(--gray1-color);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.btn-coupon-balance{
    display: flex;
    align-items: center;
    gap: 8px;
    /*background: #0a83cf;*/
    background: #262626;
    color: var(--white-color);
    border: none;
    border-radius: 40px;
    padding: 3px 24px 3px 3px;
    position: absolute;
    right: 8px;
    top: 8px;
}
.bookmark-icon{
    height: 38px;
    width: 38px;
    background: #FF5A5A;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.singlePostBoxedinr {
    background: var(--white-color);
    border: 1px solid var(--gray5-color);
}
.postUserImg .postedIcon {
    height: 48px;
    width: 48px;
    object-fit: contain;
    border: 1px solid var(--gray5-color);
    padding: 2px;
    border-radius: 6px;
}
.bottomInnerPoststr .postImagesBigs {
    width: 100%;
    height: 284px;
    object-fit: cover;
}
.boxshareviewlistings .cmn-btnpost {
    background: transparent;
    border: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--gray3-color);
}
.boxshareviewlistings .liked-icon{
    height: 22px;
    width: 22px;
    background: var(--primary-color);
    color: var(--white-color);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.single-comments-views .comments-users{
    height: 36px;
    width: 36px;
    object-fit: cover;
    border-radius: 100%;
}
.single-comments-views .comment-view-box{
    background: #F0F2F5;
    width: max-content;
    padding: 7px 30px 7px 17px;
    border-radius: 14px;
}
.write-comments-box .write-user-img{
    height: 36px;
    width: 36px;
    object-fit: cover;
    border-radius: 100%;
}
.input-write-user .fild-comments{
    height: 36px;
    width: 100%;
    border-radius: 40px;
    border: none;
    outline: none;
    background: #F0F2F5;
    padding: 9px 12px;
    font-size: 13px;
    color: var(--gray2-color);
    resize: none;
}
.input-write-user .fild-comments::-webkit-scrollbar-thumb{
    background: none;
}
.input-write-user .fild-comments::-webkit-scrollbar{
    border: none;
}
.btn-sent-comment{
    height: 32px;
    width: 32px;
    position: absolute;
    right: 2px;
    top: 2px;
    border-radius: 100%;
    background: var(--primary-color);
    border: none;
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin: auto;
}
.all-commentslist-views{
    border-top: 1px solid var(--gray5-color);
}
.sticky-sidebar {
    position: sticky;
    top: 110px;
    height: calc(100vh - 7.6rem);
    overflow: auto;
    padding-right: 5px;
}
.top-users-rightprofiles .profile-user{
    height: 86px;
    width: 86px;
    object-fit: cover;
    border-radius: 100%;
    border: 4px solid var(--primary-color);
}
.social-profiles-design .social-profile{
    height: 40px;
    width: 40px;
    border-radius: 100%;
    border: 1px solid var(--gray4-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray3-color);
    font-size: 20px;
}
.coupon-balance-icons{
    height: 46px;
    width: 44px;
    min-width: 44px;
    background: #EE5568;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-size: 24px;
}
.dashboar-right-profiles{
    border-bottom: 1px solid var(--gray5-color);
}
.single-sm-offersbox{
    border: 1px solid var(--gray5-color);
    background: var(--white-color);
}
.topbar-offers-product .product-img-sm{
    height: 94px;
    width: 94px;
    object-fit: contain;
}
.sm-reviews-offers{
    background: var(--yellow-color);
    position: absolute;
    right: 0;
    bottom: 4px;
    padding: 4px 8px 4px 8px;
    border-radius: 30px 0px 0px 30px;
    color: var(--white-color);
}
.single-small-services .small-service-img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.single-small-services{
    box-shadow: 0px 1px 2px 0px #0000000D;
    border: 1px solid var(--gray5-color);
    background: var(--white-color);
}
.servce-sm-reviews{
    display: flex;
    align-items: center;
    gap: 3px;
    position: absolute;
    right: 10px;
    top: 15px;
}
.contents-small-services h4{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.contents-small-services p{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
}
.right-offer-small-cnt h4{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.contents-small-services .servce-sm-reviews p{
    height: unset;
}
.navbar-motersDesign .navbar-ui li.desktop-navhide{
    display: none;
}
.left-inquiry-profiles .inquiry-user{
    height: 46px;
    width: 46px;
    border-radius: 100%;
    object-fit: cover;
}
.new-label-inquiry{
    position: absolute;
    right: -4px;
    bottom: -5px;
    font-size: 12px;
    background: var(--red-color);
    color: var(--white-color);
    padding: 2px 12px;
    border-radius: 27px;
    font-weight: 500;
}
.btn-add-remark{
    background: var(--primary-color);
    color: var(--white-color);
    border: none;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: 400;
}
.remarks-description-box{
    border: 1px solid var(--gray3-color);
}

/* pagination code  */
.pagination_nav{
    background: var(--white-color);
    padding: 6px 8px;
    width: max-content;
    margin: auto;
    border: 1px solid var(--gray5-color);
  }
  .pagination_nav ul .page_items a.active, .pagination_nav ul .page_items a:hover {
    background: var(--primary-color);
    color: var(--white-color);
  }
  .pagination_nav ul .page_items a {
    height: 40px;
    min-width: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--gray3-color);
    font-size: 16px;
    font-weight: 500;
    border-radius: 100%;
    transition: all 0.3s;
  }
  .pagination_nav ul .prev-next a{
    height: 40px;
    min-width: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 100%;
    transition: all 0.3s;
    font-size: 22px;
    color: var(--gray3-color);
    border: 1px solid var(--gray5-color);
  }
  .pagination_nav ul .prev-next a:hover,
  .pagination_nav ul .prev-next a.active{
    color: var(--white-color);
    border-color: var(--black-color);
    background: var(--black-color);
  }

  /* income page  */
  .income-tabs-panel .nav-pills .nav-link{
    width: 50%;
    border-radius: 0;
    color: var(--gray2-color);
    font-weight: 500;
    padding: 10px 12px;
    background: var(--white-color);
  }
  .income-tabs-panel .nav-pills .nav-link.active, 
  .income-tabs-panel .nav-pills .show>.nav-link{
    background: var(--primary-color);
    color: var(--white-color);
  }
  .income-tabs-panel .nav-pills {
    border-bottom: 1px solid var(--gray5-color);
}
.income-table-inner thead tr th{
    border-bottom: 1px solid var(--gray5-color);
    padding: 8px 8px;
}
.income-table-inner tbody tr td{
    padding: 8px 8px;
}
.income-table-inner tbody tr td .status-income{
    text-align: center;
    background: var(--primary-color);
    color: var(--white-color);
    font-weight: 400;
    width: max-content;
    padding: 4px 8px;
}
.income-table-inner tbody tr td .status-income.pending{
    background: #EF486A;
}
.income-table-inner tbody tr td .status-income.paid{
    background: #0EBC77;
}
.referral-income-box{
    background: url(../../images/web/manufacture-bgbox.png) no-repeat 50%, url(../../images/web/income-liked-img.png) no-repeat 100%, var(--primary-color);
    background-size: auto, 12%;
}
.withdrow-income-btn{
    background: var(--black2-color);
    color: var(--white-color);
    display: flex;
    align-items: center;
    gap: 6px;
    width: max-content;
    padding: 8px 15px;
}
.btn-refer-now{
    background: var(--white-color);
    font-weight: 500;
    padding: 4px 9px;
    display: inline-block;
    color: var(--primary-color);
}
.withdrow-income-box{
    background: var(--white-color);
    border: 2px solid #EBEBEB;
    cursor: pointer;
}
.withdrow-income-box.active{
    border-color: var(--primary-color);
}
.withdrow-income-main{
    margin-top: -20px;
    position: relative;
}

/* setting page  */
.setting-tabs-design .nav-pills {
    border-bottom: 1px solid var(--gray5-color);
}
.setting-tabs-design .nav-pills .nav-link {
    border-radius: 0;
    color: var(--gray2-color);
    font-weight: 600;
    padding: 11px 3px;
    background: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: 25%;
}
.setting-tabs-design .nav-pills .nav-link.active, .setting-tabs-design .nav-pills .show>.nav-link {
    background: var(--primary-color);
    color: var(--white-color);
}
.common-input-field .toggle-password::after{
    content: "\eb0e";
    font-family: 'boxicons', sans-serif;
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-origin: content-box;
    cursor: pointer;
    align-content: center;
    font-size: 18px;
    color: var(--gray4-color);
  }
  .common-input-field .toggle-password.eye-open::after{
    content: "\ec0c";
    font-family: 'boxicons', sans-serif;
  }

  /* cart page  */
  .cart-products-img{
    border: 3px solid #7DA290;
    padding: 4px 3px;
  }
  .cart-products-img .cart-product{
    height: 70px;
    width: 68px;
    object-fit: contain;
  }
  .single-cart-box{
    border: 1px solid var(--gray5-color);
    padding: 6px;
  }
  .right-cart-buttons .btn-cart-remove{
    height: 34px;
    border: 1px solid #FF4747;
    background: #FF4747;
    color: var(--white-color);
    padding: 4px 16px;
    font-weight: 500;
  }
  .right-cart-buttons .btn-cart-remove:hover{
    background: transparent;
    color: #FF4747;
  }
  .right-cart-buttons .btn-view-more{
    height: 34px;
    border: 1px solid #92929236;
    background: #92929236;
    color: var(--gray4-color);
    padding: 4px 16px;
    font-weight: 500;
  }
  .right-cart-buttons .btn-view-more:hover{
    background: transparent;
  }
  .right-cart-buttons .qty-selecter-btn{
    height: 34px;
    border: 1px solid var(--gray4-color);
    background: var(--white-color);
    color: var(--gray2-color);
    padding: 4px 16px;
    font-weight: 500;
    outline: none;
  }
  .cart-details-address{
    border: 1px solid var(--gray5-color);
  }
  .cart-details-address .top-cart-address{
    border-bottom: 1px solid var(--gray5-color);
  }
  .single-pricing-cart{
    border-bottom: 1px solid var(--gray5-color);
  }
  .pricing-list-count .notes-title{
    color: #FF8000;
  }
  .btn-oreder-payble{
    background: var(--white-color);
    padding: 10px 24px;
    color: var(--black-color);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 3px;
  }

  /* cart contact  */
  .contact-box-modal{
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--primary-color);
    padding: 5px 18px 5px 5px;
    border-radius: 43px;
    width: max-content;
    color: var(--white-color);
    font-size: 15px;
    font-weight: 500;
  }
  .contact-box-modal .icon-bg-contact{
    background: #F58345;
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--white-color);
  }
  .contact-wp-box{
    height: 46px;
    width: 46px;
    min-width: 46px;
    border-radius: 100%;
    font-size: 28px;
    color: var(--white-color);
    background: #4CB050;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-details-list li{
    width: 50%;
  }
  .list-details-manufacture p{
    border-bottom: 1px solid var(--gray5-color);
  }
  .list-details-manufacture p:last-child{
    border: none;
  }
  .list-details-manufacture p span{
    width: 126px;
    display: inline-block;
  }
  .single-lots-available{
    background: #EEEEEE;
    display: flex;
    align-items: center;
    width: max-content;
    gap: 16px;
    padding: 11px 18px;
  }
  .single-lots-available .light-line{
    width: 1px;
    height: 20px;
    background: var(--gray4-color);
  }
  .btn-write-reviews{
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid var(--primary-color);
    padding: 7px 14px;
    color: var(--white-color);
    background: var(--primary-color);
    width: max-content;
    transition: all 0.3s;
    font-weight: 500;
    border-radius: 40px;
  }
  .single-reviews-bxproduct{
    border-radius: 12px;
    border: 1px solid var(--gray5-color);
    padding: 10px;
  }
  .user-reviews-products{
    width: 87px;
    height: 80px;
    min-width: 87px;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-weight: 700;
    font-size: 22px;
    border-radius: 10px;
  }
  .rating-stars i{
    color: #F7871B;
  }
  .sign-border-border-v .slider-for{
    width: 80%;
  }
  .sign-border-border-v .slider-nav{
    width: 20%;
  }
  .slider-nav .product-small-items img{
    height: 130px;
    width: 130px;
    object-fit: contain;
    padding: 10px;
    background: var(--white-color);
    cursor: pointer;
  }
  .slider-for .product-big-item img{
    height: 500px;
    width: 500px;
    object-fit: contain;
    margin: auto;
    padding: 20px;
  }
  .manufacture-big-item img{
    width: 100%;
    height: 290px;
    object-fit: cover;
    cursor: pointer;
  }
  .manufacture-small-items img{
    width: 100%;
    height: 60px;
    object-fit: cover;
    cursor: pointer;
  }
  .manufactures-maps .maps-frames{
    width: 100%;
    border-radius: 12px;
    height: 240px;
  }
  .single-my-address{
    border: 1px solid var(--gray5-color);
    padding: 12px;
  }
  .edit-btn-address{
    position: absolute;
    right: 10px;
    top: 10px;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EEEEEE;
    color: var(--gray2-color);
    font-size: 18px;
    border: 1px solid var(--gray5-color);
  }
  .edit-addres-dropdown .dropdown-menu{
    background: var(--white-color);
    box-shadow: -2px 1px 60.8px 10px #00000017;
    border: none;
    top: 12px !important;
    padding: 8px 14px;
    border-radius: 8px;
    width: max-content;
    min-width: max-content;
  }
  .edit-addres-dropdown .dropdown-menu .btn-edit-delete{
    color: var(--gray2-color);
    font-weight: 500;
    padding: 4px 14px 4px 0px;
    background: transparent;
    border: none;
    display: block;
    border-bottom: 1px solid #0000001A;
    width: 100%;
    text-align: start;
  }
  .edit-addres-dropdown .dropdown-menu .btn-edit-delete:last-child{
    border-bottom: none;
  }
  .edit-addres-dropdown .dropdown-menu .btn-edit-delete:hover{
    color: var(--primary-color);
  }
  .edit-addres-dropdown .dropdown-menu::before {
    content: "";
    height: 14px;
    width: 14px;
    background: var(--white-color);
    display: block;
    position: absolute;
    top: -6px;
    transform: rotate(45deg);
    left: 16px;
   }
   .edit-profilepage-topbg{
     background: url(../../images/web/manufacture-bgbox-01.png) no-repeat, url(../../images/web/manufacture-bgbox.png) no-repeat var(--primary-dark-color);
     height: 180px;
     background-position: 4%, 95%;
   }
   .inner-editprofiles-section{
     margin-top: -48px;
   }

/* coupon code page  */
.coupon-card {
  width: 100%;
  height: 220px;
  position: relative;
  border-radius: 10px;
  border: 1px solid var(--gray5-color);
  overflow: hidden;
  background: transparent;
}
.coupon-card canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.coupon-card .revealed-content {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    color: var(--white-color);
    text-align: center;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    bottom: 0;
    padding-bottom: 14px;
}
.coupon-img-layer .coupon-post{
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.coupon-img-layer::before{
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.revealed-content h3{
    font-size: 22px;
    text-transform: uppercase;
    width: 100%;
    background: #0000009c;
    padding: 8px 0px 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    height: max-content;
    margin: auto;
}
.revealed-content h3.expired{
    background: #006eb373;
}
.revealed-content p{
    font-size: 14px;
    font-weight: 600;
    color: var(--white-color);
        text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.revealed-content small{
    font-size: 12px;
    font-weight: 400;
    color: var(--white-color);
    margin-top: 4px;
    opacity: 0.75;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.single-order-receive-box{
    background: var(--white-color);
    border: 1px solid var(--gray5-color);
}
.order-receive-layer .order-img{
    width: 100%;
    height: 170px;
    object-fit: cover;
}
.plan-details-list li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border-bottom: 1px solid var(--gray5-color);
    padding: 7px 0px;
    margin-bottom: 5px;
}
.plan-details-list li:last-child{
    border-bottom: none;
}
.single-membership-plan{
    background: var(--white-color);
    border: 1px solid var(--gray5-color);
}
.btn-approved-product{
    background: var(--green-color);
    padding: 4px 10px;
    border: none;
    color: var(--white-color);
    font-weight: 500;
}


.inner_photoupload-mn .upload-bg-border{
  height: 220px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white-color);
  border: 1px dashed var(--gray4-color);
  border-radius: 12px;
  font-size: 42px;
}
.inner_photoupload-mn .upload-bg-border.sm-size-box{
    height: 120px;
}
.uploaded-img-container-back.image-uploaded .uploaded-id-back{
  width: 99%;
  height: 99%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 12px;
  object-fit: cover;
  z-index: 1;
}
.uploaded-img-container-back .edit_id{
    display: none;
    position: absolute;
    bottom: 9px;
    right: 9px;
    z-index: 2;
    height: 38px;
    width: 38px;
    background: var(--black-color);
    border-radius: 100%;
    color: var(--white-color);
    font-size: 18px;
    cursor: pointer;
}
.main-pgofile-small .profile_pic {
    width: 100%;
    height: 145px;
    border-radius: 12px;
    border: 1px dashed var(--gray2-color);
    object-fit: cover;
    object-position: center;
}
.p-image .edit-labelsmall {
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--primary-color);
    position: absolute;
    right: 15px;
    bottom: 12px;
    font-size: 18px;
    color: var(--white-color);
    cursor: pointer;
}
.main-pgofile-ifgtyyu .profile_pic {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    border: 1px dashed var(--gray2-color);
}

.active-coupon-box{
    border: 1px solid var(--gray5-color);
    background: var(--white-color);
    border-radius: 12px;
}
.active-coupon-box.selected{
    border-color: var(--primary-color);
}
.content-active-coupon .ads-rating{
    position: absolute;
    right: 2px;
    top: 5px;
}
.top-coupon-img .active-coupon-img{
    width: 100%;
    border-radius: 6px;
    height: 190px;
    object-fit: cover;
}
.top-coupon-backgroud{
    width: 100%;
    border-radius: 6px;
    height: 190px;
    background: var(--red-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 700;
    color: var(--white-color);
}
.btn-coupon-btn{
    border: none;
    color: var(--red-color);
    font-weight: 500;
    padding: 3px 8px;
    background: transparent;
}
.ads-common-designbox{
    overflow: hidden;
    border-radius: 12px;
}
.common-ads-img{
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 12px;
}
.adds-banners-layer::before{
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.ads-common-contents{
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    padding: 10px 14px;
    justify-content: space-between;
}
.btn-ads-delete{
    height: 36px;
    width: 36px;
    border-radius: 100%;
    background: var(--white-color);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--red-color);
}
.vendor-select-box{
    background: var(--white-color);
    border: 1px solid var(--gray5-color);
}
.vendor-profile-img{
    width: 140px;
    height: 110px;
    object-fit: cover;
}
.right-vendor-contents p,
.right-vendor-contents h4{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.vendor-select-box .vandor-select-radio::before{
    content: "";
    height: 18px;
    width: 18px;
    border: 1px solid var(--gray4-color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 18px;
    top: 16px;
    font-size: 18px;
    cursor: pointer;
}
.vendor-select-box input:checked ~ .vandor-select-radio::before{
    content: "\ea41";
    font-family: 'boxicons', sans-serif;
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.filter-vandor-btn{
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white-color);
    border: none;
    color: var(--primary-color);
    font-size: 22px;
    /* position: absolute; */
    right: 12px;
    top: 12px;
}
.left-leads-icons .leads-user-later{
    height: 44px;
    width: 44px;
    background: #c35f39;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-weight: 600;
    font-size: 20px;
}
.my-leads-boxdesign{
    border: 1px solid var(--gray5-color);
}
.vandor-all-select .cendor-select{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    color: var(--gray1-color);
}
.vandor-all-select .cendor-select::before{
    content: "";
    height: 18px;
    width: 18px;
    border: 1px solid var(--gray4-color);
    background: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
}
.vandor-all-select input:checked ~ .cendor-select::before{
    content: "\ea41";
    font-family: 'boxicons', sans-serif;
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.vandor-all-select input:checked ~ .cendor-select{
    color: var(--primary-color);
}

/* Custom CSS */
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 180px;
}
.error {
  color: red !important;
}
.single-lots-available {
  border: 1px solid #ccc;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
}
.single-lots-available.selected {
  border: 2px solid var(--primary-color);
  background-color: #eef5ff;
}
.pointer{
  cursor: pointer !important;
}
.apr--primary-colorctive-address {
    border: 2px solid var(--);
    background-color: #f0f8ff;
}
.banner-items .banner-slide-img{
    width: 100%;
    height: 180px;
    border-radius: 12px;
    object-fit: contain;
    background: var(--white-color);
}
.pac-container{
    z-index: 11111 !important;
}
.select-lots{
    background: #e9f0ff;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ec435f;
    box-shadow: 1px 4px 7px 0 rgba(0, 0, 0, 0.2);
}