@font-face {
	font-family: Gilroy;
	src: url(../fonts/SVN-GilroyBold.otf);
	font-weight: 700;
}

@font-face {
	font-family: Gilroy;
	src: url(../fonts/SVN-GilroySemiBold.otf);
	font-weight: 600;
}

@font-face {
	font-family: Gilroy;
	src: url(../fonts/SVN-GilroyMedium.otf);
	font-weight: 500;
}

@font-face {
	font-family: Gilroy;
	src: url(../fonts/SVN-GilroyRegular.otf);
	font-weight: 400;
}

@font-face {
	font-family: Gilroy;
	src: url(../fonts/SVN-GilroyLight.otf);
	font-weight: 300;
}

/* ==============================
 * 2. Typography
 * ============================== 
 */

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

html {
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", 'Gilroy', "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}

body {
	margin: 0;
	font-family: "Gilroy", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

body, html {
	height: 100%;
	margin: 0;
}

.fff {
	color: #fff !important;
}

.upp {
	text-transform: uppercase;
}

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

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.d-block {
	display: block;
}

.d-flex {
	display: flex;
}

.border {
	border-bottom: 1px solid #333;
}

/*width */

.w30 {
	width: 30%;
}

.w10 {
	width: 10%;
}

.w40 {
	width: 40%;
}

.w60 {
	width: 60%;
}

.w50 {
	width: 50%;
}

.w70 {
	width: 70%;
}

.w80 {
	width: 80%;
}

.w90 {
	width: 90%;
}

.w100 {
	width: 100%;
}

.h80 {
	height: 80px;
}

.h100 {
	height: 100%;
}

.gap-1 {
	gap: 0.5rem;
}

.gap-2 {
	gap: 1rem;
}

/*Padding */

.p5 {
	padding: 5px;
}

.flex-fill {
	flex: 1 1 auto !important;
}

.flex1 {
	flex: 1;
}

.pt150 {
	padding-top: 150px;
}

.p10 {
	padding: 10px;
}

.p15 {
	padding: 15px;
}

.p20 {
	padding: 20px !important;
}

.p30 {
	padding: 30px !important;
}

.p40 {
	padding: 40px !important;
}

.p50 {
	padding: 50px !important;
}

.p15-10 {
	padding: 15px 10px !important;
}

.p13-10 {
	padding: 13px 10px !important;
	/*padding-top */
}

.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pt40 {
	padding-top: 40px !important;
}

.pt50 {
	padding-top: 50px;
	/*padding-bottom */
}

.pb5 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb50 {
	padding-bottom: 50px;
	/*padding-left */
}

.pl5 {
	padding-left: 5px;
}

.pl10 {
	padding-left: 10px;
}

.pl15 {
	padding-left: 15px;
}

.pl20 {
	padding-left: 20px;
}

.pl30 {
	padding-left: 30px;
}

.pl40 {
	padding-left: 40px;
}

.pl50 {
	padding-left: 50px;
	/*padding-right */
}

.pr5 {
	padding-right: 5px;
}

.pr10 {
	padding-right: 10px;
}

.pr15 {
	padding-right: 15px;
}

.pr20 {
	padding-right: 20px;
}

.pr30 {
	padding-right: 30px;
}

.pr40 {
	padding-right: 40px;
}

.pr50 {
	padding-right: 50px;
}

/*Margin */

.m5 {
	margin: 5px;
}

.m10 {
	margin: 10px;
}

.m15 {
	margin: 15px;
}

.m20 {
	margin: 20px;
}

.m30 {
	margin: 30px;
}

.m40 {
	margin: 40px;
}

.m50 {
	margin: 50px;
}

.m15-10 {
	margin: 15px 10px;
	/*margin-top */
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt45 {
	margin-top: 45px;
}

.mt50 {
	margin-top: 50px;
	/*margin-bottom */
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb100 {
	margin-bottom: 100px;
	/*margin-left */
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.ml40 {
	margin-left: 40px;
}

.ml50 {
	margin-left: 50px;
	/*margin-right */
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.mr40 {
	margin-right: 40px;
}

.mr50 {
	margin-right: 50px;
}

/* ==============================
 * 3. Root
 * ============================== 
 */

:root {
	--gray: #1B1B1D;
}

/* ==============================
 * 4. Base class
 * ============================== 
 */

.flex-container {
	display: flex;
}

.flex-row {
	margin-left: -15px;
	margin-right: -15px;
}

ul {
	list-style: none;
	padding-left: 0;
}

a, a:hover {
	text-decoration: none;
}

.yasuo {
	display: inline-block;
	border-bottom: 1px dashed #000;
	width: 25%;
	margin-bottom: 1em;
}

p {
	margin: 0;
}

h3 {
	margin: 0;
}

/* ==============================
 * 5. General styles
 * ============================== 
 */

/*============= HEADER =========*/
/* MENUHOVER */
/* .snip1168 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
}

.snip1168 a {
	padding: 0.5em 0;
	color: #000;
	position: relative;
	text-decoration: none;
}

.snip1168 a:after {
	position: absolute;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.snip1168 a:after {
	left: 0;
	top: 0;
	position: absolute;
	content: attr(data-hover);
	color: #000;
	white-space: nowrap;
	max-width: 0%;
	overflow: hidden;
	color: var(--blue);
	font-weight: 600;
}

.snip1168 a:hover:after,
.snip1168 .current a:after {
	max-width: 100%;
} */
/*========= css  style menu mobile =============*/

#overlay {
	background: rgba(0, 0, 0, 0.4);
	margin-top: 61px;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: none;
}

.nav-is-toggled #overlay {
	display: block;
}

.nav-top {
	align-items: center;
	z-index: 9999;
	width: 100%;
	background: linear-gradient(90deg, #2B2B2B 0%, #090000 100%);
	height: 60px;
	box-shadow: 0 0 10px -2px #000;
	display: none;
}

.nav-top .hamburger {
	margin-left: auto;
	color: #000;
	cursor: pointer;
	margin-top: 8px;
}

.nav-top .one {
	width: 15%;
	height: 100%;
	min-height: 1px;
	float: left;
	font-size: 24px;
	color: #fff;
}

.nav-top .one span {
	cursor: pointer;
	display: block;
	height: 100%;
	width: 50px;
	text-align: center;
	line-height: 60px;
}

.nav-top .two {
	width: 70%;
	float: left;
	min-height: 1px;
	text-align: center;
}

.nav-top .two .logo-x a {
	display: inline-block;
}

.nav-top .two .logo-x img {
	height: 50px;
	/* padding: 10px 0; */
}

.nav-top .three {
	width: 15%;
	float: left;
}

.search-form {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.search-form label {
	margin-bottom: 0;
}

.search-field {
	background-color: transparent;
	background-image: url(https://wp-themes.com/wp-content/themes/twentythirteen/images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 40px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition: width 400ms ease, background 400ms ease;
	width: 0px;
	cursor: pointer;
}

.search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 250px;
	color: #000;
}

.search-form .search-submit {
	display: none;
}


.nav-drill {
	margin-top: 60px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.nav-is-toggled {
	overflow: hidden;
}

.nav-is-toggled .nav-drill {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.nav-is-toggled::after {
	opacity: 1;
	visibility: visible;
}

.nav-drill {
	/*display: flex;*/
	position: fixed;
	z-index: 99993;
	top: 0;
	left: 0;
	width: 300px;
	height: 100%;
	background-color: #fff;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	transition: 0.45s;
}

.nav-drill .logo {
	width: 100px;
	height: 100px;
	margin: 10px auto;
}

.nav-drill .logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;

}

.nav-drill .language ul {
	display: flex;
	justify-content: center;
	margin: 0;
}

.nav-drill .language {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	padding: 15px 0;
}

.nav-drill .language ul li {
	margin: 0 10px;
}

.nav-drill .language ul a {
	width: 40px;
	display: block;
	height: 20px;
}

.nav-drill .language ul a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* 
.nav-drill form {
	border-bottom: 1px solid var(--blue-origin);
	padding: 1.25em 1em;
	overflow: hidden;
}

.nav-drill form input {
	padding: 8px 15px;
	min-width: 220px;
	border: 1px solid #000;
	float: left;
}

.nav-drill form button {
	border-radius: 0;
	margin: 0 0 0 -1px;
	padding: 8px 15px;
	border: 1px solid #000;
	float: left;
	outline: none;
	background: transparent;
} */

.nav-items {
	flex: 0 0 100%;
}

.nav-item {
	border-bottom: 1px solid #000;
}

.nav-link {
	display: block;
	padding: 0.875em 1em;
	background-color: #fff;
	color: #000;
	font-size: 1rem;
	line-height: 1.5em;
	font-weight: 500;
	text-transform: uppercase;
}

.nav-expand-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	background-color: #fff;
	transition: 0.3s;
	visibility: hidden;
	z-index: 9999;
}

.nav-expand-content .nav-item {
	border-bottom: 0;
}

.nav-expand-content .nav-link {
	border-bottom: 1px dashed #000;
}

.nav-expand-content .nav-back-link {
	display: flex;
	align-items: center;
	background-color: #fff !important;
	color: #000;
}

.nav-expand-content .nav-back-link>i {
	margin-right: 10px;
}

.nav-expand-link {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.nav-expand-link>i {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9;
}

.nav-expand.active>.nav-expand-content {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
}

/*========== Style the navbar - menu desktop ==========*/
#navbar {
	background-image: none;
	padding: 0;
	transition: all .3s;
	z-index: 1049;
	background: linear-gradient(90deg, #2B2B2B 0%, #090000 100%);
	padding: 40px 0;
}

#navbar.fix {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	margin-top: 0px;
	padding: 10px 0;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.navbar-wrap {
	align-items: flex-end;
	flex-direction: row;
	position: relative;
}

/* Style the brand */
a {
	color: #001659;
}

a:hover {
	color: #001659;
}

.brand {
	flex: 1;
}

.brand a {
	width: 320px;
	height: 105px;
	display: block;
}

.brand img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.search form {
	position: relative;
}

.search input {
	border: 1px solid #00000061;
	background: none;
	font-size: 14px;
	outline: 0;
	color: #000;
	padding: 8px 12px;
	width: 100%;
}

.search input::placeholder {
	color: #000;
	opacity: 1;
}

.search button {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	background-color: transparent;
	outline: 0;
	display: flex;
}

.theer {
	width: 10%;
}

.fix .theer svg path {
	fill: #fff;
}

.fix .theer .select_mate svg {
	fill: #fff;
}

.theer .language-selector {
	background: transparent;
	border: none;
	color: #fff;
	outline: none;
}



.menu {
	width: 80%;
}

.menu .nav {
	justify-content: space-evenly;
}


.menu ul.nav>li {
	display: inline-block;
	text-align: center;
	transition: all 0.5s;
	position: relative;
}

.menu ul.nav>li a ion-icon {
	margin-left: 5px;
}

.fix .menu ul.nav>li>a {
	color: #fff;
}

.fix .menu ul.nav>li>a svg path {
	fill: #fff;
}

.fix .menu ul.nav>li>a:hover {
	color: #fff;
}

.cdz-top-cart .cart-icon {
	white-space: nowrap;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.cart-icon:before {
	background-color: transparent;
	background-image: url('../img/website/cart.png');
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 32px;
	width: 32px;
	padding: 7px 10px;
	vertical-align: top;
	background-size: 100%;
}

.cart-icon .cart-qty {
	background: #fc7070 none repeat scroll 0 0;
	border: 0 solid #999999;
	border-radius: 20px;
	color: #fff;
	display: inline-block;
	height: 18px;
	left: 27px;
	line-height: 19px;
	margin: 0;
	min-width: 18px;
	overflow: hidden;
	padding: 0 3px;
	position: absolute;
	text-align: center;
	top: -3px;
	vertical-align: top;
	white-space: normal;
	font-size: 12px;
	font-weight: bold;
}

.cdz-top-cart {
	position: relative;
	text-align: right;
}

.cdz-dropdown-content {
	top: 48px;
	z-index: 99999;
	margin: 0;
	list-style: none none;
	box-sizing: border-box;
	position: absolute;
	/* top: 100%; */
	background: white;
	-webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
	-moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
	box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	margin-top: 4px;
	display: none;
	padding: 15px;
	right: 2%;
	left: auto;
	width: 300px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.table td, .table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
	font-size: 14px;
}

.block-cart .table img {
	width: 60px;
	height: 60px;
	object-fit: cover;
}

.block-cart .button {
	border: none;
	letter-spacing: 0.025em;
	border-radius: 2px;
	background-color: #5BBF8F;
	padding: 10px;
	color: #fff;
	outline: 0;
}

.total-price span.total-cart-price {
	font-size: 15px;
}

.total-price span {
	font-weight: 600;
	font-size: 12px;
}

.summary .cart-total-title h4 {
	margin-bottom: 0px;
	font: 500 13px / 1.55 "Open Sans", Arial, sans-serif;
	color: #282828;
	margin-top: 0;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 10px;
	font-size: 13px;
	text-transform: uppercase;
}



.menu ul.nav>li>a {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 21px;
	text-transform: uppercase;
	transition: all .5s ease;
	display: flex;
	align-items: center;
	gap: 5px;
}

.menu ul.nav>li>a:hover {
	color: #fff;
}

.menu ul.nav>li>.active::before {
	display: none;
}


/* .menu ul.nav>li>a::before {
	content: '';
	border-bottom: 2px solid transparent;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .5s ease;
	width: 0;
} */

.menu ul li a:hover {
	color: #1B1B1D;
	background: none;
}

/* .menu ul li a:hover::before {
	border-bottom: 2px solid #1B1B1D;
	width: 100%;
} */

/* Style the sub-menu */

.menu ul li>.sub-menu {
	position: absolute;
	top: calc(100% + 0px);
	visibility: hidden;
	opacity: 0 !important;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
	border-radius: 4px;
	transition: all 0.5s;
	width: 250px;
	z-index: -100;
	left: 0;
	background: rgba(243, 243, 243, 0.926);
}

.menu ul.sub-menu li {
	width: 100%;
	text-align: left;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.205);
}

.menu ul.sub-menu li:last-child {
	border: 0;
}

.menu ul.sub-menu li a {
	color: #1B1B1D;
	display: flex;
	align-items: center;
	text-transform: capitalize;
	text-decoration: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: all .5s ease;
	margin-left: 0 !important;
	padding: 15px;
	color: var(--black2, #525252);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	justify-content: space-between;
}

.menu ul.sub-menu li a svg {
	transform: rotate(-90deg);
}

.menu ul.sub-menu li a img {
	margin-right: 15px;
}

.menu ul.sub-menu li:last-child>a {
	border-bottom: 0;
}


.menu ul.sub-menu li a:hover {
	color: var(--gray);
	padding-left: 20px;
	background: #E4E7ED;
}

.menu ul.nav li:hover>.sub-menu {
	top: calc(100% + 10px);
	visibility: visible;
	opacity: 1 !important;
	z-index: 9999;
}

.menu ul.sub-menu li>ul {
	top: 0px !important;
	margin-top: 0 !important;
	left: calc(100% + 1px) !important;
	width: 100%;
	padding: 0 !important;
}

/*============== FOOTER ==============*/

.footer {
	padding: 40px 0 40px 0;
	background: #000;
	color: #fff;
}

.footer .line {
	padding-top: 40px;
	border-top: 1px solid #fff;
}

.footer h1 {
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.footer h3 {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 27px;
}

.footer .group {
	gap: 15px;
	display: flex;
}

.footer .d-flex {
	gap: 15px;
}

.footer .text {
	flex: 1;
}

.footer h5 {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.footer p {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}


.footer h4 {
	color: var(--white, #FFF);

	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	/* 135% */
	margin-bottom: 24px;
}

.footer ul li a {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: #fff;
	margin-bottom: 10px;
	display: block;
}

.footer .texts {
	width: max-content;
}





svg.pulse-svg {
	overflow: visible;
}

svg.pulse-svg .first-circle, svg.pulse-svg .third-circle, svg.pulse-svg .second-circle {
	fill: #04A7EA;
	transform: scale(0.5);
	transform-origin: center center;
	animation: pulse-me 3s linear infinite;
}

svg.pulse-svg .second-circle {
	animation-delay: 1s;
}

svg.pulse-svg .third-circle {
	animation-delay: 2s;
}

@keyframes pulse-me {
	0% {
		transform: scale(0.5);
		opacity: 0;
	}

	50% {
		opacity: 0.5;
	}

	70% {
		opacity: 0.2;
	}

	100% {
		transform: scale(2);
		opacity: 0;
	}
}

.diss {
	position: fixed;
	top: 280px;
	right: 25px;
	z-index: 1;
	cursor: pointer;
}

.live-chats {
	position: relative;
}

.live-chats .po {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pofi {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	/* opacity: 0;
	visibility: hidden; */
	display: none;
}

.pofi.active {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

.pofi ul li a {
	display: inline-block;
	margin: 10px 0;
	width: 60px;
	height: 60px;
}

.pofi ul li a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0.75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: transparent;
	border-radius: 0.25rem;
}

.breadcrumb .breadcrumb-item {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	padding-left: 20px;
}

.breadcrumb .breadcrumb-item:first-child {
	padding-left: 0px;
}

.breadcrumb .breadcrumb-item a {
	color: #A4AEB6;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: 20px;
	color: #A4AEB6;
	content: "/";
}

.breadcrumb-item.active {
	color: #1B1B1D;
}





b, strong {
	font-weight: bold;
}

.page-link {
	position: relative;
	display: block;
	padding: 6px 15px;
	margin-left: -1px;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: #000;
	background-color: #fff;
	border: 0;
	border-radius: 5px !important;
}

.page-item.active .page-link {
	z-index: 3;
	color: #000;
	border: 1px solid #000;
	background-color: transparent;
}

.owl-carousel {
	position: relative;
}

.owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}

.owl-prev {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%)translateX(-110%);
	margin: 0;
	border-radius: 50%;
	background: var(--blue5, rgba(41, 56, 149, 0.05));
	width: 50px;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.owl-next {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%)translateX(110%);
	margin: 0;
	border-radius: 50%;
	background: var(--blue5, rgba(41, 56, 149, 0.05));
	width: 50px;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.ct{
	border: 1px solid #00000051;
    outline: 0 !important;
    background: transparent;
    padding: 0px 7px;
    margin: 0 5px;
}
.owl-dots  {
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: center;
	margin-top: 24px;
}
.owl-dots .owl-dot.active {
	width: 12px;
	height: 12px;
	border-radius: 6px;
	border: 2px solid  #39B54A;
	background:  #39B54A;
}
.owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 6px;
	border: 2px solid  #39B54A;
}

.mess-fb {
	position: fixed;
	right: 24px;
	bottom: 100px;
	z-index: 99;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.mess-fb a:nth-child(1){
	animation: play 2s ease infinite;
     -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
     backface-visibility: hidden;
	 width: 60px;
	 height: 60px;
	 border-radius: 50%;
}

.pagination li a.page-link{
    color: #555;
    background: #eee;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    height: 40px;
    width: 40px;
    padding: 0;
    margin: 0 10px;
    border: none;
    border-radius: 0;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0.4s;
}
.pagination li a.page-link:hover,
.pagination li a.page-link:focus,
.pagination li.active a.page-link:hover,
.pagination li.active a.page-link{
    color: #fff;
    background: #256596;
}
.pagination li a.page-link:before,
.pagination li a.page-link:after{
    content: '';
    background-color: #256596;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    transform: scale(0);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease-in 0s;
}
.pagination li a.page-link:after{ transition: all 0.3s ease-in 0.2s; }
.pagination li a.page-link:hover:before,
.pagination li a.page-link:focus:before,
.pagination li.active a.page-link:hover:before,
.pagination li.active a.page-link:before,
.pagination li a.page-link:hover:after,
.pagination li a.page-link:focus:after,
.pagination li.active a.page-link:hover:after,
.pagination li.active a.page-link:after{
    opacity: 0;
    transform: scale(1);
}
@media only screen and (max-width: 480px){
    .pagination{
        font-size: 0;
        display: inline-block;
    }
    .pagination li{
        display: inline-block;
        vertical-align: top;
        margin: 10px 0;
    }
}
.btn.btn-danger{
	background: linear-gradient(90.7deg, #39B54A 59.62%, #FFF200 170.74%);
	border: #39B54A;
}
.btn.btn-outline-danger{
	border:1px solid #39B54A;
	color: #39B54A;
}
.btn.btn-outline-danger:hover{
	background: #39B54A;
	color: #fff;
}