@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


* {
	box-sizing: border-box;
	font-family: "Roboto", serif;
}

html,
body {
	padding: 0;
	margin: 0;
}

p {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
}

a {
	text-decoration: none;
}

img {
	width: 100%;
	height: auto;
}

.site-container {
	max-width: 1700px;
	margin: 0 auto;
}

.site-text-section-inner {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-family: "Roboto", serif;
}

.site-post-details-img {
	margin-bottom: 20px;
}

.site-h3,
.site-text-section-inner h3 {
	font-size: 22px;
	line-height: 28px;
}

.site-h4,
.site-text-section-inner h4 {
	font-size: 18px;
	line-height: 24px;
}

.site-text-section-inner b {
	font-weight: 700;
}

/* Header CSS */

.site-header-wrap {
	display: flex;
	align-items: center;
	padding: 22px 0;
	justify-content: space-between;
	border-bottom: 1px solid #939598;
}

.site-padding {
	padding-left: 35px;
	padding-right: 35px;
}

.header-icons {
	display: flex;
	column-gap: 20px;
	align-items: center;
}

.header-icon-link {
	padding: 10px;
	border-radius: 100%;
	color: #000;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	display: flex;
	width: 36px;
	font-size: 18px;
	height: 36px;
	align-items: center;
	background: #fff;
	justify-content: center;
	transition: 0.3s;
}

.header-icon-wrap:last-child .header-icon-link {
	box-shadow: none;
}

.header-icon-link:hover {
	background: #00b5e0;
	color: #fff;
}

.site-header-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}

.menu-list-wrap {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	column-gap: 35px;
}

.menu-list-link {
	color: #000;
	font-weight: 700;
	font-size: 16px;
}

.menu-list-link:hover,
.active .menu-list-link {
	color: #00b5e0;
}

.site-btn-skyblue,
.site-btn-dark {
	display: inline-block;
	padding: 12px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	min-width: 130px;
	background: #00b5e0;
	text-align: center;
	line-height: 18px;
	color: #fff;
	transition: 0.3s;
	border: none;
	cursor: pointer;
	border-radius: 5px;
}

.site-btn-skyblue:hover {
	background: #021523;
}

.mobile-menu-icon-wrap {
	display: none;
}

.site-mobile-menu-main {
	display: none;
}

/* Header CSS End */
/* Footer CSS */
.site-main-footer {
	background: #00b5e0;
}

.site-footer-logo {
	padding-top: 20px;
	padding-bottom: 50px;
}

.footer-logo img {
	width: 100%;
	max-width: 220px;
}

.footer-logo {
	text-align: center;
}

.footer-menu {
	margin: 60px 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 32px;
}

.footer-menu-link {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}

.site-copyright-main {
	background: #000;
	padding-top: 15px;
	padding-bottom: 15px;
}

.site-copyright-inner {
	display: flex;
	align-items: center;
}

.site-copyright-wrap {
	width: 35%;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}

.site-copyright-menu {
	width: 30%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 15px;
}

.social-icons {
	width: 35%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: end;
	column-gap: 12px;
}

.site-copyright-wrap a {
	color: #fff;
}

.site-copyright-link {
	color: #fff;
	font-size: 16px;
	transition: 0.3s;
}

.site-copyright-link:hover {
	color: #00b5e0;
}

.social-icon-link {
	background: #5c5c5c;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
	transition: 0.3s;
}

.social-icon-link:hover {
	background: #00b5e0;
}

/* Footer CSS END */

/* brebreadcrumb CSS */
.site-brebreadcrumb {
	margin-bottom: 42px;
}

.site-brebreadcrumb-wrap {
	padding-bottom: 42px;
	padding-top: 35px;
	border-bottom: 1px solid #c2c2c2;
	border-top: 1px solid #c2c2c2;
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.brebreadcrumb-item a {
	color: #939598;
	font-size: 14px;
}

.brebreadcrumb-item span {
	color: #000;
	font-size: 14px;
	font-weight: 600px;
}

/* brebreadcrumb CSS END */

/* Product table CSS */

.product-list-table {
	padding-bottom: 30px;
}

.site-product-heading-main {
	max-width: 800px;
}

.site-product-heading,
.section-heading {
	margin: 0 0 32px;
	font-size: 30px;
}

.site-product-text {
	font-size: 16px;
	line-height: 22px;
}

.site-product-list-table table {
	table-layout: fixed;
	width: 100%;
	border-spacing: 0;
}

.table-Product-title {
	text-align: left;
	width: 200px;
}

.table-Product-requested {
	width: 200px;
}

.table-Product-qty {
	width: 85px;
}

.table-Product-status {
	width: 105px;
}

.site-product-list-table thead th {
	font-size: 14px;
	color: #fff;
	background: #00b5e0;
	padding: 14px 8px;
}

.site-product-list-table table tbody td {
	font-size: 14px;
	text-align: center;
	background: #fff;
}

.site-product-list-table table tbody td:first-child {
	text-align: left;
	padding: 14px 8px;
}

.site-product-list-table {
	margin-top: 50px;
}

.active-tag {
	background: #30b34a;
	color: #fff;
	padding: 5px;
	font-size: 12px;
	border-radius: 6px;
	max-width: 70px;
	display: inline-block;
	width: 100%;
}

.overdue-tag {
	background: #eb0000;
	color: #fff;
	padding: 5px;
	font-size: 12px;
	border-radius: 6px;
	text-transform: uppercase;
	max-width: 70px;
	display: inline-block;
	width: 100%;
}

.view-comments-tag {
	background: #00437c;
	color: #fff;
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 6px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	font-weight: 500;
}

.view-comments-tag.disable {
	background: #939598;
}

.confirm-tag {
	background: #231f20;
	color: #fff;
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 6px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	font-weight: 500;
}

.site-product-list-table table tbody tr:nth-child(even) td {
	background: #efefef;
}

.site-product-list-table table tbody td:first-child,
.site-product-list-table thead th:first-child {
	border-radius: 6px 0 0 6px;
}

.site-product-list-table table tbody td:last-child,
.site-product-list-table thead th:last-child {
	border-radius: 0 6px 6px 0;
}

.site-comments-main-wrap {
	display: flex;
	align-items: start;
	gap: 30px;
	margin-top: 30px;
}

.site-comments-inner,
.site-order-confirmation {
	width: 50%;
	border: 1px solid #c2c2c2;
	border-radius: 10px;
	padding: 30px 24px 0;
	position: relative;
}

.site-popup-close {
	position: absolute;
	right: 0;
	top: 0;
	background: #eb0000;
	color: #ffffff;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	cursor: pointer;
	font-size: 16px;
}

.site-order-confirmation {
	padding-bottom: 50px;
}

.site-comments-heading {
	margin: 0 0 18px;
	font-size: 22px;
}

.site-comments-inner-wrap p {
	font-size: 16px;
	line-height: 22px;
}

.site-comments-inner-wrap {
	padding-bottom: 20px;
	border-bottom: 1px solid #c2c2c2;
}

.site-previous-comments h4 {
	margin: 0;
	font-size: 18px;
}

.site-previous-comments {
	margin-top: 20px;
}

.site-previous-comments-inner {
	margin-top: 22px;
	padding-bottom: 15px;
}

.site-comments-user-details {
	display: flex;
	align-items: center;
	color: #5c5c5c;
	font-size: 14px;
	column-gap: 20px;
}

.site-comments-user-details span {
	padding-left: 5px;
}

.site-add-new-comments-btn {
	text-align: center;
	margin-bottom: -23px;
	padding-top: 30px;
}

.site-add-new-btn-wrap {
	max-width: 480px;
	padding: 12px;
	display: inline-block;
	width: 100%;
	font-size: 16px;
	background: #00b5e0;
	border-radius: 60px;
	line-height: 20px;
	color: #fff;
	font-weight: 700;
	border: 1px solid #00b5e0;
	transition: 0.5s;
	cursor: pointer;
}

.site-add-new-btn-wrap:hover {
	color: #00b5e0;
	background: #fff;
}

.site-comments-text {
	font-size: 16px;
	line-height: 20px;
	margin-top: 10px;
}

.product-list-table {
	margin-bottom: 80px;
}

.site-order-confirmation-wrap p {
	font-size: 16px;
	line-height: 22px;
}

.site-order-confirmation-detils {
	display: flex;
	margin-top: 30px;
}

.site-order-detils-inner {
	width: 50%;
}

.site-order-detils-btn {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.site-order-detils-heading {
	display: flex;
	margin-bottom: 7px;
}

.site-order-detils-title {
	width: 35%;
}

.site-order-detils-title p {
	font-size: 16px;
	font-weight: 700;
}

.site-btn-dark {
	background: #021523;
}

.site-btn-dark:hover {
	background: #00b5e0;
}

.site-confirmation-section .site-product-list-table thead .table-Product-confirm {
	width: auto;
}

/* Product table CSS END */

/* login page */
.site-login-page-wrap {
	min-height: calc(100vh - 303px);
	padding: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.site-login-logo {
	text-align: center;
	width: 100%;
	margin-bottom: 50px;
}

.site-login-logo img {
	width: 100%;
	max-width: 160px;
}

.site-login-form-fild {
	margin-bottom: 20px;
}

.site-login-form-fild label {
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}

.site-login-form {
	max-width: 500px;
	width: 100%;
}

.site-login-form-fild input,
.site-login-form-fild select {
	width: 100%;
	background: #F5F8FA 0% 0%;
	border-radius: 8px;
	min-height: 48px;
	box-sizing: border-box;
	border: none !important;
	padding: 10px 15px;
	font-size: 15px;
	color: #303D4D;
}

.site-login-form-wrap .site-login-main-btn {
	border: none;
	width: 100%;
	margin-bottom: 15px;
	border-radius: 6px;
}

/* login page end */
/* Home page */
.slider-heading {
	margin: 0 0 25px;
	font-size: 40px;
	color: #fff;
}

.site-slider-item {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
	min-height: 800px;
}

.site-slider-inner {
	max-width: 1080px;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 2;
}

.slider-text {
	margin-bottom: 25px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.site-slider-inner .site-btn-skyblue {
	max-width: 150px;
	min-width: unset;
	width: 100%;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.site-slider-item:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 40%);
	z-index: 1;
}

.site-hero-slider .owl-dots {
	margin: 0 !important;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}

.site-hero-slider .owl-dots button.owl-dot span {
	background: #ffffffa3 !important;
}

.site-hero-slider .owl-dots button.owl-dot.active span {
	background: #00b5e0 !important;
}

.site-post-list-section {
	padding-top: 60px;
	padding-bottom: 60px;
}

.site-post-section-heading .section-heading {
	text-align: center;
	margin-bottom: 15px;
}

.site-post-section-heading {
	max-width: 800px;
	margin: 0 auto 40px;
}

.site-post-item {
	width: calc(20% - 16px);
	border: 1px solid #ccc;
	box-shadow: 0 0px 14px rgba(0, 0, 0, 0.19), 0 0px 6px rgba(0, 0, 0, 0.23);
	position: relative;
}

.site-post-list-main {
	display: flex;
	flex-wrap: wrap;
	gap: 25px 20px;
	justify-content: center;
}

.site-post-img {
	line-height: 0;
}

.site-post-img img {
	height: 200px;
	object-fit: cover;
}

.site-post-details {
	padding: 15px;
}

.site-post-details .site-h4 {
	margin: 0 0 10px;
}

.site-post-details p {
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	height: 100px;
    margin-bottom: 20px;
}

.site-post-item .learn-more-link {
	margin-top: 15px;
}

.learn-more-link {
	font-size: 16px;
	color: #00b5e0;
	display: flex;
	align-items: center;
	column-gap: 10px;
	font-weight: 500;
	width: fit-content;
	position: absolute;
	bottom: 10px;
}

.learn-more-link i {
	position: relative;
	right: 0;
	transition: 0.5s;
}

.learn-more-link:hover i {
	right: -8px;
}

.site-post-section-heading p {
	text-align: center;
}

.site-all-post-btn {
	margin-top: 20px;
	text-align: center;
}

.site-msg-table-wrap {
	display: flex;
	column-gap: 20px;
}

.site-msg-table-wrap .site-product-list-table {
	margin-top: 0;
	width: 60%;
}

.site-special-messages {
	width: 40%;
	text-align: center;
	background: #00b5e0;
	border-radius: 10px;
	padding: 30px 20px;
	color: #fff;
	display: flex;
	align-items: center;
}

.site-msg-table-wrap .site-product-list-table td:first-child {
	text-align: center;
}

.site-checkout-table-section {
	padding-bottom: 60px;
}


.site-cta-section {
	padding-top: 80px;
	padding-bottom: 80px;
	background: #021523;
}

.site-cta-wrap {
	text-align: center;
}

.site-cta-wrap .section-heading {
	color: #fff;
}

.site-cta-wrap .site-btn-skyblue:hover {
	background: #fff;
	color: #021523;
}

/* Home page End */
/* Profile */
.site-restore-table-wrap .site-product-list-table thead th:first-child {
	text-align: left;
}

.site-restore-table-wrap .site-product-list-table thead th:nth-child(2),
.site-restore-table-wrap .site-product-list-table thead th:nth-child(3) {
	width: 25%;
}

.site-restore-table-wrap .site-product-list-table {
	margin: 0;
}

.site-profile-form .site-login-form-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
}

.site-profile-form .site-login-form-fild {
	width: calc(33.33% - 14px);
}

/* .site-profile-form .site-login-form-fild:nth-last-child(2) {
    width: 100%;
} */

.site-profile-form input.site-login-main-btn {
	width: max-content;
}

.site-profile-section {
	padding-bottom: 40px;
}

.site-profile-section .site-prifile-heading {
	border-top: 1px solid #c2c2c2;
	padding-top: 30px;
}

.site-msg-table-section {
	padding-bottom: 60px;
}

.site-profile-section-table .site-product-list-table table tbody td {
	line-height: 22px;
}

/* Profile End */
/* CheckOut */
.product-table-img-inner {
	display: flex;
	column-gap: 10px;
	align-items: center;
}

.product-table-img {
	width: 80px;
}

.site-checkout-heading-main {
	margin: 35px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-checkout-make-changes a {
	padding: 10px 14px;
	display: inline-block;
	color: #fff;
	background: #00b5e0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	min-height: 38px;
	transition: 0.3s;
}

.site-checkout-make-changes a:after {
	content: "";
	position: absolute;
	left: -20px;
	top: 0;
	border-top: 20px solid transparent;
	border-bottom: 18px solid transparent;
	border-right: 20px solid #00b5e0;
	transition: 0.3s;
}

.site-checkout-make-changes a:hover {
	background: #021523;
}

.site-checkout-make-changes a:hover:after {
	border-right-color: #021523;
}

.site-checkout-box-section {
	padding-bottom: 60px;
}

.site-container-sm {
	max-width: 1366px;
	margin: 0 auto;
}

.site-checkout-box-main {
	display: flex;
	column-gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
}

.site-checkout-box-wrap {
	width: calc(33.33% - 14px);
	border: 1px solid #00b5e0;
	border-radius: 7px;
	overflow: hidden;
}

.site-checkout-box-item-inner {
	display: flex;
	column-gap: 10px;
	margin-bottom: 8px;
}

.site-box-item-question {
	width: 50%;
}

.site-box-item-answer {
	width: 50%;
	font-weight: 600;
}

.site-checkout-box-wrap .site-h3 {
	margin: 0;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
	background: #00b5e0;
	color: #fff;
}

.site-checkout-box-item-main {
	padding: 12px;
}

.site-checkout-box-item-inner p {
	font-size: 14px;
	color: #000;
}

.site-checkout-text-inner {
	padding: 40px 0 0;
}

.site-checkout-text-checkbox {
	text-align: center;
	margin-top: 30px;
}

.site-checkout-text-submit {
	text-align: center;
	margin-top: 15px;
}

.site-checkout-text-inner p {
	font-size: 16px;
	margin-bottom: 5px;
}

.site-checkout-table-section table tfoot tr td {
	padding: 10px;
	text-align: center;
	font-weight: 700;
}

.site-checkout-table-section .site-restore-table-wrap .site-product-list-table thead th:nth-child(2),
.site-checkout-table-section .site-restore-table-wrap .site-product-list-table thead th:nth-child(3) {
	width: auto;
}

.site-product-remove {
	background: #ff3737;
	width: 25px;
	height: 25px;
	border-radius: 50px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12.5px;
}

.site-checkout-table-section table tfoot tr:nth-child(2) {
	background: #efefef57;
}

.site-checkout-table-section table tfoot tr {
	background: #efefef;
}

/* CheckOut END */
/* Product Listing */
.site-list-page-table .table-Product-title {
	width: 25%;
}

.site-table-product-img {
	display: flex;
	align-items: center;
	gap: 10px;
}

.site-table-product-img img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 5px;
}

.site-list-page-table .table-Product-status {
	width: auto;
}

.site-list-page-table .table-Product-qty {
	width: auto;
}

.site-product-filter {
	display: flex;
	/* align-items: center; */
	column-gap: 16px;
	justify-content: space-between;
}

.site-product-filter-show {
	display: flex;
	align-items: center;
	width: 33.33%;
	gap: 10px;
}

.site-product-filter-select select {
	color: #303D4D;
	padding: 16px;
	position: relative;
	border: none;
	border-radius: 8px;
	background: transparent;
	width: 100%;
	box-shadow: 0px 8px 20px #33485408 !important;
	position: relative;
	z-index: 2;
	width: 100%;
}

.site-product-filter-select input {
	color: #303D4D;
	padding: 16px;
	position: relative;
	border: none;
	border-radius: 8px;
	background: transparent;
	width: 100%;
	box-shadow: 0px 8px 20px #33485408 !important;
	position: relative;
	z-index: 2;
	width: 100%;
}


.site-product-filter-select {
	width: 100%;
	position: relative;
	background: #00b5e029 0% 0% no-repeat padding-box;
	border-radius: 8px;
}


.site-product-filter-categories {
	width: 33.33%;
}

.site-product-filter-Sort-by {
	width: 33.33%;
}

.site-product-filter-select select:focus-visible,
.site-product-filter-select input:focus-visible {
	border: none;
	outline: none;
}

.site-mobile-filter-wrap {
	display: none;
}

/* Product Listing END */
/* Donors listing */
.site-donors-listing-wrap {
	margin-top: 30px;
}

.site-donors-listing-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

.site-donors-listing-item {
	width: calc(25% - 15px);
	border: 1px solid #ccc;
	box-shadow: 0px 8px 20px #33485414 !important;
}

.site-donors-item-img img {
	max-width: 180px;
}

.site-donors-item-img {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #d6f3fa;
	position: relative;
}

.site-donors-item-discount {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #00b5e0;
	font-size: 14px;
	color: #fff;
	padding: 4px 12px;
}

.site-donors-item-details .site-btn-skyblue {
	width: 100%;
}

.site-donors-item-category {
	padding: 15px;
	color: #000;
	font-weight: 500;
}

.site-donors-item-details .site-h3 {
	margin: 0;
	padding: 0 15px 20px;
}

.site-donors-list-wrap .site-product-filter {
	justify-content: start;
}

.site-donors-item-img a {
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.site-donors-item-details .site-h3 a {
	color: #021523;
}

.site-donors-list-wrap {
	margin-bottom: 60px;
}

/* Donors listing end */
/* Order listing */
.site-order-list-page-table .site-product-list-table thead th:first-child {
	text-align: left;
}

.site-product-list-table td a {
	color: #000;
}


.order-table-tag {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.order-table-tag span {
	padding: 4px;
	min-width: 70px;
	box-sizing: border-box;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}

.order-confirm {
	color: #fff;
	background-color: #00b5e0;
	border-radius: 4px;
}

.order-active {
	color: #fff;
	background-color: #28a745;
	border-radius: 4px;
}

.order-cancel {
	background: #ff0000;
	color: #ffffff;
	border-radius: 4px;
}

.order-overdue {
	background: #ff8300;
	color: #fff;
	border-radius: 4px;
}

.site-product-list-table thead th i {
	font-size: 14px;
	margin-left: 5px;
	position: relative;
	top: -2px;
	color: #fff;
}

.site-product-list-table thead th:last-child {
	width: 190px;
}

/* Order listing END */
/* Order details */
.site-order-details-main {
	display: flex;
	align-items: start;
	column-gap: 30px;
}

.site-order-details-left {
	width: 28%;
}

.site-order-details-right {
	width: 72%;
}

.site-order-details-left .site-checkout-box-wrap {
	width: 100%;
}

.site-order-details-right .site-product-list-table {
	margin: 0;
}

.site-order-details-text-main {
	padding-top: 30px;
}

.site-checkout-box-wrap .site-box-item-answer a {
	color: #00b5e0;
	text-decoration: underline;
	display: block;
	width: fit-content;
	transition: 0.3s;
}

.site-checkout-box-wrap .site-box-item-answer a:hover {
	color: #021523;
}

/* Order details end */
/* Privacy Policy */
.site-text-section-inner ul li {
	margin-bottom: 8px;
}

.site-text-section-inner h3 {
	margin: 0 0 15px;
}

.site-text-section-inner div,
.site-text-section-inner p {
	margin-bottom: 10px;
}

.site-text-section-inner h4 {
	margin: 0 0 10px;
}

.site-privacy-section {
	margin-bottom: 60px;
}

/* Privacy Policy END */
/* News Post */
.site-news-post-list .site-post-list-main .site-post-item {
	width: calc(25% - 15px);
}

.site-news-list-section {
	padding-top: 0;
}

.site-post-date {
	font-size: 14px;
	margin-bottom: 10px;
	display: inline-block;
	color: #888;
}

/* News Post end */
/* News details */
.site-post-details-wrap .section-heading {
	margin-bottom: 20px;
}

.site-post-details-wrap .site-post-date {
	margin-top: 10px;
}

/* News details */
/* Donor details */
.site-donor-detail-top {
	display: flex;
	column-gap: 20px;
}

.donor-detail-top-left {
	width: 70%;
}

.donor-detail-top-right {
	width: 30%;
	background: #edfafd;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}

.site-donor-detail-main {
	padding: 50px;
	box-shadow: 0px 2px 10px 10px #3348540d;
	border-radius: 10px;
}

.donors-detail-section {
	margin-bottom: 60px;
}

.donor-details-wrap .site-h4 {
	margin: 0;
}

.donor-details-wrap {
	margin-bottom: 10px;
	border: 1px solid #33485400;
	padding: 8px 12px;
	border-radius: 5px;
	background: #00b5e012;
	margin-bottom: 16px;
}

.donor-details-label {
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	padding-bottom: 6px;
	color: #00b5e0;
}

.donor-details-wrap p {
	font-size: 16px;
	line-height: 24px;
}

.donor-details-wrap p a {
	color: #021523;
	transition: 0.3s;
}

.donor-details-wrap p a:hover {
	text-decoration: underline;
}

.site-donor-detail-bottom {
	display: flex;
	flex-wrap: wrap;
	column-gap: 22px;
}

.site-donor-detail-bottom .donor-details-wrap.donor-details-full {
	width: 100%;
}

.site-donor-detail-bottom .donor-details-wrap {
	width: calc(33.33% - 15px);
}

.donor-detail-logo img {
	max-width: 200px;
}

.donor-details-view-btn {
	width: 100%;
	text-align: center;
	padding-top: 20px;
}

.donor-details-view-btn .site-btn-skyblue {
	width: 100%;
	min-width: auto;
	max-width: 200px;
}

/* Donor details END */
/* Contact US */
.site-contact-us-main {
	display: flex;
	margin-bottom: 60px;
	column-gap: 30px;
}

.site-contact-form {
	width: 50%;
}

.site-contact-map {
	width: 50%;
}

.site-contact-map iframe {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.site-login-form-fild textarea {
	width: 100%;
	background: #F5F8FA 0% 0%;
	border-radius: 8px;
	min-height: 100px;
	box-sizing: border-box;
	border: none !important;
	padding: 10px 15px;
	font-size: 15px;
	color: #303D4D;
}

/* Contact US END */
/* Product Details */
.site-product-detail-main {
	display: flex;
	column-gap: 30px;
}

.product-detail-left {
	width: 50%;
}

.product-detail-right {
	width: 50%;
}

.product-detail-name .site-h3 {
	margin: 0 0 10px;
}

.product-detail-name .product-id-wrap {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px;
}

.product-detail-wrap {
	display: flex;
	flex-wrap: wrap;
	column-gap: 18px;
}

.product-detail-donor-main {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
	margin-bottom: 20px;
}

.product-detail-donor-inner {
	width: calc(50% - 100px);
}

.product-detail-donor-img {
	max-width: 170px;
}

.product-detail-donor-inner:last-child {
	width: 170px;
	background: #f5f8fa;
	padding: 8px;
	border-radius: 5px;
	border: 1px solid #c2c2c2;
}

.product-detail-text {
	width: 100%;
	min-height: 48px;
	padding: 10px 16px;
	box-sizing: border-box;
	border-radius: 8px;
	border: none;
	background: #F5F8FA;
	display: flex;
	align-items: center;
}

.site-product-view-list-wrap {
	font-size: 15px;
}

.product-detail-inner {
	width: calc(50% - 9px);
	margin-bottom: 20px;
}

.product-detail-inner label,
.product-detail-donor-inner label {
	display: block;
	margin-bottom: 8px;
	color: #8697A8;
}

.product-detail-inner.product-detail-inner-full {
	width: 100%;
}

.product-detail-text input {
	padding: 0;
	border: none;
	background: transparent;
	font-size: 15px;
	width: 100%;
	height: 100%;
}

.product-detail-text input:focus-visible {
	border: none;
	outline: none;
}

.product-detail-section {
	margin-bottom: 60px;
}

.site-related-slider button.slick-arrow.slick-prev {
	left: -30px;
}

.product-btn-wrap {
	width: 100%;
	display: flex;
	justify-content: center;
	column-gap: 20px;
	padding-top: 20px;
}

.product-btn-wrap .site-btn-skyblue,
.product-btn-wrap .site-btn-dark {
	min-width: auto;
	max-width: 180px;
	width: 100%;
}

.site-related-slider-item {
	padding: 0 10px;
}

.site-related-slider .slick-list {
	margin: 0 -10px;
}

.site-slider-item-link {
	display: block;
	border: 1px solid #ccc;
	box-shadow: 0px 8px 20px #33485414 !important;
}

.site-related-product-details .site-h4 {
	margin: 0 0 10px;
	color: #021523;
}

.site-related-product-details {
	padding: 10px;
	color: #000;
}

.site-related-slider button.slick-arrow:before {
	color: #000;
	font-size: 26px;
}

.site-related-product-section {
	margin-bottom: 70px;
}

.product-detail-slider-nav .slick-slide {
	padding: 0 6px;
}

/* Product Details END */
/* Cart */
.site-cart-subtotal-inner {
	display: flex;
	align-items: center;
	justify-content: end;
	width: fit-content;
	padding: 8px;
}

.site-cart-subtotal-heading {
	width: 180px;
	font-size: 16px;
	font-weight: 500;
}

.site-cart-subtotal-value {
	width: 140px;
	font-size: 16px;
	font-weight: 500;
}

.site-cart-subtotal {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	align-items: end;
}

.site-cart-subtotal-main {
	display: flex;
	justify-content: end;
	margin-bottom: 40px;
}

.site-cart-subtotal-inner {
	background: #efefef;
}

.site-cart-subtotal-inner:nth-child(2) {
	background: #efefef57;
}

.cart-quantity {
	width: 50px;
	padding: 4px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #000000;
}

.site-cart-top-feild-wrap {
	display: flex;
	flex-wrap: wrap;
	column-gap: 18px;
}

.site-cart-top-feild-wrap .site-login-form-fild {
	width: calc(33.33% - 12px);
}

.site-cart-form-wrap .site-product-list-table {
	margin-top: 20px;
}

.site-cart-section {
	padding-top: 50px;
	padding-bottom: 60px;
}

.site-cart-note-text {
	padding: 5px;
	margin-bottom: 20px;
	background: #00b5e069;
	border-radius: 5px;
}

.site-cart-note-text p {
	font-size: 15px;
}

.cart-delivery-details-main {
	max-width: 1024px;
	margin: 0 auto;
	padding: 30px;
	box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.12);
	border-radius: 10px;
}

.cart-comment-manager-heading textarea {
	width: 100%;
	min-height: 100px;
	margin-top: 8px;
	border: 1px solid #686868;
	border-radius: 4px;
}

.cart-delivery-details-wrap {
	border: 1px solid #686868;
	margin-bottom: 25px;
	padding: 20px;
	border-radius: 4px;
}

.cart-delivery-details-wrap .site-h3 {
	margin: 0 0 10px;
}

.site-cart-submit-btn {
	display: flex;
	justify-content: center;
	margin-top: 25px;
	gap: 10px;
}

.site-cart-submit-btn .site-btn-skyblue {
	min-width: auto;
	width: 100%;
	max-width: 200px;
}

.cart-delivery-details-inner {
	margin-top: 20px;
}

.site-login-form-fild label {
	width: 100%;
}

.site-login-form-fild-inner {
	display: flex;
	align-items: center;
	justify-content: start;
	column-gap: 8px;
	margin-bottom: 15px;
}

.site-login-form-fild-inner input[type="radio"] {
	width: 20px;
	height: 20px;
	margin: 0;
}

.site-login-form-redio {
	display: flex;
	align-items: center;
	width: 160px;
	column-gap: 9px;
}

.site-login-form-fild-inner select {
	width: calc(100% - 170px);
}

.cart-delivery-details-bottom {
	display: flex;
	column-gap: 20px;
}

.cart-delivery-details-left,
.cart-delivery-details-right {
	width: 50%;
}

/* Cart END */


/* Pagination CSS */
.site-page-pagination-wrap {
	width: 100%;
	display: flex;
	margin-top: 30px;
	align-items: stretch;
	justify-content: space-between;
}

.page-display {
	float: right;
}

.pagination b {
	border: 1px solid #999999;
	transition: background-color .3s;
	text-decoration: none;
	padding: 8px 16px;
	color: #fff;
	background: #999999;
	float: left;
}

.pagination a:first-child {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}

.pagination a:last-child {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}

.pagination .label-pagination {
	float: left;
}

.pagination a:hover {
	background: #00b5e0;
	color: #ffffff;
}

.pagination li.active a {
	background: #00b5e0;
	color: #ffffff;
	pointer-events: none;
}

.pagination {
	display: inline-block;
	width: 100%;
	list-style: none;
	display: flex;
	gap: 5px;
}

.pagination a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #ddd;
}

.pagination a.active {
	background-color: #4CAF50;
	color: white;
	border: 1px solid #4CAF50;
}

.pagination a:hover:not(.active) {
	background-color: #efefef;
	color: #231f20;
}

.pagination-btns {
	float: right;
}

/* End Pagination CSS */


/* Start::Cart Active Css */
a.header-icon-link.active {
	position: relative;
	/* display: inline-block; */
}

a.header-icon-link.active .badge {
	position: absolute;
	top: -0px;
	right: -0px;
	padding: 5px 5px;
	border-radius: 50%;
	background: green;
	color: white;
}

/* End:Cart Active Css */


/* Loader CSS Preloader Styling */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #a3a2a2;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	animation-delay: 10s;
	opacity: 0.7;
}

.spinner {
	width: 50px;
	height: 50px;
	border: 6px solid rgba(255, 255, 255, 0.3);
	border-top: 6px solid #ffffff;
	border-radius: 50%;
	animation: loader-spin 1s linear infinite;
	margin-bottom: 20px;
}

/* Animations */
@keyframes loader-spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* Loader CSS */



/* Start::Added: 01-04-2025 */
.product-page-slider .slick-track {
	margin-left: unset;
	margin-right: unset;
}

.product-page-slider .product-detail-slider-nav {
	padding-top: 20px;
}

.site-donors-item-img img {
	max-width: 180px;
	max-height: 180px;
	object-fit: contain;
}

.donor-detail-logo img {
	max-width: 200px;
	max-height: 200px;
	height: 100%;
}

.site-related-product-img img {
	min-height: 410px;
	height: 100%;
	object-fit: contain;
}

.site-related-product-img {
    background-color: #d6f3fa;
}

.site-checkout-box-main {
	justify-content: start;
}
/* END::Added: 01-04-2025 */


/* START::Model CSS - 02-04-2025 */
.comment-model, .confirm-model {
    display: none;
}

.comment-model.active , .confirm-model.active {
    display: block;
}

.comment-model , .confirm-model  {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
    z-index: 2;
}

.site-order-confirmation {
    width: 50%;
    margin: auto auto;
    background: #FFFFFF;
}

.site-padding.site-confirmation-section {
    position: relative;
}

.site-comments-inner, .site-order-confirmation {
    width: 100%;
    background: #FFFFFF;
}
.previous-comments {
    height: 150px;
    overflow-y: auto;
    margin-bottom: 20px;
}

textarea.site-comments-textarea {
    background: #F5F8FA 0% 0%;
    border-radius: 8px;
    border: none;
    padding: 10px 15px;
	width: 100%;
}

.site-previous-comments h4 {
    margin-bottom: 10px;
}

body.darkView {
    position: relative;
	overflow: hidden;
}

body.darkView:after {
    content: "";
    background-color: #000000;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
/* END::Model CSS - 02-04-2025 */

.text-danger {
	color: #FF0000;
}

/* Media quary */

@media only screen and (max-width: 1600px) {
	.site-related-product-img img {
	   min-height: 330px;
	}  
}

@media only screen and (max-width: 1440px) {
	.site-product-list-table {
		overflow: auto;
	}

	.site-product-list-table table {
		width: 140%;
	}

	.view-comments-tag {
		width: min-content;
		min-width: fit-content;
		display: inline-block;
	}

	.site-post-item {
		width: calc(25% - 15px);
	}

	.site-msg-table-wrap .site-product-list-table,
	.site-order-list-page-table .site-product-list-table .site-restore-table-wrap .site-product-list-table,
	.site-list-page-table .site-product-list-table,
	.site-cart-wrap .site-product-list-table {
		overflow: unset;
	}

	.site-msg-table-wrap .site-product-list-table table,
	.site-restore-table-wrap .site-product-list-table table,
	.site-order-list-page-table .site-product-list-table table,
	.site-list-page-table .site-product-list-table table,
	.site-cart-wrap .site-product-list-table table {
		width: 100%;
	}

	.site-related-product-img img {
		min-height: 330px;
	}  
}

@media only screen and (max-width: 1199px) {
	.site-related-product-img img {
	   min-height: 270px;
	}  
}

@media only screen and (max-width: 1024px) {
	.site-mobile-menu-main {
		display: block;
	}

	.mobile-icon-hide {
		display: none;
	}

	.site-header-menu {
		display: none;
	}

	.site-mobile-menu-wrap {
		position: fixed;
		right: 0;
		width: 380px;
		height: 100vh;
		top: 0;
		box-sizing: border-box;
		transform: translateX(200%);
		transition: 0.3s;
		z-index: 3;
	}

	.site-mobile-menu-main.site-mobile-menu-open:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0.5;
		z-index: 1;
	}

	.site-mobile-menu-open .site-mobile-menu-wrap {
		background: #00b5e0;
		padding: 30px 20px;
		transform: translateX(0);
	}

	.site-mobile-menu-close {
		position: absolute;
		right: 20px;
		top: 20px;
		font-size: 20px;
		color: #fff;
	}

	.site-mobile-menu-list ul.menu-list-wrap {
		flex-direction: column;
		row-gap: 16px;
	}

	.site-mobile-menu-wrap .active .menu-list-link {
		color: #000000;
	}

	.site-mobile-menu-wrap .menu-list-link {
		color: #fff;
	}

	.site-mobile-menu-list .header-menu-left {
		padding-bottom: 40px;
	}

	.site-mobile-menu-list .header-menu-right {
		margin-bottom: 40px;
	}

	.site-mobile-menu-wrap .header-icon-link:hover {
		background: #021523;
	}

	.mobile-menu-icon-wrap {
		display: block;
	}

	.site-product-list-table table td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		font-size: 16px;
	}

	.site-product-list-table table thead {
		display: none;
	}

	.site-product-list-table table tr {
		display: block;
		margin-bottom: 10px;
		border: 1px solid #ddd;
		padding: 0;
	}

	.site-product-list-table table td {
		border-bottom: 1px solid #ddd;
		display: block;
		text-align: right !important;
		padding: 10px;
		font-size: 16px !important;
	}

	.site-product-list-table table {
		width: 100%;
	}

	.site-product-list-table {
		overflow: hidden;
	}

	.site-product-list-table table tbody td:first-child,
	.site-product-list-table thead th:first-child {
		border-radius: 0;
	}

	.site-product-list-table table tbody td:last-child,
	.site-product-list-table thead th:last-child {
		border-radius: 0;
	}

	.active-tag {
		text-align: center;
	}

	.site-product-list-table table tr td:last-child {
		border: none;
	}

	.site-comments-main-wrap {
		flex-wrap: wrap;
		gap: 50px;
	}

	.site-comments-inner,
	.site-order-confirmation {
		width: 100%;
	}

	.site-copyright-inner {
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 15px;
	}

	.site-copyright-wrap {
		width: 100%;
		order: 3;
		text-align: center;
	}

	.site-copyright-menu {
		width: 50%;
		justify-content: start;
	}

	.social-icons {
		width: 50%;
	}

	.site-post-item {
		width: calc(33.33% - 14px);
	}

	.site-slider-item {
		min-height: 600px;
	}

	.site-msg-table-wrap {
		align-items: start;
	}

	.site-msg-table-wrap .site-special-messages {
		position: sticky;
		top: 20px;
	}

	.site-profile-form .site-login-form-fild {
		width: calc(50% - 10px);
	}

	.product-table-img-inner {
		justify-content: end;
	}

	.site-checkout-box-wrap {
		width: calc(50% - 10px);
	}

	.site-checkout-box-main {
		row-gap: 30px;
	}

	.td-hide-mobile {
		display: none !important;
	}

	.site-checkout-table-section table tfoot tr {
		margin-bottom: 0;
	}

	.site-table-product-img {
		justify-content: end;
		flex-direction: column;
		align-items: end;
	}

	.site-donors-listing-item {
		width: calc(33.33% - 14px);
	}

	.site-donors-item-img a {
		min-height: 170px;
	}

	.order-table-tag {
		justify-content: end;
	}

	.site-order-details-left {
		width: 45%;
	}

	.site-order-details-right {
		width: 55%;
	}

	.site-checkout-box-wrap {
		width: 100%;
	}

	.site-news-post-list .site-post-list-main .site-post-item {
		width: calc(33.33% - 14px);
	}

	.site-donor-detail-main {
		padding: 20px;
	}

	.donor-details-wrap p {
		width: 100%;
		word-break: break-all;
	}

	.site-product-detail-main {
		flex-wrap: wrap;
		row-gap: 35px;
	}

	.product-detail-left,
	.product-detail-right {
		width: 100%;
	}
}

@media only screen and (max-width: 991px) {
	.site-related-product-img img {
	   min-height: 300px;
	 }  
   }

@media only screen and (max-width: 767px) {
	.site-brebreadcrumb {
		margin-bottom: 20px;
	}

	.site-brebreadcrumb-wrap {
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.site-product-heading,
	.section-heading {
		font-size: 26px;
	}

	.site-mobile-menu-wrap {
		width: 100%;
	}

	.site-mobile-menu-main.site-mobile-menu-open:after {
		display: none;
	}

	.footer-menu {
		flex-wrap: wrap;
		gap: 20px;
		margin-top: 30px;
	}

	.site-copyright-menu {
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
	}

	.social-icons {
		width: 100%;
		justify-content: center;
	}

	.site-brebreadcrumb-wrap {
		flex-wrap: wrap;
	}

	.site-padding {
		padding-left: 24px;
		padding-right: 24px;
	}

	.site-comments-user-details {
		flex-wrap: wrap;
	}

	.site-order-confirmation-detils {
		flex-wrap: wrap;
	}

	.site-order-detils-inner {
		width: 100%;
	}

	.site-order-detils-btn {
		width: 100%;
		margin-top: 20px;
	}

	.site-order-confirmation {
		padding-bottom: 30px;
	}

	.site-post-item {
		width: 100%;
	}

	.site-slider-item {
		padding: 40px 20px;
		min-height: 480px;
	}

	.slider-text {
		font-size: 16px;
		line-height: 22px;
	}

	.slider-heading {
		margin: 0 0 20px;
		font-size: 34px;
	}

	.site-msg-table-wrap {
		flex-wrap: wrap;
	}

	.site-msg-table-wrap .site-product-list-table {
		width: 100%;
	}

	.site-msg-table-wrap .site-special-messages {
		width: 100%;
		position: relative;
		top: 10px;
	}

	.site-profile-form .site-login-form-fild {
		width: 100%;
	}

	.product-table-img-inner {
		flex-direction: column;
		align-items: end;
		row-gap: 10px;
		position: relative;
		padding-top: 10px;
	}

	.site-checkout-table-section .site-product-list-table table td {
		min-height: 40px;
	}

	.site-checkout-box-wrap {
		width: 100%;
	}

	.site-checkout-heading-main {
		flex-direction: column;
		align-items: start;
	}

	.site-checkout-make-changes {
		margin-top: 12px;
		margin-left: 19px;
	}

	.site-mobile-filter-wrap {
		display: block;
		position: relative;
	}

	.site-desktop-filter {
		display: none;
	}

	.mobile-filter-heading {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px;
		background: #f2f2f2;
		border-radius: 5px;
		box-shadow: 0px 8px 20px #33485408 !important;
	}

	.mobile-filter-heading .site-h4 {
		margin: 0;
	}

	.site-mobile-filter-inner {
		display: block;
		width: 100%;
		background: #f7f9fa;
		height: 0;
		transition: .5s;
		position: absolute;
		overflow: hidden;
		box-shadow: 0px 8px 20px #0593FF33;
		border-radius: 10px;
		left: 0;
		top: 49px;
		z-index: 9;
	}

	.site-list-page-table .site-product-list-table {
		margin-top: 30px;
	}

	.mobile-filter-open .site-mobile-filter-inner {
		height: auto;
		padding: 15px 0;
	}

	.site-mobile-filter-inner .site-product-filter {
		flex-wrap: wrap;
		row-gap: 10px;
		padding: 0 10px;
	}

	.site-mobile-filter-inner .site-product-filter-show,
	.site-mobile-filter-inner .site-product-filter-categories,
	.site-mobile-filter-inner .site-product-filter-Sort-by {
		width: 100%;
	}

	.mobile-filter-open .mobile-filter-heading i {
		transform: rotate(180deg);
	}

	.mobile-filter-heading i {
		transition: 0.3s;
		font-size: 20px;
	}

	.site-donors-listing-item {
		width: 100%;
	}

	.site-order-details-main {
		flex-wrap: wrap;
	}

	.site-order-details-left {
		width: 100%;
		margin-bottom: 30px;
	}

	.site-order-details-right {
		width: 100%;
	}

	.site-news-post-list .site-post-list-main .site-post-item {
		width: 100%;
	}

	.site-donor-detail-top {
		flex-wrap: wrap;
	}

	.donor-detail-top-right {
		width: 100%;
		padding: 20px;
		min-height: 180px;
		order: 1;
	}

	.donor-detail-top-left {
		width: 100%;
		order: 2;
	}

	.site-donor-detail-bottom .donor-details-wrap {
		width: 100%;
	}

	.donor-details-view-btn {
		padding-top: 10px;
	}

	.donor-details-wrap p {
		font-size: 16px;
		line-height: 22px;
	}

	.site-contact-form {
		width: 100%;
	}

	.site-contact-map {
		width: 100%;
	}

	.site-contact-us-main {
		flex-wrap: wrap;
		row-gap: 30px;
	}

	.product-detail-donor-inner {
		width: 100%;
		margin-bottom: 16px;
	}

	.product-detail-donor-main {
		margin-bottom: 10px;
	}

	.product-detail-inner {
		width: 100%;
	}

	.product-btn-wrap {
		flex-wrap: wrap;
		row-gap: 15px;
	}

	.product-btn-wrap .site-btn-skyblue,
	.product-btn-wrap .site-btn-dark {
		width: 100%;
		max-width: 200px;
	}

	.product-list-table {
		margin-bottom: 30px;
	}

	.site-product-remove {
		position: absolute;
		right: -8px;
		top: -16px;
		width: 20px;
		height: 20px;
		font-size: 14px;
	}

	.site-profile-section-table .site-product-list-table table td:before {
		width: 100%;
		text-align: left;
		padding-bottom: 5px;
	}

	.site-profile-section-table .site-product-list-table table tbody td {
		text-align: left !important;
	}

	.site-related-slider button.slick-prev {
		left: -13px !important;
		z-index: 1;
	}

	.site-related-slider button.slick-arrow {
		width: 30px;
		height: 30px;
	}

	.site-related-slider button.slick-arrow:before {
		font-size: 25px;
	}

	.site-related-slider button.slick-next {
		right: -13px;
	}

	.site-cart-subtotal-heading {
		width: 50%;
	}

	.site-cart-subtotal-value {
		width: 50%;
		text-align: end;
	}

	.site-cart-subtotal-inner {
		width: 100%;
	}

	.site-cart-subtotal {
		width: 100%;
	}

	.site-cart-top-feild-wrap .site-login-form-fild {
		width: 100%;
	}

	.site-cart-form-wrap .site-product-list-table td {
		min-height: 40px;
	}

	.cart-delivery-details-main {
		padding: 20px 12px;
	}

	.site-login-form-fild-inner,
	.cart-delivery-details-bottom {
		flex-wrap: wrap;
	}

	.site-login-form-redio {
		width: 100%;
	}

	.site-login-form-fild-inner select {
		width: 100%;
	}

	.cart-delivery-details-left,
	.cart-delivery-details-right {
		width: 100%;
	}

	.site-related-product-img img {
		min-height: 260px;
	}  
}