body {
    font-family: 'Cairo' !important;
    scroll-behavior: smooth;
}

html {
    font-family: 'Cairo' !important;
    scroll-behavior: smooth !important;
}

section#products {
    position: relative;
}
#totalWithShipping {
    color: white;
    border-radius: 5px;
    padding: 0 7px;
    background-color: #1f8739;
    font-weight: 700;
}
/*************************/
.container.containerNav {
    border-radius: 20px;
    padding: 0 15px;
    margin: 0 5px;
}
/*************************/
.back1 {
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #000000cc;
}

.backBlak {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #ffffff8f;
}

.navbar-brand {
    z-index: 99;
    margin-right: 0 !important;
    margin-left: 0 !important;
    position: relative;
}

.bg-light {
    background-color: #f1f1f1 !important;
}

.ActPro {
    background-color: red !important;
    color: #fff !important;
}

.activPage-1 {
    font-weight: bold;
    color: #e51f38 !important;
}

.activePage {
    font-weight: bold;
    color: #e51f38 !important;
}



.description {
    text-align: justify;
    margin-bottom: 0;
    width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis !important;
    overflow: hidden;
}

.Btn1 {
    margin: auto 10px;
    cursor: pointer;
    background-color: red;
    padding: 0px 20px;
    border-radius: 5px;
    display: inline;
    color: white;
    font-weight: 900;
}
a.copy-phone {
    cursor: pointer;
}
.ppp {
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0 0px 0px 1px #0000002b;
}

.whatsapp-button a {
    text-decoration: none;
    /* إخفاء الخط تحت الرابط */
}

.phone-number {
    display: none;
}

.IconCartNav {
    position: relative;
}

.CountCart {
    color: red;
    position: absolute;
    top: -2px;
    right: -8px;
    font-weight: bolder;
}

.copy-msg {
    width: 150px;
    position: absolute;
    bottom: -30px;
    right: 0;
    background: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease;
}

.phone .span {
    background-color: green;
    transition: transform 0.5s ease-out;
}

.whatsapp-button.phone {
    transition: all 0.5s ease-in-out;
}

.whatsapp-button {
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 1000;
}

.whatsapp-button .iconConn {
    display: flex;
    justify-content: center;
    color: white;
    border-radius: 50%;
    font-size: 24px;
    margin-top: 10px;
}

.iconConn {
    background-color: #d90000;
    box-shadow: 0px 2px 3px 0px #00000050;
    padding: 10px;
    transition: all 0.5s ease-in-out;
}


h2 {
    font-weight: bold;
    margin: 0px 10px 0px 3px !important;
    color: black;
}
a.navbar-brand.d-flex.justify-content-center.navbar-brand.text-danger {
    align-items: center;
}
.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255,255,255,1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-toggler {
    padding: 0 5px !important;
    border: none !important;
    outline: none;
}

.CartAndLog {
    flex-direction: row;
}

.CartAndLog li {
    margin-left: 20px;
}

.AllUl {
    display: flex;
    flex-direction: row;

}

.AllUl div {
    margin-right: 10px;
}

.active3 {
    background-color: rgb(0 0 0/ 85%) !important;
}

.services .row,
.products .row,
.WhyChoose .row {
    justify-content: center;
}

.back {
    z-index: 9;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /*    opacity: 0.6;*/
    position: absolute;
    background-color: #111111a3;
}

.back2 {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.back2 .back-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s ease-out;
    will-change: transform;
}

.hero {
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: background-image 1s ease-in-out;
    color: white;
}

.navbar1 {
    z-index: 9999;
    width: 100%;
    top: 0;
    right: 0;
    position: absolute;
    background-color: #ffffff00 !important;
    padding: 10px !important;
}
.parentNav {
    display: flex;
    transform: translateY(-100%);
    top: 5px;
    z-index: 999999;
    position: fixed;
    width: 100%;
    height: auto;
    justify-content: center;
    transition: all 0.5s ease;
    opacity: 0;
}
.navbar2 {
    border-radius: 20px;
    background: rgb(0 0 0 / 85%) !important;
    position: unset;
    width: 96%;
    padding: 0px !important;
}

.contHero {
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.navbar-nav {
    width: 100%;
    /*    justify-content: flex-end;*/
}

.navbar-brand img {
    height: 35px;
}

.navbar-visible {
    opacity: 1;
    transform: translateY(-1px);
}

.containerNav {
    display: flex;
    flex-direction: row-reverse;
    max-width: initial;
    margin: 0 25px;
    width: 100% !important;
    justify-content: space-between;
}

ul.navbar-nav.ml-auto {
    padding: 0;
    align-items: center;
}

.ContCartU {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.ContCartU i {
    margin-right: 10px;
    color: white;
}

.navbar-visible {
    opacity: 1;
    transform: translateY(-1px);
}

.containerHero {
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #e51f38;
}

.navbar-nav .nav-link {
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover {
    animation: rubberBand 1s;
}

@keyframes rubberBand {
    0% {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

.pulse-glow {
    font-weight: 900;
    position: relative;
    animation: pulseNest 2s ease-in-out infinite;
    color: #fff;
    text-shadow: 0 0 10px red, 0 0 20px red, 0 0 30px red;
}

@keyframes pulseNest {

    0%,
    100% {
        transform: scale(1);
        text-shadow: 0 0 10px #37a7dd, 0 0 20px #0d5d9b, 0 0 30px #0d5d9b;
    }

    50% {
        transform: scale(1.1);
        text-shadow: 0 0 20px #37a7dd, 0 0 40px #0d5d9b, 0 0 60px #37a7dd;
    }
}

/*///////////////////////*/

.ContDivOffer{
    padding: 10px 0px;
    position: relative;
    z-index: 99;
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
}
.btn-primary {
    font-weight: bold;
    background-color: red;
    border: none;
    transition: background 0.3s ease;
}

.btn-primary:hover {
    background-color: red;
}


.CardIndex .btn-primary {
    transform: scaleX(-1) !important;
    color: #5d5d5d;
    padding: 0px 15px;
    background-color: #ffffff;
    border: none;
    transition: background 0.5s ease;
}

.Headlight {
    box-shadow: 0px 1px 9px 3px #00000052;
}

.CardIndex .btn-primary:hover {
    background-color: red;
    color: white;
}

.aboutSection {}


.centRow {
    box-shadow: 0px 9px 20px 0px #0000003b;
    border-radius: 10px;
    padding: 20px;
    background: linear-gradient(270deg, #fdfdfd 50%, #d7d7d7 50%);
}

/*////////////serves//////////////*/
.flip-card {
    perspective: 1000px;
    height: 250px;
    margin-bottom: 20px;
}

.flip-card-inner {
    border-radius: 10px;
    background-color: white;
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 2.0s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 2px 5px rgb(0 0 0 / 38%);
    justify-content: center;
}

.clickIcon {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #ff00008c;
    z-index: 5;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.i-iconi {
    font-size: 14px;
    animation: Icon 2s infinite;
}

.pulse-circle {
    position: absolute;
    width: 40%;
    height: 40%;
    border: 2px solid #ff00008c;
    border-radius: 50%;
    opacity: 0;
    animation: pulseAnim 2s infinite;
}

.circle1 {
    animation-delay: 0s;
}

.circle2 {
    animation-delay: 1s;
}

@keyframes pulseAnim {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.8);
        opacity: 0.2;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

@keyframes Icon {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
    }
}

.flip-card-back {
    transform: rotateY(180deg);
    background: linear-gradient(to right, #0f172a, #1e293b);
    color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.serviceIcon {
    font-size: 30px;
    color: red;
}

/*//////////////////////////*/

.card,
.footer-links a,
.form-control {
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.prodectIndex,
.offrer {
    transition: 0.6s ease;
    margin-bottom: 50px;
}

.CardIndex {
    height: 100%;
    overflow: hidden;
    box-shadow: 0 1px 5px 0px #0000002e;
    transition: 0.5s ease !important;
}

.imgConCart {
    /*height: 200px;*/
    position: relative;
}

.imgConCart img,
.ContImgOffer img {
    width: 100%;
    height: 100%;
}
img.card-img-top {
    aspect-ratio: 1 / 1;
}
.CardIndex h5 {
    font-weight: bold;
}

.PriceCart {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-around;
}

.DivPrice {
    padding: 5px 0;
    margin: 5px 0;
    border-bottom: 1px solid #00000021;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.offd {
    border-top: 1px solid #00000021;
}

.DivPrice p {
    font-weight: bold;
    color: #d90000;
    margin: 0;
    padding: 0;
}

.PriceCart p {
    font-weight: bolder;
    color: red;
    margin: 0;
    font-size: 26px;
}

.starIconPro {
    color: gold;
    position: absolute;
    top: 5px;
    right: 5px;
}

.offrer {
    padding:0 10px;
    margin-bottom: 30px;
    max-height: 400px !important;
}

.ContImgOffer {
    border: none;
    overflow: hidden;
    position: relative;
    width: 500px;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0px 1px 4px 1px #0000003d;
}

.nowOffer {
    position: absolute;
    bottom: 10px;
    left: 10px;
    box-shadow: 0 1px 5px 2px #0000006b;
}

.discout {
    border-radius: 10px;
    left: 2px;
    top: 7px;
    position: absolute;
    background-color: #1b1e21c9;
    transform: translateY(-5px);
    color: white;
    font-weight: bold;
    padding: 2px 10px;
}

.DivPrice {
    flex-direction: column;
}

.priceDiscout {
    font-size: 20px !important;
    color: #9d9d9d !important;
    text-decoration: line-through;
}

.PriceOff {
    width: 100%;
    display: flex;
    justify-content: center;
}

.newsletter {
    background-color: #dd5a67;
}

.WhyChoose h5,
.testimonial-card p {
    font-weight: bold;
}
.offers{
    margin: 0px 10px;
}
.imageProduct {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-image: url(img/img/12.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.offrerText {
    top: 0;
    right: 0;
    position: absolute;
    background-color: #000000de;
    width: 100%;
    height: 100%;
    color: white;
    align-items: flex-start;
    text-align: justify;
    justify-content: space-evenly !important;
}

.offrerText h5.card-title {
    margin: 0;
    color: #f97171;
}

footer {
    background-color: #111;
    color: white;
    padding: 2rem 0;
}

footer .linkFF {
    display: flex;
    justify-content: center;
    align-items: center;
}

.linkFF * {
    transition: 0.5s ease !important;
    margin: 5px;
    font-size: 28px;
    display: inline-block;
    color: white;
}

.ll:hover {
    color: crimson;
}

.testimonial-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin: 20px 10px;
}

img.rounded-circle.mb-2 {
    position: absolute;
    top: -10px;
    right: 24px;
}

.newsletter input[type="email"] {
    border-radius: 50px;
    border: none;
    padding: 10px 20px;
    width: 100%;
    max-width: 400px;
}

.newsletter button {
    border-radius: 50px;
    background-color: #fff;
    color: #e51f38;
    padding: 10px 20px;
    border: none;
    transition: 0.3s;
}

.newsletter button:hover {
    background-color: #eee;
}

.Bcart {
    font-size: 16px;
}

.card-body {
    display: flex;
    padding: 15px;
    align-content: flex-end;
    flex-direction: column;
    justify-content: space-between;
}

/*--------------dddddd------------------------*/
.breadcrumb {
    background-color: transparent;
}

.product-section {
    padding: 60px 0;
}

.product-image {
    max-width: 100%;
    border-radius: 8px;
}

.product-details h2 {
    color: #8B0000;
    font-weight: bold;
}

.btn-custom {
    background-color: #8B0000;
    color: #fff;
}

.btn-custom:hover {
    background-color: #a80000;

}

.specs-table th {
    color: #8B0000;
}
.table td, .table th {
    padding: .50rem !important;
}
.dImage {
    max-width: 400px;
}

.dRow {
    justify-content: center;
    flex-direction: row-reverse;
}

.urlde {
    margin-top: 100px !important;
}

.ddP {
    text-align: justify;
}

/*------------------------------------------*/
.heroAbout {
    text-align: center;
    color: white;
    position: relative;
    width: 100%;
    height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.AboutDis1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.AboutDis1 * {
    /*    color: #ffb9b9;*/
    font-weight: 400;
    width: 30%;
    border: 1px solid #ff000040;
    margin: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #0000008c;
}

.heroAbout .back {
    opacity: 0.8;
}

.backAbout {
    top: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.backAbout img {
    width: 100%;
    height: 100%;
}

.heroAbout h1 {
    position: relative;
    z-index: 999;
}

.about-section {
    padding: 60px 0;
}

.about-section h2 {
    color: #8B0000;
    font-weight: bold;
    margin-bottom: 30px;
}

.about-section p {
    font-size: 1.1rem;
    line-height: 2;
    text-align: center;
}

/*------------------------------------------*/

.contact-icon {
    font-size: 30px;
    color: #d60000;
    margin-bottom: 10px;
}

.contact-form input,
.contact-form textarea {
    border-radius: 8px;
}

.contact-form .btn-danger {
    background-color: #d60000;
    border: none;
}

.contact-form .btn-danger:hover {
    background-color: #a10000;
}

.heroAbout h3 {
    z-index: 999;
    color: white;
    position: relative;
}

/*-------------------------------------*/
.loginSec {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000000d9;
    z-index: 9999;

}

.loginSec .col-12 {
    margin: 0;
    padding: 0;
}

.ContLog {

    display: flex;
    align-items: center;
    justify-content: center;
}

.loginSec {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cairo', sans-serif;
}

.formEnter {
    background: white;
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    animation: fadeIn 0.5s ease-in-out;
}

.formEnter input {
    margin: 10px 0;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    outline: none;
}

.formEnter .enterbut {
    background-color: #d60000;
    color: white;
    padding: 10px;
    font-weight: bold;
    margin-top: 15px;
    transition: background 0.3s;
    border: none;
}

.formEnter .enterbut:hover {
    background-color: #a30000;
}

.formEnter button:last-child {
    margin-top: 10px;
    background-color: transparent;
    border: none;
    color: #555;
    text-decoration: underline;
    cursor: pointer;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.enterGroup {
    display: flex;
    justify-content: center;
}

/*---------------------------------------------------*/
.ConAddr {
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 10px;
    width: 85%;
    border: 1px solid #0e0e0e52;
    box-shadow: 0 1px 4px 0px #0000003d;
}

.contact-info .row {
    justify-content: center;
    justify-content: space-around;
}

/*---------------------------------------------------*/
.cartPage {
    margin-top: 90px;
}

.product-name {
    width: 20%;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
}

.cartPage h1 {
    color: black;
}

.table-responsive {
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-radius: 10px;
    box-shadow: 1px 1px 5px 1px #00000038;
}

/*---------------------------------------------------*/
.link9 {
    font-weight: bold;
    box-shadow: 0px 1px 2px 0px #59595966;
    height: 50px;
    align-items: center;
    color: #000;
    text-decoration: none !important;
    display: flex;
    justify-content: center;
}

/* Hide extra text */
.mask {
    text-decoration: none;
    margin: 0 10px;
    position: relative;
    padding: 0;
    height: 25px;

    /*  Remove overflow to see how it works　:) */
    overflow: hidden;
}

.link-container {
    transition: transform 0.4s ease;
}

.title {
    display: block;
    font-size: 20px;
    line-height: 20px;
    transition: transform 0.4s ease;
}

.link-title1 {
    transform-origin: right center;
}

.link-title2 {
    transform-origin: left center;
    transform: rotate(20deg);
}

.link-icon {
    position: relative;
    width: 35px;
    height: 35px;
    background: #f8f8ff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    overflow: hidden;
}

.icon {
    display: block;
    position: absolute;
    transition: transform 0.4s ease;
}

.icon:nth-child(2) {
    transform: translate(40px);
}

/* Hover Action*/

/* Move up two texts (20px = font-size) */
.link9:hover .link-container {
    transform: translateY(-20px);
}

/* Rotate texts a little bit */
.link9:hover .link-title1 {
    transform: rotate(20deg);
    color: red;

}

.link9:hover .link-title2 {
    transform: rotate(0);
    color: red;

}

/* Move arrows to right */
.link9:hover .icon:first-child {
    transform: translate(-40px);
    color: red;
}

.link9:hover .icon:nth-child(2) {
    transform: translate(0px);
    color: red;
}

/*------------------addddddddddd---------------------------------*/
section.add-product-sec.col-12.fadeIn {
    display: flex;
    flex-wrap: wrap;
}

.add-product-sec {
    padding: 45px 0;
    font-family: 'Cairo', sans-serif;
    margin-top: 25px;
}

.add-product-form {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px #ddd;
}

.add-product-form input,
.add-product-form textarea,
.add-product-form select {
    border-radius: 10px;
    padding: 12px 15px;
    border: 1px solid #ccc;
    font-size: 16px;
    box-shadow: 0 1px 4px 0 #00000030;
}

.add-product-form .enterbut {
    border: none;
    background-color: #25d366;
    color: #fff;
    font-weight: bold;
    padding: 12px;
    transition: 0.3s;
    border-radius: 10px;
    box-shadow: 0 1px 4px 0 #00000030;
}

.add-product-form .enterbut:hover {
    background-color: #1bbd58;
}

.sidebar {
    box-shadow: -2px 0px 5px 0px #00000082;
    text-align: justify;
    height: 100vh;
    background: #222;
    color: white;
    position: fixed;
    top: 0;
    right: 0;
    padding: 70px 25px;
    z-index: 1000;
}

.sidebar ul {
    margin-top: 45px;
    list-style: none;
    padding: 0;
}

.sidebar ul li a,
.mobile-sidebar ul li a {
    color: white;
    display: block;
    padding: 10px;
    text-decoration: none;
    transition: 0.3s;
}

.sidebar ul li a:hover,
.mobile-sidebar ul li a:hover {
    background: #444;
    border-radius: 5px;
}

.addProdectA {
    margin-top: 50px;
}

.mobile-nav {
    z-index: 999;
    position: fixed;
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-end;
    padding: 15px 20px;
    background: #222;
    color: white;
    width: 100%;
    top: 0;
    right: 0;
}

.toggle-sidebar-btn,
.close-sidebar-btn {
    background: none;
    border: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
}

.mobile-sidebar {
    position: fixed;
    top: 0px;
    right: -360px;
    height: 100%;
    background: #222;
    color: white;
    padding: 20px;
    transition: right 0.3s ease;
    z-index: 1001;
}

.mobile-sidebar.open {
    right: 0;
}

.mobile-sidebar ul {
    text-align: justify;
}

label {
    text-align: justify;
}

.ControllText {
    text-align: center;
    padding: 5px 0;
    margin: 20px 0;
    box-shadow: 0 1px 5px 1px #0000004a;
    border-radius: 10px;
}

#imagePreview {
    width: 200px;
    height: 300px;
}

.updateProIMg {
    height: 200px;
}

.deProCon {
    padding: 5px;
    border-bottom: 1px solid #0000001f;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.deProCon p {
    margin: 0 !important;
}

/*----------------------------*/
.U-D {
    justify-content: space-around;
    align-items: center;
    padding: 10px 5px;
}

.U-D * {
    cursor: pointer;
}

.Spe {
    color: goldenrod;
}

.addProdectA p.card-text {
    margin-bottom: 4px;
}

.UserDi {
    text-align: justify;
}

.rr {
    flex-direction: row-reverse;
    text-align: justify;
}

.sideMob {
    padding: 20px 20px 20px 50px !important;
}

.sideMob li {
    list-style: none !important;
}

.controlText {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.controlText p {
    margin: 0 !important;
    font-size: 18px;
}

/*---------------------------------------------------*/
.signInSection {
    background: rgb(255 255 255 / 60%);
    overflow: auto;
}

.signIn {
    text-align: -webkit-center;
    box-shadow: 0 0 5px 1px #00000036;
}

.llog {
    margin-bottom: 30px !important;
    flex-wrap: wrap !important;

}

.llog a {
    margin-top: 20px;
}

.detilsInv {
    text-align: justify;
}

.detilsInv * {
    margin: 0;
}

/*
.detilsInv {
    border: 
}
*/
/*---------------------------------------------------*/
@media (max-width: 768px) {
    .product-name {
        min-width: 140px;
        white-space: normal !important;
        font-size: 15px;
    }

    footer .col-md-4 {
        margin-bottom: 15px;
    }
}

/*---------------------FCreat------------------------*/
.FCreat {
    background-color: #000000f2;
    color: #6c6c6c !important;
    display: flex;
    padding: 10px 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}

.FIcon {
    font-size: 20px;
    display: flex;
    justify-content: space-between;
}

.FIcon a {
    margin: 0 10px;
}

.FCreat p {
    margin: 0 !important;
}

.FIcon a {
    color: #6c6c6c !important;
}

/*---------------------------------------------------*/

#messegeAlart {
    z-index: 9999999;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  text-align: center;
  transform: translateY(-100%);
  opacity: 0;
  transition: all 0.4s ease;
}

.ContMess {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  background: #333;
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  max-width: 500px;
  margin: 10px auto;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.messageText {
  margin: 0;
  font-size: 15px;
  flex: 1;
  text-align: right;
}

.closeBtn {
  font-size: 18px;
  color: #333;
  cursor: pointer;
  padding-left: 15px;
  transition: color 0.2s ease;
}
.accept{
    margin-right: 10px !important;
    font-weight: 900;
    cursor: pointer;
}
.closeBtn:hover {
  color: #ff4d4f;
}
#messegeElement p{
    color: white !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}
/* عند التفعيل */
.ble {
  opacity: 1 !important;
  transform: translateY(20px) !important;
}

/*//*************************************/
/*/


.sale {
    padding: 0 !important;
}
.innvv {
    position: relative;
    background-color: #f3f3f3 !important;
    width: 740px;
    margin-bottom: 20px;
    padding: 0;
}

.ddOne {
    position: absolute;
    top: 5px;
    right: 5px;
}

/*---------------------------------------------------*/
.aII {
    align-items: center;
}

.aII p {
    margin-left: 20px !important;
}

.imgInv {
    width: 60px;
    height: 60px;
}

.theImage {
    width: 80px;
}

.inv h5 {
    text-align: center;
    padding-top: 20px;
}

.vv {
    box-shadow: 0 0px 4px 1px #a5a5a552;
    margin-bottom: 30px !important;
}

.locCont {
    margin-top: 30px;
    justify-content: center;
}

a.locA.d-flex {
    color: white;
    align-items: center;
    justify-content: center;
}

.locA * {
    margin: 0 5px;
}

.invoicess {
    flex-direction: column;
}

/*--------------------search-------------------------*/
section.SecTions {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 10px;
    padding-top: 20px;
}

#showAvatare {
    padding: 25px;
    z-index: 9;
    margin: 5px;
    overflow: auto;
    display: flex;
    overflow-x: auto;
    max-width: 100%;
    white-space: nowrap;
}

.contInpAva {
    font-weight: bold;
    display: flex;
    flex-direction: column;
}

.contAva {
    transition: 0.5s;
    cursor: pointer;
    color: black;
    border-radius: 5px;
    box-shadow: 0px 1px 2px 1px #a1a1a1;
    background-color: white;
    padding: 6px 20px !important;
    margin: 5px !important;
    border: none !important;
    overflow: hidden;
    flex-shrink: 0;
}

.contAva:hover {
    color: white;
    background-color: red;
}

.SectionX {
    margin: 0 !important;
}

section.SecTions.SectionProdect {
    margin-top: 80px;
}

input.form-control {
    border-radius: 0 5px 5px 0 !important;
}

.optionsProducts select.borderRadius.boxShadow {
    border-radius: 5px 0 0 5px;
    background-color: #222;
    color: white;
    text-align: center;
    width: 26%;
}

/*---------------------------------------------------*/
/*

/*---------------------------------------------------*/
/* وسائط استعلام للهواتف الصغيرة جداً */
@media (max-width: 767.9px) {
    .CartAndLog li {
        margin-right: 15px;
        margin-left: 15px;
    }

    footer .row {
        flex-direction: column-reverse;
    }

    .CountCart {
        font-size: 14px !important;
        right: -11px;
        top: 3px;
    }

    section.add-product-sec.col-12.fadeIn {
        display: flex;
        flex-direction: column;
    }

    .updateProIMg {
        width: 150px;
        height: 150px;
    }

    .rr {
        justify-content: center;
    }

    /*
    .products .container {
        max-width: 90% !important;
    }
*/
}

/*---------------------------------------------------*/
@media (max-width: 576px) {

    .products .container,
    .container-sm {
        max-width: none;
    }

    .whatsapp-button {
        bottom: 50px;
        right: 30px;
    }

    .whatsapp-button .iconConn {
        font-size: 25px;
    }

    .iconConn {
        padding: 10px;
    }

    .add-product-sec {
        margin-top: 0px;
    }
}

/*---------------------------------------------------*/
@media (max-width: 480px) {
    .ContImgOffer {
        width: 300px;
    }
    nav * {
        /*        width: 20px !important;*/
        font-size: 18px !important;
    }

    .navbar-brand img {
        height: 25px;
    }

    .containerNav {
        margin: 0 10px !important;
    }

    h1 {
        font-size: 28px !important;
    }

    .contHero p {
        font-size: 20px !important;
    }

    a.btn.btn-primary.btn-lg.mt-3.animate__animated.animate__fadeInLeft {
        font-size: 20px;
        margin: 0px;
        padding: 5px 13px;
    }

    h2 {
        font-size: 25px;
    }

    .col-md-6.animate__animated.animate__fadeInLeft {
        margin-top: 20px;
    }

    .centRow {
        flex-direction: column-reverse;
        box-shadow: 0px 9px 20px 0px #0000003b;
        padding: 20px;
        background: linear-gradient(246deg, #fdfdfd 50%, #d7d7d7 50%);
    }

    h5 {
        font-size: 16px;
    }

    p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .flip-card {
        height: 125px;
    }

    .flip-card-front,
    .flip-card-back {
        padding: 10px;
    }

    /*
    .container,
    .container-sm {
        max-width: none !important;
    }
*/

    .imgConCart {
        /*height: 150px;*/
    }

    .CardIndex .btn-primary {
        padding: 2px 5px;
        font-size: 15px;
        width: 55px;
        margin: 0 3px;
    }

    .DivPrice {
        margin: 3px 0;
    }

    .pb-5,
    .py-5 {
        padding-bottom: 2rem !important;
    }

    .pt-5,
    .py-5 {
        padding-top: 1rem !important;
    }

    /*.offrer {*/
    /*    height: 200px;*/
    /*}*/

    .offrer a.btn.btn-primary {
        font-size: 16px;
        padding: 4px 10px;
    }

    .prodectIndex,
    .offrer {
        transition: 0.6s ease;
         !important;
        margin-bottom: 20px;
    }

    .serviceIcon {
        font-size: 20px;
    }

    .heroAbout {
        height: 520px;
    }

    .about-section p {
        font-size: 18px;
    }

    .category-item {
        font-size: 16px;
        width: 150px !important;
        padding: 5px 11px;
        margin: 0 5px;
    }

    .contact-icon {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

    .cart-summary .pl-5,
    .px-5 {
        padding-left: 1rem !important;
    }

    .cart-summary .pr-5,
    .px-5 {
        padding-right: 1rem !important;
    }

    .product-name {
        min-width: 140px;
        white-space: normal !important;
        font-size: 15px;
    }

    .table-responsive {
        border: none;
        border-radius: 10px;
        box-shadow: none;
    }

    .whatsapp-button {
        bottom: 40px;
        left: 10px;
        right: auto;
    }

    .whatsapp-button .iconConn {
        font-size: 20px;
        margin-top: 10px;
    }

    .iconConn {
        padding: 7px;
    }

    .link9 {
        font-size: 12px;
        height: 30px;
    }

    .mask {
        font-size: 14px !important;
        height: 20px;
    }

    .title {
        font-size: 14px !important;
    }

    .link-icon {
        position: relative;
        width: 20px;
        height: 20px;
    }

    .copy-msg {
        right: -150px;
        bottom: 55px;
    }

    .add-product-sec .p-4 {
        padding: 15px 10px !important;
    }

    .FCreat {

        flex-direction: column;
    }

    .upd {
        font-size: 16px;
    }

    .inv {
        padding: 0px;
    }

    .inv .card-body {
        padding: 5px;
    }

    .invoices {
        padding: 10px;
    }

    .imgInv {
        width: 70px;
        height: 70px;
    }

    .vv {
        margin-bottom: 20px !important;
    }

    .ContMess {
        padding: 10px;
        width: 80%;

    }

    .contAva {
        padding: 5px 15px !important;
        font-size: 16px !important;
    }

    input.form-control.col-8.col-md-7 {
        font-size: 14px !important;
        padding: 5px;
    }

    select.borderRadius.boxShadow {
        padding: 0px;
        font-size: 14px;
    }

    #showAvatare {
        padding: 10px;

    }

    .input-group.mb-3.d-flex.col-12.col-md-10 {
        margin-top: 10px;
    }

    .col-lg-4.col-md-6.col-sm-6.col-6.prodectIndex {
        padding-right: 5px;
        padding-left: 5px;
    }

    .card-body {
        padding: 5px;
    }

    .CardIndex h5 {
        margin-bottom: 5px;
    }

    .priceDiscout {
        font-size: 16px !important;
    }

    .discout {
        font-size: 14px;
        transform: translateY(-2px);
        padding: 2px 5px;
    }

    .starIconPro {
        font-size: 16px;
    }

    .priceDiscout p {
        margin-bottom: 0px !important;
    }
    .PriceOff {
        margin: -1px;
    }

    .table td,
    .table th {
        padding: 5px;
        font-size: 16px;
    }

    a.btn.btn-danger.mt-3.px-5 {
        font-size: 18px;
    }

    button.btn.btn-danger.cancelBtn,
    button.btn.btn-success {
        margin: 0;
        padding: 5px 12px;
        font-size: 16px;
    }

    label.titles {
        font-size: 16px;
    }

    .formEnter input {
        margin: 5px 0;
        padding: 5px;
        font-size: 16px;
        border: 1px solid #ccc;
        outline: none;
    }

    p.titles {
        margin-top: 10px;
        font-size: 18px;
    }
}
.fw-bold{
    font-weight: bold !important;
}


.page-item:last-child .page-link {
    font-size: 16px !important;
    margin: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.page-item:first-child .page-link {
    font-size: 16px !important;
    margin: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}


.pagination{
    padding: 0;
}








