.tp-footer-area {
    border: 0;
}

.breadcrumb-item.active{
    color: #61696e;
}

h1.title-product {
    color: #61696e;
    font-weight: bolder;
}

.quantity-add-cart.column--quantity {
    color: #61696e;
}

.select-quantity-div .quantity-input input {
    color: #61696e;
}

.quantity-add-cart.column--quantity {
    color: #61696e;
}

.product-buttons .btn-add-to-cart {
    border-color: var(--primary-color);
    background: #175a7d;
    color: #ffffff;
}

.product-buttons .checkout-btn {
    background: #f7f8fc;
    color: black;
}

.col-xl-4.col-lg-3.col-md-5.col-sm-12:first-child {
    display: none;
}
/*
.tp-footer-widget * {
    color: #61696e !important;
}
*/

.product-box .tp-image-product .out-of-stock, .tp-product-image .out-of-stock {
    background-color: #61696e;
}

.cart-badge {
    background-color: #61696e;
}

.div-product-weight {
    background: transparent;
    border: none;
    color: #61696e;
}

.tp-footer-payment {
    display: none !important;
}

.tp-footer-bottom .tp-footer-payment a {
    display: none !important;
}

.product-box .tp-content-product h2 {
    padding-bottom: 10px;
}

h2.tp-product-category-title {
    color: #61696e;
}

:root {
    --tp-text-body: #61696e;
}

.slate-p {
    text-align: center;
}

.slate-a {
    background-color: #01546f;
    color: white;
    padding: 5px 20px;
    border-radius: 8px;
}

.blog-text img {
    text-align: center;
    min-width: 100%;
    border-radius: 18px;
    margin: 45px 0px;
}

.header-nav.bg-header-transparent .tp-menu-list .ul-list>.top-level-link>a {
    color: #034961 !important;
}

section.tp-bar.tp-bar-header {
    background-color: #175a7d !important;
}

[data-template="home"] .tp-bar.tp-bar-header a {
    color: #1a5b7d !important;
}

[data-template="home"] .tp-bar.tp-bar-header {
    background-color: #f7f8fc !important;
}

.header-box svg {
    color: rgb(26 91 125);
}

.bg-header {
    box-shadow: none;
}



.product-box .footer-btns .btn-product-card-out-of-stock {
    filter: none;
    background-color: #f7f8fc !important;
    color: #175a7d !important;
}

.tp-discount-products .tp-products-container {
    border: 0;
}

@media (min-width: 768px) { 

.marquee__group a img {
    width: 80px;
    height: 80px;
    min-width: 100px;
    padding: 10px;
    -o-object-fit: contain;
    object-fit: contain;
}

}

.metafields-item .item-content {
    color: #175a7d !important;
}

a.product-card-add-to-cart.btn-product-card-out-of-stock.product-card-add-to-cart--sharp {
    background-color: #bbbbbb !important;
}

.metafields-item .item-name {
    font-size: 16px;
    color: #bbbbbb;
    font-weight: 600;
}

a.btn-link-categories {
    color: #2e5b7b !important;
    justify-content: start !important;
}

.categories-sub-group__title, .category-content .body-category .categories-title {
    color: #bbbbbb !important;
}

.categories-sub-group__title a, .category-content .body-category .categories-title a {
    color: #bbbbbb !important;

}

@media (max-width: 768px) { 

.tp-banners--full-bleed .tp-title-section h3 {
    padding: 0 16px;
    font-size: 26px;
}

}

/* كود المطور */

@media (min-width: 768px) {
  .tp-banners.tp-banners--full-bleed .container {
        padding: 0 30px;
  }
}

.tp-discount-products .tp-products-container {
    padding-inline-start: 0;
}

.tp-offers-box img {
    object-position: right;
}

.ltr .tp-offers-box img {
    object-position: left;
}

/* كود المطور */

.tp-poster-items a .img-info {
    background: linear-gradient(0deg,#f7f8fb,transparent) !important;
    color: #bbbbbb !important;
}

.tp-poster-items a .img-info h3 {
    font-size: 18px;
}

.tp-posters.merge-with-prev {
    margin-top: -3%;
}

.tp-footer-top .row {
    justify-content: space-around;
}