﻿/* ===========================================================================
Imports (must come first)
============================================================================*/
/* ----- Reset (must come first) ----- */
@import url("reset.css");

/* ----- Components ----- */
@import url("components.css");

/* ----- Header / Footer ----- */
@import url("header.css");
@import url("footer.css");

/* ----- Andromeda ----- */
@import url("andromeda.css");

/* ----- Icons ----- */
@import url("plugins/bootstrap-icons/bootstrap-icons.css");
/*@import url("https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp");*/
@import url("https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined");

/* ----- Font ----- */

/*@import url("fonts.css");*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&family=Tajawal:wght@200;300;400;500;700;800&display=swap');


/* ===========================================================================
Layout
============================================================================*/
/* ------ body ------- */
body {
	background-color: white;
	font-family: 'Tajawal', sans-serif !important;
	font-weight: 400;
}
html[lang="ar"] body{
    text-align: right;
}

/*to set footer absolute to fix position issue in case of no content in page */
/*
body {
	position: relative;
	min-height: 100vh;
}
*/

input, textarea, select {
	border-radius: 6px !important;
}
/* ----- container ----- */

@media(min-width: 1200px) {
    .container {
        max-width: 1160px;
    }
}

@media(min-width: 1250px) {
    .container {
        max-width: 1200px;
    }
}

@media(min-width: 1350px) {
    .container {
        max-width: 1210px;
    }
}

@media(min-width: 1400px) {
    .container {
        max-width: 1250px;
    }
}

@media(min-width: 1900px) {
    .container {
        max-width: 1440px;
    }
}


/* ===========================================================================
Homepage
============================================================================*/
/* ========== Slider ========== */
#AtafCarousel .carousel-item img.img-fluid {
    height: 500px;
	width: 100%;
	object-fit: cover;
}
@media(max-width: 1400px){
    #AtafCarousel .carousel-item img.img-fluid {
        height: 400px;
    }
}
#AtafCarouselMob .carousel-item img.img-fluid {
    height: 300px;
	width: 100%;
	object-fit: cover;
}


#AtafCarousel .carousel-item .carousel-caption {
	max-width: 430px;
	text-align: center !important;
	background-color: white;
	color: black;
	left: 50% !important;
	right: auto  !important;
	top: 50%  !important;
	bottom: auto  !important;
	transform: translate(-50%,-50%);
	padding: 20px  !important;
	border-radius: 20px;
}
#AtafCarousel .carousel-item .carousel-caption h1,
#AtafCarousel .carousel-item .carousel-caption h2,
#AtafCarousel .carousel-item .carousel-caption h3,
#AtafCarousel .carousel-item .carousel-caption h4,
#AtafCarousel .carousel-item .carousel-caption h5,
#AtafCarousel .carousel-item .carousel-caption h6{
	color: var(--colorGray);
	text-align: center;
}
#AtafCarousel .carousel-item .carousel-caption p{
	color: gray;
	text-align: center;
}
#AtafCarousel .carousel-item .carousel-caption .btn{
	min-width: 200px;
	margin: 0 auto;
}

@media(min-width: 1200px){
	html[lang="en"] #AtafCarousel .carousel-item .carousel-caption{
		margin-left: -250px;
	}
	html[lang="ar"] #AtafCarousel .carousel-item .carousel-caption{
		margin-left: 250px;
	}
}

/* ========== Donation bar ========== */
/*
#fast-donation-bar{
	position: relative;
}
#fast-donation-bar-station{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background-color: transparent;
	opacity: 0;
	pointer-events: none;
	top: calc(-88px + -15px);
}

@media(min-width: 992px){
	.donation-bar{
		margin-top: -80px;
		z-index: 50;
	}
}
.donation-bar .bar {
	background-color: #155b59;
	background: url(image/bg/dome-top.png) center top repeat-x,
	url(image/bg/dome-bottom.png) center bottom repeat-x #155b59;
	padding: 55px 15px;
	border-top: 3px solid #064645;
	border-bottom: 3px solid #064645;
	border-radius: 20px;
}
.donation-bar .bar-inner {
	max-width: 1150px;
	margin: 0 auto;
}

@media(min-width: 992px){
	.donation-bar .input{
		max-width: 240px;
	}
}
@media(max-width: 991.98px){
	.donation-bar .col-12{
		margin-bottom: 7px;
	}
	.donation-bar button{
		min-width: 200px;
	}
}
*/

/* ========== Header Categories ========== */
/*
.each-header-category {
	position: relative;
    display: block;
    border-radius: 12px;
    overflow: hidden;
	width: 100%;
    height: 300px;
}

.header-cat-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media(min-width: 1200px){
    .header-cat-title-desktop {
        transition: all 0.3s ease;
        background-color: rgba(0,0,0,0.45);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        z-index: 50;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 0%;
        opacity: 0;
    }
    .each-header-category:hover .header-cat-title-desktop {
        height: 100%;
        opacity: 1;
    }
}

@media(max-width: 1199.98px){
    .header-cat-title-mobile {
        color: white;
        background-color: rgba(0,0,0,0.6);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 5px;
        font-size: 14px;
        font-weight: 600;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
}
*/

/* ========== video feature ========== */
/*
.video-feature .video-wrapper,
.video-feature .txt-wrapper{
	height: 520px;
}
@media(max-width: 1199.98px){
	.video-feature .video-wrapper,
	.video-feature .txt-wrapper{
		height: auto;
	}
}

.video-feature .video-wrapper{
	background-color: transparent;
	color: white;
	position: relative;
}
.video-feature .the-video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-feature .txt-wrapper{
	background-color: var(--colorGray);
	color: white;
	padding: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.video-feature .txt {
	max-width: 670px;
	text-align: center;
}
.video-feature .txt p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
}
*/

/* ========== Footer Categories ========== */
/*
.each-footer-category {
	background-color: white;
	min-width: 165px;
	max-width: 190px;
	border-radius: 20px;
	box-shadow: 1px 1px 15px #e1e1e1;
	padding: 25px 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-top: 15px;
	transition: all 0.3s ease;
}
.footer-cat-title {
	color: var(--colorBrown);
	font-weight: bold;
	margin: 10px 0;
}
.footer-cat-link-all {
	color: gray;
	text-decoration: underline;
	font-size: 14px;
}

/* desktop hover effect *-/
@media(min-width: 1200px){

	.slick-footer-categories .slick-track {
		height: 285px;
	}
	
	.each-footer-category{
		width: 190px;
		height: 190px;
		/*min-height: 190px;*-/
		border-radius: 50%;
		transition: height 0.1s;
	}
	.footer-cat-title,
	.footer-cat-link-all{
		display: none;
	}

	.each-footer-category:hover{
		height: 260px;
		border-radius: 20px;
	}
	
	.each-footer-category:hover .footer-cat-title,
	.each-footer-category:hover .footer-cat-link-all{
		display: block;
	}
	
}
*/



/* Brands Slider*/
/*
.row-homepage-brands .brand-image {
	box-shadow: 1px 1px 8px #e8e7e7;
	border-radius: 10px;
	height: 150px;
	width: 100%;
	margin: 15px auto;
	position: relative;
}
.row-homepage-brands .brand-image > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
*/

/* ---------------- Products tabs ----------- */
.homepage-products-tabs {
	background: white;
}

/* .homepage-products-tabs .productbox,
.homepage-products-tabs .slick-arrow {
	box-shadow: none !important;
} */

/*
.homepage-products-tabs .card {
	border: 0;
}

.homepage-products-tabs .tabs > .card-header {
	padding: 0 10px;
	background-color: transparent;
	border: 0;
    margin-bottom: 20px;
}
.homepage-products-tabs .nav-link {
	background-color: #e8e8e8;
	color: #828282;
    margin: 0 5px 5px;
}
.homepage-products-tabs .nav-link.active {
	background-color: #343a40;
	color: white;
}
.homepage-products-tabs .tab-pane {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
*/

/* ---------- homepage action cards -------- */
@media(min-width: 768px) {
    .homepage-action-cards p {
        min-height: 100px;
    }
}

.homepage-action-cards .icon {
	width: 85px;
	height: 85px;
	object-fit: contain;
}

/* ---------- homepage Products with details template 1 -------- */
.homepage-pr-with-details-1 .main-img-wrapper {
	text-align: center;
}
.homepage-pr-with-details-1 .main-img-wrapper img {
	height: 350px;
}


.homepage-pr-with-details-1 .project-title {
	font-size: 22px;
	color: black;
	font-weight: bold;
}
.homepage-pr-with-details-1 .short-description p {
    font-size: 14px;
}

/* .homepage-pr-with-details-1 input {
	height: 38px !important;
}

.homepage-pr-with-details-1 .bootstrap-touchspin input {
	height: 38px;
} */

.homepage-pr-with-details-1 .btn-share {
	border: 1px solid #ced4da;
	color: gray;
}

.homepage-pr-with-details-1 .btn-pre-amount {
	border: 1px solid #ced4da;
}

.homepage-pr-with-details-1 .btn-pre-amount.active {
	border: 1px solid var(--colorGray);
}

.homepage-pr-with-details-1 .each-pay-method label {
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #d5d5d5;
	font-size: 13px;
	font-weight: normal;
}

.homepage-pr-with-details-1 .row-final-actions-detailspage .btn {
    height: 40px;
    min-width: 100px;
}

.homepage-pr-with-details-1 .counter {
	border: 1px solid #d9d9d9;
	border-radius: 7px;
	padding: 15px;
	text-align: center;
}

.homepage-pr-with-details-1 .counter .title{
	color: var(--colorBrown);
    font-weight: bold;
}

.homepage-pr-with-details-1 .counter .donors{
    font-weight: bold;
}
/*
.homepage-pr-with-details-1 .digits span {
	background-color: #0c1f47;
	color: white;
	display: inline-flex;
	width: 35px;
	height: 35px;
	border-radius: 5px;
	margin: 2px;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 20px;
}
@media(max-width: 767.98px) {
    .homepage-pr-with-details-1 .digits span {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }
}
*/
.homepage-pr-with-details-1 .digits {
	background-color: transparent;
	color: var(--colorGray);
	font-weight: bold;
	font-size: 40px;
	border-radius: 5px;
	display: inline-flex;
	line-height: 1.2;
	padding: 2px 10px;
}
.homepage-pr-with-details-1 .digits span {
	display: inline-flex;
	margin: 2px;
	align-items: center;
	justify-content: center;
}

/* ---------- homepage Products with details template 2 -------- */
.template2-banner {
	width: 100%;
	height: 300px;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}
.template2-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.template2-banner .txt {
	background: rgba(1, 120, 63, 0.7);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: white;
    text-align: center;
	padding: 50px 15px 100px 15px;
}
.template2-banner .txt h4 {
	font-size: 16px;
	font-weight: 700;
}
.template2-banner .txt h2 {
	font-size: 32px;
	font-weight: 700;
	margin: 0;
}
@media(max-width: 1199.98px) {
    .template2-banner .txt {
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .template2-banner .txt h4 {
        font-weight: 400;
    }
    .template2-banner .txt h2 {
        font-size: 24px;
    }
}



.homepage-pr-with-details-2 .the-box {
	max-width: 647px;
	margin: 0 auto;
	width: 100%;
    background: url(image/template-box-bg.png) top center no-repeat white;
}
@media(min-width: 1200px) {
    .homepage-pr-with-details-2 .the-box {
        margin-top: -90px;
    }
}
.homepage-pr-with-details-2 .main-img-wrapper {
	text-align: center;
}
.homepage-pr-with-details-2 .main-img-wrapper img {
	height: 300px;
    border-radius: 10px;
}


.homepage-pr-with-details-2 .title-holder {
	background: url(image/bg/banner-fold-left.png) left top no-repeat, url(image/bg/banner-fold-right.png) right top no-repeat;
	display: inline-flex;
	height: 47px;
	padding: 0 68px;
	position: absolute;
	top: 0;
	margin-top: -13px;
}
.homepage-pr-with-details-2 .title-holder .title {
	display: inline-flex;
	background: url(image/bg/banner-fold-center.png) center top repeat-x;
	height: 47px;
	color: black;
	font-size: 16px;
	align-items: center;
}

.homepage-pr-with-details-2 .title {
	font-size: 28px;
    margin: 0;
	color: var(--colorGreen);
	font-weight: bold;
	text-align: center;
}
.homepage-pr-with-details-2 .btn-link {
	font-size: 14px;
	color: black;
	background-color: #f2f2f2;
}

.homepage-pr-with-details-2 .short-description p {
    color: gray;
}

.homepage-pr-with-details-2 input {
	height: 38px !important;
}

.homepage-pr-with-details-2 .bootstrap-touchspin input {
	height: 38px;
}

.homepage-pr-with-details-2 .btn-share {
	border: 1px solid #ced4da;
	color: gray;
}
.homepage-pr-with-details-2 .btn-share:hover,
.homepage-pr-with-details-2 .btn-share.active {
	color: white;
	background-color: var(--colorBrown);
	border-color: var(--colorBrown);
}

.homepage-pr-with-details-2 .btn-pre-amount {
	border: 1px solid #ced4da;
}
.homepage-pr-with-details-2 .btn-pre-amount.active {
	border: 1px solid var(--colorGray);
}

.homepage-pr-with-details-2 .btn-zakat-calc-holder {
	display: inline-flex;
	align-items: center;
	justify-content: center;
    width: 100%;
}

@media(min-width: 1200px) {
    .homepage-pr-with-details-2 .btn-zakat-calc-holder {
        position: absolute;
        right: 50px;
        top: 0;
        margin-top: -12px;
        width: auto;
    }
    html[lang="ar"] .homepage-pr-with-details-2 .btn-zakat-calc-holder {
        left: 50px; right: unset;
    }
}

.row-final-actions-pr-with-details-template2 .btn {
	height: 40px;
}

/* ===========================================================================
Product Listing Page
============================================================================*/
/* ---------- banner --------- */
/*
.listing-page-banner {
	margin-bottom: 80px;
}
@media(max-width: 1199.98px){
    .listing-page-banner {
        margin-bottom: 20px;
    }
}
.listing-page-banner .cat-title-wrapper {
	background-color: #4f9b5a;
	color: white;
    max-height: 230px;
}
.listing-page-banner .cat-title {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.listing-page-banner .cat-title h1 {
	font-size: 38px;
	font-weight: bold;
	text-align: center;
}

.col-listing-page-banner-pic img {
	max-width: unset;
}


.row-reverse-rtl .col-listing-page-banner-pic {
	direction: ltr !important;
}
*/

/* ---------- subcats --------- */
/*
.listing-page-banner .subcats-wrapper{
    max-height: 62px;
}
.listing-page-banner .each-subcat {
	border: 1px solid #e2e2e2;
	padding: 2px 10px;
	display: block;
	font-size: 16px;
	border-radius: 15px;
}
@media(max-width: 767.98px){
    .listing-page-banner .each-subcat {
        padding: 2px 8px;
        font-size: 14px;
        border-radius: 12px;
    }
}
*/



/*
.listing-page-banner {
	width: 100%;
	height: 375px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}
@media(max-width: 767.98px){
	.listing-page-banner {
		height: 270px;
	}
}
*/


.listing-page-banner .overlay {
	z-index: 15;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
}

.listing-banner-wrapper {
    position: relative;
    width: 100%;
	height: 260px;
}
@media(max-width: 767.98px){
	.listing-banner-wrapper {
        height: 250px;
    }
}

.listing-banner-img {
	width: 100%;
	height: 100%;
	position: absolute;
    left: 0;
    top: 0;
	object-fit: cover;
	z-index: 10;
}

.listing-page-title {
	background-color: white;
    color: var(--colorBrown);
    text-align: center;
	z-index: 20;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 5px 15px;
	border-radius: 12px 12px 0 0;
}
.listing-page-title h1 {
	font-size: 35px;
    margin: 0;
}
@media(max-width: 767.98px){
    .listing-page-title {
        width: 90%;
    }
	.listing-page-title h1 {
        font-size: 26px;
        line-height: 1.1;
    }
}

/*
.listing-page-banner .content {
	z-index: 20;
	color: white;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.listing-page-banner a {
	color: white !important;
}
*/

.listing-banner-wrapper .bcrumb {
	position: absolute;
    top: 0;
	left: 15px;
	right: 15px;
	z-index: 20;
}
@media(max-width: 767.98px){
	.listing-page-banner .bcrumb {
		font-size: 13px;
	}
}

.listing-banner-wrapper .bcrumb a {
	color: white;
}
.listing-banner-wrapper .breadcrumb-item + .breadcrumb-item::before {
	padding-right: .5rem;
	color: white;
	content: "/";
}

/* ---------------- categories  and their subcategories page ----------------------- */
.cats-page-cats {
	background-color: var(--colorLight);
}

.slick-listing-page-sub-categories.slick-common-styles .slick-arrow.slick-disabled {
	opacity: 0;
}

.slick-listing-page-sub-categories.slick-common-styles .slick-prev,
.slick-listing-page-sub-categories.slick-common-styles .slick-next {
	height: 64px;
	width: 35px;
	border-radius: 0;
	background-color: transparent;
}
html[lang="en"] .slick-listing-page-sub-categories.slick-common-styles .slick-next {
	box-shadow: -10px 0px 5px #fbe4ec;
	border-left: 1px solid #f9d7e3;
}
html[lang="en"] .slick-listing-page-sub-categories.slick-common-styles .slick-prev {
	box-shadow: 10px 0px 5px #fbe4ec;
	border-right: 1px solid #f9d7e3;
}
html[lang="ar"] .slick-listing-page-sub-categories.slick-common-styles .slick-next {
	box-shadow: 10px 0px 5px #fbe4ec;
	border-right: 1px solid #f9d7e3;
}
html[lang="ar"] .slick-listing-page-sub-categories.slick-common-styles .slick-prev {
	box-shadow: -10px 0px 5px #fbe4ec;
	border-left: 1px solid #f9d7e3;
}


@media(max-width: 767.98px){
    .slick-listing-page-sub-categories.slick-common-styles .slick-prev,
    .slick-listing-page-sub-categories.slick-common-styles .slick-next {
        height: 45px;
        width: 30px;
    }
}
/*subcat btns*/
.btn-subcat {
	background-color: transparent;
	box-shadow: 0 0 5px #dbb9c5;
	margin: 15px 0;
    border-radius: 20px;
}
/*
@media(max-width: 1199.98px){
    .cats-page-cats .row-subcat-btns {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
}
*/

.cats-page-cats .row-subcat-btns .active .btn {
	background-color: #000000;
	border-color: #000000;
	color: white;
}

@media(max-width: 767.98px){
    .cats-page-cats .row-subcat-btns .btn {
        font-size: 14px;
        padding: 3px 5px;
    }
}

/*main cats*/
.cats-page-cats .cat-holder {
	background-color: #fff;
	border-radius: 12px;
	overflow: hidden;
    transition: all 0.5s linear;
}
.cats-page-cats .cat-holder:hover {
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.cats-page-cats .cat-img {
	width: 100%;
	height: 280px;
	object-fit: cover;
}
@media(max-width: 1399.98px){
    .cats-page-cats .cat-img {
        height: 240px;
    }
}
@media(max-width: 1199.98px){
    .cats-page-cats .cat-img {
        height: 200px;
    }
}
@media(max-width: 767.98px){
    .cats-page-cats .cat-img {
        height: 150px;
    }
}

.cats-page-cats .cat-name-holder h1 {
	color: #2b2c2b;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	padding: 15px 10px;
    margin: 0;
}
@media(max-width: 991.98px){
    .cats-page-cats .cat-name-holder h1 {
        font-size: 16px;
        font-weight: 500;
        padding: 15px 5px;
    }
}

/* ===========================================================================
Product Details Page
============================================================================*/
.product-details-page .breadcrumb {
	font-size: 14px;
}

.product-details-page .whitebox {
	background-color: white;
	padding: 50px;
	border-radius: 15px;
}
@media(max-width: 767.98px){
	.product-details-page .whitebox {
		padding: 15px;
		border-radius: 10px;
	}
}

.product-details-page .product-label {
	z-index: 50 !important;
}

/* ---------- slider ---------- */
.pr-details-slider{
	margin-bottom: 10px;
}
.pr-details-slider .main-image{
	width: 100%;
	/*height: 650px;*/
	border-radius: 15px;
}
/*
@media(max-width: 767.98px){
	.pr-details-slider .main-image{
		height: 300px;
	}
}
*/

.slick-common-styles.pr-details-slider .each-item {
	height: 330px;
	position: relative;
}
.slick-common-styles.pr-details-slider .main-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 20px;
}

.slick-common-styles.pr-details-slider .slick-next,
.slick-common-styles.pr-details-slider .slick-prev{
	z-index: 10;
	border-radius: 0;
	box-shadow: none;
    width: 35px;
    background-color: rgba(255, 255, 255, 0.4);
}
html[lang="en"] .slick-common-styles.pr-details-slider .slick-next,
html[lang="en"] .slick-common-styles.pr-details-slider .slick-prev
 {
	transform: translate(0px,-50%);
}
html[lang="ar"] .slick-common-styles.pr-details-slider .slick-next,
html[lang="ar"] .slick-common-styles.pr-details-slider .slick-prev
 {
	transform: translate(0px,-50%);
}


/* ---------- stats ---------- */
.row-detailspage-stats {
    /*
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
    */
	padding-top: 5px;
	padding-bottom: 5px;
	color: #919191;
}
.row-detailspage-stats .col-each-stat{
    color: #919191;
    font-size: 14px;
}

html[lang="en"] .row-detailspage-stats .col-social {
	margin-left: auto;
}
html[lang="ar"] .row-detailspage-stats .col-social {
	margin-right: auto;
}
.row-detailspage-stats .social-icons li {
	margin: 0 4px;
}
html[lang="ar"] .row-detailspage-stats .social-icons li {
	float: right;
}
/*
.row-detailspage-stats .social-icons li a {
	background: black;
	color: white;
	height: 25px;
	width: 25px;
	line-height: 25px;
	font-size: 14px;
}
*/
.row-detailspage-stats .social-icons li a {
	background: white;
	color: #919191;
	height: 25px;
	width: 25px;
	line-height: 23px;
	/*font-size: 13px;
	border: 2px solid #919191;
    border-radius: 50%;*/
    font-size: 19px;
}
.row-detailspage-stats .social-icons li a svg {
	fill: #919191;
}
.row-detailspage-stats .social-icons li a:hover {
	border: 2px solid transparent;
}
.row-detailspage-stats .social-icons li a:hover svg {
	fill: #fff;
}

/* ---------- title, short description, donate complete message ---------- */
.product-details-page .project-title {
	color: black;
	font-weight: normal;
	font-size: 28px;
}
.product-details-page .short-description p {
	color: rgb(168, 167, 167);
}
@media(max-width: 767.98px){
    .product-details-page .project-title {
        font-size: 24px;
    }
    .product-details-page .short-description p {
        font-size: 14px;
    }
}

.product-details-page .donate_complete {
	font-weight: bold;
	font-size: 18px;
	color: var(--colorGray);
	margin-bottom: 15px;
}

.badge-donation-completed-detailspage {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	white-space: normal;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-0%,-10%);
	background-color: transparent;
	color: white;
	font-size: 14px;
	text-align: center;
	line-height: 1.2;
    z-index: 50;
}
html[lang="ar"] .badge-donation-completed-detailspage {
    left: unset;
	right: 0;
	transform: translate(0%,-10%);
    line-height: 1.3;
}

/* ---------- progressbar ---------- */
.product-details-page .progressbar {
	margin: 0;
}
.product-details-page .percentCount {
	display: none;
}
.product-details-page .percent-txt {
	font-size: 18px;
    font-weight: bold;
    color: var(--colorBrown);
}

/* ---------- progressbar lg ---------- */
/* old circular progressbar 
.progressbar-holder.progressbar-holder-lg {
	background-color: #4E9B5A;
	padding: 25px;
	pointer-events: none;
	border-radius: 50%;
	width: 190px;
	height: 190px;
	margin: 10px auto;
}

.progressbar-holder.progressbar-holder-lg .progress-bar {
	color: white;
	font-weight: bold;
	background-color: transparent;
}
.progressbar-holder.progressbar-holder-lg .progress-bar,
.progressbar-holder.progressbar-holder-lg .progress-bar div {
	width: 140px;
	height: 140px;
}
.progressbar-holder.progressbar-holder-lg .progress-bar .rotate,
.progressbar-holder.progressbar-holder-lg .left,
.progressbar-holder.progressbar-holder-lg .right {
	clip: rect(0 70px 140px 0);
}
.progressbar-holder.progressbar-holder-lg .progress-bar div span {
	width: 120px;
	height: 120px;
	left: 10px;
	top: 10px;
	font-size: 30px;
	line-height: 45px;
	background-color: #4E9B5A;
	display: flex;
	align-items: center;
	justify-content: center;
}
*/

/* ---------- money stats ---------- */
.product-details-page .col-product-forms .project-money {
	padding: 10px;
	border-radius: 10px;
	text-align: center;
	border: 1px solid #d5d5d5;
}
@media(max-width: 767.98px){
	.product-details-page .col-product-forms .project-money {
        padding: 15px 10px;
        border-radius: 8px;
    }
}
.product-details-page .col-product-forms .project-money .pm-stat-single {
	padding-left: 8px;
	padding-right: 8px;
}
@media(max-width: 767.98px){
    .product-details-page .col-product-forms .project-money .pm-stat-single:not(:last-of-type) {
        border-bottom: 1px solid #eaeaea;
    }
}
@media(min-width: 768px){
	html[lang="en"] .product-details-page .col-product-forms .project-money .pm-stat-single:not(:last-of-type) {
		border-right: 1px solid #d5d5d5;
	}
	html[lang="ar"] .product-details-page .col-product-forms .project-money .pm-stat-single:not(:last-of-type) {
		border-left: 1px solid #d5d5d5;
	}
}
.product-details-page .col-product-forms .project-money p {
	text-align: center;
	color: #686868;
	margin: 0;
	font-size: 16px;
	white-space: nowrap;
}
.product-details-page .col-product-forms .project-money p:first-of-type {
	color: #898989;
	font-size: 18px;
	font-weight: 400;
}
.product-details-page .col-product-forms .project-money p:first-of-type + p {
	font-size: 20px;
    color: var(--colorGray);
}
@media(max-width: 767.98px){
    .product-details-page .col-product-forms .project-money p:first-of-type {
        font-size: 15px;
    }
    .product-details-page .col-product-forms .project-money p:first-of-type + p {
        font-size: 16px;
    }
}

/* timer styles override from productbox timer */
.timer-detailspage {
    position: relative;
}
.timer-detailspage .timer-wrapper {
	bottom: 50%;
}
.timer-detailspage .timer-title {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 900;
}
.timer-detailspage .timer-digits-holder .unit {
	width: 45px;
	height: 45px;
	border-radius: 7px;
	font-size: 10px;
	line-height: 1.1;
}
.timer-detailspage  .timer-digits-holder .unit .digit {
	font-size: 23px;
}


/* forms */
.product-details-page .col-product-forms .row-counter .donation-input-holder{
	/*height: 100%;*/
    height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
    line-height: 15px;
}
html[lang="en"] .product-details-page .col-product-forms .bootstrap-touchspin-up {
	border-left: 0;
}
html[lang="en"] .product-details-page .col-product-forms .bootstrap-touchspin-down {
	border-right: 0;
}
html[lang="ar"] .product-details-page .col-product-forms .bootstrap-touchspin-up {
	border-right: 0;
}
html[lang="ar"] .product-details-page .col-product-forms .bootstrap-touchspin-down {
	border-left: 0;
}

.product-details-page .col-product-forms .donation-input-holder input {
	height: 48px;
    max-width: 150px;
	/*height: 100%;*/
	border: 1px solid #eee;
    border-radius: 0 !important;
	background-color: white;
	color: #575757;
	font-weight: bold;
	font-size: 18px;
	box-shadow: none;
	text-align: center;
    padding: 8px 2px;
}
.product-details-page .col-product-forms .donation-input-holder input:hover,
.product-details-page .col-product-forms .donation-input-holder input:focus{
	box-shadow: 1px 1px 15px #dbdbdb !important;
}
.product-details-page .col-product-forms .donation-input-holder input[disabled="disabled"]{
	cursor: not-allowed;
}

/*
.product-details-page .col-product-forms .input-group input {
	height: 48px;
	border: 1px solid #ced4da;
	border-radius: 0 !important;
	background-color: white;
	color: black;
	font-weight: bold;
	font-size: 18px;
	box-shadow: none;
	text-align: center;
}
@media(max-width: 767.98px){
	.product-details-page .col-product-forms .input-group input {
        height: 40px;
	}
}
.product-details-page .col-product-forms .input-group .btn {
	height: 48px;
    min-width: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	border-color: #ced4da;
	font-weight: bold;
	color: black;
}
.product-details-page .col-product-forms .input-group .btn:hover {
	color: white;
}
@media(max-width: 767.98px){
	.product-details-page .col-product-forms .input-group .btn {
        height: 40px;
        min-width: 40px;
    }
}
*/

.product-details-page .btn-pre-amount {
	background-color: transparent;
	border: 1px solid #ced4da;
	color: #777777;
	min-width: 50px;
    height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
@media(max-width: 767.98px){
	.product-details-page .btn-pre-amount {
		padding: 0.3rem 0.7rem;
		font-size: 1.15rem;
        height: 40px;
	}
}

/* bottom action buttons */
.row-final-actions-detailspage input {
	border: 1px solid white;
	background-color: white;
	color: #cfcfcf;
	font-weight: bold;
	box-shadow: 1px 1px 15px #dbdbdb !important;
	width: 100%;
	text-align: center;
}

.product-details-page .col-product-forms .row-final-actions-detailspage .btn-lg {
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ---------- tabs and it's contents -------------- */
.product-details-page .row-doc-links .doc-link {
	display: block;
	text-align: center;
    position: relative;
    width: 125px;
    margin: 5px auto;
}
.product-details-page .row-doc-links .doc-icon-holder {
	width: 125px;
    height: 125px;
    background-color: #e9f0ff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}
/*
@media(max-width: 767.98px){
    .product-details-page .row-doc-links .doc-link {
        width: px;
    }
    .product-details-page .row-doc-links .doc-icon-holder {
        width: 95px;
        height: 95px;
    }
}
*/

.product-details-page .media-wrapper {
    width: 100%;
	height: 280px;
	position: relative;
}

.product-details-page .media-wrapper .media-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
    cursor: pointer;
}
.row-product-details-media .light-gallery-video-icon {
	color: var(--colorBrown);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 50px;
}

/* ===========================================================================
Login / Registration
============================================================================*/
/* ---------- Registration ---------- */
.page-lightbox-register .input-style-icon-placeholder {
	margin-top: 20px;
}

/* ===========================================================================
My Account Pages
============================================================================*/
/* ---------- sidebar ---------- */
.block-account-navigation {
	background-color: #fbfbfb;
	padding: 0 15px 15px 15px;
}
.block-account-navigation > .h5 {
	padding: 15px;
	border-bottom: 1px solid rgb(236, 236, 236);
}

.block-account-navigation > ul > li > a {
	display: flex;
	align-items: center;
	padding: 10px 15px;
	font-size: 17px;
	color: #5d5d5d;
}
.block-account-navigation > ul > li > a:hover {
	background-color: #efefef;
}

/*html[lang="en"] .block-account-navigation > ul > li > a.active {
	border-right: 5px solid var(--colorBrown);
    background-color: #efefef;
}
html[lang="ar"] .block-account-navigation > ul > li > a.active {
	border-left: 5px solid var(--colorBrown);
    background-color: #efefef;
}*/

.block-account-navigation > ul > li > a > svg,
.block-account-navigation > ul > li > a > i,
.block-account-navigation > ul > li > a > .icon {
    margin-left: 15px;
    margin-right: 15px;
}
.block-account-navigation > ul > li > a.active > svg,
.block-account-navigation > ul > li > a.active > i{
    color: var(--colorBrown);
}

/* --------- orders table -------- */
.icon-payment-method img{
	max-height: 40px;
	max-width: 80px;
	margin: 0 auto;
}

/* --------- Certificates -------- */
.page-account-certificates .cert-wrapper {
	background-color: rgba(0,0,0,0.2);
	background: linear-gradient(45deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%);
	padding: 20px;
	display: inline-flex;
	border-radius: 10px;
}
.page-account-certificates .cert-img {
	height: 200px;
	width: 100%;
	object-fit: contain;
}

/* --------- Wallet donations -------- */
/*
#subscription-detail-div {
	display: none;
}
#subscription-edit-div {
	display: block !important;
}
*/

.option-box {
	display: inline-flex;
	padding: 5px 15px;
	font-size: 16px;
	border: 1px solid #e6e6e6;
	background-color: white;
	border-radius: 20px;
	min-width: 75px;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	cursor: pointer;
}
.option-box.active {
	background-color: var(--colorGray);
	border-color: var(--colorGray);
	color: white;
}

.account-page-wallet-donations fieldset {
	border: 1px solid #e6e6e6;
	padding: 20px;
	/*box-shadow: 0px 5px 5px #f5f5f5;*/
	border-radius: 7px;
}
.account-page-wallet-donations legend {
	width: auto;
	font-weight: bold;
	font-size: 20px;
	padding: 0 10px;
    margin-bottom: 0;
}


/* ===========================================================================
Cart
============================================================================*/
.cart-page-banner {
	margin-top: -15px;
}

.cart-page-banner .overlay {
	z-index: 15;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
}

.cart-banner-wrapper {
    position: relative;
    width: 100%;
	height: 120px;
    background-color: var(--colorBrown);
}
@media(max-width: 767.98px){
	.cart-banner-wrapper {
        height: 110px;
    }
}

.cart-page-title {
	background-color: white;
    color: var(--colorBrown);
    text-align: center;
	z-index: 20;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 5px 15px;
	border-radius: 12px 12px 0 0;
    min-width: 150px;
}
.cart-page-title h1 {
	font-size: 35px;
    margin: 0;
}
@media(max-width: 767.98px){
    .cart-page-title {
        width: 90%;
    }
	.cart-page-title h1 {
        font-size: 26px;
    }
}

.cart-banner-wrapper .bcrumb {
	position: absolute;
    top: 0;
	left: 15px;
	right: 15px;
	z-index: 20;
}
@media(max-width: 767.98px){
	.cart-page-banner .bcrumb {
		font-size: 13px;
	}
}

.cart-banner-wrapper .bcrumb a {
	color: white;
}
.cart-banner-wrapper .breadcrumb-item + .breadcrumb-item::before {
	padding-right: .5rem;
	color: white;
	content: "/";
}

/* ----- cart table ----- */
.shopping-cart.table {
	border-bottom: 0 !important;
	box-shadow: 0 5px 10px #cfeafd !important;
}
@media(min-width: 992px){
	.shopping-cart.table{
		border-radius: 10px;
		overflow: hidden;
	}
}
.shopping-cart.table thead th {
	background-color: #fff;
	color: black;
	font-size: 18px;
	font-weight: bold !important;
	border-bottom: 1px solid #e9e9e9 !important;
}

.shopping-cart.table td {
	text-align: center;
	vertical-align: middle;
	background-color: white;
	color: #646464 !important;
}
.shopping-cart.table td:first-child {
	text-align: unset;
}

html[lang="en"] .shopping-cart.table th:first-child,
html[lang="en"] .shopping-cart.table td:first-child {
	padding: 12px 12px 12px 30px;
}
html[lang="ar"] .shopping-cart.table th:first-child,
html[lang="ar"] .shopping-cart.table td:first-child {
	padding: 12px 30px 12px 12px;
}

.shopping-cart.table .product-name {
	color: #646464;
}
.shopping-cart.table .prod-total {
	color: #646464;
	font-weight: bold;
}

.shopping-cart.table tfoot td {
	font-size: 25px;
	font-weight: bold;
	background-color: #f8f8f8;
	color: black !important;
}

.deleteshoppingcartitem {
	color: red;
}

@media(max-width: 767.98px){
    .shopping-cart.table thead th {
        font-size: 15px !important;
        padding: 12px 12px !important;
    }
    .shopping-cart.table td {
        padding: 12px 12px !important;
    }
    .shopping-cart.table .product-name {
        font-size: 14px !important;
    }
    .shopping-cart.table .product-unit-price, .shopping-cart .prod-total {
        font-size: 14px !important;
    }
    /*
    .shopping-cart.table .deleteshoppingcartitem {
        padding: 2px !important;
    }
    */
    .shopping-cart.table tfoot td {
        font-size: 20px !important;
    }


}

/* bottom section (login tabs + payments) */
.shopping-cart-page .card-green > .card-header {
	background-color: transparent;
	color: white;
	border-radius: 10px 10px 0 0;
	padding: 15px 30px 25px 30px;
	border: 0;
}
@media(max-width: 767.98px){
    .shopping-cart-page .card-green > .card-header {
        padding: 15px 20px 25px 20px;
    }
}
.shopping-cart-page .nav-tabs .nav-link {
	border: 1px solid #a7a7a7;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	border-radius: 7px;
	color: #a7a7a7;
	margin: 5px;
	font-weight: bold;
	font-size: 18px;
}
@media(max-width: 767.98px){
    .shopping-cart-page .nav-tabs .nav-link {
        font-weight: normal;
        font-size: 14px;
        padding: 6px 8px;
    }
}
.shopping-cart-page .nav-tabs .nav-link.active {
	color: white;
	background: var(--colorGradientPinkToBrown);
	border: 0;
}
.shopping-cart-page .card-body {
	background-color: transparent;
}
.shopping-cart-page .payment_methods {
	background-color: transparent;
}

.shopping-cart-page .icon-wallet-with-money {
	max-width: 50px;
}
@media(max-width: 767.98px) {
    .shopping-cart-page .icon-wallet-with-money {
        max-width: 35px;
    }
}
.shopping-cart-page .my-wallet {
    font-size: 13px;
}


/* ===========================================================================
Lightbox Pages ( DiplomaRegister, Login, Signup )
============================================================================*/
/*common*/
.page-lightbox-viewport-wrapper {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.page-lightbox-bg-img {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 50;
}
.page-lightbox-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
	color: white;
}

/*forms*/
.form-box {
	background-color: white;
	color: #b4b4b4;
	font-size: 16px;
	padding: 40px;
	border-radius: 50px;
}
@media(max-width: 767.98px){
	.form-box {
		padding: 30px 10px;
	}
}
.page-lightbox-register-diploma .form-control-lg{
	font-size: 1rem;
	padding-top: 12px;
	padding-bottom: 12px;
}

.page-lightbox-register-diploma .input-style-icon-placeholder-file-upload > input {
	padding-top: 17px;
	padding-bottom: 17px;
	border-radius: 30px;
}

/* Registration */
@media(min-width: 1200px){
	.page-lightbox-register .page-lightbox-content {
		top: 50%;
		transform: translateY(-50%);
	}
}
.divider-heading {
	border-top: 2px solid #b4b4b4;
	text-align: center;
}
.divider-heading .h {
	background-color: white;
	color: #b4b4b4;
	display: inline-flex;
	padding: 3px 10px;
	transform: translateY(-65%);
}

.social-circle-item {
	background-color: white;
	box-shadow: 1px 1px 18px #c8c8c8;
	font-size: 30px;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.social-circle-item-facebook {
	background-color: #2680eb;
	color: white;
}

/* login */
/* Registration */
@media(min-width: 1200px){
	.page-lightbox-login .page-lightbox-content {
		top: 50%;
		transform: translateY(-50%);
	}
}


/* ===========================================================================
News Listing
============================================================================*/
.news-tabs-wrapper .nav-wrapper .nav-pills .nav-link.active{
	background: var(--colorBrown);
}

@media(min-width: 1200px){
	.news-tabs-wrapper .nav-wrapper {
		/*width: 300px;*/
		width: 100%;
		display: flex;
		justify-content: center;
		background: none !important;
	}
	.news-tabs-wrapper .nav-wrapper .card-header {
		border-radius: 15px !important;
		padding: 25px 20px;
	}
}

@media(max-width: 1199.98px){
	.news-tabs-wrapper .nav-wrapper {
		flex: 0 0 100%;
	}
	.news-tabs-wrapper .nav-wrapper .card-header {
		background-color: white;
		padding: 15px;
		border-radius: 15px !important;
	}
	.news-tabs-wrapper .nav-wrapper > ul {
		display: flex;
		flex-direction: row !important;
	}
	.news-tabs-wrapper .nav-wrapper > ul > li > a{
		background-color: #ececec;
		border-radius: 30px;
		margin: 5px;
		font-size: 13px;
	}
}

/* news box */
.nav-pills .nav-link {
	border-radius: 6px;
}
.news-tabs-wrapper .nav-item a{
	color: #828282;
	background: #E8E8E8;
	margin: 0 7px;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 25px;
}
.news-tabs-wrapper .nav-wrapper .nav-pills .nav-link.active {
	background-color: #2B2C2B;
}
.news-tabs-wrapper .blog-entry {
	background-color: white;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 15px;
}
.news-tabs-wrapper .entry-title a {
	display: block;
	margin: 15px 20px 5px;
	font-size: 22px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}
.news-tabs-wrapper .entry-meta a {
	display: block;
	margin: 0 20px 10px;
	font-size: 13px;
	color: gray;
}
.news-tabs-wrapper .entry-content {
	margin: 0 20px 10px;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}
.news-tabs-wrapper .blog-entry .entry-image img {
	height: 385px;
	width: 100%;
	object-fit: cover;
	border-radius: 15px 15px 0 0;
}
.blog-single .blog-entry .entry-image img {
	max-height: 640px;
	width: 100%;
}
.news-tabs-wrapper .blog-entry .entry-button a {
	background-color: var(--colorBrown);
	border-radius: 6px;
	color: white;
}
.news-tabs-wrapper .entry-meta .bi-calendar::before {
	color: var(--colorBrown);
}
/* ===========================================================================
News Details
============================================================================*/
.blog-single .blog-entry {
	background-color: white;
	padding: 40px;
	border-radius: 20px;
}
@media(max-width: 767.98px){
	.blog-single .blog-entry{
		padding: 20px;
	}
}

.blog-single .entry-image .the-image{
	width: 100%;
	border-radius: 20px;
}

.blog-single .entry-meta {
	display: block;
	margin: 0 20px 10px;
	font-size: 13px;
	color: gray;
}
.blog-single .blog-title {
	display: block;
	font-size: 36px;
	font-weight: bold;
	color: black;
}
.blog-single .sidebar-widget .recent-post .recent-post-image img {
	width: 100px;
	min-width: 100px;
	height: 100px;
	object-fit: cover;
}

/* ===========================================================================
Album Page
============================================================================*/
.albums-wrapper .album-title {
	background-color: white;
	padding: 10px 20px;
	display: inline-block;
	margin: 0;
	border-radius: 15px 15px 0 0;
	box-shadow: 1px 1px 10px #cecece;
	font-size: 20px;
	font-weight: bold;
	color: var(--colorGray);
}
@media(max-width: 767.98px){
	.albums-wrapper .album-title{
		font-size: 16px;
		padding: 7px 10px;
	}
}
/*
.album-pics-wrapper {
	background-color: white;
	padding: 30px;
	box-shadow: 10px 10px 10px #cecece;
	border-radius: 0 15px 15px 15px;
	display: inline-flex;
}
@media(max-width: 767.98px){
	.album-pics-wrapper {
		padding: 15px;
	}
}
html[lang="ar"] .album-pics-wrapper {
	border-radius: 15px 0 15px 15px;
}
*/
/*
.album-pics-wrapper .form-row {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	overflow: hidden;
	width: auto;
	max-width: 100%;
}
*/

/*
.albums-wrapper .light-gallery-trigger{
	position: relative;
	display: flex;
}
.albums-wrapper .light-gallery-trigger:after{
	content: "";
	position: absolute;
	left: 0; right: 0;
	top: 0; bottom: 0;
	background-color: rgba(0,0,0,0.4);
	z-index: 10;
	pointer-events: none;
	display: none;
}
.albums-wrapper .light-gallery-trigger:hover:after{
	display: flex;
}
.albums-wrapper .img-album-thumb {
	width: 100%;
	height: 200px;
	object-fit: cover;
	cursor: pointer;
	border-radius: 7px;
}
@media(max-width: 767.98px){
	.albums-wrapper .img-album-thumb {
		height: 150px;
	}
}
*/

.albums-wrapper .album-thumb-holder {
	display: flex;
	width: 100%;
	height: 200px;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
}
.albums-wrapper .album-thumb-holder .img-album-thumb {
	width: 100%;
	height: auto;
	/*object-fit: cover;*/
}
.albums-wrapper .album-thumb-holder .caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.3;
    pointer-events: none;
    background-color: rgba(0,0,0,0.65);
    color: white;
}
.albums-wrapper .album-thumb-holder .caption > span{
    text-align: center;

    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


/* lightgallery rtl fix*/
.lg-outer, .lg-outer * {
	direction: ltr;
}


/* ===========================================================================
Order Details Page
============================================================================*/
.order-details-page .whitebox {
    background-color: white;
    border-radius: 12px;
    padding: 25px 0;
}

.page.order-details-page.final-invoice .invoice-header {
	height: auto;
	min-height: 85px;
	align-items: center;
}
.page.order-details-page.final-invoice .invoice-header .invoice-logo {
	height: 65px;
}
.page.order-details-page.final-invoice .invoice-header .generalTitle {
	color: #155E5D;
	font-size: 33px;
}
.page.order-details-page.final-invoice .info-box {
	height: auto;
	min-height: 60px;
	border-radius: 12px;
	border: 1px solid #E5E5E5;
	display: flex;
	align-items: center;
	padding: 15px;
	margin-bottom: 15px;
}
@media(max-width: 767.98px){
	.page.order-details-page.final-invoice .info-box {
		padding: 10px;
		font-size: 14px;
	}
}

/*order total defferent design for desktops*/
@media(min-width: 1200px){
	.page.order-details-page.final-invoice .info-box.info-box-order-total{
		min-height: 135px;
	}
	.info-box.info-box-order-total > ul > li {
		width: 100%;
		text-align: center;
	}
	.info-box.info-box-order-total > ul > li:last-child {
		color: #878787;
		font-weight: bold;
		font-size: 40px;
	}
}

.page.order-details-page.final-invoice .info-box ul li {
	padding: 0 5px;
}
.page.order-details-page.final-invoice .info-box ul li:first-child {
	color: #155e5d;
	font-weight: bold;
}
.page.order-details-page.final-invoice .table-condensed td {
    border-top: 0;
}

/* */
.order-details-page .payresult-colored-header {
	background-color: #4E9B5A;
	color: white;
	text-align: center;
	padding: 25px 0 0 0;
	/*margin-bottom: 15px;*/
	/*border-bottom: 2px solid #E9E9E9;*/
}
.order-details-page .payresult-colored-header h5 {
	margin-bottom: 0;
}
@media(max-width: 767.98px){
	.order-details-page .payresult-colored-header {
		padding: 10px 0;
	}
	.order-details-page .payresult-colored-header h5 {
		font-size: 16px;
	}
}
.order-details-page .table-invoice td{
	vertical-align: middle;
}


.re-order-button {
	background-color: #ffcb01;
	color: black;
	border: 1px solid #d7ab02;
    transition: all 0.3s ease;
}
.re-order-button:hover {
	background-color: var(--colorBlue);
	color: white;
	border: 1px solid var(--colorBlue);
}

/* ===========================================================================
Donation Failed Page
============================================================================*/
.whitebox.page-failed-donation {
	background-color: white;
	padding-bottom: 20px;
}
.page-failed-donation .donation-failed-header {
	background-color: red;
	color: white;
	border-radius: 10px 10px 0 0;
	font-size: 20px;
	padding: 10px 20px;
}

.page-failed-donation .row-info {
	padding: 15px 20px;
	font-weight: bold;
	border-bottom: 1px solid #eaeaea;
}
.page-failed-donation .row-info ul li:first-child {
	color: var(--colorGray);
}
.page-failed-donation .row-info ul li:last-child {
	color: #878787;
}

/* ===========================================================================
Zakat Calculation
============================================================================*/
.zakat-calc .nav-tabs {
	border-bottom: 0px solid var(--colorBrown);
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-end;
}
.zakat-calc .nav-tabs > li {
	margin-bottom: 0;
	margin: 0 5px;
}
@media(max-width: 767.98px){
	.zakat-calc .nav-tabs > li {
		margin: 0 1px;
	}
}
.zakat-calc .nav > li > a {
	background-color: transparent;
	color: var(--colorGreen);
	text-align: center;
	padding: 15px 75px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 20px;
	border-radius: 6px;
	border: 1px solid var(--colorGreen);
}
@media(max-width: 767.98px){
	.zakat-calc .nav > li > a {
		padding: 10px 25px;
		margin-right: 2px !important;
		font-size: 12px;
	}
}
.zakat-calc .nav > li > a img {
	max-height: 40px; width: auto;
	margin-bottom: 5px;
}
@media(max-width: 767.98px){
	.zakat-calc .nav > li > a img {
		max-height: 30px; width: auto;
	}
}


.zakat-calc .nav-tabs > li.active > a,
.zakat-calc .nav-tabs > li.active > a:hover,
.zakat-calc .nav-tabs > li.active > a:focus {
	background: var(--colorBrown);
	color: white;
}

.table-zakat-amount tr td:first-child{
	font-size: 13px;
}
.table-zakat-amount tr td:first-child+td{
	color: var(--colorBrown);
}
.table-zakat-amount tr td:last-child a{
	color: red;
}

.zakatcalc-scrollable{
	max-height: 250px;
	overflow-y: auto;
}

/* later */
.zakat-calc .module-box {
	padding: 40px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 100%;
}


/* ===========================================================================
Gift Donation
============================================================================*/
.page-gift-donation .page-title {
	color: #1f77be;
	font-size: 30px;
	text-align: center;
    padding: 20px;
}
@media(max-width: 767.98px) {
    .page-gift-donation .page-title {
        font-size: 22px;
        padding: 10px;
    }
}

.page-gift-donation .nav-pills .nav-link {
	margin: 3px;
}

/* ---------- gift donation components ---------- */
/* -- radio picture style -- */
.radio-picture-style input[type="radio"],
.radio-picture-style input[type="checkbox"] {
    display: none;
}

.radio-picture-style input[type="radio"]:checked + .radio-picture-style-img-wrap,
.radio-picture-style input[type="checkbox"]:checked + .radio-picture-style-img-wrap {
    position: relative;
}

.radio-picture-style input[type="radio"]:checked + .radio-picture-style-img-wrap::after,
.radio-picture-style input[type="checkbox"]:checked + .radio-picture-style-img-wrap::after {
    content: "✓";
    position: absolute;
    right: 0;
    top: 0;
    /*transform: translate(20%,-30%);*/
    /*border-radius: 50%;*/
    width: 30px;
    height: 30px;
    background-color: black;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.radio-picture-style-img-wrap img {
    object-fit: contain;
    margin-bottom: 6px;
    border: 1px solid transparent;
}
.radio-picture-style input[type="radio"]:checked + .radio-picture-style-img-wrap img,
.radio-picture-style input[type="checkbox"]:checked + .radio-picture-style-img-wrap img {
    border: 1px solid black;
}

/* phone input */
#country-listbox {
	direction: ltr;
	text-align: left;
}

/*validation*/
.message-error {
	color: red;
}
.field-validation-error {
	font-weight: normal;
	color: red;
}
#spPhone {
	font-weight: normal;
	color: red;
}

/* ---------- Step Header ---------- */
.step-header {
	margin-bottom: 20px;
    margin-top: 30px;
}
.step-number {
	background-color: var(--colorGray);
	color: white;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
  z-index: 50;
  position: relative;
}
.step-title {
	background-color: #ededed;
	height: 50px;
	display: flex;
	align-items: center;
}
html[lang="en"] .step-title {
	padding-left: 30px;
}
html[lang="ar"] .step-title {
	padding-right: 30px;
}
.step-title::after {
	content: "";
	background-color: #f5fbff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	z-index: 20;
}
html[lang="en"] .step-title::after {
	left: 0;
	transform: translateX(-80%);
}
html[lang="ar"] .step-title::after {
	right: 0;
	transform: translateX(80%);
}
.step-title h3 {
	color: var(--colorGray);
	font-weight: bold;
	font-size: 24px;
}

@media(max-width: 767.98px){
    .step-number {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
    .step-title h3 {
        font-size: 18px;
    }
    html[lang="en"] .step-title {
        padding-left: 20px;
    }
    html[lang="ar"] .step-title {
        padding-right: 20px;
    }
    .step-title {
        height: 35px;
    }
    .step-title::after {
        width: 35px;
        height: 35px;
    }
}

/* ---------- Step 1 ---------- */
.slick-slider-projects .project-wrapper {
	border: 1px solid transparent;
	border-radius: 12px;
	overflow: hidden;
	text-align: center;
	box-shadow: 0 0 10px #adbeca;
	margin: 15px 0;
}
.slick-slider-projects .project-img {
	width: 100%;
	height: 130px;
  position: relative;
}
.slick-slider-projects .project-img img {
	width: 100%;
	height: 100%;
    object-fit: cover;
}
.slick-slider-projects .project-title {
	color: var(--colorGray);
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 14px;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.slick-slider-projects .project-form-wrapper {
	background-color: #eee;
	padding: 12px;
}
.slick-slider-projects .project-form-wrapper input {
  border: 1px solid #dee2e6;
  background-color: white;
  text-align: center;
  color: black;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
}
.slick-slider-projects .card input::placeholder {
  color: #bebebe;
  font-size: 16px;
}

/* ---------- Step 2: template selection ----------- */
.template-selection-tabs {
	border: 0;
	margin-bottom: 40px;
	padding-top: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.template-selection-tabs .nav-link {
	background-color: #ededed;
}
.template-selection-tab-active {
	background-color: var(--colorGray) !important;
}

/* ---------- Step 3: form ---------- */
.page-gift-donation .input-style-icon-placeholder > input {
	background-color: transparent;
}

.page-gift-donation .input-style-icon-placeholder:not(.empty) label {
	background-color: #f5fbff;
	border-radius: 5px;
}
.gift-donation-phone .iti {
	width: 100%;
}

.page-gift-donation .pay-img-holder img {
	max-height: 50px !important;
}
@media(max-width: 767.98px){
    .page-gift-donation .pay-img-holder img {
        max-height: 40px !important;
    }
}

/* ===========================================================================
Minor Pages
============================================================================*/
/* ---------- Delegate Request Page ---------- */
.delegaterequest-page {
	background-color: white;
	padding: 30px 40px;
	border-radius: 20px;
}
@media(max-width: 767.98px){
	.delegaterequest-page {
		padding: 20px;
		border-radius: 15px;
	}
}

/* ---------- Deduction Request Page ---------- */
.deductionrequest-page {
	background-color: white;
	padding: 30px 40px;
	border-radius: 20px;
}
@media(max-width: 767.98px){
	.deductionrequest-page {
		padding: 20px;
		border-radius: 15px;
	}
}

/* ---------- Project Request Page ---------- */
.projectrequest-page {
	background-color: white;
	padding: 30px 40px;
	border-radius: 20px;
}
@media(max-width: 767.98px){
	.projectrequest-page {
		padding: 20px;
		border-radius: 15px;
	}
}

#sig-canvas{
	width: 100%;
	height: 200px;
	border: 2px dotted #CCCCCC;
	border-radius: 15px;
	cursor: crosshair;
}

/* ---------- Subscription to Mosques Page ---------- */
.subscriptionstomosques-page {
	background-color: white;
	padding: 30px 40px;
	border-radius: 20px;
}
@media(max-width: 767.98px){
	.subscriptionstomosques-page {
		padding: 20px;
		border-radius: 15px;
	}
}

/* ---------- Vendor Details Page ---------- */
.page-vendor-details .vendor-pic > img {
	max-width: 350px;
	height: 200px;
	object-fit: contain;
	border-radius: 10px;
}

/* ---------- Terms and Conditions Page ---------- */
.terms-whitebox {
	box-shadow: 1px 1px 50px #e6e6e6;
	border-radius: 20px;
	padding: 30px 50px;
	width: 100%;
	max-width: 900px;
	margin: 50px auto;
}
@media(max-width: 767.98px){
	.terms-whitebox {
		padding: 20px 15px;
		margin: 30px auto;
	}
}
.terms-txt {
	width: 100%;
	max-height: 600px;
	overflow-y: auto;
	margin: 15px 0;
	font-size: 14px;
}
.page-terms .row-action-buttons .btn{
	min-width: 150px;
}
@media(max-width: 767.98px){
	.page-terms .row-action-buttons .btn{
		min-width: 100px;
	}
}
.carousel-caption {
	display: none;
}