.product-desc-content p {
    color: #333 !important;
    font-weight: 400 !important;
}

.conditions-rules p {
    font-size: 14px !important;
}

.about-top-text{
    color: #333490 !important;
}

.cat-block img{
    padding: 20px !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #b0c628;
    border-color: #b0c628;
    box-shadow: none;
}

.order-details-product-data{
    margin: 0 10px 0 10px;
}

#map {
    margin-top: 20px;
}

.page-header {
    padding: 4.6rem 0 5rem;
    background-color: #f4f4f4 !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

p {
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 300;
    font-family: 'Poppins';
    letter-spacing: 0;
    color: #555555 !important;
}

.header-intro-clearance .header-bottom .container::after {
    position: absolute;
    content: none;
    right: 28rem;
    height: 1.5rem;
    width: .1rem;
    top: 50%;
    background-color: #ccc;
    transform: translateY(-50%);
}

@media screen and (min-width: 992px) {
    .page-header h1 {
        font-size: 3.2rem;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
}

.address-details{
    min-height: auto !important;
}

.actions .delete {
    cursor: pointer;
    transition: .3s;
    color: #ff0000;
}

.breadcrumb-item a {
    color: #000000 !important;
}

.footer a {
    color: #555555;
}

.product-cat a {
    color: inherit;
    font-weight: 400;
}


.dropdown-cart-total {
    padding: 1rem 0 .5rem;
    display: flex;
    align-items: flex-end;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 1.1rem;
}

.header-nav li {
    position: relative;
    font-weight: 400;
}


.header.header-10.header-intro-clearance .wishlist-txt, .header.header-10.header-intro-clearance .cart-txt, .header.header-10.header-intro-clearance .compare-txt {
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: 0;
    color: #555;
    margin-top: .3rem;
    transition: all .3s;
}

table{
    border-color: #e2e2e2;
}

table td:first-child,
table th:first-child {
  font-weight: bold;
  white-space: nowrap; /* يمنع لف السطر داخل الخلية */
  width: 1%;  
}

table td:first-child p{
  font-weight: bold !important;
  white-space: nowrap; /* يمنع لف السطر داخل الخلية */
  width: 1%;  
}

td {
    padding: 8px;
    font-weight: 400;
}


@media screen and (min-width: 1200px) {
    .intro-col {
        padding-left: unset;
        width: 70%;
        text-align: center;
        margin: 0px auto;    
    }

    .intro-title {
        background-color: #ffffff99;
        /*border-radius: 30px;*/
        font-size: 2.5rem;
        padding: 20px;
        line-height: 40px;
    }    
}

@media screen and (min-width: 992px) {
    .intro-slider-container, .intro-slide {
        height: 500px;
    }
}

.header-intro-clearance .header-middle .header-center, .header-intro-clearance .header-bottom .header-center {
    flex: 0 0 calc((100% + 20px) / 1 - 20px);
    max-width: calc((100% + 20px) / 1 - 20px);
    margin: 0;
}

.whatsapp-fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.whatsapp-fixed img {
  width: 55px;
  height: 55px;
  cursor: pointer;
  transition: transform 0.3s;
}

.whatsapp-fixed img:hover {
  transform: scale(1.1);
}

.mobile-filter-menu span {
    font-size: 2rem;
    font-weight: 500;
}
