.btn-number:hover {
    color: var(--web-secondary);
}

thead {
    background: var(--web-primary) !important;
}

.feature_header {
    display: flex;
    justify-content: center;
}

.feature_header span {
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
}

.cz-product-gallery {
    display: block;
    padding: 0;
}

.product-details-main-row {
    align-items: flex-start;
}

.product-details-shell {
    max-width: 1560px;
}

@media (min-width: 992px) {
    .product-details-layout-row {
        display: grid;
        grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
        column-gap: 32px;
        align-items: start;
        margin-right: 0;
        margin-left: 0;
    }

    .product-details-content-column,
    .product-details-main-row {
        display: contents;
    }

    .product-gallery-column,
    .product-info-column,
    .product-sidebar-column {
        width: auto !important;
        max-width: none !important;
        flex: none !important;
        padding-right: 0;
        padding-left: 0;
    }

    .product-gallery-column {
        grid-column: 1;
        grid-row: 1 / span 2;
    }

    .product-info-column {
        grid-column: 2;
        grid-row: 1;
    }

    .product-sidebar-column {
        grid-column: 2;
        grid-row: 2;
        margin-top: 18px;
    }

    .product-details-overview-section {
        grid-column: 1 / -1;
        grid-row: 3;
    }
}

.cz-product-gallery .cz-preview {
    position: relative;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    max-height: none !important;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e8eef6;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.035);
}

.cz-product-gallery .product-thumbnail-slider,
.cz-product-gallery .product-thumbnail-slider .owl-stage-outer,
.cz-product-gallery .product-thumbnail-slider .owl-stage,
.cz-product-gallery .product-thumbnail-slider .owl-item {
    height: 100%;
}

.cz-product-gallery .product-preview-item {
    position: relative;
    width: 100%;
    height: clamp(450px, 36vw, 560px);
    min-height: 0;
    padding: 34px;
    overflow: hidden;
    background: #ffffff;
}

.cz-product-gallery .product-preview-item.active,
.cz-product-gallery .cz-preview-item.active {
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.cz-product-gallery .product-preview-item > img,
.cz-product-gallery .cz-preview-item > img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: contain;
    object-position: center;
    cursor: zoom-in;
    transition: transform .24s ease;
}

.cz-product-gallery .cz-preview:hover .product-preview-item > img {
    transform: scale(1.025);
}

.cz-product-gallery .cz-image-zoom-pane {
    border-radius: 14px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.18);
}

.product-gallery-actions {
    position: absolute;
    inset: 0;
    z-index: 6;
    pointer-events: none;
}

.product-gallery-action {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    padding: 0;
    border: 1px solid #d9dee7;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #4b5563;
    font-size: 24px;
    line-height: 1;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    opacity: 0;
    pointer-events: auto;
    transition: opacity .18s ease, transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.cz-product-gallery .cz-preview:hover .product-gallery-action,
.cz-product-gallery .cz-preview:focus-within .product-gallery-action {
    opacity: 1;
}

.product-gallery-action--prev {
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.product-gallery-action--next {
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.product-gallery-action--zoom {
    left: 50%;
    top: 50%;
    width: 72px;
    height: 72px;
    font-size: 28px;
    color: #ffffff;
    background: rgba(17, 24, 39, 0.66);
    border-color: rgba(255, 255, 255, 0.25);
    transform: translate(-50%, -50%) scale(.92);
}

.cz-product-gallery .cz-preview:hover .product-gallery-action--zoom,
.cz-product-gallery .cz-preview:focus-within .product-gallery-action--zoom {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.product-gallery-action:hover,
.product-gallery-action:focus {
    background: #ffffff;
    color: #111827;
    border-color: #f58020;
    outline: 0;
}

.product-gallery-action--prev:hover,
.product-gallery-action--prev:focus {
    transform: translateY(-50%) translateX(-2px);
}

.product-gallery-action--next:hover,
.product-gallery-action--next:focus {
    transform: translateY(-50%) translateX(2px);
}

.product-gallery-action--zoom:hover,
.product-gallery-action--zoom:focus {
    background: rgba(17, 24, 39, 0.78);
    color: #ffffff;
    transform: translate(-50%, -50%) scale(1.04);
}

.details {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 0 16px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.details .pro {
    order: 1;
    margin-bottom: 4px !important;
    color: #1f2937;
    font-size: 14px;
}

.details h2 {
    order: 2;
    color: #1f2937;
    margin-bottom: 12px !important;
    font-size: clamp(28px, 2.35vw, 38px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: 0;
}

.product-code-label {
    order: 1;
    align-self: flex-end;
    margin-top: -24px;
    margin-bottom: 10px;
    color: #9ca3af;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
}

.details form {
    order: 3;
}

.details .digital-product-authors {
    order: 3;
}

.product-add-and-buy-section .btn,
.product-restock-request-section .btn {
    position: relative;
    min-height: 54px;
    border-radius: 999px;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: .01em;
    border: 0;
    overflow: hidden;
    box-shadow: 0 12px 26px rgba(245, 128, 32, 0.16);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.product-add-and-buy-section .btn i {
    margin-inline-end: 8px;
    font-size: 16px;
    line-height: 1;
}

.product-add-and-buy-section .btn:hover,
.product-add-and-buy-section .btn:focus {
    transform: translateY(-1px);
    box-shadow: 0 16px 34px rgba(245, 128, 32, 0.24);
    filter: saturate(1.08);
    outline: 0;
}

.product-add-and-buy-section-parent.__btn-grp {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.product-add-and-buy-section {
    flex: 1 1 auto;
    min-width: 0;
}

.product-add-and-buy-section .product-add-to-cart-button {
    min-width: min(100%, 300px);
    padding-inline: 28px;
    color: #111827 !important;
    background: linear-gradient(135deg, #ffd400 0%, #ffbd00 52%, #ff9f1c 100%) !important;
}

.product-add-and-buy-section .product-buy-now-button {
    min-width: 170px;
    padding-inline: 24px;
    color: #ffffff !important;
    background: linear-gradient(135deg, #ff8a00 0%, #f05a28 55%, #df3d18 100%) !important;
    box-shadow: 0 12px 26px rgba(240, 90, 40, 0.2);
}

.product-purchase-tools {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 12px;
    padding: 6px 0 0;
}

.product-purchase-tool {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 38px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #111827;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    transition: color .18s ease, transform .18s ease;
}

.product-purchase-tool-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid #e4e7ec;
    border-radius: 50%;
    background: #ffffff;
    color: #111827;
    box-shadow: 0 5px 14px rgba(15, 23, 42, 0.05);
    transition: border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}

.product-purchase-tool i {
    color: inherit !important;
    font-size: 16px;
    line-height: 1;
}

.product-purchase-tool:disabled {
    opacity: 1;
    cursor: default;
}

.product-purchase-tool:hover,
.product-purchase-tool:focus {
    color: #f58020;
    outline: 0;
}

.product-purchase-tool:hover .product-purchase-tool-icon,
.product-purchase-tool:focus .product-purchase-tool-icon {
    border-color: rgba(245, 128, 32, 0.35);
    background: #fff7ed;
    color: #f58020;
    box-shadow: 0 8px 22px rgba(245, 128, 32, 0.11);
}

.product-description-panel {
    border: 1px solid #e7edf6;
    border-radius: 14px !important;
    box-shadow: 0 14px 38px rgba(15, 23, 42, 0.045);
}

.product-description-panel .tab-content {
    padding-top: 22px;
}

.product-description-tabs {
    justify-content: flex-start !important;
    gap: 10px;
    border: 0;
    margin-top: 0 !important;
    padding: 0;
}

.product-description-tabs .nav-item {
    margin: 0;
}

.product-description-tabs .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 22px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 999px !important;
    background: #ffffff;
    color: #4b5563 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1;
    box-shadow: none;
}

.product-description-tabs .nav-link.active {
    color: #111827 !important;
    border-color: rgba(245, 128, 32, 0.25) !important;
    background: #fff4df !important;
}

.product-description-tabs .nav-link::before {
    display: none !important;
}

.product-description-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: #111827;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
}

.product-description-heading::before {
    content: "";
    width: 5px;
    height: 28px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffd400 0%, #f58020 100%);
}

.product-description-content {
    max-width: 980px;
    max-height: none !important;
    padding: 0 0 8px !important;
    color: #374151 !important;
    font-size: 16px !important;
    line-height: 1.75;
    text-align: start !important;
}

.product-description-content h1,
.product-description-content h2,
.product-description-content h3,
.product-description-content h4 {
    color: #111827;
    margin: 22px 0 12px;
    font-weight: 800;
    line-height: 1.2;
}

.product-description-content h1 {
    font-size: 30px;
}

.product-description-content h2 {
    font-size: 24px;
}

.product-description-content h3,
.product-description-content h4 {
    font-size: 19px;
}

.product-description-content p {
    margin-bottom: 14px;
}

.product-description-content ul,
.product-description-content ol {
    display: grid;
    gap: 8px;
    padding-inline-start: 22px;
    margin: 14px 0 18px;
}

.product-description-content li {
    color: #374151 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.product-thumb-slider {
    width: min(900px, 100%);
    margin: 14px auto 0;
    padding: 0 54px;
    border-bottom: 1px solid #e5e7eb;
    background: #f7f8fb;
}

.product-thumb-slider .owl-stage {
    display: flex;
}

.product-thumb-slider .owl-item {
    display: flex;
    justify-content: center;
}

.product-preview-thumb {
    width: 108px !important;
    height: 108px !important;
    aspect-ratio: 1 / 1;
    min-height: 108px;
    overflow: hidden;
    border: 3px solid transparent;
    border-radius: 0;
    background: #ffffff;
    box-shadow: none;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.product-preview-thumb.active,
.product-thumb-slider .owl-item.synced .product-preview-thumb,
.product-preview-thumb:hover {
    border-color: #f58020;
    box-shadow: none;
}

.product-preview-thumb:hover {
    transform: none;
}

.product-preview-thumb img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    object-position: center;
    padding: 5px;
}

.product-sidebar-column .product-details-shipping-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 0;
    background: transparent;
    border: 0;
}

.product-sidebar-column .product-details-shipping-details .shipping-details-bottom-border {
    border: 1px solid #edf1f6;
    border-radius: 8px;
    background: #ffffff;
}

.product-sidebar-column .product-details-shipping-details .shipping-details-bottom-border > div {
    min-height: 58px;
    padding: 10px 12px !important;
    gap: 8px;
}

.product-sidebar-column .product-details-shipping-details span:last-child {
    color: #6b7280;
    font-size: 13px;
    line-height: 1.25;
}

.product-sidebar-column .product-details-shipping-details span:first-child {
    width: 22px !important;
    height: 22px !important;
    margin-right: 6px !important;
}

.product-sidebar-column .__inline-31 {
    margin-top: 12px;
    padding: 12px 14px;
    background: #ffffff;
    border: 1px solid #edf1f6;
    border-radius: 8px;
}

.product-sidebar-column .__seller-author {
    min-height: 0;
}

.product-sidebar-column .__seller-author img,
.product-sidebar-column .__inline-32 {
    display: none !important;
}

.product-sidebar-column .__seller-author h2,
.product-sidebar-column .__inline-31 h2 {
    margin: 0 !important;
    color: #1f2937;
    font-size: 15px !important;
    font-weight: 800;
    line-height: 1.25;
}

.product-sidebar-column .__seller-author h2::before,
.product-sidebar-column .__inline-31 h2::before {
    content: "Sprzedawca: ";
    color: #6b7280;
    font-weight: 600;
}

.product-sidebar-column .__inline-31 .col-12.mt-2 {
    display: none;
}

.product-sidebar-column .chat_with_seller-buttons {
    margin-top: 10px;
}

.product-sidebar-column .chat_with_seller-buttons .btn {
    min-height: 42px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
}

img,
figure {
    max-width: 100%;
    vertical-align: middle;
}

.cz-thumblist-item.active {
    border-color: #8888883b!important;
    padding: 10%;
    background: white!important;
}

.cz-thumblist-item {
    border-color: #8888883b!important;
    background: white!important;
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    margin: 0.625rem;
    transition: border-color 0.2s ease-in-out;
    border-radius: 0.3125rem;
    text-decoration: none !important;
    overflow: hidden;
}

.cz-thumblist-item > img {
    display: block;
    width: 80%;
    transition: opacity 0.2s ease-in-out;
    max-height: 58px;
    opacity: 0.6;
}

.seller_details {
    height: 114px;
    border: 1px solid #e2f0ff;
    padding-left: 20px;
    padding-right: 20px;
    background: white!important;
}

.product_overview{
    background: white!important;
}

.shop_name {
    padding-left: 10px;
}

.shop_name a {
    font-size: 18px;
    font-weight: 600;
    color: black !important;
}

.shop_name .review {
    font-size: 17px;
    font-weight: 600;
}

.star-rating {
    margin-top: 3px;
}

.contact {
    font-weight: 600;
    min-height: 45px;
    background: transparent linear-gradient(269deg, #00ade3 0%, #1b7fed 100%) 0%
        0% no-repeat padding-box;
    border-radius: 6px;
    border: none;
    padding: 0 10px;
    font-size: 18px;
    color: #ffffff !important;
}

.follow {
    font-weight: 600;
    min-height: 45px;
    background: transparent linear-gradient(269deg, #00ade3 0%, #1b7fed 100%) 0%
        0% no-repeat padding-box;
    border-radius: 6px;
    border: none;
    padding: 0 10px;
    font-size: 18px;
    color: #ffffff !important;
}

.product_overview .nav-tabs {
    height: 59px;
    border: 1px solid #e2f0ff;
}

.product_overview .nav-tabs .nav-item .nav-link {
    font-weight: 700;
    font-size: 25px;
}

.product_overview .nav-tabs .nav-link.active::before {
    background-color: #1b7fed;
}

.product_overview .nav-tabs .nav-link::before {
    position: absolute;
    display: block;
    bottom: 0;
    left: 1.25rem;
    width: calc(100% - (1.25rem * 2));
    height: 4px;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
        box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out;
    background-color: transparent;
    content: "";
}

.product_overview .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #422afe;
    background-color: rgba(0, 0, 0, 0);
    border-color: #12d7fe;
    padding-bottom: 0;
}

/*.text-accent {
    color: #1B7FED !important;
    font-size: 29px;
    font-weight: 700;
}*/

.pro {
    font-weight: 600;
    font-size: 16px;
}

.details .h3 {
    font-weight: 700 !important;
    font-size: 25px;
}



.product-description-label {
    /* font-family: "Roboto", sans-serif; */
    /* font-weight: 700; */
    font-size: 14px;
}

.product-price {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.single_product_review {
    box-shadow: 0px 0px 8px #00000026;
    border-radius: 6px;
}

.product_review_rating {
    color: #1b7fed;
    font-size: 18px;
    font-weight: 600;
    padding-right: 5px;
}

.overall_review {
    font-weight: 700 !important;
    font-size: 30px;
}

.specification .h6 {
    font-weight: 700 !important;
    font-size: 22px !important;
}

.list-unstyled li {
    font-weight: 700;
    font-size: 20px;
    color: black !important;
}

.seller_contact {
    height: 100%;
    display: flex !important;
    justify-content: flex-end !important;
}

.seller_shop {
    display: flex !important;
    justify-content: flex-start !important;
}

.view_all {
    display: flex;
    justify-content: flex-end !important;
}

    .view_border {
        margin-top: -53px;
        border-top: 2px solid #e3e9ef;
        margin-bottom: 53px;
    }

@media (max-width: 991.98px) and (min-width: 768px) {
    .product-thumb-slider {
        padding: 0 32px;
    }

    .product-preview-thumb {
        width: 92px !important;
        height: 92px !important;
        min-height: 92px;
    }
}

@media (max-width: 767.98px) and (min-width: 576px) {
    .cz-product-gallery .product-preview-item {
        height: 430px;
        padding: 26px;
    }

    .product-thumb-slider {
        padding: 0 46px;
    }

    .product-preview-thumb {
        width: 100px !important;
        height: 100px !important;
        min-height: 100px;
    }

    .details {
        padding: 22px 0 0;
    }

    .details h2 {
        font-size: 30px;
    }

    .cz-preview-item > img {
        width: 100%;
    }

    .seller_details {
        height: 160px;
    }

    .seller_contact {
        display: flex !important;
        justify-content: center !important;
    }

    .seller_shop {
        display: flex !important;
        justify-content: center !important;
    }

    .view_all {
        display: flex;
        justify-content: flex-start !important;
    }

    .feature_header {
        margin-top: 0;
        display: flex;
        justify-content: flex-start !important;
    }

    .feature_header span {
        padding-right: 0;
        padding-left: 0;
        font-weight: 700;
        font-size: 25px;
        text-transform: uppercase;
    }

    .view_border {
        margin: 16px 0px;
        border-top: 2px solid #e2f0ff !important;
    }
}

@media (max-width: 575.98px) {
    .product-details-shell {
        padding-right: 15px;
        padding-left: 15px;
    }

    .product-details-layout-row {
        margin-right: 0;
        margin-left: 0;
    }

    .product-details-content-column,
    .product-gallery-column,
    .product-info-column,
    .product-sidebar-column {
        padding-right: 0;
        padding-left: 0;
    }

    .cz-product-gallery .cz-preview {
        border-radius: 10px;
    }

    .cz-product-gallery .product-preview-item {
        height: 240px;
        padding: 10px;
    }

    .cz-product-gallery .wishList-pos-btn {
        display: none !important;
    }

    .product-gallery-actions {
        inset: 0;
    }

    .product-gallery-action {
        width: 36px;
        height: 36px;
        font-size: 18px;
        opacity: 1;
    }

    .product-gallery-action--prev {
        left: 10px;
    }

    .product-gallery-action--next {
        right: 10px;
    }

    .product-gallery-action--zoom {
        left: auto;
        top: auto;
        right: 12px;
        bottom: 12px;
        width: 42px;
        height: 42px;
        font-size: 18px;
        opacity: 1;
        transform: none;
    }

    .cz-product-gallery .cz-preview:hover .product-gallery-action--zoom,
    .cz-product-gallery .cz-preview:focus-within .product-gallery-action--zoom,
    .product-gallery-action--zoom:hover,
    .product-gallery-action--zoom:focus {
        transform: none;
    }

    .details {
        margin-top: 16px;
        padding: 0;
    }

    .details .pro {
        gap: 4px;
        font-size: 12px;
        line-height: 1.35;
    }

    .details h2 {
        font-size: 22px;
        line-height: 1.12;
        margin-top: 8px;
        margin-bottom: 12px !important;
    }

    .product-code-label {
        align-self: flex-start;
        margin: 0 0 8px;
        font-size: 12px;
    }

    .discounted-unit-price {
        font-size: 23px !important;
    }

    .details h3 {
        margin-bottom: 8px !important;
    }

    .product-add-and-buy-section-parent.__btn-grp {
        gap: 8px;
    }

    .product-add-and-buy-section {
        width: 100%;
        flex-direction: column;
    }

    .product-add-and-buy-section .btn,
    .product-restock-request-section .btn {
        width: 100%;
        min-width: 0;
        min-height: 48px;
        height: 48px;
        line-height: 46px;
        font-size: 15px;
        box-shadow: 0 10px 24px rgba(245, 128, 32, 0.18);
    }

    .product-add-and-buy-section .btn i {
        font-size: 14px;
        margin-inline-end: 7px;
    }

    .product-purchase-tools {
        justify-content: space-between;
        gap: 10px;
        margin-top: 8px;
        padding-top: 4px;
    }

    .product-purchase-tool {
        flex: 1 1 0;
        min-height: 34px;
        font-size: 12px;
        font-weight: 600;
        gap: 8px;
    }

    .product-purchase-tool-icon {
        width: 30px;
        height: 30px;
    }

    .product-purchase-tool i {
        font-size: 14px;
    }

    .product-preview-thumb {
        width: 74px !important;
        height: 74px !important;
        min-height: 74px;
    }

    .product-thumb-slider {
        padding: 0 8px;
        margin-top: 10px;
    }

    .product-preview-thumb img {
        padding: 3px;
    }

    .product-sidebar-column .product-details-shipping-details {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 16px;
    }

    .product-sidebar-column .product-details-shipping-details .shipping-details-bottom-border > div {
        min-height: 46px;
        padding: 9px 11px !important;
    }

    .product-sidebar-column .__inline-31 {
        margin-top: 10px;
        padding: 11px;
    }

    .product-sidebar-column .chat_with_seller-buttons .btn {
        min-height: 40px;
    }

    .product-description-panel {
        margin-top: 18px !important;
        padding: 14px !important;
        border-radius: 12px !important;
    }

    .product-description-panel .tab-content {
        padding-top: 16px;
    }

    .product-description-tabs {
        gap: 8px;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 2px;
    }

    .product-description-tabs .nav-link {
        min-height: 38px;
        padding: 0 16px !important;
        white-space: nowrap;
        font-size: 14px !important;
    }

    .product-description-heading {
        margin-bottom: 13px;
        font-size: 20px;
    }

    .product-description-heading::before {
        height: 24px;
    }

    .product-description-content {
        font-size: 14px !important;
        line-height: 1.65;
    }

    .product-description-content h1 {
        font-size: 24px;
    }

    .product-description-content h2 {
        font-size: 20px;
    }

    .product-description-content h3,
    .product-description-content h4,
    .product-description-content li {
        font-size: 15px !important;
    }

    .cz-thumblist {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: -1rem;
        margin-left: 0;
        padding-top: 1rem;
        padding-right: 22px;
        padding-bottom: 10px;
    }

    .cz-thumblist-item {
        margin: 0px;
    }

    .cz-thumblist {
        padding-top: 8px !important;
    }

    .cz-preview-item > img {
        width: 100%;
    }

    .seller_details {
        height: 160px;
    }

    .seller_contact {
        display: flex !important;
        justify-content: center !important;
    }

    .seller_shop {
        display: flex !important;
        justify-content: center !important;
    }

    .view_all {
        display: flex;
        justify-content: flex-start !important;
    }

    .feature_header {
        margin-top: 0;
        display: flex;
        justify-content: flex-start !important;
    }

    .feature_header span {
        padding-right: 0;
        padding-left: 0;
        font-weight: 700;
        font-size: 25px;
        text-transform: uppercase;
    }

    .view_border {
        margin: 16px 0;
        border-top: 2px solid #e2f0ff !important;
    }
    @media (max-width: 375px) {
        .for-discount-div {
            margin-top: -5% !important;
            margin-right: -5% !important;
            margin-bottom: 6%;
        }
    }
}
