@charset "UTF-8";

/*
Template Name: Eatsie - Pick Up & Delivery Food Template
Author: Askbootstrap
Author URI: https://themeforest.net/user/askbootstrap
Version: 0.1
*/

/*
- Body
- Search Page
- Listing Detail
- Product Page
- Contact Page
- Custom Bootstrap
- Header
- footer
- Cart
- Mobile Media
*/

/* Body */
/* @import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap"); */
@font-face {
	font-family: "Open Sans";
	src: local("Open Sans"),
		url("./../fonts/open-sans/static/OpenSans_SemiCondensed-Regular.ttf")
			format("truetype"),
		url("./../fonts/open-sans/static/OpenSans_SemiCondensed-SemiBold.ttf")
			format("truetype");
	font-display: swap;
}

body {
	font-family: "IBM Plex Sans Arabic", sans-serif;
	font-size: 13px;
}
:root {
	--theme: #008900;
	/* Добавляем активный значок (перевёрнутая стрелка) */
	--bs-accordion-btn-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-up' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 11.354a.5.5 0 0 0 .708 0L8 5.707l5.646 5.647a.5.5 0 0 0 .708-.708l-6-6a.5.5 0 0 0-.708 0l-6 6a.5.5 0 0 0 0 .708z'/></svg>");
}
::-webkit-scrollbar-button {
	width: 0;
	height: 0;
	display: none;
}
::-webkit-scrollbar-corner {
	background-color: transparent;
}
::-webkit-scrollbar-thumb {
	height: 6px;
	border: 4px solid transparent;
	background-clip: padding-box;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05),
		inset 1px 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05),
		inset 1px 1px 0 rgba(0, 0, 0, 0.05);
}
::-webkit-scrollbar {
	width: 4px;
	background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
	height: 50px;
	background: hsla(0, 0%, 53.3%, 0.4);
}

a {
	color: #0a62bc;
	text-decoration: underline;
}
a:hover {
	color: #0a62bc;
}

.h7,
h7 {
	font-size: 1.1rem;
}

.breadcrumb-item + .breadcrumb-item a:hover {
	color: var(--bs-body-color) !important;
}

/* Search Page */
.tab-pane.fade {
	backdrop-filter: unset;
}
.homepage-products-range .border:hover,
.homepage-products-range .border:focus {
	border-color: #0a62bc !important;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.listing-card {
	border: 1px solid #ffffff !important;
}
.listing-card:hover {
	border: 1px solid #0a62bc !important;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.095) !important;
}
.trending-badge {
	text-decoration: none;
	font-size: 13px;
	font-weight: 400;
	padding: 9px 14px;
}
.badge-soft-success {
	border: 1px solid rgb(10 98 188 / 21%);
	background: rgb(10 98 188 / 7%) !important;
	color: #0a62bc !important;
}
.badge-soft-success:hover {
	border: 1px solid #0a62bc;
	background: #0a62bc !important;
	color: #ffffff !important;
}
.badge-soft-light {
	background: #e7e7e7 !important;
}

/* Listing Detail */
.currency-symbol {
	font-weight: 600;
	padding-right: 2px;
}
.offer-box-title {
	padding: 4px 10px;
	border-radius: 8px;
	position: absolute;
	top: -13px;
}
.listing-detail-info img.img-fluid.rounded-3 {
	height: 140px;
}
.product-list .img-fluid {
	height: 72px;
	width: 72px;
	border-radius: 10px;
	padding: 3px;
	border: 1px solid #b3d7ff;
	background: #f8fafd;
}
.product-list .btn {
	min-width: 78px;
	min-height: 30px;
}
.block-btn-browsed .btn {
	min-width: 68px;
	min-height: 30px;
}
.listing-detail-tabs .nav-link {
	border: none;
	text-align: left;
	padding: 6px 0;
	color: #222;
	font-size: 14px;
	position: relative;
	background: none;
}
.listing-detail-tabs .nav-link.active {
	color: #0a62bc;
	font-weight: bold;
}
.listing-detail-tabs .nav-link:after {
	content: "";
	position: absolute;
	right: -25px;
	top: 0;
	bottom: 0;
	width: 5px;
	background: transparent;
}
.listing-detail-tabs .nav-link.active:after {
	content: "";
	position: absolute;
	right: -25px;
	top: 0;
	bottom: 0;
	width: 5px;
	background: #0a62bc;
}
.listing-detail-fixed-sidebar {
	position: sticky;
	top: 214px;
}

/* Main Page */
.accordion {
	position: relative; /* Относительное позиционирование для родителя */
}
.main-page .accordion-item {
	position: relative;
	border: none;
	top: -4px;
}
.accordion-item h2 {
	/* margin: 4px 6px; */
}
.payment-methods .accordion-item .accordion-header button {
	color: #0a62bc;
	font-size: 0.65rem;
	text-transform: uppercase;
	height: 32px;
}
.main-page .accordion-body {
	position: relative;
	top: -1px;
	padding: 5px;
	text-align: left;
	border-top: #0a62bc 1px solid;
}
.main-page .accordion-body ul {
	margin: 0;
	padding: 2px 3px 2px 2px;
}
.main-page .accordion-body ul li {
	list-style: none;
	line-height: 18px;
	margin-bottom: 5px;
}
.main-page .accordion-body ul li a {
	text-decoration: none;
	font-size: 0.75rem;
	color: var(--bs-body-color);
}
.main-page .accordion-body ul li a:hover {
	color: #0a62bc;
}
.main-page .accordion-body ul li a span {
	color: #0a62bc;
	padding-right: 5px;
}
.main-page .accordion-collapse {
	position: absolute;
	width: 100%;
	z-index: 10;
	background: white;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Добавляет тень для видимости */
}
.homepage-products-range {
	overflow: visible;
}
/* 
.col {
	overflow: visible;
} */

/* Main Page End */

/* delivery */
.delivery-title {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -0.2px;
}
.delivery-description {
	letter-spacing: -0.2px;
	/* text-align: justify; */
}
.delivery-description span {
	font-size: 14px !important;
	/* text-align: justify; */
}
.delivery-description strong {
	font-weight: 500 !important;
}
.delivery-description p {
	letter-spacing: -0.2px;
	font-size: 14px;
	/* text-align: justify; */
}
/* delivery end */

/* paymant */
.payment-methods .accordion-header button {
	padding: 2rem !important;
}
.payment-methods h5 {
	color: #666;
	font-size: 14px;
}
/* paymant End */
/* blog */
.blog-image {
	max-width: 80%;
	height: auto;
	display: block;
}
.blog-content h5 {
	line-height: 0.9;
}
.blog-content h5 a {
	font-size: 0.85rem;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: -0.35px;
}
.post-content h3 {
	font-size: 1rem;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: -0.25px;
}
.post-content-body {
	text-align: justify;
}
.post-content-body a,
.blog-arrows a {
	color: #0a62bc;
	text-decoration: none;
}
.blog-arrows {
	margin: 30px 0;
	padding: 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.blog-search .blog-search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
}
.blog-search .submit {
	position: relative;
	background-color: #6c757d;
	height: 48px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	color: #2b2b2b;
}
.blog-search-form {
	border: #eee 1px solid;
	border-radius: 8px;
}
/* blog end */
/* Product Page */
.rounded-icon-50 {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fixed-sidebar {
	position: sticky;
	top: 105px;
}
.success-dot {
	min-width: 6px;
	width: 6px;
	height: 6px;
	background: #008e27;
	border-radius: 10px;
}
.cart-quantity-product-block {
	position: relative;
	background: #fff;
	width: 200px;
	top: 12px;
	margin: auto;
}
.cart-quantity {
	width: 78px;
	min-width: 78px;
}
.cart-quantity .form-control {
	font-size: 12px;
	font-weight: 500;
	height: 28px;
	padding: 0px;
}
.cart-quantity-btn {
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 50px;
	background: #fff;
}
.cart-quantity-btn:hover {
	background: rgb(10 98 188 / 7%) !important;
}
.cart-quantity-product {
	height: 30px;
	width: 40px;
}
.cart-box-item-price {
	min-width: 55px;
}
.product2.slick-current .border {
	border-color: #0a62bc !important;
	border: 2px solid !important;
}
.cart-box-item .cart-info-purchase {
	text-align: center;
}
.cart-box-item .cart-price {
	font-weight: 600;
	padding-bottom: 8px;
}
.product__card .product-wishlist {
	position: relative;
	float: right;
	top: -15px;
}
.wishlist .remove-wishlist a {
	position: absolute;
	color: #ff2f2f;
	font-size: 1.6rem;
	text-decoration: none;
}

.wishlist .wishlist-link-category {
	text-decoration: none;
}
.wishlist .wishlist-link-category h5.card-title {
	color: #333333;
	font-size: 0.8rem;
	letter-spacing: -0.4px;
}
.wishlist .wishlist-link-title {
	text-decoration: none;
}
.wishlist .wishlist-link-title h6.card-text {
	font-size: 0.9rem;
	letter-spacing: -0.4px;
}

/* Order */
.order-total h2 {
	font-size: 1.5em;
	padding: 0.75em;
}
/* Order end */

/* Contact Page */
.feature {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 3rem;
	width: 3rem;
	font-size: 1.5rem;
}
.feedback h1 {
	font-size: 1.9rem;
	font-weight: 600;
}
.message_error {
	margin: -10px 0 10px;
	color: red;
}
/* Custom Bootstrap */
.h-40 {
	height: 40px;
}
.ch-100 {
	height: 100px;
}
.h-200 {
	height: 200px;
}
.svg-border-rounded svg {
	height: 3rem;
	width: 100%;
}
.fade {
	backdrop-filter: blur(7px);
}
.fs-13 {
	font-size: 13px;
}
.fs-14 {
	font-size: 14px;
}
.bg-light {
	background-color: #f0f5f7 !important;
}
.border-bottom,
.border-top,
.border,
.border-end,
.border-start {
	border-color: #eaeff1 !important;
}
hr {
	border-top: 1px solid #eaeff1;
	opacity: unset;
}
.icon-accordion-button {
	width: auto;
}
.icon-accordion-button::after {
	margin-left: 10px;
}
.main-page .accordion-button {
	font-size: 0.86rem;
}
.accordion-button::after {
	width: 20px;
	height: 20px;
	background-size: 11px;
	background-color: #f8fafd;
	background-position: center center;
	border-radius: 50px;
	border: 1px solid #c9e8ed;
	background-image: var(--bs-accordion-btn-icon);
	background-repeat: no-repeat;
	transition: transform 0.3s ease-in-out;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: "\eaca";
	font-family: IcoFont !important;
}
.form-control {
	box-shadow: none !important;
	border-radius: 12px;
}
.form-select {
	border-radius: 12px;
}
.form-control:focus {
	border-color: #0a62bc;
}
.btn {
	font-size: 13px;
	font-weight: 500;
	border-radius: 12px;
}
.btn-lg {
	font-size: 16px;
	text-transform: uppercase;
}
.btn-md {
	font-size: 14px;
	text-transform: uppercase;
}
.btn-sm {
	font-size: 12px;
}
.btn-sm i {
	font-size: 14px;
}
.rounded,
.rounded-3,
.card,
.modal-content {
	border-radius: 12px !important;
}
.min-height-catalog-categories {
	min-height: 160px;
}

.dropdown-menu {
	border: none;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
	border-radius: 0.5rem;
	padding: 8px;
}
.dropdown-menu .dropdown-item {
	font-size: 14px;
	padding: 6px 13px;
	border-radius: 7px;
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
	background-color: #0a62bc;
	color: #fff;
}
.bg-success {
	background: rgb(167 175 183) !important;
}
.text-success {
	color: #0a62bc !important;
}
.text-warning {
	color: #ff9a40 !important;
}
.text-discount {
	color: #55d130 !important;
}
.text-warning-light {
	color: #ffca9b !important;
}
.product-add-cart .btn-check:active + .btn,
.product-add-cart .btn-check:checked + .btn,
.product-add-cart .btn.active,
.product-add-cart .btn.show,
.product-add-cart .btn:active {
	color: var(--bs-btn-active-color);
	background-color: var(--bs-btn-active-bg);
	border-color: var(--bs-btn-active-border-color);
}
.product-add-cart .btn-check:focus + .btn,
.product-add-cart .btn:focus {
	color: var(--bs-btn-hover-color);
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);
	outline: 0;
	box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-warning {
	background-color: #ff9a40 !important;
	border-color: #ff9a40;
	color: #fff;
	font-size: 14px;
}
.btn-warning:hover {
	background-color: #ff922f !important;
	border-color: #ff922f;
	color: #fff;
}
.btn-no_stock {
	background-color: #a1a1a1 !important;
	border-color: #a3a3a3;
	color: #fff;
	font-size: 14px;
}
.btn-no_stock:hover,
.btn-no_stock:active,
.btn-no_stock:focus {
	background-color: #919191 !important;
	border-color: #9b9b9b !important;
	color: #fff !important;
	font-size: 14px;
}
.btn-warning:hover {
	background-color: #ff922f !important;
	border-color: #ff922f;
	color: #fff;
}
.btn-success,
.btn-outline-success:hover {
	background: linear-gradient(
		45deg,
		rgb(10 98 188) 0%,
		rgb(7 124 184) 100%
	) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a62bc', endColorstr='#00cdac',GradientType=1 );
	border-color: #0a62bc;
}
.btn-no-stock {
	background-color: #b7b7b7;
	border-color: #ddd;
	color: #fff;
}
.btn-no-stock:hover {
	background: #9e9e9e;
	border-color: #9f9f9f;
	color: #fff;
}

.btn-outline-wishlist:hover,
.btn-outline-wishlist:active,
.btn-outline-wishlist:focus {
	background: rgb(189 2 119);
	background: linear-gradient(45deg, rgb(208 52 255) 0%, rgb(255 81 190) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc20d1', endColorstr='#ee0b99',GradientType=1 );
	color: #ffffff;
	border-color: #fc20d1;
}
.btn-success:hover {
	border-color: #0a62bc;
	background: rgb(0, 205, 172);
	background: -moz-linear-gradient(
		45deg,
		rgba(0, 205, 172, 1) 0%,
		rgba(2, 170, 189, 1) 100%
	);
	background: -webkit-linear-gradient(
		45deg,
		rgba(0, 205, 172, 1) 0%,
		rgba(2, 170, 189, 1) 100%
	);
	background: linear-gradient(
		45deg,
		rgba(0, 205, 172, 1) 0%,
		rgba(2, 170, 189, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cdac', endColorstr='#0a62bc',GradientType=1 );
}
.btn-success:focus,
.btn-outline-success:focus {
	background: rgb(2, 170, 189);
	background: -moz-linear-gradient(
		45deg,
		rgba(2, 170, 189, 1) 0%,
		rgba(0, 205, 172, 1) 100%
	);
	background: -webkit-linear-gradient(
		45deg,
		rgba(2, 170, 189, 1) 0%,
		rgba(0, 205, 172, 1) 100%
	);
	background: linear-gradient(
		45deg,
		rgba(2, 170, 189, 1) 0%,
		rgba(0, 205, 172, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a62bc', endColorstr='#00cdac',GradientType=1 );
	border-color: #0a62bc;
}
.btn-outline-success {
	border-color: #0a62bc;
	color: #0a62bc;
}
.btn-outline-wishlist {
	border-color: #fc20d1;
	color: #fc20d1;
}
.effect_wishlist .bg-warning,
.mini-cart-informer_wishlist .bg-warning,
.cart-page .mini-cart-informer_wishlist .bg-warning {
	background-color: #54d12e !important;
}
.effect_cart .bg-warning,
.mini-cart-informer_product .bg-warning,
.order-total .bg-warning {
	background-color: #ff9a40 !important;
}
.bg-warning.bg-opacity-10 {
	background-color: rgb(255 154 64 / 10%) !important;
}
.border-warning {
	border-color: #ff9a3f !important;
}
.accordion-button {
	box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
	background: #ffffff;
	color: #0a62bc;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
	background-color: #0a62bc;
	border-radius: 50px;
	background-size: 17px;
}

/* Header */
.osahan-header {
	z-index: 1040;
}
.osahan-header .navbar-brand img {
	height: 36px;
}
.rounded-icon {
	width: 35px;
	height: 35px;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	border: 1px solid rgb(10 98 188 / 21%);
	background: rgb(10 98 188 / 7%) !important;
	color: #0a62bc !important;
}
.rounded-icon .position-absolute {
	font-size: 11px;
	font-weight: 500;
	padding: 4px 0;
	min-width: 20px;
	height: 20px;
}
.osahan-header .navbar-nav .nav-link {
	color: #000000;
	font-size: 13px;
	padding: 30px 10px;
	font-weight: 500;
	text-transform: uppercase;
}
/* .bg-image1 {
	background-image: url("../img/login1.png");
	background-size: cover;
	background-position: center;
} */
.login-popup-main {
	max-width: 650px;
}
.login-popup-main button.btn-close.position-absolute {
	right: 0;
	margin: 16px;
}
/* Ограничиваем стили только для .user-menu внутри .dropdown */
.dropdown .user-menu {
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px); /* Небольшое смещение вниз */
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
	display: block; /* Оставляем блок, но скрываем через opacity */
}

/* Показываем меню при наведении на .dropdown */
.dropdown:hover .user-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* cart */
.cart-box-item .cart-delete-item a {
	position: relative;
	display: block;
	color: #df0d0d;
	text-decoration: none;
	width: 2px;
	font-size: 25px;
	top: -20px;
	left: -2px;
}
.cart-box-item-title a {
	color: var(--bs-body-color);
	font-size: 0.8rem;
	text-decoration: none;
}
.text-muted {
	color: #0a62bc !important;
	font-weight: 600;
	font-size: 0.8rem;
}
.mini-cart-informer_wishlist {
	position: relative;
	float: right;
	top: 22px;
	right: 72px;
}
.mini-cart-informer_product {
	position: relative;
	float: right;
	top: 22px;
	right: -12px;
}
.cart-page .accordion-item h5 {
	color: var(--bs-accordion-btn-color);
	font-size: 1.1rem;
	letter-spacing: -0.25px;
}
.cart-page .accordion-item p {
	font-size: 0.8rem;
	letter-spacing: -0.25px;
	color: #0a62bc !important;
	font-weight: 500;
}
.cart-page .accordion-body button {
	font-size: 0.9rem;
	margin-top: 6px;
	text-transform: uppercase;
}
.cart-page .accordion-body button.address-delivery {
	background: #f0f5f7;
	color: #0a62bc;
	font-weight: 600;
}
.cart-page .accordion-body button.address-delivery:hover {
	color: #ffffff;
}
.cart-page input::placeholder {
	font-size: 0.75rem;
}
.cart-page .cart-next-1 {
	position: relative;
	top: 10px;
	text-align: left;
}
.cart-page .bg-warning {
	background-color: #ff9a40 !important;
}
.cart-page .select-deliveries h6 {
	color: var(--bs-body-color);
}
.cart-page .select-deliveries .next-4-price button {
	background: #dc3545;
	color: #ffffff;
	font-size: 0.85rem;
}
.cart-page .select-deliveries .next-4-price button:hover {
	background: #f64152 !important;
}
.cart-page .select-deliveries .next-4-price h6 {
	color: #de9b25;
	font-size: 0.8rem;
	letter-spacing: -0.35px;
}
.cart-page .select-deliveries p {
	color: #666666 !important;
}

/* cart end */

/* footer */
.footer-logo {
	height: 90px;
}
.bg-footer {
	background-color: #001233;
}
.bg-footer hr {
	border-color: #182b4b;
}
#footer-link a {
	color: white;
	text-decoration: none;
}
#footer-link a:hover {
	text-decoration: underline;
	color: white;
}
.mobile-nav-bottom {
	z-index: 10;
	bottom: 0;
	background-color: #000000;
}
.mobile-nav-bottom a {
	position: relative;
	font-size: 13px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	width: 100%;
}
.mobile-nav-bottom a span {
	font-size: 27px;
	color: #ff8d27;
}
.mobile-nav-bottom a b {
	position: absolute;
	background: #fff;
	width: 18px;
	height: 18px;
	color: #000;
	border-radius: 50px;
	font-size: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 0 auto;
	left: 20px;
	right: 0;
	top: 17px;
}
.icon-geo-contact {
	align-items: self-start;
}
.icon-geo-contact span,
.icon-phone-contact i {
	width: 25px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: left;
	opacity: 0.8;
}
.icon-geo-contact span i {
	font-size: 18px;
	line-height: 15px;
	opacity: 0.8;
}
.icon-geo-contact li p {
	font-weight: 300;
	opacity: 0.8;
}
.icon-phone-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	line-height: 26px;
	border: 0;
	padding: 0;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 9px;
	align-items: center !important;
}

.phone-contact {
	align-items: self-start;
}
.phone-contact span {
	width: 35px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.phone-contact p {
	margin-bottom: 0.5rem;
}
/* Cart */
.col-tip img {
	height: 16px;
}
.col-tip .btn {
	font-size: 11px;
	padding: 6px 10px;
	border: 1px solid #e8e8e8 !important;
	background: #fff;
}
.col-tip .btn-check:active + .btn,
.col-tip .btn-check:checked + .btn,
.col-tip .btn.active,
.col-tip .btn.show,
.col-tip .btn:active {
	border-color: #0a62bc !important;
	color: #0a62bc !important;
	background: #f8fafd;
	font-weight: 700;
}
.col-tip {
	display: inline-block;
	margin: 3px 0;
}
.osahan-btn-group .small {
	font-size: 12px;
}
.osahan-btn-group h6 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	margin-bottom: 8px !important;
}
.osahan-btn-group .btn {
	border: 1px solid #e3e4e4;
	color: #6f7880;
}
.osahan-btn-group .btn-check:active + .btn-outline-light,
.osahan-btn-group .btn-check:checked + .btn-outline-light,
.osahan-btn-group .btn-outline-light.active,
.osahan-btn-group .btn-outline-light.dropdown-toggle.show,
.osahan-btn-group .btn-outline-light:active {
	border-color: #0a62bc;
	color: #0a62bc;
	background-color: rgb(10 98 188 / 7%) !important;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.of-cover {
	object-fit: scale-down;
}
.delivery-tabs .nav-link {
	border: none;
	background: none;
	text-align: left;
	color: #000;
	display: flex;
	align-items: center;
}
.delivery-tabs .nav-link.active {
	background: #fff;
	border-radius: 10px 0 0 10px;
	font-weight: bold;
	color: #0a62bc;
}
.delivery-tabs .nav-link i {
	width: 26px;
	height: 26px;
	display: flex;
	background: #fff;
	align-items: center;
	justify-content: center;
	margin-right: 9px;
	border-radius: 50px;
	color: #06aabd;
}
.delivery-tabs .nav-link.active i {
	background: #06aabd;
	color: #fff;
}
.icon-sm {
	width: 26px;
	height: 26px;
	display: flex;
	background: #ff9a3f;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	color: #ffffff;
}
.accordion-payment {
	position: relative;
}
.accordion-payment .accordion-item-line1::before {
	content: "";
	position: absolute;
	border-left: 2px dotted #c2c2c2;
	top: 48px;
	bottom: -18px;
	left: -35px;
}
.accordion-payment .accordion-item-line2::before {
	content: "";
	position: absolute;
	border-left: 2px dotted #c2c2c2;
	top: 0px;
	bottom: -61px;
	left: -35px;
}
.accordion-payment .accordion-item:after {
	width: 24px;
	height: 24px;
	border-radius: 100px;
	content: "";
	background: #ffffff;
	top: 37px;
	margin: auto;
	position: absolute;
	border: 3px solid #c2c2c2;
	left: -46px;
}
.accordion-payment .accordion-item .accordion-collapse.show:after {
	width: 14px;
	height: 14px;
	border-radius: 100px;
	content: "";
	top: 42px;
	margin: auto;
	position: absolute;
	left: -41px;
	z-index: 9;
	background: rgb(2, 170, 189);
	background: -moz-linear-gradient(
		45deg,
		rgba(2, 170, 189, 1) 0%,
		rgba(0, 205, 172, 1) 100%
	);
	background: -webkit-linear-gradient(
		45deg,
		rgba(2, 170, 189, 1) 0%,
		rgba(0, 205, 172, 1) 100%
	);
	background: linear-gradient(
		45deg,
		rgba(2, 170, 189, 1) 0%,
		rgba(0, 205, 172, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a62bc', endColorstr='#00cdac',GradientType=1 );
}
.listing-card-body h5.card-title.fw-bold.mb-1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group-lg > .form-control {
	padding: 0.5rem 0.75rem;
}
.input-group-lg > .form-control {
	font-size: 1.1rem;
}
.product-list-body a,
.order-list-body a {
	color: var(--bs-body-color);
	letter-spacing: -0.35px;
	line-height: 16px;
	font-size: 0.85rem;
	font-weight: 500;
	text-decoration: none;
}
.product-list-body h6.old-price,
.order-list-body h6.old-price {
	text-decoration: line-through;
	color: #999;
	font-size: 14px;
	margin-top: -5px;
}
.product-list-body .no_stock {
	color: #fb8585;
	font-size: 0.9em;
	letter-spacing: -0.25px;
}
.product-list h6.new-price {
	font-size: 1.04rem;
}
.product-info-block {
	max-height: 106px;
}
/* block product */
.product-list .percentage {
	position: relative;
	top: 10px;
	left: -4px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	padding: 2px 7px;
	border-radius: 4px;
	background-color: #ff2f2f;
	z-index: 1;
}
.product-list .product-thumbnail {
	width: auto;
}
.product-list-body h4.product-category-title {
	font-size: 12px;
}
.product-list-body h4.product-category-title a {
	color: #727272;
	letter-spacing: -0.2px;
	font-size: 0.7rem;
	font-weight: 500;
}
.reviews h5 {
	font-size: 1rem;
}
.reviews h6 {
	font-size: 0.8rem;
}
.reviews p {
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: -0.15px;
}
/* block product end */

/* product */
h1.product-title {
	font-size: 1.1rem;
	letter-spacing: -0.25px;
	padding-top: 5px;
}
.product-price h6.new-price {
	color: #e41959;
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 0.25rem;
}
.product-price h6.old-price {
	color: #999;
	text-decoration: line-through;
	font-size: 1.1rem;
	font-weight: 600;
}
.brand_item a {
	color: #0a62bc;
	text-decoration: none;
}
.brand_item strong.item_stock {
	color: #0a62bc;
	text-decoration: none;
	letter-spacing: -0.25px;
}
.brand_item strong.item_no_stock {
	color: #fb8585;
	text-decoration: none;
	letter-spacing: -0.25px;
}
.single-pro-tab-nav {
	border-bottom: none;
	position: relative;
	display: block;
	margin: auto;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}
.single-pro-tab-nav ul.nav-tabs {
	border-bottom: none;
	display: inline-block;
	background: #ffffff;
}
.single-pro-tab-nav ul li.nav-item {
	display: inline-block;
	float: left;
	padding-right: 10px;
}
.single-pro-tab-nav ul li.nav-item a,
.single-pro-tab-nav ul li.nav-item a:hover {
	padding: 2px 8px;
	color: #333;
}
.single-pro-tab-nav .nav-tabs .nav-link.active {
	color: #ffffff;
	background-color: #0a62bc;
	border: 1px solid #1072d6;
	padding: 2px 8px;
}
.single-pro-tab-nav .nav-tabs .nav-link:hover {
	color: #ffffff;
	background-color: #0a62bc;
	border: 1px solid #1072d6;
	padding: 2px 8px;
}
.single-pro-tab-desc {
	font-size: 12px;
	text-align: justify;
}
.single-pro-tab-desc h2 {
	font-size: 20px;
	margin-bottom: 15px;
}
.single-pro-tab-desc iframe {
	border: 0;
	max-width: 100%;
	width: 100%;
}
.single-pro-tab-desc img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.single-pro-tab-desc h2 {
	text-align: left;
}
.pro-variation-inner h6 {
	font-size: 14px;
	color: #676767;
	letter-spacing: -0.2px;
}
.select2-container--default
	.select2-results__option--highlighted[aria-selected] {
	background-color: #0874b9;
}
/* product end */

/* map end */
.products-map h3 {
	font-size: 12px;
}
.products-map h3 a {
	line-height: 17px;
}
.map-price .new-price {
	color: #555;
}
/* map end */

/* filter */
.ec-sidebar-block {
	background: #f8fdff;
	margin-top: 10px;
	padding: 10px 5px 1px;
	border-radius: 5px;
}
.ec-sidebar-block h6 {
	font-size: 14px;
	font-weight: 600;
	padding-left: 8px;
}
.filter_reset-top {
	padding: 0 7px 10px;
	background: #f8fdff;
}
.filter_reset-top .btn-outline-success {
	margin-left: 7px;
}
.ec-sidebar-wrap .ec-sb-block-content ul {
	padding-left: 8px;
}
.ec-sidebar-wrap .ec-sb-block-content ul li span {
	color: #0a62bc;
	font-size: 0.85rem;
}
.ec-sidebar-wrap .ec-sb-block-content.es-price-slider {
	background: #f8fdff;
	margin-bottom: 0;
	border-bottom: none;
	padding: 30px 15px 15px;
	border-radius: 5px;
	/* border: 1px solid #eeeeee; */
}
.ec-price-input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 14px;
	/* padding-right: 22px; */
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 0 0 6px;
	display: block;
	line-height: 16px;
}
.ec-sidebar-wrap ul li {
	position: relative;
	cursor: pointer;
	z-index: 10;
	top: 0;
	left: 0;
}
.ec-sidebar-wrap
	.ec-sidebar-block
	.ec-sb-block-content
	li
	.ec-sidebar-block-item {
	position: relative;
}
.ec-sidebar-wrap
	.ec-sidebar-block
	.ec-sb-block-content
	li
	.ec-sidebar-block-item
	input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	z-index: 999;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
}
.ec-sidebar-wrap ul li input {
	position: absolute;
	top: 0;
	left: -15px;
	height: 20px;
	width: 20px;
	background: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 0;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li a {
	display: inline;
	color: var(--bs-body-color);
	font-size: 0.8rem;
	margin-top: 0;
	margin-top: 0;
	text-decoration: none;
	font-weight: 400;
	cursor: pointer;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li a:hover {
	color: #0a62bc;
}
.ec-sidebar-wrap .ec-sidebar-block .filter-properties li a {
	padding-left: 22px;
}
.ec-sidebar-wrap .ec-sidebar-block .filter-properties li a ins {
	text-decoration: none;
	color: #0a62bc;
	font-weight: 400;
}
.ec-sidebar-wrap
	.ec-sidebar-block
	.ec-sb-block-content
	li
	.ec-sidebar-block-item
	.checked:after {
	left: -1px;
	top: -1px;
	width: 18px;
	height: 18px;
	border: 1px solid #ff9a40;
	content: "\2713";
	position: absolute;
	display: none;
	background: #ff9a40;
	font-size: 14px;
	color: #ffffff;
	line-height: 16px;
	text-align: center;
	border-radius: 5px;
}
.ec-sidebar-wrap
	.ec-sidebar-block
	.ec-sb-block-content
	li
	.ec-sidebar-block-item
	.checked {
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	width: 16px;
	background: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 5px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	border-radius: 5px;
}
.ec-sb-block-content .check_active::before {
	display: block !important;
	left: -1px;
	top: -1px;
	width: 18px;
	height: 18px;
	border: 1px solid #eee;
	position: absolute;
	display: none;
	content: "\2713";
	background: #fff;
	font-size: 14px;
	color: #333;
	line-height: 16px;
	text-align: center;
	border-radius: 5px;
}
.ec-sidebar-block
	.ec-sb-block-content
	ul
	li
	.ec-sidebar-block-item
	input:checked
	~ .checked::after {
	display: block;
}

.filter__label {
	position: relative;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-bottom: 0;
	font-size: 16px;
	color: #2b2b2b;
	width: 75px;
	/* right: 7px; */
}
.filter__input {
	height: 30px;
	border: none;
	border-radius: 0;
	padding: 0;
	max-width: 100%;
	line-height: 30px;
	background: #f8fdff;
	font-size: 14px;
	color: #2b2b2b;
	padding-left: 4px;
	text-align: left;
	min-width: 70px;
}
input.filter__input:focus {
	border: none;
	outline: none;
}
.filter-mobile-top {
	position: relative;
	float: right;
	top: -40px;
	right: 12px;
	font-size: 1.6rem;
}
.filter-mobile-top a {
	color: var(--bs-body-color);
}
/* End filter */

/* search */
.ec-btn-group-form {
	width: 93%;
}
/* Контейнер для формы */
.ec-btn-group-form {
	width: 100%;
	display: flex;
	align-items: center;
}

/* Скрываем список результатов изначально */
.results-list {
	position: absolute;
	background: #fff;
	list-style: none;
	padding: 0;
	width: 100%; /* Ширина на 100% от родителя */
	left: 0;
	margin-top: 2px; /* Легкий отступ */
	z-index: 12;
	border-radius: 10px !important;
	display: none;
	top: 42px; /* Точное смещение от верхней границы */
}

.search-ajax {
	border: #f2f2f2 1px solid;
	padding: 8px 18px;
}

/* Стили для элементов списка */
.results-list li {
	border: 1px solid #f2f2f2;
	background-color: #f3f3f3;
	margin-bottom: 4px;
	padding: 6px;
	display: flex;
	align-items: center;
}

/* Стили для изображений */
.results-list li img {
	max-width: 35px;
	max-height: 35px;
	margin-right: 10px;
}

/* Стили для кнопки поиска */
.search-button {
	border: none;
	background-color: #6c757d;
	color: white;
	padding: 10px 15px;
	border-radius: 0 8px 8px 0 !important;
	cursor: pointer;
	transition: background 0.3s ease;
	height: 100%;
}

.search-button:hover {
	color: var(--bs-btn-hover-color);
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);
	color: white;
}

/* Позиционирование блока с результатами относительно input */
.input-group {
	position: relative; /* Важное добавление, чтобы .results-list позиционировался относительно input */
}
/* search end */

/* Pagination */
.ps-pagination {
	padding: 1rem 0;
}
.product-list-pagination a:hover,
.pagination ul li.current a {
	color: #ffffff;
	background-color: #ff9a40;
}
.product-list-pagination li {
	display: inline-block;
	float: left;
	margin-left: 5px;
}
.product-list-pagination a {
	font-weight: 300;
	color: #333333;
	padding: 0;
	height: 25px;
	line-height: 25px;
	background: #ffffff;
	font-size: 14px;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 25px;
	text-align: center;
	vertical-align: top;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.pagination ul {
	display: inline-block;
	padding-left: 2rem;
	margin-top: 0;
	margin-bottom: 1rem;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}

.pagination ul li {
	display: inline;
}
/* End pagination */

#search::-webkit-search-cancel-button {
	filter: invert(50%); /* Изменяет цвет крестика */
	cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
	background-color: #ffffff !important;
	box-shadow: 0 0 0px 1000px white inset !important;
	color: #000 !important;
}
.text-end {
	font-size: 14px;
	letter-spacing: -0.45px;
}

.btn-check:focus + .btn,
.btn:focus {
	box-shadow: unset;
}
.btn-check:active + .btn:focus,
.btn-check:checked + .btn:focus,
.btn.active:focus,
.btn.show:focus,
.btn:active:focus {
	box-shadow: unset;
}
.margin-auto {
	margin: 0 auto;
}
.text-align-center {
	text-align: center;
}
.text-align-left {
	text-align: left;
}
.text-align-right {
	text-align: right;
}
.captcha img,
.captcha_input {
	width: 140px;
}

/* Chat */
#scrollUp {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 40px;
	height: 40px;
	background-color: #0a62bc;
	color: #ffffff;
	right: 70px;
	bottom: 90px;
	text-align: center;
	overflow: hidden;
	z-index: 15 !important;
	font-size: 18px;
	line-height: 40px;
	-webkit-box-shadow: 0 0 10px rgba(12, 12, 12, 0.3);
	box-shadow: 0 0 10px rgba(12, 12, 12, 0.3);
	border-radius: 5px;
}
#scrollUp:hover {
	background: #2b2b2b;
	-webkit-box-shadow: 0 0 10px rgba(12, 12, 12, 0.5);
	box-shadow: 0 0 10px rgba(12, 12, 12, 0.5);
}

@keyframes ec-fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes ec-fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.rotateForward {
	-webkit-animation-name: rotateF;
	animation-name: rotateF;
	-webkit-animation-duration: 0.65s;
	animation-duration: 0.65s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@-webkit-keyframes rotateF {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotateF {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.rotateBackward {
	-webkit-animation-name: rotateB;
	animation-name: rotateB;
	-webkit-animation-duration: 0.65s;
	animation-duration: 0.65s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@-webkit-keyframes rotateB {
	from {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes rotateB {
	from {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
/*---------------------------------------------------------------------------------
    Click To Call CSS
-----------------------------------------------------------------------------------*/
.ec-cc-style {
	display: inline-block;
	position: fixed;
	letter-spacing: 0.1px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	z-index: 16;
}
.ec-cc-style .cc-panel {
	display: none;
	margin-bottom: 5%;
	/* width: 300px; */
	border-radius: 10px;
	/* -webkit-box-shadow: 0px 3px 7px rgba(12, 12, 12, 0.18);
	box-shadow: 0px 3px 7px rgba(12, 12, 12, 0.18);*/
}
.ec-cc-style .cc-panel .cc-header {
	padding: 15px 10px;
	border-radius: 8px 8px 0 0;
	text-align: center;
}
.ec-cc-style .cc-panel .cc-body {
	/* padding: 15px 10px 0; */
	padding: 15px 0;
	text-align: center;
}
.ec-cc-style .cc-panel .cc-body a {
	padding-right: 10px;
}
/* Скрываем .cc-call-button-add по умолчанию */
.ec-cc-style .cc-footer .cc-call-button span.cc-call-button-add {
	display: none;
	font-size: 12px;
}
/* Показываем .cc-call-button-end по умолчанию */
.ec-cc-style .cc-footer .cc-call-button span.cc-call-button-end {
	display: inline;
}
.ec-cc-style .cc-header h2,
.ec-cc-style .cc-header .h2 {
	padding-top: 0;
}

/* При наведении на .cc-footer, скрываем .cc-call-button-end и показываем .cc-call-button-add */
.ec-cc-style .cc-footer:hover span.cc-call-button-add {
	display: inline;
}
@media (max-width: 1024px) {
	.ec-cc-style .cc-footer:hover span.cc-call-button-add {
		font-size: 10px;
	}
	.ec-cc-style .cc-footer .cc-call-button span.cc-call-button-end {
		font-size: 12px;
	}
}

.ec-cc-style .cc-footer:hover span.cc-call-button-end {
	display: none;
}

.ec-cc-style .cc-panel .cc-footer {
	padding: 25px 10px 30px;
	text-align: center;
}
.ec-cc-style .cc-header img {
	padding: 5px;
	width: 30%;
	border: 2px solid #fff;
	border-radius: 100%;
}
.ec-cc-style .cc-header h2,
.ec-cc-style .cc-header .h2 {
	padding-top: 5px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	color: #00ad96;
}
.ec-cc-style .cc-header p {
	color: #808080;
	margin-bottom: 0;
	font-size: 13px;
}
.ec-cc-style .cc-body p {
	margin-bottom: 0;
	font-size: 14px;
}
.ec-cc-style .cc-footer a {
	text-decoration: none;
	color: inherit;
}
.ec-cc-style .cc-footer .cc-call-button {
	position: relative;
	margin: auto;
	padding: 9px 20px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.ec-cc-style .cc-footer .cc-call-button:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	display: block;
	border-radius: 28px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ec-cc-style .cc-footer .cc-call-button span {
	position: relative;
	font-size: 13px;
	line-height: 18px;
	font-weight: 900;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	vertical-align: middle;
}
.ec-cc-style .cc-footer .cc-call-button svg {
	position: relative;
	top: 0;
	margin-left: 10px;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: #2b2b2b;
	stroke-width: 2;
	-webkit-transform: translateX(-5px);
	transform: translateX(-5px);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ec-cc-style .cc-footer .cc-call-button:hover:before {
	width: 100%;
}
.ec-cc-style .cc-footer .cc-call-button:hover svg {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.ec-cc-style .cc-footer .cc-call-button:active {
	-webkit-transform: scale(0.96);
	transform: scale(0.96);
}
.ec-cc-style .cc-button {
	width: 40px;
	height: 40px;
	-webkit-box-shadow: 0 0 10px rgba(12, 12, 12, 0.3);
	box-shadow: 0 0 10px rgba(12, 12, 12, 0.3);
}
.ec-cc-style .cc-button:hover {
	background-color: #2b2b2b;
	-webkit-box-shadow: 0px 0px 10px rgba(12, 12, 12, 0.5);
	box-shadow: 0px 0px 10px rgba(12, 12, 12, 0.5);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ec-cc-style .cc-button i {
	display: table;
	height: 100%;
	width: 100%;
	margin-right: 0px;
	font-size: 17px;
	text-align: center;
	line-height: 46px;
	cursor: pointer;
}

.cc-right-bottom {
	bottom: 90px;
	right: 15px;
	float: right;
	cursor: pointer;
	z-index: 18;
}
.cc-right-bottom .cc-call-svg {
	fill: #fff;
	width: 100%;
	padding: 9px;
}

.ec-cc-style .cc-panel .cc-header {
	background-color: #eaf0f2;
	color: #fff;
	border: #dfe9ec 1px solid;
}
.ec-cc-style .cc-footer .cc-call-button svg {
	stroke: #2b2b2b;
}
.ec-cc-style .cc-footer .cc-call-button:before {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #00c9ae;
}
.ec-cc-style .cc-footer .cc-call-button:hover:before {
	background-color: #2b2b2b;
}
.ec-cc-style .cc-footer .cc-call-button:hover span {
	color: #fff;
}
.ec-cc-style .cc-footer .cc-call-button:hover svg {
	stroke: #fff;
}
.ec-cc-style .cc-footer .cc-call-button span {
	color: #2b2b2b;
}
.ec-cc-style .cc-button {
	background-color: #e50b4f;
	border-radius: 5px;
}
.ec-cc-style .cc-button i {
	color: #fff;
}
.ec-cc-style .cc-body p {
	color: #2b2b2b;
}
.support-content {
	padding: 15px 0 5px;
}
.support-content .ec-single-social ul li a {
	width: 40px;
	height: 40px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #ffffff;
	border-radius: 100%;
	color: #333333;
	border: #ccc 1px solid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 20px;
}
.support-content
	.ec-single-social
	.eci-facebook:before
	.support-content
	.ec-single-social
	.eci-telegram:before
	.support-content
	.ec-single-social
	.eci-viber:before {
	font-size: 22px;
}
.support-content .ec-single-social ul li.facebook a:hover {
	background: #3c5a98;
	color: #ffffff;
}
.support-content .ec-single-social ul li.whatsapp a {
	background: #25d366;
	color: #ffffff;
	opacity: 0.9;
}
.support-content .ec-single-social ul li.whatsapp a:hover {
	background: #25d366;
	color: #ffffff;
	opacity: 1;
}
.support-content .ec-single-social ul li.telegram a {
	background: #1da1f2;
	color: #ffffff;
	opacity: 0.9;
}
.support-content .ec-single-social ul li.telegram a:hover {
	background: #1da1f2;
	color: #ffffff;
	opacity: 1;
}
.support-content .ec-single-social ul li.viber a {
	background: #7c4d9c;
	color: #ffffff;
	opacity: 0.9;
}
.support-content .ec-single-social ul li.viber a:hover {
	background: #7c4d9c;
	color: #ffffff;
	opacity: 1;
}
.support-content .list-inline-item:not(:last-child) {
	margin-right: 15px;
}

/* Mobile Media */
@media (max-width: 325px) {
	.filter-mobile-top {
		top: -40px;
		right: 2px;
		padding-right: 0.5rem !important;
	}
}
@media (min-width: 768px) {
	.col-md-25 {
		flex: 0 0 auto;
		max-width: 20.833333%;
	}
	.col-md-35 {
		flex: 0 0 auto;
		max-width: 29.16667%;
	}
}
@media (max-width: 375px) {
	.product-list .img-fluid {
		height: 60px;
		width: 60px;
	}
}
@media (max-width: 425px) {
	.cart-page .accordion-body button {
		width: 100%;
		margin-bottom: 10px;
	}
	.single-pro-tab-nav ul li.nav-item {
		padding-right: 2px;
	}
}
@media (max-width: 576px) {
	.product-list-body {
		flex: 0 0 auto;
		width: 50%;
	}
	.product-info-block {
		flex: 0 0 auto;
		width: 30%;
	}
}
/* @media (min-width: 576px) and (max-width: 768px) {
	.product-list-body {
		flex: 0 0 auto;
		width: 54%;
	}
	.product-info-block {
		flex: 0 0 auto;
		width: 26%;
	}
} */
@media (max-width: 768px) {
	.filter-pc {
		display: none !important;
	}
	.img-404 {
		width: 100%;
	}
}

@media (max-width: 992px) {
	.osahan-header {
		padding: 12px 0 !important;
	}
	.osahan-header .navbar-toggler {
		padding: 3px 4px;
	}
	.osahan-header .navbar-nav .nav-link {
		text-align: center;
		padding: 12px 11px;
	}
	.osahan-header .me-3.top-link {
		margin: 11px 0 0 0px !important;
	}
	.osahan-header .navbar-collapse .d-flex.align-items-center.gap-2 {
		justify-content: center;
		margin: 8px 0 7px 0;
	}
	.osahan-header .dropdown-menu .dropdown-item {
		text-align: center;
	}
	.btn-group.gap-3.osahan-btn-group.d-flex {
		display: unset !important;
		width: 100%;
	}
	.btn-group.gap-3.osahan-btn-group.d-flex label {
		width: 100%;
		margin: 6px 0;
	}
	.history-card .d-flex {
		display: unset !important;
	}
	.history-card img {
		width: 100%;
		height: 90px;
		margin-bottom: 14px;
		object-fit: cover;
	}
	.history-card .ms-auto.text-end {
		border-top: 1px solid #ccc;
		padding-top: 9px;
		margin-top: 10px;
		text-align: left !important;
	}
	.delivery-tabs .nav-link.active {
		border-radius: 10px;
	}
	/* body.bg-light {
		padding-bottom: 80px !important;
	} */
	.container,
	.container-md,
	.container-sm {
		max-width: 100%;
	}
}
@media (min-width: 992px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 100%;
	}
}
@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1100px;
	}
}

@media (min-width: 1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1100px;
	}
}
