body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
}

/* default font size */
.fa {
	font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10.2px;
}

a {
	color: #23a1d1;
}

a:hover {
	text-decoration: none;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}

label {
	font-size: 12px;
	font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 12px;
}

.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

:root {
	--hover-color: rgb(156, 156, 223);
}

/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}

#top .container {
	padding: 0 20px;
}

.dropdown-menu {
	background-color: #fff;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
	background-color: #fff;
}

#form-currency .currency-select {
	text-align: left;
}

#form-currency .currency-select:hover {
	text-decoration: none;
	color: #000;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
	color: #444;
}

#top-links .dropdown-menu a {
	text-shadow: none;
}

#top-links .dropdown-menu a:hover {
	color: #FFF;
}

#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}

#top-links {
	padding-top: 6px;
}

#top-links a+a {
	margin-left: 15px;
}

/* logo */
#logo {
	margin: 0 0 10px 0;
	max-width: 200px;
}




@media (min-width: 768px) {
	header .header-row {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		gap: 20px;
	}

	header .header-row .header-cell {
		display: flex;
		align-items: center;
		padding-left: 0;
		padding-right: 0;
	}

	header .header-row .header-logo {
		flex: 0 0 auto;
	}

	header .header-row .header-search {
		justify-content: center;
		flex: 1 1 auto;
		min-width: 280px;
	}

	header .header-row .header-search #search {
		width: 100%;
		height: 100%;
	}

	header .header-row .header-search #search .search-form {
		height: 100%;
	}

	header .header-row .header-search #search .search-form .btn,
	header .header-row .header-search #search .search-form .form-control {
		height: 100%;
	}

	header .header-row .header-call {
		justify-content: center;
		flex: 0 0 auto;
	}

	header .header-row .header-call .header-call-wrapper {
		max-width: 230px;
	}

	header .header-row .header-cart {
		justify-content: flex-end;
		flex: 0 0 auto;
	}

	.header-call-wrapper {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}

	.header-call-link {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		font-size: 18px;
		color: #3f4754;
		font-weight: 600;
		text-decoration: none;
	}

	.header-call-link:hover {
		color: #1c1f25;
		text-decoration: none;
	}

	.header-call-link .fa-phone {
		font-size: 22px;
	}

	.header-call-text {
		font-size: 13px;
		color: #5a6473;
	}
}

/* search */
#search {
	margin-bottom: 10px;
}



#search .search-form {
	width: 100%;
	border: 1px solid #dfe3e8;
	border-radius: 4px;
	background-color: #fff;
	overflow: visible;
	position: relative;
}

#search .search-form .input-group-btn {
	vertical-align: top;
}

#search .search-form .form-control {
	border: none;
	box-shadow: none;
}

#search .search-form .form-control:focus {
	box-shadow: none;
}

#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}

#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 20px;
	text-shadow: 0 1px 0 #FFF;
}

#search .search-category {
	position: relative;
}


#search .search-category>.btn {
	border: none;
	border-right: 1px solid #dfe3e8;
	min-width: 180px;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	background-color: #fff;
	background-image: none;
	box-shadow: none;
	color: #4d4d4d;
}


#search .search-category-menu {
	display: none;
	position: absolute;
	left: 0;
	right: auto;
	top: 100%;
	margin: 0;
	padding: 0;
	min-width: 220px;
	max-height: 280px;
	overflow-y: auto;
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	z-index: 1000;
}

#search .search-category.is-open .search-category-menu {
	display: block;
}

#search .search-category-option>a {
	display: block;
	padding: 10px 15px;
	line-height: 1.4;
	color: #4d4d4d;
	font-size: 14px;
	white-space: normal;
}

#search .search-category-option.active>a,
#search .search-category-option>a:hover {
	background-color: #f4f6f8;
	color: #1c1c1c;
}

#search .search-category-option[data-category-level="1"]>a {
	padding-left: 28px;
}

#search .search-category-option[data-category-level="2"]>a {
	padding-left: 40px;
}

#search .search-category-option[data-category-level="3"]>a {
	padding-left: 52px;
}

#search .search-category-menu .divider {
	height: 1px;
	margin: 6px 0;
	background-color: #e6e9ed;
}

#search .search-form .input-group-btn:last-child>.btn {
	border: none;
	background-color: #fff;
	background-image: none;
	box-shadow: none;
	color: #7c7c7c;
}

#search .search-form .input-group-btn:last-child>.btn:hover {
	color: #333;
	background-color: #fff;
	background-image: none;
}

/* cart */
#cart {
	margin-bottom: 10px;
}

#cart>.btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}



.mini-cart {
	width: 100%;
}

.mini-cart-toggle {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	padding: 12px 16px;
	background-color: #fff;
	border: none;
	border-radius: 6px;
	box-shadow: none;
	color: #46515f;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
}

.mini-cart-toggle:focus,
.mini-cart-toggle:hover {
	background-color: #f0f4fa;
	color: #1f2733;
}

.mini-cart-total {
	color: #2faded;
	font-size: 20px;
	font-weight: 600;
}

.mini-cart-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 32px;
	color: #c8cdd5;
}

.mini-cart-icon .fa-shopping-cart {
	font-size: 28px;
}

.mini-cart-count {
	position: absolute;
	top: -4px;
	right: -2px;
	background-color: #b7c4d3;
	color: #ffffff;
	font-size: 11px;
	font-weight: 600;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mini-cart-dropdown {
	min-width: 320px;
	padding: 15px;
	border-radius: 8px;
	border-color: #e2e7ef;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.mini-cart-dropdown .table {
	margin-bottom: 10px;
}

.mini-cart-dropdown .btn-danger.btn-xs {
	border-radius: 50%;
}

#cart.open>.btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}

#cart.open>.btn:hover {
	color: #444;
}

#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
}

#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}

.cus-btn {
	border: none;
	text-decoration: none;
	color: #fff;
	background-color: #2faded;
	border-radius: 15px;
	padding: 10px 15px;
	transition: all .4s ease-in-out;
}

.btn-remove-cart {
	border: none!important;
	background-color: transparent;
	box-shadow: none!important;
}

.cus-btn:hover {
	background-color: #2a9fda;
	color: #fff;
}

@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
	min-width: 427px;
	padding: 0 10px;
}

@media (max-width: 478px) {
	#cart .dropdown-menu li>div {
		min-width: 100%;
	}
}

#cart .dropdown-menu li p {
	margin: 20px 0;
}

#cart .table>tbody>tr>td,#cart  .table>tbody>tr>th,#cart .table>tfoot>tr>td, #cart  .table>tfoot>tr>th, #cart  .table>thead>tr>td, #cart .table>thead>tr>th {
	border: none;
}



/* menu */
.mega-menu {
	background-color: #f7f9fc;
	border-top: 1px solid #e3e7ed;
	border-bottom: 1px solid #e3e7ed;
	padding: 0;
	position: relative;
	z-index: 10;
}

.mega-menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: stretch;
	gap: 10px;
}

.mega-menu-item {
	position: relative;
}

.mega-menu-link {
	display: block;
	padding: 15px 10px;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	color: #4a5362;
	text-decoration: none;
	border-bottom: 3px solid transparent;

	transition: color .2s ease;
}

.mega-menu-link:hover
{
	background-color: #e2f2fb;
	border-bottom: 3px solid #2faded;

}
/* 
.mega-menu-item--categories .mega-menu-link {
	background-color: #e2f2fb;
	border-bottom: 3px solid #2faded;
} */

.mega-menu-item--categories {
	position: static;
}

.mega-menu-panel {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background-color: #fff;
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
	padding: 30px 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	transition: opacity .2s ease, transform .2s ease;
	z-index: 200;
}

.mega-menu-item--categories:hover .mega-menu-panel {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.mega-menu-panel-inner {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

.mega-menu-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 30px;
}

.mega-menu-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-decoration: none;
	color: #2f3542;
}

.mega-menu-card-image {
	width: 100%;
	padding: 10px;
	min-height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f4f7fb;
	border-radius: 12px;
	margin-bottom: 12px;
}

.mega-menu-card-image img {
	max-width: 100%;
	max-height: 120px;
	object-fit: contain;
}

.mega-menu-card-title {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.4;
}

@media (max-width: 991px) {
	.mega-menu-list {
		flex-wrap: wrap;
	}

	.mega-menu-panel {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
		padding: 20px 0;
	}

	.mega-menu-item--categories .mega-menu-link {
		border-bottom: none;
	}
}

/* content */
#content {
	min-height: 600px;
}

#product-category #content,
#product-product #tab-description,
#information-information #content {
	font-size: 13px;
}

/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}

footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}

footer a {
	color: #ccc;
}

footer a:hover {
	color: #fff;
}

footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}

.alert>.close {
	position: relative;
	top: -2px;
	right: 0px;
	color: inherit;
}

/* breadcrumb */
.breadcrumb {
	margin: 20px 0 20px 0;
	padding: 8px 0;
	/* border: 1px solid #ddd; */
	background-color: #fff;
	
}

.breadcrumb i {
	font-size: 15px;
}

.breadcrumb>li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}

.breadcrumb>li+li:before {
	content: '';
	padding: 0;
}

.breadcrumb>li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

html[dir=rtl] .breadcrumb>li::after {
	top: -3px;
	left: -5px;
	width: 26px;
	height: 26px;
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
	right: unset;
	border-right: unset;
	border-bottom: unset;

}

.pagination {
	margin: 0;
}

/* buttons */
.buttons {
	margin: 1em 0;
}

.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-xs {
	font-size: 9px;
}

.btn-sm {
	font-size: 10.2px;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
	font-size: 12px;
}

.btn-group>.btn-xs {
	font-size: 9px;
}

.btn-group>.btn-sm {
	font-size: 10.2px;
}

.btn-group>.btn-lg {
	font-size: 15px;
}

.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}

.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}


#column-left .list-group {
	border: none;
	/* border-radius: 14px; */
	overflow: hidden;
	padding: 0;
	background: #5f6b7a;
	box-shadow: 0 12px 24px rgba(34, 46, 68, 0.18);
}

#column-left .list-group .list-group-item {
	margin: 0;
	border: none;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.08);
	color: #edf1f5;
	font-size: 14px;
	font-weight: 600;
	padding: 14px 18px;
	transition: background 0.2s ease;
}

#column-left .list-group .list-group-item:first-child {
	background: #3f5973;
	font-size: 16px;
	letter-spacing: 0.02em;
	text-transform: none;
}

#column-left .list-group .list-group-item:not(:first-child) {
	background: rgba(255, 255, 255, 0.05);
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	color: #f5f7fa;
}

#column-left .list-group .list-group-item:not(:first-child)::before {
	content: '- ';
	color: rgba(255, 255, 255, 0.6);
}

#column-left .list-group .list-group-item:hover,
#column-left .list-group .list-group-item.active {
	background: #2f4258;
	color: #fff;
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}

.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}

.product-thumb .image {
	text-align: center;
}

.product-thumb .image a {
	display: block;
}

.product-thumb .image a:hover {
	opacity: 0.8;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}

.product-grid .product-thumb .image {
	float: none;
}

@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}

.product-thumb h4 {
	font-weight: bold;
}

.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}

.product-list .product-thumb .caption {
	margin-left: 230px;
}

@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}

	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}

.product-thumb .rating {
	padding-bottom: 10px;
}

.rating .fa-stack {
	font-size: 8px;
}

.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}

.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}

.rating .fa-star+.fa-star-o {
	color: #E69500;
}

h2.price {
	margin: 0;
}

.product-thumb .price {
	color: #444;
}

.product-thumb .price-new {
	font-weight: 600;
}

.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}

.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}

.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}

.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}

.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.product-thumb .button-group button+button {
	width: 20%;
	border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}


.product-thumb {
	border: 1px solid #dbe4f2;
	border-radius: 14px;
	background-color: #fff;
	box-shadow: 0 8px 20px rgba(32, 62, 98, 0.05);
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.product-thumb:hover {
	border-color: #2da7f4;
	box-shadow: 0 18px 38px rgba(45, 167, 244, 0.25);
	transform: translateY(-4px);
}

.product-thumb .image {
	padding: 15px;
	background-color: #f4f8ff;
	border-bottom: 1px solid #e3edfb;
	transition: background-color 0.2s ease;
}

.product-thumb:hover .image {
	background-color: #e9f4ff;
}

.product-thumb .button-group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	padding: 14px 16px;
	border-top: 1px solid #dbe8fb;
	background-color: #f5f9ff;
}

.product-list .product-thumb .button-group {
	border-left: none;
}

.product-thumb .button-group button {
	width: auto;
	float: none;
	flex: 1 1 150px;
	height: 44px;
	line-height: 1.2;
	border-radius: 10px;
	border: 1px solid rgba(45, 167, 244, 0.2);
	background-color: #fff;
	color: #1f3551;
	text-transform: none;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.product-thumb .button-group button:first-child {
	flex: 1 1 180px;
}

.product-thumb .button-group button+button {
	flex: 0 0 46px;
	border-left: none;
}

.product-thumb .button-group button:hover {
	background-color: #2da7f4;
	color: #fff;
	border-color: #2da7f4;
	box-shadow: 0 10px 20px rgba(45, 167, 244, 0.3);
}

.product-thumb .button-group button:hover .fa {
	color: inherit;
}

@media (max-width: 480px) {
	.product-thumb .button-group button:first-child {
		flex-basis: 100%;
	}

	.product-thumb .button-group button+button {
		flex: 0 0 42px;
	}
}


/* category page */
.category-page {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.category-page__header {
	padding: 12px 0 5px;
}

.category-page__title {
	font-size: 36px;
	font-weight: 700;
	color: #203758;
	margin: 0 0 15px;
}

.category-page__intro {
	display: flex;
	gap: 20px;
	align-items: center;
	background: #f4f7fb;
	border-radius: 14px;
	padding: 20px;
	border: 1px solid #dce7f5;
}

.category-page__thumb img {
	max-width: 160px;
	border-radius: 12px;
}

.category-page__description {
	color: #4a5568;
	font-size: 14px;
	line-height: 1.7;
}

.category-refine {
	background: #fff;
	border-radius: 16px;
	padding: 24px;
	border: 1px solid #dbe7f4;
	box-shadow: 0 10px 30px rgba(16, 36, 94, 0.08);
}

.category-refine__head {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-bottom: 20px;
}

.category-refine__label {
	font-size: 18px;
	font-weight: 600;
	color: #1b365d;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.category-refine__hint {
	font-size: 14px;
	color: #5a6f91;
}

.category-refine__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 18px;
}

.category-refine-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 18px;
	border-radius: 14px;
	border: 1px solid transparent;
	background: #f5f9ff;
	color: #264672;
	font-weight: 600;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.category-refine-card__image {
	display: block;
	width: 100%;
	margin-bottom: 12px;
}

.category-refine-card__image img {
	width: 100%;
	height: 110px;
	object-fit: contain;
	border-radius: 10px;
	background: #fff;
}

.category-refine-card__count {
	color: #8ba3c9;
	font-size: 13px;
	font-weight: 500;
	margin-top: 4px;
}

.category-refine-card:hover {
	border-color: #2da7f4;
	box-shadow: 0 16px 30px rgba(45, 167, 244, 0.35);
	transform: translateY(-4px);
}

.category-toolbar {
	display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
	align-items: center;
	gap: 15px;
	background: #e9f4ff;
	border-radius: 14px;
	padding: 15px 20px;
	border: 1px solid #c8dbf0;
}

.category-toolbar__views {
	display: inline-flex;
	gap: 8px;
}

.category-toolbar__view-btn {
	width: 40px;
	height: 40px;
	border-radius: 9px;
	border: 1px solid transparent;
	background: #fff;
	color: #2b4a78;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.category-toolbar__view-btn.is-active,
.category-toolbar__view-btn:hover {
	background: #2da7f4;
	border-color: #2da7f4;
	color: #fff;
}

.category-toolbar__compare {
	margin-left: auto;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	color: #1c436d;
	text-decoration: none;
}

.category-toolbar__selects {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 180px;
}

.category-toolbar__label {
	font-size: 12px;
	text-transform: uppercase;
	color: #516986;
	letter-spacing: 0.08em;
}

.category-toolbar__select {
	border-radius: 10px;
	border: 1px solid #d0dff1;
	padding: 8px 12px;
	background: #fff;
	color: #203758;
}

.category-products {
	margin-top: 10px;
}

.category-product {
	background: #fff;
	border-radius: 16px;
	border: 1px solid #dbe4f2;
	box-shadow: 0 12px 25px rgba(20, 42, 90, 0.08);
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 18px;
	gap: 12px;
	position: relative;
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
  cursor: pointer;
}



.category-product:hover,
.category-product:focus-within {
	border-color: #9dd9ff;
	box-shadow: 0 18px 38px rgba(41, 126, 230, 0.28);
	transform: translateY(-5px);
}

.category-product__image {
	border-radius: 14px;
	background: linear-gradient(145deg, #dfe9ff, #ffffff);
	text-align: center;
	padding: 10px;
	min-height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.category-product__badges {
	position: absolute;
	top: 12px;
	right: 12px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	z-index: 2;
}

.category-product__badge {
	background: #2cbef1;
	color: #fff;
	padding: 4px 12px;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 700;
	box-shadow: 0 10px 18px rgba(13, 94, 144, 0.25);
}

.category-product__image img {
	max-height: 190px;
	width: auto;
	object-fit: contain;
}

.category-product__body {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.category-product__code {
	font-size: 12px;
	text-transform: uppercase;
	color: #7b8baa;
	letter-spacing: 0.1em;
}

.category-product__title {
	font-size: 18px;
	font-weight: 700;
	color: #1b365d;
	text-decoration: none;
	/* min-height: 52px; */
	line-height: 1.3;
}

.category-product__title:hover {
	color: #2da7f4;
}

.category-product__stats {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: 4px;
}

.category-product__rating .fa-stack {
	color: #f6ad55;
	font-size: 12px;
}

.category-product__reviews {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 12px;
	color: #94a5c5;
}

.category-product__reviews i {
	font-size: 13px;
}

.category-product__description {
	color: #4b5568;
	font-size: 13px;
	line-height: 1.6;
	margin: 0;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, opacity 0.25s ease, margin-top 0.25s ease;
}

.category-product:hover .category-product__description,
.category-product:focus-within .category-product__description {
	max-height: 120px;
	opacity: 1;
	margin-top: 6px;
}

.category-product__price {
	display: flex;
	align-items: baseline;
	gap: 10px;
	font-size: 20px;
	font-weight: 700;
	color: #1a202c;
}

.category-product__price-old {
	font-size: 15px;
	color: #a0aec0;
	text-decoration: line-through;
}

.category-product__price-new,
.category-product__price-current {
	color: #0a63c9;
}

.category-product__tax {
	font-size: 12px;
	color: #7b8baa;
}

.category-product__stock span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #2f855a;
	font-weight: 600;
	font-size: 13px;
}

.category-product__actions {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease, margin-top 0.25s ease;
}

.category-product:hover .category-product__actions,
.category-product:focus-within .category-product__actions {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	margin-top: 12px;
}

.category-product__cart {
	flex: 1;
	border: none;
	background: #2da7f4;
	color: #fff;
	border-radius: 10px;
	padding: 10px 18px;
	font-weight: 600;
	display: inline-flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}

.category-product__cart:hover {
	background: #1b75bc;
	transform: translateY(-1px);
}

.category-product__icon {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	border: none;
	background: #eff3fb;
	color: #1b365d;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.category-product__icon:hover {
	background: #2d3748;
	color: #fff;
}

.category-pagination {
	align-items: center;
	margin-top: 10px;
	padding: 10px 0 20px;
}

.category-pagination__info,
.category-pagination__stats {
	color: #4a5568;
	text-align: left;
}

@media (max-width: 767px) {
	.category-toolbar {
		flex-direction: column;
		align-items: flex-start;
	}

	.category-toolbar__compare {
		margin-left: 0;
	}

	.category-product__title {
		min-height: auto;
	}

	.category-product__description {
		max-height: none;
		opacity: 1;
		margin-top: 6px;
	}

	.category-product__actions {
		opacity: 1;
		visibility: visible;
		transform: none;
		margin-top: 10px;
	}
}

.category-empty {
	text-align: center;
	padding: 40px;
	background: #f5f7fb;
	border-radius: 14px;
}

.category-empty p {
	margin-bottom: 15px;
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails>li {
	margin-left: 20px;
}

.thumbnails {
	margin-left: -20px;
}

.thumbnails>img {
	width: 100%;
}

.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}

.image-additional {
	max-width: 78px;
}

.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {

	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear: left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
	#column-left .product-layout .col-md-3 {
		width: 100%;
	}

	#column-left+#content .product-layout .col-md-3 {
		width: 50%;
	}

	#column-left+#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}

	#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
	position: absolute;
	margin-top: 4px\9;
	margin-right: -20px;
	margin-left: unset;
}

html[dir=rtl] .input-group-btn:last-child>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

html[dir=rtl] .input-group .form-control:first-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: unset;
	border-bottom-left-radius: unset;
}

html[dir=rtl] .container .row:first-child .col-sm-4,
html[dir=rtl] .container .row:first-child .col-sm-5 {
	float: right;

}

html[dir=rtl] #cart .dropdown-menu {
	left: 0;
	right: auto;

}

@media (min-width: 768px) {

	html[dir=rtl] .navbar-nav {
		float: right;
		margin: 0;
	}

	html[dir=rtl] .navbar-nav>li {
		float: right;
	}

}

.topbar-wrapper {
	background: #526270;
	display: flex;
	justify-content: center;
	margin: 0 0 20px 0;
}

.tmb-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-items: center;
	background: #526270;
	color: #fff;
	font-size: 14px;
	height: 100%;
	padding: 0 12px;
	max-width: 1138px;
	width: 100%;
}

.tmb-topbar__left,
.tmb-topbar__right {
	display: flex;
	align-items: center;
	/* gap: 12px */
}

.tmb-topbar__right {
	gap: 12px;
}

.tmb-topbar__link {
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	border-right: 1px solid rgba(255, 255, 255, .15);
	transition: all ease-in-out .3s;
	box-sizing: border-box;
	border-bottom: 4px solid transparent;
}

.tmb-topbar__link:hover {
	color: #fff;
	border-bottom: 4px solid rgb(156, 156, 223);
	background-color: #ffffff3f;
}

.tmb-topbar__link:last-child {
	border-right: none
}

.tmb-topbar__dropdown {
	position: relative
}

.tmb-topbar__dd-btn {
	background: transparent;
	border: 0;
	color: #fff;
	cursor: pointer;
	padding: 6px 10px
}

.tmb-topbar__dd-menu {
	position: absolute;
	right: 0;
	top: 100%;
	min-width: 220px;
	background: #fff;
	color: #222;
	border-radius: 4px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, .2);
	padding: 6px 0;
	display: none;
	z-index: 20
}

.tmb-topbar__dropdown:hover .tmb-topbar__dd-menu {
	display: block
}

.tmb-topbar__dd-item {
	display: block;
	padding: 8px 12px;
	white-space: nowrap;
	color: #222;
	text-decoration: none
}

.tmb-topbar__dd-item:hover {
	background: #f2f4f7
}


.tmb-topbar__lang,
.tmb-topbar__curr {
	display: flex;
	align-items: center
}

.language-switcher {
	display: flex;
	align-items: center
}

.language-switcher__list {
	display: flex;
	gap: 6px
}

.language-switcher__flag {
	border: 0;
	background: transparent;
	padding: 0;
	cursor: pointer;
	opacity: .65;
	transition: opacity .2s
}

.language-switcher__flag img {
	display: block;
	width: 22px;
	height: 16px;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 2px
}

.language-switcher__flag.is-active {
	opacity: 1
}

.language-switcher__flag:focus-visible {
	outline: 2px solid #428bca;
	outline-offset: 2px
}

.language-switcher__sr {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.tmb-topbar__lang .language-switcher__flag img {
	border-color: rgba(255, 255, 255, .4);
	box-shadow: 0 0 4px rgba(0, 0, 0, .3)
}

.currency-button {
	color: #fff !important;
	transition: all ease-in .3s;
	text-decoration: none !important;
}

.currency-button:hover {
	background-color: var(--hover-color);
	text-decoration: none;
	color: #fff;
}


.slideshow-wrapper {
	margin-bottom: 20px;
}

/* Home advantages cards */
.home-advantages {
	/* background: #eef4fb; */
	padding: 35px 0 25px;
}

.home-advantages__cards {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: stretch;
}

.home-advantages__card {
	flex: 1 1 220px;
	display: flex;
	align-items: center;
	padding: 26px 28px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid #e5edf6;
	box-shadow: 0 10px 25px rgba(28, 61, 97, 0.08);
	color: #394555;
	font-size: 16px;
	font-weight: 600;
	min-height: 130px;
	position: relative;
	overflow: hidden;
}

.home-advantages__card--hero {
	flex: 1.3 1 240px;
	justify-content: center;
	background: linear-gradient(135deg, #62c6f1 0%, #3a9ddc 100%);
	color: #fff;
	border: none;
	box-shadow: 0 12px 30px rgba(15, 88, 144, 0.3);
}

.home-advantages__hero-wave {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.45), transparent 55%),
		radial-gradient(circle at 70% 80%, rgba(255, 255, 255, 0.35), transparent 60%),
		radial-gradient(circle at 10% 90%, rgba(255, 255, 255, 0.25), transparent 55%);
	opacity: .6;
	pointer-events: none;
}

.home-advantages__hero-content {
	position: relative;
	text-align: center;
	line-height: 1.4;
	font-size: 22px;
	font-weight: 600;
}

.home-advantages__icon {
	width: 58px;
	height: 58px;
	border-radius: 16px;
	background: #e7f6fd;
	color: #2f9edc;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	margin-right: 18px;
}

.home-advantages__text {
	flex: 1;
}

@media (max-width: 991px) {
	.home-advantages__card {
		flex: 1 1 calc(50% - 10px);
	}
}

@media (max-width: 767px) {
	.home-advantages {
		padding: 25px 0;
	}

	.home-advantages__cards {
		gap: 15px;
	}

	.home-advantages__card {
		flex: 1 1 100%;
	}

.home-advantages__card--hero {
	min-height: 120px;
}
}


.category-cards {
	padding: 40px 0;
	/* background: #f4f7fb; */
	position: relative;
	z-index: 20;
}

.category-cards__title {
	margin: 0 0 24px;
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	color: #2d3748;
}

.category-cards__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 20px;
}

.category-card {
	display: block;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 12px 25px rgba(15, 15, 15, 0.08);
	text-align: center;
	padding: 0 0 20px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	position: relative;
	z-index: 30;
	pointer-events: auto;
}

.category-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 30px rgba(15, 15, 15, 0.12);
	text-decoration: none;
}

.category-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px 30px;
	border-radius: 12px 12px 0 0;
	background: linear-gradient(135deg, #315083 0%, #1b75bc 100%);
	min-height: 220px;
}

.category-card__image img {
	width: 100%;
	max-height: 200px;
	display: block;
	object-fit: contain;
}

.category-card__name {
	margin-top: 16px;
	font-size: 18px;
	color: #1f6fd8;
	font-weight: 600;
}

@media (max-width: 575px) {
	.category-cards {
		padding: 30px 0;
	}

	.category-cards__grid {
		gap: 15px;
	}

	.category-card__name {
		font-size: 16px;
	}

	.category-card__image {
		min-height: 180px;
		padding: 20px;
	}
}


.about-block {
	padding: 60px 0 70px;
	background: #f9fbff;
	text-align: center;
	color: #4a5568;
}

.about-block__content {
	max-width: 960px;
	margin: 0 auto;
}

.about-block__label {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: #7c8aa3;
	margin-bottom: 10px;
}

.about-block__divider {
	margin: 10px auto 20px;
}

.about-block__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid #d4deed;
	color: #1b75bc;
	font-size: 18px;
}

.about-block__logo {
	margin: 10px auto 15px;
}

.about-block__logo img {
	max-height: 140px;
	width: auto;
}

.about-block__title {
	font-size: 30px;
	font-weight: 600;
	color: #354565;
	margin: 20px 0 25px;
}

.about-block__text {
	font-size: 16px;
	line-height: 1.8;
	color: #4a5568;
}

.about-block__text p {
	margin-bottom: 15px;
}

.about-block__actions {
	margin-top: 35px;
}

.about-block__button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 28px;
	border-radius: 999px;
	background: #2da7f4;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
	box-shadow: 0 8px 18px rgba(45, 167, 244, 0.35);
	transition: background 0.2s ease, transform 0.2s ease;
}

.about-block__button:hover {
	background: #1b75bc;
	color: #fff;
	transform: translateY(-1px);
}

@media (max-width: 767px) {
	.about-block {
		padding: 40px 0 45px;
	}

	.about-block__title {
		font-size: 24px;
	}
}


.site-footer {
	background: #4a5f70;
	color: #d3e1ef;
	margin-top: 40px;
}

.site-footer__features {
	background: #51687b;
	padding: 25px 0;
}

.site-footer__features-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
}

.site-footer__feature {
	display: flex;
	align-items: center;
  flex-direction: column;
	gap: 15px;
}

.site-footer__feature-icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #8fe0ff;
}

.site-footer__feature-title {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
  text-align: center;
}

.site-footer__feature-desc {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.75);
  text-align: center;
}

.site-footer__main {
	padding: 40px 0 10px;
}

.site-footer__subscribe-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.site-footer__subscribe-title,
.site-footer__social-title {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 0.08em;
}

.site-footer__subscribe-form {
	display: flex;
	max-width: 460px;
}

.site-footer__subscribe-form input {
	flex: 1;
	padding: 12px 16px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background: transparent;
	color: #fff;
	border-radius: 4px 0 0 4px;
}

.site-footer__subscribe-form button {
	border: none;
	padding: 12px 22px;
	background: #34b5ff;
	color: #fff;
	font-weight: 600;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	transition: background 0.2s ease;
}

.site-footer__subscribe-form button:hover {
	background: #1b8ac6;
}

.site-footer__social-list {
	display: flex;
	gap: 12px;
}

.site-footer__social-link {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	transition: transform 0.2s ease, border-color 0.2s ease;
}

.site-footer__social-link:hover {
	transform: translateY(-2px);
	border-color: #8fe0ff;
	color: #8fe0ff;
}

.site-footer__links {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 30px;
}

.site-footer__column-title {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #fff;
}

.site-footer__column ul {
	list-style: none;
	padding: 0;
	margin: 0 0 12px;
}

.site-footer__column li {
	margin-bottom: 8px;
}

.site-footer__column a {
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
}

.site-footer__column a:hover {
	color: #8fe0ff;
}

.site-footer__contacts {
	list-style: none;
	padding: 0;
	margin: 0;
}

.site-footer__contacts li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 10px;
}

.site-footer__contacts-icon {
	color: #8fe0ff;
	font-size: 18px;
	line-height: 1.5;
}

.site-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 15px 0;
	text-align: center;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 767px) {
	.site-footer__subscribe-form {
		flex-direction: column;
	}

	.site-footer__subscribe-form input,
	.site-footer__subscribe-form button {
		width: 100%;
		border-radius: 4px;
	}

	.site-footer__subscribe-form button {
		margin-top: 10px;
	}

	.site-footer__subscribe-row {
		flex-direction: column;
		align-items: flex-start;
	}
}
/* Product page */
.product-page .product-hero-card {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 30px 60px rgba(12, 18, 38, 0.08);
	padding: 30px;
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.product-hero-card__media,
.product-hero-card__info {
	flex: 1 1 320px;
}

.product-gallery {
	background: #f7f9fc;
	border-radius: 14px;
	padding: 20px;
}

.product-gallery__main {
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 15px;
	text-align: center;
}

.product-gallery__main img {
	width: 100%;
	height: auto;
}

.product-gallery__thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-start;
}

.product-gallery__thumb {
	border: 2px solid transparent;
	border-radius: 10px;
	padding: 4px;
	background: #fff;
	cursor: pointer;
	transition: all 0.2s ease;
}

.product-gallery__thumb img {
	width: 70px;
	height: 70px;
	object-fit: cover;
}

.product-gallery__thumb.is-active,
.product-gallery__thumb:hover {
	border-color: #00a0e3;
	box-shadow: 0 10px 16px rgba(0, 160, 227, 0.25);
}

.product-gallery__lightbox {
	display: none;
}

.product-gallery__placeholder {
	padding: 60px 20px;
	text-align: center;
	color: #888;
}

.product-hero-card__title {
	font-size: 32px;
	margin-bottom: 15px;
	font-weight: 600;
	color: #0f172a;
}

.product-hero-card__meta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
	margin-bottom: 20px;
}

.product-hero-card__stock span.label {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #7c8ba1;
}

.product-hero-card__stock strong {
	color: #0bb07b;
	font-size: 16px;
}

.product-hero-card__rating .rating {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.product-hero-card__meta {
	list-style: none;
	padding: 0;
	margin: 0 0 25px;
}

.product-hero-card__meta li {
	display: flex;
	justify-content: space-between;
	padding: 8px 0;
	border-bottom: 1px solid #edf1f7;
	font-size: 14px;
}

.product-hero-card__meta span {
	color: #7c8ba1;
}

.product-hero-card__meta a,
.product-hero-card__meta strong {
	color: #0f172a;
}

.product-price-panel {
	background: linear-gradient(135deg, #005bea, #00c6fb);
	color: #fff;
	border-radius: 16px;
	padding: 20px;
	margin-bottom: 30px;
}

.product-price-panel__values {
	display: flex;
	align-items: baseline;
	gap: 15px;
}

.product-price-panel__current {
	font-size: 34px;
	font-weight: 700;
}

.product-price-panel__old {
	text-decoration: line-through;
	font-size: 18px;
	opacity: 0.7;
}

.product-price-panel__tax {
	margin-top: 10px;
	font-size: 13px;
	opacity: 0.8;
}

.product-price-panel__discounts {
	margin: 15px 0 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
}

.product-config {
	background: #f8fafc;
	border-radius: 16px;
	padding: 20px;
}

.product-config__options h3,
.product-config__recurring h3 {
	margin-top: 0;
	font-size: 20px;
}

.product-config__option {
	margin-bottom: 15px;
}

.product-option-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 10px;
}

.product-option-grid__item {
	border: 1px solid #dbe4f0;
	border-radius: 10px;
	padding: 12px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	cursor: pointer;
}

.product-option-grid__item input {
	margin-right: 6px;
}

.product-qty-control {
	display: inline-flex;
	align-items: stretch;
	border: 1px solid #dbe4f0;
	border-radius: 999px;
	overflow: hidden;
	width: max-content;
}

.product-qty-control input {
	width: 70px;
	text-align: center;
	border: none;
	background: transparent;
}

.product-qty-control__btn {
	background: #fff;
	border: none;
	width: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.product-qty-control__btn:hover {
	background: #e7f4ff;
}

.product-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 20px;
}

.product-actions__cart {
	flex: 1;
	padding: 14px 18px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.product-actions__icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid #dbe4f0;
	background: #fff;
	color: #0f172a;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-details-panel {
	background: #fff;
	border-radius: 16px;
	padding: 25px;
	box-shadow: 0 20px 40px rgba(15, 23, 42, 0.05);
	margin-bottom: 40px;
}

.product-tabs {
	border-bottom: 1px solid #e8eef7;
	margin-bottom: 25px;
}

.product-tabs>li>a {
	font-weight: 600;
	text-transform: uppercase;
	padding: 12px 18px;
}

.product-related {
	margin-bottom: 30px;
}

.product-related__list .product-thumb {
	background: #fff;
	border-radius: 12px;
	padding: 15px;
	box-shadow: 0 15px 30px rgba(15, 23, 42, 0.08);
}

.product-tags {
	font-size: 14px;
	color: #7c8ba1;
}

.product-tags a {
	margin: 0 4px;
}


.product-status-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 20px;
}

.product-status-bar__item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	border-radius: 12px;
	/* background: #f1f5f9; */
	color: #0f172a;
	font-weight: 600;
}

.product-status-bar__item a {
	color: #0f172a;
	font-weight: 700;
}

.product-status-bar__icon {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #00a0e3;
	box-shadow: 0 10px 20px rgba(0, 160, 227, 0.25);
}

.product-info-panel {
	margin-bottom: 20px;
}

.product-price-strip {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 18px 22px;
	margin-bottom: 20px;
	box-shadow: 0 20px 40px rgba(15, 23, 42, 0.05);
}

.product-price-strip__value {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.product-price-strip__current {
	font-size: 32px;
	font-weight: 700;
	color: #0f172a;
}

.product-price-strip__old {
	text-decoration: line-through;
	color: #94a3b8;
}

.product-price-strip__tax {
	font-size: 13px;
	color: #64748b;
}

.product-price-strip__side {
	display: flex;
	align-items: center;
	gap: 15px;
}

.product-price-strip__deal {
	background: #ff3d71;
	color: #fff;
	border: none;
	border-radius: 12px;
	padding: 12px 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.product-price-strip__deal:hover {
	background: #ff5b85;
}

.product-qty-control--inline {
	border-color: #e2e8f0;
}

.btn.btn-outline,
.product-actions__secondary {
	background: #eff6ff;
	color: #1d4ed8;
	border: 1px solid #bfdbfe;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.product-actions--primary {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-bottom: 15px;
}

.product-actions__secondary {
	padding: 14px 18px;
	flex: 1;
	text-align: center;
}

.product-actions__icons {
	display: flex;
	gap: 10px;
}

.product-secondary-links {
	margin-bottom: 20px;
}

.product-secondary-links__catalog {
	font-weight: 600;
	color: #1d4ed8;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.product-info-links {
	/* display: grid; */
	/* grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); */
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}

.product-info-links__item {
	background: #f8fafc;
	border-radius: 12px;
	padding: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 8px;
	color: #0f172a;
	font-weight: 600;
}

.product-info-links__item span {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #00a0e3;
	box-shadow: inset 0 0 0 1px #e2e8f0;
}

.product-spec-preview {
	background: #fff;
	border-radius: 16px;
	padding: 20px;
	box-shadow: 0 15px 30px rgba(15, 23, 42, 0.05);
	margin-bottom: 20px;
}

.product-spec-preview__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
	font-weight: 600;
}

.product-spec-preview__header a {
	font-size: 13px;
	text-transform: uppercase;
	color: #1d4ed8;
}

.product-spec-preview__list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 10px 25px;
	margin: 0;
}

.product-spec-preview__item {
	display: flex;
	flex-direction: column;
	border-bottom: 1px dotted #e2e8f0;
	padding-bottom: 8px;
}

.product-spec-preview__item dt {
	font-size: 12px;
	text-transform: uppercase;
	color: #94a3b8;
	margin-bottom: 4px;
}

.product-spec-preview__item dd {
	margin: 0;
	font-weight: 600;
	color: #0f172a;
}

.product-price-panel--muted {
	background: #f8fafc;
	color: #0f172a;
}

@media (max-width: 991px) {
	.product-page .product-hero-card {
		padding: 20px;
	}

	.product-price-panel__current {
		font-size: 28px;
	}

	.product-actions__cart {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.product-gallery__thumb img {
		width: 54px;
		height: 54px;
	}

	.product-option-grid {
		grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	}
}
