*{
    font-family: 'El Messiri', sans-serif;
}

.navs-container .navbar .nav-link {
    margin: 0 8px;
}

/*--------- start searching ---------*/
.searching {
    position: fixed;
    background: #000000f1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    display: none;
}

.searching form {
    margin-top: 40vh;
    width: 100%;
}

.searching form .form-group {
    position: relative;
    width: 50%;
    min-width: 300px;
    margin: auto;
    border-radius: 50px;
    overflow: hidden;
}

.searching form .form-group input {
    width: 100%;
    min-height: 50px;
    padding: 15px;
}

.searching form .form-group button {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background-color: #efdb8a;
    color: #000;
    border: 0;
    font-size: 20px;
}

.searching .close {
    position: absolute;
    top: 30px;
    left: 60px;
    color: #fff;
    opacity: 1;
    cursor: pointer;
}

.searching input [type="text"] {
    background-color: #fff;
    height: 60px;
    padding: 16px 20px;
    font-size: 14px;
    border-radius: 0;
    border: 0;
    width: 100%;
}

.searching .butn {
    background-color: #ECC235;
    border: 0;
    border-radius: 44px;
    padding: 16px 50px;
    font-size: 11px;
    color: #161414;
}

.searching .butn.sub_butn {
    background-color: #E04F3F;
    color: #fff;
}
/*--------- end searching ---------*/

input[type='email'],
input[type='number']{
    direction: rtl;
}

.map-box.contact-wrapper iframe{
    width: 100%;
    height: 260px;
}

.div-as-p p{
    font-size: 15px;
    line-height: 1.7rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.custom-color-1 p{
    color: #888!important;
}

.cms-div p{
    font-size: 16px;
    line-height: 2.4;
    margin-bottom: 0 !important;
    margin-top: 0;
}

.blog-details-div p{
    font-size: 13px;
    color: #888;
    margin-bottom: 0.5rem;
    line-height: 1.7rem;
    margin-top: 0;
}

#ui-datepicker-div{
    z-index:99999 !important;
}

.badge.cancel_badge {
    background-color: #eb6363;
    color: #fff;
}

.badge.new_bagde{
    background-color: #ebef04;
    color: #000;
}

.prod_card .price{
    font-size: 1.25rem!important;
}

.prod_card .last_price{
    font-size: 1rem!important;
}

.product-filter.active{
    background-color: #B7A178;
    border-color: #B7A178;
    color: #fff!important;
}

/*start image zoom*/
.img-zoom-container {
    position: relative;
}

.img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    /*set the size of the lens:*/
    width: 100px;
    height: 150px;
}

.img-zoom-result {
    border: 1px solid #d4d4d4;
    /*set the size of the result div:*/
    width: 41%;
    height: 600px;
    position: absolute;
    opacity: 0;
    z-index: 20;
    left: 0;
    top: 0;
    pointer-events: none;
    /* display: none; */
}
/*end image zoom*/

.product-det .gallery-thumbs .swiper-slide{
    height: auto!important;
}

.product-fav-btn.active{
    background-color: #B7A178;
    border-color: #B7A178;
}

.product-fav-btn.active img{
    filter: invert(99%) sepia(0%) saturate(4787%) hue-rotate(190deg) brightness(172%) contrast(162%);
}

.product_details *{
    line-height: 2rem;
    color: #888;
    margin-top: 0;
    margin-bottom: 0 !important;
    font-size: 15px;
}

.cart-pg .abada-loading-img{
    width: 50px!important;
}

#fileName .fa-link{
    line-height: 55px;
}

.transfer_receipt_photo {
    margin-bottom: 15px;
    width: 100px;
}

.about-sec .text-box .p *{
    line-height: 2rem;
    font-size: 16px;
    color: #555;
    margin-top: 0;
    margin-bottom: 1rem;
}

.swipper-child-cats .swiper-button-next{
    left: 10px !important;
    right: auto;
}

.swipper-child-cats .swiper-button-prev{
    right: 10px !important;
    left: auto;
}

.confirmModal .img {
    width: 300px;
    height: 300px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin: auto;
}

.quantity-container .add-more {
    padding: 0.5rem 0.5rem;
}

.wishlist-product-det{
    position: relative;
    top: 4px;
    right: -6px;
}

.product-det .gallery-top .swiper-button-next{
    right: 10px;
    left: auto;
}

.product-det .gallery-top .swiper-button-prev{
    left: 10px;
    right: auto;
}

.packaging-pg .input-image-file{
    display: none;
}

.packaging-pg .input-images{
    border: 1px solid #8c5c3d;
    padding: 15px;
    border-radius:20px;
}

.input-images .input-content{
    position: unset;
    pointer-events: unset;
}

.input-images .input-content .icon {
    width: 50px;
    height: 50px;
    filter: invert(37%) sepia(45%) saturate(506%) hue-rotate(340deg) brightness(93%) contrast(89%);
}

.categ-swiper .category-item{
    cursor: pointer;
}

.table{
    border-collapse: collapse;
  border-radius: 1em;
  overflow: hidden;
  background: #ddd;
}

.checkout-pg select.country_code{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

span#total_as_points {
    display: block;
    color: var(--secondary);
}

/*.order-details .order-body{*/
/*    display: block;*/
/*    width: 100%;*/
/*    overflow-x: auto;*/
/*    -webkit-overflow-scrolling: touch;*/
/*    -ms-overflow-style: -ms-autohiding-scrollbar;*/
/*}*/

.sm_sticky_butns {
    z-index: 99;
    position: fixed;
    bottom: 78px;
    background: rgba(255 , 255 , 255 , .8);
    padding: 15px 10px;
    width: 100%;
    justify-content: center;
    box-shadow: -3px -6px 15px 0 #0001;
}
.sm_sticky_butns .wishlist-product-det {
    top: 0px;
    right: 0px;
}
.article  {
    width: 100% !important;
}
.modal-body {
    padding: 1rem !important;
}
/*************** start flower site ********************/
.about-sec::before{
    content: none;
}

.cart-pg .butns_foot .butn {
    width: auto;
}

@media print {
    .order-details-table{
        /*box-sizing: border-box;*/
        table-layout: fixed;
    }
}
/*************** end flower site **********************/
