.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(--green);
}

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

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

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

.top-navbar{
    padding: 2px 0;
}

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

.navbar ul li a{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.category{
    padding: 30px 0 0;
}

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

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

.category .thumb{
    position: relative;
}

.category .thumb img{
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 5%;
    padding: 0.25rem;
    border: 0.063rem solid #bdbdbd;
    transition: all 0.3s linear;
}

.category .name{
    padding: 10px;
}

.category .name h6{
    text-transform: capitalize;
    font-size: 14px;
    padding-top: 22px;
    padding-top: 15px;
}

.title{
    border-bottom: 2px solid var(--brdcolor-gray-300);
    margin-bottom: 20px;
}

.count{
    background-color: var(--green);
    width: 22px;
    top: -15px;
    line-height: 19px;
    border: 2px solid #fff;
    font-size: 12px;
    left: 10px;
    color: #fff;
    height: 22px;
    text-align: center;
    box-shadow: 1px 1px 5px 1px #e7e7e7;
    border-radius: 30px;
    position: absolute;
}

.count_crt{
    background-color:var(--green);
    width: 22px;
    top: 22%;
    margin-left: -8px;
    line-height: 19px;
    border: 2px solid #fff;
    font-size: 12px;
    color: #fff;
    height: 22px;
    text-align: center;
    box-shadow: 1px 1px 5px 1px #e7e7e7;
    border-radius: 30px;
    position: absolute;
}

.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(--green);
    display: inline-block;
}

.prefooter{
    color: #333;
    background-color: #eee7e45c;
}

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

.prefooter h4{
    padding-top: 5px;
    color: #efefef;
    text-transform: uppercase;
    font-size: 15px;
    padding-left: 10px
}

.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: 14px;
    text-align: center;
}

.seller-links ul{
    padding-top: 22px;
}

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

.footer{
    padding: 50px 0;
    color: #333;
    background-color: #eee7e45c;
    border-top: 1px solid #ece7e4;
}

.breadcrumb_new{
    background: #f9f9f9;
    padding: 30px;
    margin-bottom: 20px;
}

.text-justify p{
    text-align: justify !important;
}

.text-justify ul li{
    text-align: justify !important;
}


.text-justify ul li a{
    text-align: justify !important;
}

.text-justify ol li a{
    text-align: justify !important;
}


.text-justify ol li{
    text-align: justify !important;
}

.breadcrumb_new h1{
    margin: 0;
}

.breadcrumb_new .breadcrumb{
    margin-bottom: 0 !important;

}

.footer h4{
    color: #000;
    font-size: 16px;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

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

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

.footer ul li p{
    color: #000;
    font-size: 14px;
}

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

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


.footer ul li a{
    color: #222;
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
}

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

.copyright{
    background: #eee7e45c;
    border-top: 1px solid #ece7e4;
    padding: 15px 0;
}

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

.iconCot i {
    color: #000;
    font-size: 18px;
    text-decoration: none;
    transition: .3s ease-in-out;
}

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

.ictext:hover{
    color:#fff;
}

.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: contain;
    /* border-radius: 4px;*/
}


.u-notice__content p{
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}

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

.product .aiz-card-box .text h3 a{
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 20px;
}

.product .aiz-card-box .text h3{
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    line-height: 20px;
}
#load-more{
margin-top:50px;
margin-bottom:20px;
}
#load-more:hover{
    
    background:var(--yellow);
}

.loading-container {
    text-align: center;
    padding: 20px;
    border-radius: 30px;
    color: #fff;
    margin: 0 auto;
    z-index: 9999;
}

.loading-container small {
    margin-top: 10px;
    font-size: 14px;
    padding: 10px;
    border-radius: 30px;
    text-transform: uppercase;
    margin: 0 auto;
    color: #000;
    letter-spacing: 1px;
    border: 2px solid #ddd;
}

.loading-spinner {
    margin: 0 auto;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


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

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

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

.product-details-content .price{
    font-size: 20px;
    margin-right: 10px;
    color: var(--green)
}

.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(--green);
    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;
    margin-bottom:15px;
    margin-left:-20px;
}

.drop-search input{
    
    width: 14rem;
}

.drop-search .searchsubmit{
    position: absolute;
    top: 0px;
    right: 0px;
    background: var(--yellow) !important;
    font-size: 18px;
    background: transparent;
    border: none;
    border-radius:0px 5px 5px 0px;
    padding: 6.5px 15px;
}
.button-green{
     background-color:var(--green);
}
.text-green{
    color:var(--green);
}
.section-header a:hover{
    border-color:var(--green);
    color: var(--black)
}

.logo-bar-area{
   
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.info-box-wrapper .box-style-shadow {
    padding: 25px;
    margin-bottom: 10px;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
    transition: box-shadow .7s ease;
    border-radius: 5px 5px 5px 5px;
}

.info-box-wrapper .box-style-shadow p {
    margin-bottom: 0;
}
.contact p {
    text-align: justify;
}

.contact h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

@media (max-width: 767px) {

    .title h3 {
        font-size: 18px !important;
        line-height: 25px;
    }

    .copyright {
        padding: 15px 0 65px;
    }

    .category .category-icon {
        width: 2.2rem;
        height: 2.2rem;
        bottom: 33%;
        left: 35%;
    }

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

    .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: 20px 0;
    }

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

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

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

    .prefooter h4 {
        font-size: 13px;
    }

    .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: 13px;
    }

    .category h6 {
        font-size: 12px !important;
    }

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

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

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

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

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

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

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

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

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