.product-list,
.product-archive-nav {
    font-family: 'Poppins', Sans-serif !important;
}

.classic-grid-image-wrapper {
    border: 1px solid rgb(212, 212, 217);
    background-color: rgb(255, 255, 255);
}

.classic-grid-image-wrapper img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

#product_archive_nav a {
    padding: 0 16px;
    line-height: 48px;
    transition: all ease 0.5s;
}

.classic-grid h3.product-name {
    color: #2e2e2e !important;
    font-size: 18px !important;
    font-weight: 400;
    padding: 24px 0 16px 0 !important;
}

.classic-grid span.product-price {
    font-weight: 600;
}

.classic-grid.archive-listing {
    margin-top: 24px;
}

.list.archive-listing {
    max-width: 100% !important;
    padding: 0 0 24px 0 !important;
    margin-top: 24px;
    border-bottom: 1px solid #d4d4d9 !important;
}

.list.archive-listing:hover {
    background: transparent !important;
}

.classic-list-image-wrapper {
    width: 190px !important;
    max-height: 192px !important;
    border: 1px solid #d4d4d9;
}

.classic-list-image-wrapper img {
    width: 100% !important;
    max-height: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

#classic-list .product-name {
    font-size: 18px;
    font-weight: 600;
    color: #2e2e2e;
}

#classic-list .product-short-descr {
    font-size: 16px;
    font-weight: 400;
    color: #676767;
    padding: 8px 0 0 0;
}

#modern-grid .modern-grid-element {
    height: 360px;
    border: 1px solid #d4d4d9;
    box-shadow: none;
    margin-top: 24px;
}

#modern-grid span.product-price {
    font-size: 22px !important;
}

#modern-grid .modern-grid-element img {
    min-height: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#modern-grid .modern-grid-element h3.product-name {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 8px 16px;
}

/**Product Single Page--- start*/
.boxed.al_product #product_details_container div.entry-thumbnail.product-image {
    line-height: unset !important;
}

#product_page {
    max-width: 1140px;
    padding: 0 0.625rem;
    margin: auto;
    font-family: 'Poppins', Sans-serif !important;
}

#product_details_container .product-image {
    width: 50% !important;
    height: auto;
    border: 1px solid #d4d4d9;
}

#product_details {
    align-self: start;
    padding-left: 24px;
}

#product_details .shortdesc {
    border-bottom: 0 !important;
}

#product_details p {
    font-size: 16px;
    color: #676767;
}

#product_details .price-container {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    margin-top: 16px !important;
    font-weight: 600;
}

#after-product-details {
    border: 0;
    background: none;
}

#after-product-details .ic_tabs {
    margin-top: 40px;
}

#after-product-details .ic_tabs::after {
    content: '';
    display: block;
    margin-left: auto;
    width: auto;
    border-bottom: 1px solid #d4d4d9;
    margin-top: -1px;
}

#after-product-details h3[data-tab_id='product_description'] {
    border-left: 1px solid #d4d4d9;
}

#after-product-details h3[data-tab_id='product_description'],
#after-product-details h3[data-tab_id='product_features'] {
    background: none;
    border-top: 1px solid #d4d4d9;
    color: #9a9aa0;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #d4d4d9;
}

#after-product-details h3.active {
    font-weight: 600;
    color: #282866;
    border-bottom: 1px solid #fff !important;
}

#product_description p:last-child {
    text-align: center;
    margin-top: 32px;
}

#product_features table {
    border-collapse: collapse;
    width: 80%;
}

#product_features table td {
    padding: 20px !important;
}

#product_features table td.attribute-value-unit-single {
    background: #fff;
    font-weight: 400;
}

#product_features table td.attribute-label-single {
    background: #f7f7f7;
    width: 24% !important;
    font-weight: 600;
    text-transform: uppercase;
}

#product_page .product-entry .after-product-description {
    margin-bottom: 48px;
}

#product_page .product-entry .back-to-products {
    display: inline-block;
    text-decoration: none;
    min-width: 140px;
    height: 48px;
    padding: 0 16px;
    line-height: 48px;
    border-radius: 8px;
    background-color: rgb(40, 40, 102);
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

#product_details table {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    margin-bottom: 16px !important;
}

#product_details table td {
    display: table-cell !important;
}

#product_details table.price-table td:first-child,
#product_details table.sku-table td:first-child,
#product_details table.size-table td:first-child,
#product_details table.weight-table td:first-child {
    width: 200px;
}

#product_details table.sku-table td,
#product_details table.size-table td,
#product_details table.weight-table td {
    font-size: 18px !important;
    color: #676767 !important
}

#product_details .price-label {
    font-size: 25px !important;
    color: #FE3C00 !important;
}

/**Product Single Page Mobile--- start*/
@media screen and (max-width: 768px) {
    #product_features table td.attribute-label-single {
        width: 30% !important;
    }
}

/**Products Mobile--- start*/
@media screen and (max-width: 767px) {
    .classic-grid.archive-listing {
        width: 100% !important;
    }

    .classic-grid span.product-price {
        font-size: 22px !important;
    }

    #product_archive_nav ul {
        padding: 0;
    }

    #modern-grid .product-list {
        display: block;
    }

    #modern-grid .modern-grid-element {
        margin-top: 32px;
    }

    #modern-grid .modern-grid-element:first-child {
        margin-top: 16px;
    }

    #classic-list .product-name {
        margin-top: 10px;
    }

    #classic-list .product-short-descr {
        font-size: 14px;
        line-height: 1.5;
    }

    h1.entry-title.product-name {
        text-align: center;
    }

    #product_details table.price-table td:first-child,
    #product_details table.sku-table td:first-child,
    #product_details table.size-table td:first-child,
    #product_details table.weight-table td:first-child {
        width: 120px;
    }

    #product_description img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }
}

@media screen and (max-width: 1023px) {
    #after-product-details .catalog-header {
        background: transparent;
        color: #9a9aa0;
    }

    #after-product-details .catalog-header.open {
        color: #282866;
    }

    #product_details {
        padding-left: 0
    }

    #product_details_container .product-image {
        width: 100% !important;
    }

    #product_features table tbody {
        border: 1px solid #cccccc;
    }
}
