.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: auto !important;
	position: relative;
	transition-property: transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-container-3d {
	perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory;
}

:root {
	--swiper-navigation-size: 44px
	--swiper-theme-color: #007aff;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(-1 * var(--swiper-navigation-size)/2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: 'next';
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000000;
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

@media(max-width: 700px) {
  .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white {
	--swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
	--swiper-pagination-color: #000000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.container {
	max-width: 1200px !important;
}

.row.row-75Gutter {
	margin-left: -7.5px;
	margin-right: -7.5px
}

.row.row-75Gutter>[class*=col-] {
	padding-left: 7.5px;
	padding-right: 7.5px
}

a:hover {
	color: #2f80ed
}

.swiper-pagination-bullet {
	background: #fff !important;
	opacity: 1 !important
}

.swiper-pagination-bullet-active {
	background: #ffb9a4 !important
}

.relative {
	position: relative
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

.swiper-button-prev {
	background-image: none !important
}

.swiper-button-next {
	background-image: none !important
}

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700
}

.alert-dismissible {
	padding-right: 4rem
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit;
	border: initial;
	background: initial
}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff
}

.alert-primary hr {
	border-top-color: #9fcdff
}

.alert-primary .alert-link {
	color: #002752
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db
}

.alert-secondary hr {
	border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
	color: #202326
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb
}

.alert-success hr {
	border-top-color: #b1dfbb
}

.alert-success .alert-link {
	color: #0b2e13
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb
}

.alert-info hr {
	border-top-color: #abdde5
}

.alert-info .alert-link {
	color: #062c33
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba
}

.alert-warning .close {
	display: none
}

.alert-warning hr {
	border-top-color: #ffe8a1
}

.alert-warning .alert-link {
	color: #533f03
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb
}

.alert-danger hr {
	border-top-color: #f1b0b7
}

.alert-danger .alert-link {
	color: #491217
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe
}

.alert-light hr {
	border-top-color: #ececf6
}

.alert-light .alert-link {
	color: #686868
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca
}

.alert-dark hr {
	border-top-color: #b9bbbe
}

.alert-dark .alert-link {
	color: #040505
}

.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after {
	font-size: 16px;
	font-weight: 700;
	color: #333
}

.header-slider {
	display: flex;
	flex-flow: column
}

header .topbar {
	background: #fff;
	height: 64px;
	display: flex;
	align-items: center
}

@media(max-width:991px) {
	header .topbar {
		height: 80px;
		position: relative;
		line-height: 30px
	}
}

header .topbar .search {
	border-radius: 40px;
	background: #fff;
	position: relative;
	line-height: 44px;
	height: 44px;
	padding-left: 20px
}

@media(max-width:991px) {
	header .topbar .search {
		position: absolute;
		top: 75px;
		left: 15px;
		width: calc(100% - 30px);
		order: 3
	}
}

header .topbar .header_search {
	display: inline-block;
	width: calc(100% - 100px);
	border-bottom: 1px solid #ebebeb
}

@media(max-width:991px) {
	header .topbar .header_search {
		width: 30px;
		border-bottom: 0
	}

	header .topbar .header_search:hover .search-bar {
		display: block
	}
}

@media(max-width:991px) {
	header .topbar .header_search .search-bar {
		position: absolute;
		right: 20px;
		z-index: 9999;
		display: none;
		top: 52px;
		padding: 0 20px;
		background: #fff;
		width: 200px
	}
}

@media(max-width:767px) {
	header .topbar .header_search .search-bar {
		top: 47px
	}
}

.contact-header .logo {
  display: flex;
  align-items: center;
  height: 100%;
}

header .topbar .header_search .collection-selector {
	width: 80px;
	display: inline-block;
	position: absolute;
	height: auto
}

header .topbar .header_search .collection-selector .search_text {
	height: 44px;
	overflow: hidden
}

header .topbar .header_search .collection-selector .search_text:before {
	content: "";
	background: url(//bizweb.dktcdn.net/100/459/658/themes/870139/assets/down-search.svg?1659147211882);
	background-repeat: no-repeat;
	width: 17px;
	height: 100%;
	display: block;
	background-size: contain;
	position: absolute;
	top: 4px;
	right: 0
}

header .topbar .header_search .collection-selector .list_search {
	background: #fff;
	border: 1px solid #c4c4c4;
	background-color: #fff;
	position: absolute;
	top: 100%;
	min-width: 200px;
	width: auto;
	z-index: 88;
	font-weight: 400 !important;
	border-radius: 7px;
	left: 0;
	margin-top: 0;
	margin-left: -15px;
	font-size: 14px;
	padding: 5px 20px;
	max-height: 400px;
	overflow-y: auto;
	line-height: 24px
}

button { 
  box-shadow: 0 0 !important;
}

header .topbar .header_search .collection-selector .list_search::-webkit-scrollbar {
	width: 5px;
	height: 2em
}

header .topbar .header_search .collection-selector .list_search::-webkit-scrollbar-button {
	background: #ccc
}

header .topbar .header_search .collection-selector .list_search::-webkit-scrollbar-track-piece {
	background: #eee
}

header .topbar .header_search .collection-selector .list_search::-webkit-scrollbar-thumb {
	background: #888
}

header .topbar .header_search input {
	width: 100%;
	border: none;
	padding-left: 50px
}

@media(max-width:991px) {
	header .topbar .header_search input {
		padding-left: 0
	}
}

header .topbar .header_search .input-group-btn {
	position: absolute;
	border: none
}

@media(max-width:991px) {
	header .topbar .header_search .input-group-btn {
		right: -5px
	}
}

header .topbar .header_search .input-group-btn button {
	border: none;
	background: #fff
}

header .topbar .header_search .input-group-btn button svg {
	transform: translateY(-2px);
	width: 14px;
	height: 14px
}

@media(max-width:991px) {
	header .topbar .header_search .input-group-btn button svg {
		transform: translateY(0px)
	}
}

header .topbar .header_search .input-group-btn button svg path {
	fill: #b0b0b0
}

header .topbar .header_search .input-group-btn button:hover {
	background: #fff;
	border: #fff
}

header .topbar .header_search .input-group-btn button:hover svg {
	transform: translateY(-2px)
}

header .topbar .header_search .input-group-btn button:hover svg path {
	fill: #2f80ed
}

header .topbar .search-account {
	height: 34px;
	line-height: 34px;
	margin-top: 13px
}

@media(max-width:991px) {
	header .topbar .search-account {
		position: relative;
		display: flex;
		justify-content: right
	}

	header .topbar .search-account .icon-mobie {
		margin-right: 10px
	}

	header .topbar .search-account .icon-mobie svg path {
		fill: #b0b0b0
	}
}

a {
	text-decoration: none !important;
}

input {
  outline: none;
}

header .topbar span,
header .topbar a {
	text-decoration: none !important;
	font-size: 14px;
	font-weight: 400
}

header .topbar a:hover {
	color: #ffb9a4
}

header .topbar .contact-header span {
	margin-right: 30px
}

header .topbar .account-cart {
	display: inline-block;
	float: right
}

header .topbar .account-cart .account {
	color: #ccc;
	text-align: right;
	line-height: 44px;
	display: inline-block;
	width: 30px;
	height: 40px;
	margin-right: 10px
}

@media(max-width:991px) {
	header .topbar .account-cart .account {
		display: none;
	}
}

header .topbar .account-cart .account .list-unstyled {
	display: none;
	height: 34px;
	line-height: 26px;
	text-align: center;
	background: #ffb9a4;
	position: absolute;
	top: 38px;
	width: 200px;
	position: absolute;
	width: 200px;
	right: 0;
	padding: 5px;
	box-shadow: #ccc 0 0 3px;
	z-index: 1;
	background: #fff;
}

header .topbar .account-cart .account .list-unstyled svg {
	width: 13px;
	height: 13px;
	transform: translateY(-1px);
	margin-right: 5px;
}

header .topbar .account-cart .account .list-unstyled svg path {
	fill: #444;
}

header .topbar .account-cart .account .list-unstyled span {
	padding: 0 5px;
}

header .topbar .account-cart .account .list-unstyled a {
	margin-left: 0;
}

header .topbar .account-cart .account:hover .list-unstyled {
	display: block;
}

header .topbar .account-cart .account .account.active .list-unstyled {
	display: block;
}

header .topbar .account-cart .account svg {
	width: 20px;
	height: 20px;
}

header .topbar .account-cart .account svg path {
	fill: #444;
}

header .topbar .account-cart .block-cart {
	display: inline-block;
	width: 30px;
	height: 40px;
}

header .topbar .account-cart .block-cart svg {
	width: 20px;
	height: 20px;
}

header .topbar .account-cart .block-cart svg path {
	fill: #444;
}

header .topbar .account-cart .block-cart a {
	position: relative;
}

header .topbar .account-cart .block-cart a span {
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	position: absolute;
	top: -15px;
	left: 14px;
	background: #ffb9a4;
	color: #fff;
	font-size: 10px;
	font-family: roboto, sans-serif;
	font-weight: 700;
	border-radius: 50%;
}

header .midder-header {
	height: 100px;
	line-height: 100px;
	display: flex;
	align-items: center;
}

header .midder-header .logo {
	display: block;
	text-align: center;
}

.search-main p {
	margin-top: 20px;
}

.page .title-head {
	font-size: 28px;
	margin-top: 30px;
}

.header-menu {
	border-bottom: 1px solid #fff;
}

.header-menu .search-account {
	text-align: right;
}

.header-menu .search-account svg {
	height: 22px;
	width: 20px;
}

.header-menu .search-account .header_search {
	padding: 0 15px;
	cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
}

.header-menu .search-account .header_search:hover .block-search {
	display: block;
}

.header-menu .search-account .header_search .block-search {
	display: none;
}

.header-menu .search-account .header_search .block-search .search-bar {
	position: absolute;
	z-index: 9999;
	bottom: 16px;
	right: 0;
}

.header-menu .search-account .header_search .block-search .search-bar button {
	position: absolute;
	right: 2px;
	top: 18px;
	border: none;
	z-index: 999;
	background: #fff;
}

.header-menu .search-account .header_search .block-search .search-bar input {
	padding: 0 40px 0 10px;
  height: 40px;
  border: 1px solid silver;
  position: absolute;
  top: 16px;
  width: 280px;
  right: 0;
}

.header-menu .search-account .account-cart {
	display: inline-flex;
	height: 100%;
}

.header-menu .search-account .account-cart .account {
	padding: 0 15px;
	cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
}

@media(max-width:991px) {
	.header-menu .search-account .account-cart .account {
		display: none;
	}
}

.header-menu .search-account .account-cart .account:hover .list-unstyled {
	display: block;
}

.header-menu .search-account .account-cart .account .list-unstyled {
	display: none;
	line-height: 28px;
	text-align: center;
	top: 63px;
	width: 200px;
	position: absolute;
	right: 15px;
	padding: 5px;
	box-shadow: #ccc 0 0 3px;
	z-index: 1;
	background: #fff
}

.user-widget-items a {
  color: #222;
}

.header-menu .search-account .account-cart .account .list-unstyled svg {
	width: 13px;
	height: 13px;
	transform: translateY(-1px);
	margin-right: 5px
}

.header-menu .search-account .account-cart .block-cart {
	padding: 0 15px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.header-menu .search-account .account-cart .block-cart .header-cart {
	position: relative
}

.header-menu .search-account .account-cart .block-cart .header-cart .count_item_pr {
	width: 18px;
	height: 12px;
	text-align: center;
	line-height: 12px;
	position: absolute;
	top: 12px;
	left: 10px;
	color: #fff;
	border-radius: 6px;
	background: #a05139;
	font-family: josefin sans;
	font-style: normal;
	font-weight: 400;
	font-size: 12px
}

.header-menu .col-search-cart {
	text-align: center;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff
}

@media(max-width:991px) {
	.header-menu .col-search-cart {
		border-left: 0;
		border-right: 0
	}
}

@media(max-width:767px) {
	.header-menu .col-search-cart {
		text-align: left
	}
}

.header-menu .col-search-cart .ct-header {
	line-height: 60px
}

@media(max-width:991px) {
	.header-menu .col-search-cart .ct-header {
		text-align: left
	}
}

.header-menu .col-search-cart .ct-header svg {
	margin-right: 5px
}

.header-menu .col-search-cart .ct-header svg path {
	fill: #fff
}

.header-menu .col-search-cart .ct-header a {
	margin-left: 5px;
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	color: #fff
}

.header-menu .col-search-cart .block-search {
	display: inline-block;
	position: relative;
	margin-right: 20px;
	z-index: 9
}

.header-menu .col-search-cart .block-search>svg {
	width: 16px;
	height: 16px;
	cursor: pointer
}

.header-menu .col-search-cart .block-search .header-search-form {
	position: absolute;
	top: 36px;
	right: 0;
	display: none
}

.header-menu .col-search-cart .block-search .header-search-form:before {
	content: "";
	position: absolute;
	top: -14px;
	right: 0;
	background: 0 0;
	width: 200px;
	height: 14px
}

.header-menu .col-search-cart .block-search .header-search-form input {
	outline: none;
	padding: 0 50px 0 20px;
	border: 1px solid #ebebeb;
	line-height: 40px;
	font-size: 14px
}

.header-menu .col-search-cart .block-search .header-search-form button {
	position: absolute;
	top: 0;
	right: 0;
	border: initial;
	height: 41px;
	width: 41px;
	background: 0 0;
	outline: none;
	line-height: 38px
}

.header-menu .col-search-cart .block-search .header-search-form button svg {
	width: 16px;
	height: 16px;
	margin-top: -3px
}

.header-menu .col-search-cart .block-search:hover .header-search-form {
	display: block
}

.header-menu .col-search-cart .block-cart {
	display: inline-block
}

.header-menu .col-search-cart .block-cart .header-cart {
	position: relative
}

.header-menu .col-search-cart .block-cart .header-cart svg {
	width: 16px;
	height: 16px
}

.header-menu .col-search-cart .block-cart .header-cart .count_item_pr {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	position: absolute;
	top: -5px;
	right: -10px;
	background: #ffb9a4;
	color: #fff;
	font-size: 12px;
	border-radius: 50%
}

.header-menu .email-header {
	border-right: 1px solid #fff
}

@media(max-width:991px) {
	.header-menu .email-header {
		border-right: 0
	}
}

@media(max-width:767px) {
	.header-menu .email-header {
		display: none
	}
}

.header-menu .email-header .email {
	line-height: 60px;
	color: #fff;
	text-align: center
}

.header-menu .email-header .email a {
	color: #fff
}

.header-menu .email-header .email a:hover {
	color: #333
}

.header-menu .email-header .email svg {
	margin-right: 5px
}

.header-menu .header-nav ul {
	padding: 0;
	margin: 0;
	list-style: none
}

@media(max-width:991px) {
	.col-menu {
		display: block
	}
}

.page_project {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 90px
}

.page_project .title_project_blog h2 {
	color: #333;
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	padding-bottom: 20px;
	background-image: url(//bizweb.dktcdn.net/100/459/658/themes/870139/assets/page-title.png?1659147211882);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 25px;
	line-height: 25px;
	text-transform: uppercase;
	text-align: center
}

.page_project .tabs {
	padding: 0;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
	margin-top: 5px
}

.page_project .tabs li {
	list-style: none;
	display: inline-block
}

.page_project .tabs li a {
	text-decoration: none;
	color: #333;
	background-color: #f1f1f1;
	font-weight: 700;
	border-radius: 5px;
	padding: 7px 20px;
	margin: 0 4px 5px;
	border: none
}

.page_project .tabs li a:hover {
	color: #fff !important;
	background-color: #ffb9a4
}

.page_project .tabs .current a {
	color: #fff;
	background-color: #ffb9a4
}

.page_project .tab-content {
	display: none
}

.page_project .active {
	display: block;
}

.page_project .item_project_main .item-blog .block-thumb {
	margin-bottom: 30px;
}

.page_project .item_project_main .item-blog .block-thumb .time-post {
	display: none;
}

.page_project .item_project_main .item-blog .block-thumb .thumb {
	display: block;
	overflow: hidden;
}

.page_project .item_project_main .item-blog .block-thumb .thumb img {
	width: 100%;
}

.page_project .item_project_main .item-blog .block-thumb .thumb:hover img {
	animation-name: pulse;
	animation-duration: 1.5s;
}

.page_project .item_project_main .item-blog .block-content {
	display: none;
}

.item_product_main {
  margin-bottom: 25px;
}

.product-action .product-thumbnail {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	border: 1px solid #f2f2f2;
	border-radius: 3px;
}

.product-action .product-thumbnail .action .btn-proceed-checkout {
	width: calc(100% - 60px);
	margin-right: 12px;
	margin-left: 5px;
	padding: 11px 13px;
	color: #a05139;
	background: #ffb9a4;
	border: 1px solid #ffb9a4;
	border-radius: 3px;
	font-weight: 700;
	font-size: 14px;
}

.product-action .product-thumbnail .action .btn-proceed-checkout:hover {
	background: #fff;
}

.product-action .product-thumbnail .image_thumb {
	padding-bottom: 100%;
	display: block;
	height: 0;
	position: relative;
}

.product-action .product-thumbnail .image_thumb img {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
	position: absolute;
}

.product-action .product-thumbnail .image_thumb:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #fdfdfd;
	opacity: 0;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

.product-action .product-info {
	text-align: center;
}

.product-action .product-info .product-name {
	font-size: 16px;
	font-weight: 400;
}

.product-action .product-info .product-name a {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: unset;
	color: #333;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 34px;
}

.product-action .product-info .product-name:hover a {
	color: #2f80ed !important;
}

.product-action .product-info .price-box {
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	color: #333;
	cursor: auto;
}

.product-action .product-info .price-box .compare-price {
	text-decoration: line-through;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #8c8c8c;
	margin-right: 10px;
}

.scrolltop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  font-size: 16px;
  min-width: 40px;
  min-height: 40px;
  overflow: hidden;
  z-index: 12;
  text-align: center;
  opacity: 1;
  transition: all .5s ease-in-out 0s;
  transform: scale(1);
  padding: 6px 0;
  border-radius: 50%;
  background: #ffb9a4;
  color: #fff;
  cursor: pointer;
}

.scrolltop:hover {
	background: #2f80ed;
}

.mail {
	background: #ffece1;
	padding: 22px 0;
}

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

@media(max-width:991px) {
	.mail .mailchimp-alerts {
		margin-bottom: 20px;
	}
}

.mail .link-social a {
	margin: 0 12px;
}

@media(max-width:1199px) {
	.mail .link-social a {
		margin: 0 5px;
	}
}

@media(max-width:991px) {
	.mail .link-social a {
		margin-right: 0 12px;
	}
}

.mail .link-social a svg {
	width: 36px;
	height: 36px;
}

.mail .link-social a:hover svg {
	opacity: .5;
}

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

@media(max-width:991px) {
	.mail .text-email {
		text-align: center;
		margin-bottom: 20px;
	}
}

@media(max-width:767px) {
	.mail .text-email svg {
		display: none;
	}
}

.mail .text-email .title-menu {
	margin: 0;
	line-height: 32px;
}

.mail .text-email .title-menu svg {
	width: 63px;
	height: 36px;
	margin-right: 10px;
	display: inline-block;
}

.mail .text-email .title-menu p {
	margin: 0;
	display: inline-block;
}

.mail .email .mailchimp-alerts {
	position: relative;
	top: 10px;
}

.mail h4 {
	font-size: 16px;
	color: #333;
	line-height: 20px;
	font-weight: 700;
}

.mail #mc-form {
	position: relative;
	width: 100%;
	display: flex;
}

@media(max-width:991px) {
	.mail #mc-form {
		margin: 0;
		margin-bottom: 20px;
	}
}

.mail #mc-form input {
	width: calc(100% - 55px);
	border: #fff;
	height: 38px;
	padding: 0 55px 0 10px;
}

input:focus,
button:focus {
  box-shadow: none;
}

@media(max-width:991px) {
	.mail #mc-form input {
		width: 100%;
		border-radius: 0;
		padding: 0 112px 0 10px;
	}
}

@media(max-width:767px) {
	.mail #mc-form input {
		height: 38px;
	}
}

.mail #mc-form button {
	width: 100px;
	position: absolute;
	border: none;
	background: #ffb9a4;
	color: #a05139;
	font-size: 14px;
	right: 0;
	height: 38px;
	font-weight: 700;
	outline: none;
}

@media(max-width:991px) {
	.mail #mc-form button {
		right: 0;
		border-radius: 0;
	}
}

.mail #mc-form button:hover {
	background: #fff;
	border: 1px solid #ffb9a4
}

.footer {
	background-repeat: no-repeat;
	background-size: cover
}

.footer .logo {
	display: block;
	margin-bottom: 20px
}

.footer .mid-footer {
	display: flex;
	padding-top: 25px;
	padding-bottom: 55px
}

@media(max-width:991px) {
	.footer .mid-footer {
		padding-bottom: 15px
	}
}

.footer .mid-footer .info-footer {
	width: 100%;
	background: #ffb9a4;
	position: relative
}

.footer .mid-footer .info-footer .col-footer {
	padding-left: 0;
	margin-top: 80px;
	margin-bottom: 60px
}

@media(max-width:767px) {
	.footer .mid-footer .info-footer .col-footer {
		padding-left: 15px;
		margin-top: 40px;
		margin-bottom: 30px
	}
}

.footer .mid-footer .map-footer {
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	height: 100%
}

@media(max-width:767px) {
	.footer .mid-footer .map-footer {
		position: relative;
		width: 100%
	}
}

.footer .mid-footer .map-footer #contact_map iframe {
	border: 0;
	width: 100%;
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0
}

@media(max-width:767px) {
	.footer .mid-footer .map-footer #contact_map iframe {
		height: 300px;
		position: relative
	}
}

.footer .mid-footer .link-list .text {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	padding-bottom: 20px
}

.footer .mid-footer .link-list .text2 {
	padding-top: 20px;
	margin-bottom: 10px
}

.footer .mid-footer .link-list .item {
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	padding-bottom: 15px
}

.footer .mid-footer .link-list .item svg {
	float: left;
	width: 20px;
	height: 20px;
	transform: translateY(2px);
}

.footer .mid-footer .link-list .item p {
	float: left;
	margin: 0;
	padding-left: 10px;
	width: calc(100% - 35px);
	margin-bottom: 12px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

.footer .mid-footer .link-list .item a {
	padding-left: 10px;
	float: left;
	width: calc(100% - 35px);
	margin-bottom: 12px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #222;
}

.footer .mid-footer .link-list .item a:hover {
	color: #2f80ed;
}

.footer .mid-footer .link-list .tel_item span {
	display: block;
}

.footer .mid-footer .title-menu {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #a05139;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 15px;
}

.footer .mid-footer .list-menu a {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 8px;
	color: #333;
	display: block;
}

.footer .mid-footer .list-menu a:hover {
	color: #2f80ed;
}

.footer .mid-footer .mailchim {
	margin-bottom: 30px;
}

.footer .mid-footer .mailchim .mailchimp-alerts {
	margin-top: 5px;
}

.footer .mid-footer .mailchim .newsletter-form {
	position: relative;
}

.footer .mid-footer .mailchim .newsletter-form input {
	height: 40px;
	width: 100%;
	padding: 0 80px 0 10px;
	outline: none;
	border: 1px solid #ebebeb;
	font-size: 14px
}

.footer .mid-footer .mailchim .newsletter-form button {
	position: absolute;
	right: 0;
	top: 0;
	border: initial;
	height: 40px;
	font-size: 14px;
	padding: 0 10px;
	background: #333;
	color: #fff
}

.footer .mid-footer .mailchim .newsletter-form button:hover {
	background: #2f80ed
}

.footer .mid-footer .social-footer p {
	margin: 0
}

@media(max-width:767px) {
	.footer .mid-footer .social-footer p {
		margin-bottom: 15px
	}
}

.footer .mid-footer .social-footer .link-social {
	padding-top: 15px
}

.footer .mid-footer .social-footer .link-social a {
	margin-right: 8px;
	color: #959595
}

.footer .mid-footer .social-footer .link-social a:hover svg path {
	fill: #ffb9a4
}

.footer .mid-footer .social-footer .link-social svg {
	width: 40px;
	height: 40px
}

@media(max-width:1200px) {
	.footer .mid-footer .social-footer .link-social svg {
		width: 32px;
		height: 32px
	}
}

.footer .mid-footer .social-footer .tel_complain {
	padding-left: 10px
}

.footer .menu {
	padding-top: 40px;
	background: #2a2a2a;
	position: relative;
	background-position: top center
}

.footer .menu .col-footer2 {
	margin-bottom: 25px;
	position: relative;
	overflow: hidden
}

.footer .menu .col-footer2 h4 {
	color: #dbdbdb;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 20px
}

.footer .menu .col-footer2 .list-menu a {
	display: block;
	color: #898989;
	line-height: 20px;
	padding: 15px 0;
	border-bottom: 1px solid #363636
}

.footer .menu .col-footer2 .list-menu a:last-child {
	border-bottom: 0
}

.footer .menu .col-footer2 .list-menu a:hover {
	color: #2f80ed
}

.footer .menu .col-footer2 .link-social {
	padding: 15px 1px;
	border-top: 1px solid #363636
}

.footer .menu .col-footer2 .social-footer .link-social a {
	background: #363636;
	height: 35px;
	width: 35px;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	line-height: 35px;
	text-align: center
}

.footer .menu .col-footer2 .social-footer .link-social a svg {
	width: 16px;
	height: 16px
}

.footer .menu .col-footer2 .social-footer .link-social a svg path {
	fill: #898989
}

.footer .menu .col-footer2 .social-footer .link-social a:hover {
	background: #898989
}

.footer .menu .col-footer2 .social-footer .link-social a:hover svg path {
	fill: #363636
}

.footer #copyright {
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #e2e5ec;
	color: #777;
	font-size: 12px;
	line-height: 35px;
	font-weight: 600;
	background: #fff
}

.footer #copyright .opacity1 a {
	color: #777
}

.footer #copyright .opacity1 a:hover {
	color: #2f80ed
}

@media(max-width:424px) {
	.footer #copyright {
		text-align: center
	}

	.footer #copyright .opa {
		display: none
	}

	.footer #copyright .opacity1 {
		display: block
	}

	.footer #copyright .dc {
		display: none
	}
}

.cart--empty-message svg {
	display: none
}

.cart--empty-message p {
	margin: 15px 0
}

@media(min-width:1199px) {
	.product-action .product-thumbnail .action {
		justify-content: center;
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 100%;
		transform: translate(-50%, 0%);
		z-index: 10;
		-webkit-transition: all ease .3s;
		-moz-transition: all ease .3s;
		-ms-transition: all ease .3s;
		-o-transition: all ease .3s;
		transition: all ease .3s;
		opacity: 0;
		margin-bottom: 7px
	}

	.product-action .product-thumbnail .action .btn-views {
		margin-top: 0;
		padding: 11px 13px;
		color: #ffb9a4;
		font-size: 14px;
		border: none;
		float: left;
		margin-right: 4px;
		background: #fff4f0;
		border: 1px solid #ffb9a4;
		border-radius: 3px
	}

	.product-action .product-thumbnail .btn-views svg {
		transform: translateY(-2px)
	}

	.product-action .product-thumbnail .btn-views svg path {
		fill: #a05139;
	}

	.product-action .product-thumbnail .btn-views:hover {
		background: #fff;
		color: #ffb9a4;
	}

	.product-action .product-thumbnail .ct {
		width: 90px;
		margin-right: 0;
		background: #57b8ee;
		border: 1px solid #57b8ee;
	}

	.product-action .product-thumbnail .ct:hover {
		background: #fff;
		border: 1px solid #57b8ee;
		color: #ffb9a4;
	}

	.product-action:hover .action,
	.product-action:hover .btn-change {
		opacity: 1 !important;
	}
	
  .product-action .product-thumbnail .btn-change {
    margin-top: 0;
    padding: 11px 13px;
    color: #ffb9a4;
    font-size: 14px;
    /* border: none; */
    float: left;
    margin-right: 4px;
    background: #fff4f0;
    border: 1px solid #ffb9a4;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 10;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    opacity: 0; 
    margin-bottom: 7px;
  }
}

@media(min-width:991px) {
	.header-menu {
		display: flex;
		align-items: center;
		background: #fff;
		border-top: .5px solid #e5e5e5;
		border-bottom: .5px solid #e5e5e5;
	}

	.header-menu .header-nav {
		line-height: 64px;
	}

	.header-menu .header-nav>ul.item_big>li.nav-item {
		display: inline-block;
		position: relative;
		margin-right: 20px;
	}

	.header-menu .header-nav>ul.item_big>li.nav-item:hover>a {
		color: #2f80ed;
	}

	.header-menu .header-nav>ul.item_big>li.nav-item>a {
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 19px;
		text-transform: uppercase;
		color: #333;
	}
}

@media(min-width:991px) and (max-width:1199px) {
	.header-menu .header-nav>ul.item_big>li.nav-item>a {
		font-size: 14px;
	}
}

@media(min-width:991px) {
	.header-menu .header-nav>ul.item_big>li.nav-item>a.caret-down:after {
		content: "";
		position: relative;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 5px 0;
		border-color: #333 transparent transparent transparent;
		display: inline-block;
		top: -2px;
		margin-left: 2px;
		margin-top: -6px;
		transition: .5s;
	}

	.header-menu .header-nav>ul.item_big>li.nav-item:hover>a.caret-down:after {
		transform: rotate(180deg);
		border-color: #2f80ed transparent transparent transparent;
	}

	.header-menu .header-nav>ul.item_big>li.nav-item:hover>ul {
		overflow: visible;
		max-height: 3000px;
		max-width: 3000px;
		opacity: 1;
		-webkit-transform: perspective(600px) rotateX(0deg);
		-moz-transform: perspective(600px) rotateX(0deg);
		-ms-transform: perspective(600px) rotateX(0deg);
		-o-transform: perspective(600px) rotateX(0deg);
		transform: perspective(600px) rotateX(0deg);
		-webkit-transition: -webkit-transform .5s ease, opacity .2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
		-o-transition: -o-transform .5s ease, opacity .2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
		transition: transform .5s ease, opacity .2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end
	}

	.header-menu .header-nav>ul.item_big>li.nav-item .fa-caret-down {
		visibility: hidden;
		display: none;
	}

	.header-menu .header-nav>ul.item_big>li.nav-item .item_small {
		overflow: hidden;
		display: block;
		max-height: 0;
		max-width: 0;
		opacity: 0;
		-webkit-transform: perspective(600px) rotateX(-90deg);
		-moz-transform: perspective(600px) rotateX(-90deg);
		-ms-transform: perspective(600px) rotateX(-90deg);
		-o-transform: perspective(600px) rotateX(-90deg);
		transform: perspective(600px) rotateX(-90deg);
		-webkit-transition: -webkit-transform .5s ease, opacity .6s ease, max-height .6s step-end, max-width .6s step-end, padding .6s step-end;
		-o-transition: -o-transform .5s ease, opacity .6s ease, max-height .6s step-end, max-width .6s step-end, padding .6s step-end;
		transition: transform .5s ease, opacity .6s ease, max-height .6s step-end, max-width .6s step-end, padding .6s step-end;
		position: absolute;
		top: 63px;
		left: 0;
		width: 220px;
		padding: 0;
		background-color: #fff;
		box-shadow: 0 1px 2px 2px rgba(0, 0, 0, .04);
		-webkit-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		z-index: 99;
	}

	.header-menu .header-nav>ul.item_big>li.nav-item .item_small:before {
		content: "";
		position: absolute;
		top: -14px;
		right: 0;
		background: 0 0;
		width: 200px;
		height: 14px;
	}

	.header-menu .header-nav>ul.item_big>li.nav-item>ul li {
		float: none;
		padding: 0;
	}

	.header-menu .header-nav>ul.item_big>li.nav-item>ul li:last-child>a {
		border-bottom: 0;
	}

	.header-menu .header-nav>ul.item_big>li.nav-item>ul li:hover>ul {
		display: block;
		position: absolute;
		width: 250px;
		padding: 0;
		background-color: #fff;
		z-index: 99;
		box-shadow: 0 1px 2px 2px rgba(0, 0, 0, .04);
	}
}

@media(min-width:991px) and (max-width:1199px) and (min-width:992px) {
	.header-menu .header-nav>ul.item_big>li.nav-item>ul li:hover>ul {
		position: relative;
		left: 0;
		width: 100%;
		padding-left: 0;
		box-shadow: 0 1px 2px 2px rgba(0, 0, 0, .04);
	}

	.header-menu .header-nav>ul.item_big>li.nav-item>ul li:hover>ul li a {
		padding-left: 25px;
	}
}

@media(min-width:991px) {
	.header-menu .header-nav>ul.item_big>li.nav-item>ul li a {
		font-weight: 400;
		font-size: 14px;
		line-height: 24px;
		display: block;
		padding: 8.5px 20px 8.5px 10px;
		color: #333;
		position: relative;
		border-bottom: solid 1px #e5e6ec;
		text-align: left;
	}

	.header-menu .header-nav>ul.item_big>li.nav-item>ul li a:hover {
		color: #2f80ed;
	}

	.header-menu .header-nav>ul.item_big>li.nav-item>ul li a.caret-down:before {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 5px 0;
		border-color: #333 transparent transparent transparent;
		display: inline-block;
		top: 50%;
		left: 100%;
		margin-left: -15px;
		margin-top: -2px;
		transition: .5s;
		transform: rotate(270deg);
	}

	.header-menu .header-nav>ul.item_big>li.nav-item>ul li ul {
		display: none;
		left: 220px;
		top: 0;
	}

	.header-menu .header-nav>ul.item_big>li.nav-item>ul>li {
		color: #333;
	}

	.header-menu .header-nav>ul.item_big>li.nav-item>ul>li:hover>a.caret-down:before {
		border-color: #2f80ed transparent transparent transparent;
	}

	.header-menu .header-nav>ul.item_big>li.nav-item>ul>li ul li:hover>a {
		color: #2f80ed;
	}

	.header-menu .header-nav>ul.item_big>li.active>a span>i.icon-down {
		border-color: #2f80ed transparent transparent transparent;
	}

	.header-menu .header-nav ul li ul a.text2line:hover {
		color: #2f80ed !important;
		background: 0 0 !important;
	}

	.header-menu .header-nav li li {
		position: relative;
	}

	.header-menu .col-search-cart a:hover {
		color: #333;
	}
}

@media(min-width:767px) {

	.footer .mid-footer .title-menu svg,
	.footer .mid-footer .title-menu .Collapsible__Plus {
		display: none;
	}
}

@media(max-width:991px) {
	.menu-bar {
	  padding-left:15px;
	}

	.menu-bar svg {
		width: 23px;
		height: 23px;
	}

	.menu-bar svg path {
		fill: #777;
	}

	.header-nav {
		background-color: #fff;
		position: fixed;
		top: 0 !important;
		left: 0;
		z-index: 99999;
		width: 250px;
		transform: translateX(-100%);
		visibility: hidden;
		transition: transform .5s cubic-bezier(.645, .045, .355, 1), visibility .5s cubic-bezier(.645, .045, .355, 1);
		box-shadow: none;
		touch-action: manipulation;
		padding: 10px 0;
		border: 1px solid #ffb9a4;
	}

	.header-nav.current {
		visibility: visible;
		transform: translateX(0);
	}

	.header-nav .item_big {
		overflow-y: auto;
		max-height: 100vh;
		height: 100vh;
	}

	.header-nav .item_big .account .btnx {
		border-bottom: 1px solid #fafafa;
	}

	.header-nav .item_big .account a {
		display: block;
		color: #444;
		padding: 0 10px;
		line-height: 35px;
		color: #444;
	}

	.header-nav .item_big .account a svg {
		width: 14px;
		height: 14px;
		margin-right: 5px;
	}

	.header-nav .item_big .account a svg path {
		fill: #444;
	}

	.header-nav .item_big .nav-item {
		position: relative;
		border-bottom: 1px solid #fafafa;
	}

	.header-nav .item_big .nav-item a {
		padding: 0 10px !important;
		color: #444;
		height: unset;
		line-height: 35px;
		display: block;
		font-size: 14px;
		word-break: break-word;
		margin-right: 25px;
	}

	.header-nav .item_big .nav-item .fa-caret-down {
		visibility: visible;
		position: absolute;
		right: 5px;
		top: 0;
		width: 30px;
		height: 35px;
		line-height: 35px;
		text-align: center;
		display: inline-block;
	}

	.header-nav .item_big .nav-item .fa-caret-down:before {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 5px 0;
		border-color: #444 transparent transparent transparent;
		display: inline-block;
		top: 50%;
		transform: translateY(-50%);
		right: 10px;
		transition: .5s;
		margin-top: 0;
	}

	.header-nav .item_big .nav-item .item_small {
		padding-left: 10px;
	}

	.header-nav .item_big .nav-item .item_small li {
		position: relative;
	}

	.header-nav .item_big .nav-item .item_small ul {
		padding-left: 10px;
	}

	.header-nav .item_big .nav-item .item_small ul li {
		position: relative;
	}

	.header-nav .item_big .nav-item .item_small ul li .fa-caret-down {
		visibility: visible;
		position: absolute;
		right: 5px;
		top: 0;
		width: 30px;
		height: 35px;
		line-height: 35px;
		text-align: center;
		display: inline-block;
	}

	.header-nav .item_big .nav-item .item_small ul li .fa-caret-down:before {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 5px 0;
		border-color: #333 transparent transparent transparent;
		display: inline-block;
		top: 60%;
		transform: translateY(-50%);
		right: 10px;
		transition: .5s;
		margin-top: -3px;
	}

	.header-nav li>ul {
		display: none;
	}

	.header-nav li.current>a {
		color: #2f80ed !important;
	}

	.header-nav li.current>ul {
		display: block;
	}

	.header-nav li.current .fa.current {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-os-transform: rotate(180deg);
		transition: all .5s;
		margin-top: 0;
		color: #3ba66b;
	}

	.header-nav li.current .fa.current:before {
		border-color: #2f80ed transparent transparent transparent;
		top: 50%;
	}

	.opacity_menu {
		background: rgba(0, 0, 0, .8);
		position: fixed;
		top: 0 !important;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 99999;
		display: none;
	}

	.opacity_menu.current {
		display: block;
	}
}

@media(max-width:991px) and (min-width:767px) {
	header .topbar .contact-header {
		padding-left: 50px;
	}

	header .topbar .contact-header span {
		margin-right: 10px;
	}

	header .topbar .account-header a {
		margin-left: 10px;
	}

	.footer .mid-footer .col-footer {
		margin-bottom: 20px;
	}
}

@media(max-width:767px) {
	header .topbar .account-header {
		text-align: right;
	}

	header .topbar .account-header a {
		margin-left: initial;
		padding: 0 4px;
	}

	header .topbar span,
	header .topbar a {
		font-size: 12px;
	}

	header .topbar .contact-header {
		padding-left: 60px;
		line-height: 55px;
	}

	header .topbar .contact-header span {
		margin-right: 0;
	}

	header .topbar .contact-header .logo img {
		max-height: 35px;
	}

	header .midder-header .logo {
		width: 135px;
		margin: auto;
	}

	.header-menu .col-search-cart {
		padding-right: 0;
	}

	.header-menu .col-search-cart .block-search {
		margin-right: 5px;
	}

	.footer .mid-footer .title-menu {
		margin-bottom: 10px;
		position: relative;
		margin-top: 0;
	}

	.footer .mid-footer .title-menu .Collapsible__Plus {
		visibility: visible;
		position: absolute;
		right: 5px;
		top: 0;
		width: 30px;
		height: 35px;
		line-height: 35px;
		text-align: center;
		display: inline-block;
	}

	.footer .mid-footer .title-menu .Collapsible__Plus:before {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 5px 0;
		border-color: #333 transparent transparent transparent;
		display: inline-block;
		top: 13px;
		transform: translateY(-50%);
		right: 10px;
		transition: .5s;
		margin-top: -3px;
	}

	.footer .mid-footer .title-menu .Collapsible__Plus::before {
		width: 11px;
		height: 1px;
		opacity: 1;
	}

	.footer .mid-footer .title-menu .Collapsible__Plus::after {
		width: 1px;
		height: 11px;
	}

	.footer .mid-footer .title-menu.current .Collapsible__Plus {
		top: -4px;
	}

	.footer .mid-footer .title-menu.current .Collapsible__Plus:before {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-os-transform: rotate(180deg);
		transition: all .5s;
		margin-top: 0;
		color: #a05139;
		border-color: #2f80ed transparent transparent transparent;
	}

	/*.footer .mid-footer .hidden-mobile {*/
	/*	display: none;*/
	/*}*/

	/*.footer .mid-footer .hidden-mobile.current {*/
	/*	display: block;*/
	/*}*/

	.footer .mid-footer .mailchim .newsletter-form {
		margin-top: 15px;
	}

	.footer .mid-footer .link-social {
		margin-top: 10px;
	}

	.footer .col-footer {
		margin-bottom: 15px;
	}
}

@media(max-width:1199px) {
	.item_big .nav-item {
		margin-right: 10px !important;
	}
}

@media (min-width: 768px) {
  .footer .footer-collapse {
    display: block!important;
  }
}


.logo-pancake {
	text-align: end;
	padding: 8px 0;
	font-size: 13px;
	border-top: 1px solid #e2e5ec;
}

.logo-pancake img {
	width: 100px;
	height: 30px;
}

.fade.in {
  opacity: 1 !important;
}

.modal-backdrop.in {
  opacity: 0.5 !important;
}