/* Products Style => Inline Style Will Be Reomved From Product Image */
/* Image Height = 300px */
.product-cover {
  object-fit: cover !important;
  height: 300px !important;
}
.product-contain {
  object-fit: contain !important;
  height: auto !important;
}

/* Categories Style => Inline Style Will Be Reomved From Categories Image */
/* Image Height = 300px */
.categories-cover {
  object-fit: cover !important;
  height: 300px !important;
}
@media (max-width: 767px) {
  .categories-cover {
    height: 60px !important;
  }
}
.categories-contain {
  object-fit: contain !important;
  height: auto !important;
}

/* Full Banner Style => Inline Style Will Be Reomved From Banner Image And Parent */
/* Image Height = 500px */
.full-bnr-img-cover-parent {
  height: 500px !important;
}
.full-bnr-img-cover {
  object-fit: cover !important;
  height: 500px !important;
}
.full-bnr-img-contain-parent {
  height: auto !important;
  min-height: unset !important;
}
.full-bnr-img-contain {
  object-fit: contain !important;
  height: auto !important;
  position: unset !important;
  transform: unset !important;
  width: 100% !important;
}

/* Half Banner Style => Inline Style Will Be Reomved From Banner Image And Parent */
/* Image Height = 500px */
.half-bnr-img-cover-parent {
  height: 400px !important;
}
.half-bnr-img-cover {
  object-fit: cover !important;
  height: 400px !important;
}
.half-bnr-img-contain-parent {
  height: auto !important;
}
.half-bnr-img-contain {
  object-fit: contain !important;
  height: auto !important;
}

/* Small Banner Style => Inline Style Will Be Reomved From Banner Image And Parent */
/* Image Height = 120px */
.small-bnr-img-cover-parent {
  height: 120px !important;
}
.small-bnr-img-cover {
  object-fit: cover !important;
  height: 120px !important;
}
.small-bnr-img-contain-parent {
  height: auto !important;
}
.small-bnr-img-contain {
  object-fit: contain !important;
  height: auto !important;
}

/* header logo => must add (logo-img) class to logo img */
.hdr .logo-holder .logo-img {
  object-fit: contain !important;
}

/* footer logo => must add (logo-img) class to logo img */
.page-footer .footer-bottom .logo-img {
  object-fit: contain !important;
}

/* Show & Hide */
@media (max-width: 767px) {
  .hidden-in-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-in-desktop {
    display: none !important;
  }
}


.fs-inherit{
    font-size: inherit !important;
}

/* preloader */
.dot.one, .dot.three{
    background-color:var(--mainColor) !important;
}

.dot.two{
    background-color: #dddddd;
}

.loader-wrap .logo{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}



.social-list li.icon a{
    padding:  0 !important;
    font-size: 1.2em!important;
    min-width: 25px!important;
    line-height: 25px!important;
}
footer .payment-icons img{
    height: 20px;
    width:auto;
    object-fit: contain;
    margin-right: 5px;
    margin-left: 5px;
}

@media screen and (max-width: 991px) {
    .page-footer.footer-style-1 .footer-copyright {
        margin-top: 10px;
    }
}


.verification-card{
    width: 200px;
    padding: 5px 8px;
    border-radius: 5px;
    margin-top:10px;
}
.verification-card .img{
    height: 100%;
    width: auto;
    max-width: 30px;
    object-fit: contain;
    vertical-align: unset;
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
}

.verification-card .text{
    max-width: 130px;
    display: inline-block;
}

.verification-card .value, footer .verification-card .label{
    font-weight: bold;
    font-size: 12px;
    overflow-wrap: anywhere;
}

.verification-card.ecommerce{
    border: 1px solid #0a6aa1;
    box-shadow: 0 0 0 0.125em rgba(10, 106, 161, 0.8);
}
.verification-card.ecommerce .label{
    color: #0a6aa1;
}

.verification-card.commercial-registration{
    border: 1px solid #2e4024;
    box-shadow: 0 0 0 0.125em rgb(46, 64, 36, 0.8);
}
.verification-card.commercial-registration .label{
    color: #2e4024;
}


/*************** start whatsapp-floating button style ***************/
@keyframes shake {
    0%, 90% {
        transform: translateX(0);
    }
    91% {
        transform: translateX(-8px);
    }
    92% {
        transform: translateX(8px);
    }
    93% {
        transform: translateX(-8px);
    }
    94% {
        transform: translateX(8px);
    }
    95% {
        transform: translateX(-4px);
    }
    96% {
        transform: translateX(4px);
    }
    97% {
        transform: translateX(-2px);
    }
    98% {
        transform: translateX(2px);
    }
    100% {
        transform: translateX(0);
    }
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    text-decoration: none;
    font-size: 25px;
    animation: shake 10s infinite; /* الدورة الزمنية الكاملة 10 ثوانٍ */
}

.whatsapp-button.right{
    right: 20px;
}
.whatsapp-button.left{
    left: 20px;
}
.whatsapp-button:hover {
    background-color: #1EBE57;
}
/*************** end whatsapp-floating button style ***************/
