@import "../../fonts/Cairo/stylesheet.css";

* {
    font-family: Cairo,sans-serif;
}
body
{
    background-repeat: no-repeat;
}


/*-----------header--------------*/


.breadcrumb-item .breadcrumb {
    border-bottom: 1px solid;
    width: fit-content;
    padding-left: 36px;
    padding-bottom: 7px;
    margin-bottom: 10px;
}

.sub_titleDetailsNews  {

    margin-bottom: 24px;
    font-family: 'Droid Arabic Naskh' !important;
    color: #cdcdcdb3;
}

.breadcrumb-item li a,
.breadcrumb-item li.active
{
    text-decoration: none;
    color: #414b4c;
}
.breadcrumb-item .breadcrumb-item + .breadcrumb-item::before {
    font-family: FontAwesome;
    color: #414b4c;
    font-size: 13px;
    padding-top: 5px;

}

/*index*/



.addToCart{

    background: #1e1e1e !important;
    color: #fff !important;
    border-radius: 10px;
    width: 100%;
    margin-top: 22px;
}


.boxPrice
{
    border: 1px solid;
    margin-top: 22px;

}
.price{
    text-align: center;
    color: red;
    font-weight: bold;
    border-top: 1px solid #d9d5d5;
}

.priceOffer{
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

.titleRow {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 2px solid #1e1e1e;
     overflow: hidden;
    border-radius:0 10px   10px 0  ;
}


.titleRow span {
    display: inline-block;
    background:#1e1e1e;
    position: relative;
    padding: 5px 15px;
    color: #fff;
    font-weight: bold;
}

.titleRow span:after {
    content: '';
    background: #1e1e1e;
    position: absolute;
    width: 24px;
    height: 54px;
    transform: rotate(45deg);
    left: -19px;
    top: -3px;
    z-index: -1;
}

.cardCateg{
    text-align: center;
    display: block;
    color: #1e1e1e;
    text-decoration: none;
}
.cardCateg img{

    height: 150px;
}
.titleCard
{
    margin-top: 30px;
    font-weight: bold;
}

/* Add any additional custom styles here */
.product-card {
    position: relative;

    text-decoration: none;
    display: block;
    overflow: hidden;
}

.product-card.thisOffer:before {
    content: 'عرض';
    background: #1e1e1e;
    position: absolute;
    text-align: center;
    transform: rotate(45deg);
    right: -27px;
    top: 4px;
    padding: 2px 26px;
    color: #fff;
}


.product-img {
    height: 100%;
    object-fit: contain;
}

.imageProduct
{
    width: 100%;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.strikethrough {
    position: relative;
}
.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;

    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    transform:rotate(-5deg);
    color: #000;

}




/*---------------*/
