@media (min-width:992px) {
	.box-framed #wrapper {
		bottom: 20px
	}
	.box-framed #header #header-wrap,
	.box-framed #header.sticky-header #header-wrap,
	.box-framed #side-panel .side-panel-wrap {
		top: 20px
	}
	.box-framed .frame-bottom,
	.box-framed .frame-left,
	.box-framed .frame-right,
	.box-framed .frame-top {
		position: fixed;
		top: 0;
		left: 0;
		background: #d4cdc4;
		z-index: 400
	}
	.box-framed .frame-left,
	.box-framed .frame-right {
		bottom: 0;
		width: 20px
	}
	.box-framed .frame-right {
		left: auto;
		right: 0
	}
	.box-framed .frame-bottom,
	.box-framed .frame-top {
		right: 0;
		height: 20px
	}
	.box-framed .frame-bottom {
		top: auto;
		bottom: 0
	}
	#section-counter img {
		max-height: 100px;
		margin-bottom: 5px
	}
	#section-counter h4 {
		color: #45453e;
		margin: 0
	}
	#header.transparent-header+#slider,
	#slider+#header.transparent-header {
		top: -80px;
		margin-bottom: -80px
	}
	#header.transparent-header.floating-header+#slider {
		top: -140px;
		margin-bottom: -140px
	}
	#primary-menu ul li>a {
		padding: 29px 13px;
		font-weight: 500;
		letter-spacing: 0;
		font-size: 14px
	}
	#primary-menu ul ul li>a {
		font-size: 14px
	}
	#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a {
		text-decoration: underline!important;
		color: var(--danger)!important
	}
	#top-account,
	#top-cart,
	#top-search {
		margin-top: 28px;
		margin-bottom: 28px;
		padding: 0 5px
	}
	#top-account {
		padding: 3px 15px;
		margin-top: 25px;
		margin-bottom: 25px
	}
	#header,
	#header-wrap,
	#logo img {
		height: 80px
	}
	#header {
		top: 20px;
		height: 100px
	}
	#header.sticky-header:not(.static-sticky),
	#header.sticky-header:not(.static-sticky) #header-wrap,
	#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
		height: 60px
	}
	#header.sticky-header:not(.static-sticky) #primary-menu>ul>li>a {
		padding-top: 19px;
		padding-bottom: 19px
	}
	#header.sticky-header:not(.static-sticky) #top-account,
	#header.sticky-header:not(.static-sticky) #top-cart,
	#header.sticky-header:not(.static-sticky) #top-search {
		margin-top: 20px!important;
		margin-bottom: 20px!important
	}
	#header.sticky-header:not(.static-sticky) #top-account {
		padding: 0 15px
	}
	#header.full-header #primary-menu>ul {
		border-right: 0
	}
	.slider-caption h2 {
		font-size: 60px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 5px
	}
}

#top-account,
.showcase-target-images {
	position: relative
}

#top-cart>a,
#top-search a {
	width: 24px;
	height: 24px
}

@media (max-width:991.98px) {
	#top-account {
		padding-right: 15px
	}
	#top-cart,
	#top-search a {
		margin: 36px 0!important
	}
	#top-cart>a,
	#top-search a {
		width: 18px;
		height: 18px
	}
	.responsive-sticky-header:not(.static-sticky) #top-cart,
	.responsive-sticky-header:not(.static-sticky) #top-search a {
		margin: 20px 0!important
	}
	.responsive-sticky-header:not(.static-sticky) #top-account {
		margin: 17px 0 16px!important
	}
}

#top-account {
	font-size: 14px;
	font-weight: 500;
	border-right: 1px solid #DDD;
	padding: 3px 15px 3px 0
}

#top-bar.dark,
.dark #top-social li a,
.dark .top-links li>a {
	color: #FFF
}

.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
	padding: 10px;
	border-radius: 33%;
	background: linear-gradient(90deg, rgba(61, 158, 186, 1) 0, rgba(147, 190, 69, 1) 100%);
	-webkit-box-shadow: 0 15px 40px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 15px 40px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 15px 40px 0 rgba(0, 0, 0, .1)
}

.feature-box,
.feature-box.fbox-right {
	min-height: 64px
}

.fbox-effect .fbox-icon img {
	-webkit-transition: background-color .3s, color .3s;
	-o-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s
}

.showcase-target {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: cubic-bezier(.57, .21, .69, 1);
	-moz-transition-timing-function: cubic-bezier(.57, .21, .69, 1);
	-o-transition-timing-function: cubic-bezier(.57, .21, .69, 1);
	transition-timing-function: cubic-bezier(.57, .21, .69, 1)
}

.showcase-target.showcase-target-active {
	position: relative;
	display: block
}

.showcase-section:hover .showcase-target {
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05)
}

.showcase-section ul li {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #000;
	cursor: pointer;
	border: 1px solid #EEE
}

.showcase-section ul li.trans-blanc {
	background-color: #FFF
}

.showcase-section ul li.trans-fuchsia {
	background-color: #C71585
}

.showcase-section ul li.trans-orange {
	background-color: coral
}

.showcase-section ul li.trans-rose {
	background-color: pink
}

.showcase-section ul li.trans-violet {
	background-color: #7B68EE
}

.showcase-section ul li.trans-bleu-clair {
	background-color: #1E90FF
}

.showcase-section ul li.trans-bleu-fonce {
	background-color: #0000CD
}

.showcase-section ul li.trans-vert-clair {
	background-color: #40E0D0
}

.showcase-section ul li.trans-vert-fonce {
	background-color: #20B2AA
}

.showcase-section ul li.pail-transp {
	background-color: #F5F5F5
}

.showcase-section ul li.pail-bleu {
	background-color: #1E90FF
}

.showcase-section ul li.pail-fuchsia {
	background-color: #C71585
}

.showcase-section ul li.pail-vert {
	background-color: #40E0D0
}

.showcase-section ul li.pail-violet {
	background-color: #7B68EE
}

.showcase-section ul li.opa-blanc {
	background-color: #FFF
}

.showcase-section ul li.opa-noir {
	background-color: #333
}

.showcase-section ul li.bois {
	background-color: #DAA520
}

.showcase-section ul li.trans17-fuchsia {
	background-color: #C71585
}

.showcase-section ul li.trans17-bleu-clair {
	background-color: #1E90FF
}

.showcase-section ul li.trans17-vert-clair {
	background-color: #40E0D0
}

.showcase-section ul li.trans17-blanc {
	background-color: #FFF
}

.showcase-section ul li.trans17-bois {
	background-color: #DAA520
}

.item-color span {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 3px;
	margin-bottom: 12px;
	font-weight: 600
}

.button.button-change.button-color {
	background-color: #FFF!important;
	text-shadow: none
}

.button.button-change {
	background: linear-gradient(90deg, rgba(61, 158, 186, 1) 0, rgba(147, 190, 69, 1) 100%);
	box-shadow: 0 28px 32px -22px rgba(0, 0, 0, .75)
}

.button.button-change.button-large {
	padding: 3px 22px;
	height: 49px
}

.button.button-change span {
	text-align: center;
	display: block;
	vertical-align: middle;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}

.button.button-change span:last-child,
.button:hover.button-change span:first-child {
	opacity: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.button:hover.button-change span:last-child {
	opacity: 1;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%)
}

.footer-big-contacts {
	color: #333;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px
}

.dark .footer-big-contacts {
	color: rgba(255, 255, 255, .8)
}

.footer-big-contacts span {
	display: block;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	color: #888;
	letter-spacing: 2px
}

.border-form-control {
	height: 48px;
	padding: 8px 4px;
	font-size: 16px;
	letter-spacing: 1px;
	background-color: transparent!important;
	border-top: transparent;
	border-right: transparent;
	border-left: transparent;
	border-bottom-width: 1px;
	font-family: Montserrat, sans-serif
}

textarea.border-form-control {
	resize: none;
	overflow: hidden;
	word-wrap: break-word
}