.oe_product .o_wsale_product_grid_wrapper{
    border: 1px solid #DEE2E6;
    border-radius: 12px;
    padding: 12px;
}
.oe_product .o_wsale_product_information{
padding: 0;
}
.oe_product .o_wsale_product_grid_wrapper .o_wsale_products_item_title a{
    font-size: 16px;
    font-weight: 600;
    color: #196956!important;
    font-family: 'Almarai', sans-serif;
}
.oe_product_cart .oe_product_image .oe_product_image_link .oe_product_image_img_wrapper img{
    border-radius: 12px!important;
        object-fit: contain;

}
.oe_product_image {
    margin-bottom: 10px;
}
.oe_product .info-product{
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding-top: 10px;
    justify-content: space-around;
}
.oe_product .info-product .info-product-item{
    margin-right: 15px;
}
.oe_product .info-product .info-product-item:last-child{
    margin-right: 0;
}
.oe_product .info-product span{
    display: block;
    color: #696464;
}
.oe_product .info-product  strong{
color: #292121;
}
.css_quantity.input-group{
    border: 1px solid #DEE2E6;
    border-radius: 25px;
    align-items: center;
    padding: 2px 5px;
}
.css_quantity.input-group .js_add_cart_json,
.css_quantity .form-control.quantity {
border: 0;
}
.css_quantity.input-group .js_add_cart_json{
    font-size: 15px;
    padding: 5px 10px;
}
#add_to_cart_wrap a {
    color: #fff;
    border-color: #196956;
    background-color: #196956;
    font-size: 13px;
    font-weight: 400;
    padding: 6px 10px;
    border-radius: 25px;
}
#add_to_cart_wrap a span{
    font-weight: 400;
}
#add_to_cart_wrap #add_to_cart {
    background-color: #292121;
    border-color: #292121;
    border-radius: 50%;
    padding: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 33px;
}

.o_wsale_product_information_text{
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;

}
#o_wsale_cta_wrapper{
    padding: 8px 0;
    justify-content: space-around;
}
.circle-progress-bar{
    position: absolute;
    bottom: 30%;
    z-index: 999;
    left: 12%;

}
.circle-progress {
    position: relative;
    text-align: center;
    line-height: initial;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle-progress .number {
    position: absolute;
    top: 0;
    font-size: 22px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    left: 0;
    height: 100%;
    color: var(--color-3);
}
@media (max-width: 991.98px){
    #products_grid:not(.o_wsale_layout_list) .o_wsale_products_grid_table_wrapper tr{
        justify-content: center;
    }
    #products_grid:not(.o_wsale_layout_list) .o_wsale_products_grid_table_wrapper td{
        width: 100%!important;
    }
    .circle-progress-bar {
       bottom: 32%;
left: 10%;

    }
}
@media (min-width: 992px){
    .css_quantity.col-lg-5 {

        width: 41.66666667%;
    }


}

  /*---------------- new code 18/8/2024----------------*/

  @font-face {
    font-family: FF-Shamel;
    src: url("../fonts/FF-Shamel-Family.ttf");
}

* {
    font-family: FF-Shamel;
}


body {
    font-size: 15px;
    line-height: 25px;
    color: var(--color-1);
}


body{
    background-image: url('../images/background.svg');
     background-repeat: no-repeat;
     background-position: center center;
     background-size: cover;
     box-shadow: 1px -25px 0px -4px rgba(255,255,255,0.63) inset !important;
     -webkit-box-shadow: 1px -25px 0px -4px rgba(255,255,255,0.63) inset;
     -moz-box-shadow: 1px -25px 0px -4px rgba(255,255,255,0.63) inset;
 }


/* NEW CODE */

@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1520px;
    }
}


.title-text-page{
    padding-top: 150px;

}
.title-text {
    font-size: 42px;
    position: relative;

}
a.btn-blue , .btn-blue {
    background: #58087E !important;
    color: #fff;
    padding: 8px 15px;
    box-shadow: rgba(46, 35, 94, 0.07) 0px 9px 20px;
    border-radius: 12px;
    height: 46px;
    line-height: 33px;
}

a.btn-blue:hover, a.btn-green:focus  {
    opacity: .9;
    background: #58087E !important;
    color: #fff;
}
a.btn-green , .btn-green {
    background: rgb(0, 217, 160) !important;
    color: rgb(255, 255, 255) !important;
    padding: 8px 15px;
    box-shadow: rgba(46, 35, 94, 0.07) 0px 9px 20px;
    border-radius: 12px;
    height: 46px;
    line-height: 33px;
}

a.btn-green:hover, a.btn-green:focus,
.btn-green:hover, .btn-green:focus {
    background-color: rgb(8, 201, 150);
}

a.btn-red , .btn-red {
    background: #FF5757;
    color: #fff!important;
    padding: 8px 15px;
    box-shadow: rgba(46, 35, 94, 0.07) 0px 9px 20px;
    border-radius: 12px;
    height: 46px;
    line-height: 33px;
}

a.btn-red:hover, a.btn-red:focus  {
    opacity: .9;
    background: #FF4141;
    color: #fff;
}



.form-section  a{
    color: rgb(8, 201, 150);
}

.subs-pack{
    border: 1px solid #D1E0ED;
    border-radius: 18px;
    padding: 30px 15px;
    background-color:#fff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
}
.subs-pack.active{
    border: 2px solid #00D9A0;
    border-radius: 18px;
    padding: 30px 15px;
}
.subs-pack h5{
    font-weight: 600;
    margin-bottom: 20px;
}
.subs-pack p{
    color: #8E8D97;
    font-size: 19px;
    margin-bottom: 20px;
}
.subs-pack svg{height: 50px;width: 50px;margin-left: 10px;}
.subs-pack .schedule span:first-child{
    color: #9B9B9B;
    font-size: 12px;
}
.subs-pack .schedule span:last-child{
    color: #606877;
}
 span.status.active-block{
    background: rgba(0, 217, 160, 0.1);
    color: #00D9A0;
    font-size: 18px;
    padding: 8px 30px 8px 30px;

}
 span.status.waiting-block{
    background: rgba(118, 225, 249, 0.15);
    color: #3CBFDC;
    font-size: 18px;
    padding: 8px 30px 8px 30px;

}
 span.status.renew-block{
    background: rgba(249, 246, 255, 1);
    color: #AE85CE;
    font-size: 20px;
    padding: 8px 30px 8px 30px;

}
 span.status.canceled-block{
    background: rgba(255, 239, 239, 1);
    color: #F46161;
    font-size: 18px;
    padding: 8px 30px 8px 30px;

}
.block-checked-info {
    border: 1px solid #D1E0ED;
    padding: 40px 40px;
    border-radius: 18px;
    height: 100%;
    background-color:#fff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
}
.block-checked-info svg{margin-left: 30px;}
.block-checked-info  h3{
    margin-top: 10px;
    font-weight: 600;
    font-size: 24px;
}
.block-checked-info .text-check{
    color: #636262;
    font-size: 18px;
}
.block-checked-info .text-check:before{
    content:url('data:image/svg+xml,<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 21C16.2991 21 21 16.2991 21 10.5C21 4.70085 16.2991 0 10.5 0C4.70085 0 0 4.70085 0 10.5C0 16.2991 4.70085 21 10.5 21Z" fill="%23E2ECF5"/><path fill-rule="evenodd" clip-rule="evenodd" d="M16.0501 6.15088C16.1105 6.20373 16.1598 6.26806 16.195 6.34012C16.2303 6.41219 16.2509 6.49055 16.2557 6.57064C16.2604 6.65074 16.2492 6.73098 16.2226 6.8067C16.196 6.88242 16.1547 6.9521 16.101 7.01169L9.73625 14.0756C9.68226 14.1354 9.61688 14.1839 9.54393 14.2181C9.47097 14.2523 9.39192 14.2716 9.31141 14.2749C9.23089 14.2782 9.15054 14.2653 9.07505 14.2371C8.99956 14.2089 8.93046 14.166 8.8718 14.1107L5.18881 10.6438C5.07832 10.5383 5.01142 10.3952 5.00133 10.2428C4.99125 10.0904 5.0387 9.93969 5.13433 9.82055C5.18594 9.75596 5.25015 9.70253 5.32304 9.66351C5.39594 9.62449 5.476 9.60069 5.55837 9.59356C5.64074 9.58643 5.72371 9.59611 5.80222 9.62202C5.88074 9.64792 5.95317 9.68952 6.01512 9.74427L8.87241 12.3146C8.99171 12.422 9.14877 12.4776 9.30906 12.4692C9.46935 12.4608 9.61975 12.3891 9.72717 12.2698L15.2014 6.19991C15.308 6.08177 15.4568 6.01032 15.6156 6.00103C15.7744 5.99174 15.9305 6.04536 16.0501 6.15027V6.15088Z" fill="%23606877"/></svg>');
    margin-left: 10px;
    position: relative;
    top: 5px;
}
.block-checked-info p{
    font-size: 18px;
    color: #1D1D1B;
    font-weight: 500;
    margin-bottom: 0;
    min-width: 130px;
}
.block-checked-info hr{
    margin-top: 20px;
    margin-bottom: 40px;
}
.social-bottom a{
    background: white;
    margin: 25px 7px;
    padding: 11px;
    border-radius: 50%;
    border: 1px solid rgba(29, 29, 27, 0.05);
}
footer p {
    text-align: center;
    color: rgba(29, 29, 27, 0.6);
}

.form-section label{
    color: var(--color-10);
}
.form-section label{
    color: var(--color-10);

    margin-bottom: 10px;
}
.form-section label strong{
    color: var(--color-5);
}
.form-section .form-control {

    font-size: 14px;
    line-height: 24px;
    padding: 8px 15px;
    color: rgba(154, 162, 177, 0.6);
}
.form-section input::placeholder{
    color: rgba(154, 162, 177, 0.6);
}
.form-section .form-group{
    margin-bottom: 15px;
}
.right-block a:hover,
.right-block a:focus{
    opacity: 0.8;
}


.left-block .active-button{
    border-radius: 10px;
    padding: 8px 25px;
    border: 0;
    color: #fff;
    background-color: #bf967cc7;
}
.left-block .btn-danger{
    border-radius: 10px;
    padding: 8px 25px;
    border: 0;
    background-color: #e33243cc;
}
.shop-block-item{
    border-radius: 18px;
    padding: 30px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
}
.shop-block-item h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.shop-block-item img{
    margin-bottom: 15px;
}
.shop-block-item strong{
    color: #58087E !important;
    font-size: 22px;
}
.shop-block-item span{
    color: #000;
    font-size: 16px;
}

.shop-block-item p{
    color: #8E8D97;
}

.btn-primary {
    background: #58087E !important;
    color: #fff;
    padding: 8px 35px;
    height: 46px;
    line-height: 37px;
    border-color: #58087E !important;
}
.btn-primary:hover,
.btn-primary:focus{
    opacity: .9;
    background: #58087E !important;
    color: #fff;

}
.modal-inner{
    padding: 50px;
}
.modal-inner h3{
    margin-top: 35px;
    font-weight: 600;
}
.pt-80{
    padding-top: 80px;
}
.search-input{
    position: relative;
}
.search-input .icon {
    position: absolute;
    top: 8px;
    right: 10px;
}
.search-input .form-control{
    padding: 10px 40px;
    border-radius: 10px;
}
.shop-block{
    border: 1px solid #D1E0ED;
    border-radius: 18px;
    margin-bottom: 35px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
}

.shop-block img.big-image{
    max-width: 100%;
    width: 100%;
    border-radius: 15px;
}
.shop-block h3{
    margin-top: 25px;
    font-size: 20px;
    font-weight: 600;
}
.shop-block strong{
    font-size: 18px;
    color: #58087E !important;
}
select.form-control{
    appearance: auto;
}
.w-45{
    width: 45%;
}



/*------------- new code----------------------*/

.sidenav .add-btn{
    width: 80px;
    height: 50px;
    position: absolute;
    top: 50%;
    text-align: left;
    right: 0;
    padding-left: 8px;
    background-color: #58087E !important;
    border-radius: 25px 0 0 25px;
    cursor: pointer;
    padding: 20px;
    border: 0;
    box-shadow: 0 5px 20px rgb(30 110 194 / 14%);
}
.sidenav .add-btn:after{
    content: '';
    width: 43px;
    height: 43px;
    background-size: contain;
    position: absolute;
    left: 7px;
    top: 3px;
    background-image: url(../images/plus.svg);
}
.sidenav.scroll .add-btn:after{
    background-image: url(../images/close-modal.svg);
     left: -350px;
}
.sidenav.scroll .content-sidenav{
    width: 500px;
    opacity: 1;
    visibility: visible;
}
.sidenav.scroll .add-btn{
    z-index: 99;
    width: 500px;
    background-color: transparent;
    box-shadow: none;
}
.sidenav {
    position: absolute;
    right: 0;
    z-index: 99;
}
 .sidenav .content-sidenav{
    position: absolute;
    width: 0;
    background: #fff;
    height: 550px;
    opacity: 0;
    visibility: hidden;
    border-radius: 25px 0 0 25px;
    box-shadow: 0 5px 35px rgb(0 0 0 / 12%);
}
.content-sidenav-inner{
    padding: 40px 0;
}
.content-sidenav-inner h3{
    font-size: 20px;
    color: #58087E !important;
    font-weight: 600;
    text-align: center;
}

.content-sidenav-inner .nav-tabs{
    padding: 10px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.content-sidenav-inner .nav-tabs .nav-link.active,
.content-sidenav-inner .nav-tabs .nav-link:hover
.content-sidenav-inner .nav-tabs .nav-link:focus{
    border-top:0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    background-color: #00D9A0;

    color: #fff;

}

.content-sidenav-inner .nav-tabs .nav-link{
    font-size: 15px;
    color: #606877;
    font-weight: 600;
    border-radius: 25px;
    padding: 5px 15px;
}
.content-sidenav-inner .btn-secondary{
    background-color: #F1F6FA;
    border-radius: 8px;
    color: #000;
    border: 0;
    margin: 0 12px;
    font-weight: 600;
    padding: 8px 25px;
}

.input-text {
    position: relative;
    padding: 0 20px ;
}
.input-text span{
    position: absolute;
    left: 30px;
    top: 10px;
    font-size: 12px;
}

.form-control{
    background-color: #FCFDFE;
    border-color: #E2ECF5;
    border-radius: 10px;
    padding: 10px;
    font-size: 15px;
}
.content-sidenav-inner p{
    margin-top: 15px;
    font-size: 13px;
    color: #606877;
}
.payment-block img{
width: 300px;
filter: grayscale(100%);
}
.text-secure{
    text-align: center;
    padding: 25px 0;
}
.text-secure span{
    padding: 0 8px;
}
.content-sidenav-inner form{
    padding: 20px;
}
.box-block{
    border: 1px solid #D1E0ED;
    border-radius: 18px;
    padding: 30px 45px;
    background-color:#fff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
}
.box-block .princing-block span{
    font-weight: 600;
    font-size:17px;

}
.box-block .princing-block .top-pricing-block strong{
    background: #58087E !important;
    color: #fff;
    font-size:16px;
    border-radius: 25px;
    padding: 8px 30px 8px 30px;

}
.box-block .princing-block .bottom-pricing-block {
    border-top: 1px solid #E2ECF5;
}

.box-block .princing-block .bottom-pricing-block{
    padding-top: 15px;
    margin-top: 15px;
}
.box-block .princing-block .bottom-pricing-block small{
    padding: 0 15px;
}
.payment-form h3{
font-size: 20px;
font-weight: 600;
margin-bottom: 30px;
}
.payment-form h4{
    font-size: 16px;
}
.payment-form span{
    padding: 0 8px;
    color: #00D9A0;
    font-weight: 600;
}

.payment-form form .label-control{
color: #606877;
font-size: 14px;
font-weight: 600;
margin-bottom: 5px;
}
.payment-form form .form-control{
    font-size: 14px;
}
.payment-form form .form-control {

    font-size: 14px;
    line-height: 24px;
    padding: 10px 15px;
    color: rgba(154, 162, 177, 0.6);
}
.payment-form form  input::placeholder{
    color: rgba(154, 162, 177, 0.6);
}
.box-block p{
    font-weight: 600;
}
.payment-form {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #E2ECF5;
}
.final-price-block  {
background-color: #F6F9FD;
padding: 15px;
color: #58087E !important;
border-radius: 12px;
}
.right-side h3{
margin-top: 25px;
font-size: 18px;
font-weight: 600;
}

.right-side  p{
    color: #606877;
    font-weight: 500;
    font-size: 16px;
}

.info-side{
    background-color:#F1F4F9;
    border-radius: 12px;
    padding: 20px;
}
.info-side h4{
    font-size: 16px;
    margin-bottom: 0;
}
.info-side h4 span{
    color: #00D9A0;
    padding: 0 15px;
}

.btn-share{
    border-radius: 25px;
    background-color: #C7D9EE;
    padding: 8px 15px;
    color: #58087E !important;
}
.btn-share:hover,
.btn-share:focus,
.btn-share:active{
    background-color:#fff;
    color: #58087E !important;

}

.donation-block-item span{
color: #BF967C;
font-weight: 600;
}
.donation-block-item h5{
    margin-top: 15px;
    font-size: 22px;
    font-weight: 600;
}
.bg-brown{
background-color: #BF967C;
}
.progress{
    background-color: #FBF9F7;
}
.progress-bar span{
    position: relative;
    top: 3px;
}
.left-side h3{
    color: #00D9A0;
    font-weight: 600;
}

.left-side .btn-secondary{
    background-color: #F8FBFC;
    border: 1px solid #B9C8D6;
    border-radius: 12px;
    padding: 8px 25px;
    font-weight: 600;
    margin-left: 15px;
    color: #000000;
}
.left-side .btn-secondary span{
    color:#58087E !important;
    padding: 0 3px;

}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color:#58087E !important;
    background-color: #F8FBFC;
    border-color: #58087E !important;
}

.btn-check+.btn:hover {
    color: #58087E !important;
    background-color: #F8FBFC;
    border-color: #58087E !important;
}


.input-value{
    position: relative;
}
.input-value small{
    font-weight: 600;
    position: absolute;
    left: 15px;
    top: 10px;
    color: #58087E !important;
}

.tel-input{
    position: relative;
}
.tel-input .form-control{
    padding-left:75px;
}

.tel-input span{
    position: absolute;
    left: 15px;
    border-right: 1px solid #C5CAD3;
    padding-right: 10px;
    top: 10px;
    color: #9AA2B1;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active{
    background-color: #1965B6;
    color: #fff;
}
/*.checked-block-inner {
    display:none;
} */
.new-donater-block{
    background-color: #F1F4F9;
    padding: 20px;
    border-radius: 12px;
    margin-top: 40px;
}
.fisrt-block.disabled h3{
    color: #aaa !important;
    pointer-events: none;
    user-select: none;
}
.fisrt-block.disabled .btn-secondary{
    background: #ccc !important;
    border-color: #ccc !important;
     cursor: not-allowed;
     pointer-events: none;
     user-select: none;
     color: #aaa !important;
}
.fisrt-block.disabled .btn-secondary span{
    color: #aaa !important;
}
.fisrt-block.disabled  input{
    background: #ccc !important;
    border-color: #ccc !important;
    cursor: not-allowed;
    pointer-events: none;
    user-select: none;
    color: #aaa !important;
}
.fisrt-block.disabled .input-value small{
    color: #aaa !important;
}

.btn-new{
    color: #BF967C;
    padding: 8px 25px;
    border-radius: 25px;
    font-size: 15px;
    border-color: #BF967C;
}
.btn-new img{
    padding: 0 5px;
}
.btn-new:hover,
.btn-new:focus,
.btn-new:active{
    color: #BF967C;
    background-color: #FBF9F7;
    border-color: #BF967C;
}


.new-donater-block{
    position: relative;
}
.remove-btn{
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 5px;
    left: 0;
}

.remove-btn img{
    width: 20px;
}
.order-block{
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #E2ECF5;
}