.product-item_img img {
    width: auto;
    height: 52px;
}

.design-product {
    border: 1px solid #ddd;
}

.sm-image img {
    width: 100px;
}

td.product-img img {
    width: 40px;
}

.section-space--pt_20 {
    padding-top: 27px;
}
.bg-theme {
    background: #1377bd;
}
.th-1 {
    background: #f7f7f7;
}
.th-2 {
    background: #ffe7af;
}
.th-3 {
    background: #b5c8d9;
}

.category-section {
    padding: 60px 0;
}

.single-product-item {
    margin-top: 30px;
    border: 1px solid #ddd;
}

.footer-area {
    border-top: 5px solid #1377bd;
}

.single-product-item .product-content .prodect-price span {
    color: #0f75bc;
    font-size: 18px;
    font-weight: 600;
}

#cookiePopup h4 {
        font-size: 25px;
        color: #fff;
        margin-bottom: 15px;
    }

    #cookiePopup p {
        font-size: 15px;
        color: #fff;
        margin-bottom: 15px;
        letter-spacing: 1px;
        line-height: 1.5;
        max-width: 850px;
    }

    #cookiePopup p a {
        color: #fff;
        text-decoration: underline;
    }

    .cookieBtns {
        display: inline-flex;
        gap: 10px;
    }

    .cookieBtns button {
        font-size: 15px;
        margin: 10px 0;
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        background: #000;
        cursor: pointer;
        transition: all 0.5s ease;
        border: 2px solid #fff;
    }

    .cookieBtns button:last-child {
        background-color: #fff;
        color: #666 !important;
    }

