

/* Brands */
.brands{
    background-color: var(--ztc-bg-color-w);
}

.brands .brands-list{
    list-style: none;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 20px 0;
}

.brands .brands-list a{
    height: 130px;
    width: calc( 25% - 20px );
}

.brands .brands-list .list{
    background-color: #F8F9FA;
    border: solid 1px #efefef;
    height: 130px;
    width: 100%;
    border-radius: 7px;
    transition: all 0.4s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.product-innerpage-wrapper .info-wrapper{
    clear: both;
}

.product-innerpage-wrapper .info-wrapper .features h1,
.product-innerpage-wrapper .info-wrapper .features h2,
.product-innerpage-wrapper .info-wrapper .features h3,
.product-innerpage-wrapper .info-wrapper .features h4,
.product-innerpage-wrapper .info-wrapper .features h5,
.product-innerpage-wrapper .info-wrapper .features h6{
    margin-bottom: 20px;
}

.brands .brands-list .list:hover{
    transition: all 0.4s;
    transform: translateY(-5px);
}

/* Desktop */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .brands .brands-list .list{
        width: calc( 33.33% - 20px );
        height: 100px;
        background-size: cover;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .brands .brands-list a{
        width: calc( 50% - 20px );
        height: auto;
    }

    .brands .brands-list .list{
        width: 100%;
        height: 100px;
        background-size: cover;
    }
}

@media (max-width: 415px) {

    .brands .brands-list a{
        width: calc( 50% - 20px );
        height: auto;
    }

    .brands .brands-list .list{
        width: 100%;
        height: 70px;
        background-size: cover;
    }
}

/* Products */

.products{
    background-color: var(--ztc-bg-bg-1);
}

.proucts-list{
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin: 0 -0.4%;
}

.proucts-list .product{
    border: solid 1px #DDDD;
    background-color: #fff;
    width: calc( 24% - 1% );
    margin: 0 0.5%;
    margin-bottom: 1%;
    float: left;
    border-radius: 7px;
    overflow: hidden;
}

.proucts-list.product-3 .product{
    width: calc( 32.33% - 1% );
}

.proucts-list .product .image-wrap{
    height: 300px;
}

.proucts-list .product .image-wrap .imagethmb_inner{
    height: 300px;
}

.proucts-list .product .title-wrap{
    height: 55px;
    padding: 10px;
    overflow: hidden;
}

.proucts-list .product .title-wrap .title{
    display: block;
    font-size: var(--f-fs-font-fs16);
}

.proucts-list .product .button-wrap{
    padding: 10px;
}

.proucts-list .product .button-wrap .btn{
    height: 45px;
    line-height: 43px;
    border-radius: 7px;
    border: solid 2px #9a2a31;
    padding: 0 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proucts-list .product .button-wrap .btn:hover{
    color: #9a2a31;
}

.proucts-list .product .button-wrap .btn svg{
    margin-right: 10px;
}

.product-filters{
    list-style: none;
}

.product-filters li{
    line-height: 24px;
    margin-bottom: 10px;
}

.product-filters li label{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.product-filter{
    background-color: rgb(242, 242, 242);
    padding: 0 20px;
    height: 60px;
    display: none;
    color: #666;
}

.product-filter .flter-button{
    float: right;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.product-filter .flter-button::after{
    position: absolute;
    content: 'Filter';
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    left: -40px;
    font-size: 13px;
}



@media only screen and (min-width: 768px) and (max-width: 991px) {

}

/* Mobile */
@media (max-width: 767px) {

    .product-filter-section{
        display: none;
    }

    .product-filter{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .proucts-list .product{
        width: calc( 49% - 1% );
        margin-bottom: 0.5%;
    }

    .proucts-list.product-3 .product{
        width: calc( 49% - 1% );
    }

    .proucts-list .product .title-wrap{
        height: 45px;
        line-height: 20px;
        overflow: hidden;
    }

    .proucts-list .product .image-wrap{
        height: 200px;
    }

    .proucts-list .product .image-wrap .imagethmb_inner{
        height: 200px;
    }

    .proucts-list .product .title-wrap .title{
        font-size: var(--f-fs-font-fs14);
    }

    .proucts-list .product .button-wrap span{
        font-size: var(--f-fs-font-fs14);
    }
}


/* Pagination */

.product-pagination {
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
  }
  .product-pagination .flex {
    display: flex;
    align-items: center;
  }
  .product-pagination .page-field {
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .product-pagination .nav-field {
    display: flex;
    justify-content: center;
  }
  .product-pagination .page-field span,
  .product-pagination .nav-field a {
    display: block;
    padding: 0 !important;
    height: 44px;
    line-height: 44px;
    width: 60px;
  }
  .product-pagination .prev-last,
  .product-pagination .prev,
  .product-pagination .next,
  .product-pagination .next-last {
    background-color: red;
    border: solid 1px #ddd;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
  }
  .product-pagination .page {
    background-color: #fff;
    border: solid 1px #ddd;
    border-radius: 6px;
    cursor: pointer;
    padding: 0 !important;
    width: 60px;
    height: 44px;
    line-height: 44px;
  }
  .product-pagination .page.active {
    background-color: #999;
  }

  /* Detail Inner Page */

.product-innerpage-wrapper{
    clear: both;
    margin-top: 90px;
}

.product-innerpage-wrapper .border-bottom{
    background-color: #efefef;
    border-bottom: solid 1px var(--black);
    margin-bottom: 20px;
}

.product-innerpage-wrapper .breadcrumbs{
    height: 40px;
    overflow: hidden;
    list-style: none;
}

.product-innerpage-wrapper .breadcrumbs li {
    height: 40px;
    line-height: 40px;
    color: #777777;
    font-size: 12px;
    float: left;
    padding-right: 10px;
}

.product-innerpage-wrapper .product-image-wrap {
    border: solid 1px #ddd;
}

.product-innerpage-wrapper .product-image-wrap,
.product-innerpage-wrapper .product-image-wrap .imagethmb_inner{
    overflow: hidden;
    height: 500px;
    width: 100%;
}

.product-innerpage-wrapper .brand {
    display: block;
    font-size: 12px;
    color: #777777;
    text-decoration: underline;
}

.product-innerpage-wrapper .page_title {
    line-height: 46px;
    font-size: 32px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #e6e6e6;
    overflow: hidden;
}

.product-innerpage-wrapper .price-wrapper {
    clear: both;
    overflow: hidden;
}

.product-innerpage-wrapper .price-wrapper .aed_price {
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
}

.product-innerpage-wrapper .price-wrapper .aed_price,
.product-innerpage-wrapper .price-wrapper .usd_price{
    display: block;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    font-weight: 500;
    float: left;
}

.product-innerpage-wrapper .price-wrapper .aed_price em,
.product-innerpage-wrapper .price-wrapper .usd_price em{
    font-style: normal;
    color: #777;
    margin-right: 3px;
    font-size: 24px;
}

.product-innerpage-wrapper .button-wrapper {
    clear: both;
    margin: 20px 0;
}

.product-innerpage-wrapper .info-wrapper {
    clear: both;
    overflow: hidden;
    margin: 0px 0 0 0;
}

.product-innerpage-wrapper .info-wrapper .heading {
    font-weight: 600;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: var(--black);
    margin-bottom: 0;
}

.product-innerpage-wrapper .info-wrapper p {
    font-size: 14px;
}

.product-innerpage-wrapper .info-wrapper .heading {
    font-weight: bold;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    color: var(--black);
    margin-bottom: 0;
}

.product-innerpage-wrapper .info-wrapper .list {
    list-style: none;
    overflow: hidden;
    width: 50%;
    float: left;
    border-left: solid 1px #e6e6e6;
}

.product-innerpage-wrapper .info-wrapper .list li{
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    font-weight: 400;
    color: #777777;
}

.product-innerpage-wrapper .info-wrapper .list li span {
    display: block;
    float: left;
    padding: 0 15px;
    font-weight: 600;
    color: #000;
}

.product-innerpage-wrapper .info-wrapper .list li:nth-child(odd) {
    background-color: #ececff;
}

.product-innerpage-wrapper .info-wrapper .list li:last-child {
    border-bottom: solid 1px #ececff;
}

.product-innerpage-wrapper .info-wrapper .list li:nth-child(even) {
    border-right: solid 1px #ececff;
}

.product-innerpage-wrapper .info-wrapper .btn{
    height: 45px;
    line-height: 43px;
    border-radius: 7px;
    border: solid 2px #9a2a31;
    padding: 0 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-innerpage-wrapper .info-wrapper .features ul{
    list-style: circle;
}

.product-innerpage-wrapper .info-wrapper .features ul li{
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}

.product-innerpage-wrapper .info-wrapper .features ul li::after{
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #000;
    top: 0;
    left: 2px;
    bottom: 0;
    margin: auto;
}

.product-innerpage-wrapper .info-wrapper .support{
    overflow: hidden;
}

.product-innerpage-wrapper .info-wrapper .support ul{
    list-style: none;
    overflow: hidden;
}

.product-innerpage-wrapper .info-wrapper .support ul li{
    width: 50px;
    height: 65px;
    border: solid 1px #ddd;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    padding: 10px 0;
}

.product-innerpage-wrapper .info-wrapper .support ul li .image{
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-innerpage-wrapper .info-wrapper .support ul li .image img{
    height: 90%;
}

.product-innerpage-wrapper .info-wrapper .support ul li .title{
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    text-align: center;
    overflow: hidden;
}

.service-details-area-all .product-categories {
    overflow: hidden;
    padding: 50px 0;
    margin-bottom: 50px;
}

.service-details-area-all .product-categories .list {
    width: 24%;
    height: 200px;
    border-radius: 15px;
    border: solid 1px #b7b7b7;
    float: left;
    margin: 0.5%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.service-details-area-all .product-categories .list .title {
    font-size: 20px;
    font-weight: 600;
    display: flex;
    height: 60px;
    width: 80%;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
}

.tiptap h1,
.tiptap h2,
.tiptap h3,
.tiptap h4,
.tiptap h5,
.tiptap h6{
    margin-bottom: 20px;
}

.tiptap p{
    margin-bottom: 20px;
}

.tiptap img{
    margin-bottom: 20px;
}

.tiptap ul{
    list-style: circle;
    padding-left: 30px;
}

.tiptap table{
    width: 100%;
}

@media (max-width: 767px) {
    
    .service-details-area-all .product-categories {
        margin-bottom: 0px;
    }

    .proucts-list {
        margin-top: 20px;
    }

    .service-details-area-all .product-categories .list {
        width: 49%;
        height: 130px;
    }

    .service-details-area-all .product-categories .list .title {
        font-size: 13px;
        height: 60px;
        line-height: 18px;
        margin-top: 5px;
    }

    .product-innerpage-wrapper .product-image-wrap,
    .product-innerpage-wrapper .product-image-wrap .imagethmb_inner{
        height: 350px;
    }

    .product-innerpage-wrapper{
        margin-top: 73px;
    }

    .product-innerpage-wrapper .breadcrumbs {
        padding: 10px 0;
    }

    .product-innerpage-wrapper .breadcrumbs,
    .product-innerpage-wrapper .breadcrumbs li{
        height: auto;
        line-height: normal;
    }

    .product-innerpage-wrapper .breadcrumbs li {
        margin-bottom: 10px;
    }

}


/* Footer */
.footer_whatsapp {
    /* display: none; */
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
}
