@font-face {
	font-family: 'PRXM';
	src: url('../fonts/prxm-light-webfont.woff2') format('woff2'),
	url('../fonts/prxm-light-webfont.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	
}

@font-face {
	font-family: 'PRXM';
	src: url('../fonts/prxm-regular-webfont.woff2') format('woff2'),
	url('../fonts/prxm-regular-webfont.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	
}

@font-face {
	font-family: 'PRXM';
	src: url('../fonts/prxm-regular-italic-webfont.woff2') format('woff2'),
	url('../fonts/prxm-regular-italic-webfont.woff') format('woff');
	font-weight: 400;
	font-style: italic;
	
}

@font-face {
	font-family: 'PRXM';
	src: url('../fonts/prxm-semibold-webfont.woff2') format('woff2'),
	url('../fonts/prxm-semibold-webfont.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	
}


@font-face {
	font-family: 'PRXM';
	src: url('../fonts/prxm-bold-webfont.woff2') format('woff2'),
	url('../fonts/prxm-bold-webfont.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: none;
	box-shadow: none;
}
:root {
	--primary-color: #058362;
	--primary-color-hover: #037050;
	--secondary-color: #43c3cf;
	--secondary-color-hover: #008d7f;
	--color-orange: #ff9600;
	--color-sky: #00b9e7;
	--color-success: #10b981;
	--color-success-hover: #047857;
	--color-info: #0ea5e9;
	--color-info-hover: #0369a1;
	--color-warning: #c2410c;
	--color-warning-hover: #ea580c;
	--color-danger: #ef4444;
	--color-danger-hover: #b91c1c;
	/*button*/
	--btn-radius: 100px;
	--transition: all 0.3s ease 0s;
	--shadow-color: rgba(0, 0, 0, .1);
	--shadow-top: inset 0 30px 30px -20px rgba(0, 0, 0, .1);
	--shadow-bottom: 0px -10px 20px 0px rgba(0, 0, 0, 0.1)
}

body {
	font-family: "PRXM", sans-serif;
	font-weight: 400;
	color: #666666;
	font-size: 18px;
	line-height: 1.5;
	width: 100%;
	min-width: 360px;
	overflow-x: hidden;
}

/****____UTILITY___ ****/


.wysiwyg img {
	border-radius: 15px;
	margin-bottom: 35px;
	width: 100%;
}

p {
	margin-bottom: 1.6em;
	
}

:focus-visible {
	outline: 0
}

:focus {
	box-shadow: none !important;
	text-decoration: none !important;
}

a {
	color: var(--primary-color);
	outline: none !important;
}

a:hover {
	color: var(--primary-color);
	text-decoration-thickness: 3px;
	text-underline-offset: 6px;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #acacac;
}

ul {
	padding-left: 15px;
	margin-bottom: 1.6em;
}

ul li::marker {
	color: var(--primary-color);
	font-size: 20px;
}

.alert {
	padding: 15px 15px 15px 45px;
	margin-bottom: 20px;
	border: none;
	border-radius: 6px;
	line-height: 1.4;
	font-size: 14px;
	position: relative;
}

.alert i {
	position: absolute;
	top: 16px;
	font-size: 18px;
	left: 15px;
}

.alert-danger {
	color: #fff;
	background-color: var(--color-danger);
}

.alert-success {
	color: #fff;
	background-color: var(--color-success);
}

.alert-success a {
	color: #fff;
	text-decoration: none !important;
	font-weight: bold;
}

.alert.alert-floating {
	position: fixed;
	top: 10px;
	right: 10px;
	width: 350px;
	z-index: 9999;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-shadow: none;
	filter: alpha(opacity=20);
	opacity: 1;
}

.alert.alert-floating .close {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 21px;
	color: #fff;
}

.container {
	width: 100% !important;
	max-width: 1500px !important;
}

.so-page-builder .container {
	overflow: visible !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.text-danger {
	color: var(--color-danger);
	font-size: 13px;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
	color: var(--color-danger);
}

.ui-admin-link {
	display: flex;
	align-items: center;
	justify-content: start;
	border-radius: 100px;
	margin-bottom: 40px;
	padding: 15px 20px;
	border: 1px solid var(--primary-color);
	gap: 15px;
	background-color: #fff;
	text-decoration: none !important;
	color: #666666;
	font-size: 15px;
	width: 100%;
	
}

.ui-admin-link span strong {
	display: block;
	color: var(--primary-color);
	font-weight: 800;
	font-size: 17px;
}

.ui-admin-link i {
	font-size: 26px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	color: #fff;
	background-color: var(--secondary-color);
	flex: 0 0 60px;
}

/****____BUTTON___ ****/
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: 0;
	outline-offset: 0;
}

.btn {
	font-weight: 800;
	border: 2px solid transparent;
	padding: 10px 30px;
	font-size: 14px !important;
	border-radius: var(--btn-radius);
	text-transform: uppercase;
	line-height: 1.1;
	width: fit-content;
}

.rendered-form .btn {
	padding: 10px 30px !important;
	border-radius: var(--btn-radius) !important;
}

.btn-primary {
	color: #fff;
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
	color: #fff;
	background-color: var(--primary-color-hover);
	border-color: var(--primary-color-hover);
}

.btn-secondary {
	color:#fff;
	background-color: var(--secondary-color);
	border-color: var(--secondary-color) !important;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:active:focus {
	color: #fff;
	background-color: var(--secondary-color-hover);
}

/****____TYPOGRAPHY___ ****/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 800;
	color: #242024;
	line-height: 1.4;
	
}

h1, .h1 {
	font-size: clamp(2rem, 5vw, 3rem);
}

h2, .h2 {
	font-size: clamp(1.75rem, 4vw, 2.5rem);
}

h3, .h3 {
	font-size: clamp(1.8rem, 3.5vw, 2.2rem);
}

h4, .h4 {
	font-size: clamp(1.25rem, 3vw, 1.75rem);
}

h5, .h5 {
	font-size: clamp(1rem, 2.5vw, 1.25rem);
}

h6, .h6 {
	font-size: clamp(0.875rem, 2vw, 1rem);
}

.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 21px;
}

.display-1 {
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 30px;
	position: relative;
	margin-top: 0;
	font-weight: 400;
	line-height: 1.4;
	color: var(--secondary-color);
	display: flex;
	align-items: center;
}

.display-1:after {
	content: "";
	flex-grow: 1;
	margin-left: 22px;
	height: 3px;
	flex-basis: 0;
	min-width: 0;
	background: var(--color-sky);
}


.display-2 {
	font-size: 24px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	color: #242024 !important;
	position: relative;
	font-weight: 800;
	margin-bottom: 20px;
	margin-top: 0;
}

.display-2:after {
	content: "";
	flex-grow: 1;
	margin-left: 22px;
	height: 1px;
	flex-basis: 0;
	min-width: 0;
	background: #cccccc;
	
}


/****____TABLE___ ****/
/****____FORMS___ ****/
label {
	font-weight: 800;
}

.rendered-form {
	margin-right: -15px;
	margin-left: -15px;
}

input::-webkit-input-placeholder {
	color: #555555;
	font-weight: 600;
	font-size: 14px;
}

input:-moz-placeholder {
	color: #555555;
	font-weight: 600;
	font-size: 14px;
}

input::-moz-placeholder {
	color: #555555;
	font-weight: 600;
	font-size: 14px;
}

input:-ms-input-placeholder {
	color: #555555;
	font-weight: 600;
	font-size: 14px;
}

div.required .control-label:before {
	content: "* ";
	color: var(--color-danger);
	font-weight: bold;
}

.has-error .form-control {
	border-color: var(--color-danger);
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 30px;
	padding-bottom: 15px;
	font-size: 20px;
	line-height: inherit;
	color: var(--primary-color);
	border: 0;
	font-weight: 700;
	border-bottom: 2px solid var(--primary-color);
}

.form-group {
	margin-bottom: 25px;
}

.form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #666666;
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #f4f4f4;
	border-radius: 6px;
	-webkit-box-shadow: none;
	box-shadow: none;
	
}

.form-control:active, .form-control:focus {
	outline: none;
	outline-offset: 0;
	border-color: var(--primary-color)
}

.input-group-btn .btn {
	padding: 10px 20px;
}

select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3Cstyle%3Esvg%7Bfill:%23058362%7D%3C/style%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E") !important;
	background-position: right .9rem center;
	background-repeat: no-repeat;
	background-size: 1em 1em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	border-radius: 6px !important;
	height: 40px !important;
	background-color: #f4f4f4;
	border: 1px solid #f4f4f4;
}

[multiple], [type=date], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], select, textarea, input {
	appearance: none;
	background-color: #f4f4f4;
	border: 1px solid #f4f4f4;
	padding: 8px 15px;
	width: 100%;
	caret-color: #bbb;
	height: 40px;
	border-radius: 6px;
	box-shadow: none !important
}

[multiple]:disabled, [type=date]:disabled, [type=datetime-local]:disabled, [type=email]:disabled, [type=month]:disabled, [type=number]:disabled, [type=password]:disabled, [type=search]:disabled, [type=tel]:disabled, [type=text]:disabled, [type=time]:disabled, [type=url]:disabled, [type=week]:disabled, select:disabled, textarea:disabled, input:disabled {
	opacity: .35;
	cursor: not-allowed
}

[multiple]:active, [multiple]:focus, [type=date]:active, [type=date]:focus, [type=datetime-local]:active, [type=datetime-local]:focus, [type=email]:active, [type=email]:focus, [type=month]:active, [type=month]:focus, [type=number]:active, [type=number]:focus, [type=password]:active, [type=password]:focus, [type=search]:active, [type=search]:focus, [type=tel]:active, [type=tel]:focus, [type=text]:active, [type=text]:focus, [type=time]:active, [type=time]:focus, [type=url]:active, [type=url]:focus, [type=week]:active, [type=week]:focus, select:active, select:focus, textarea:active, textarea:focus, input:active, input:focus {
	outline: none;
	outline-offset: 0;
	border-color: var(--primary-color);
	border-radius: 6px
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
	outline: none;
	outline-offset: 0
}

input[type=checkbox], input[type=radio] {
	line-height: normal;
	background-color: #f4f4f4;
	border: 1px solid var(--primary-color);
}

input[list]::-webkit-calendar-picker-indicator {
	background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20"%3e%3cpath stroke="%236b7280" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6 8l4 4 4-4"/%3e%3c/svg%3e');
	background-position: right .5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
	color-adjust: exact
}

[type=checkbox], [type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	flex-shrink: 0;
	height: 16px;
	width: 16px;
	color: var(--primary-color);
	border: 1px solid #f4f4f4;
	background-color: #f4f4f4;
	border-radius: 4px
}

[type=checkbox]:checked, [type=radio]:checked {
	border-color: rgba(0, 0, 0, 0);
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat
}

[type=radio] {
	border-radius: 100%
}

[type=checkbox]:checked {
	background-image: url('data:image/svg+xml,%3csvg viewBox="0 0 16 16" fill="white" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0"/%3e%3c/svg%3e')
}

[type=radio]:checked {
	background-image: url('data:image/svg+xml,%3csvg viewBox= "0 0 16 16" fill= "white" xmlns= "http://www.w3.org/2000/svg" %3e%3ccircle cx= "8" cy= "8" r= "3" /%3e%3c/svg%3e')
}

[type=radio]:focus, [type=checkbox]:focus {
	outline: 2px solid #575756;
	outline-offset: 2px;
	border-color: #575756;
	border-radius: 4px
}

[type=radio]:focus {
	border-radius: 100%
}

label {
	font-size: 14px;
	font-weight: 400;
}

.formbuilder-checkbox {
	position: relative
}

.formbuilder-checkbox label {
	font-size: 12px;
	line-height: 1;
	padding-left: 25px;
}

.formbuilder-checkbox input[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
}

/****____PANEL___ ****/
.panel-group .panel {
	
	border-radius: 6px;
}

.panel-group .panel + .panel {
	margin-top: 20px;
}

.panel-default > .panel-heading {
	color: #666666;
	background-color: #f5f5f5;
	border-color: #f5f5f5;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: 1px solid #f5f5f5;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #f5f5f5;
}

.panel-default {
	border-color: #f5f5f5;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 2px solid var(--primary-color);
	border-radius: 6px;
	
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/****____PAGINATION___ ****/

.r2-pagination {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	padding: 0;
	list-style: none;
	font-size: 15px;
	justify-content: center;
	margin-bottom: 10px;
}

.r2-pagination li {
	margin-bottom: 10px;
	margin: 0 3px;
	border: 1px solid #cdcdcd;
	border-radius: 100px;
	vertical-align: middle;
	line-height: 30px;
	transition: all .3s ease 0s
}

.r2-pagination a, .r2-pagination span {
	display: inline-block;
	min-width: 30px;
	min-height: 30px;
	text-align: center;
	color: #666666;
	font-weight: 600;
	transition: all .3s ease 0s;
	text-decoration: none;
}

.r2-pagination i {
	transition: all .3s ease 0s
}

.r2-pagination li.prev, .r2-pagination li.next, .r2-pagination li.first, .r2-pagination li.last {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff
}

.r2-pagination a:hover, .r2-pagination a:focus, .r2-pagination a:active, .r2-pagination li:hover {
	border-color: var(--primary-color);
	color: var(--primary-color);
}

.r2-pagination .active {
	background-color: var(--secondary-color);
	border-color: var(--secondary-color);
}

.r2-pagination .active span {
	color: #fff;
}

.r2-pagination li.first a, .r2-pagination li.prev a, .r2-pagination li.next a, .r2-pagination li.last a {
	color: #fff
}

.r2-pagination li.first:hover, .r2-pagination li.first:focus, .r2-pagination li.first:active, .r2-pagination li.prev:hover, .r2-pagination li.prev:focus, .r2-pagination li.prev:active, .r2-pagination li.next:hover, .r2-pagination li.next:focus, .r2-pagination li.next:active, .r2-pagination li.last:hover, .r2-pagination li.last:focus, .r2-pagination li.last:active {
	background: var(--primary-color);
	border-color: var(--primary-color)
}

/****____BREADCRUMBS___ ****/

#breadcrumb-wrapper {
	margin-bottom: 40px;
	background-color: #ecf9fa;
	
}

#breadcrumb-wrapper .breadcrumb {
	margin: 0;
	padding: 8px 0;
	text-transform: capitalize;
	color: var(--primary-color);
	background-color: rgba(0, 0, 0, 0);
	border-radius: 0;
	overflow: auto;
	font-size: 14px;
	display: flex
}

@media (min-width: 996px) {
	#breadcrumb-wrapper .breadcrumb {
		padding: 14px 0px;
		overflow: hidden;
		justify-content: center;
	}
}

#breadcrumb-wrapper .breadcrumb > li {
	white-space: nowrap
}

#breadcrumb-wrapper .breadcrumb > li + li:before {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	vertical-align: middle;
	color: var(--secondary-color);
}

#breadcrumb-wrapper .breadcrumb li:first-child {
	margin-right: 8px;
}

#breadcrumb-wrapper .breadcrumb li:nth-child(2):before {
	content: none
}

#breadcrumb-wrapper .breadcrumb > li:first-child > a {
	font-size: 0;
	color: var(--primary-color);
}

#breadcrumb-wrapper .breadcrumb > li:first-child > a::after {
	content: "\f015";
	font-family: "Font Awesome 5 Pro";
	font-size: 14px;
	color: var(--secondary-color);
}

#breadcrumb-wrapper a {
	color: var(--primary-color);
	text-decoration: none;
}

#breadcrumb-wrapper a:hover {
	color: var(--primary-color-hover);
}

.hermes__openpharm__eulogo {
	display: block;
	max-width: 200px;
}

#captcha_comment {
	width: auto;
	max-width: none;
	margin-bottom: 0;
}

/****____CATEGORY___ ****/
.grid-box .items-filter {
	padding-top: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #e9e9e9
}

.grid-box .items-filter:last-child {
	border-bottom: none
}

.grid-box .items-filter h2 {
	font-weight: bold;
	color: #555 !important;
	font-size: 22px !important;
	margin: 0 !important
}

.grid-box .items-filter a {
	margin-bottom: 5px;
	display: inline-block
}

.grid-box .items-filter a:hover {
	opacity: .7;
	text-decoration: underline
}

.filter-button-group {
	background-color: var(--secondary-color);
	padding: 10px;
	position: relative;
	border-radius: 6px
}

.filter-button-group .btn-filter {
	border-radius: 4px;
	border: none;
	background-color: var(--secondary-color);
	color: #fff;
	box-shadow: none !important;
	padding: 8px 14px;
	font-weight: bold
}

@media (max-width: 768px) {
	.grid-box .items-filter {
		padding-top: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #e9e9e9
	}
	
	.grid-box .items-filter h2 {
		font-weight: bold;
		color: #555 !important;
		font-size: 22px !important;
		margin: 0 0 10px 0 !important
	}
}

@media (max-width: 1199px) {
	.filter-button-group {
		padding-bottom: 10px
	}
}

.filter-button-group .btn.active, .filter-button-group .category_list ul li a.active, .category_list ul li .filter-button-group a.active, .filter-button-group .coupon-extra .active.btncopy, .coupon-extra .filter-button-group .active.btncopy, .filter-button-group .btn:active, .filter-button-group .category_list ul li a:active, .category_list ul li .filter-button-group a:active, .filter-button-group .coupon-extra .btncopy:active, .coupon-extra .filter-button-group .btncopy:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.filter-button-group .btn.active, .filter-button-group .category_list ul li a.active, .category_list ul li .filter-button-group a.active, .filter-button-group .coupon-extra .active.btncopy, .coupon-extra .filter-button-group .active.btncopy {
	background-color: #fff;
	color: var(--primary-color)
}

.filter-button-group .btn.active:hover, .filter-button-group .category_list ul li a.active:hover, .category_list ul li .filter-button-group a.active:hover, .filter-button-group .coupon-extra .active.btncopy:hover, .coupon-extra .filter-button-group .active.btncopy:hover {
	background-color: #fff;
	color: var(--primary-color)
}

.banner .item a img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	border-radius: 15px;
}

.sidebar-menu {
	margin-bottom: 40px;
}

.sidebar-menu h2 {
	font-size: 24px;
}


.sidebar-menu .list-unstyled li {
	margin-bottom: 20px
}

.sidebar-menu .list-unstyled li span {
	position: relative;
	display: block
}

.sidebar-menu .list-unstyled li:last-child {
	margin-bottom: 0
}

.sidebar-menu .list-unstyled li .toggle {
	position: absolute;
	right: 0;
	font-size: 20px;
	top: 0;
	height: 18px;
	display: flex;
	align-items: center
}

.sidebar-menu .list-unstyled li:last-child {
	margin-bottom: 0;
}

.sidebar-menu .list-unstyled li:last-child ul {
	padding-bottom: 0;
	margin-bottom: 0;
}

.sidebar-menu .list-unstyled li .fa-minus {
	color: var(--primary-color);
	font-weight: bold;
	font-size: 16px;
}

.sidebar-menu .list-unstyled li .fa-minus:before {
	content: "\f056"
}

.sidebar-menu .list-unstyled li .toggle.collapsed .fa-minus:before {
	content: "\f055"
}

.sidebar-menu .list-unstyled li a {
	color: #666666;
	font-size: 15px;
	line-height: 1.2;
	display: block;
	padding-right: 30px;
	text-decoration: none;
}

.sidebar-menu .list-unstyled li.active a {
	color: var(--secondary-color)
}

.sidebar-menu .list-unstyled ul {
	margin-top: 25px;
	margin-bottom: 35px;
	margin-left: 30px;
	border-bottom: none;
	padding-bottom: 0
}

.sidebar-menu .list-unstyled ul li {
	margin-bottom: 15px
}

.sidebar-menu .list-unstyled ul li a {
	color: #666666;
	padding-right: 0
}

.ui-panel {
	margin-bottom: 25px;
}

.ui-panel row {
	align-items: center;
}

.ui-panel .col-lg-4 {
	padding-top: 20px;
	padding-bottom: 20px;
}


.ui-panel i {
	color: var(--primary-color);
	font-size: 33px;
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	border: 3px solid var(--secondary-color);
	border-radius: 16px;
	justify-content: center;
}

.ui-panel h5 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
	color: var(--secondary-color);
}

.ui-panel p {
	
	margin-bottom: 0;
}

.ui-action-contact {
	display: flex;
	align-items: center;
	gap: 20px;
	text-decoration: none !important;
}

.account-account #content, .account-order #content, .account-wishlist #content, .account-edit #content, .account-password #content, .account-address #content, .account-newsletter #content, .account-logout #content, .account-register #content, .account-login #content {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.ui-filter-cat {
	background-color: #edf9fa;
	border-radius: 15px;
	padding: 0 30px;
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.ui-filter-cat {
		border-radius: 100px;
	}
}

.ui-filter-cat .form-group {
	margin-top: 12px;
	margin-bottom: 12px
}

.ui-filter-cat .form-group .input-group-addon {
	background-color: transparent;
	color: #666666;
	border: none;
	text-transform: uppercase;
	width: auto;
	margin: 0;
}

.ui-filter-cat .form-group .form-control {
	background-color: #fff;
	height: 30px !important;
	color: var(--primary-color);
	border-color: var(--primary-color);
	border-radius: 100px !important;
	width: auto;
	padding-right: 20px;
	min-width: 60px;
}

@media (min-width: 992px) {
	.ui-filter-cat .form-group.input-group {
		display: flex;
		align-items: center;
		justify-content: end;
	}
}

/****____PRODUCT CARD___ ****/
.product-thumb {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	margin-bottom: 50px;
	transition: 0.3s;
	background-color: #fff;
	padding: 1px;
	
}

.product-thumb:before {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: #DEDEDE;
	background: -webkit-linear-gradient(0deg, rgba(222, 222, 222, 1) 0%, rgba(255, 255, 255, 1) 80%);
	background: -moz-linear-gradient(0deg, rgba(222, 222, 222, 1) 0%, rgba(255, 255, 255, 1) 80%);
	background: linear-gradient(0deg, rgba(222, 222, 222, 1) 0%, rgba(255, 255, 255, 1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(
			startColorstr="#DEDEDE",
			endColorstr="#FFFFFF",
			GradientType=0
	);
}

.product-thumb .image {
	overflow: hidden;
	position: relative;
	z-index: 1;
	background-color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.product-thumb .image img {
	display: block;
	width: 100%;
	height: auto;
	transition: 0.3s;
	padding: 20px 20px;
}

.product-thumb-content {
	position: relative;
	z-index: 1;
	background-color: #fff;
	
}

.product-thumb-content .caption {
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.product-thumb-content .button-group .btn {
	width: calc(100% + 2px);
	left: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	position: relative;
	bottom: -1px;
}

.product-thumb .caption h4 {
	margin: 0
}

.product-thumb .caption h4 a {
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	line-height: 20px;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 41px;
	text-decoration: none;
	text-transform: uppercase;
}

.product-thumb:hover {
	transform: translateY(-10px);
}

.product-thumb:hover .image img {
	transform: scale(1.02);
}

.product-thumb .image .sale {
	font-weight: 800;
	font-size: 15px;
	background-color: var(--secondary-color);
	color: #fff;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	width: 65px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-left-radius: 10px;
}

.price {
	color: var(--secondary-color);
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0;
	font-weight: 800;
	min-height: 30px;
	display: flex;
	align-items: baseline;
	
}

.price-new {
	color: var(--secondary-color);
	font-size: 24px;
	font-weight: bold;
}

.price-old {
	font-weight: 400;
	text-decoration: line-through;
	margin-left: 10px;
	font-size: 18px;
	color: #999;
	font-weight: 400;
}

.product-thumb .price {
	margin-top: 7px;
	margin-bottom: 10px;
}

.blog_item {
	margin-bottom: 45px;
	position: relative;
	overflow: hidden;
	transition: 0.3s;
	
}

.blog_item .image {
	overflow: hidden;
	position: relative;
	border-radius: 15px;
}

.blog_item .image img {
	display: block;
	width: 100%;
	height: auto;
	transition: 0.3s;
}

.blog_item:hover {
	transform: translateY(-10px);
}

.blog_item:hover .image img {
	transform: scale(1.02);
}

.blog_stats {
	font-weight: 800;
	font-size: 15px;
	background-color: var(--secondary-color);
	color: #fff;
	padding: 0 25px;
	margin-top: 20px;
	height: 35px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-top-left-radius: 10px;
	min-width: 130px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.blog_item .summary h3 {
	margin: 0;
	margin-bottom: 20px;
}

.blog_item .summary h3 a {
	font-size: 25px;
	text-align: left;
	font-weight: 800;
	line-height: 29px;
	color: #000;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 60px;
	text-decoration: none;
}

.blog_item .summary p {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 105px;
}

.blog_item .btn {
	color: #fff !important;
	text-decoration: none !important;
}

.blog_min:hover {
	transform: translateY(0)
}

.blog_min .summary h3 {
	margin-bottom: 10px;
}

.blog_min .summary p {
	-webkit-line-clamp: 3;
	height: 84px;
	margin-bottom: 0;
}

.blog_min .summary h3 a {
	font-size: 20px;
	line-height: 1;
	height: 40px;
}

.blog_min .read-more a {
	font-weight: 800;
	display: block;
	margin-top: 5px;
	text-transform: uppercase;
	font-size: 15px;
}

.blog-module-latest {
	margin-bottom: 40px;
}

.ui-brand-carusel {
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	.blog_min {
		display: flex !important;
		
	}
	
	.blog_min .image, .blog_min .summary {
		width: 50%;
	}
	
	.blog_min .image {
		height: auto;
	}
	
	.blog_min .image img {
		object-fit: cover;
		height: 100%;
		width: 100%;
		object-position: center;
	}
	
	.blog_min .summary {
		padding-left: 25px;
	}
	
	.blog_min .blog_stats {
		margin-top: 0;
		margin-bottom: 20px;
	}
}

.blog_post .main_thumb img {
	display: block;
	border-radius: 15px;
	margin-bottom: 0;
	height: auto;
	width: 100%;
}

.blog_post h1 {
	margin-top: 0;
}

.blog_post .h2, .blog_post .h3, .blog_post .h4, .blog_post .h5, .blog_post .h6, .blog_post h2, .blog_post h3, .blog_post h4, .blog_post h5, .blog_post h6 {
	color: var(--secondary-color);
}

/****____MULTIPLE-FEATURED___ ****/
.multiple-featured {
	position: relative;
}

.multiple-featured h2, .modules-tab-left-section h2 {
	font-size: 24px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	color: #242024;
	position: relative;
	font-weight: 800;
	margin-bottom: 26px;
	margin-top: 0;
}

.multiple-featured h2:after, .modules-tab-left-section h2:after {
	content: "";
	flex-grow: 1;
	margin-left: 22px;
	height: 1px;
	flex-basis: 0;
	min-width: 0;
	background: #cccccc;
	
}

@media (max-width: 997px) {
	.multiple-featured h2, .modules-tab-left-section h2 {
		font-size: 22px;
	}
	
	.multiple-featured .slick-arrow {
		display: none !important;
	}
	
	.multiple-featured .product-thumb {
		margin-bottom: 0;
	}
	
	.multiple-featured {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	
	.multiple-featured .slick-dots {
		
		bottom: -40px;
	}
}

@media (min-width: 998px) {
	.multiple-featured .slick-arrow {
		transform: translate(0);
		top: -63px;
		background: #fff;
		width: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		height: 40px;
		text-decoration: none !important;
	}
	
	.multiple-featured .slick-arrow-prev {
		left: auto;
		right: 40px;
	}
	
	.multiple-featured .slick-dots {
		display: none !important;
	}
}

/* carousel */
.slick-slide img {
	margin: 0 auto;
}

.slick-dots {
	display: block;
	opacity: 1;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	transition: all 0.3s ease 0s;
}

@media (max-width: 768px) {
	.slick-dots {
		display: none;
	}
}

.slick-slider:hover .slick-dots {
	opacity: 1;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 2px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	display: block;
	cursor: pointer;
	outline: none;
	padding: 5px;
	border: 0;
	background: transparent;
	font-size: 0;
	line-height: 0;
	color: transparent;
}

.slick-dots li button::before {
	content: "";
	display: block;
	opacity: 0.5;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #dbdbdb;
	font-size: 0;
	line-height: 0;
}

.slick-dots li.slick-active button::before {
	opacity: 1;
	background-color: var(--primary-color);
}

.slick-arrow {
	cursor: pointer;
	position: absolute;
	top: 50%;
	z-index: 2;
	transition: all 0.15s ease 0s;
	width: 40px;
	height: 40px;
	border-radius: 0;
	border: none;
	color: var(--primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px !important;
}

.slick-arrow:hover {
	color: var(--primary-color-hover);
	text-decoration: none !important;
}

.slick-arrow-prev {
	left: 0;
	transform: translate(50%, -50%);
}

.slick-arrow-next.fa-chevron-right:before {
	content: "\f138";
}

.slick-arrow-prev.fa-chevron-left:before {
	content: "\f137";
}

.slick-arrow-next {
	right: 0;
	transform: translate(-50%, -50%);
}

.slideshow-home #slideshow0 {
	
	overflow: hidden;
}

.slideshow-home #slideshow0 img, .slideshow-home #slideshow1 img {
	display: block;
	width: 100%;
}

.slideshow-home #slideshow0 .slick-dots, .slideshow-home #slideshow1 .slick-dots {
	bottom: 7px;
	
}

@media (max-width: 997px) {
	.slideshow-home #slideshow0 {
		display: none;
	}
}

.slideshow-home #slideshow1 {
	
	padding-bottom: 45px;
}

@media (min-width: 997px) {
	.slideshow-home #slideshow1 {
		display: none;
	}
}

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

.thumbnails .thumbnail {
	border-radius: 15px;
	position: relative;
	background-color: #fff;
	padding: 1px;
	overflow: hidden;
	border: none;
}

.thumbnails .thumbnail:before {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: #DEDEDE;
	background: -webkit-linear-gradient(0deg, rgba(222, 222, 222, 1) 0%, rgba(255, 255, 255, 1) 90%);
	background: -moz-linear-gradient(0deg, rgba(222, 222, 222, 1) 0%, rgba(255, 255, 255, 1) 90%);
	background: linear-gradient(0deg, rgba(222, 222, 222, 1) 0%, rgba(255, 255, 255, 1) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DEDEDE", endColorstr="#FFFFFF", GradientType=0);
}

.thumbnails .thumbnail:after {
	content: '';
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	top: 1px;
	left: 1px;
	position: absolute;
	background-color: #fff;
	border-radius: 15px;
}

.thumbnails .thumbnail img {
	padding: 30px;
	position: relative;
	z-index: 5;
}

.image-additional .thumbnail img {
	padding: 5px;
}

.image-additional .thumbnail {
	border-radius: 10px;
}

.thumbnails .image-additional .thumbnail:after {
	
	border-radius: 10px;
}

.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-right: 10px;
}

.slick-slider .product-thumb:hover {
	transform: translateY(0);
}

.list-product-logo {
	position: absolute;
	z-index: 1;
	left: 15px;
	bottom: 15px;
}

.btn-wishlist {
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 10;
	border: none;
	border-radius: 0;
	display: flex;
	padding: 0;
	font-size: 27px;
	background: transparent !important;
	color: var(--primary-color);
	gap: 5px;
}

.btn-wishlist .fa-plus {
	font-size: 19px;
}

.ui-stock {
	display: inline-flex;
	color: #338c42;
	text-transform: uppercase;
	align-items: center;
	gap: 5px;
	line-height: 1;
	top: -2px;
	position: relative;
}

.ui-stock:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 100px;
	background-color: #338c42;
}

.bx-info-pd-image a {
	color: #666666;
}

.product-manufacturer-pd {
	border-radius: 10px;
	border: 1px solid #cccccc;
	overflow: hidden;
	width: fit-content;
}

.product-manufacturer-pd img {
	display: block;
	width: auto;
	height: auto;
}

@media (min-width: 1200px) {
	.bx-info-pd-image {
		display: flex;
		align-items: center;
		gap: 15px;
		width: 100%;
		margin-bottom: 30px;
		justify-content: space-between;
	}
	
	.bx-info-pd-image ul {
		margin-bottom: 0;
	}
}

.ui-info-coupon {
	margin-bottom: 30px;
	border-radius: 15px;
	position: relative;
	background-color: #fff;
	padding: 1px;
	margin-top: 30px;
	overflow: hidden;
}

.ui-info-coupon:before {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: #DEDEDE;
	background: -webkit-linear-gradient(0deg, rgba(222, 222, 222, 1) 0%, rgba(255, 255, 255, 1) 90%);
	background: -moz-linear-gradient(0deg, rgba(222, 222, 222, 1) 0%, rgba(255, 255, 255, 1) 90%);
	background: linear-gradient(0deg, rgba(222, 222, 222, 1) 0%, rgba(255, 255, 255, 1) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DEDEDE", endColorstr="#FFFFFF", GradientType=0);
}

.ui-info-coupon-header {
	color: #fff;
	padding: 10px 25px;
	width: calc(100% + 2px);
	position: relative;
	left: -1px;
	background-color: var(--primary-color);
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 800;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

.ui-info-coupon-content {
	position: relative;
	background-color: #fff;
	font-size: 15px;
	padding: 15px 25px 0 25px;
}

.ui-info-coupon-ft {
	position: relative;
	background-color: #fff;
	padding: 15px 25px 25px 25px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.ui-info-coupon-ft span {
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	margin-top: 5px;
}

@media (min-width: 1200px) {
	.ui-info-coupon-ft {
		display: flex;
		align-items: end;
		justify-content: space-between;
	}
	
	.ui-info-coupon-ft span {
		margin-top: 0
	}
}

.card-pd-action {
	margin-bottom: 30px;
	border-radius: 15px;
	position: relative;
	background-color: #fff;
	padding: 1px;
	
}

.card-pd-action:before {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: #DEDEDE;
	border-radius: 15px;
	background: -webkit-linear-gradient(0deg, rgba(222, 222, 222, 1) 0%, rgba(255, 255, 255, 1) 90%);
	background: -moz-linear-gradient(0deg, rgba(222, 222, 222, 1) 0%, rgba(255, 255, 255, 1) 90%);
	background: linear-gradient(0deg, rgba(222, 222, 222, 1) 0%, rgba(255, 255, 255, 1) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DEDEDE", endColorstr="#FFFFFF", GradientType=0);
}

.card-pd-action-header {
	background-color: #ecf9fa;
	width: calc(100% + 2px);
	position: relative;
	left: -1px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 800;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	color: #000;
	overflow: hidden;
}

.saleDiscountPercentage {
	background-color: var(--secondary-color);
	color: #fff;
	padding: 10px 25px;
	display: inline-block;
}

.saleDiscountValue {
	padding: 10px 25px;
	display: inline-block;
}

.card-pd-action-price {
	padding: 10px 25px;
	background-color: #fff;
	position: relative;
}

@media (min-width: 1450px) {
	.card-pd-action-price {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
	}
}

.card-pd-action-price ul {
	display: flex;
	margin: 0;
	padding: 0;
	align-items: baseline;
	gap: 15px;
	color: #aaaaaa;
	font-size: 24px;
}

.card-pd-action-price ul h2 {
	margin: 0;
	color: var(--secondary-color);
	font-size: 36px;
}

.omnibus-price {
	text-decoration: none !important;
	font-size: 14px !important;
	color: var(--primary-color) !important;
	text-transform: uppercase !important;
	cursor: pointer !important;
	border: 2px solid var(--primary-color) !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 6px !important;
	border-radius: 35px !important;
	padding: 8px 20px !important;
	font-weight: 800;
}

.omnibus-price i {
	color: var(--secondary-color) !important;
	font-size: 18px;
}

.card-pd-action-add-btn {
	padding: 10px 25px;
	background-color: #fff;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 15px;
	flex-wrap: wrap;
}

.btn-number-box {
	text-align: center;
}

.btn-number {
	display: flex;
	background: #fff;
	border: 1px solid var(--secondary-color);
	border-radius: 100px;
	overflow: hidden;
	height: 40px;
	position: relative;
	width: 120px;
}

.btn-number [type=text] {
	font-weight: 800;
	font-size: 15px;
	background: #fff;
	text-align: center;
	border: none !important;
	height: 40px;
}

.btn-number #minus, .btn-number #plus {
	border: none !important;
	background-color: transparent;
!important;
	color: var(--primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
}

.btn-number #minus i, .btn-number #plus i {
	width: 18px;
	height: 18px;
	color: #fff;
	background-color: var(--primary-color);
	border-radius: 100px;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#button-cart {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

#button-cart i {
	font-size: 20px;
}

.customerCareBlock {
	display: flex;
	gap: 20px;
	padding: 25px 25px 0;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background-color: #fff;
	position: relative;
}

.customerCareBlock i {
	color: var(--secondary-color);
	font-size: 30px;
}

.textCustomerCare {
	padding-top: 5px;
}

.textCustomerCare h3 {
	font-size: 16px;
	margin-top: 0;
	color: var(--primary-color);
	margin-bottom: 5px;
}

.textCustomerCare p {
	margin-bottom: 25px;
	font-size: 15px;
}

.ui-line-pd {
	height: 1px;
	background-color: #cccccc;
	width: calc(100% - 50px);
	margin-left: 25px;
	margin-top: 25px;
}

.card-pd-action-add-btn .btn-success {
	background: transparent;
	border-radius: 0;
	padding: 0;
	color: var(--primary-color);
	display: flex;
	gap: 5px;
	border: none;
}

.card-pd-action-add-btn .btn-success i {
	color: var(--secondary-color);
	font-size: 18px;
}

.footer-main-credits {
	background-color: #037050;
	padding-top: 25px;
	color: #fff;
	font-size: 14px;
}

.footer-main-credits a {
	color: #fff;
}

.footer-main-credits .payment-method {
	padding-bottom: 25px;
}

.payment-method img {
	display: inline-block;
	margin-right: 5px;
	background-color: #fff;
	border-radius: 3px;
	padding: 3px;
	margin-top: 4px;
}

@media (min-width: 996px) {
	.payment-method img {
		margin-right: 0;
		margin-top: 0px;
		margin-left: 2px;
	}
	
	.footer-main-credits .payments-ft.payment-method {
		text-align: right;
	}
	
	.footer-credits .row {
		display: flex;
		align-items: center;
	}
}

.ui-footer {
	background-color: var(--primary-color);
	color: #fff;
	padding: 50px 0;
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}

.ui-footer:before {
	content: "";
	width: 100%;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: -moz-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
	opacity: .4;
}

.ui-footer .list-unstyled li {
	display: block;
	margin-bottom: 6px;
}

.ui-footer .list-unstyled li a {
	position: relative;
	font-size: 15px;
	color: #fff;
	font-weight: 600;
}

.ui-footer h5 {
	font-size: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	margin-top: 0;
	color: #fff;
	
}

@media (min-width: 996px) {
	.ui-footer {
		margin-top: 50px;
		padding: 80px 0 60px 0;
	}
}

.ui-social {
	margin-top: 25px;
	display: flex;
	align-items: center;
}

.ui-social strong {
	margin-right: 10px;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
}

.ui-social a {
	color: #000;
	display: inline-flex;
	font-size: 18px;
	width: 30px;
	align-items: center;
	text-decoration: none;
}

.info-ft {
	padding: 0;
	color: #fff;
	margin: 0;
	list-style: none;
	margin-top: 35px;
	margin-bottom: 30px;
}

.info-ft li {
	margin-bottom: 9px;
}

.info-ft li a {
	color: #fff;
	display: flex;
	gap: 15px;
	align-items: center;
	padding: 3px 0;
	text-decoration: none !important;
	font-size: 15px;
}

.info-ft li a i {
	color: #000;
	font-size: 18px;
}

.PA_popover-title {
	padding: 8px 5px;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3em;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
	background: var(--primary-color);
	color: #fff;
	text-align: center;
}

.PA_popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-bottom-color: #088362;
	border-top-width: 0;
	content: " ";
}

[class*=product-product-] .ui-footer {
	margin-top: 0;
}

.modules-tab-header h2 {
	font-size: 24px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	color: #242024;
	position: relative;
	font-weight: 800;
	margin-bottom: 20px;
	margin-top: 0;
	width: 100%;
}

.modules-tab-header h2:after {
	content: "";
	flex-grow: 1;
	margin-left: 22px;
	height: 1px;
	flex-basis: 0;
	min-width: 0;
	background: #cccccc;
	
}

.modules-tab-header .nav-tabs > li.active > a.modules-tab-header, .nav-tabs > li.active > a:focus, .modules-tab-header .nav-tabs > li.active > a:hover {
	color: #888888;
	cursor: default;
	background-color: #fff;
	border: none !important;
	border-bottom-color: transparent;
}

@media (min-width: 998px) {
	.modules-tab-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.modules-tab-header .nav-tabs {
		position: relative;
		right: 70px;
		margin-top: -22px;
		margin-bottom: 0 !important;
		display: flex;
		justify-content: end;
		width: fit-content !important;
	}
	
	.modules-tab-header .nav-tabs > li:first-child > a {
		padding-left: 30px;
	}
}

@media (max-width: 997px) {
	.modules-tab-header h2 {
		font-size: 22px;
	}
}

.modules-tab-header .nav-tabs {
	border-bottom: none;
	width: 100%;
	margin-bottom: 20px;
}

.modules-tab-header .nav-tabs > li > a {
	margin-right: 0;
	line-height: 1.42857143;
	border: none;
	color: #888888;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 700;
	padding: 5px 15px;
	text-transform: uppercase;
	white-space: nowrap;
	background-color: #fff;
}

.modules-tab .tab-content > .tab-pane {
	padding-top: 0
}

.modules-tab-header .nav-tabs > li.active > a {
	color: var(--secondary-color) !important
}

@media (max-width: 997px) {
	.modules-tab-header .nav-tabs > li > a {
		margin-right: 5px;
		background-color: var(--primary-color) !important;
		color: #fff !important;
		border-radius: 5px;
		font-size: 15px;
		text-transform: inherit;
		margin-bottom: 5px;
	}
	
	.modules-tab-header .nav-tabs > li.active > a {
		background-color: var(--secondary-color) !important;
		color: #fff !important;
	}
}

.modules-tab {
	margin-bottom: 30px;
	margin-top: 20px;
}

@media (min-width: 997px) {
	.modules-tab {
		margin-bottom: 20px;
		margin-top: 60px;
	}
}

.section-home-bg {
	background-color: #ecf9fa;
	padding-top: 40px;
}

.section-home-bg .multiple-featured .slick-arrow {
	background: #ecf9fa;
}

@media (min-width: 997px) {
	.section-home-bg {
		margin-top: 40px;
		padding-top: 80px;
		padding-bottom: 20px;
	}
	
	.section-home-bg .multiple-featured {
		margin-bottom: 30px
	}
}

.multiple-counter .product-thumb {
	margin-bottom: 0;
}

.countdown {
	display: flex;
	gap: 5px;
	height: 37px;
	align-items: center;
	background-color: #fff;
	color: #4b4b4b;
	font-size: 12px;
	border: 2px solid var(--primary-color);
	padding: 0 20px;
	border-radius: 100px;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.countdown-title {
	text-transform: uppercase;
	margin-right: 10px;
}

.ui-counter {
	font-size: 16px;
	font-weight: 800;
	color: var(--primary-color);
}

.ui-counter span:first-child {
	min-width: 20px;
	display: inline-block;
}

@media (min-width: 998px) {
	.multiple-counter {
		margin-top: 30px;
	}
	
	.multiple-counter .product-thumb {
		margin-bottom: 30px;
	}
	
	.countdown {
		position: absolute;
		z-index: 10;
		right: 88px;
		top: -2px;
		margin-bottom: 0;
	}
	
	.countdown:before {
		content: '';
		position: absolute;
		width: 38px;
		background-color: #fff;
		height: 100%;
		top: 0;
		left: -40px;
		
	}
	
	.countdown:after {
		content: '';
		position: absolute;
		width: 20px;
		background-color: #fff;
		height: 100%;
		top: 0;
		right: -22px;
		
	}
}

.row-newsletter {
	margin-top: 30px;
}

.ui-banner-ns {
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
	border-radius: 15px;
	
}

.ui-banner-ns img {
	display: block;
	width: auto;
	height: auto;
	margin: auto;
	max-width: 100%;
}

@media (min-width: 998px) {
	.row-newsletter {
		margin-top: 65px;
		margin-bottom: 25px;
	}
}

.ui-newsletter-image {
	display: none;
}

.img-nw-mobile {
	display: block;
	width: 100%;
}

.ui-newsletter {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 30px;
	border: 2px solid var(--primary-color);
}

.ui-newsletter form {
	padding-top: 20px;
	position: relative;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.ui-newsletter-title {
	font-size: 38px;
	font-weight: 400;
	color: #000;
	line-height: 1;
	text-transform: uppercase;
}

.ui-newsletter-title strong { font-weight: 800;
	font-size: 48px;
	color: var(--primary-color);
}

.ui-newsletter-desc {
	font-size: 17px;
	margin-top: 15px;
}

.ui-newsletter-desc strong {
	color: #000
}

.col-newsletter .form-group {
	display: flex;
	background-color: #fff;
	height: 45px;
	border-radius: 100px;
	overflow: hidden;
	position: relative;
	margin-top: 18px;
}

.col-newsletter .form-group:before {
	background: var(--primary-color);
	background: linear-gradient(138deg, rgba(67, 195, 207, 1) 0%, rgba(5, 131, 98, 1) 100%);
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.col-newsletter .form-control {
	position: relative;
	border-radius: 100px;
	top: 2px;
	left: 2px;
	height: 41px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background: #fff;
	padding-left: 20px;
	border: none !important;
}

.col-newsletter .btn {
	position: relative;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding: 0;
	height: 45px;
	top: 0;
	font-size: 22px !important;
	background: var(--primary-color);
	color: #fff !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	font-weight: bold;
}

.input-privacy {
	position: relative;
}

.input-privacy input[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
}

.input-privacy label {
	font-size: 12px;
	line-height: 1;
	padding-left: 25px;
}

@media (min-width: 998px) {
	.ui-newsletter {
		border: none
	}
	
	.ui-newsletter form {
		padding-top: 80px;
	}
	
	.img-nw-mobile {
		display: none;
		
	}
	
	.ui-newsletter-image {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: block;
		
	}
	
	.ui-newsletter-image img {
		object-fit: cover;
		object-position: center;
		width: 100%;
		height: 100%;
	}
	
	.ui-newsletter form {
		height: 447px;
		position: relative;
		max-width: 430px;
		padding: 0;
		padding-left: 60px;
		display: flex;
		align-items: center;
	}
}

@media (min-width: 1200px) {
	.ui-nav-hd {
		border-bottom: 3px solid var(--primary-color);
		border-top: 1px solid #dddddd;
		position: relative;
		
	}
	
	.r2-mainmenu .megamenu {
		justify-content: space-between;
	
	}
	
	.r2-mainmenu .megamenu > li {
		flex-grow: 1;
		display: flex;
	}
	
	.r2-mainmenu .megamenu > li > a {
		--raw-min-width: 1200;
		--raw-max-width: 1400;
		--min-width: calc(var(--raw-min-width) * 1px);
		--max-width: calc(var(--raw-max-width) * 1px);
		--raw-min-font-size: 10;
		--raw-max-font-size: 13;
		--min-font-size: calc(var(--raw-min-font-size) * 1px);
		--max-font-size: calc(var(--raw-max-font-size) * 1px);
		justify-content: center;
		height: 100%;
		padding: 10px 15px;
		font-size: 13px;
		line-height: 1.3;
		text-align: center;
		text-transform: uppercase;
		color: #666666;
		font-weight: 600;
		position: relative;
	}
	
	.r2-mainmenu .megamenu > li > a:after {
		content: '';
		width: 1px;
		position: absolute;
		height: 25px;
		right: 0;
		top: 18px;
		background-color: #cccccc;
	}

	.r2-mainmenu .megamenu > li > a:before {
		display: inline-block;
		position: absolute;
		bottom: -3px;
		right: calc(50% - 15px);
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 10px 12px 10px;
		border-color: transparent transparent var(--secondary-color) transparent;
		transform: translateX(-50%);
		transition: opacity 0.3s ease 0s;
		opacity: 0;
	}
	.r2-mainmenu .megamenu .dropdown:hover a:before{
		opacity: 1;
	}
	
	.r2-mainmenu .megamenu > li:last-child a:after {
		content: none !important;
	}
	
	.r2-mainmenu .megamenu > li .dropdown-toggle .caret {
		display: none
	}
	
	.r2-mainmenu .megamenu > li:nth-child(5) > .dropdown-menu, .r2-mainmenu .megamenu > li:nth-child(6) > .dropdown-menu, .r2-mainmenu .megamenu > li:nth-child(7) > .dropdown-menu, .r2-mainmenu .megamenu > li:nth-child(8) > .dropdown-menu {
		left: 50%;
		transform: translateX(-50%)
	}
	
	.r2-mainmenu .megamenu > li:nth-child(9) > .dropdown-menu, .r2-mainmenu .megamenu > li:nth-child(10) > .dropdown-menu, .r2-mainmenu .megamenu > li:nth-child(11) > .dropdown-menu, .r2-mainmenu .megamenu > li:nth-child(12) > .dropdown-menu {
		left: auto;
		right: 0
	}
	
	.r2-mainmenu .dropdown-menu > ul > li {
		padding: 0 5px 20px
	}
	
	.r2-mainmenu .dropdown-menu > ul > li > a {
		padding: 0px;
		font-size: 16px;
		font-weight: 800;
		color: var(--primary-color);
		text-decoration: none;
		line-height: 1.1;
		text-transform: uppercase;
	}
	
	.r2-mainmenu .dropdown-menu > ul > li > a:hover, .r2-mainmenu .dropdown-menu > ul > li > a:active, .r2-mainmenu .dropdown-menu > ul > li > a:focus {
		background: rgba(0, 0, 0, 0);
		color: var(--primary-color);
	}
	
	.r2-mainmenu .dropdown > .dropdown-menu > ul > li > a::after {
		content: "";
		display: block;
		width: 0;
		border-bottom: 1px solid var(--secondary-color);;
		padding-bottom: 5px;
		font-size: 0;
		transition: width .3s ease 0s
	}
	
	.r2-mainmenu .dropdown > .dropdown-menu > ul > li > a:hover::after, .r2-mainmenu .dropdown > .dropdown-menu > ul > li > a:active::after, .r2-mainmenu .dropdown > .dropdown-menu > ul > li > a:focus::after {
		width: 100%
	}
	
	.r2-mainmenu .dropdown-submenu .dropdown-menu > ul > li {
		padding: 0px
	}
	
	.r2-mainmenu .dropdown-submenu .dropdown-menu > ul > li > a {
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 14px;
		line-height: 1.5;
		font-weight: 400;
		text-transform: none;
		color: #666;
		display: inline-block;
		font-weight: 400;
	}
	
	.r2-mainmenu .dropdown-submenu .dropdown-menu > ul > li > a:hover, .r2-mainmenu .dropdown-submenu .dropdown-menu > ul > li > a:active, .r2-mainmenu .dropdown-submenu .dropdown-menu > ul > li > a:focus {
		color: var(--primary-color)
	}
	
	.megamenu .dropdown-menu.level1 > ul {
		column-count: 4;
		column-fill: balance;
		column-gap: 0
	}
	
	.megamenu .dropdown-menu.level1 > ul.children1 {
		column-count: 2
	}
	
	.megamenu .dropdown-menu.level1 > ul.children2 {
		column-count: 2
	}
	
	.megamenu .dropdown-menu.level1 > ul.children3 {
		column-count: 3
	}
	
	.megamenu .dropdown-menu.level1 > ul > li {
		display: inline-block;
		width: 250px
	}
	
	.megamenu .dropdown-menu.level1 > ul > li.dropdown-submenu > a > .caret {
		display: none
	}
	
	.megamenu .dropdown-menu.level2 {
		display: block;
		position: static;
		float: none;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		border: 0;
		margin: 0;
		padding: 0;
		box-shadow: none;
		margin-top: 8px;
	}
	
	.r2-mainmenu .dropdown-menu {
		padding: 25px 6px 20px 6px;
		border: 0;
		border-top: 3px solid var(--secondary-color);
		
	}
	
	.ui-btn-nav {
		position: relative;
		background-color: var(--secondary-color);
		border-radius: 100px 0 0 100px;
	}
	
	.ui-nav-hd .container:before {
		content: '';
		position: absolute;
		background-color: var(--secondary-color);
		width: 100%;
		height: 100%;
		top: 0;
		left: calc(50% + 735px);
	}
	
	.ui-btn-nav a {
		position: relative;
		background-color: var(--secondary-color) !important;
		border-radius: 100px 0 0 100px;
		color: #fff !important;
	}
	
	.ui-btn-nav a:hover {
		color: rgba(255, 255, 255, .8) !important
	}
	
	.remove-after a:after {
		content: none !important;
	}
}

@media (max-width: 1199px) {
	#r2-close-side-menu, .r2-mainmenu, .r2-mainmenu .megamenu li a, .r2-mainmenu .megamenu li.open a {
		background: #fff !important;
	}
	
	.r2-mainmenu .megamenu li a:focus, .r2-mainmenu .megamenu li a:active, .r2-mainmenu .megamenu li a:hover, .r2-mainmenu .megamenu li.open a:focus, .r2-mainmenu .megamenu li.open a:active, .r2-mainmenu .megamenu li.open a:hover {
		background: var(--primary-color);
	}
	
	.r2-mainmenu .megamenu .open > .dropdown-menu {
		border-left: 10px solid var(--primary-color);
	}
	
	.r2-mainmenu .megamenu li a, .r2-mainmenu .megamenu li.open a {
		color: var(--primary-color);
	}
	
	#r2-close-side-menu {
		background-color: var(--primary-color) !important;
	}
}

.nav > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
	background-color: #fff;
}

.dropdown-menu {
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #fff;
	border-radius: 0 0 15px 15px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.intro-top {
	color: #fff;
	background-color: var(--primary-color);
	text-align: center;
	line-height: 1;
	font-size: 15px;
	text-transform: uppercase;
	padding: 12px 15px;
}
.intro-top i{
	font-size: 18px;
	margin-left: 3px;
}
#logo img{
	max-width: 270px;
	width: 100%;
}
#search{
	display: flex;
	height: 50px;
	border: 2px solid var(--primary-color);
	width: 100%;
	border-radius: 100px;
	overflow: hidden;
	align-items: center;
	padding-left: 15px;
}
#search i{
	color: var(--secondary-color);
}
#search input{
	height: 50px;
	background-color: #fff;
	border: none!important;
	border-radius: 0!important;
}
#search input::-webkit-input-placeholder {
	font-style: italic;
	color:#999999;
}

#search input:-moz-placeholder {
	font-style: italic;
	color:#999999;
}

#search input::-moz-placeholder {
	font-style: italic;
	color:#999999;
}

#search input:-ms-input-placeholder {
	font-style: italic;
	color:#999999;
}
#search button{
	height: 50px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	border: none;
	background: #fff;
}
@media (max-width: 991px) {
	#logo img{
		max-width: 270px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-top: 10px;
	}

}
@media (min-width: 992px) {
	#search{
		border-radius: 0;
		position: relative;
		overflow: visible;
		border:2px solid var(--secondary-color);
		z-index: 10;
	}
	#search input{
		height: 46px;
	}
	#search button {
		height: 46px;
	}
	
	}
@media (min-width: 1200px) {
	.ui-nav-point-right {
		display: flex;
		align-items: center;
		gap: 25px;
		position: absolute;
		left: 0;
		bottom: 25px;
	}
	
	.ui-nav-point-left {
		display: flex;
		align-items: center;
		gap: 20px;
		width: fit-content;
	}
}

.ui-nav-point{
	position: relative;
}

.ui-btn-nav-user {
	display: flex;
	align-items: center;
	border: none !important;
	background-color: transparent !important;
	text-decoration: none !important;
	padding: 0;
	cursor: pointer;
	font-weight: 400;
}

.ui-btn-nav-user i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 43px;
	height: 43px;
	background-color: #fff;
	font-size: 26px;
	color: var(--secondary-color);
}


.ui-btn-nav-user span {
	font-size: 14px;
	line-height: 16px;
	color: #666666;
	font-weight: 700;
	text-align: left;
	white-space: nowrap;
	text-transform: initial;
}

.ui-btn-nav-txt {
	color: var(--primary-color) !important;
	display: block;
	text-transform: uppercase;
	font-weight: bold !important;
	font-weight: 800;
}

.r2-open-side-menu.ui-btn-nav i {
	background-color: var(--primary-color) !important;
	color: #fff !important;
}
.ui-btn-nav-dp{
	background: var(--primary-color);
	color: #fff;
	border: none;
	border-radius: 6px;
	display: flex;
	height: 50px;
	width: 50px;
	align-items: center;
	justify-content: center;
	font-size: 24px;
}
@media (max-width: 1199px) {
	body {
		padding-bottom: 60px;
	}
	
	[class*=product-product-] {
		padding-bottom: 125px;
	}
	
	.ui-btn-nav-user span {
		display: none
	}
	
	
	.dropdown-toggle.ui-btn-nav-user span {
		display: block;
	}
	
	.txt-dx {
		display: none !important;
	}
	.ui-btn-nav-user{
		background: var(--secondary-color)!important;
		color: #fff!important;
		border: none!important;
		border-radius: 6px!important;
		display: flex!important;
		height: 50px!important;
		width: 50px!important;
		align-items: center!important;
		justify-content: center!important;
		font-size: 24px!important;
	}
	.ui-btn-nav-user i {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 50px;
		height: auto;
		background-color:transparent;
		font-size: 24px;
		color: #fff;
	}
	.ui-nav-point-left, .ui-nav-point-right {
		display: flex;
		align-items: center;
		gap: 15px;
	}
	
	#cart-total {
		position: absolute;
		top: -8px;
		background: #ff9900;
		color: #fff;
		font-size: 16px;
		border-radius: 100px;
		min-width: 27px;
		min-height: 22px;
		display: flex;
		align-items: center;
		justify-content: center;
		right: 1px;
		padding: 5px;
	}
	
	.ui-nav-point {
		background-color: #fff;
		height: 70px;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 15px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 15px;
		z-index: 8000;
		
		
		box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
	}
}
.user-log {
	position: fixed;
	right: -350px;
	top: 0;
	height: 100%;
	width: 100%;
	max-width: 350px;
	background-color: #fff;
	z-index: 900;
	transition: .2s ease-in-out all;
	opacity: 0;
	visibility: hidden;
	list-style: none;
	padding: 0;
	display: block;
}

.user-log.user-log-open {
	opacity: 1;
	visibility: visible;
	right: 0;
}

.overlay-user {
	position: fixed;
	z-index: 800;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, .5);
	left: 0;
	top: 0;
	transition: .3s linear opacity;
	opacity: 0;
	visibility: hidden;
}

.overlay-user-open .overlay-user {
	opacity: 1;
	visibility: visible;
}

.overflow-hidden {
	overflow: hidden;
}

.btn-user-close {
	padding: 10px 20px;
	height: 50px;
	width: 100%;
	left: 0;
	background-color: #fff;
	z-index: 10;
	border: none;
	border-bottom: 1px solid #d6d6d6;
	color: #000;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	justify-content: space-between;
}

.btn-user-close svg {
	width: 16px !important;
	fill: #000;
}

.user-log ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

.user-log ul li a {
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 15px;
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #666666;
}

.user-log ul li a i {
	font-size: 20px;
	color: var(--primary-color);
	width: 35px;
}

#cart .dropdown-menu {
	position: absolute;
	right: 0;
	top: calc(100% + 15px);
	padding: 20px;
	width: 85vw;
	max-width: 430px;
	min-width: 320px;
	border-radius: 15px;
	
}

#cart .cart-menu .table > tbody > tr:not(:first-of-type) > td {
	border-top: 0px;
}

#cart .dropdown-menu:before {
	display: inline-block;
	position: absolute;
	top: -12px;
	right: 78px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 12px 10px;
	border-color: transparent transparent var(--secondary-color) transparent;
}

@media (min-width: 1550px) {
	#cart .dropdown-menu {
		right: -90px
	}
	
	#cart .dropdown-menu:before {
		
		right: 166px;
	}
}

.cart-free-shipping {
	margin: -20px -20px 15px;
	background: var(--secondary-color);
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 0px;
	font-weight: 800;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

#cart .has-scroll {
	overflow: auto;
	max-height: 317px;
}

#cart .has-scroll {
	scrollbar-width: thin;
	scrollbar-color: #004b88 #fff;
}

#cart td,
#cart a,
#cart {
	font-weight: 400;
}

#cart .has-scroll::-webkit-scrollbar {
	width: 10px;
}

#cart .has-scroll::-webkit-scrollbar-track {
	background: #fff;
}

#cart .has-scroll::-webkit-scrollbar-thumb {
	background-color: var(--secondary-color);
	border-radius: 5px;
	border: 3px solid #fff;
}

#cart .cart-products {
	font-weight: 700;
	color: #666;
}

#cart .cart-products tr:first-child td {
	border-top: none;
	
}

#cart .cart-products img {
	padding: 2px;
	border: 1px solid #dddddd;
	border-radius: 0px;
	height: auto;
	width: 60px;
}

#cart .cart-products a {
	color: #666666;
	text-transform: capitalize;
	font-size: 13px;
	line-height: 17px;
}

#cart .cart-products a:hover,
#cart .cart-products a:focus,
#cart .cart-products a:active,
#cart .cart-products a:active:focus,
#cart .cart-products a:active:hover {
	color: var(--primary-color);
}

#cart .cart-products .cart-quantity {
	white-space: nowrap;
}

.btn-remove {
	padding: 0px 5px;
	border: 0;
	border-radius: 6px;
	background-color: #e57474;
	color: #fff;
}

.table-price {
	font-weight: bold;
	color: var(--primary-color);
}

#cart .text-danger button:focus,
#cart .text-danger button:active,
#cart .text-danger button:active:focus,
#cart .text-danger button:active:hover,
#cart .text-danger button:hover {
	background-color: var(--secondary-color);
	color: #fff !important;
}

#cart .cart-totals {
	font-size: 16px;
	border-top: 1px solid #bbbbbb;
}

#cart .cart-totals tr {
	display: none;
}

#cart .cart-totals tr:last-child {
	display: table-row;
}

#cart .cart-totals tr:last-child td {
	padding-top: 20px !important;
}

#cart .cart-totals .text-right:first-of-type strong, .cart-price {
	margin-top: 15px;
	color: var(--primary-color);
	font-size: 16px;

	padding-right: 15px;
	font-weight: 800;
}

#cart .button-container .btn-primary, #cart .button-container .bf-buttonclear-box .bf-buttonclear, .bf-buttonclear-box #cart .button-container .bf-buttonclear {
	font-weight: 700;
	min-width: 160px;
	width: 100%;
}

#cart .button-container {
	margin-top: 20px;
	display: flex;
	gap: 13px;
	align-items: center;
	justify-content: end;
}

@media (max-width: 1199px) {
	#cart .dropdown-menu {
		top: auto;
		bottom: 70px;
		border-radius: 15px;
	}
	
	#cart .dropdown-menu:before {
		content: none;
	}
}

.not-cart {
	padding: 20px 10px;
	text-align: center;
	font-weight: 600;
}

.not-cart i {
	font-size: 22px;
	display: block;
	margin-bottom: 10px;
}

.ui-list-top-nav{
	width: 100%;
	display: flex;
	margin: 0;
	padding: 0;
	gap: 40px;
	list-style: none;
	justify-content: center;
}
.ui-header-pt{
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	
}
.ui-list-top-nav a{
	color: #666666;
	text-transform: uppercase;
	font-size: 14px;
}
@media (max-width: 999px) {
	.ui-list-top-nav{
		display: none;
	}
}
.hd-shadow{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
font-size: 14px;
}
@media (max-width: 1200px) {
	.hd-shadow{display: none}
}
.hd-shadow:before {
	content: '';
	position: absolute;
	background: #EAEDF1;
	background: linear-gradient(180deg, rgba(234, 237, 241, 1) 0%, rgba(255, 255, 255, 1) 100%);
	width: calc(100% + 100%);
	height: 10px;
	bottom: -10px;
	right: -100%;
}
.hd-shadow-btn {
	height: 40px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px!important;
	font-weight: 400;
}
.hd-shadow-btn svg{width: 25px; fill: #fff}
.list-a{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 15px;
}
.ai-btnIco{
	display: flex;
	color: #666666;
	text-transform: uppercase;
	font-size: 14px;
	align-items: center;
	gap: 6px;
	text-decoration: none;
	position: relative;
	padding-right: 15px;
}
.ai-btnIco:before{
	content: '';
	width: 1px;
	position: absolute;
	height: 20px;
	background-color: #cccccc;
	right: 0;
	top:50%;
	transform: translateY(-50%);
}
.ai-btnIco:hover{
	text-decoration: none;
}
.ai-btnIco i{
	color: var(--secondary-color);
	font-size: 18px;
}
.ui-social-nav{
	display: flex;
	align-items: center;
	gap: 10px;
}
.ui-social-nav a{
	color: var(--secondary-color);
	font-size: 18px;
}
@media (min-width: 992px) {
	.ui-header .row {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
}
#search{
	margin: 20px 0;
}
@media (min-width: 999px) {
	.ui-header-pt{
		position: relative;
		display: flex;
		align-items: center;
		width: 100%;
		justify-content: space-between;
		padding: 15px 0;
	}
	#search{
		margin: 0;
	margin-bottom: 15px;
	}
}
.ui-info-top a{
	display: flex;
	color: rgb(102, 102, 102);
	text-transform: uppercase;
	font-size: 14px;
	align-items: center;
	position: relative;
	padding-right: 15px;
	gap: 6px;
	text-decoration: none;
	cursor: pointer;
}
.ui-info-top a i {
	color: var(--secondary-color);
	font-size: 18px;
}
.dropdown-info{
	border-top: 3px solid var(--secondary-color) !important;
	margin-top: 10px;
	padding: 15px 20px;
	margin-left: -15px;
	border: none;
	min-width: 320px;
	font-size: 14px;
}
.dropdown-info p{
	margin-bottom: 5px;
	
}
.dropdown-info a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
	border-bottom: 1px solid #cccccc;
	color: #666666;
	text-decoration: none!important;
	text-transform: none;
}
.dropdown-info a span{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
}

.dropdown-info a:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}