.pagination .page-link,
.page-item.disabled .page-link {
    min-width: 32px;
    min-height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 0;
    border: 1px solid var(--soft-light);
    font-size: 0.875rem;
    border-radius: 0 !important;
    color: var(--dark);
}
.pagination .page-item {
    margin: 0 5px;
}

.whb-with-shadow {
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.aiz-carousel.coupon-slider .slick-track{
    margin-left: 0;
}

.form-control:focus {
    border-width: 2px !important;
}
.iti__flag-container {
    padding: 2px;
}
.modal-content {
    border: 0 !important;
    border-radius: 0 !important;
}

.tagify.tagify--focus{
    border-width: 2px;
    border-color: var(--primary);
}

#map{
    width: 100%;
    height: 250px;
}
#edit_map{
    width: 100%;
    height: 250px;
}

.pac-container { z-index: 100000; }

.logo-bar-area img{
    height:55px;
}

.top-navbar .u-notice__content p a {
    color: rgba(var(--white), 1);
    text-decoration: underline;
}


.top-navbar{
    padding: 5px 0;
    background: #222;
}

.top-navbar  ul li a{
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
}

.navbar ul li a{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-transform: capitalize;
}

.category ul li {
    display: inline-block;
    margin: 0 1rem;
    width: 7%;
}

.category ul li a img {
    width: 80px;
    height: 80px;
    aspect-ratio: 1;
    object-fit: contain;
    padding-top: 21px;
    border-radius: 100%;
}

.category .name {
    padding: 5px;
}

.category .name h6 {
    text-transform: capitalize;
    font-size: 12px;
    color: #000;
}

.category .category-icon{
    top: 0;
    width: 3.2rem;
    position: absolute;
    text-align: center;
    display: inline-flex;
    height: 3.2rem;
    border-radius: 100%;
    background-color: #fff;
    transition: all 0.3s linear;
    box-shadow: -6px -2px 17px 0px #f0efef;
}

.category .category-icon span{
    font-size: 22px;
    font-weight: 600;
}

.category .thumb{
    position: relative;
    margin-bottom: 10px;
}

.category .thumb img{
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    border: 4px double #e5e5e5;
    padding: 0;
    transition: all 0.3s linear;
    transition-duration: 0.5s;
}

.category .thumb img:hover {
    transform: translateY(-8px);
}

.category .name h6{
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.5px;
    /* background: #fff; */
    /* padding: 10px 12px; */
    border-radius: 30px;
}

.category .see{
    position: absolute;
    bottom: 105px;
    left: 30px;
}

.category .see a{
    border: 1px solid;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
}

.title{
    border-bottom: 1px solid var(--brdcolor-gray-300);
    margin-bottom: 20px;
    text-align: left !important;
    margin: 0 0rem 0px;
}

.title h3{
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
}

.ecco-title-container{
    margin-bottom: -2px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary);
    display: inline-block;
}

.footer .logo img{
    width: 70%;
    margin-bottom: 15px;
}

.prefooter .ic{
    float: left;
    margin-right: 12px
}

.prefooter .ic i{
    font-size: 20px;
    padding-top: 10px;
    color: var(--primary);;
}

/* .prefooter .border-btm{
    border-bottom: 1px solid;
    border-color: rgba(129, 129, 129, 0.2) !important;
} */

.prefooter .ct{
    float: left;
}

.prefooter{
    color: #767676;
    background: #ffffff;
    border-top: 1px solid #ddd;
}

/* .prefooter .policy-file:not(:last-child){
    border-right: 1px solid #424242;
} */

.prefooter .ct h4{
    padding-top: 5px;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    padding-left: 0px;
    margin-bottom: 5px;
}

.prefooter .inline-links.left-brd .list-inline-item:not(:last-child) {
    border-right: 2px solid #d8d8d8;
    margin-right: 30px;
    padding-right: 30px;
}


.prefooter ul{
    margin-bottom: 0;
    padding-top: 30px;
    text-align: center;
}

.prefooter .inline-links.left-brd .list-inline-item a{
    color: #fff;
    font-size: 14px;
}

.footer{
    padding: 50px 0;
    color: #fff;
    background: #0f172a;
}

.footer h4{
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 16px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.footer h4:before{
    background-color: var(--primary);
    top: 30px;
    content: "";
    height: 2px;
    left: 26%;
    position: absolute;
    width: 2%;
}

.footer h4:after {
    background-color: var(--primary);
    top: 30px;
    content: "";
    height: 2px;
    left: 15px;
    position: absolute;
    width: 20%;
}

.phone-info .phone-icon {
    font-size: 35px;
    -webkit-transform: rotate(105deg);
    transform: rotate(105deg);
    margin-right: 10px;
    color:var(--primary);
    font-weight: 300;
}

.bg-new{
    padding: 25px 0;
    background: #fff;
    margin: 10px 0;
    border-radius: 5px;
}

.category{
    padding: 15px 0 15px;
    background: #fff;
    margin: 15px 0;
    border-radius: 5px;
    text-align: center;
}

.category ul{
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.phone-info .phone-text a {
    font-size: 23px;
    font-weight: 600;
    margin-top: 6px;
}

.home-banner-area img{
    border-radius: 5px;
    object-fit: cover;
}

.home-banner-area .aiz-carousel .slick-dots{
    position: absolute;
    bottom: -17px;
    left: 48%;
}

.home-banner-area .aiz-carousel.arrow-x-0 .slick-next {
    right: 0 !important;
    border-radius: 6px 0 0 6px;
}

.home-banner-area .aiz-carousel.arrow-x-0 .slick-prev {
    left: 0 !important;
    border-radius:0 6px 6px 0;
    display:none;
}

.footer ul li p{
    color: #fff;
    font-size: 15px;
}

.footer ul li p i{
    margin-right: 5px;
    margin-top: 4px;
}

.footer ul li p a{
    font-size: 15px;
    text-transform: none;
}

ul.social a {
    text-align: center;
    background: #fff;
    padding: 10px 8px 7px;
    border-radius: 30px;
}

.copy_text{
    color: #fff !important;
}

.footer ul li a{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}

.footer ul li a:hover{
    color: var(--hov-primary);
}

.copyright{
    background: #0a1329;
    padding: 12px 0;
}

 .iconCot {
    position: relative;
    /* width: 38px;
    height: 38px; */
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 50%; */
    /* background-color: rgb(249 234 227); */
    -webkit-transition: .3s linear;
    transition: .3s linear;
    margin-right: 6px;
    float: left;
    color: var(--dark);
}

.iconCot i {
    font-size: 20px;
    text-decoration: none;
    transition: .3s ease-in-out;
    color: var(--black);
}

.ictext{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    display: none;
}

.ictext:hover{
    color:var(--primary);
}

.currency{
    border: 1px solid #ab1672;
    border-radius: 5px;
    padding: 0 5px;
    margin-top: 10px;
    margin-left: 12px;
}

.product .aiz-card-box .thumb img{
    aspect-ratio: 1 / 1;
    /* height: 300px; */
    width: 100%;
    object-fit: cover;
    padding: 10px 10px 5px;
}

.u-notice__content p{
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 15px;
}

.top-navbar .u-notice__content p span {
    background-color: var(--primary);
    font-size: 12px;
    font-weight: 600;
    margin: 0 10px;
    padding: 3px 7px 2PX 7PX;
}

.product .aiz-card-box .text{
    padding: 10px;
}

.product .aiz-card-box .text h3 a{
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.product .aiz-card-box .text h3{
    font-size: 15px;
    text-align: left;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0px;
}

.product .aiz-card-box .text .disc-amount{
    font-size: 16px;
    color: #747474;
}

.product .aiz-card-box .text .amount{
    font-size: 17px;
    font-weight: 600;
    color: var(--primary);
}

.product-details-content{
    /* padding: 15px;
    box-shadow: 1px 1px 15px 1px #dddddd75; */
    border-radius: 6px;
}

.product-details-content h2{
    font-size: 22px;
    line-height: 1.3;
    --page-title-display: block;
    font-weight: 600;
}

.product-details-content .price{
    font-size: 22px;
    margin-right: 10px;
    color: var(--black);
    font-style: italic;
}

.product-details-content .old-price{
    font-size: 18px;
    opacity: 50%;
}

.section-header{
    margin-bottom: 20px;
}

.section-header h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: #222;
    padding: 0 10px 0 0;
    background: #fff;
    text-align: center;
    z-index: 1;
}

.section-header h2:before {
    content: '';
    width: 75%;
    height: 1px;
    background: #eeeeee;
    position: absolute;
    z-index: 0;
    left: 30px;
    right: 0;
    margin: 12px auto;
}

.arrow-prev , .arrow-next{
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    color: inherit !important;
}

.compare img{
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
}

.section-header a{
    color: var(--primary);
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-align: center;
    border-bottom: 1px solid;
    cursor: pointer;
    font-size: 14px;
    z-index: 1;
    border-radius: 0;
}

.drop-search{
    border: none;
    border-radius: 0;
    min-width: 17rem;
    margin-top: 15px !important;
}

.drop-search input{
    border: none;
    padding: 12px;
    width: 14rem;
}

.drop-search .searchsubmit{
    position: absolute;
    top: 14px;
    right: 9px;
    background: transparent;
    border: none;
}

.section-header a:hover{
    border-color:var(--primary);
    color: var(--black)
}

.logo-bar-area{
    padding: 5px 0;
    box-shadow: 0 1px 15px rgb(0 0 0 / 6%);
    background-color: #fff;
}

.copy_text a{
    color: #fff;
    font-weight: 600;
}

.product .aiz-card-box{
    margin-bottom: 10px;
    /* box-shadow: 0 3px 15px 0 rgb(0 0 0 / 4%); */
    border-radius: 5px;
    border: 1px solid #e5e7eb;
}

@media (max-width: 767px) {
    .mll-4{
        margin-left: 0 !important;
    }
    .dscnt {
        top: 20%!important;
        right: 33%!important;
        font-size: 10px !important;
    }
    .brnd-hgt {
        height: 100px !important;
    }
    .brnd-pd {
        padding: 24px 0px 0 !important;
        width: 35px !important;
        top: 16% !important;
        left: 26% !important;
    }
    .home-banner-area .aiz-carousel.arrow-x-0 .slick-next{
        display:none !important;
    }
    .home-banner-area .aiz-carousel.arrow-x-0 .slick-prev{
        display:none !important;
    }
    .mob_hide{
        display:none !important;
    }
    .title h3 {
        font-size: 18px !important;
        line-height: 25px;
    }

    .category ul li a img {
        width: 70px;
        box-shadow: none;
        }
    .category ul li {
        width: 20%;
        margin: 0 .5rem;
    }
    .category h6 {
        font-size: 11px !important;
    }

    .category .name {
        padding: 5px;
    }

    .min-w-150px {
        min-width: 100%;
        margin-bottom: 5px;
    }

    .home-section-4 .product-2 {
       display: none;
    }

    .home-section-4 {
        height: 560px;
        padding: 30px 0;
    }

    .home-section-4 .product-1{
        display: none;
    }

    .category .category-icon {
        width: 2.2rem;
        height: 2.2rem;
    }

    .bg-new {
        padding: 20px 10px;
    }

    .prefooter .ct h4 {
        font-size: 14px;
    }

    .category .category-icon span {
        font-size: 14px;
    }

    .hlp {
        font-size: 20px !important;
    }

    .product .aiz-card-box .thumb img {
        aspect-ratio: 1 / 1;
    }

    .search-input-box {
        background-color: transparent;
        border: 1px solid #ddd;
        border-radius: 30px;
    }

    .section-header h2 {
        font-size: 18px;
    }

    .section-header h2:before {
        width: 30%;
    }

    .section-header {
        margin-bottom: 10px;
    }

    .section-header a {
        padding: 5px 8px;
        font-size: 12px;
    }

    .footer {
        padding: 10px 0;
    }

    .aiz-floating-button {
        margin-left: 0;
        margin-right: auto;
    }

    .aiz-floating-button a .circle {
        width: 45px;
        height: 45px;
    }

    .aiz-floating-button a {
        height: 45px;
    }

    .prefooter {
        padding: 10px 0 0;
        margin-top: 20px;
    }

    .prefooter .policy-file a{
        float: left;
    }

    .product .aiz-card-box .text h3 a {
        font-size: 13px;
    }

    .prefooter .policy-file {
        border-right:none;
        margin-bottom: 5px;
    }

    .prefooter .ct p {
        font-size: 13px;
    }

    .aiz-accordion-heading .aiz-accordion {
        padding: 12px 0;
        font-weight: 600;
    }

    .sm-gutters-16 > .col, .sm-gutters-16 > [class*="col-"], .aiz-carousel.sm-gutters-16 .carousel-box {
        padding-right: 5px;
        padding-left: 5px;
    }

    .product .aiz-card-box .text .amount {
        font-size: 15px;
    }
    .product .aiz-card-box .text .disc-amount{
        font-size: 15px;
        color: #747474;
    }
    .category h6 {
        font-size: 12px !important;
        line-height: 16px;
    }

    .phone-info .phone-icon {
        font-size: 30px;
    }

    .category .see a {
        padding: 8px;
        font-size: 13px;
    }

    .footer .logo img {
        width: 48% !important;
    }

    .category .see {
        bottom: 75px;
    }

    .category .first{
        margin-bottom: 0px;
    }

    .category .thumb {
        margin-bottom: 0;
    }

    .logo-bar-area img {
        height: 48px;
        margin-left: 48px;
    }

    .u-notice__content p {
        line-height: 22px;
        font-size: 14px;
    }

    .home-section-4 .home-images .main-images {
        height: 240px;
        width: 300px;
    }

    .home-section-4 .home-images img {
        top: 171px;
        height: 370px;
    }

    .home-section-4 .home-images .main-images {
        top: 245px;
    }

    .home-section-4 .marquee {
        left: 17%;
    }

    .home-section-4 .marquee .marquee__item .animation-text {
        font-size: 35px;

    }

    .logo-bar-area {
        padding: 3px 0 5px;
    }

    .border-bottom {
        padding: 3px 0;
    }

    .product-details-content h2 {
        font-size: 18px;
    }

    .product-details-content .price {
        font-size: 18px;
        margin-right: 5px;
    }

    .product-details-content .old-price {
        font-size: 16px;
    }
}

.shortby-filter{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    border-bottom: 1px solid #dddddd87;
}
.shortby-filter .short {
    font-weight: 500;
    padding: 8px 10px 4px 0;
    font-size: 15px;
}
.shortby-filter .categorys {
    padding: 8px 0 4px;
    margin: 0 10px;
    cursor: pointer;
    font-size: 14px;
}
.shortby-filter .active{
color: #2874f0;
cursor: default;
border-bottom: 2px solid #2874f0;
font-weight: 500;
}
.progress {
  height: 8px;
}

.min-w-100px {
    min-width: 80px;
}


.wislist-positon{
  position: absolute;
  top: 8px;
  right: 5px;
  z-index: 24;
  margin: 0 auto;
}
.wishlist-heart {
  background-image: url(https://cdn.eyemyeye.com/desktop/images/icon/shared/icon-whishlist.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 22px;
  background-size: contain;
  margin-top: 10px
}

.wishlist-heart-active {
  background-image: url(https://cdn.eyemyeye.com/desktop/images/icon/shared/icon-whishlist-active.svg) !important;
}

/* .wishlist-container:hover {
  filter: brightness(100%)
} */

.wishlist-container {
  cursor: pointer
}
.brnd-hgt{
    background-repeat: no-repeat;
    background-size: contain;
    height: 175px;
    width: 100%;
}

.brnd-pd{
    position: absolute;
    /* padding: 35px 0px 0; */
    /* width: 100px; */
    top: 40%;
    left: 24%;
}
.pstn{
    position: relative;
    top: -6px;
    right: 12px;
    background: #e63e8c;
    padding: 1px 5px;
    border-radius: 20px;
    color: #fff;
}
.features {
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}

.feature-item {
  margin-bottom: 10px;
}

.feature-item img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.feature-item h3 {
    font-size: 14px;
    margin-bottom: 5px;
    color: #333;
    text-transform: uppercase;
}

.feature-item p {
  font-size: 14px;
  color: #666;
}
.cntr-bg{
        background: #ff57221a;
        display:flex;
}
.dscnt{
    position: absolute;
    top: 22%;
    right: 29%;
    font-size: 18px;
    color: #fff;
}
 .mll-4{
       margin-left: 1.5rem;
    }
.bg-main { background: #e63f8d; border-radius: 16px; }
.gradient-45deg-today-earning {
    background: #000;
    background-image: url(../../classic/img/card-bg.png);
    box-shadow: inset 0px 0px 0px 3px #cbc0c026;
}
.widget-flat .card-body i {
    position: absolute;
    font-size: 16px;
    top: 12px;
    right: 10px;
    width: 30px;
    height: 30px;
    padding: 5px 6px 0;
    border-radius: 30px;
    line-height: 1.3;
    box-shadow: -7px -7px 15px rgb(255 255 255 / 32%), 10px 10px 15px rgb(70 70 70 / 47%);
}
.user-earnings {
    padding: 10px 15px !important;
}
.gradient-45deg-sevent-earning {
    background: #ffdbc5;
}
.widget-flat {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
}
.user-earnings h5 {
    font-size: 14px;
    padding: 0;
    letter-spacing: 0.5px;
    color: #000;
    font-weight: 600;
}
.user-earnings span {
    padding: 0;
    border-radius: 50%;
    color: #000;
    font-size: 22px;
}
.new-one {
    font-size: 12px !important;
}
.gradient-45deg-thirty-earning {
    background: #d6c4f6;
}
.bg-white-transparent {
    background-color: rgba(255, 255, 255, 0.25) !important;
}
.aiz-side-nav-item svg{
    padding: 7px;
    display: inline-block;
    line-height: 1.0625rem;
    margin: 0 10px 0 0;
    width: 20px;
    font-size: 20px;
    vertical-align: middle;
    width: 30px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    border-radius: 30px;
    box-shadow: 0px 1px 3px rgb(255 255 255 / 57%), 10px 10px 15px rgb(70 70 70 / 24%);
}
.aiz-user-sidenav{
    background: #0f172a;
}
.crd-bg{
     background: #0f172a;
     border-radius: 16px;
}
.drp-bg{
     background: #f8c900;
     border-radius: 16px;
}
