.page-header {
    padding-top: 4em;
    padding-bottom: 4em;
}

.header-middle {
    padding-top: 1.45rem;
    padding-bottom: 1.45rem;
}
.product-title {
    text-align: center;
    height: 55px;
    /* max-width: 400px; */
}
.product-title a {
    font-weight: bold;
    text-decoration: none;
    color: #000000;

    display: -webkit-box;
    white-space: normal;
    font-size: 17px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new-arrival-div {
    background-color: orange;
    padding: 5px 15px;
    color: white;
}
.product-default {
    border: 1px solid #dbdbdb;
}

.product-default:hover {
    box-shadow: 0 0 10px #ccc;
    transition: all 0.2s ease-out;
}

.product-title {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

ol.gradient-list {
    counter-reset: gradient-counter;
    list-style: none;
    margin: 1.75rem 0;
    padding-left: 1rem;
    color: black;
}

ol.gradient-list li {
    background: white;
    border-radius: 0 0.5rem 0.5rem 0.5rem;
    counter-increment: gradient-counter;
    margin-top: 2rem;
    min-height: 3rem;
    padding: 1rem 1rem 1rem 3rem;
    position: relative;
}

ol.gradient-list > li::before,
ol.gradient-list > li {
    /* box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05); */
    border: 1px solid #eee;
}

.gradient-list-count {
    background: linear-gradient(135deg, #65829d 0%, #516a82 100%);
    border-radius: 1rem 1rem 0 1rem;
    content: "";
    height: 3rem;
    left: -1rem;
    overflow: hidden;
    position: absolute;
    top: -1rem;
    width: 3rem;
    padding: 2px;
    text-align: center;
    color: white;
    font-size: 15px;
    font-weight: bold;
}

.cart-dropdown .dropdown-toggle::after {
    display: none;
}

.breadcrumb-item {
    font: 12px sans-serif;
    font-weight: bold;
}

.more-features a {
    text-decoration: none;
    color: #4e8ac1;
    border-bottom: 1px solid #106abd;
}

.more-features a:hover {
    text-decoration: none;
    color: #106abd;
}

.feature-listing {
    padding-left: 1em;
}
.feature-listing li {
    list-style-type: disc;
    line-height: 1.5;
}
/* .feature-listing li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
} */

.new-arrive {
    position: absolute !important;
    right: 10px;
    bottom: 150px;
}
div.container-fluid {
    max-width: 1500px;
    margin: 0 auto;
}
.logo {
    margin-left: 10px;
}
.product-model {
    text-align: center;
    font-size: 15px;
}
.product-desc {
    line-height: normal !important;
}
.product-desc hr {
    margin: 1.5rem auto 2.2rem;
}

.thumb-property {
    padding: 5px;
    text-align: center;
}

.product-single-details .product-desc {
    padding-bottom: 0.7rem;
}

.buy-now-btn {
    transition: all 0.2s ease-in-out;
    width: 130px;
}

.buy-now-btn:hover {
    transform: scale(1.1);
}
.price-box .paction {
    font-family: inherit;
    height: auto;
}
.price-box .add-cart {
    padding: 0.45rem 0.5rem;
    background-color: #018543;
    color: white;
    border: none;
}
.price-box .add-cart:hover {
    background-color: #075f33;
}

.color-black {
    color: black !important;
}

.return__policy__ol__list {
    list-style-type: decimal;
    color: black;
    margin-left: 15px;
}

.policy__pages {
    font-size: 14px;
    max-width: 1500px;
    text-align: justify;
    line-height: 2;
    color: black;
}
.prod-thumbnail {
    padding: 0px !important;
}
