/* Product Description css */
.get-catalog,
.quick-quote {

    text-decoration: none
}

.get-catalog,
.pro-details ul li,
.quick-quote {
    display: inline-block;
    color: #0b415d
}

.pro-description-details .pro-heading h1 {
    font-size: 26px;
    padding: 15px 0
}

.pro-description-img {
    text-align: center;
}

.quick-quote {
    border: 2px solid #14a1b5;
    padding: 4px 15px;
    background-color: #14a1b5;
    font-size: 15px;
    color: white;


}

.specifi {
    margin-top: 26px;
    color: #14a1b5;
    font-weight: 600;
    font-size: 21px;
    padding-left: 13px;
    margin-bottom: 18px;
    box-shadow: 0 0 10px #ccc;
    padding: 8px 12px;
}

.table.spec {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #000;
}

.table.spec th,
.table.spec td {
    border: 1px solid #000;
    padding: 8px 12px;
    font-size: 14px;
    vertical-align: top;
    font-weight: 500;
}

.table.spec td {
    font-weight: normal;
}

.cata-list {
    font-size: 14px;
    padding-left: 20px;
    margin-bottom: 20px;
}

.cata-list li::marker {
    color: green;
    font-size: 19px;
}

.cata {
    color: #333;
    font-size: 14px;
    padding: 5px;
    text-align: justify;
    margin-bottom: 5px;
}

.product-content p {
    margin-bottom: 5px;
    line-height: 1.6;
}

.get-catalog:hover,
.quick-quote:hover {
    color: #fff;
}

.get-catalog {
    border: 2px solid #df853d;
    /* border-radius: 10px; */
    background-color: #df853d;
    color: white;
    padding: 4px 15px;
    font-size: 15px;
}


.mainn {
    padding-left: 30px;
}

.main-image-area {
    width: 100%;
    position: sticky;
    max-width: 567px;
    margin-bottom: 30px;
}

.pro-description-img {
    width: 100%;
      background: #f3f3f3;
    border-radius: 8px;
    padding: 10px;
}

.main-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.thumbnail-row {
    margin-top: 15px;
    display: flex;
    justify-content: flex-start;
    /* Left-align thumbnails */
    gap: 10px;
}

.thumbnail {
    width: 60px;
    height: 60px;
    border: 2px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}

.thumbnail.active {
    border-color: #2d416f;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro-details {
    margin-top: 25px
}

.pro-details ul {
    margin-bottom: 0;
    border: 1px solid #e1ecce;
    background-color: #e1ecce
}

.pro-details ul li {
    list-style: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    border-right: 1px solid #0b415d
}

.pro-details ul li:last-child {
    border: 0
}

.related-products .owl-nav {
    display: none !important
}

.product-features,
.recently-viewed,
.related-products {
    margin-top: 50px
}

.modal-header {
    background: #0b415d
}

.modal-header .st-titile {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}

#exampleModal2 .modal-content {
    background: #e1ecce
}

#exampleModal2 .btn-primary {
    background: #0b415d;
    border: 1px solid #0b415d
}

.accordion-button:not(.collapsed) {
    background-color: #6dabd1;
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
}

.accordion-button:focus {
    border-color: #2c8aba;
    box-shadow: 0 0 0 .25rem #c9dde7;
    color: #222;
}

.product-content p {
    text-align: justify;
    color: #2f2f2f;
    font-size: 14px;
    line-height: 20px;
}

td.tr_design {
    font-size: 14px;
    padding: 10px 10px;
}

.rating-stars {
    color: #febf00;
    font-size: 20px;
}

.current-pricee {
    color: #f1622e;
    font-weight: bold;
    padding-left: 0px;
    font-size: 18px;

}

.product-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
}

/* Quantity Selector */
.quantity-selector {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    padding: 3px 15px;
    background-color: #f9f9f9;
    font-weight: 500;
    font-size: 16px;
}

.qty-btn {
    background: none;
    border: none;
    font-size: 18px;
    color: #333;
    padding: 0 8px;
    cursor: pointer;
}

.qty-value {
    margin: 0 5px;
    width: 20px;
    text-align: center;
}



.mdl-ftr {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}


.close-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    padding: 5px 14px;
    cursor: pointer;
    font: inherit;
    font-size: 15px;
    color: #fff;
    transition: box-shadow 100ms ease;
    -webkit-appearance: none;
    appearance: none;
    background-color: #957d75;
    font-weight: 500;
    overflow: hidden;
    border-radius: 4px;
}

.close-btn:hover {
    background-color: #b48676;
    color: #fff;
}

@media screen and (max-width:320px) {
    .action {
        margin: 0 !important;
        padding: 8px !important;
    }

    .pro-details {
        border: 1px solid #0b415d;
        margin: 10px;
        padding-bottom: 20px
    }

    .pro-description-details .pro-heading h1,
    .pro-img {
        text-align: center
    }

    .pro-img img {
        width: 80%
    }
    .mainn{
        padding-left: 0px;
    }
}

@media screen and (max-width:767px) {
    .header {
        padding-bottom: 0
    }
}


@media screen and (min-width:340px) and (max-width:480px) {
    .all-products {
        padding-bottom: 75px
    }
    .mainn{
        padding-left: 0px;
    }
}

@media screen and (min-width:321px) and (max-width:575px) {
    .pro-details {
        border: 1px solid #0b415d;
        margin: 10px
    }

    .pro-img {
        text-align: center
    }
}

@media screen and (min-width:481px) and (max-width:575px) {
    #wrapper {
        bottom: 263px
    }

    .device {
        width: 50%
    }
}

@media screen and (min-width:576px) and (max-width:767px) {
    .pro-details {
        border: 1px solid #0b415d
    }
}

@media screen and (max-width:480px) {
    .all-products a img {
        width: auto
    }
}

@media screen and (min-width:1200px) {
    .device {
        width: 20%
    }

    .all-products a img {
        width: 80%
    }
}