﻿.reset-filter {
    float: right;
    margin-top: -33px;
    border: none;
    background: transparent;
    font-weight: 600;
}
.catlist {
    cursor: pointer;
}

    .catlist.active a, .catlist.active span {
        font-weight: bold;
        color: black !important;
        border-bottom: 2px solid #bb9a65;
    }
.tagcloud .catlist.active {
    font-weight: bold;
    background-color: #bb9a65 !important;
    color: #ffffff !important;
}
.widget-categories ul{
    max-height: 310px;
    overflow:auto;
}
.widget-tag-cloud{
    max-height: 310px;
    overflow: auto;
}
.filter-button{
    display:none;
}
#applyTileFilterButton {
    display: none;
}
#filter-responsive-button {
    margin-top: 50px;
    border-radius: 5px 0px 0px 5px;
    padding: 0 15px;
    font-size: 23px;
    background-color: var(--logistiq-black);
    box-shadow: -2px 2px 6px 0px #00000050;
    border: none;
    height: 35px;
}
.fa-sliders:before {
    content: "\f1de";
}
.fa {
    display: inline-block !important;
/*    font: normal normal normal 14px / 1 FontAwesome;*/
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#filter-responsive-button i{
    color:#ffffff;
    font-size: 1.5rem;
}
.pagination-controls {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

    .pagination-controls button {
        padding: 8px 16px;
        margin: 0 4px;
        text-decoration: none;
        color: black;
        border: 1px solid #d8dfe4;
        border-radius: 4px;
    }

.active-page {
    background-color: #2cc8ff;
    color: white;
    border-color: #ddd;
}

.pagination-controls button:hover {
    background-color: #ddd;
}
@media only screen and (max-width: 1200px) {
    .content--container{
        position: relative;
    }
    .filter-button {
        display: flex;
        justify-content: end;
    }
    .filter-sidebar {
        display: none;
        position: absolute;
        top: 2px;
        z-index: 100;
        right: -15px;
        width: 360px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0 8px 12px 1px #565969;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        padding: 10px;
    }
    .filter-sidebar.show-filter {
        display: block;
    }
    #applyTileFilterButton {
        display: block;
        background: #bb9a65;
        color: #0000009c;
        padding: 8px 20px;
        margin-bottom: 10px;
        border-radius: 10px;
        border: none;
        font-weight:600;
        width: 100%;
    }
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.custom-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    
}
.viewdetail-modal-content {
    height: 90svh;
    width: 90%;
    overflow: scroll;
}


.quote-modal-content {
    width: 45%;
}

    @media only screen and (max-width: 990px) {
        .quote-modal-content {
            width: 65%;
        }
        .viewdetail-modal-content {
            overflow: scroll;
        }

    }

@media only screen and (max-width: 600px) {
  .quote-modal-content {
     width: 90%;
  }
}

 .close {
   color: #000000;
   float: right;
   font-size: 2.2rem;
   font-weight: bold;
 }

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-content .modal-header h4{
    margin-bottom: 0px !important;

}

.product-details{
    padding: 0 100px;
}

.product-details .main-image img {
    width: 100%;
}

.preview-image {
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1 / 1;
}
.preview-images{
    padding:30px 10px 10px 10px;
}
.product-profile{
    padding: 0 40px;
}
@media only screen and (max-width: 700px) {
    .product-profile {
        padding-inline: 10px;
    }
}
.product-profile p {
    text-align: start;
    font-size: 1rem;
    color: #000000;
    line-height: 1.2rem;
    letter-spacing: 0.7px;
}


.product-desc p {
    line-height: 1.6rem;
    font-size: 1rem;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
    .product-details {
        padding: 0;
    }
}

.product__all-content p {
    padding-block-start: 14px;
    color: var(--logistiq-black);
}

.popup-message {
    position: fixed;
    z-index: 10000;
    top: 85px;
    right: 0;
    background: green;
    color: white;
    padding: 20px 30px;
    border-radius: 15px 0 0 15px;
    box-shadow: -3px 5px 12px 3px #00000059;
    
}
.popup-message.success {
    background: green;
}

.popup-message.error {
   background: #d54141;
}


.quote-modal{
    z-index: 2000 !important
}
.openQuoteModal {
    color: #f0e9e9;
    background-color: var(--logistiq-black);
    border-radius: 8px;
    border: none;
    padding: 5px 14px;
    margin-block-start: 7px;
}

@media only screen and (max-width: 600px) {
    .openQuoteModal {
        padding: 2px 6px;
        border-radius: 5px;
        font-size: 15px;
    }
}


