﻿/* ===========================================================================
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("menu.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");*/


/* ===========================================================================
Layout
============================================================================*/
/* ------ body ------- */
body{
	/*background: url("image/bg/bg-body.png") center center repeat #f6f6f6;*/
	background-color: white;
}
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
============================================================================*/
#HRSCarousel, #HRSCarousel .carousel-inner, 
#HRSCarousel .carousel-inner .carousel-item {
	height: 100dvh;
}
#HRSCarousel .carousel-inner .carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

/* bullet styles */
.carousel-indicators li {
	border: 0;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	opacity: 1;
	background: url("image/icon/slider-bullet.svg") no-repeat center center;
}
.carousel-indicators li.active {
	background: url("image/icon/slider-bullet-active.svg") no-repeat center center;
}

/* arrows */
#HRSCarouselMob .carousel-control-next,
#HRSCarouselMob .carousel-control-prev {
	display: none !important;
}

/* ==========  ========== */
#HRSCarousel .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;
}
#HRSCarousel .carousel-item .carousel-caption h1,
#HRSCarousel .carousel-item .carousel-caption h2,
#HRSCarousel .carousel-item .carousel-caption h3,
#HRSCarousel .carousel-item .carousel-caption h4,
#HRSCarousel .carousel-item .carousel-caption h5,
#HRSCarousel .carousel-item .carousel-caption h6{
	color: var(--colorHighlight2);
	text-align: center;
}
#HRSCarousel .carousel-item .carousel-caption p{
	color: gray;
	text-align: center;
}
#HRSCarousel .carousel-item .carousel-caption .btn{
	min-width: 200px;
	margin: 0 auto;
}

@media(min-width: 1200px){
	html[lang="en"] #HRSCarousel .carousel-item .carousel-caption{
		margin-left: -250px;
	}
	html[lang="ar"] #HRSCarousel .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;
	}
}
*/

/* ========== Homepage Categories ========== */
.homepage-categories .catbox {
	position: relative;
	display: flex;
	background: olive;
	border-radius: 12px;
	overflow: hidden;
}
.homepage-categories .catbox img {
	width: 100%;
	aspect-ratio: 364/200;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.homepage-categories .catbox:hover img {
	transform: scale(1.05) rotate(2deg);
}
.homepage-categories .catbox .title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	background: rgba(0,0,0,0.5);
	color: white;
	padding: 4px 15px;
	font-weight: 500;
	transition: background-color 0.5s ease;
}
.homepage-categories .catbox:hover .title {
	background: rgba(0,0,0,0.7);
}



/* ========== 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(--colorHighlight2);
	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;
}
*/

/* 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;
	padding: 60px 0 40px 0;
}
@media(max-width: 767.98px){
	.homepage-products-tabs {
		padding: 25px 0;
	}
}

.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 .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(--colorHighlight2);*/
/*}*/

/*.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(--colorHighlight);*/
/*    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(--colorHighlight2);*/
/*	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 -------- */
.homepage-pr-with-details-2 {
	background: #fff;
	position: relative;
}
.homepage-pr-with-details-2 .overlay {
	background: rgba(0,0,0,0.4);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.homepage-pr-with-details-2 .txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.homepage-pr-with-details-2 .txt h4 {
	font-size: 18px;
	font-weight: 700;
	color: black;
}
.homepage-pr-with-details-2 .txt h2 {
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	color: black;
}
@media(max-width: 1199.98px) {
	.homepage-pr-with-details-2 .txt {
		padding: 20px;
	}
	.homepage-pr-with-details-2 .txt h4 {
		font-weight: 400;
	}
	.homepage-pr-with-details-2 .txt h2 {
		font-size: 24px;
	}
}

.homepage-pr-with-details-2 .the-box {
	/*max-width: 647px;*/
    max-width: 100%;
	margin: 0 auto;
	width: 100%;
	background: #f1f1f1;
	border-radius: 14px;
	padding: 50px 75px;
	font-size: 14px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
@media(max-width: 990px) {
    .homepage-pr-with-details-2 .the-box {
        padding: 30px 20px;
    }
}
/* @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: olive;
	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: orange;
	height: 47px;
	color: black;
	font-size: 16px;
	align-items: center;
}

.homepage-pr-with-details-2 .title {
	font-size: 24px;
	margin: 0;
	color: var(--colorHighlight);
	font-weight: 700;
	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;
	font-size: 12px;
	max-width: 450px;
	margin: 0 auto;
	text-align: center;
}

.homepage-pr-with-details-2 input {
	height: 38px !important;
}
.homepage-pr-with-details-2 .form-control:disabled,
.homepage-pr-with-details-2 .form-control[readonly] {
	background-color: #fff;
	opacity: 0.6;
}
.homepage-pr-with-details-2 input[type="checkbox"] {
	height: unset !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(--colorHighlight);
	border-color: var(--colorHighlight);
}

.homepage-pr-with-details-2 .btn-pre-amount {
	border: 1px solid #ced4da;
	min-width: 45px;
}
.homepage-pr-with-details-2 .btn-pre-amount.active {
	border: 1px solid var(--colorHighlight);
	background: var(--colorHighlight);
	color: white;
}

.homepage-pr-with-details-2 .the-box .custom-control-description {
	font-size: 16px;
}

.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(--colorHighlight);
    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(--colorGreenLight);
}

.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 #c6eab5;
	border-left: 1px solid #c1dbb0;
}
html[lang="en"] .slick-listing-page-sub-categories.slick-common-styles .slick-prev {
	box-shadow: 10px 0px 5px #c6eab5;
	border-right: 1px solid #c1dbb0;
}
html[lang="ar"] .slick-listing-page-sub-categories.slick-common-styles .slick-next {
	box-shadow: 10px 0px 5px #c6eab5;
	border-right: 1px solid #c1dbb0;
}
html[lang="ar"] .slick-listing-page-sub-categories.slick-common-styles .slick-prev {
	box-shadow: -10px 0px 5px #c6eab5;
	border-left: 1px solid #c1dbb0;
}


@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 #aadf97;
	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: var(--colorHighlight);
	border-color: var(--colorHighlight);
	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: 13px;
}

.product-details-page.product-shares .breadcrumb .breadcrumb-item.active,
.product-details-page.product-shares .breadcrumb .breadcrumb-item a, 
.product-details-page.product-shares .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	color: white;
	font-size: 12px;
}

.product-details-page .whitebox {
	background-color: white;
	padding: 50px;
	border-radius: 15px;
}
@media(max-width: 767.98px){
	.product-details-page .whitebox {
		padding: 15px 0;
		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: 24px;
	font-weight: 700;
}
.product-details-page .short-description p {
	color: rgb(168, 167, 167);
	font-size: 14px;
	max-width: 500px;
}
@media(max-width: 767.98px){
    .product-details-page .project-title {
        font-size: 20px;
    }
}

.product-details-page .donate_complete {
	font-weight: bold;
	font-size: 18px;
	color: var(--colorHighlight2);
	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(--colorHighlight);
}

/* ---------- 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(--colorHighlight2);
}
@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;
}
.product-details-page .col-product-forms .row-final-actions-detailspage .btn-lg.btn-add-to-cart {
	width: 48px;
}


/* ---------- 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(--colorHighlight);
	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: transparent;
	padding: 0 15px 15px 15px;
}
.block-account-navigation > .h5 {
	padding: 15px;
	background: var(--colorHighlight2);
	color: white;
	border-radius: 8px;
}

.block-account-navigation > ul > li > a {
	display: flex !important;
	align-items: center !important;
	padding: 10px 15px !important;
	font-size: 17px;
	font-weight: 400;
	gap: 15px;
	margin-bottom: 10px !important;
}
.block-account-navigation ul li a.active {
	color: var(--colorHighlight2) !important;
	border-color: var(--colorHighlight2) !important;
}
.block-account-navigation > ul > li > a:hover {
	background-color: white;
	border-color: var(--colorHighlight2) !important;
	color: var(--colorHighlight2) !important;
}

.block-account-navigation > ul > li > a.active > .bi:after {
    color: var(--colorHighlight) !important;
}

.block-account-navigation > ul > li > a .bi::before {
	font-size: 24px;
}

/* --------- 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(--colorHighlight2);
	border-color: var(--colorHighlight2);
	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(--colorHighlight);
}
@media(max-width: 767.98px){
	.cart-banner-wrapper {
        height: 110px;
    }
}

.cart-page-title {
	background-color: white;
    color: var(--colorHighlight);
    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: #646464;
}

@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 .tabs {
	margin-bottom: 25px;
}
.shopping-cart-page .card-green > .card-header {
	background-color: transparent;
	color: white;
	padding: 0 0 .75rem .625rem;
	border: 0;
	z-index: 5;
	position: relative;
}
html[lang="ar"] .shopping-cart-page .card-green > .card-header {
	padding: 0 .625rem .75rem 0;
}
.shopping-cart-page .nav-tabs .nav-link {
	border: 1px solid var(--colorCamel);
	border-bottom: none;
	border-radius: 16px 16px 0 0;
	color: white;
	margin: 0 5px 0 0;
	font-size: 18px;
	background: var(--colorCamel);
}
html[lang="ar"] .shopping-cart-page .nav-tabs .nav-link {
	margin: 0 0 0 5px;
	font-weight: 700;
}
@media(max-width: 767.98px){
	.shopping-cart-page .nav-tabs .nav-link {
		font-size: 12px;
		padding: 8px 10px;
	}
	html[lang="ar"] .shopping-cart-page .nav-tabs .nav-link {
		font-size: 16px;
		padding: 8px 12px;
	}
}
.shopping-cart-page .nav-tabs .nav-link.active {
	color: black;
	background: white;
	border: 1px solid #dee2e6;
	border-bottom: 0;
}
.shopping-cart-page .tabs.card-green > .tab-content > .card-body {
	background-color: transparent;
	border: 1px solid #dee2e6;
}
html[lang="en"] .shopping-cart-page .card-body {
	border-radius: 0 16px 16px 16px;
}
html[lang="ar"] .shopping-cart-page .card-body {
	border-radius: 16px 0 16px 16px;
}

.shopping-cart-page .tabs.card-green .card-body input {
	border-radius: 25px !important;
}
.shopping-cart-page .tabs.card-green .card-body .iti__selected-country {
	border-radius: 25px 0 0 25px;
}

/* payment */
.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
============================================================================*/
@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: var(--colorHighlight);
}
.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(--colorHighlight);
	border-radius: 6px;
	color: white;
}
.news-tabs-wrapper .entry-meta .bi-calendar::before {
	color: var(--colorHighlight);
}
/* ===========================================================================
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(--colorHighlight2);
}
@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: zoom-in;
	border-radius: 7px;
}
@media(max-width: 767.98px){
	.albums-wrapper .img-album-thumb {
		height: 150px;
	}
}


/* 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;
}



/* ===========================================================================
Donation Failed Page
============================================================================*/
.whitebox.page-failed-donation {
	background-color: white;
	padding-bottom: 20px;
	margin-top: 25px;
}
.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(--colorHighlight2);
}
.page-failed-donation .row-info ul li:last-child {
	color: #878787;
}

/* ===========================================================================
Zakat Calculation
============================================================================*/
.zakat-calc .nav-tabs {
	border-bottom: 0px solid var(--colorHighlight);
	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: white;
	color: var(--colorHighlight2);
	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(--colorHighlight2);
}
@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(--colorHighlight2);
	color: white;
}

.table-zakat-amount tr td:first-child{
	font-size: 13px;
}
.table-zakat-amount tr td:first-child+td{
	color: var(--colorHighlight);
}
.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: black;
	font-size: 30px;
	text-align: center;
	padding: 20px;
	font-weight: 700;
}
@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: 5px;
    top: 5px;
    /*transform: translate(20%,-30%);*/
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: var(--colorHighlight);
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
html[lang="ar"] .radio-picture-style input[type="radio"]:checked + .radio-picture-style-img-wrap::after,
html[lang="ar"] .radio-picture-style input[type="checkbox"]:checked + .radio-picture-style-img-wrap::after {
	right: unset;
	left: 5px;
}
.radio-picture-style-img-wrap img {
    object-fit: contain;
    margin-bottom: 6px;
	padding: 5px;
	border-radius: 5px;
    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 var(--colorHighlight);
}

/* 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(--colorHighlight);
	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: #f7f7f7;
	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: black;
	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-radius: 16px;
	overflow: hidden;
	text-align: center;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	margin: 15px 0;
}
.slick-slider-projects .project-img {
	width: 100%;
	position: relative;
	aspect-ratio: 1/0.8;
}
.slick-slider-projects .project-img img {
	width: 100%;
	height: 100%;
    object-fit: cover;
}
.slick-slider-projects .project-title {
	color: black;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 16px;
	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(--colorHighlight2) !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: #fff;
	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;
	}
}

/* ---------- About Page ---------- */
.directorbox {
	background: white;
	border-radius: 12px;
	position: relative;
	overflow: hidden;
}
.directorbox .pic {
	width: 100%;
	aspect-ratio: 264/334;
	position: relative;
}
.directorbox .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.directorbox .text {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	background: white;
	border-radius: 8px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 11px;
	font-weight: 700;
}
.directorbox h5 {
	font-size: 16px;
	font-weight: 700;
	color: var(--colorHighlight);
}
@media(max-width: 767.98px){
	.directorbox .text {
		bottom: 5px;
		left: 5px;
		right: 5px;
		border-radius: 4px;
		padding: 7px;
		font-weight: 400;
	}
	.directorbox h5 {
		font-weight: 400;
	}
}




/* ===========================================================================
Kafalat - Deduction Request
============================================================================*/
html[lang="en"] .input-group.input-group-kafalat-amount input {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
html[lang="ar"] .input-group.input-group-kafalat-amount input {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.input-group.input-group-kafalat-amount input {
	max-width: 80px;
}
.input-group-kafalat-amount .input-group-text {
	background: var(--colorHighlight);
	border-color: var(--colorHighlight);
	color: white;
}

.hero-kafalat-ded img {
	width: 100%;
	aspect-ratio: 1410/300;
	object-fit: contain;
	border-radius: 12px;
}
@media(max-width: 767.98px) {
	.hero-kafalat-ded img {
		aspect-ratio: 1410/500;
		object-fit: cover;
	}
}

/* ===========================================================================
 Kafalat - Listing Page
============================================================================*/
.page-listing-kafalat .banner {
	width: 100%;
	position: relative;
	aspect-ratio: 1410/300;
	background-size: cover;
	border-radius: 7px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px;
	background-color: var(--colorHighlight);
}
@media(max-width: 767.98px) {
	.page-listing-kafalat .banner {
		aspect-ratio: 1410/700;
	}
}
.page-listing-kafalat .banner::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(1, 147, 23, 0.35);
	border-radius: 7px;
	pointer-events: none;
	z-index: 10;
}
.page-listing-kafalat .banner .txt {
	max-width: 800px;
	z-index: 20;
}
.page-listing-kafalat .banner h1 {
	color: white;
	font-weight: bold;
	font-size: 28px;
}


.page-listing-kafalat .row-filters select {
	min-width: 160px;
	border-radius: 20px !important;
	color: #fff;
	background: var(--colorCamel) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23ffffff' d='M1.5 5.5l6.5 6.5 6.5-6.5-1.5-1.5L8 9 3 4z'/%3e%3c/svg%3e") no-repeat right .75rem center/12px 12px;
	border: 1px solid var(--colorCamel);
}
html[lang="ar"] .page-listing-kafalat .row-filters select {
	background: var(--colorCamel) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23ffffff' d='M1.5 5.5l6.5 6.5 6.5-6.5-1.5-1.5L8 9 3 4z'/%3e%3c/svg%3e") no-repeat left .75rem center/12px 12px;
}
.page-listing-kafalat .row-filters select.green {
	color: #fff;
	background: var(--colorGreen) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23ffffff' d='M1.5 5.5l6.5 6.5 6.5-6.5-1.5-1.5L8 9 3 4z'/%3e%3c/svg%3e") no-repeat right .75rem center/12px 12px;
	border: 1px solid var(--colorGreen);
}
html[lang="ar"] .page-listing-kafalat .row-filters select.green {
	background: var(--colorGreen) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23ffffff' d='M1.5 5.5l6.5 6.5 6.5-6.5-1.5-1.5L8 9 3 4z'/%3e%3c/svg%3e") no-repeat left .75rem center/12px 12px;
}


/* ===========================================================================
 Kafalat - Product Details Page
============================================================================*/
@media(min-width: 1200px) {
	.product-details-kafalat .whitebox {
		box-shadow: 0 0 15px #ececec;
	}
}
.product-details-kafalat .bi {
	color: black;
}
.product-details-kafalat button:hover .bi {
	color: white;
}

.table-kafalat-details tr td {
	color: var(--colorHighlight2);
	font-weight: 500;
}

/* ===========================================================================
Kafalatbox
============================================================================*/
.kafalatbox {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	border-radius: 12px;
	padding: 15px;
	font-size: 16px;
	color: #4d4d4d;
	border: 1px solid transparent;
	transition: box-shadow 0.5s ease;
}
.kafalatbox:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
.kafalatbox .pic-container {
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	text-align: center;
}
.kafalatbox .pic-container img {
	width: 150px;
	height: 150px;
	object-fit: cover;
	margin: auto;
	border: 2px solid var(--colorHighlight);
	padding: 5px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: transparent;
}
.kafalatbox h5 a {
	font-weight: bold;
	font-size: 21px;
	text-align: center;
	display: block;
	color: var(--colorGreenLight);
}

.kafalatbox .btn-kafalat-share {
	font-size: 28px;
	padding: 2px 7px;
}

@media(max-width: 410px) {
	.kafalatbox .pic-container img {
		width: 120px;
		height: 120px;
	}
	.kafalatbox h5 a {
		font-weight: 400;
		font-size: 19px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.kafalatbox .btn-kafalat-share {
		font-size: 21px;
		padding: 2px;
	}
}

/* ===========================================================================
404
============================================================================*/
.page-404 .error-code {
	font-size: 8rem;
	font-weight: 900;
	/*background: linear-gradient(135deg, var(--colorHighlight2), var(--colorHighlight));*/
	background: var(--colorHighlight2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	line-height: 1;
	animation: bounce 2s ease-in-out infinite;
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-10px);
	}
	60% {
		transform: translateY(-5px);
	}
}

/* ---------- 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;
}