@import url(vendors/normalize.css);
@import url(vendors/bootstrap.min.css);
@import url(vendors/uicons-regular-rounded.css);

/*RESET*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

main {
	display: block;
	clear: both;
}

thead {
	font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	font-family: Vazirmatn;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	max-width: 100%;
}

input,
select,
button,
textarea {
	font-size: 14px;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus{
	outline: none !important;
	box-shadow: none !important;
}
li.hr span {
	width: 100%;
	height: 1px;
	background-color: #e4e4e4;
	margin: 20px 0;
	display: block;
}

/*--- Common Classes---------------------*/
::-moz-placeholder {
	color: #B8CDEB;
	opacity: 0.5;
}

::placeholder {
	color: #B8CDEB;
	opacity: 0.5;
}

:-ms-input-placeholder,
::-webkit-input-placeholder {
	color: #B8CDEB;
	opacity: 0.5;
}

.fix {
	overflow: hidden;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.section {
	float: left;
	width: 100%;
}

.f-right {
	float: right;
}

.capitalize {
	text-transform: capitalize;
}

.uppercase {
	text-transform: uppercase;
}

.bg-img {
	background-position: center center;
	background-size: cover;
}

.position-relative {
	position: relative;
}

.height-100vh {
	height: 100vh !important;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
	outline: none !important;
	box-shadow: none;
}

.border-radius {
	border-radius: 4px;
}

.border-radius-5 {
	border-radius: 5px;
}

.border-radius-10 {
	border-radius: 10px;
}

.border-radius-15 {
	border-radius: 15px;
}

.border-radius-20 {
	border-radius: 20px;
}

.hover-up {
	transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.hover-up:hover {
	transform: translateY(-2px);
	transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.hover-shadow {
	transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.hover-shadow:hover {
	box-shadow: rgba(11, 209, 209, 0.2) 0px 3px 20px;
}

.card-hover-border {
	border: 1px solid #222F43;
}

.card-hover-border:hover {
	background: linear-gradient(#131C31, #131C31) padding-box, linear-gradient(to right, rgb(14, 165, 234), rgb(11, 209, 209)) border-box;
	border-radius: 16px;
	border: 1px solid transparent;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #000000;
}

*:hover {
	transition-duration: 0.2s;
}

.img-responsive {
	max-width: 100%;
}

.text-head-2 {
	font-size: 42px;
	line-height: 44px;
	font-weight: bold;
}

.text-heading-4 {
	color: #ffffff;
	font-size: 28px;
	line-height: 32px;
	Vazirmatn
}

.text-base {
	font-weight: 400;
	font-size: 14.5px;
	line-height: 24px;

}

.text-3xl {
	Vazirmatn font-weight: 400;
	font-size: 30px;
	line-height: 36px;
}

.text-2xl {
	Vazirmatn font-weight: 400;
	font-size: 24px;
	line-height: 32px;
}

.text-xl {
	Vazirmatn font-weight: 400;
	font-size: 16px;
	line-height: 28px;
}

.text-lg {
	Vazirmatn font-weight: 400;
	font-size: 18px;
	line-height: 28px;
}

.text-md {
	Vazirmatn font-size: 16px !important;
	line-height: 22px !important;
	font-weight: 400;
}

.text-sm {
	Vazirmatn font-size: 14px !important;
	line-height: 20px !important;
	font-weight: 400;
}

.text-sm-bold {
	font-size: 14px !important;
	line-height: 20px !important;
	font-weight: 700;
}

.text-xs {
	font-weight: 400;
	font-size: 12px !important;
	line-height: 16px !important;
}

h1 {
	Vazirmatn font-weight: 800;
	font-size: 64px;
	line-height: 87px;
	color: #000000;
}

h2 {
	Vazirmatn font-weight: 700;
	font-size: 34px;
	line-height: 61px;
	color: #000000;
}

.color-gray-500 {
	color: #94A9C9;
	line-height: 1.7;

}
.bg-gray-900 {
	background-color: #0F172A !important;
}
.color-white {
	color: #b9e0f2 !important;
}

.border-gray-800 {
	border-color: #222F43 !important;
}

.border-gray-850 {
	border-color: #131C31 !important;
}

.border-gray-500 {
	border-color: #94A9C9 !important;
}

.color-linear {
	background: linear-gradient(90deg, rgb(14, 165, 234), rgb(11, 209, 209) 51%, rgb(14, 165, 234)) var(--x, 0)/200%;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	background-clip: text !important;
	text-fill-color: transparent;
}

.color-white {
	color: #b9e0f2;
}

.form-control {
	border-radius: 8px;
	padding: 20px;
	border-width: 1px;
	border-style: solid;
	color: #7F92B0;
}

.form-control:focus {
	border-color: #66768F !important;
	background-color: #131C31;
	color: #7F92B0;
}

.timeread {
	background: url(../imgs/page/homepage1/clock.svg) no-repeat left center;
	display: inline-block;
	padding: 0px 0px 0px 23px;
}

.pagination li {
	margin-right: 8px;
}

.pagination li:first-child a {
	border-top-left-radius: 50% !important;
	border-bottom-left-radius: 50% !important;
}

.pagination li:last-child a {
	border-top-right-radius: 50% !important;
	border-bottom-right-radius: 50% !important;
}

.pagination li a {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	color: #ffffff;
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	line-height: 40px;
	background-color: #222F43;
	border: 0px;
	padding: 0px;
	text-align: center;
}

.pagination li a i {
	vertical-align: middle;
}

.pagination li a:hover {
	background-image: linear-gradient(90deg, rgb(14, 165, 234), rgb(11, 209, 209) 51%, rgb(14, 165, 234)) var(--x, 0)/200%;
}

.bdrd-8 {
	border-radius: 8px;
}

.post-type {
	background: url(../imgs/template/icons/post-type.svg) no-repeat center;
	height: 42px;
	width: 42px;
	position: absolute;
	top: 15px;
	right: 15px;
}

.post-type.post-audio {
	background: url(../imgs/template/icons/post-audio.svg) no-repeat center;
}

.post-type.post-image {
	background: url(../imgs/template/icons/post-image.svg) no-repeat center;
}

.border-bottom {
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
}

.item-cats {
	display: flex;
	width: 100%;
	align-items: center;
	padding: 15px;
	border-width: 1px;
	border-style: solid;
	border-radius: 16px;
	margin-bottom: 24px;
}

.item-cats .cat-left {
	width: 100%;
	display: flex;
	align-items: center;
}

.item-cats .cat-left .image-cat {
	min-width: 32px;
	margin-left: 7px;
}

.item-cats .cat-left .image-cat img {
	height: 32px;
	width: 32px;
	border-radius: 50%;
	vertical-align: middle;
}

.item-cats .cat-left .info-cat {
	width: 100%;
}

.item-cats .cat-left .info-cat a:hover {
	color: #0EA5EA;
}

.item-cats .cat-right {
	position: relative;
	min-width: 100px;
	text-align: right;
}

.support {
	background: url(../imgs/page/contact/headset.svg) no-repeat right center;
	padding: 10px 50px 10px 30px;
	text-align: right;
}

.location {
	background: url(../imgs/page/contact/marker.svg) no-repeat right center;
	padding: 10px 50px 10px 30px;
	text-align: right;
}

.plane {
	background: url(../imgs/page/contact/paper-plane.svg) no-repeat right center;
	padding: 10px 50px 10px 30px;
	text-align: right;
}

.form-group {
	margin-bottom: 24px;
}

.img-bdrd-16 {
	border-radius: 16px;
	width: 100%;
}

.bdrd16 {
	border-radius: 16px !important;
}

.typewrite {
	margin-right: 15px;
}

.hover-neon {
	transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
	border: 1px solid #222F43;
	background-color: #131C31;
}

.hover-neon:hover {
	background: linear-gradient(#131C31, #131C31) padding-box, linear-gradient(to right, rgb(14, 165, 234), rgb(11, 209, 209)) border-box;
	border-radius: 16px;
	border: 1px solid transparent;
	box-shadow: rgba(11, 209, 209, 0.2) 0px 3px 20px;
	transform: translateY(-2px);
	transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.hover-neon-2 {
	transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
	border-radius: 50px;
}

.hover-neon-2:hover {
	box-shadow: rgba(11, 209, 209, 0.3) 0px 3px 20px;
}

.page-link {
	transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.page-link:hover {
	color: #ffffff;
	background-color: #0EA5EA;
	border-color: #0EA5EA;
	transform: translateY(-1px);
	transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

a,
button,
img,
input,
span,
h4 {
	transition: all 0.3s ease 0s;
	color: #0ea5ea;
}

@keyframes slideleft {
	10% {
		opacity: 0;
		transform: scale(0);
		right: 0;
	}

	50% {
		opacity: 1;
		transform: scale(1);
	}

	90% {
		opacity: 0;
		transform: scale(0);
		right: 100%;
	}
}

[data-loader=spinner] {
	width: 35px;
	height: 35px;
	display: inline-block;
	animation: spinner 1.2s infinite ease-in-out;
	background: url(../imgs/template/favicon.svg);
	box-shadow: 0 0 10px #fff;
}

@keyframes spinner {
	0% {
		transform: perspective(120px) rotateX(0) rotateY(0);
	}

	50% {
		transform: perspective(120px) rotateX(-180deg) rotateY(0);
	}

	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
	}
}

@keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0px rgba(151, 119, 250, 0.8);
	}

	100% {
		box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
	}
}

@keyframes shadow-pulse-big {
	0% {
		box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
	}

	100% {
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
	}
}

@keyframes jump {
	0% {
		transform: translate3d(0, 20%, 0);
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

.jump {
	transform-origin: 0;
	animation: jump 0.5s linear alternate infinite;
}

@keyframes wiggle {

	0%,
	100% {
		transform: scale(1.2) rotate(7deg);
	}

	50% {
		transform: scale(0.8) rotate(-7deg);
	}
}

/*animation*/
@keyframes slide-down {
	from {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(0%);
	}
}

@keyframes slide-up {
	from {
		transform: translateY(0%);
	}

	to {
		transform: translateY(-100%);
	}
}

.rotateme {
	animation-name: rotateme;
	animation-duration: 40s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes rotateme {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes rotate3d {
	0% {
		transform: rotateY(0deg);
	}

	100% {
		transform: rotateY(360deg);
	}
}

@keyframes animationFramesOne {
	0% {
		transform: translate(0px, 0px) rotate(0deg);
	}

	20% {
		transform: translate(73px, -1px) rotate(36deg);
	}

	40% {
		transform: translate(141px, 72px) rotate(72deg);
	}

	60% {
		transform: translate(83px, 122px) rotate(108deg);
	}

	80% {
		transform: translate(-40px, 72px) rotate(144deg);
	}

	100% {
		transform: translate(0px, 0px) rotate(0deg);
	}
}

@keyframes ripple-white {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
	}

	100% {
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
	}
}

/* End Shape rotate */
@keyframes moveBounce {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(20px);
	}

	100% {
		transform: translateY(0px);
	}
}

@keyframes moveLeftBounce {
	0% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(5px);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes ripple {
	0% {
		transform: scale(1);
	}

	75% {
		transform: scale(1.75);
		opacity: 1;
	}

	100% {
		transform: scale(2);
		opacity: 0;
	}
}

@keyframes rotateMe {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes moveScale {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.8);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
		transform: scale(0);
	}

	40% {
		transform: scale(1);
	}
}

@keyframes animationFramesOne {
	0% {
		transform: translate(0px, 0px) rotate(0deg);
	}

	20% {
		transform: translate(73px, -1px) rotate(36deg);
	}

	40% {
		transform: translate(141px, 72px) rotate(72deg);
	}

	60% {
		transform: translate(83px, 122px) rotate(108deg);
	}

	80% {
		transform: translate(-40px, 72px) rotate(144deg);
	}

	100% {
		transform: translate(0px, 0px) rotate(0deg);
	}
}

/*TYPOGRAPHY*/
body {
	color: #94A9C9;
	background-color: #0F172A;
	font-size: 14px;
	line-height: 18px;
	font-style: normal;
	font-weight: 400;
	position: relative;
}

.font-heading,
.display-1,
.display-2,
.heading-lg,
.heading-sm-1 {
	color: #0EA5EA;
	font-weight: 700;
	line-height: 1.2;
}

.page-content {
	line-height: 1.25;
}

.page-content p {
	margin-bottom: 10px;
}

.page-content h5 {
	margin-bottom: 15px;
}
.font-xs {
	font-size: 12px;
}

.btn {
	border-radius: 6px;
	padding: 10px 16px;
	font-size: 13px;
	line-height: 20px;
	font-weight: 700;
	text-decoration: none;
	position: relative;
	display: inline-block;
	border: 0;
}

.btn:hover {
	color: #1CC2E7 !important;
}

.btn.btn-linear {
	background: rgb(14, 165, 234);
	background: linear-gradient(90deg, rgb(14, 165, 234), rgb(11, 209, 209) 51%, rgb(14, 165, 234)) var(--x, 0)/200%;
	color: #ffffff;
	transition: 0.5s;
}

.btn.btn-linear:hover {
	--x: 100%;
	color: #ffffff !important;
	transition: 0.5s;
}

.btn.btn-linear i {
	vertical-align: middle;
	display: inline-block;
}

.btn.btn-linear-small {
	background: rgb(14, 165, 234);
	background: linear-gradient(90deg, rgb(14, 165, 234), rgb(11, 209, 209) 51%, rgb(14, 165, 234)) var(--x, 0)/200%;
	color: #ffffff;
	padding: 6px 24px;
	border-radius: 50px;
}

.btn.btn-linear-small:hover {
	color: #66768F !important;
}

.btn.btn-linear-small i {
	vertical-align: middle;
	display: inline-block;
}

.btn.btn-search {
	height: 42px;
	width: 42px;
	background: url(../imgs/template/icons/icon-search.svg) no-repeat center;
}

.btn.btn-load-more {
	border-radius: 80px;
	padding: 18px 30px;
}

.btn.btn-load-more i {
	display: inline-block;
	vertical-align: middle;
}

.btn.btn-tag {
	border-radius: 50px;
	padding: 6px 15px;
	font-size: 13px;
	line-height: 16px;
	color: #ffffff;
}

.btn.btn-tag:hover {
	background-color: #0EA5EA !important;
	color: #ffffff !important;
}

.btn.btn-small {
	font-weight: 400;
	border-radius: 16px;
	padding: 3px 15px;
}

.btn.btn-radius-8 {
	border-radius: 8px;
}

.btn.btn-border-linear {
	border: 2px solid #0EA5EA;
	border-radius: 50px;
	color: #ffffff;
	padding: 5px 15px;
	font-size: 14px;
	line-height: 20px;
}

.btn.btn-border-linear:hover {
	color: #ffffff !important;
	background: linear-gradient(90deg, rgb(14, 165, 234), rgb(11, 209, 209) 51%, rgb(14, 165, 234)) var(--x, 0)/200% !important;
	border: 2px solid transparent;
}

.btn.btn-link-more {
	color: #66768F;
	text-decoration: underline;
	font-size: 14px;
	line-height: 20px;
}

.btn.btn-tags {
	border-width: 1px;
	border-style: solid;
	border-radius: 8px;
	padding: 12px 20px;
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
}

.btn.btn-filter {
	margin: 5px;
	padding: 12px 18px;
}

.btn.btn-filter.active {
	color: #ffffff !important;
	background: linear-gradient(90deg, rgb(14, 165, 234), rgb(11, 209, 209) 51%, rgb(14, 165, 234)) var(--x, 0)/200% !important;
	border: 2px solid transparent;
}

.btn-tooltip {
	position: relative;
}

.btn-tooltip:after {
	bottom: 0;
	right: 34px;
	position: absolute;
	white-space: nowrap;
	border-radius: 5px;
	font-size: 11px;
	padding: 7px 10px;
	color: #1CC2E7;
	background-color: #D5DFE4;
	content: attr(aria-label);
	line-height: 1.3;
	box-shadow: 0;
	transition: 0;
	opacity: 0;
	visibility: hidden;
	transform: 0;
	transition-duration: 0.2s;
}

.btn-tooltip:before {
	content: "";
	position: absolute;
	left: -8px;
	bottom: 0;
	transition-delay: 0.1s;
	border: 7px solid transparent;
	border-left-color: transparent;
	border-left-color: #D5DFE4;
	z-index: 9;
	margin-bottom: 0;
	transition: 0;
	opacity: 0;
	visibility: hidden;
	transition-duration: 0.2s;
}

.btn-tooltip:hover:after {
	opacity: 1;
	visibility: visible;
	transform: 0;
	transition-duration: 0.2s;
}

.btn-tooltip:hover:before {
	opacity: 1;
	visibility: visible;
	transform: translateY(-8px);
	transition-duration: 0.2s;
}

.cb-container {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	cursor: pointer;
	line-height: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.cb-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #ffffff;
	border: 2px solid #C9DAF5;
	border-radius: 4px;
}

.cb-container input:checked~.checkmark {
	border: 2px solid #1CC2E7;
}

.cb-container .text-small {
	color: #94A9C9;
}

.cb-container input:checked~.text-small {
	color: #0F172A;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.cb-container input:checked~.checkmark:after {
	display: block;
}

.cb-container input:checked~.text-lbl {
	color: #0F172A;
}

.cb-container .checkmark:after {
	left: -1px;
	top: -1px;
	width: 16px;
	height: 16px;
	background: #1CC2E7 url(../imgs/page/shop/tick.html) no-repeat center;
}

.cb-container-2 {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 4px;
	cursor: pointer;
	line-height: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.cb-container-2 input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #ffffff;
	border: 1px solid #0F172A;
	border-radius: 0px;
}

.cb-container-2 input:checked~.checkmark {
	border: 1px solid #0F172A;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.cb-container-2 input:checked~.checkmark:after {
	display: block;
}

.cb-container-2 input:checked~.text-lbl {
	color: #0F172A;
}

.cb-container-2 .checkmark:after {
	left: 0px;
	top: 1px;
	width: 16px;
	height: 16px;
	background: url(../imgs/page/product/checked.html) no-repeat center;
}

@keyframes load7 {

	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}

	40% {
		box-shadow: 0 2.5em 0 0;
	}
}

.loader {
	border-radius: 50%;
	width: 2em;
	height: 2em;
	animation-fill-mode: both;
	animation: load7 1.8s infinite ease-in-out;
	color: #0EA5EA;
	font-size: 10px;
	margin: 80px auto;
	position: relative;
	text-indent: -9999em;
	transform: translateZ(0);
	animation-delay: -0.16s;
}

.loader:before {
	border-radius: 50%;
	width: 2em;
	height: 2em;
	animation-fill-mode: both;
	animation: load7 1.8s infinite ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	left: -3.5em;
	animation-delay: -0.32s;
}

.loader:after {
	border-radius: 50%;
	width: 2em;
	height: 2em;
	animation-fill-mode: both;
	animation: load7 1.8s infinite ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	left: 3.5em;
}

.swiper-pagination {
	text-align: left;
}

.swiper-pagination .swiper-pagination-customs {
	background: #0EA5EA;
	border-radius: 50%;
}

.swiper-pagination .swiper-pagination-customs:hover {
	background: #1CC2E7;
}

.swiper-pagination .swiper-pagination-customs-active {
	background: #1CC2E7;
}

.swiper-pagination.swiper-pagination-2 {
	top: auto;
	height: auto;
	z-index: 123;
	line-height: 30px;
	text-align: center;
}

.box-newsletter {
	padding: 90px 0px;
	background: #0F172A url(../imgs/template/bg-newsletter.html) no-repeat right 10px bottom 10px;
}

.box-newsletter .box-form-newsletter {
	position: relative;
}

.box-newsletter .box-form-newsletter .input-newsletter {
	width: 100%;
	background-color: #ffffff;
	border-radius: 4px;
	border: 0px;
	height: 50px;
	padding: 5px 20px;
}

.box-newsletter .box-form-newsletter .btn-brand-2 {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 50px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

/*page loading*/
.preloader {
	background-color: #0F172A;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999999999;
	transition: 0.6s;
	margin: 0 auto;
}

.preloader img {
	max-width: 250px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes rotate {

	0%,
	49.999%,
	100% {
		transform: none;
	}

	50%,
	99.999% {
		transform: rotate(90deg);
	}
}

@keyframes shift-left {

	0%,
	100% {
		transform: translateX(0%);
	}

	50% {
		transform: scale(0.65) translateX(-75%);
	}
}

@keyframes shift-right {

	0%,
	100% {
		transform: translateX(0%);
	}

	50% {
		transform: scale(0.65) translateX(75%);
	}
}

.preloader-dots {
	--uib-size: 40px;
	--uib-speed: .9s;
	--uib-color: #0EA5EA;
	position: relative;
	height: calc(var(--uib-size) / 2);
	width: var(--uib-size);
	filter: url("#uib-jelly-ooze");
	animation: rotate calc(var(--uib-speed) * 2) linear infinite;
}

.preloader-dots::before {
	content: "";
	position: absolute;
	top: 0%;
	left: 25%;
	width: 50%;
	height: 100%;
	background: var(--uib-color);
	border-radius: 100%;
	animation: shift-left var(--uib-speed) ease infinite;
}
.preloader-dots::after {
	content: "";
	position: absolute;
	top: 0%;
	left: 25%;
	width: 50%;
	height: 100%;
	background: var(--uib-color);
	border-radius: 100%;
	animation: shift-right var(--uib-speed) ease infinite;
}
@keyframes hero-thumb-animation {
	0% {
		transform: translateY(-20px);
	}

	100% {
		transform: translateY(0px);
	}
}

@keyframes hero-thumb-animation-2 {
	0% {
		transform: translateY(0px);
	}

	100% {
		transform: translateY(-20px);
	}
}

@keyframes hero-thumb-sm-animation {
	0% {
		transform: translateY(-20px) translateX(50px);
	}

	100% {
		transform: translateY(-20px) translateX(0px);
	}
}

@keyframes hero-thumb-sm-2-animation {
	0% {
		transform: translateY(-50px);
	}

	100% {
		transform: translateY(0px);
	}
}

.shape-1 {
	animation: hero-thumb-animation 2s linear infinite alternate;
}

.shape-1-2 {
	animation: hero-thumb-animation-2 2s linear infinite alternate;
}

.shape-2 {
	animation: hero-thumb-sm-animation 4s linear infinite alternate;
}

.shape-3 {
	animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
}

.header {
	padding: 10px 0px;
	margin-top: 15px;
	float: left;
	width: 100%;
	position: relative;
}

.header .main-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	width: 100%;
	padding: 5px 0px;
}

.header .main-header .header-logo {
	max-width: 150px;
	width: 100%;
}

.header .main-header .header-logo a {
	display: block;
}

.header .main-header .header-logo a img {
	min-height: 37px;
}

.header .main-header .header-nav {
	display: inline-block;
	width: 65%;
	text-align: center;
}

.header .main-header .header-search {
	width: 35%;
}

.header .main-header .header-search .box-header-search {
	border-radius: 8px;
	border: 1px solid #D5DFE4;
	padding: 5px;
}

.header .main-header .header-search .box-header-search  {
	display: flex;
}

.header .main-header .header-search .box-header-search .box-keysearch {
	width: 100%;
}

.header .main-header .header-search .box-header-search .box-keysearch input {
	border: 0px !important;
}

.header .main-header .header-search .box-header-search .box-category {
	position: relative;
	margin-right: 15px;
	min-width: 120px;
}

.header .main-header .header-search .box-header-search .box-category::before {
	content: "";
	height: 14px;
	width: 1px;
	background-color: #EBF0F3;
	position: absolute;
	top: 8px;
	right: -14px;
}

.header .main-header .header-search .box-header-search .box-category select {
	height: 100%;
	width: 100%;
	border: 0px;
	padding: 0px 20px 0px 5px;
	border-radius: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../imgs/template/arrow-down.html);
	background-position: right center;
	background-repeat: no-repeat;
}

.header .main-header .header-shop {
	width: 35%;
	text-align: right;
}

.header .main-header .header-shop .icon-list {
	display: inline-block;
	padding: 0px 15px 0px 30px;
	background-repeat: no-repeat;
	background-position: 0px -1px;
	position: relative;
	font-size: 16px;
	color: #0EA5EA;
	line-height: 24px;
	cursor: pointer;
}

.header .main-header .header-shop .icon-list:hover {
	color: #000000;
}

.header .main-header .header-shop .icon-list:last-child {
	padding-right: 0px;
}

.header .main-header .header-shop .icon-list img {
	float: left;
	margin: 3px 6px 0px 0px;
}

.header .main-header .header-shop .icon-account {
	background-image: url(../imgs/template/account.html);
}

.header .main-header .header-shop .icon-wishlist {
	background-image: url(../imgs/template/wishlist.html);
	background-position: 0px 2px;
	padding-left: 35px;
}

.header .main-header .header-shop .icon-cart {
	background-image: url(../imgs/template/cart.html);
	background-position: 0px 2px;
	padding-left: 35px;
}

.header .main-header .header-shop .icon-compare {
	background-image: url(../imgs/template/compare.html);
	background-position: 0px 2px;
}

.header .main-header .header-shop .number-item {
	background-color: #1CC2E7;
	border-radius: 50%;
	position: absolute;
	top: -8px;
	left: 14px;
	width: 20px;
	height: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 20px;
	display: inline-block;
}

.header .main-header .header-right {
	max-width: 225px;
	width: 100%;
}

.header .main-header .header-right .block-signin {
	text-align: right;
}

.header .nav-main-menu {
	width: auto;
	padding: 0px;
	float: none;
}

.header .burger-icon {
	display: none;
}

.header .main-menu {
	display: inline-block;
	padding-top: 3px;
}

.header .main-menu li {
	float: right;
	position: relative;
	text-align: right;
}

.header .main-menu li.has-children>a::after {
	content: "\f151";
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1 !important;
	font-size: 14px;
	opacity: 1;
	margin-left: 0px;
	position: relative;
	top: 2px;
}

.header .main-menu li.hr {
	padding: 0px 22px;
}

.header .main-menu li.hr span {
	background-color: #D8E6FB;
	height: 1px;
	width: 100%;
	display: block;
	margin: 5px 0;
}

.header .main-menu li a {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	display: block;
	padding: 13px 17px;
	text-decoration: none;
	position: relative;
}

.header .main-menu li a:hover,
.header .main-menu li a.active {
	color: #1CC2E7;
}

.header .main-menu li a:hover i,
.header .main-menu li a.active i {
	opacity: 1;
	transition: 0.2s;
}

.header .main-menu li a i {
	font-size: 12px;
	margin-right: 8px;
	opacity: 0.38;
	transition: 0.2s;
}

.header .main-menu li ul {
	opacity: 0;
	visibility: hidden;
	transition-duration: 0.2s;
	position: absolute;
	top: calc(100% + 9px);
	right: 0px;
	z-index: 999999;
	min-width: 180px;
	border-radius: 0 0 4px 4px;
	padding: 8px 0px 8px 0;
	background: #131C31;
	/* Gray/800 [night] */
	border: 1px solid #222F43;
	box-shadow: 0px 23.1405px 69.4215px rgba(0, 0, 0, 0.12);
	border-radius: 8px;
}

.header .main-menu li ul li {
	width: 100%;
	text-align: right;
}

.header .main-menu li ul li a {
	font-size: 14px;
	color: #94A9C9;
	font-size: 13px;
	line-height: 16px;
	position: relative;
	padding: 10px 38px 10px 22px;
	background: url(../imgs/template/icons/icon-menu.svg) no-repeat right 20px center;
	transition: 0.2s;
	text-align: right;
}

.header .main-menu li ul li a:hover {
	transition: 0.2s;
	background: url(../imgs/template/icons/icon-menu-hover.svg) no-repeat right 20px center;
}

.header .main-menu li ul li a.closer {
	padding: 8px 22px 8px 22px;
}

.header .main-menu li ul li ul {
	top: 0px;
	left: 100%;
}

.header .main-menu li:hover>ul {
	opacity: 1;
	visibility: visible;
}

.header .main-menu li:hover>ul li {
	width: 100%;
}

.header .text-link-bd-btom {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #0F172A;
	display: inline-block;
	position: relative;
	padding-left: 13px;
}

.header .text-link-bd-btom:hover {
	color: #0F172A;
}

.header .text-link-bd-btom::before {
	content: "";
	background: #0F172A;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	animation: shadow-pulse 1s infinite;
}

.header .block-signin .btn-shadow {
	box-shadow: 0px 47px 65px rgba(21, 28, 38, 0.1);
}

.header.stick {
	padding: 10px 0px;
	margin-top: 0;
}

.switch-button {
	display: inline-block;
	padding: 0px 5px 0px 15px;
}

.switch-button .form-switch {
	padding-right: 0px;
	padding-left: 0px;
	display: inline-block;
	vertical-align: middle;
}

.switch-button .form-switch .form-check-input {
	width: 40px;
	height: 22px;
	margin-left: 0px;
	background-image: url(../imgs/template/icons/mode.svg);
	background-position: left 2px center;
	background-color: #7F92B0;
	border-color: #7F92B0;
	background-size: 18px;
}

.switch-button .form-check-input:checked {
	background-color: #222F43;
	border-color: #222F43;
}

.switch-button .form-switch .form-check-input:checked {
	background-position: right 2px center;
	background-image: url(../imgs/template/icons/mode.svg);
}
.perfect-scroll {
	height: 100vh;
	width: 100%;
	position: relative;
}

.body-overlay-1 {
	background: transparent;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 100%;
	cursor: crosshair;
	z-index: 1002;
}

.mobile-menu-active .body-overlay-1 {
	opacity: 1;
	visibility: visible;
}

.header-top {
	background-color: #0F172A;
	color: #ffffff;
	padding: 15px 0px;
	margin-top: 30px;
}

.header-top span {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}

.header-top a {
	color: #0F172A;
}

.header-top .line-right {
	position: relative;
	display: inline-block;
	padding-right: 35px;
}

.header-top .line-right::before {
	content: "";
	position: absolute;
	top: 5px;
	right: 15px;
	width: 1px;
	height: 18px;
	border-right: 1px dashed #0F172A;
}

.header-top.header-top-green {
	background-color: #0F172A;
}

.header-top.header-top-green a {
	color: #D8E6FB;
}

.header-top.header-top-green .line-right::before {
	border-right: 1px dashed #D8E6FB;
}

@media (min-width: 1400px) {
	.header-container .container {
		max-width: 1360px;
	}
}

.header-container .main-header .header-left .header-nav {
	width: 35%;
}

.header-container .main-header .header-left .header-shop {
	width: 45%;
}
.mobile-header-wrapper-style {
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 360px;
	min-height: 100vh;
	bottom: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	background-color: #ffffff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
	z-index: 9999999;
}

.mobile-header-wrapper-style.sidebar-visible {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner {
	padding: 0px 0px 30px;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-logo {
	position: relative;
	border-bottom: 1px solid #D5DFE4;
	padding-bottom: 15px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
	background-color: #ffffff;
	align-items: center;
	align-self: center;
	border-bottom: 0;
	margin-bottom: 15px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a {
	display: block;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
	width: 100px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
	padding: 30px 30px 30px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu {
	max-width: 300px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
	display: block;
	position: relative;
	padding: 13px 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:last-child {
	border-bottom: none;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand {
	right: 0;
	position: absolute;
	cursor: pointer;
	z-index: 9;
	text-align: center;
	font-size: 12px;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 38px;
	top: 5px;
	color: #E6F0FF;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand i {
	font-size: 18px;
	font-weight: 300;
	opacity: 0.5;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active>.menu-expand {
	background: #222F43;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active>.menu-expand i::before {
	content: "\f113";
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
	font-size: 16px;
	line-height: 1;
	text-transform: capitalize;
	font-weight: 500;
	position: relative;
	display: inline-block;
	color: #E6F0FF;
	transition-duration: 0.2s;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a i {
	margin-right: 5px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul {
	padding: 10px 0 0 10px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li {
	padding: 10px 0;
	border-bottom: none;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children .menu-expand {
	top: 0px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li:hover a {
	padding-left: 13px;
	transition-duration: 0.2s;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a {
	font-size: 14px;
	display: block;
	font-weight: 500;
	color: #E6F0FF;
	padding-left: 10px;
	position: relative;
	transition-duration: 0.2s;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li ul {
	margin-top: 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children.active {
	padding-bottom: 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.hr {
	padding: 0 0 0 10px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.hr span {
	background-color: #D8E6FB;
	height: 1px;
	width: 100%;
	display: block;
	margin: 5px 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover>a {
	color: #94A9C9;
	padding-left: 3px;
	transition-duration: 0.2s;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .categories-dropdown-wrap ul li a {
	padding: 5px 15px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap {
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #0F172A;
	margin: 17px 0 30px 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info {
	position: relative;
	margin-bottom: 13px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:last-child {
	margin-bottom: 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a {
	font-size: 14px;
	display: block;
	font-weight: 500;
	color: #0F172A;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a:hover {
	color: #0F172A;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a i {
	font-size: 14px;
	color: #0F172A;
	margin-right: 8px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown {
	margin-top: 5px;
	display: none;
	background-color: transparent;
	box-shadow: none;
	padding: 10px 0 0 0;
	width: 100%;
	z-index: 11;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li {
	padding-bottom: 10px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li:last-child {
	padding-bottom: 0px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 400;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a:hover {
	color: #0F172A;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:hover>a {
	color: #0F172A;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-border {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .site-copyright {
	font-size: 13px;
	color: #E6F0FF;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .site-copyright a {
	color: #E6F0FF;
}

.burger-icon {
	position: absolute;
	width: 24px;
	height: 20px;
	cursor: pointer;
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	top: 15px;
	right: 0px;
	z-index: 99999999;
}

.burger-icon>span {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
}

.burger-icon>span.burger-icon-top {
	top: 2px;
}

.burger-icon>span.burger-icon-bottom {
	bottom: 2px;
}

.burger-icon>span.burger-icon-mid {
	top: 9px;
}

.burger-icon.burger-close {
	position: fixed;
	top: 32px;
	right: 30px;
}

.burger-icon.burger-close>span.burger-icon-top {
	display: none;
	opacity: 0;
}

.burger-icon.burger-close>span.burger-icon-mid {
	top: 8px;
	transform: rotate(45deg);
}

.burger-icon.burger-close>span.burger-icon-bottom {
	bottom: 10px;
	transform: rotate(-45deg);
}

.burger-icon>span::before,
.burger-icon>span::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #333;
}

.burger-icon.burger-icon-white>span::before,
.burger-icon.burger-icon-white>span::after {
	background-color: #94A9C9;
}

#scrollUp {
	width: 54px;
	height: 54px;
	color: #ffffff;
	right: 30px;
	bottom: 30px;
	border-radius: 100%;
	text-align: center;
	overflow: hidden;
	z-index: 999 !important;
	border: 0;
	background: url(../imgs/template/bg-top.html) no-repeat;
	transition-duration: 0.2s;
}

#scrollUp i {
	display: block;
	line-height: 59px !important;
	font-size: 20px;
	color: #fff;
}

#scrollUp:hover {
	transform: translateY(-3px);
	transition-duration: 0.2s;
}

.footer-1 {
	margin: 50px 0px 24px 0px;
	padding: 89px 128px 50px 128px;
	border-radius: 48px;
	border-width: 1px;
	border-style: solid;
}

.progressCounter {
	z-index: 12345;
	cursor: pointer;
}

.progressCounter span.progressScroll-text {
	font-size: 20px;
	color: #fff;
}

/***************************
    Page section margin
****************************/
.mt-30 {
	margin-top: 30px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.pagination {
	display: inline-block;
	width: 100%;
}

.pagination li {
	margin-right: 3px;
	display: inline-block;
}

.list-tags-col-5 {
	display: flex;
	margin: 0px -10px;
	flex-wrap: wrap;
	justify-content: center;
}

.list-tags-col-5 li {
	flex: 0 0 auto;
	width: 20%;
	padding: 0px 10px;
	min-width: 150px;
	max-width: 180px;
}

.box-topics.box-topics-2 {
	padding: 0px 50px;
	position: relative;
	border: 0px;
	background-color: transparent;
}
.box-map {
	overflow: hidden;
	width: 100%;
	border-radius: 16px;
	display: inline-block;
}

iframe.google-map {
	width: 100%;
	height: 450px;
	border-radius: 16px;
}
.footer {
	position: relative;
	z-index: 2;
}

.box-features {
	padding: 70px 100px 20px 100px;
	border-radius: 20px;
	border-width: 1px;
	border-style: solid;
	position: relative;
	z-index: 2;
}

.item-icon {
	display: inline-block;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	margin-bottom: 15px;
}
.content-detail {
	padding-bottom: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 30px;
}

@media (min-width: 1200px) {
	.gallery-left {
		width: 47%;
	}

	.gallery-right {
		width: 53%;
	}
}

.box-tags {
	padding: 20px 0px;
}

.box-tags .btn {
	margin-bottom: 10px;
}

.box-comments {
	margin-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.list-comments-single {
	padding: 40px 0px 0px 0px;
}

.list-comments-single .item-comment {
	display: flex;
	width: 100%;
	margin-bottom: 40px;
}

.comment-left {
	max-width: 270px;
	width: 100%;
	padding-left: 20px;
}

.item-comment-sub {
	padding-right: 40px;
}

.item-comment-sub .comment-left {
	max-width: 230px;
}

.comment-right {
	width: 100%;
}

.text-comment {
	border-width: 1px;
	border-style: solid;
	padding: 20px;
	border-radius: 16px;
}

.cb-agree {
	float: right;
	margin: 4px 5px 0px 0px;
}

.btn-number-arts {
	position: absolute;
	top: 0px;
	right: 110%;
	min-width: 130px;
}

@media (max-width: 1550px) {
	.banner-hero.banner-2 .block-2 {
		right: -10px;
	}

	.header .main-header .header-left .header-shop .icon-list {
		padding: 0px 18px 0px 18px;
		width: 25px;
		height: 25px;
	}

	.header-shop a span {
		display: none;
	}

	.header .main-header .header-left .header-shop {
		width: 16%;
	}
}

@media (max-width: 1399.98px) {
	.block-samsung {
		padding: 25px 100px 25px 35px;
		background-size: auto 170px;
	}

	.block-drone {
		padding: 25px 120px 25px 35px;
		background-size: auto 130px;
	}

	.block-iphone {
		background-size: auto 110px;
	}

	.image-gallery .font-33 {
		font-size: 20px;
		line-height: 27px;
	}

	.image-gallery .font-32 {
		font-size: 25px;
		line-height: 32px;
	}

	.bg-metaverse {
		background-size: auto 75%;
	}

	.list-col-5 li {
		padding: 0px 4px;
	}

	.item-list .font-lg-bold {
		font-size: 16px;
		line-height: 24px;
	}

	.card-grid-style-4 .card-grid-inner .info-right {
		width: 60%;
	}

	.card-grid-style-4 .card-grid-inner .image-box {
		width: 40%;
	}

	.banner-homepage3 {
		padding-left: 65px;
	}

	.display-list .card-grid-style-3 .card-grid-inner .image-box {
		min-width: 210px;
		max-width: 210px;
	}

	.box-info-vendor .vendor-contact {
		position: relative;
		top: -40px;
		width: 100%;
	}

	.box-info-vendor {
		flex-wrap: wrap;
	}

	.box-info-vendor .info-vendor {
		width: 70%;
	}

	.border-vendor {
		margin-top: -40px !important;
	}
}

@media (max-width: 1199.98px) {
	.header .main-header .header-right {
		max-width: 285px;
		padding-right: 35px;
	}

	.burger-icon {
		display: inline-block;
	}

	.topbar .container-topbar .menu-topbar-right {
		text-align: center;
		width: 100%;
	}

	.list-products-5 .card-grid-style-3 {
		width: 33.333%;
	}

	.list-products-5.list-products-3 .card-grid-style-3 {
		width: 33.333%;
	}

	.header .main-header .header-left .header-shop {
		width: 35%;
		padding-right: 35px;
		min-width: 189px;
	}

	.header .main-header .header-left .header-nav {
		width: 0%;
	}

	.header .main-header .header-left .header-search {
		width: 65%;
	}

	.header .burger-icon {
		display: block;
	}

	.box-count.box-count-square .deals-countdown {
		padding: 4px 0px;
	}

	.block-iphone {
		background-size: auto 150px;
	}

	.list-9-col li {
		width: 16.66%;
	}

	.top-deals .box-top-deals .top-deals-right,
	.top-deals .box-top-deals .top-deals-left {
		width: 100%;
	}

	.top-deals .card-grid-inner .image-box {
		height: auto;
		line-height: 100%;
	}

	.bg-headphone {
		padding-bottom: 30px;
	}

	.font-xl {
		font-size: 20px;
		line-height: 26px;
	}

	.font-33 {
		font-size: 25px;
	}

	.font-32 {
		font-size: 24px;
	}

	.box-wishlist {
		max-width: 100%;
	}

	.btn.btn-arrow-2 {
		background-position: top 3px right 0px;
		padding: 0px 20px 0px 0px;
		font-size: 14px;
		line-height: 16px;
		background-size: 14px;
	}

	.info-blog .btn.btn-arrow-2 {
		padding: 0px 18px 0px 0px;
		font-size: 12px !important;
		line-height: 16px !important;
		background-size: 12px;
	}

	.gallery-image .image-left {
		min-width: 99px;
		max-width: 99px;
		padding-right: 10px;
	}

	.pl-mb-0 {
		padding-left: 0px !important;
	}

	.list-services li {
		width: 100%;
	}

	.footer-1 {
		padding: 89px 30px 50px 30px;
	}

	.header .main-header .header-nav {
		width: 0%;
	}

	.box-form-login::before {
		display: none;
	}
}

@media (max-width: 991.98px) {
	.footer .width-20 {
		width: 50%;
	}

	.footer .width-16 {
		width: 50%;
	}

	.list-products-5 .card-grid-style-3 {
		width: 50%;
	}

	.topbar {
		display: none;
	}

	.header .main-header .header-left .header-shop {
		padding-top: 5px;
	}

	.btn.btn-open {
		background-position: center 15px;
		height: 50px;
		position: absolute;
		background-color: transparent;
	}

	.sidebar-left {
		height: auto;
		min-height: 54px;
		top: 0px;
		border: 0;
		background-color: transparent;
	}

	.sidebar-left .menu-texts {
		border-top: 0;
	}

	.sidebar-left .menu-texts li a .img-link {
		border: 0;
	}

	.sidebar-left .menu-texts li.submenu-open .sub-menu {
		border-top: 1px solid #D5DFE4;
	}

	.banner-hero.banner-1 .banner-big {
		margin-bottom: 25px;
	}

	.list-products-5.list-products-3 .card-grid-style-3 {
		width: 50%;
	}

	.list-col-5 li {
		width: 50%;
		height: 110px;
		margin-bottom: 15px;
	}

	.bg-metaverse {
		padding: 20px 15px 0px 15px;
	}

	.bg-controller {
		background-position: center left 10px;
		background-size: auto 65%;
	}

	.banner-img-left {
		padding: 20px 20px 0px 170px;
		height: 225px;
	}

	.footer .width-25 {
		width: 100%;
	}

	.footer .width-23 {
		width: 50%;
	}

	.menu-texts {
		top: 53px;
	}

	.box-all-hurry {
		bottom: -10px;
		text-align: center;
	}

	.banner-ads::before {
		width: 200px;
	}

	.banner-ads::after {
		width: 150px;
	}

	.bg-headphone {
		background-size: auto 95%;
	}

	.menu-texts {
		display: none;
	}

	.dropdown .menu-texts {
		display: block;
	}

	.nav-tabs {
		text-align: center;
	}

	.gallery-image {
		margin-bottom: 40px;
	}

	.single-product-3 {
		margin-bottom: 20px;
	}

	.content-wishlist .item-wishlist {
		flex-wrap: wrap;
	}

	.item-wishlist .wishlist-cb {
		width: 8%;
	}

	.item-wishlist .wishlist-product {
		width: 92%;
	}

	.item-wishlist .wishlist-price {
		width: 20%;
		margin-top: 15px;
	}

	.item-wishlist .wishlist-status {
		width: 27%;
		margin-top: 15px;
	}

	.item-wishlist .wishlist-action {
		width: 35%;
		margin-top: 15px;
	}

	.item-wishlist .wishlist-remove {
		width: 18%;
		margin-top: 15px;
	}

	.head-wishlist .item-wishlist .wishlist-price,
	.head-wishlist .item-wishlist .wishlist-status,
	.head-wishlist .item-wishlist .wishlist-action,
	.head-wishlist .item-wishlist .wishlist-remove {
		display: none;
	}

	.product-wishlist .product-info {
		padding-right: 0px;
	}

	.box-bought-together {
		flex-wrap: wrap;
	}

	.box-bought-together .box-product-bought .product-bought {
		min-width: auto;
		max-width: none;
		margin-bottom: 30px;
		padding: 10px 0px;
	}

	.box-bought-together .price-bought {
		padding-left: 0px;
	}

	.box-banner-vendor {
		flex-wrap: wrap;
	}

	.box-banner-vendor .vendor-left {
		width: 100%;
	}

	.box-banner-vendor .vendor-right {
		width: 100%;
		max-width: 100%;
	}

	.border-vendor {
		margin-top: 30px !important;
	}

	.list-orders .item-orders {
		flex-wrap: wrap;
	}

	.list-orders .item-orders .info-orders {
		width: 75%;
		padding-right: 0px;
	}

	.list-orders .item-orders .image-orders {
		min-width: auto;
		max-width: none;
		width: 25%;
	}

	.list-orders .item-orders .quantity-orders {
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.list-orders .item-orders .price-orders {
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.box-orders .head-orders {
		display: inline-block;
	}

	.box-orders .head-orders .head-right {
		width: 100%;
		text-align: center;
		padding-top: 20px;
	}

	.list-orders .item-orders .quantity-orders {
		width: 50%;
	}

	.list-orders .item-orders .price-orders {
		width: 50%;
		text-align: right;
		min-width: auto;
		max-width: none;
	}

	.nav-tabs-account {
		text-align: left;
	}

	.list-services {
		margin-bottom: 30px;
	}

	.list-services li {
		width: 50%;
	}

	.footer-bottom {
		margin-top: 15px;
	}
}

@media (max-width: 767.98px) {
	.footer .width-20 {
		width: 100%;
	}

	.footer .width-16 {
		width: 100%;
	}

	.footer .width-23 {
		width: 100%;
	}

	.burger-icon {
		top: 17px;
	}

	.burger-icon {
		top: 17px;
	}

	.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
		max-width: 140px;
	}

	.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
		padding: 30px;
	}

	.nav.nav-right {
		margin-top: 30px;
	}

	.list-products-5.list-products-3 .hurry-up {
		width: 100%;
	}

	.list-products-5.list-products-3 .hurry-up .card-grid-inner {
		height: auto;
	}

	.image-gallery {
		margin-bottom: 0px;
	}

	.image-gallery .image-big {
		width: 100%;
		margin-bottom: 25px;
	}

	.image-gallery .image-small {
		width: 100%;
		margin-bottom: 25px;
	}

	h1 {
		font-size: 44px;
		line-height: 63px;
	}

	h2 {
		font-size: 35px;
		line-height: 45px;
	}

	.box-newsletter {
		padding-bottom: 110px;
	}

	.box-promotions {
		height: auto;
		max-height: 515px;
	}

	.banner-hero.banner-1 .banner-big.banner-big-3 {
		background-position: center top;
	}

	.font-68 {
		font-size: 40px;
		line-height: 42px;
	}

	.list-9-col li {
		width: 25%;
	}

	.card-grid-style-2 .image-box {
		min-width: 110px;
		max-width: 110px;
		padding-right: 10px;
	}

	.nav-tabs li a h4 {
		font-size: 20px;
	}

	.border-1-right {
		margin-right: 15px;
	}

	.border-1-right::before {
		display: none;
	}

	.dropdown .sidebar-left .menu-texts {
		display: block;
	}

	.dropdown .sidebar-left .menu-texts.menu-close {
		min-width: 320px;
	}

	.box-info-vendor .avarta .btn-buy {
		padding-left: 5px;
		padding-right: 5px;
		width: auto;
		font-size: 10px !important;
		line-height: 14px !important;
	}

	.box-info-vendor .avarta {
		max-width: 115px;
		padding: 15px 5px 10px 5px;
		top: -40px;
		width: 35%;
	}

	.box-info-vendor .info-vendor {
		width: 65%;
	}

	.box-info-vendor .info-vendor {
		padding: 0px 0px 0px 20px;
	}

	.box-info-vendor .info-vendor h4 {
		font-size: 16px;
		line-height: 20px;
	}

	.box-info-vendor .info-vendor .mr-20 {
		margin-right: 0px;
	}

	.box-info-vendor {
		padding: 5px 5px;
	}

	.box-info-vendor .vendor-contact {
		top: -20px;
	}

	.location,
	.phone {
		font-size: 14px;
		line-height: 22px;
	}

	.form-tracking .box-button {
		min-width: 120px;
		max-width: 120px;
	}

	.form-tracking .btn-buy {
		padding-left: 10px;
		padding-right: 10px;
	}

	.box-orders .head-orders .head-left {
		display: inline-block;
		width: 100%;
		text-align: center;
	}

	.box-orders .head-orders .head-left h5 {
		width: 100%;
		margin-right: 0px !important;
		margin-bottom: 15px;
	}

	.list-notifications .item-notification .button-notification {
		min-width: 110px;
		max-width: 110px;
		text-align: center;
	}

	.list-notifications .item-notification .button-notification .btn-buy {
		padding: 7px 10px;
	}

	.list-notifications .item-notification .info-notification {
		padding-left: 10px;
		padding-right: 10px;
	}

	.list-notifications .item-notification .info-notification h5 {
		font-size: 14px;
		line-height: 18px;
	}

	.list-notifications .item-notification .info-notification .font-md {
		font-size: 12px;
		line-height: 14px;
	}

	.box-account-template {
		padding-top: 35px;
	}

	.nav-tabs-account li a {
		padding-left: 0px;
		padding-right: 0px;
	}

	.card-list-posts .card-image {
		width: 160px;
		min-width: 160px;
	}

	.footer-1 {
		padding: 89px 20px 50px 20px;
	}

	.box-quote {
		padding-left: 20px;
		padding-right: 20px;
	}

	.list-comments-single .item-comment {
		flex-wrap: wrap;
	}

	.comment-left {
		width: 100%;
	}

	.box-share {
		height: 50px;
	}
}

@media (max-width: 575.98px) {
	.header {
		padding: 0px 0;
	}

	.header.stick {
		padding: 0px 0;
	}

	.header-container {
		padding: 5px 0 0px 0;
	}

	.header-container.stick {
		padding: 5px 0 0px 0px;
	}

	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}

	.swiper-button-next-style-2,
	.swiper-button-prev-style-2 {
		display: block;
	}

	.header .main-header .header-left .header-shop {
		min-width: 189px;
	}

	.header .main-header .header-left .header-search {
		display: none;
	}

	.header .container {
		max-width: 100%;
	}

	.header .main-header .header-left .header-logo {
		max-width: 100%;
	}

	.header .main-header .header-left .header-shop {
		width: 55%;
	}

	.list-products-5.list-products-3 .card-grid-style-3 {
		width: 100%;
	}

	h1 {
		font-size: 34px;
		line-height: 53px;
	}

	h2 {
		font-size: 25px;
		line-height: 35px;
	}

	h4 {
		font-size: 20px;
		line-height: 30px;
	}

	.sidebar-left {
		top: -2px;
	}

	.box-newsletter {
		padding-bottom: 150px;
	}

	.banner-hero.banner-1 .banner-big.banner-big-2 {
		padding: 100px 40px 55px 40px;
	}

	.nav-tabs.pr-100 {
		padding-right: 0px !important;
	}

	.product-wishlist .product-image {
		min-width: 90px;
		max-width: 90px;
		padding: 1px;
		margin-right: 10px;
	}

	.product-wishlist .product-info h5 {
		font-size: 15px;
		line-height: 20px;
	}

	.listCheckout .product-wishlist .product-info h5 {
		font-size: 12px;
		line-height: 16px;
	}

	.mb-mobile {
		margin-bottom: 15px;
	}

	.list-services li {
		width: 100%;
	}

	.box-images-logo img {
		max-height: 16px;
		margin-right: 15px;
		margin-bottom: 15px;
	}

	.banner-img::after {
		display: none;
	}

	.cover-home1::before,
	.cover-home1::after {
		display: none;
	}

	.header .main-header .header-right {
		padding-right: 25px;
	}

	.swiper-button-prev-style-1,
	.swiper-button-next-style-1 {
		display: block;
	}
}

@media (max-width: 499.98px) {
	.banner-home3 .banner-img {
		margin-top: 80px;
	}

	.box-banner-4 {
		display: block;
	}

	.box-banner-4 .banner-image {
		margin-bottom: 30px;
	}

	.box-features {
		padding: 50px 50px 20px 50px;
	}


	.list-col-5 li {
		width: 100%;
		height: auto;
	}

	.banner-2 {
		padding: 20px 15px;
	}

	.font-33 {
		font-size: 20px;
		line-height: 23px;
	}

	.font-18 {
		font-size: 16px;
		line-height: 20px;
	}

	.bg-phone {
		background-color: #DDD3FA;
		padding: 30px 30px 30px 30px;
	}

	.nav-tabs li {
		padding: 0px 0px 0px 0px;
	}

	.nav-tabs-product li {
		padding: 5px 0px 5px 0px;
		width: 100%;
		border: 1px solid #e7e7e7;
		margin-bottom: 10px;
	}

	.nav-tabs li a {
		padding: 0px 5px;
		font-size: 12px;
		line-height: 20px;
	}

	h3 {
		font-size: 22px;
		line-height: 31px;
	}

	.font-base {
		font-size: 14px;
		line-height: 18px;
	}

	.box-count.box-count-square .deals-countdown .countdown-section {
		margin: 0px 4px;
	}

	.box-count.box-count-square .deals-countdown .countdown-section::before {
		right: -6px;
	}

	.box-count .deals-countdown {
		padding-left: 0px;
		padding-right: 0px;
	}

	.card-grid-style-2 .image-box {
		min-width: 95px;
		max-width: 95px;
		padding-right: 10px;
	}

	.list-brands {
		padding: 10px 5px;
	}

	h1 {
		font-size: 29px;
		line-height: 45px;
	}

	h2 {
		font-size: 20px;
		line-height: 30px;
	}

	.banner-hero.banner-1 .banner-big {
		padding: 60px 20px 25px 20px;
		background-position: center bottom;
	}

	.box-newsletter {
		padding-bottom: 190px;
	}

	.block-drone,
	.block-samsung {
		padding-right: 35px;
	}

	.header-bottom .dropdown-right {
		width: 0%;
		overflow: hidden;
		padding: 0px;
	}

	.btn.btn-category {
		padding: 10px 20px 10px 35px;
		min-width: 33px;
		width: 33px;
	}

	.banner-ads::before {
		width: 150px;
	}

	.banner-ads::after {
		width: 100px;
	}

	.font-46 {
		font-size: 35px;
		line-height: 49px;
	}

	.banner-hero.banner-1 .banner-small {
		padding: 10px;
	}

	.list-9-col li {
		width: 33.33%;
	}

	.dropdown .sidebar-left {
		min-width: 58px;
		border-style: solid;
		border-width: 1px;
		padding: 5px;
		width: 58px;
	}

	.dropdown .sidebar-left .menu-texts {
		display: block;
	}

	.dropdown .sidebar-left .menu-texts.menu-close {
		min-width: auto;
	}

	.dropdown .sidebar-left .menu-texts.menu-close li a .text-link {
		display: none;
	}

	.dropdown .sidebar-left .menu-texts.menu-close li .sub-menu {
		bottom: -6px;
		top: -6px;
	}

	.list-products-5 .card-grid-style-3 {
		width: 100%;
	}

	.box-bought-together .box-product-bought .product-bought {
		padding: 5px;
		margin-right: 30px;
	}

	.box-bought-together .box-product-bought .product-bought::before {
		left: -39px;
	}

	.gallery-image .image-left {
		min-width: 69px;
		max-width: 69px;
		width: 25%;
		padding-right: 10px;
	}

	.slider-nav-thumbnails {
		width: 75px;
	}

	.galleries {
		padding-left: 90px;
	}

	.list-orders .item-orders .image-orders {
		min-width: auto;
		max-width: none;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}

	.list-orders .item-orders .info-orders {
		width: 100%;
		padding-left: 0px;
	}

	.list-orders .item-orders .info-orders h5 {
		font-size: 16px;
		line-height: 24px;
		font-weight: 500;
	}

	.list-orders .item-orders .quantity-orders {
		margin-top: 10px;
	}

	.list-orders .item-orders .price-orders {
		margin-top: 10px;
	}

	.list-notifications .item-notification {
		flex-wrap: wrap;
	}

	.list-notifications .item-notification .image-notification {
		min-width: auto;
		max-width: none;
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
	}

	.list-notifications .item-notification .info-notification {
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 15px;
	}

	.nav-tabs-account li a {
		font-size: 14px;
		line-height: 20px;
	}

	.card-list-posts {
		flex-wrap: wrap;
	}

	.banner-img::before {
		display: none;
	}

	.card-list-posts .card-image {
		width: 100%;
		min-width: 100%;
		margin-bottom: 30px;
	}
}

@media (max-width: 449.98px) {
	.box-quantity {
		flex-wrap: wrap;
	}

	.button-buy {
		margin-top: 20px;
		width: 100%;
	}

	.item-wishlist .wishlist-price {
		width: 50%;
	}

	.item-wishlist .wishlist-status {
		width: 50%;
	}

	.item-wishlist .wishlist-action {
		width: 50%;
	}

	.item-wishlist .wishlist-remove {
		width: 50%;
	}

	.listCheckout .item-wishlist .wishlist-status {
		width: 20%;
	}

	.listCheckout .item-wishlist .wishlist-price {
		width: 30%;
	}

	.listCheckout .product-wishlist .product-image {
		min-width: 60px;
		max-width: 60px;
	}

	.listCheckout .item-wishlist {
		padding: 7px;
	}

	.box-border {
		padding: 10px;
	}

	.slider-nav-thumbnails {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
	}

	.galleries {
		padding-left: 0px;
	}

	.slider-nav-thumbnails .slick-slide {
		padding: 0px 5px;
	}

	.slider-nav-thumbnails .slick-slide .item-thumb {
		margin-top: 15px;
	}

	.slider-nav-thumbnails .slick-slide .item-thumb {
		height: auto;
		line-height: 100%;
		padding: 5px;
	}

	.product-image-slider.slick-slider .slick-track figure {
		height: auto;
		padding: 20px 0px;
	}

	.box-orders .head-orders .head-left .font-md {
		margin-bottom: 10px;
		margin-right: 0px !important;
		display: inline-block;
		width: 100%;
	}

	.nav-tabs-account li {
		width: 100%;
		border: 1px solid #D8E6FB;
		margin-bottom: 10px;
		text-align: center;
	}

	.nav-tabs-account li a {
		padding: 10px 15px;
		font-size: 14px;
		line-height: 20px;
	}

	.nav-tabs-account li a {
		padding: 10px 10px;
		font-size: 14px;
		line-height: 20px;
	}

	.pagination li a {
		height: 35px;
		width: 35px;
		line-height: 35px;
	}

	.list-posts .item-post .image-post {
		margin-right: 10px;
		min-width: 54px;
		max-width: 54px;
	}

	.list-posts .item-post .image-post img {
		height: 54px;
		width: 54px;
	}
}

@media (max-width: 349.98px) {
	.list-9-col li {
		width: 50%;
	}

	.box-quantity {
		flex-wrap: wrap;
	}

	.box-bought-together .box-product-bought {
		flex-wrap: wrap;
	}

	.box-bought-together .box-product-bought .product-bought {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 50px;
	}

	.box-bought-together .box-product-bought .product-bought::before {
		content: "";
		top: -50px;
		left: 0px;
		right: 0px;
		margin: auto;
		margin-top: 0px;
	}

	.btn.arrow-next {
		background-position: right 12px center;
		padding-right: 35px;
	}

	.arrow-back-1 {
		padding: 7px 0px 9px 15px;
		background-size: 12px;
	}

	.readmore {
		padding-left: 15px;
	}

	.box-author img {
		margin-right: 10px;
		height: 32px;
		width: 32px !important;
	}
}

@media (min-width: 1400px) {
	.container.wide {
		max-width: 1544px;
	}
}

/*OTHER SCREEN*/
@media screen and (max-width: 1025px) {
	.icon-list span:first-child {
		display: none;
	}
}

/*DARK MODE*/
.theme-day ::-moz-placeholder {
	color: #7E9CC7;
	opacity: 1;
}

.theme-day ::placeholder {
	color: #7E9CC7;
	opacity: 1;
}

.theme-day :-ms-input-placeholder {
	color: #7E9CC7;
}

.theme-day ::-ms-input-placeholder {
	color: #7E9CC7;
}

.theme-day .color-white {
	color: #344161 !important;
}

.theme-day .color-gray-50 {
	color: #344161;
}

.theme-day .color-gray-100 {
	color: #4A576A;
}

.theme-day .color-gray-200 {
	color: #66768F;
}

.theme-day .color-gray-300 {
	color: #7F92B0;
}

.theme-day .color-gray-400 {
	color: #6F92B0;
}

.theme-day .color-gray-500 {
	color: #708ab0 !important;
}

.theme-day .color-gray-600 {
	color: #7E9CC7;
}

.theme-day .color-gray-700 {
	color: #4E658A;
}

.theme-day .color-gray-800 {
	color: #E9EEF5;
}

.theme-day .color-gray-850 {
	color: #E8EDF5;
}

.theme-day .color-gray-900 {
	color: #F9FBFF;
}

.theme-day .color-gray-950 {
	color: #F9FBFF;
}

.theme-day .bg-gray-50 {
	background-color: #344161;
}

.theme-day .bg-gray-100 {
	background-color: #4A576A;
}

.theme-day .bg-gray-200 {
	background-color: #66768F;
}

.theme-day .bg-gray-300 {
	background-color: #7F92B0;
}

.theme-day .bg-gray-400 {
	background-color: #6F92B0;
}

.theme-day .bg-gray-500 {
	background-color: #708ab0;
}

.theme-day .bg-gray-600 {
	background-color: #7E9CC7;
}

.theme-day .bg-gray-700 {
	background-color: #4E658A;
}

.theme-day .bg-gray-800 {
	background-color: #E9EEF5 !important;
}

.theme-day .bg-gray-850 {
	background-color: #E8EDF5 !important;
}

.theme-day .bg-gray-900 {
	background-color: #F9FBFF !important;
}

.theme-day .bg-gray-950 {
	background-color: #F9FBFF !important;
}

.theme-day .btn.btn-tags {
	color: #0B1222;
}

.theme-day .form-control {
	color: #0F172A !important;
}

.theme-day .form-control:focus {
	border-color: #E9EEF5;
	background-color: #E8EDF5;
}

.theme-day .btn.btn-border-linear {
	color: #66768F;
}

.theme-day .border-gray-800 {
	border-color: #c2d4ee !important;
}

.theme-day body {
	background-color: #F9FBFF;
}

.theme-day .header .main-menu li ul {
	background: #E8EDF5;
	border: 1px solid #E9EEF5;
	box-shadow: none;
}

.theme-day .header .main-menu li ul a {
	color: #344161 !important;
}

.theme-day {
	border-bottom: 1px solid #E9EEF5;
}

.theme-day  {
	background-color: #E8EDF5;
	border: 1px solid #E9EEF5;
}

.theme-day  p.color-white {
	color: #344161 !important;
}

.theme-day  .form-control {
	background-color: #F9FBFF;
	border-color: #F9FBFF;
}

.theme-day .main-menu a.color-gray-500 {
	color: #66768F !important;
}

.theme-day .logo-day {
	display: block !important;
}

.theme-day .logo-night {
	display: none;
}

.theme-day .switch-button .form-switch .form-check-input {
	background-image: url(../imgs/template/icons/mode-day.svg);
}

.theme-day .pagination li a {
	background-color: #7F92B0;
}

.theme-day .menu-footer li a {
	color: #708ab0;
}

.theme-day .menu-footer li a:hover {
	color: #0EA5EA;
}

.theme-day .inner-subscriber {
	background: linear-gradient(#E9EEF5, #E9EEF5) padding-box, linear-gradient(to right, #E9EEF5, #E9EEF5) border-box;
	border-radius: 8px;
	border: 1px solid transparent;
}

.theme-day .inner-subscriber:hover {
	box-shadow: rgba(255, 255, 255, 0.2) 0px 3px 20px;
}

.theme-day .card-blog-1 {
	border: 1px solid #E9EEF5;
	background-color: #E8EDF5;
}

.theme-day .card-blog-1 h4.color-white {
	color: #344161 !important;
}

.theme-day .readmore::before {
	background-color: #f1f3f7;
}

.theme-day .card-style-1 h6.color-white,
.theme-day .card-style-1 h4.color-white,
.theme-day .card-style-1 h3.color-white {
	color: #F9FBFF !important;
}

.theme-day .btn.btn-tag {
	color: #66768F;
}

.theme-day .hover-neon {
	transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
	border: 1px solid #E9EEF5;
	background-color: #E8EDF5;
}

.theme-day .hover-neon a.color-gray-500 {
	color: #344161 !important;
}

.theme-day .hover-neon:hover {
	border: 1px solid #E9EEF5;
	background: #F9FBFF !important;
	box-shadow: none;
}

.theme-day .box-topics.box-topics-2 {
	border: none !important;
	background: none !important;
}

.theme-day a.bg-gray-800 {
	background-color: #708ab0 !important;
}

.theme-day .list-comments a.text-white {
	color: #708ab0 !important;
}

.theme-day input.border-gray-800 {
	border: 1px solid #c2d4ee !important;
}

.theme-day .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a,
.theme-day .mobile-account ul li a,
.theme-day .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .site-copyright,
.theme-day .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand {
	color: #66768F;
}

.theme-day .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active>.menu-expand {
	background: none;
}

.theme-day .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .site-copyright a {
	color: #0EA5EA;
}

.page-content p {
	margin-bottom: 15px;
}

body {
	direction: rtl;
}

.form-switch {
	padding-left: inherit;
}


.swiper-button-next-style-1 {
	right: 0px;

	left: inherit;
}

.swiper-button-prev-style-1 {
	right: 40px;
	left: inherit;
}

.post-type {
	right: inherit;
	left: 15px;
}

.box-author img {

	margin-right: inherit;
	margin-left: 15px;
}

.text-end {
	text-align: left !important;
}

@media (max-width: 1199.98px) {
	.header .main-header .header-right {
		padding-right: inherit;
		padding-left: 35px;
	}
}

@media (max-width: 575.98px) {
	.header .main-header .header-right {
		padding-left: 25px;
		padding-right: inherit;
	}
}

.mobile-header-wrapper-style {
	right: inherit;
	left: 0;
}

.burger-icon.burger-close {
	right: inherit;
	left: 30px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand {
	left: 0;
	right: inherit;
}

.user-account img {
	margin-right: inherit;
	margin-left: 10px;
}

.progressScroll-circle {
	left: 40%;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul {
	padding: 10px 10px 0 0px;
}

.readmore {
	padding-left: inherit;
	padding-right: 24px;
}

.readmore::before {
	left: inherit;
	right: 0px;

}

.timeread {
	background: url(../imgs/page/homepage1/clock.svg) no-repeat right center;
	padding: 0px 23px 0px 0px;
}

.card-style-2 .card-image {

	margin-right: inherit;
	margin-left: 8px;
}

.card-list-posts .card-image {
	margin-right: inherit;
	margin-left: 20px;
}

.list-posts .item-post .image-post {
	margin-right: inherit;
	margin-left: 15px;
}

.list-posts .item-post .info-post ul {
	padding-left: inherit;
	padding-right: 25px;
}

.head-sidebar .line-bottom::before {
	left: inherit;
	right: 0px;
}

.box-author-small img {
	margin-right: inherit;
	margin-left: 15px;
}

@media (min-width: 992px) {
	.text-lg-end {
		text-align: left !important;
	}
}

@media (min-width: 992px) {
	.text-lg-start {
		text-align: right !important;
	}
}

.burger-icon {
	right: initial;
	left: 0px;
}

@media (max-width: 992px) {
	.text-lg-start {
		text-align: right !important;
	}

	.text-start {
		text-align: right !important;
	}
}

@media (min-width: 768px) {
	.text-md-end {
		text-align: left !important;
	}
}

.accordion-button::after {
	margin-left: inherit;
	margin-right: auto;
}