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

.search-input-box{
    background-color: var(--primary);
}

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

.category .thumb img{
    margin-bottom: 10px;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}

.category .name a{
    text-transform: uppercase;
    font-size: 14px;
}

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

.title h3{
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}

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

.prefooter{
    border-bottom: 1px solid #212121;
    background-color: #262626;
}

.footer{
    background-color: #1e1e1e;
}

.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
}

.footer{
    padding: 50px 0;
}

.footer h4{
    color: #fff;
    font-size: 20px;
    margin-bottom: 16px;
}

.footer ul li p{
    color: rgb(255 255 255 / 60%);
    font-size: 15px;
}

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

.hlp{
    font-size: 25px !important;
    font-weight: 600;
}

.footer ul li a{
    color: rgb(255 255 255 / 60%);
    font-size: 15px;
}

.copyright{
    background-color: #1e1e1e;
    padding: 12px 0;
}

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

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

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

.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: 325px;
    width: 100%;
    /* object-fit: cover; */
    border-radius: 4px;
}

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

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

.product .aiz-card-box .text h3{
    font-size: 15px;
    text-align: center;
    font-weight: 500;
}

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

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

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

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

.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: 15px;
    right: 0;
    margin: 15px 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{
    background-color: #2f415d;
    color: #fff;
    border: 1px solid #2f415d;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    padding: 10px 15px;
    font-size: 14px;
    z-index: 1;
}

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

.logo-bar-area{
    background: var(--primary);
}

/* Start Gallery */

.photos-grid-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0px;
    grid-auto-rows: minmax(100px, auto);
}

  .img-box {
    border: 1px solid #ffffff;
    position: relative;
  }

  .img-box:hover .transparent-box {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .img-box:hover .caption {
    transform: translateY(-5px);
  }

  .img-box img {
    max-width: 100%;
    display: block;
    height: auto;
    border-radius: 5px
  }

  .caption {
    color: white;
    transition: transform 0.3s ease, opacity 0.3s ease;
    font-size: 1.5rem;
  }

  .transparent-box {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .main-photo {
    grid-row: 1;
    grid-column: 1;
  }

.hide-element {
  border: 0;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* End Gallery */

@media (max-width: 767px) {

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

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

    .product .aiz-card-box .thumb img {
        height: 225px;

    }

    .photos-grid-container {
        grid-template-columns: repeat(2, 1fr);

    }

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

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

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

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

    .category h6 {
        font-size: 14px;
    }

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

    .logo-bar-area img {
        height: 65px;
        margin-left: 68%;
    }

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

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

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

.view-all{
        position: absolute;
    right: 20px;
    margin-top: -35px;
    background-color: #2f415d;
    color: #fff;
    border: 1px solid #2f415d;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 14px;
    z-index: 1;
}
