html {
	overflow-x: hidden;
	
	font-size: 16px;
}
body {
	width: 100%;
	padding-right: 0 !important;

	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	font-weight: 300;
	color: #000;
	line-height: 1.6;
}
@media (min-width: 1200px) {
	body {
		position: relative;
		z-index: 1;
	}
}
@media (max-width: 479px) {
	body {
		overflow-x: hidden;
	}
}
@media (max-width: 479px) {
	element {
		-webkit-overflow-scrolling: touch;
	}
	element > * {
		-webkit-transform: translateZ(0px);
	}
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
.inline-block {
	display: inline-block;
}
img {
	max-width: 100%;
	height: auto;
}
select::-ms-expand {
    display: none;
}


/* default font size */
.fa {
	font-size: 0.88rem;
}
.lnr {
	font-size: 1.38rem;
}


/* Override the bootstrap defaults */
h1 {
	font-size: 2.06rem;
}
h2,
.h2 {
	font-size: 1.98rem;
}
h3,
.h3 {
	font-size: 1.9rem;
}
p {
	margin-bottom: 30px;

	font-size: 1.25rem;
}
@media (max-width: 991px) {
	p {
		font-size: 1.13rem;
	}
}
@media (max-width: 767px) {
	h3,
	.h3	{
		font-size: 1.40rem;
	}
}
h4 {
	font-size: 0.94rem;
}
h5 {
	font-size: 0.75rem;
}
h6 {
	font-size: 0.64rem;
}
a {
	color: #000;

	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover, a:focus {
	text-decoration: none;

	color: #999;
}
a:focus {
	outline: 0;
}
legend {
	padding: 7px 0;

	font-size: 1.13rem;
	font-weight: 500;

	border-bottom: 0;
}
label {
	font-size: 0.94rem;
	font-weight: normal;
	line-height: 1;
}
input:focus {
	outline: 0;
}
button {
	border: 0;
	background: transparent;
}
button:focus {
	outline: 0;
}
.form-control {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}
textarea.form-control {
    border: 1px solid #000;
}
.form-control2 {
	margin-bottom: 5px;

    border: 2px solid #e7e7e7 !important;
}
.form-control2:focus {
    border: 2px solid #000 !important;
}
.form-horizontal .control-label {
	padding-top: 13px;

	line-height: 1.3;
}
@media screen and (max-width: 991px) {
	.form-horizontal .control-label {
		padding-top: 7px;
	}
}
@media screen and (max-width: 767px) {
	.form-horizontal .control-label {
		padding-top: 0;
	}
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border-top: 0;
	vertical-align: middle;
}
ul {
	margin-bottom: 0;
	padding-left: 0;

	list-style-type: none;
}
ul ul {
	padding-left: 40px;
}
.article-ul li {
    position: relative;
    padding: 0 0 2px;
    padding-left: 20px;
}
.article-ul li:before {
    content: "\f00c";
	position: absolute;
    left: 0;
	
	display: inline-block;
    
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
}
.list-unstyled li {
	font-size: 1.25rem;
}
.bootstrap-datetimepicker-widget .list-unstyled li {
	font-size: 0.875rem;
}
.lnr {
	display: inline-block;
	vertical-align: middle;
}
.dropdown-menu {
	margin: 0;

	top: auto;
}
.alert-dismissable .close, .alert-dismissible .close {
	top: -2px;
	right: 0;
}
.no-border {
	border: 0 !important;
}
.fixed {
	position: fixed;
	top: 0;
	z-index: 2000;

	width: 100%;

	background: #fff;
	border-bottom: 1px solid #ccc;

	-webkit-animation: animate-down-rotate 0.7s ease forwards;
	-moz-animation: animate-down-rotate 0.7s ease forwards;
	-ms-animation: animate-down-rotate 0.7s ease forwards;
	-o-animation: animate-down-rotate 0.7s ease forwards;
	animation: animate-down-rotate 0.7s ease forwards;
}
.unactive {
	overflow: hidden;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 0.88rem;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 0.75rem;
}
.input-group .input-group-addon {
	width: auto;
	height: 30px;

	font-size: 0.75rem;
}
.container-wide {
	max-width: 1720px;
	margin: 0 auto;
	padding: 0 50px;
}
@media screen and (max-width: 767px) {
	.container-wide {
		padding: 0 15px;
	}
}
@media screen and (max-width: 767px) {
	.container-wide > .row {
		margin: 0;
	}
}
.caret {
	width: 10px;
	height: 10px;

	font-family: 'Linearicons-Free';
	font-size: 0.63rem;
	speak: none;
	font-style: normal;
	font-weight: 600;
	font-variant: normal;
	text-transform: none;
	border: 0;
	line-height: 1;

	transition: all .4s ease;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}
.caret:before {
	content: "\e874";
}
.img-thumbnail {
	border: 0;
	padding: 0;
}
.input-group .form-control,
.form-group .form-control {
	height: 48px;

	border: 1px solid #ddd;
}
@media screen and (max-width: 991px) {
	.input-group .form-control,
	.form-group .form-control {
		height: 34px;
	}
}
.form-control:focus {
    border-color: #000;
	box-shadow: none;
}

.panel .lnr {
	font-size: 0.81rem;
}

@media screen and (max-width: 767px) {
	.table-responsive>.table {
		min-width: 600px;
		margin-bottom: 0;
	}
}
.table-bordered {
	border: 2px solid #ddd;
	border-left: 0;
	border-right: 0;
}
.pagination {
    margin: 0;

    font-size: 1.13rem;
}
.pagination>li>a,
.pagination>li>span {
	color: #000;
    border-color: transparent;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    font-weight: 800;
    color: #000;

    border-color: transparent;
    background-color: transparent;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    font-weight: 600;
    color: #000;

    background-color: transparent;
    border-color: transparent;
}
.row-padding {
	padding: 1.5rem;
}
.divider {
    clear: both;
    overflow: hidden;
	
    width: 100%;
	height: 30px;
}


/* animations */
@-webkit-keyframes animate-down-rotate{
	0%{
		-webkit-transform:translateX(-20px) translateY(-125%) rotate(-5deg);
		transform:translateX(-20px) translateY(-125%) rotate(-5deg);
		-webkit-transform-origin:left top;
		transform-origin:left top
	}
	to{-webkit-transform:translateY(0);
		transform:translateY(0);
		-webkit-transform-origin:left top;
		transform-origin:left top
	}
}
@keyframes animate-down-rotate{
	0%{
		-webkit-transform:translateX(-20px) translateY(-125%) rotate(-5deg);
		transform:translateX(-20px) translateY(-125%) rotate(-5deg);
		-webkit-transform-origin:left top;
		transform-origin:left top
	}
	to{
		-webkit-transform:translateY(0);
		transform:translateY(0);
		-webkit-transform-origin:left top;
		transform-origin:left top
	}
}
@-webkit-keyframes animate-menu{
	0%{
		opacity:0
	}
	100%{
		opacity:1
	}
}
@keyframes animate-menu{
	0%{
		opacity:0
	}
	100%{
		opacity:1
	}
}
@-webkit-keyframes animation-top{
	0%{
		-webkit-clip-path:polygon(0 0,100% 0,100% 50%,0 100%);
		clip-path:polygon(0 0,100% 0,100% 50%,0 100%)
	}
	to{
		-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
		clip-path:polygon(0 0,100% 0,100% 100%,0 100%)
	}
}
@keyframes animation-top{
	0%{
		-webkit-clip-path:polygon(0 0,100% 0,100% 50%,0 100%);
		clip-path:polygon(0 0,100% 0,100% 50%,0 100%)
	}
	to{
		-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
		clip-path:polygon(0 0,100% 0,100% 100%,0 100%)
	}
}
@keyframes animation-fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


/* custom classes */
.size-lg {
	font-size: 2.56rem;
}
@media screen and (max-width: 991px) {
	.size-lg {
		font-size: 1.69rem;
	}
}
@media screen and (max-width: 767px) {
	.size-lg {
		font-size: 1.69rem;
	}
}
.size-md {
	font-size: 2rem;
}
@media screen and (max-width: 991px) {
	.size-md {
		font-size: 1.25rem;
	}
}
.list-unstyled2 {
	margin-bottom: 30px;
	padding: 30px;

	font-size: 1.06rem;

	border: 2px solid #e7e7e7;
}
.list-unstyled2 li {
	margin-bottom: 7px;
}
.list-unstyled2 li:last-child {
	margin-bottom: 0;
}
.list-unstyled2 a {
	font-weight: 400;
}
.disabled {
	display: none;
}
.bootstrap-datetimepicker-widget .disabled {
	display: block;
}
.bootstrap-datetimepicker-widget td.disabled {
	display: table-cell;
}
.text-left {
    text-align: left !important;
}
.zindex {
	z-index: 0;
}
.static-block {
	position: relative !important;
	pointer-events: none;
	
	width: 100% !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
	
	animation: none !important;
}
.dropcap {
	display: block;
    float: left;
	margin: 0 5px 0 0;
	
    font-size: 2.88rem;
    line-height: 2.88rem;
}
.color-custom {
    color: #000;
}
.bg-custom {
	color: #fff;
	
    background: #000;
}
.underline {
    text-decoration: underline;
}


/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav-tabs {
	margin-bottom: 15px;

	text-align: center;

	border-bottom: 0;
}
#product-product .nav-tabs {
	margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
	#product-product .nav-tabs {
		margin-bottom: 1.25rem;
	}
}
.quickview-product .nav-tabs {
	text-align: left;
}
@media (max-width: 767px) {
	.quickview-product .nav-tabs {
		margin-bottom: 1.25rem;
		
		text-align: center;
	}
}
.nav-tabs>li {
	float: none;
	display: inline-block;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border: 0;
}
.nav-tabs>li>a:hover {
	border: 1px solid transparent;
}
div.required .control-label:before {
	content: '* ';

	font-weight: bold;
	color: #F00;
}
.navbar-default {
	border-color: transparent;
	background-color: transparent;
}
@media (max-width: 400px) {
    .buttons .pull-left {
		width: 100%;
		margin-bottom: 10px;
	}
	.buttons .pull-right {
		width: 100%;
	}
	.payment + .btn.pull-left {
		width: 100%;
	}
}
.btn {
	padding: 23px 21px 20px;

	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1;

	border-radius: 0;

	transition: all 1s ease;
}
@media (max-width: 400px) {
    .buttons .pull-left .btn,
	.buttons .pull-right .btn {
		width: 100%;
	}
}
.btn.active, .btn:active {
	box-shadow: none;
}
.btn2 {
	padding: 16px 12px;

	border: 1px solid #ddd;
}
input + .input-group-btn .btn2 {
	border-left: 0;
}
@media (max-width: 991px) {
    input + .input-group-btn .btn2 {
        padding: 9px 12px;
    }
}
.btn-full {
    display: block;
    width: 100%;

    text-align: center;
}
.form-group {
	margin-bottom: 0;
}
.form-group2 {
	margin-bottom: 15px;
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio],
input[type=radio] {
    position: relative;

    margin-right: 10px;
}
.checkbox input[type=checkbox]:before,
.checkbox-inline input[type=checkbox]:before,
input[type=checkbox]:before,
.radio input[type=radio]:before,
.radio-inline input[type=radio]:before,
input[type=radio]:before {
    position: absolute;
	top: 49%;
	left: -3px;
    content: "\f111";

    width: 20px;
    height: 20px;
	margin-top: -9px;

	font-family: FontAwesome;
    font-size: 0.62rem;
    text-align: center;
    color: transparent;
	line-height: 16px;

    border: 2px solid #e7e7e7;
    background: #fff;
}
.radio input[type=radio]:before,
.radio-inline input[type=radio]:before,
input[type=radio]:before {
    border-radius: 50%;
}
.checkbox input[type=checkbox]:before,
.checkbox-inline input[type=checkbox]:before,
input[type=checkbox]:before {
    content: "\f00c";
}
.checkbox input[type=checkbox]:checked:before,
.checkbox-inline input[type=checkbox]:checked:before,
input[type=checkbox]:checked:before,
.radio input[type=radio]:checked:before,
.radio-inline input[type=radio]:checked:before,
input[type=radio]:checked:before {
    color: #000;
}


/* Fix megamenu module */
.mobile-menu {
	position: relative;
	
	text-align: left;
}
#menu-type2 .mobile-menu {
	display: inline-block;
}
@media (min-width: 1025px) {
	#menu-type1 .mobile-menu {
		top: 50%;
	
		transform: translateY(-50%);
	}
}
.container-megamenu .megamenu-wrapper {
	z-index: 20;

	background-color: transparent;
}
@media (min-width: 1025px) {
	#menu-type1 .container-megamenu .megamenu-wrapper {
		margin-left: -19px;
	}
}
.megamenu-wrapper .container {
	width: 100%;
}
.megamenu-wrapper #remove-megamenu {
	padding: 10px 26px;

	text-align: left;
}
.background-hover,
.search-background,
.mobile-background,
.cart-background,
.background-size {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;

	display: none;
	width: 100%;
	height: 100vh;

	background: #000;
	opacity: 0;
}
.background-hover.active,
.background-size.active {
	z-index: 1000;
	
	display: block;
	
	opacity: 0.3;
}
ul.megamenu li .sub-menu .html p {
	font-weight: 300;
}
.megamenu-wrapper ul.megamenu > li > a {
	height: 50px;
	padding: 11px 15px;
}
.fixed .megamenu-wrapper ul.megamenu > li > a {
	height: 45px;
}
.color-light ul.megamenu > li > a {
	color: #fff;
}
.color-light.fixed ul.megamenu > li > a {
	color: #000;
}
.megamenu-wrapper ul.megamenu > li > a:hover, .megamenu-wrapper ul.megamenu > li.active > a, .megamenu-wrapper ul.megamenu > li.home > a, .megamenu-wrapper ul.megamenu > li:hover > a {
	color: #000;

	background-color: transparent;
}
.color-light .megamenu-wrapper ul.megamenu > li > a:hover, .color-light .megamenu-wrapper ul.megamenu > li.active > a, .color-light .megamenu-wrapper ul.megamenu > li.home > a, .color-light .megamenu-wrapper ul.megamenu > li:hover > a {
	color: #fff;
}
@media screen and (max-width: 991px) {
	.color-light .megamenu-wrapper ul.megamenu > li > a:hover, .color-light .megamenu-wrapper ul.megamenu > li.active > a, .color-light .megamenu-wrapper ul.megamenu > li.home > a, .color-light .megamenu-wrapper ul.megamenu > li:hover > a {
		color: #000;
	}
}
.color-light.fixed .megamenu-wrapper ul.megamenu > li > a:hover, .color-light.fixed .megamenu-wrapper ul.megamenu > li.active > a, .color-light.fixed .megamenu-wrapper ul.megamenu > li.home > a, .color-light.fixed .megamenu-wrapper ul.megamenu > li:hover > a {
	color: #000;
}
ul.megamenu > li.with-sub-menu:hover .caret {
	transform: rotate(-180deg);
}
ul.megamenu > li > .sub-menu {
	margin-bottom: 15px;
	opacity: 0;

	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	transform-origin: top;
	-webkit-overflow-scrolling: touch;
	transition: 0.2s transform cubic-bezier(.165,.84,.44,1), 0.2s -webkit-transform cubic-bezier(.165,.84,.44,1);
}
ul.megamenu > li.with-sub-menu:hover .sub-menu {
	opacity: 1;

	transform: none;
	-moz-transition:0.75s transform cubic-bezier(.19,1,.22,1), 0.75s -webkit-transform cubic-bezier(.19,1,.22,1);
	-webkit-transition:0.75s transform cubic-bezier(.19,1,.22,1), 0.75s -webkit-transform cubic-bezier(.19,1,.22,1);
	transition:0.75s transform cubic-bezier(.19,1,.22,1), 0.75s -webkit-transform cubic-bezier(.19,1,.22,1);
	pointer-events:inherit;
    -webkit-animation: .001s forwards animate-menu;
    animation: .001s forwards animate-menu;
}
ul.megamenu > li.with-sub-menu:hover .sub-menu .content {
	display: block !important;
	
	-webkit-animation: 2s ease 0s normal forwards 1 animation-fade-in;
	animation: 2s ease 0s normal forwards 1 animation-fade-in;
}
ul.megamenu > li.with-sub-menu .sub-menu:before{
	position:absolute;
	content:"";
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:-1;
	opacity:1;

	width: 100%;
	height: 100%;

	background-color:#fff;

	-webkit-animation:animation-top 0.5s forwards ease;
	animation:animation-top 0.5s forwards ease;
	-webkit-clip-path:polygon(0 0,100% 0,100% 60%,0 100%);
	clip-path:polygon(0 0,100% 0,100% 60%,0 100%);
}
ul.megamenu > li.with-sub-menu .sub-menu:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -1;
	opacity: 0;

	width: 100%;
	height: 100%;

	box-shadow: 5px 5px 0 -10px rgba(0,0,0,0);

	transition: opacity 1s cubic-bezier(.165,.84,.44,1),box-shadow 1s cubic-bezier(.165,.84,.44,1);
	transition-delay: .6s;
}
@media (min-width: 1025px) {
	ul.megamenu > li.with-sub-menu:hover .sub-menu:after {
		opacity:1;

		box-shadow:5px 5px 60px -10px rgba(0,0,0,.15);
	}
}
.megamenu-wrapper ul.megamenu li .sub-menu .content .hover-menu .menu ul li a:hover ul {
	display: block;
}
.megamenu-wrapper ul.megamenu li .sub-menu .content .hover-menu a.main-menu, .megamenu-wrapper ul.megamenu li .sub-menu .content ul li ul li a {
	display: block;
	padding: 5px 0;
	
	font-size: 0.94rem;
	font-weight: 300;
}
.megamenu-wrapper ul.megamenu li .sub-menu .content .hover-menu .menu ul ul {
    left: 100%;

    width: 210px;
}
.megamenu-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul ul {
	padding: 14px 0;
}
.megamenu-wrapper ul.megamenu li .sub-menu .content .static-menu a.main-menu {
	font-size: 1.13rem;
	text-align: left;
}
.megamenu-wrapper ul.megamenu li .sub-menu .content .hover-menu a:before, .megamenu-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul ul li:before {
	display: none;
}
.color-light #show-mobilemenu .icon-bar {
	background: #fff;
}
.color-light.fixed #show-mobilemenu .icon-bar {
	background: #000;
}
@media (min-width: 992px) and (max-width: 1024px) {
	.responsive ul.megamenu > li {
		display: block;
		float: none !important;
		width: auto;
		background: none;
		border-top: 1px solid #e6e6e6;
		position: relative;
		margin: 0px -1px;
	}
	.responsive ul.megamenu > li.click:before, .responsive ul.megamenu > li.hover:before {
		content: "\f067";
		font-family: FontAwesome;
		color: #51cfc6;
		font-weight: 400;
		font-size: 16px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 10;
		padding: 13px 17px 10px 50px;
		display: none;
	}
	.responsive ul.megamenu > li.home, ul.megamenu > li.search, .fa-angle-right, .caret {
		display: none;
	}
	.responsive ul.megamenu > li.active > a {
		background: #f6f6f6 !important;
	}
	.responsive .horizontal ul.megamenu > li > .sub-menu {
		width: 100% !important;
	}
	ul.megamenu > li > .sub-menu {
		position: relative;
	}
	ul.megamenu > li > .sub-menu {
		opacity: 1;
		transform: scaleY(1);
	}
	.responsive ul.megamenu > li.active .close-menu {
		display: block;
		position: absolute;
		z-index: 10;
		top: 0;
		right: 1px;
		width: 85px;
		height: 100%;
		padding: 12px 0px 0px 40px;
		background: #f6f6f6;
		text-align: center;
		cursor: pointer;
	}
	.responsive .megamenu-wrapper ul.megamenu > li .close-menu {
		transition: all .4s ease;
	}
	.responsive ul.megamenu > li.active .close-menu:before {
		content: "\f068";
		font-family: FontAwesome;
		color: #51cfc6;
		font-weight: 400;
		font-size: 18px;
		display: none;
	}
	.responsive ul.megamenu > li > a {
		text-shadow: none;
		margin: 0px 1px;
		height: auto;
	}
	ul.megamenu li .sub-menu .content {
		border: none !important;
		border-radius: none;
		box-shadow: none !important;
	}
	.with-sub-menu.hover a.clearfix:before {
		content: "\e874";
		font-family: 'Linearicons-Free';
		color: #000;
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 10;
		padding: 13px 17px 10px 50px;
		font-size: 18px;
		font-weight: 400;
	}
	.with-sub-menu.hover a.clearfix.clicked:before {
		content: "\e873";
		font-family: 'Linearicons-Free';
	}
	.responsive ul.megamenu > li > a {
		position: relative;
		z-index: 10;
		
		color: #000;
	}
	.responsive .megamenu-wrapper ul.megamenu > li .close-menu.clearfix {
		z-index: 11;
	}
	.responsive .horizontal ul.megamenu > li > .sub-menu {
		position: relative;
		z-index: 110;
	}
	.with-sub-menu.hover a + .sub-menu {
		display: none !important;
	}
	.with-sub-menu.hover a + .sub-menu .content {
		display: none !important;
	}
	.with-sub-menu.hover a.clicked + .sub-menu {
		display: block !important;
	}
	.with-sub-menu.hover a + .sub-menu .content {
		display: block !important;
	}
}
@media (max-width: 1024px) {
	#show-megamenu {
		display: none;
	}
	#show-mobilemenu {
		float: left;
		display: block;
	}
	#show-mobilemenu .icon-bar {
		background: #000;
	}
	.mobile-menu {
		position: fixed;
		top: 0;
		left: -400px;
		bottom: 0;
		z-index: 999999;
		overflow-x: hidden;
		overflow-y: auto;

		width: 400px;
		padding: 10px 0 25px;

		border: 1px solid #e6e6e6;
		background-color: #fff;

		-webkit-transition: all 0.5s ease-in-out 0s;
		transition: all 0.5s ease-in-out 0s;
	}
	.mobile-menu-active {
		left: 0;
		
		transform: none;
		-webkit-transition: all 0.5s ease-in-out 0s;
		transition: all 0.5s ease-in-out 0s;
	}
	.mobile-wrap {
		position: relative;
		width: 100%;
		height: 100%;
	}
	.container-megamenu .megamenu-wrapper {
		position: static;
		overflow: hidden;

		width: 100%;
		padding: 0;
		max-height: 100%;

        border: 0;

		transform: translate3d(0, 0, 0);

	}
	.container-megamenu ul.megamenu {
		padding: 0 10px;
	}
	.responsive ul.megamenu .sub-menu .content [class^="col-sm-"] {
		width: 100%;
	}
	.responsive .horizontal .megamenu-wrapper ul.megamenu li .sub-menu .content .hover-menu a.main-menu {
		font-size: 0.81rem;
	}
	.responsive .megamenu-wrapper ul.megamenu > li {
		border-top: 0;
	}
    .responsive .megamenu-wrapper ul.megamenu > li .close-menu {
        transition: all .4s ease;
    }
	.responsive .megamenu-wrapper ul.megamenu > li.click:before, .responsive .megamenu-wrapper ul.megamenu > li.hover:before {
		content: "\e874";

		font-family: 'Linearicons-Free';
		color: #000;
	}
	ul.megamenu > li > .sub-menu {
		opacity: 1;

		transform: scaleY(1);
	}
	ul.megamenu > li.with-sub-menu:hover .sub-menu {
		opacity: 1;

		animation: none;
		transform: scaleY(1);
	}
	ul.megamenu > li.with-sub-menu:hover .sub-menu .content {
		animation: none;
	}
	.responsive .megamenu-wrapper ul.megamenu > li.active .close-menu:before {
		content: "\e873";

		font-family: 'Linearicons-Free';
		color: #000;
	}
	#remove-megamenu {
		display: inline-block !important;
	}
	.container-megamenu ul.megamenu > li span.labelhot {
		top: -5px;
	}
}
@media (max-width: 767px) {
	.mobile-menu {
		width: 280px;
		height: 100vh;
	}
}
.thumbnail {
	margin-bottom: 0;

	border: 0;
	border-radius: 0;
}
ul.megamenu .compact .sub-menu .content > .border {
    padding-top: 0;
}
@media (max-width: 991px) {
	ul.megamenu .compact .sub-menu .content > .row {
		padding-top: 0;
	}
}
.megamenu-wrapper ul.megamenu li .sub-menu .content .double .static-menu:first-child a.main-menu {
    display: none;
}
.megamenu-wrapper ul.megamenu li .sub-menu .content .compact-small .static-menu a.main-menu {
    font-size: 0.94rem;
}
ul.megamenu li .sub-menu .content .double .static-menu:first-child > .menu > ul > li:first-child a.main-menu {
    display: none;
}
.megamenu-wrapper ul.megamenu li.compact .sub-menu .content .static-menu .menu ul ul {
    padding: 0;
    line-height: 1;
}
@media (max-width: 991px) {
	.megamenu-wrapper ul.megamenu li.compact .sub-menu .content .static-menu .menu ul ul {
		line-height: inherit;
	}
}


/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;

	background-color: rgba(0, 0, 0, 0.1);
}


/* menu */
.un-menu {
	padding: 50px 0;
}
@media (max-width: 991px) {
	.un-menu {
		padding: 20px 0;
	}
}
.color-light .un-menu {
	color: #fff;
}
.fixed .un-menu {
	padding: 15px 0;
}
.color-light.fixed .un-menu {
	color: #000;
}
@media (max-width: 767px) {
    .un-menu .container-wide {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .un-menu .row {
        display: flex;
        flex-wrap: wrap;
    }
	#menu-type2 .menu-center {
		order: -1;
	}
}
@media (max-width: 480px) {
	.un-menu .row {
		position: relative;
		
		display: block;
	}
}
#menu-type1 > .container-wide > .row {
	display: flex;
    flex-wrap: wrap;
}
@media (max-width: 400px) {
	#menu-type1 > .container-wide > .row {
		display: block;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	#menu-type1 .menu-left,
	#menu-type1 .menu-center, 
	#menu-type1 .menu-right {
		width: 33.33%;
	}
	#menu-type2 .menu-left {
		position: absolute;
		left: 50%;
		
		float: none;
		width: 33.33%;
		margin-top: 6px;
		margin-left: -16.5%;
	}
	#menu-type2 .menu-center, 
	#menu-type2 .menu-right {
		width: 33.33%;
	}
	#menu-type2 .menu-center {
		order: -1;
	}
	#menu-type2 .menu-right {
		float: right;
	}
	.un-menu .col-md-6.hidden-sm {
		display: none !important;
	}
}
@media (max-width: 480px) {
	#menu-type2 .menu-left {
		position: absolute;
		left: 50%;
   
		float: none;
		margin-top: 6px;
		margin-left: -16.5%;
	}
	.menu-right {
		float: right;
	}
}
.main-menu {
	font-weight: 600;
	text-align: center;
}
#menu-type1 .main-menu {
	height: 100%;
}
.un-promo {
	height: 45px;
	overflow: hidden;
	
	font-size: 0.88rem;
	line-height: 20px;
}
.un-promo > span {
	position: relative;
	top: 50%;

	display: block;
	max-height: 100%;

	transform: translateY(-50%);
}
.un-promo > span > span {
	margin-left:10px; 
	
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
.un-links {
	text-align: right;
}
@media (min-width: 992px) {
	#menu-type1 .menu-right .un-links {
		position: relative;
		top: 50%;
		
		transform: translateY(-50%);
	}
}
.un-links a {
	display: inline-block;
	padding: 10px 0 10px 0;
}
.color-light .un-links a {
	color: #fff;
}
.color-light.fixed .un-links a {
	color: #000;
}
.color-light .un-links .dropdown-menu a {
	color: #000;
}
.un-link,
.un-cart {
	position: relative;

	font-weight: 600;
}
@media (max-width: 1024px) {
	.un-cart {
		font-size: 0;
	}
	.un-account {
		display: none !important;
	}
}
.catalog_mode .un-cart {
	display: none;
}
.color-light .un-link {
	color: #fff;
}
.color-light.fixed .un-link {
	color: #000;
}
.un-link:hover .caret {
	transform: rotate(-180deg);
}
.un-link:hover .dropdown-menu {
	display: block;
}
.un-link form > a {
	text-transform: uppercase;
}
.fixed .un-language,
.fixed .un-currency,
.fixed .un-promo,
.fixed .un-promo2 {
	display: none;
}
.un-search {
	position: relative;
}

#top {
	min-height: 40px;
	margin: 0 0 20px 0;
	padding: 4px 0 3px 0;

	border-bottom: 1px solid #e2e2e2;
	background-color: #EEE;
}
#top .container {
	padding: 0 20px;
}
#top .form-currency .currency-select,
#top .form-language .language-select {
	text-align: left;
}
#top .form-currency .currency-select:hover,
#top .form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;

	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
	color: #888;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 0.88rem;
	line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
.mobile-menu .custom-info {
	display: none;
	padding: 0 27px;
}
@media (max-width: 1024px) {
	.mobile-menu .custom-info {
		display: block;
		margin-top: 15px;

		font-weight: 300;
		color: #556270;
	}
}
.custom-menu {
	margin-bottom: 20px;

	border-bottom: 6px solid #000;
}
.custom-menu li {
	margin-bottom: 10px;
}
.custom-menu li:last-child {
	margin-bottom: 30px;
}
.custom-menu li a {
	color: #556270;
}
.custom-menu li .lnr {
	margin-top: -4px;
	margin-right: 10px;

	font-size: 1.13rem;
}
.menu-contacts,
.menu-contacts p {
	font-size: 1rem;
}
@media (min-width: 992px) and (max-width: 1024px) {
	.menu-contacts p span {
		display: block;
	}
}
.menu-links .caret {
	display: inline-block;
}
.menu-links .open .caret {
	transform: rotate(-180deg);
}
.menu-links form {
	position: relative;
}
.menu-links .open>.dropdown-menu {
	bottom: 40px;
}
.menu-links .form-currency.open>.dropdown-menu {
	left: auto;
	right: 0;
}


/* logo */
#logo {
	min-height: 40px;
}
#menu-type2 #logo {
    width: 76%;
}
@media (max-width: 1024px) {
	#logo {
		width: 100%;

		text-align: center;
	}
    #menu-type2 #logo {
        width: 100%;
    }
}
#logo a {
	line-height: 40px;
}
#logo img {
	height: 50px;
	margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#logo img {
		max-width: 15%;
		height: auto !important;
	}
}
@media (max-width: 1024px) {
	#logo img {
		height: 35px;
		margin: 0 auto;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 991px) {
	#logo img {
		max-width: 14%;
		height: auto;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 767px) {
	#logo img {
		max-width: 24%;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 599px) {
	#logo img {
		max-width: 30%;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 399px) {
	#logo img {
		max-width: 40%;
	}
}
#logo img.logo-light {
	display: none;
}
#menu-type1 #logo {
	padding: 7px 0;
}
@media (min-width: 992px) {
	#menu-type1 #logo {
		position: relative;
		top: 50%;
		
		transform: translateY(-50%);
	}
}
.color-light #logo img {
	display: none;
}
.color-light #logo img.logo-light {
	display: block;
}
#menu-type1 #logo img {
    margin: 0 auto;
}
.color-light #logo a {
	color: #fff;
}
.color-light.fixed #logo a {
	color: #000;
}
.color-light.fixed #logo img {
	display: block;
}
.color-light.fixed #logo img.logo-light {
	display: none;
}


/* search */
#search {
    position: fixed;
    top: -200px;
    left: 0;
    right: 0;
    z-index: 2001;

    display: none;
    width: 100%;
    min-height: 300px;
	margin-bottom: 10px;

    background: #fff;

    transition: all .4s ease;
}
#search.animate {
    top: 0;

    visibility: visible;
}
.search-container {
    width: 70%;
    margin: 13vh auto 5vh auto;
}
@media (max-width: 767px) {
	.search-container {
		width: 90%;
	}
}
.search-group {
    position: relative;
}
.search-group:after {
	content: "";
	display: table;
	clear: both;
}
.close-search {
    position: absolute;
	top: -45px;
    right: 0;
}
.close-search:hover {
    cursor: pointer;
}
#search .lnr.close-search {
    font-size: 1.56rem;
}
.search-title {
    margin-bottom: 20px;

    font-size: 0.81rem;
    text-transform: uppercase;
}
#search input {
    padding: 0 !important;

    font-size: 1.88rem;

    border: 0;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
}
#search .input-group-btn {
	position: absolute;
	right: 0;
	z-index: 2;

    display: block;
    width: auto;
    margin-top: 9px;
}
#search .input-lg {
	height: 40px;
	padding: 0 10px;

	line-height: 20px;
}
#search .btn-lg {
	padding: 10px 35px;

	font-size: 0.94rem;
	line-height: 18px;

	text-shadow: 0 1px 0 #FFF;
}
#search button {
    padding: 3px;
}
#search .lnr {
    font-size: 1rem;
}
.search-results {
	overflow: hidden;
}
@media (max-width: 991px) {
	.search-results {
		overflow: auto;

		max-height: 200px;
	}
}
.search-results ul {
	overflow: hidden;
}
.search-info {
    padding: 6px 0;
}
.search-results .search-info li {
    float: none;
	display: inline-block;
    width: 100%;
    padding-left: 24px;
	padding-right: 0;
    clear: both;
    
    vertical-align: middle;
	
    font-size: 0.9rem;
}
@media (max-width: 991px) {
	.search-results .search-info li {
		padding-left: 0;
	}
}
.search-info .dropcap {
	min-width: 24px;
	margin: 0 3px 0 0;
	
    font-size: 1.7rem;
    line-height: 1.7rem;
}
@media (max-width: 991px) {
	.search-info .dropcap {
		min-width: 50px;
		margin-right: 0;
		text-align: center;
	}
}
.search-results .search-info li a {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 991px) {
	.search-results .search-info li a {
		max-width: calc(100% - 50px);
		padding: 4px 15px 4px 16px;
	}
}
.info-count {
    color: #ababab;
}
.search-results ul li {
	float: left;
	width: 16.666%;
	padding-left: 10px;
	padding-right: 10px;
}
@media (max-width: 991px) {
	.search-results ul li {
		float: none;
		width: 100%;
		padding: 0;
	}
	.search-results li .thumbnail {
		float: left;
		max-width: 50px;
	}
	.search-results li a {
		display: flex;
		flex-wrap: wrap;
	}
}
.search-results .tt-description {
	text-align: center;
}
@media (max-width: 991px) {
	.search-results .tt-description {
		max-width: calc(100% - 50px);
		padding: 5px 15px 5px 16px;

		text-align: left;
	}
}


/* cart */
.catalog_mode .cart-background {
	display: none !important;
}
.un-cart .cart-total {
	display: inline-flex;
    align-items: center;
    justify-content: center;
	width: 31px;
	height: 31px;

	color: #fff;
	line-height: 1;

	border-radius: 50%;
	background: #000;
	text-align: center;
}
@media (max-width: 1024px) {
	.cart-total {
		font-size: 1rem;
	}
}
#cart > .btn {
	font-size: 0.75rem;
	color: #FFF;
	line-height: 18px;
}
#cart.open > .btn {
	color: #666;

	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .cart-menu {
	position: fixed;
	top: 0;
	right: -600px;
	left: auto;
	z-index: 1001;

	display: block;
	max-width: 600px;
	width: 100%;
	height: 100vh;
	visibility: hidden;

	background: #fff;

	transition: all .4s ease;
}
@media (max-width: 679px) {
	#cart .cart-menu {
		max-width: 500px;
	}
}
@media (max-width: 599px) {
	#cart .cart-menu {
		max-width: 400px;
	}
}
@media (max-width: 479px) {
	#cart .cart-menu {
		max-width: 300px;
	}
}
#cart .cart-menu.anim {
	right: 0;

	visibility: visible;
}
.catalog_mode #cart .cart-menu.anim {
	visibility: hidden;
}
#checkout-cart #cart .cart-menu {
	display: none;
}
.dropdown-container {
	position: relative;

	display: table;
	width: 100%;
	height: 100%;
}
.dropdown-cart {
	display: table-cell;
	padding: 50px;
	vertical-align: middle;
}
@media (max-width: 679px) {
	.dropdown-cart {
		max-width: 500px;
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media (max-width: 599px) {
	.dropdown-cart {
		max-width: 400px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 479px) {
	.dropdown-cart {
		max-width: 300px;
	}
}
#cart .dropdown-menu {
	position: static;
	overflow: auto;

	float: none;
	display: block;
	min-width: 100%;
	height: 100%;

	border: 0;
	box-shadow: none;
}
@media (max-width: 479px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 25px 10px 0;
}
@media (max-width: 599px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0 0;
}
.dropdown-menu .empty-block {
	margin-bottom: 40px;
	padding-top: 50px;
}
.empty-block p {
	font-size: 1.44rem;
}
.close-cart {
	position: absolute;
	top: 30px;
	right: 30px;
	opacity: 0;
	z-index: 10000;

	-moz-transition: opacity 0.6s cubic-bezier(0.35, 0, 0.25, 1);
	-webkit-transition: opacity 0.6s cubic-bezier(0.35, 0, 0.25, 1);
	transition: opacity 0.6s cubic-bezier(0.35, 0, 0.25, 1);
}
@media (max-width: 767px) {
	.close-cart {
		top: 15px;
		right: 15px;
	}
}
.close-cart:hover {
	cursor: pointer;
}
.anim .close-cart {
	opacity: 1;

	transition-delay: 0.3s;
}
.table-products {
	overflow-x: hidden;
	overflow-y: auto;

	height: 43%;
	max-height: 400px;
	margin-bottom: 15px;
	margin-right: 10px;
}
@media (max-width: 679px) {
	.table-products {
		overflow-x: auto;
	}
}
#cart .dropdown-menu table td {
	padding: 0;

	vertical-align: middle;

	border-top: 0;
}
#cart .dropdown-menu .table-products table td.text-left + td.text-right,
#cart .dropdown-menu .table-products table td.text-right + td.text-right {
	white-space: nowrap;
}
@media (max-width: 767px) {
	#cart .dropdown-menu .table-total .table td {
		padding: 15px 2px 5px !important;
	}
	#cart .dropdown-menu table td.text-right,
	.cart-total table td.text-right	{
		white-space: nowrap;
	}
	.cart-total table td {
		padding: 15px 2px 5px !important;
	}
}
@media (max-width: 479px) {
	#cart .dropdown-menu table td {
		padding: 15px !important;

		font-size: 0.94rem;
	}
}
.table-total {
	border-top: 5px solid #000;
}
@media (max-width: 767px) {
	.table-total {
		margin-right: 15px;
	}
}
.table-total table {
	margin-bottom: 40px;
}
.table-total table td {
	font-size: 1.13rem;
	font-weight: 400;
	color: #000;
}
.table-total .btn {
	padding: 13px;
}
.btn-groups {
	overflow: hidden;
}
.btn-groups .btn {
	display: block;
	float: left;
	width: 50%;
}
@media (max-width: 479px) {
	#cart .btn-groups .btn {
		float: none;
		width: 100%;
	}
}
.order-size .modal-content {
	top: 50%;
	
	transform: translateY(-50%);
}
.order-size .form-group {
	margin-bottom: 15px;
}
.order-size .form-group label {
	margin-bottom: 8px;
}
.order-call {
	margin-top: 5px;
}
.full {
	width: 100%;
}


/* wishliat */
.un-wishlist {
	position: relative;
}
@media (max-width: 1024px) {
	.un-wishlist {
		display: none !important;
	}
}
#wishlist-total {
	position: absolute;
	top: -5px;
	right: -3px;
}


/* menu */
#menu {
	min-height: 40px;
}
#menu .nav > li > a {
	min-height: 15px;
	padding: 10px 15px 10px 15px;

	color: #000;

	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .nav > li.dropdown .lnr {
	font-size: 0.63rem;
	font-weight: 600;

	transition: all .4s ease;
}
#menu .nav > li.dropdown:hover .lnr {
	transform: rotate(-180deg);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	clear: both;

	display: block;
	min-width: 160px;
	padding: 3px 20px;

	font-size: 0.75rem;
	color: #333333;
	line-height: 20px;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	padding: 3px 20px;

	font-size: 0.75rem;

	border-top: 1px solid #DDD;
	border-radius: 0 0 3px 3px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;

	background-color: rgba(0, 0, 0, 0.1);
}
#menu #category {
	float: left;

	font-size: 1rem;
	font-weight: 700;
	color: #000;
	line-height: 40px;
}
#menu .btn-navbar {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0;
	padding: 2px 0;

	font-size: 0.94rem;
	font-stretch: expanded;
	color: #000;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #000;
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		margin-bottom: 0;

		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;

		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;

		border: none;
		border-radius: 0;
	}
}


/* Slideshow */
.swiper-slide {
	position: relative;

	-moz-transition: .4s transform cubic-bezier(0.645, 0.045, 0.355, 1 ) .2s;
	-webkit-transition: .4s transform cubic-bezier(0.645, 0.045, 0.355, 1 ) .2s;
	transition: .4s transform cubic-bezier(0.645, 0.045, 0.355, 1 ) .2s;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.slideshow .swiper-slide > a {
		overflow: hidden;
		
		display: block;
	}
}
.slideshow .swiper-slide.swiper-slide-next {
	opacity: 0;
}
.slideshow-content {
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	transform: skew(8deg);
	-moz-transition: transform 1s ease 2s;
	-webkit-transition: transform 1s ease 2s;
	transition: transform 1s ease 2s;
}
.swiper-slide.swiper-slide-active .slideshow-content {
	transform: skew(0);
	-moz-transition: transform 1.6s ease .2s;
	-webkit-transition: transform 1.6s ease .2s;
	transition: transform 1.6s ease .2s;
}
.slideshow-wrap {
	position: relative;
	top: 50%;
	left: 7%;

	max-width: 93%;
	width: 100%;

	text-align: left;
	transform: translatey(-50%);
}
.slideshow-subtitle {
	margin-bottom: 25px;

	font-size: 0.81rem;
	font-weight: 500;
	color: #797979;
	line-height: 1.1;
	letter-spacing: 3px;
	text-transform: uppercase;
}
@media (max-width: 480px) {
	.slideshow-subtitle {
		margin-bottom: 5px;

		font-size: 0.69rem;
	}
}
.slideshow-title,
.slideshow-title h1{
	margin-bottom: 30px;

	font-size: 2.69rem;
	font-weight: 500;
	color: #000;
	line-height: 1.1;
	letter-spacing: -1px;
}
@media (max-width: 991px) {
	.slideshow-title,
	.slideshow-title h1	{
		font-size: 1.75rem;
	}
}
@media (max-width: 767px) {
	.slideshow-title,
	.slideshow-title h1	{
		font-size: 1.69rem;
	}
}
@media (max-width: 480px) {
	.slideshow-title,
	.slideshow-title h1	{
		margin-top: 0;
		margin-bottom: 5px;
	}
}
.slideshow-btn {
	width: auto;
	padding: 0;
	padding-bottom: 6px;

	font-weight: 500;
	text-align: left;

	border-bottom: 2px solid transparent;
}
@media (max-width: 480px) {
	.slideshow-btn {
		font-size: 0.69rem;
	}
}
.slideshow-btn:hover {
	border-bottom: 2px solid #000;
}
.slideshow .swiper-slide img {
	transform: scale(1.1);
	-webkit-transition: transform 0 2s ease;
	-moz-transition: transform 0 2s ease;
	transition: transform 0 2s ease;
}
@media (max-width: 480px) {
	.slideshow .swiper-slide img {
		height: 300px;
		object-fit: cover;
	}
}
.slideshow .swiper-slide.swiper-slide-active img {
	transform: scale(1);
	-moz-transition: transform 2s ease;
	-webkit-transition: transform 2s ease;
	transition: transform 2s ease;
}


/* sidebar */
#show-sidebar {
	position: fixed;
	top: 50vh;
	left: 0;
	visibility: hidden;
	
	width: 50px;
    height: 50px;
	margin-top: -25px;
	
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	z-index: 1000;

	opacity: 0;
	pointer-events: none;
    border: 1px solid rgba(0,0,0,0.1);
	background-color: rgba(255,255,255,.9);
	
	transform: translateX(-100%);
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;

	-moz-transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}
/*#show-sidebar:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 1px;

	width: 100%;
	height: 1px;
}*/
@media (max-width: 991px) {
	#show-sidebar.visible {
		visibility: visible;

		color: #000;

		opacity: 1;
		
		pointer-events: unset;
		transform: none;
	}
}
#show-sidebar.visible:hover {
	cursor: pointer;
}
#show-sidebar.visible:before {
	background: #000;
}
#show-sidebar.visible:hover:before {
	transform: scale(0,1);
	transform-origin: 100% 50%;

	-moz-transition: transform .4s cubic-bezier(.28,.38,0,.81);
	-webkit-transition: transform .4s cubic-bezier(.28,.38,0,.81);
	transition: transform .4s cubic-bezier(.28,.38,0,.81);
}
#show-sidebar span {
	font-size: 1.4rem;
}
#column-left {
	padding: 0;
}
.sidebar {
	will-change: min-height;
}
.border-transparent {
	border: 1px solid transparent;
}
.sidebar__inner {
	padding-left: 15px;
	padding-right: 15px;
	
	transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}
@media (max-width: 991px) {
	#show-sidebar {
		float: left;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#column-left {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 10000;
		overflow: auto;

		display: block !important;
		width: 450px;
		height: 100%;
		padding: 60px 50px 20px 50px;

		background-color: #fff;
		transform: translate3d(-450px, 0, 0);
		transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
		transition-delay: 0.1s;
	}
	.sidebar__inner {
		padding: 0;
	}
	#column-left.sidebar-active {
		transform: translate3d(0, 0, 0);
		transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
	}
}
@media (max-width: 767px) {
	#column-left {
		width: 320px;
	}
}
/*@media (min-width: 992px) {
	#product-category #column-left, 
	#product-category #column-right {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
	}
}*/
#column-right {
	padding-left: 41px;
}
@media (max-width: 991px) {
	#column-right {
		padding-left: 15px;
	}
}
#column-right > h2 {
	margin-top: 0;
	margin-bottom: 40px;
}
body .list-group a {
	border: 0;
	padding: 8px 0;
}
body .list-group a:hover {
	color: #000;

	background: transparent;
}
body a.list-group-item:focus,
body a.list-group-item:hover,
body button.list-group-item:focus,
body button.list-group-item:hover {
	color: #000;

	background: transparent;
	text-shadow: none;
	border: 0;
}


/* content */
header {
	position: relative;
	z-index: 1000;

	background: rgba(0,0,0,0.001);
}
.big_height header {
	position: absolute;

	width: 100%;
}
.color-light {
	position: absolute;

	width: 100%;
}
.color-light.fixed,
.big_height header.fixed {
	position: fixed;
}
header + .container,
header + .container-wide {
	margin-bottom: 500px;

	background: #fff;
}
@media (max-width: 1199px) {
	header + .container,
	header + .container-wide {
		margin-bottom: 0;
	}
}
#content {
	min-height: 600px;
}
@media (max-width: 991px) {
	#content {
		min-height: 180px;
	}
}
@media (max-width: 767px) {
	#content .row:last-child {
		margin-bottom: 40px;
	}
}
#content a:not([class]) {
	font-weight: 600;
}
#content a:not([class]):hover {
	text-decoration: underline;
}
#content div > a:not([class]),
#content div > * > a:not([class]) {
	text-decoration: underline;
}
#content div > a:not([class]):hover,
#content div > * > a:not([class]):hover{
	text-decoration: none;
}

#content div > .icon-item > a:not([class]){
	text-decoration: none;
}

	/* product list */
.product-layout.product-grid {
	padding-right: 30px;
	padding-left: 30px;
}
@media (min-width: 992px) and (max-width: 1024px) {
	.product-layout.product-list,
    .product-layout.product-grid {
        width: 25%;
    }
}
@media (max-width: 767px) {
	.product-layout.product-list {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 40px;
	}
	.product-layout.product-list:nth-of-type(2n+1) {
		clear: both;
	}
	.product-layout.product-grid {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (min-width: 500px) and (max-width: 768px) {
    .product-layout.product-list,
    .product-layout.product-grid {
        width: 50%;
    }
}
@media (max-width: 768px) {
	.product-layout.product-grid:nth-of-type(2n+1) {
		clear: left;
	}
}
@media (max-width: 480px) {
	.heading + .row .product-layout.product-grid {
		display: block;
	}
}
@media (max-width: 991px) {
    .heading + .row .product-layout.product-grid {
        margin-bottom: 40px;
    }
}
#product-category .product-custom, #product-search .product-custom, #product-manufacturer .product-custom {
	display: flex;
	flex-wrap: wrap;
	width: 33.3%;
}
@media (max-width: 1299px) {
	#product-category .product-custom, #product-search .product-custom, #product-manufacturer .product-custom {
		width: 50% !important;
	}
}
@media (max-width: 991px) {
	#product-category .product-custom, #product-search .product-custom, #product-manufacturer .product-custom {
		overflow: inherit;
		width: 50% !important;
	}
}
@media (max-width: 767px) {
	#product-category .product-custom, #product-search .product-custom, #product-manufacturer .product-custom {
		margin-bottom: 30px;
	}
}
@media (max-width: 480px) {
	#product-category .product-custom, #product-search .product-custom, #product-manufacturer .product-custom {
		display: block;
	}
}
#product-category .product-custom.grid-4, #product-search .product-custom.grid-4, #product-manufacturer .product-custom.grid-4{
	width: 25%;
}
#product-category .product-custom.grid-2, #product-search .product-custom.grid-2, #product-manufacturer .product-custom.grid-2{
	width: 50%;
}
@media (max-width: 1299px) {
	#product-category .product-custom.grid-2, #product-search .product-custom.grid-2, #product-manufacturer .product-custom.grid-2 {
		width: 50% !important;
	}
}
.product-thumb {
	position: relative;

	display: block;
	width: 100%;
	margin-bottom: 80px;
}
.product-thumb.transition:after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.product-thumb {
		display: block;
	}
}
@media (max-width: 991px) {
    .product-thumb {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
	.product-thumb {
		margin-bottom: 0;
	}
}
@media (max-width: 480px) {
	.product-thumb {
		margin-left: -10px;
		margin-right: -10px;
	}
}
.product-list .product-thumb {
	flex-direction: row;
}
@media (max-width: 991px) {
	.product-list .product-thumb {
		margin-bottom: 40px;
	}
}
@media (max-width: 767px) {
	.product-list .product-thumb {
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}
}
@media (max-width: 480px) {
	.product-list .product-thumb {
		margin-left: 0;
		margin-right: 0;
	}
}
.product-thumb .product-colors {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 100;

	max-width: 65%;

	text-align: right;
}

.product-thumb .product-colors.vertical{
	max-width: 15px;
}

@media (max-width: 767px) {
	.product-thumb .product-colors {
		top: 10px;
		right: 10px;
	}
	.product-thumb .product-colors.vertical{
		max-width: 15px;
	}
}
@media (max-width: 480px) {
	.product-thumb .product-colors {
		right: -10px;
	}
}
.product-list .product-thumb .product-colors {
    z-index: 40;
}
@media (max-width: 480px) {
	.product-list .product-thumb .product-colors {
		right: 10px;
	}
}
.product-thumb .color-thumb {
	position: relative;

	float: left;
	width: 12px;
	height: 12px;
	margin: 0 5px 5px;

	border-radius: 50%;
}

.product-thumb .vertical .color-thumb{
	margin: 5px 0px 5px 0px;
}

@media (max-width: 767px) {
	.product-thumb .color-thumb {
		width: 15px;
		height: 15px;
		margin: 0 3px 3px;
	}

	.product-thumb .vertical .color-thumb{
		margin: 3px 0px 3px 0px;
	}
}


.product-thumb .color-thumb:not(.active):hover,
.product-thumb .size-thumb:not(.active):hover {
	transform: scale(1.2);
	cursor: pointer;
}
.product-thumb .color-thumb.active {
    transform: scale(1.4);
}
@media (max-width: 767px) {
	.product-thumb .color-thumb.active {
		transform: scale(1.3);
	}
}
.product-thumb .color-thumb.active:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;

	width: 4px;
	height: 4px;

	border-radius: 50%;
	background-color: #fff;

	transform: translate(-50%,-50%);
}

@media (max-width: 767px) {
	.product-thumb .color-thumb.active:before {
		width: 2.2px;
		height: 2.2px;
	}
}
.product-thumb .product-sizes .size-thumb {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 2px;

	font-size: 0.75rem;
	text-align: center;
	line-height: 18px;

	border: 1px solid #000;
}
.product-thumb .size-thumb.active {
	font-size: 0.81rem;
	color: #fff;
	line-height: 22px;

    transform: scale(1.4);
	background: #000;
}
.product-layout .product-thumb .product-image {
	position: relative;

	flex-grow: 1;
}
@media (max-width: 767px) {
    .product-layout .product-thumb .product-image {
        position: relative;
    }
}
@media (max-width: 480px) {
    .product-layout .product-thumb .product-image {
        width: calc(100% + 20px);
    }
}
.product-list .product-thumb .product-image {
	position: relative;
	
	float: left;
	width: 25%;
}
@media (max-width: 767px) {
	.product-list .product-thumb .product-image {
		width: 100%;
	}
}
.product-thumb .product-image {
	width: 100%;
	
	-moz-transition: opacity 4s ease-in-out;
	-webkit-transition: opacity 4s ease-in-out;
	transition: opacity 4s ease-in-out;
}
.product-thumb .image {
	text-align: center;
	
	-moz-transition: opacity 4s ease-in-out;
	-webkit-transition: opacity 4s ease-in-out;
	transition: opacity 4s ease-in-out;
}
@media (max-width: 991px) {
	.product-thumb .product-image {
		width: 100%;
	}
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	min-height: 150px;
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (max-width: 767px) {
	.product-grid .product-thumb .image {
		position: static;
	}
	.product-list .product-thumb .image {
		float: left;
		padding: 0;
	}
}
.product-list .product-thumb .product-description {
	position: static;

	display: flex;
	width: 75%;
	padding: 50px 0 0 50px;
}
@media (max-width: 767px) {
	.product-list .product-thumb .product-description {
		flex-wrap: wrap;
		flex-direction: column;
		flex-grow: 100;
		width: 100%;
		padding: 0;
	}
}
.product-thumb .product-description {
	position: absolute;
	bottom: 5%;
	z-index: 30;

	width: 100%;
	padding: 0 20px;

	-moz-transition: transform 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition: transform 1s cubic-bezier(.19,1,.22,1);
	transition: transform 1s cubic-bezier(.19,1,.22,1);
}
.grid-4 .product-thumb .product-description {
	bottom: 1%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.product-thumb .product-description {
		z-index: 110;
	}
}
@media (max-width: 991px) {
	.product-thumb .product-description {
		position: relative;
        top: auto;
		bottom: 50px;

		min-height: 80px;
	}
	.grid-4 .product-thumb .product-description {
		bottom: 50px;
	}
}
@media (min-width: 992px) and (max-width: 1024px) {
	.grid-4 .product-thumb .product-description {
		position: relative;
		top: auto;
		bottom: 0;
		
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		flex-grow: 100;
		width: calc(100% + 1px);
		min-height: 80px;
		padding: 0;
	}
}
@media (max-width: 768px) {
	.product-thumb .product-description {
		bottom: 0;
		
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		flex-grow: 100;
		padding: 0;
	}
	.grid-4 .product-thumb .product-description {
		bottom: 0;
	}
}
@media (max-width: 480px) {
	.product-thumb .product-description {
		width: calc(100% + 20px);
	}
}
.product-list .product-thumb .caption {
	flex-grow: 5;
	max-width: 72%;
	padding-right: 20px;

}
.product-thumb .caption {
	-moz-transition: all 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
}
.product-thumb .caption-wrap {
	display: flex;
	justify-content: space-between;
}
@media (min-width: 992px) and (max-width: 1024px) {
	.product-thumb .caption-wrap {
		display: block;
	}
}
@media (max-width: 768px) {
	.product-thumb .caption-wrap {
		display: block;
	}
}
.product-list .product-thumb .caption-wrap {
	display: block;
}
@media (max-width: 767px) {
	.product-thumb .caption {
		position: static;

		display: block;
		padding: 0;
	}
}
.product-thumb:hover .caption {
	transform: translateY(-20px);
	-moz-transition: transform 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition: transform 1s cubic-bezier(.19,1,.22,1);
	transition: transform 1s cubic-bezier(.19,1,.22,1);
}
@media (max-width: 991px) {
    .product-thumb:hover .caption {
        transform: translateY(0);
    }
}
.product-list .product-thumb:hover .caption {
	transform: translateY(0);
}
.product-thumb .caption h4 {
	float: left;
	display: -webkit-box;
	display: box;
	max-width: 80%;
	overflow: hidden;
	margin: 0;
	margin-left: -45px;
	
	font-size: calc(0.88rem + 0.7vw);
	font-weight: bold;
	line-height: 1.25;
	word-wrap: break-word;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-ms-line-clamp: 3;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	box-orient: vertical;
}
.grid-4 .product-thumb .caption h4 {
    font-size: calc(0.48rem + 0.7vw);
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.product-thumb .caption h4 {
		max-height: calc(3.75*(0.88rem + 0.7vw));
	}
}
.product-list .product-thumb .caption h4 {
	float: none;
	max-width: 100%;
	margin-left: 0;
	margin-bottom: 15px;
}
@media (min-width: 992px) and (max-width: 1024px) {
	.product-thumb .caption h4 {
		float: none;
		max-width: 100%;
		margin-left: 0;
		margin-bottom: 5px;
		font-size: 1.13rem !important;
		font-weight: normal;
		-webkit-line-clamp: 2;
		line-clamp: 2;
	}
}
@media (max-width: 991px) {
	.product-thumb .caption h4 {
		font-size: calc(0.88rem + 0.4vw);
	}
	.grid-4 .product-thumb .caption h4 {
		font-size: calc(0.88rem + 0.4vw);
		-webkit-line-clamp: 3;
		line-clamp: 3;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 991px) {
	.product-thumb .caption h4 {
		max-height: calc(3.75*(0.88rem + 0.4vw));
	}
}
@media (max-width: 768px) {
	.product-thumb .caption h4 {
		float: none;
		max-width: 100%;
		margin-left: 0;
		margin-bottom: 5px;

		font-size: 1.13rem;
		font-weight: normal;
		-webkit-line-clamp: 2;
		line-clamp: 2;
	}
	.grid-4 .product-thumb .caption h4 {
		font-size: 1.13rem;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 767px) {
	.product-thumb .caption h4 {
		max-height: none;
	}
}
.product-thumb .caption h4 a {
	position: relative;

	display: block;
	padding-bottom: 4px;
	
	text-decoration: none !important;
}
.product-thumb .caption h4 a:hover {
	text-decoration: none !important;
}
.product-thumb .caption h4 a:after {
	position: absolute;
	content: " ";
	left: 0;
	bottom: 0;

	width: 0;
	height: 1px;

	background-color: #000;

	-webkit-transition: width 1s cubic-bezier(.19,1,.22,1);
	-moz-transition: width 1s cubic-bezier(.19,1,.22,1);
	transition: width 1s cubic-bezier(.19,1,.22,1);
}
.product-list .product-thumb .caption h4 a:after {
	display:  none;
}
.product-thumb:hover .caption h4 a:after {
	width: 100%;

	transition-delay: 0.1s;
}
.product-thumb .caption p {
	float: right;

	font-size: 1rem;
}
.product-list .product-thumb .caption p {
	float: none;
}
@media (min-width: 992px) and (max-width: 1024px) {
	.product-thumb .caption .price {
		display: flex;
		align-items: center;
	}
	.product-thumb .caption p {
		float: none;
	}
	.product-thumb .price {
		font-weight: 300;
	}
}
@media (max-width: 768px) {
	.product-thumb .caption p {
		float: none;
	}
}
@media (max-width: 768px) {
	.product-thumb .caption .price {
		display: flex;
		align-items: center;
	}
}
.product-thumb .product-sizes {
	margin-top: 6px;
}
@media (max-width: 767px) {
	.product-thumb .product-sizes {
		margin-bottom: 10px;
	}
}
@media (min-width: 992px) and (max-width: 1024px) {
	.product-grid .product-thumb .caption {
		position: static;
		
		display: block;
		width: 100%;
		order: 1;
		min-height: 81px;
		margin-bottom: 15px;
		padding: 0;
	}
}
@media (max-width: 991px) {
	.product-grid .product-thumb .caption {
		margin-bottom: 15px;
	}
}
@media (max-width: 768px) {
	.product-list .product-thumb .caption {
		order: 1;
		max-width: 100%;
		min-height: 81px;
		margin-left: 0;
		padding-right: 0;
	}
	.product-grid .product-thumb .caption {
		order: 1;
		width: 100%;
		min-height: 81px;
		padding: 0;
	}
}
.product-thumb .rating {
	padding-bottom: 5px;
	margin-left: -45px;
}
@media (max-width: 768px) {
	.product-thumb .rating {
		margin-left: 0;
	}
}
.product-list .product-thumb .rating {
	margin-left: 0;
}
.rating .fa-stack {
	font-size: 0.5rem;
}
.rating .fa-star-o {
	font-size: 0.94rem;
	color: #999;
}
.rating .fa-star {
	color: #FC0;
	font-size: 0.94rem;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	align-self: flex-end;
	margin: 0;

	font-size: 1rem;
	font-weight: 600;
	color: #444;
}
@media (min-width: 992px) and (max-width: 1024px) {
	.product-thumb .rating {
		margin-left: 0;
	}
	
	.product-thumb .price span {
		text-align: left;
	}
	.product-thumb .price-old {
		display: inline-block !important;
		margin-left: 0 !important;
	}
	.product-thumb .price-old + .price-new {
		margin-left: 10px;
	}
}
@media (max-width: 768px) {
	.product-thumb .price {
		font-weight: 300;
	}
}
.product-thumb .price span {
	display: block;

	text-align: right;
}
@media (max-width: 768px) {
	.product-thumb .price span {
		text-align: left;
	}
}
.product-list .product-thumb .price span {
	display: inline-block;

	text-align: left;
}
.price-new,
.new-price {
	font-weight: 600;
	color: #ff0000;
}
.price-old,
.old-price {
	position: relative;

	font-size: 85%;
	font-weight: 300;
	color: #999;
}
.price-old:before,
.old-price:before {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;

	width: 100%;

	border-bottom: 1px solid #ff0000;
	opacity: 0.5;

	transform: rotate(-15deg);
}
.product-thumb .price-old {
    margin-left: 10px;
}
.product-list .product-thumb .price-old {
	display: inline-block;
	margin-left: 0;
}
@media (max-width: 768px) {
	.product-thumb .price-old {
		display: inline-block !important;
		margin-left: 0;
	}
	.product-thumb .price-new + .price-old {
		margin-left: 10px;
	}
	.product-thumb .price-old + .price-new {
		margin-left: 10px;
	}
}
.points {
	font-weight: 600;
	font-size: 90%;

    margin-top: 40px;
}
.discount {
	margin-top: 10px;

    font-weight: 600;
    font-size: 90%;
}
.discount:first-child {
    margin-top: 0;
}
.product-thumb .price-tax {
	display: block;

	font-size: 0.75rem;
	color: #999;
}
.product-list .product-thumb .buttons {
	position: static;
	opacity: 1;

	width: auto;
	max-width: 28%;
	margin-left: 0;
	margin-right: 0;

	transform: translateY(0);
}
@media (max-width: 768px) {
    .product-list .product-thumb .buttons {
        width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
    }
}
.button-group button .hidden-xs {
	display: inline-block;

	vertical-align: middle;
	line-height: 1.3;
}
.product-thumb .buttons {
	position: relative;
	opacity: 0;

	margin-left: -20px;
	margin-right: -20px;

	text-align: center;

	transform: translateY(15px);
	-moz-transition: all 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
}
.product-thumb:hover .buttons {
	opacity: 1;

	transform: translateY(0);
}
.product-list .product-thumb:hover .buttons {
	transform: translateY(0);
}
@media (max-width: 1200px) {
	.product-thumb .buttons {
		position: relative;
		right: 0;

		padding: 0;
	}
}
@media (min-width: 992px) and (max-width: 1024px) {
	.product-thumb .buttons {
		position: relative;
		right: 0;
		
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
		padding: 0;
		
		opacity: 1;
		transform: translateY(0);
	}
}
@media (max-width: 991px) {
	.product-thumb .buttons {
		padding: 0;
		opacity: 1;

		transform: translateY(0);

	}
}
@media (max-width: 768px) {
	.product-thumb .buttons {
		width: 100%;	
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
	}
}
@media (max-width: 400px) {
	.product-thumb .buttons {
		position: relative;
		right: 0;
	}
}
.product-list .product-thumb .button-group {
	text-align: right;
}
.product-thumb .button-wrap {
	overflow: hidden;

	display: flex;
	justify-content: center;
}
@media (max-width: 1199px) {
	.product-thumb .button-wrap {
		display: block;
	}
}
.product-list .product-thumb .button-wrap {
	display: block;
}
.product-list .product-thumb .button-group .lnr {
	position: absolute;
	
	vertical-align: baseline;
}
@media (max-width: 767px) {
	.product-list .product-thumb .button-group .lnr {
		position: static;
	}
}
.product-thumb .button-group .lnr {
	font-size: 0.94rem;
}
@media (max-width: 991px) {
	.product-thumb .button-group .lnr {
		margin-top: 0;
	}
}
.product-list .product-thumb .button-group .button-text {
	display: inline-block;
	margin-left: 5px;
	padding-left: 14px;

	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2;
}
@media (max-width: 767px) {
	.product-list .product-thumb .button-group .button-text {
		display: none;
	}

}
.product-thumb .button-group .button-text {
	display: none;
}
.product-list .product-thumb .button-group button {
	float: none;
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;

	text-align: left;
	border: 0;
}
@media (max-width: 767px) {
	.product-list .product-thumb .button-group button {
		float: left;
		width: 25%;
		margin-right: 0;

        text-align: center;
		border: 1px solid #e4e4e4;
	}
}
.product-list .product-thumb .button-group .btn {
	margin-bottom: 20px;
	padding: 23px 21px 20px;

	color: #fff;
	text-align: center;
	text-transform: uppercase;

	background: #000;
	border: 2px solid #000;
}
@media (max-width: 767px) {
	.product-list .product-thumb .button-group .btn {
		margin-bottom: 0;
		padding: 9px 10px;

		color: #000;

		background: transparent;
		border: 1px solid #e4e4e4;
	}
}
.product-list .product-thumb .button-group .btn .lnr {
	display: none;
}
@media (max-width: 767px) {
	.product-list .product-thumb .button-group .btn .lnr {
		display: block;
	}
}
.product-list .product-thumb .button-group .btn .hidden-md,
.product-list .product-thumb .button-group .btn .hidden-sm {
	display: block !important;
}
@media (max-width: 767px) {
	.product-list .product-thumb .button-group .btn .hidden-md,
	.product-list .product-thumb .button-group .btn .hidden-sm {
		display: none !important;
	}
}
.product-thumb .button-group button {
	float: left;
	padding: 9px 10px 9px;

	font-size: 0.75rem;
	font-weight: bold;
	text-transform: none;
	color: #000;
	text-align: center;
	line-height: 100%;
	white-space: normal;

	border: 1px solid #000;
	background: #fff;

	-moz-transition: all 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
}
@media (max-width: 1199px) {
	.product-thumb .button-group button {
		width: 25%;
	}
}
@media (min-width: 992px) and (max-width: 1024px) {
	.product-thumb .button-group button {
		float: left;
		width: 25%;
		margin-right: 0;
		border-color: #e4e4e4;
	}
}
@media (max-width: 991px) {
	.product-thumb .button-group button {
		float: left;
		width: 25%;
		margin-right: 0;

		border-color: #e4e4e4;
	}
	.product-thumb .button-group button:first-child {
		border-right: 0;
	}
	.product-thumb .button-group button:last-child {
		border-left: 0;
	}
}
.catalog_mode .product-thumb .button-group .select-btn {
	display: none;
}
.product-list .product-thumb .button-group button:hover {
	margin-right: 0;
	color: #000;

	background: transparent;
}
.product-thumb .button-group button:first-child {
	position: relative;
	
	border-right: 0;
}
.catalog_mode .product-thumb .button-group button:first-child {
	border-right: 1px solid #000;
}
.product-thumb .button-group button:last-child {
	border-left-color: transparent;
}
.product-thumb .button-group button:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;

	background: #000;
}
.product-list .product-thumb .button-group .btn:hover, .product-list .product-thumb .button-group .btn:focus {
	color: #fff;

	background: transparent;
	border: 2px solid #000;
}
.product-list .product-thumb .button-group button:hover .lnr {
	-moz-animation: heart 0.8s ease-in-out infinite;
	-webkit-animation: heart 0.8s ease-in-out infinite;
	animation: heart 0.8s ease-in-out infinite;
}
.product-thumb .button-group button.btn .lnr {
	display: none;
}
#product-category .grid-4 .product-thumb .button-group button.btn.select-btn .lnr,
#product-manufacturer .grid-4 .product-thumb .button-group button.btn.select-btn .lnr,
#product-search .grid-4 .product-thumb .button-group button.btn.select-btn .lnr
{
	display: block;
}


@media (max-width: 1199px) {
	.product-thumb .button-group button.btn .lnr {
		display: block;
	}
}
#product-category .grid-4 .product-thumb .button-group button.btn.select-btn .lnr + span.hidden-xs,
#product-manufacturer .grid-4 .product-thumb .button-group button.btn.select-btn .lnr + span.hidden-xs,
#product-search .grid-4 .product-thumb .button-group button.btn.select-btn .lnr + span.hidden-xs

{
	display: none;
}
@-webkit-keyframes heart{
	0% {
		-webkit-transform:scale(1)
	}
	50%{
		-webkit-transform:scale(1.2)
	}
	100% {
		-webkit-transform:scale(1)
	}
}
@keyframes heart{
	0%{
		transform:scale(1)
	}
	50%{
		transform:scale(1.2)
	}
	100%{
		transform:scale(1)
	}
}
.product-image:hover .image {
	opacity: 0;
}
@media (max-width: 767px) {
	.product-image:hover .image {
		opacity: 1;
	}
}
.image-second {
	position: absolute;
	top: 0;
	bottom: 0;

    overflow: hidden;
	opacity: 0;
	
	-webkit-transition: opacity 0.45s ease,transform 1.8s cubic-bezier(0, 0, 0.40, 1.10);
    -moz-transition: opacity 0.45s ease,transform 1.8s cubic-bezier(0, 0, 0.40, 1.10);
    transition: opacity 0.45s ease,transform 1.8s cubic-bezier(0, 0, 0.40, 1.10);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.image-second {
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.image-second {
		display: none;
	}
}
.product-image:hover .image-second {
	opacity: 1;
}

.image-second img {
    -webkit-transition: opacity 0.45s ease,transform 1.8s cubic-bezier(0, 0, 0.40, 1.10);
    -moz-transition: opacity 0.45s ease,transform 1.8s cubic-bezier(0, 0, 0.40, 1.10);
    transition: opacity 0.45s ease,transform 1.8s cubic-bezier(0, 0, 0.40, 1.10);
}

.product-image:hover .image-second img {
    transform: scale(1.06);
}

.select-section {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 100;
	opacity: 0;

	width: calc(100% + 60px);
	margin-left: -30px;
	margin-right: -30px;

	pointer-events: none;

	box-shadow: 0 0 40px rgba(0,0,0,0.1);
	background: #fff;

	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 480px) {
	.select-section {
		width: calc(100% + 30px);
		margin-left: -5px;
		margin-right: -5px;
	}
}

.product-list .select-section {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.select-section.active {
	opacity: 1;
	pointer-events: visible;
}
.close-select {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 10000;
}
.close-select:hover {
	cursor: pointer;
}
.select-wrap {
	position: relative;
	top: 50%;
	overflow: auto;

	max-height: 80%;
	padding: 25px 25px 10px;

	transform: translateY(-50%);
}
@media (max-width: 767px) {
    .select-wrap {
        max-height: 95%;
    }
}
.product-list .select-wrap {
    max-width: 50%;
    margin: 0 auto;
}
@media (max-width: 1199px) {
    .product-list .select-wrap {
        max-width: 70%;
    }
}
@media (max-width: 767px) {
    .product-list .select-wrap {
        max-width: 100%;
    }
}
.product-option {
	margin-bottom: 20px;
}
.product-option label {
	display: block;
	padding-left: 0;

	font-weight: 400;
	font-size: 1.06rem;
	color: #000;
}
.product-option label input {
	display:  none;
}
.product-option label img {
	width: 35px;

	border: 2px solid transparent;
	border-radius: 50%;
}
.checkbox-option.product-option label img {
	border-radius: 0;
}
.color-item input:checked + img {
	padding: 4px;

	border: 2px solid #000;
}
.product-option .label-choise {
	font-size: 1rem;
	font-weight: 300;
	color: #999;
}
.product-option [id^="input-option"] {
	margin-left: -5px;
}
.product-option.radio-option [id^="input-option"],
.product-option.checkbox-option [id^="input-option"] {
	font-size: 0;
}
.product-layout .product-option [id^="input-option"] {
    margin-left: 0;
}
.color-item,
.size-item {
	display: inline-block !important;
	margin: 5px 5px 5px;
}
.color-item + .color-item,
.size-item + .size-item {
	margin-top: 0;
}
.radio-option input[type=radio],
.checkbox-option input[type=radio] {
	display: none;
}
.color-item input[type=radio] + span {
	display: block;
	width: 35px;
	height: 35px;

	border-radius: 50%;
	border: 2px solid #999;
}
.color-item input[type=radio]:checked + span {
	border: 2px solid #000;
}
.size-item input[type=radio] + span,
.size-item input[type=checkbox] + span {
	display: inline-block;
	min-width: 35px;
	padding: 0 4px;

	color: #999;
	line-height: 31px;
	text-align: center;

	border: 2px solid #999;
	border-radius: 35px;
}
.size-item input[type=radio]:checked + span,
.size-item input[type=checkbox]:checked + span {
	color: #fff;

	background: #000;
	border: 2px solid #000;
}
.price-option {
	margin-bottom: 17px;

	font-size: 1.75rem;
	font-weight: 600;
}
@media (max-width: 479px) {
	.price-option {
		font-size: 1.25rem;
	}
}
.price-option .price-old {
	font-size: 70%;
}
.product-price span {
	display: inline-block;
}
ul.prodvar {
	overflow: hidden;
	
    margin-left: -5px;
}
.prodvar li {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}
@media (max-width: 479px) {
	.prodvar li {
		max-width: 70px;
	}
}
.prodvar li:hover,  .prodvar li.active{
	outline: 2px solid #000;
}
.select-section .btn {
	padding: 15px 20px;

	font-weight: bold;
}
.review-item {
	position: relative;

	margin-top: 30px;
}
.review-author {
	font-size: 1.69rem;
	font-weight: 600;
}
.review-date {
	font-weight: 300;
	font-size: 1rem;
	color: #999;
}
.review-content {
	padding: 10px 0;

	font-weight: 300;
	font-size: 1.25rem;
	color: #3a3a3a;
}
.summary-rating,
.summary-caption {
	display: inline-block;
	vertical-align: middle;
}
.summary-rating {
	margin-right: 6px;
}
.summary-caption {
	font-size: 1.25rem;
}
.summary-rating .fa {
	max-width: 21px;

	font-size: 1.38rem;
	color: #F5CA59;
}
.review-rating {
	position: absolute;
	top: 0;
	right: 0;

	margin: 10px 0;
}
.review-rating .fa {
	max-width: 13px;

	color: #F5CA59;
}
.gallery-top {
    width: 100%;
	height: 100%;
}
@media (max-width: 767px) {
	.gallery-top {
		overflow: hidden;
	}
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}

.thumbnails {
	position: relative;

	padding: 0;
	margin: 0;
	margin-bottom: 30px;

	list-style: none;

}
@media (max-width: 767px) {
	.thumbnails {
		width: 100%;

		text-align: center;
	}
}
.thumbnails > img {
	width: 100%;
}
.product-labels {
    position: absolute;
    top: 15px;
    left: -10px;
	z-index: 100;

    font-size: 0.94rem;
    font-weight: 600;
}
@media (max-width: 767px) {
	.product-labels {
		left: 0;

		padding: 4px 7px;

		font-size: 0.69rem;
	}
}
.product-label {
	display: table;
	margin-top: 10px;
	padding: 4px 15px;
	
	color: transparent;

	border: 2px solid transparent;
}
@media (max-width: 767px) {
	.product-label {
		margin-top: 5px;
		padding: 4px 7px;
	}
}
.label-new {
	color: #000;

    border: 2px solid #000;
}
.label-sale {
	color: #ff0000;

    border: 2px solid #ff0000;
}
.label-out {
	color: #b9b5b5;
	
    border: 2px solid #b9b5b5;
}
.label-coming {
	color: #999;

	border: 2px solid #999;
}
.product-count {
	position: absolute;
	top: 15px;
	right: 20px;
	z-index: 100;
}
.count-item {
	padding: calc(0.4vw + 1.7px);

	background-color: rgba(255,255,255,0.85);
	border: 1px solid #e8e8e8;

	font-weight: 600;
	text-align: center;
	color: #000;
}
.count-amount {
	font-size: calc(0.35vw + 0.56rem);
}
.count-time {
	opacity: 0.5;

	font-size: calc(0.26vw + 0.26rem);
	text-transform: uppercase;
	letter-spacing: 1.2px;
}
.thumb-images {
	position: absolute;
	left: 50%;
	bottom: -50px;
	z-index: 19;

	display: inline-block;
	width: 100%;
	max-width: 400px;

	border: 4px solid #fff;

	transform: translateX(-50%);
}
@media (max-width: 991px) {
	.thumb-images {
		position: static;

		transform: translateX(0);
	}
}
.thumb-wrap {
	margin-bottom: 0 !important;

	border-radius: 0 !important;
}
body .swiper-viewport {
	margin-bottom: 0;

	box-shadow: none;
}
@media (max-width: 479px) {
	body .swiper-viewport.slideshow {
		width: calc(100% + 60px);
		margin-left: -30px;
		margin-right: -30px;
	}
}
.slider-section .swiper-viewport,
.slider-section .swiper-container {
    display: flex;
    flex-wrap: wrap;
	width: 100%;
}
.slideshow {
	margin-bottom: 75px !important;
}
.swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;

	border-radius: 50%;
}
.swiper-pagination .swiper-pagination-bullet-active {
	position: relative;

	transform: scale(1.4);
}
.swiper-pagination .swiper-pagination-bullet-active:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;

	width: 4px;
	height: 4px;

	border-radius: 50%;
	background-color: #fff;

	transform: translate(-50%,-50%);
}
.swiper-pagination .swiper-pagination-bullet:hover {
	background: rgba(0, 0, 0, 0.9);
}
.swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
	background: rgba(0, 0, 0, 0.5);

	transform: scale(1.2);
}


/* Category */
.page-bg {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	
	width: 100%;
	height: 100%;
}
.short_height .page-bg {
	display: none;
}
.page-bg div {
	width: 100%;
	height: 100%;

	background-size: cover;
	
	-moz-transition: all 2s cubic-bezier(.1,.68,.32,1);
	-webkit-transition: all 2s cubic-bezier(.1,.68,.32,1);
	transition: all 2s cubic-bezier(.1,.68,.32,1);
}
.page-bg.show div {
	transform: scale(1.1);
	
	-moz-transition: all 2s cubic-bezier(.1,.68,.32,1);
	-webkit-transition: all 2s cubic-bezier(.1,.68,.32,1);
	transition: all 2s cubic-bezier(.1,.68,.32,1);
}
.page-avatar {
    position: absolute;
    bottom: 0%;
    left: 50%;
    
    padding: 5px;
	
    border-radius: 50%;
	
	transform: translate(-50%, 50%);
	
    background: #fff;
}
@media (max-width: 991px) {
	.page-avatar {
		max-width: 130px;
	}
}
.page-avatar img {
	width: 100%;
    max-width: 168px;
	
    border-radius: 50%;
}
.user-avatar {
	margin: 10px 0 50px;
}
@media (max-width: 991px) {
	.user-avatar {
		margin: 20px 0 40px;
	}
}
.avatar-name {
	position: relative;
	
	display: inline-block;
    padding: 0 30px;
}
.avatar-name:before {
    content: '';
    position: absolute;
	top: 50%;
    left: -7px;
	
    width: 20px;
    height: 2px;
	
	background: #000;
	
    transform: translateY(-50%);
}
.avatar-name:after {
    content: '';
    position: absolute;
	top: 50%;
    right: -7px;
	
    width: 20px;
    height: 2px;
	
	background: #000;
	
    transform: translateY(-50%);
}
.page-wrapper {
	position: relative;
}
.page-description {
	position: relative;
	z-index: 1;

	padding-top: 150px;
	padding-bottom: 150px;
}
@media (max-width: 991px) {
	.page-description {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.category-page .page-description {
		text-align: center;
	}
}
.short_height .page-description {
	padding: 0;
}
.page-description2 {
	position: relative;
	z-index: 1;

	padding-top: 100px;
	padding-bottom: 100px;

	background: #f7f7f7;
}
.background-light {
	background: transparent !important;
}
@media (max-width: 991px) {
	.page-description2 {
		padding-top: 20px;
		padding-bottom: 70px;
	}
	.big_height .page-description2 {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
@media (max-width: 767px) {
	.page-description2 {
		padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
	}
}
.page-head {
	max-width: 70%;
	margin: 97px auto 0;

	color: #fff;
}
.category-page .page-head {
	max-width: 88%;
	color: #000;
}
.dark-bg .category-page .page-head {
	color: #fff;
}
.color-dark .page-head {
	color: #000;
}
.short_height .page-head {
	margin: 35px auto;

	color: #000;
}
.page-section2 .page-head {
	color: #000;
}
@media (max-width: 991px) {
    .page-description .page-head {
		max-width: 100%;
        margin: 67px auto 0;
    }
	.short_height .page-head {
		margin: 35px auto;
	}
    .page-description2 .page-head {
		max-width: 100%;
		margin: 5px auto 0;
	}
}
.page-head .page-title {
	padding: 0 40px;

	font-size: 4.06rem;
	font-weight: 600;
}
.page-head .page-title h1 {
	display: inline-block;

	font-size: 4.06rem;
	font-weight: 600;
	color: #000;
}
.dark-bg .category-page .page-head .page-title h1 {
	color: #fff;
}
@media (max-width: 991px) {
	.page-head .page-title,
	.page-head .page-title h1{
		padding: 0;

		font-size: 2.88rem;
	}
}
@media (max-width: 767px) {
	.page-head .page-title,
	.page-head .page-title h1{
		font-size: 2.13rem;
	}
}
.page-title .btn-back {
	position: relative;
	left: 0;

	margin-right: 20px;

	color: #fff;

	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.category-page .page-title .btn-back {
	color: #000;
}
.category-page .page-title .btn-back {
	color: #000;
}
.dark-bg .category-page .page-title .btn-back {
	color: #fff;
}
.color-dark .page-title .btn-back {
	color: #000;
}
.short_height .page-title .btn-back {
	display: none;
}
.page-section2 .page-title .btn-back {
	color: #000;
}
.page-head .btn-back:hover {
	left: -5px;

	cursor: pointer;
}
.btn-back .lnr {
	font-size: 2rem;
}
.page-head .breadcrumb {
	margin: 0;

	text-align: center;
}
.page-head .breadcrumb > li:after {
	color: #fff;
}
.category-page .page-head .breadcrumb > li:after {
	color: #999;
}
.dark-bg .category-page .page-head .breadcrumb > li:after {
	color: #fff;
}
.color-dark .page-head .breadcrumb > li:after {
	color: #999;
}
.short_height .page-head .breadcrumb > li:after {
	color: #999;
}
.page-section2 .page-head .breadcrumb > li:after {
	color: #000;
}
.page-head .breadcrumb a {
	color: #fff;
}
.color-dark .page-head .breadcrumb a {
	color: #000;
}
.short_height .page-head .breadcrumb a {
	color: #000;
}
.category-page .page-head .breadcrumb a {
	color: #000;
}
.dark-bg .category-page .page-head .breadcrumb a {
	color: #fff;
}
.short_height .page-head .breadcrumb a:hover {
	color: #999;
}
.category-page .page-head .breadcrumb a:hover {
	color: #999;
}
.dark-bg .category-page .page-head .breadcrumb a:hover {
	color: #fff;
}
.page-section2 .page-head .breadcrumb a {
	color: #000;
}
.page-head .breadcrumb i {
	font-size: 1.06rem;
}
#product-category {
    padding-top: 60px;
}
.description-category{
	font-size: 14px;
}
.category-page .alert {
    display: none !important;
}
#show-category {
	display: none;
}
@media (max-width: 991px) {
	#show-category {
		display: inline-block;
	}
}
@media (max-width: 991px) {
	#show-category .navbar-toggle {
		float: none;
		display: inline-block;
		vertical-align: middle;
		padding-left: 0px;
		margin-right: 0;
	}
}
@media (max-width: 991px) {
	#show-category .navbar-toggle .icon-bar {
		background: #000;
	}
}
@media (max-width: 991px) {
	#show-category .navbar-toggle + span {
		display: inline-block;
		vertical-align: middle;
		
		font-size: 1.13rem;
	}
}
@media (max-width: 991px) {
	#show-category +.row > * {
		display: none;
	}
}
@media (max-width: 991px) {
	#show-category.show-active +.row > * {
		display: block
	}
}
@media (max-width: 767px) {
    #mfilter-content-container .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}
.filters {
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.filters {
		margin-top: 10px;
		margin-left: 0;
		margin-right: 0;
	}
}
@media (max-width: 480px) {
	.filters {
		margin-left: -15px;
		margin-right: -15px;
	}
}
.filters + .row {
	display: flex;
	flex-wrap: wrap;
}
.product-image + .row {
	margin-left: 0;
	margin-right: 0;
}
@media (max-width: 991px) {
	.product-image + .row {
		display: flex;
		flex-wrap: wrap;
	}
}
@media (max-width: 767px) {
	.product-image + .row {
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media (max-width: 480px) {
	.product-image + .row {
		display: block;
		margin-left: -5px !important;
		margin-right: -5px !important;
	}
}
.widget {
	clear: both;
	margin-bottom: 25px;

	font-size: 1.19rem;
}
.widget a {
	font-size: 110%;
	font-weight: 600;
	letter-spacing: -1px;
}

.widget a.active{
	font-weight: 600;
	text-decoration: underline;
}

.btn-outline {
    padding: 0;
	
    font-size: 0.88rem !important;
    letter-spacing: 1px !important;
    font-weight: 700 !important;
}
.btn-outline:before {
    content: "";
	
    display: inline-block;
    width: 35px;
    height: 1px;
    margin-right: 10px;
	
    vertical-align: middle;
    border-top: 1px solid #000;
	
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-outline:hover {
    color: #999;
}
.btn-outline:hover:before {
    width: 28px;
}
.widget-item {
	display: block;
	margin-bottom: 5px;
}
.category-count {
	display: inline-block;
	padding: 0 3px;
	vertical-align: top;

	font-size: 0.75rem;
	font-weight: 400;
}
.children {
	margin-top: 8px;
	margin-left: 10px;
}
.children a {
	position: relative;

	padding-left: 20px;

	font-size: 90%;
	font-weight: 300;
}
.children a:before, .children a:after {
	position: absolute;
	left: 2px;
	top: 7px;
	content: '';

	width: 10px;

	border-left: 1px solid #e7e7e7;
}
.children a:before {
	height: 105%;
}
.children a:last-child:before {
	display: none;
}
.children a:after {
	height: 11px;

	border-bottom: 1px solid #e7e7e7;
}
.custom-select {
	position: relative;
}
@media (max-width: 991px) {
	#show-sidebar + .custom-select {
		float: left;
		width: 100%;
	}
}
.custom-select select {
	font-size: 0.81rem;
	font-weight: 600;

	border: 2px solid #000 !important;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.custom-select:after {
	position: absolute;
	content: "\e874";
	top: 50%;
	right: 14px;
	z-index: 1;

	margin-top: -6px;

	font-family: 'Linearicons-Free';
	font-size: 0.75rem;
	speak: none;
	font-style: normal;
	font-weight: 600;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.loadmore {
	margin-top: 20px;
}
#showmore {
	padding-bottom: 15px;
}
#showmoretext {
	display: none;
}
#showmore a {
	display: inline-block;
    padding: 0;
	
	font-size: 0.88rem;
    text-align: left;
	color: #000;
	
	background-color: transparent;
    border: 0;
}
#showmore a:hover {
	color: #999;
}
#showmore a:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 1px;
    margin-left: 2px;
    margin-right: 10px;
	
    vertical-align: middle;
    border-top: 1px solid #000;
	
    transition: all 0.3s ease;
}
#showmore a:hover:before {
    width: 28px;
}
#products.ajax-loader-products {
	visibility: hidden;
	opacity: 0;
  
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
#products {
	display: flex;
    flex-flow: row wrap;
	visibility: visible;
	margin-left: 0;
    margin-right: 0;
	
	opacity: 1;
}
@media (max-width: 767px) {
	#products {
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media (max-width: 480px) {
	#products {
		display: block;
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
}


/* banners */
.banner-groups {
	margin: 90px 0;
	overflow: hidden;
}
.banner-wrap {
	position: relative;
	top: 17%;
	left: 15%;

	display: inline-block;
	max-width: 85%;
	max-height: 83%;
	padding: 15px;

	background: rgba(255,255,255,0.8);
}
@media screen and (max-width: 479px) {
	.banner-wrap {
		left: 50%;
		
		transform: translateX(-50%);
	}
}
.banner-groups2 .banner-wrap {
	position: absolute;
    top: auto;
    left: auto;
    right: 15%;
	bottom: 9%;
	
	max-width: 90%;
	max-height: 88%;
}
@media screen and (max-width: 479px) {
	.banner-groups2 .banner-wrap {
		left: 50%;
		right: auto;
		
		max-width: 100%;
		width: 90%;
		
		transform: translateX(-50%);
	}
}
@media screen and (width: 1024px) {
	.banner-groups2 .banner-wrap {
		left: 50%;
		right: auto;
		
		max-width: 100%;
		width: 90%;
		
		transform: translateX(-50%);
	}
}
.banner-groups .banner {
	position: relative;
	overflow: hidden;

	float: left;
	width: 50%;
	height: 460px;
}
.banner-groups.banner-groups2 .banner {
	width: 33.33%;
	height: 250px;
}
.banner-groups.banner-groups2.grid1 .banner {
	width: 100%;
}
.banner-groups.banner-groups2.grid2 .banner {
	width: 50%;
}
.banner-groups.banner-groups2.grid4 .banner {
	width: 25%;
}
@media screen and (max-width: 1199px) {
	.banner-groups.banner-groups2.grid4 .banner {
		width: 33.33%;
	}
}
@media screen and (max-width: 991px) {
	.banner-groups .banner {
		float: none;
		width: 100%;
		height: 350px;
	}
	.banner-groups.banner-groups2 .banner,
	.banner-groups.banner-groups2.grid2 .banner,
	.banner-groups.banner-groups2.grid4 .banner	{
		float: none;
		width: 100%;
		height: 250px !important;
	}
}
@media screen and (width: 1024px) {
	.banner-groups .banner {
		float: none;
		width: 100%;
		height: 350px;
	}
	.banner-groups.banner-groups2 .banner,
	.banner-groups.banner-groups2.grid2 .banner,
	.banner-groups.banner-groups2.grid4 .banner	{
		float: none;
		width: 100%;
		height: 250px !important;
	}
}
.banner-background {
	position: absolute;
	width: 100%;
	height: 100%;
	
	background-position: center !important;
	background-size: cover !important;

	-moz-transition: all 1.8s cubic-bezier(0, 0, 0.45, 1.22);
	-webkit-transition: all 1.8s cubic-bezier(0, 0, 0.45, 1.22);
	transition: all 1.8s cubic-bezier(0, 0, 0.45, 1.22);
	background-repeat: no-repeat;
}
@media screen and (max-width: 479px) { 
	.banner-background {
		background-position: top center !important;
	}
}
.banner-background:hover {
	transform: scale(1.06);
}
.banner1 {
	margin: 90px 0;

	text-align: center;
}
.banner-title {
	font-weight: 600;
	line-height: 1.2;
}
.banner-groups2 .size-md {
	font-size: 1.56rem;
}
.banner2-custom .banner-title {
	margin-bottom: 35px;
}
.banner-text {
	max-width: 50%;
	margin: 24px auto 35px;

	font-size: 1.25rem;
	font-weight: 300;
}
.banner .banner-text2 {
	max-width: 100%;
	
	text-align: left;
	
}
.banner-groups2 .banner-text {
	margin: 10px auto;
	
	font-size: 1.13rem;
}
@media screen and (max-width: 991px) {
	.banner-text,
	.banner-groups2 .banner-text {
		max-width: 100%;

		font-size: 1rem;
	}
}
@media screen and (width: 1024px) {
	.banner-text,
	.banner-groups2 .banner-text {
		max-width: 100%;

		font-size: 1rem;
	}
}
.banner2 .banner-text {
	max-width: 100%;
}
.banner-text a {
	font-weight: bold;
	text-decoration: underline;
}
.banner-text a:hover {
	text-decoration: none;
	color: #9999;
}
.banner .btn {
	font-size: 0.88rem;
}
.trigger {
	padding-bottom: 6px;

	font-size: 0.88rem;
	font-weight: 600;
	text-transform: uppercase;

	border-bottom: 2px solid #000;
}
.banner-groups2 .trigger {
	font-size: 0.75rem;
}
.trigger:hover {
	border-bottom: 2px solid transparent;
}
#cookie-info, 
.block-info {
	position:fixed;
	left: 0;
	bottom: 0;
	z-index: 110;

	max-width: 800px;
	width: calc(100% - 30px);
	height: auto;
	margin: 15px;
	padding: 18px 40px;

	font-size: 0.81rem;
	line-height: 16px;
	color: #fff;

	border: 1px solid #fff;
	background: #000;
	box-shadow: 0 0 10px -5px #fff;
	border-radius: 50px;

	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.block-info {
	z-index: 111;
	
	-moz-animation: pulse 4s ease-in-out infinite;
	-webkit-animation: pulse 4s ease-in-out infinite;
	animation: pulse 4s ease-in-out infinite;
}
.color-danger {
	background: #da4343;
}
.color-info {
	background: #3bbbf9;
}
.color-warning {
	background: #faa732;
}
.close-cookie,
.close-block {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10000;
	
	display: inline-flex !important;
    align-items: center;
    line-height: 1;
    justify-content: center;
	width: 28px;
	height: 28px;

	font-size: 1.13rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	color: #000;

	background: #fff;
	border-radius: 50%;
	border: 1px solid #000;
}
.close-block {
	right: -13px;
}
.color-danger .close-block {
	color: #da4343;
	border: 1px solid #da4343;
}
.color-warning .close-block {
	color: #faa732;
	border: 1px solid #faa732;
}
.color-info .close-block {
	color: #3bbbf9;
	border: 1px solid #3bbbf9;
}
.close-cookie:hover,
.close-block:hover {
	cursor: pointer;
}
#cookie-info p,
.block-info p {
	font-size: 0.81rem;
	margin-bottom: 10px;
}
.block-info p {
	width: calc(100% - 31px);
	margin-bottom: 0;
	
	vertical-align: middle;
}
.block-info p,
.block-info .lnr {
	display: inline-block;
}
.block-info .lnr {
	margin-right: 5px;
}
#cookie-info a,
.block-info a {
	font-weight: 600;
	color: #fff;
}
#cookie-info a:hover,
.block-info a:hover {
	text-decoration: underline;
}
#cookie-info .agree-link {
	float: right;
}
@keyframes pulse {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-@keyframes pulse {
   from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}
@-moz-@keyframes pulse {
   from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}



/* Category-section */
.category-section {
	margin-bottom: 50px;
}
.paddings-15 {
	padding-left: 15px;
	padding-right: 15px;
}
.paddings-all-15 {
	margin-bottom: 10px;
	padding: 15px;
}
@media screen and (max-width: 991px) {
	.paddings-15 {
		padding-left: 5px;
		padding-right: 5px;
	}
}
.paddings-30 {
	padding-left: 30px;
	padding-right: 30px;
}
@media screen and (max-width: 991px) {
	.paddings-30 {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 991px) {
	.paddings-30 {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (max-width: 991px) {
	.category-section [class^="col-"] {
		width: 50%;
	}
}
.product-category {
	position: relative;

	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	.product-category {
		margin-bottom: 20px;
	}
}
.category-content {
	position: absolute;
	bottom: 30px;
	
	width: 100%;
	margin-left: -25px;
}
@media screen and (max-width: 768px) {
	.category-content {
		position: static;

		margin: 15px 0 10px;
	}
}
.category-image {
	overflow: hidden;

	width: 100%;
	height: 100%;
}
.category-image img {
	-moz-transition: all 2s cubic-bezier(0, 0, 0.48, 1.15);
	-webkit-transition: all 2s cubic-bezier(0, 0, 0.48, 1.15);
	transition: all 2s cubic-bezier(0, 0, 0.48, 1.15);
}
.product-category:hover .category-image img {
	transform: scale(1.08);
}
.category-title {
	font-size: 1.88rem;
	font-weight: 600;
}
@media screen and (max-width: 1199px) {
	.category-title {
		font-size: calc(3.70vw - 1.25rem);
	}
}
@media screen and (max-width: 991px) {
	.category-title {
		font-size: calc(0.78vw + 0.81rem);
	}
}
@media screen and (max-width: 768px) {
	.category-title {
		font-size: 1.13rem;
	}
}
.category-title a {
	position: relative;
	
	text-decoration: none !important;
}
.category-title a:before {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 0;
	height: 1px;

	background: #000;

	-moz-transition: width 1s cubic-bezier(0.18, 1, 0.20, 1);
	-webkit-transition: width 1s cubic-bezier(0.18, 1, 0.20, 1);
	transition: width 1s cubic-bezier(0.18, 1, 0.20, 1);
}
.product-category:hover .category-title a:before {
	width: 100%;
}


/* Contact */
#information-contact {
	padding-bottom: 30px;
}
.absolute {
	position: absolute;
	width: 100%;
}
@media (max-width: 991px) {
	.absolute {
		position: static;
	}
}
.absolute.fixed {
	position: fixed;
}
.col-nopadding [class^="col-"] {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.col-nopadding .row {
	margin-left: 0;
	margin-right: 0;
}
.background-wrapper {
	position: relative;

	height: 100vh;
}
@media (max-width: 991px) {
	.background-wrapper {
		height: 45vh;
	}
}
.background-fixed {
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	background-size: cover;
	background-position: center;
}
.contact-info {
	padding-top: 13vw;
	padding-left: 20%;
}
@media (max-width: 991px) {
	.contact-info {
		margin-bottom: 20px;
		padding: 10vw 5% 0;
	}
}
.contact-title {
	margin-top: 0;

	font-size: 2.88rem;
	line-height: 46px;
	font-weight: 700;
}
.contact-content {
	padding: 30px 0 10px;
}
.contact-item {
	margin-bottom: 30px;
}
.contact-content h3 {
	margin-bottom: 5px;

	font-size: 1.38rem;
	line-height: 28px;
}
.contact-content p {
	margin-bottom: 0;

	font-size: 1.13rem;
	line-height: 28px;
	color: #999;
}
#information-contact form {
	padding-top: 35px;
	padding-left: 5%;
}
@media (max-width: 991px) {
	#information-contact form {
		padding-right: 5%;
	}
}
#information-contact form legend {
	font-weight: 400;
}
#information-contact .form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 16px;
	padding-left: 10px;
	padding-right: 10px;
}
#information-contact .form-horizontal .form-group:nth-child(even) {
	padding-right: 0;
}
#information-contact .form-horizontal .form-group:nth-child(odd) {
	padding-left: 0;
}
@media (max-width: 991px) {
	#information-contact .form-horizontal .form-group:nth-child(even) {
		padding-left: 0;
	}
	#information-contact .form-horizontal .form-group:nth-child(odd) {
		padding-right: 0;
	}
}
.form-horizontal .form-group.textarea-group {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#information-contact .form-group label {
	padding: 8px 0 16px;
}
.form-horizontal .form-group input,
.form-horizontal .form-group select {
	border-width: 2px;
	outline: 0;
	box-shadow: none;
}
.form-horizontal .form-group input:focus {
	border-color: #000;
}
form textarea {
	min-height: 180px;

	outline: 0;
	box-shadow: none !important;
	border: 2px solid #ddd !important;
	resize: none;
}
form textarea:focus {
	border-color: #000 !important;
}
form .buttons {
	overflow: hidden;

	margin-bottom: 16px;
}
.social-icons {
	position: relative
}
.social-icons:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;

	width: 20%;
	height: 5px;

	background: #000;
}
.icon-item {
	position: relative;
	z-index: 2;

	display: inline-block;
	margin: 35px 20px 0;

	text-align: center;
}
.icon-item a {
	display: block;
}
.icon-item .fa {
	display: block;
	width: 24px;
	height: 24px;

	font-size: 1.69rem;
}
.icon-item:first-child {
	margin-left: 0;
}
.round {
	position: absolute;
	top: -1px;
	left: -1px;
	right: 0;
	bottom: 0;
	z-index: -1;

	display: block;
	width: 27px;
	height: 27px;

	opacity: 0;
	border-radius: 50%;
	background-color: #000;

	-moz-transition: all 0.3s cubic-bezier(0.45, 0, 0.24, 1);
	-webkit-transition: all 0.3s cubic-bezier(0.45, 0, 0.24, 1);
	transition: all 0.3s cubic-bezier(0.45, 0, 0.24, 1);
	transform: scale(0.5, 0.5);
}
.icon-item:hover .fa {
	color: #fff;

	transform: scale(0.8, 0.8);
}
.icon-item:hover .round {
	opacity: 1;

	transform: scale(1.4, 1.4);
	transition: all 0.4s cubic-bezier(0.45, 0, 0.25, 1);
}
.alert {
	position: relative;

	padding: 20px 40px 20px 85px !important;
}
.alert-icon {
	position: absolute;
	top: 0;
	left: 0;

	display: inline-block;
	width: 60px;
	height: 100%;

	text-align: center;
}
.alert-success .alert-icon {
	background-color: #85ab69;
}
.alert-danger .alert-icon {
	background-color: #da4343;
}
.alert-info .alert-icon {
	background-color: #3bbbf9;
}
.alert-warning .alert-icon {
	background-color: #faa732;
}
.alert-icon span {
	position: relative;
	top: 50%;

	color: #fff;
	vertical-align: top;

	transform: translateY(-50%);
}
.alert-text + .close {
	position: absolute;
	top: 0;
	right: 0;

	width: 60px;
	height: 100%;
}


/* Information pages */
.information-head .head-title {
	margin: 35px 0;

	font-size: 3rem;
	font-weight: 600;
}
@media (max-width: 767px) {
	.information-head .head-title {
		line-height: 1;
	}
}
.information-head .head-subtitle {
	font-size: 1.13rem;
}
.information-head .head-title + .head-subtitle {
	margin-top: -25px;
	margin-bottom: 75px;
}
.page-information .row {
	margin-left: -35px;
	margin-right: -35px;
}
.page-information.with-panel .row {
	display: flex;
	flex-wrap: wrap;
	margin-left: 0;
	margin-right: 0;
}
.page-information .col-xs-12 {
	padding-left: 35px;
	padding-right: 35px;
}
@media (max-width: 767px) {
	.page-information .col-xs-12 {
		padding-left: 0;
		padding-right: 0;
	}
}
.heading2 {
	margin-top: 35px;
	margin-bottom: 10px;

	font-size: 1.38rem;
	text-transform: uppercase;
	font-weight: 700;
}
.information-content {
	font-size: 1.38rem;
}
.panel-left {
	padding-top: 35px;
	background-color: #e6c1c1;
}
.panel-left .panel-head {
	padding-top: 9.5vw;
	padding-right: 3.5vw;
	padding-left: 7.5vw;
}
@media (max-width: 991px) {
	.panel-left .panel-head {
		padding-top: 75px;
		padding-bottom: 25px;
		text-align: center;
	}
}
.panel-title h1 {
	margin-top: 0;
	margin-bottom: 0;

	font-size: 4.38rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
}
@media (max-width: 991px) {
	.panel-title h1 {
		font-weight: 600;
		font-size: 3.75rem;
		line-height: 1.15;
	}
}
.panel-description {
	margin: 20px 0 30px;

	font-size: 1.75rem;
	line-height: 1.3;
}
@media (max-width: 991px) {
	.panel-description {
		margin-top: 0;

		font-size: 1.13rem;
		line-height: 1.5;
	}
}
.panel-right .panel-head {
	padding-top: 11.5vw;
	padding-right: 6.5vw;
	padding-left: 7.5vw;
}
@media (max-width: 991px) {
	.panel-right .panel-head {
		padding-top: 40px;
	}
}
.panel-title h2 {
	margin-top: 0;
	margin-bottom: 50px;

	font-size: 3rem;
	line-height: 1;
	font-weight: 700;
	color: #e6c1c1;
}
.panel-item {
	margin-bottom: 30px;
}
.panel-question {
	margin: 0;
	padding-right: 30px;

	font-size: 1.38rem;
	color: #000;
}
@media (max-width: 767px) {
	.panel-question {
		margin-bottom: 8px;
	}
}
.panel-answer {
	margin-bottom: 35px;
}
.panel-line {
	height: 65px;

	border-top: 1px solid #e6c1c1;
}
.page-content {
	padding: 60px 0 100px;
}
@media (max-width: 991px) {
	.page-content {
		padding: 40px 0 60px;
	}
}
@media (max-width: 767px) {
	.page-content {
		padding: 30px 0;
	}
}
@media (max-width: 767px) {
	.container-wide > .page-content > .row {
		margin-left: 0;
		margin-right: 0;
	}
}
.table thead td {
	padding: 10px 30px !important;

	color: #666;

	background-color: #f2f2f2;
}
.table-design thead td,
.table.table-design thead td {
    font-weight: 700;

    border-bottom: 6px solid #000;
    background-color: transparent;
}
.table td {
	padding: 30px 30px 5px !important;

	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
}


/* Error page */
.page-section .page-title h1 {
	font-size: 3.63rem;
	font-weight: 700;
	line-height: 1.3;
}
@media (max-width: 991px) {
	.page-section .page-title h1 {
		font-size: 2.88rem;
	}
}
@media (max-width: 767px) {
	.page-section .page-title h1 {
		font-size: 2.13rem;
	}
}
.page-section .page-description {
	padding: 0;
}
.search-form {
	position: relative;

	margin: 60px 0 40px;
}
.search-form:before {
	content: "";
	position: absolute;
	bottom: -2px;

	width: 0;
	height: 2px;

	background: #000;

	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.search-form:hover:before {
	width: 100%;
}
.search-form input {
	width: 100%;
	padding-bottom: 9px;

	border: 0;
	border-bottom: 2px solid rgba(0,0,0,0.1);
}
.search-form button {
	position: absolute;
	right: 0;
	top: 50%;
	bottom: 0;

	width: 40px;
	height: 40px;

	transform: translateY(-50%);
}
.search-form button span {
	vertical-align: top;
}


/* Brand */
.manufacturer-brand {
	overflow: hidden;
	margin-bottom: 15px;
    padding: 0;
}
@media (max-width: 480px) {
	.manufacturer-brand {
		width: 50%;
	}
}
.manufacturer-brand a {
	display: block;
	text-align: center;
	
}
.manufacturer-brand img {
	max-width: 60%;
	
	-moz-transition: all 1.8s cubic-bezier(0, 0, 0.45, 1.22);
	-webkit-transition: all 1.8s cubic-bezier(0, 0, 0.45, 1.22);
	transition: all 1.8s cubic-bezier(0, 0, 0.45, 1.22);
}
.manufacturer-brand img:hover {
	transform: scale(1.06);
}


/* Search */
#button-search {
    margin-top: 20px;
}
@media (max-width: 767px) {
    #button-search {
        margin-top: 0;
    }
}


/* Blog */
.blog .single-blog {
	position: relative;
	
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
@media (max-width: 767px) {
	.blog .single-blog {
		display: block;
	}
}
.blog .single-blog:nth-child(4n+1) {
	display: block;
	width: 100%;
	padding-bottom: 50px;

	border-bottom: 1px solid #e7e7e7;
}
.blog .single-blog:nth-child(4n+1):after {
    display: table;
    content: " ";
    clear: both;
}
@media (max-width: 767px) {
	.single-blog .single-image,
	.single-blog .single-content {
		max-width: 100%;
	}
}
.single-blog:nth-child(4n+1) .single-image,
.single-blog:nth-child(4n+1) .single-content {
	max-width: 100%;
}
.single-blog:nth-child(4n+1) .single-content:after {
    display: table;
    content: " ";
    clear: both;
}
.single-image a {
	display: block;
}
.single-image img,
.main_thumb img {
	width: 100%;
}
.blog .single-blog .summary {
	float: none;
	max-width: 100%;
	margin-top: 0;
	padding: 20px calc(1.90vw - 10px) 20px calc(1.90vw + 10px);
}
@media (max-width: 767px) {
	.blog .single-blog .summary {
		margin-top: 30px;
		padding: 0;
	}
}
.blog .single-blog:nth-child(4n+1) .summary {
	position: relative;

	float: right;
	max-width: 80%;
	margin-top: -7vw;
	padding: 50px 60px 0;

	background: #fff;
}
@media (max-width: 767px) {
	.blog .single-blog:nth-child(4n+1) .summary {
		float: none;
		max-width: 100%;
		margin-top: 30px;
		padding: 0;
	}
}
.blog .single-blog .blog-title {
	margin-top: 0;

	font-size: 1.75rem;
}
.blog .single-blog:nth-child(4n+1) .blog-title {
	margin-bottom: 24px;

	font-size: 2.25rem;
	font-weight: 600;
}
@media (max-width: 767px) {
	.blog .single-blog:nth-child(4n+1) .blog-title {
		font-size: 1.75rem;
	}
}
.read-more {
	font-weight: 400;
}
.read-more:before {
	content: "";

	display: inline-block;
	width: 35px;
	height: 1px;
	margin-left: 2px;
	margin-right: 10px;

	vertical-align: middle;

	border-top: 1px solid #000;
	transition: all 0.3s ease;
}
.read-more:hover:before {
	width: 28px;
}
.widget .search-form {
	margin-top: 0;

	font-size: 1rem;
}
.widget .search-form button span {
	font-size: 1rem;
}
.widget h3 {
	margin-bottom: 35px;

	font-size: 1.69rem;
	font-weight: 600;
}
@media (max-width: 991px) {
	.widget h3 {
		margin-bottom: 30px;

		font-size: 1.06rem;
	}
}
.listing {
	font-size: 1rem;
}
.listing li {
	position: relative;

	margin-bottom: 24px;
	padding-left: 24px;
}
.listing li:last-child {
	margin-bottom: 0;
}
.listing a {
	line-height: 1.4;
	letter-spacing: 1px;
}
@media (max-width: 991px) {
	.listing a {
		font-size: 1rem;
	}
}
.listing time {
	display: block;
}
.listing li:before {
	content: "\e828";
	position: absolute;
	left: 0;
	top: 2px;

	font-family: 'Linearicons-Free';
	font-size: 1rem;
	line-height: 1;
	color: #000;
}
.categories2 li {
	padding-top: 15px;
}
.categories2 li:first-child {
	padding-top: 0;
}
.categories2 li a {
	font-weight: 500;
	color: #999;
}
@media (max-width: 991px) {
	.categories2 li a {
		font-size: 1.06rem;
	}
}
.tag-clouds li {
	display: inline-block;
}
.tag-clouds a {
	display: block;
	margin: 0 10px 10px 0;
	padding: 8px 12px;

	font-size: 0.81rem;
	font-weight: 400;
	line-height: 1.2;
	text-transform: capitalize;

	border: 2px solid #e7e7e7;
}
.tag-clouds a:hover {
	color: #fff;

	border-color: #000;
	background: #000;
}
.tag-clouds a:before {
	content: "";

	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 8px;
	margin-bottom: 2px;

	border-radius: 50%;
	background: #e7e7e7;

	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.single-blog .date_added {
	position: absolute;
	left: 5px;
	top: 20px;
	z-index: 1;

	padding: 6px 12px 2px;

	border: 1px solid #000;
	background-color: #fff;
}
.blog .single-blog:nth-child(4n+1) .date_added {
    left: -15px;
}
@media (max-width: 767px) {
    .single-blog .date_added {
        left: 10px !important;
    }
}
.page-categories {
	max-width: 88%;
	margin: 10px auto 0;

	font-size: 1.25rem;
	text-align: center;
}
@media (max-width: 991px) {
	.page-categories {
		position: relative;
	}
}
.category-item {
	display: inline-block;
	margin-bottom: 8px;
	padding: 0 13px;

	font-weight: 600;
	vertical-align: middle;
}
.category-item a {
	display: block;

	background-image: linear-gradient(to top, #000 0, #000 0),linear-gradient(to top, rgba(0,0,0,0.15) 0, rgba(0,0,0,0.15) 0);
	background-position: left bottom, left bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: 0 1px, 100% 1px;

	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.dark-bg .category-item a {
	color: #fff;
	
	background-image: linear-gradient(to top, #fff 0, #fff 0),linear-gradient(to top, rgba(255,255,255,0.15) 0, rgba(255,255,255,0.15) 0);
}
.category-item:hover a {
	background-position: left bottom, left bottom;
	background-size: 100% 1px, 100% 1px;
}
.category-link:hover,
.category-link:focus {
	color: #000;
}
.dark-bg .category-link:hover,
.dark-bg .category-link:focus {
	color: #fff;
}
.category-link .category-count {
	padding: 0 4px;
	
    font-weight: 600;
}
#all-categories {
	display: none;
}
@media (max-width: 991px) {
	#all-categories {
		display: inline-block;
	}
	.dark-bg #all-categories {
		color: #fff;
	}
}
@media (max-width: 991px) {
	#all-categories .navbar-toggle {
		float: none;
		display: inline-block;
		vertical-align: middle;
		padding-left: 0px;
		margin-right: 0;
	}
}
@media (max-width: 991px) {
	#all-categories .navbar-toggle .icon-bar {
		background: #000;
	}
	.dark-bg #all-categories .navbar-toggle .icon-bar {
		background: #fff;
	}
}
@media (max-width: 991px) {
	#all-categories .navbar-toggle + span {
		display: inline-block;
		vertical-align: middle;
		
		font-size: 1.13rem;
		font-weight: 600;
	}
}
@media (max-width: 991px) {
	#all-categories + .categories-list {
		position: relative;
		opacity: 0;
		overflow: hidden;
		
		height: 0;
		
		-moz-transition: all .9s ease;
		 -webkit-transition: all .9s ease;
		 transition: all .9s ease;
		
	}
}
@media (max-width: 991px) {
	#all-categories.show-active + .categories-list {
		opacity: 1;
		visibility: visible;
		
		width: 100%;
		height: inherit;
  
		 -moz-transition: all .9s ease;
		 -webkit-transition: all .9s ease;
		 transition: all .9s ease;
	}
}
@media (max-width: 991px) {
	.category-item {
		font-size: 1rem;
	}
}
.effect-holder:hover {
	opacity: 0.8;
}
.main_thumb {
	margin-bottom: 80px;
}
@media (max-width: 767px) {
    .main_thumb {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .main_description {
        max-width: 100%;
    }
}
.page-separate {
    width: 110px;
    height: 4px;
    margin: 8px auto 28px;

    background: #000;
}
.blog_stats {
    font-size: 1.25rem;
    text-align: center;
}
.blog_stats span {
    margin-right: 15px;
}
.blog_stats span:last-child {
    margin-right: 0;
}
.blog_stats .date_added span {
    margin-right: 0;
}
.post_tags {
    margin-top: 60px;

	font-size: 0.81rem;
	font-weight: 500;
    text-align: center;
}
.post_tags a {
    position: relative;

    margin: 0 10px 10px 0;
    padding: 8px 12px;

    border: 2px solid #e7e7e7;
}
.post_tags a:last-child {
    margin-right: 0;
}
.post_tags a:before {
    content: "";

    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 8px;

	vertical-align: middle;

    border-radius: 50%;
    background: #e7e7e7;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.post_tags a:hover {
    color: #fff;

    border: 2px solid #000;
    background: #000;
}
@media (max-width: 479px) {
	#button-comment {
		display: block;
		width: 100%;
	}
}
#comment,
#comment_form {
    max-width: 65%;
    margin: 0 auto;
}
@media (max-width: 767px) {
    #comment,
    #comment_form {
        max-width: 100%;
    }
}
#comment {
    margin-top: 80px;
    margin-bottom: 80px;
}
@media (max-width: 767px) {
    #comment {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}
#comment .section-title,
#comment_form .section-title {
    margin-bottom: 20px;

    font-size: 1.88rem;
}
@media (max-width: 767px) {
    #comment .section-title {
        margin-bottom: 40px;
    }
}
.blog_comment {
    overflow: hidden;
}
.comment-avatar {
    float: left;
    width: 12%;
    max-width: 70px;
}
.comment-content {
    float: left;
    width: 88%;

    line-height: 1.2;
}
.comment-content span {
    display: block;
    margin-bottom: 10px;
}
.comment-content .comment-name {
    margin-bottom: 0;
    font-size: 1.69rem;
}
.comment-content .comment-date {
    color: #999;
}
.section-pagination {
    margin-top: 100px;
    padding: 60px 0 50px;

    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
@media (max-width: 767px) {
    .section-pagination {
        margin-top: 70px;
        padding: 0;

        border: 0;
    }
}
.nav-left {
    padding-right: 100px;
}
@media (max-width: 767px) {
    .nav-left {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 15px;

        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
    }
	.section-pagination .nav-left {
		text-align: center;
	}
}
.nav-right {
	padding-left: 100px;

    border-left: 1px solid #e7e7e7;
    text-align: right;
}
@media (max-width: 767px) {
    .nav-right {
        padding-left: 15px;
        padding-top: 30px;
        padding-bottom: 30px;

        text-align: left;
        border-left: 0;

        border-bottom: 1px solid #e7e7e7;
    }
	.section-pagination .nav-right {
		text-align: center;
	}
}
.nav-title {
    position: relative;

    font-size: 0.88rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    color: #999;
}
@media (max-width: 767px) {
    .nav-title {
        display: inline-block;
    }
}
.nav-left .nav-title {
    padding-left: 25px;
}
.nav-right .nav-title {
    padding-right: 25px;
}
.nav-title:before {
    position: absolute;
    top: 1px;

    font-family: 'Linearicons-Free';
    font-weight: 400;
    color: #000;
}
.nav-left .nav-title:before {
    content: "\e879";
    left: 0;
}
.nav-right .nav-title:before {
    content: "\e87a";
    right: 0;
}
.nav-text {
    font-size: 1.63rem;
    font-weight: 600;
}
@media (max-width: 991px) {
    .nav-text {
        font-size: 1.25rem;
    }
}
@media (max-width: 767px) {
    .nav-text {
        font-size: 1.13rem;
    }
}


/* Blog latest */
.blog-widget .grid-holder {
	overflow: hidden;
}
.blog-widget .grid-holder .item {
	float: left;
	width: 33.3%;
	margin-top: 35px;

	text-align: center;
}
.blog-widget .grid-holder.more-posts .item:first-child {
	float: none;
	width: 100%;
	margin-bottom: 30px;
    padding-bottom: 50px;
	
	border-bottom: 1px solid #e7e7e7;
}
@media (max-width: 991px) {
	.blog-widget .grid-holder .item {
		width: 50%;
	}
}
@media (max-width: 768px) {
	.blog-widget .grid-holder .item {
		float: none;
		width: 100%;
	}
	.blog-widget .grid-holder.more-posts .item:first-child {
		margin-bottom: 0;
		padding-bottom: 0;
	
		border-bottom: 0;
	}
}
.blog-widget .description {
	position: relative;

	min-height: 80px;
	margin-top: -70px;
	margin-right: 20px;
	margin-left: 20px;
	padding: 23px 15px 0;

	text-align: center;
	color: #777777;

	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.blog-widget .grid-holder.more-posts .item:first-child .description {
    float: right;
    max-width: 80%;
    margin-top: -7vw;
    padding: 50px 60px 0;
    margin-right: 0;
    margin-left: 0;
    text-align: left;
}
@media (max-width: 768px) {
	.blog-widget .grid-holder.more-posts .item:first-child .description {
		float: none;
		max-width: 100%;
		margin-top: -70px;
		margin-right: 20px;
		margin-left: 20px;
		padding: 23px 15px 0;

		text-align: center;
	}
}
.blog-widget .description .background {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;

	width: 100%;
	height: 100%;

	background: #fff;
}
.blog-widget .item img {
	width: 100%;
}
.blog-widget .blog-title {
	position: relative;

	margin: 7px 0 0 0;

	font-size: 1.25rem;
	line-height: 30px;
	text-transform: uppercase;
}
.blog-widget .blog-title a {
	font-size: 1.25rem;
}
.blog-widget .grid-holder.more-posts .item:first-child .blog-title a {
	font-size: 2.25rem;
}
@media (max-width: 768px) {
	.blog-widget .grid-holder.more-posts .item:first-child .blog-title a {
		font-size: 1.25rem;
	}
}
.blog-widget .short-description {
	position: relative;

	margin-top: 13px;
	margin-bottom: 10px;

	font-size: 1rem;
}
.blog-widget .grid-holder.more-posts .item:first-child .short-description {
	font-size: 1.13rem;
}
@media (max-width: 768px) {
	.blog-widget .grid-holder.more-posts .item:first-child .short-description {
		font-size: 1rem;
	}
}
.blog-widget .blog_stats {
	position: relative;

	font-size: 0.81rem;
}
.blog-widget .grid-holder.more-posts .item:first-child .blog_stats {
    text-align: left;
	font-size: 0.88rem;
}
@media (max-width: 768px) {
	.blog-widget .grid-holder.more-posts .item:first-child .blog_stats {
		text-align: center;
		font-size: 0.81rem;
	}
}


/* Checkout Cart */
#checkout-cart #content .row {
	display: flex;
	flex-wrap: wrap;
}
#checkout-cart .cart-item,
#checkout-cart .cart-total {
	padding-top: 185px;
	padding-bottom: 130px;
}
@media (max-width: 991px) {
	#checkout-cart .cart-item,
	#checkout-cart .cart-total {
		width: 100%;
		padding-top: 15px;
		padding-bottom: 20px;
	}
}
#checkout-cart .cart-item table .input-group-btn button {
	padding: 13px 21px 11px;
}
@media (max-width: 991px) {
	#checkout-cart .cart-item table .input-group-btn button {
		padding: 6px 21px 4px;
	}
}
#checkout-cart .cart-total {
	padding: 185px calc(3vw - 20px) 130px;

	background: #f4f4f4;
}
@media (max-width: 991px) {
	#checkout-cart .cart-total {
		padding: 15px 25px 20px;
	}
}
@media (max-width: 767px) {
	#checkout-cart .cart-total {
		padding: 15px 10px 20px;
	}
}
#checkout-cart .cart-total table tr {
	font-size: 1.19rem;
	font-weight: 500;
}
#checkout-cart .cart-total table tr td {
	padding-top: 20px !important;
	padding-bottom: 0 !important;
}
#checkout-cart .cart-total table tr .text-right {
	font-weight: 600;
}
[id^="checkout-"] .panel-group .panel {
	border-color: transparent;
}
[id^="checkout-"] .panel-default>.panel-heading {
	padding: 22px 30px 20px;

	text-transform: uppercase;

	border-color: #fff;
	background-color: #fff;
}
[id^="checkout-"] .panel-default2>.panel-heading {
	padding: 22px 15px 0;
}
[id^="checkout-"] .panel-title {
	font-size: 1rem;
}
#checkout-checkout #accordion .panel-default .panel-title {
    font-size: 1.2rem;
}
[id^="checkout-"] .panel-title a {
	display: block;

	font-size: 0.94rem;
}
#checkout-checkout #accordion .panel-default .panel-title a {
	font-size: 1.2rem;
	font-weight: 600;
}
[id^="checkout-"] .panel-title a span {
	float: right;
}
[id^="checkout-"] .panel-group .input-group {
	display: block;
}
[id^="checkout-"] .panel-group input {
	float: none;
	display: inline-block;
}
[id^="checkout-"] .panel-group .input-group-btn {
	display: block;
	width: 100%;
}
[id^="checkout-"] .panel-group .input-group-btn .btn,
[id^="checkout-"] .panel-group .btn {
	display: block;
	margin: 0;
	width: 100%;
}
[id^="checkout-"] .panel-group .form-horizontal .control-label {
	text-align: left;
}
[id^="checkout-"] .panel-group p {
	margin-bottom: 5px;

	font-size: 1rem;
}
[id^="checkout-"] #accordion .panel-default #collapse-checkout-option .row {
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 767px) {
	[id^="checkout-"] #accordion .panel-default #collapse-checkout-option .row {
		display: block;
	}
}
[id^="checkout-"] #accordion .panel-default #collapse-checkout-option [class^="col-sm-"] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
@media (max-width: 767px) {
	[id^="checkout-"] #accordion .panel-default #collapse-checkout-option [class^="col-sm-"] {
		display: block;
	}
}
[id^="checkout-"] #accordion #collapse-checkout-option .radio + p {
    flex-grow: 1;
}
[id^="checkout-"] .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: transparent;
}
[id^="checkout-"] .panel-default2 h2 {
	margin-top: 10px;

	font-size: 1.44rem;
}
[id^="checkout-"] .form-control {
	font-weight: 400;
}
[id^="checkout-"] .form-control::-webkit-input-placeholder {
	font-weight: 300;
}
[id^="checkout-"] .form-control::-moz-placeholder {
	font-weight: 300;
}
[id^="checkout-"] .form-control:-moz-placeholder {
	font-weight: 300;
}
[id^="checkout-"] .form-control:-ms-input-placeholder {
	font-weight: 300;
}
table .img-thumbnail {
	min-width: 40px;
}
.cart-total .btn {
	padding: 13px;
}
@media (max-width: 1199px) {
	.cart-total .btn {
		float: none;
		width: 100%;
	}
}


/* Quickcheckout */
#quickcheckoutconfirm .quickcheckout-content #login label[for="input-login-password"] {
    margin-top: 0;
}
#quickcheckoutconfirm .form-control {
	height: 48px;
	
	font-weight: 400;
	
	border: 2px solid #ccc;
}
#quickcheckoutconfirm .form-control::-webkit-input-placeholder {
	font-weight: 300;
}
#quickcheckoutconfirm .form-control::-moz-placeholder {
	font-weight: 300;
}
#quickcheckoutconfirm .form-control:-moz-placeholder {
	font-weight: 300;
}
#quickcheckoutconfirm .form-control:-ms-input-placeholder {
	font-weight: 300;
}
#quickcheckoutconfirm .btn {
	padding: 17px 21px 15px;
}
#quickcheckoutconfirm .input-group-btn .btn {
	padding: 0 !important;
	
    border: 0;
}
#quickcheckoutconfirm .btn#button-coupon,
#quickcheckoutconfirm .btn#button-voucher {
    padding: 17px 21px 15px !important;
    border: 2px solid #000 !important;
}
#quickcheckoutconfirm .input-group-btn .btn#button-login {
    padding: 17px 10px 15px !important;
	
	border: 2px solid #000 !important;
}
#quickcheckoutconfirm .quantity .btn {
	padding: 16px 21px 14px;
}
.quickcheckout-page {
	padding-top: 60px;
	padding-bottom: 50px;
}
#quickcheckoutconfirm .quickcheckout-heading,
#quickcheckoutconfirm #coupon-heading,
#quickcheckoutconfirm #voucher-heading {
	background: transparent;
}
#quickcheckoutconfirm .quickcheckout-heading {
    font-size: 2.13rem;
    font-weight: 500;
}
#quickcheckoutconfirm .quickcheckout-heading i {
    font-size: 1.69rem;
}
#quickcheckoutconfirm .table td {
	padding: 8px !important;
}
#quickcheckoutconfirm p {
	margin-bottom: 20px;

	font-size: 1.06rem;
}
#quickcheckoutconfirm div[style="clear:both;margin-top:20px;padding-top:15px;border-top:1px solid #DDDDDD;"] {
    margin-left: 15px;
    margin-right: 15px;
}
#quickcheckoutconfirm div[style="clear:both; "] + div[style="clear:both;margin-top:20px;padding-top:15px;border-top:1px solid #DDDDDD;"] {
    margin-left: 0;
    margin-right: 0;
}
body #quickcheckoutconfirm .col-sm-6 {
	clear: none !important;

	float: left !important;
	width: 50% !important;
}
@media (max-width: 767px) {
	body #quickcheckoutconfirm .col-sm-6 {
		float: none !important;
		display: inline-block;
		width: 49.5% !important;
	}
}
@media (max-width: 600px) {
	body #quickcheckoutconfirm .col-sm-6 {
		display: block;
		width: 100% !important;
	}
}
#quickcheckoutconfirm .quickcheckout-content {
	border: 0;
}
#quickcheckoutconfirm #payment-address .quickcheckout-content {
	margin-left: -15px;
	margin-right: -15px;
}
#quickcheckoutconfirm table.quickcheckout-cart {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #DDDDDD;
}
#quickcheckoutconfirm .quickcheckout-cart thead td {
    padding-bottom: 20px;

    border-bottom: 6px solid #000;
    background-color: transparent;
}
#quickcheckoutconfirm .quickcheckout-cart tbody td {
    padding-top: 20px;

	border-bottom: 0;
}
@media (max-width: 767px) {
	#quickcheckoutconfirm .quickcheckout-cart tbody td {
		white-space: nowrap;
	}
}
#quickcheckoutconfirm .quickcheckout-cart td.image img {
	border: 0;
}
#quickcheckoutconfirm #cart1 {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
#quickcheckoutconfirm #coupon-content,
#quickcheckoutconfirm #voucher-content {
    padding: 10px;
}
#quickcheckoutconfirm td.quantity input {
    text-align: center;

	border: 1px solid #ddd;
}
#quickcheckoutconfirm td.quantity button {
    width: 48px;
    height: 48px;
    margin-left: 15px;

    font-size: 1.31rem;
    line-height: 1;
    color: #000;

    border-radius: 50%;
}
#quickcheckoutconfirm td.quantity button:first-child {
    margin-left: 0;
}


/* Scrollbar */
::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}
.thumb-images::-webkit-scrollbar {
	height: 4px;
}
::-webkit-scrollbar-track {
	background: rgba(0,0,0,0.15);
}
::-webkit-scrollbar-thumb {
	background: #000;
}


/* Account */
[id^="account-"] h2 {
	margin-bottom: 30px;

	font-size: 2.13rem;
	font-weight: 500;
}
#modal-agree {
	z-index: 10001;
}
#modal-agree .modal-dialog {
	max-width: 1200px;
	width: 100%;
}
@media (max-width: 767px) {
	#modal-agree .modal-dialog {
		width: 95%;
		margin: 0 auto;
	}
}
#modal-agree .modal-content {
	padding: 30px 30px 50px;
}
.modal-backdrop.in {
	z-index: 10000;
}


/* Product */
@media (max-width: 480px) {
	#product-product {
		overflow: hidden;
	}
}
.heading {
	margin-bottom: 60px;
}
@media (max-width: 767px) {
    .heading {
        margin-bottom: 40px;
    }
}
.heading + .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
}
@media (max-width: 767px) {
    .heading + .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media (max-width: 480px) {
    .heading + .row {
        display: block;
    }
}
.m-size {
	font-size: 2.63rem;
}
.blur-effect {
	-webkit-filter: blur(4px);
	filter: blur(4px);
}
.owl-wrap {
	position: relative;

	margin-bottom: 526px;
	background: #fff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.owl-wrap {
		z-index: 2;
	}
}
@media (max-width: 1199px) {
	.owl-wrap {
		margin-bottom: 25px;

		background: #fff;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.m-size {
		font-size: 1.75rem;
	}
}
@media (max-width: 767px) {
	.m-size {
		font-size: 1.56rem;
	}
}
.zoomContainer {
	z-index: 10 !important;
	overflow: hidden;
}
@media (max-width: 767px) {
	.zoomContainer {
		display: none !important;
	}
}
.no-padding >[class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}
#product-product #content > .row {
	display: flex;
}
@media (max-width: 767px) {
	#product-product #content > .row {
		display: block;
	}
}
.content-wrap {
	position: relative;
	left: 50%;
	top: 50%;

	display: block;
	padding-left: 6.25vw;
	padding-right: 6.25vw;

	transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
	.content-wrap {
		padding-left: 4.25vw;
		padding-right: 4.25vw;
	}
}
@media (max-width: 767px) {
	.content-wrap {
		position: static;

		display: block;
		padding-left: 25px;
		padding-right: 25px;
		margin-top: 40px;

		transform: translate(0);
	}
}
.product-content {
	padding: 0 25px !important;
}
@media (max-width: 767px) {
	.product-content {
		padding: 0 !important;
	}
}
.product-info {
	margin-top: 90px;
}
.quickview-product .product-info {
	margin-top: 25px;
}
@media (max-width: 1199px) {
	.product-info {
		margin-top: 40px;
	}
}
@media (max-width: 767px) {
	.nav-tabs > li {
		display: block;
	}
}
.nav-tabs>li>a {
	font-size: 2.125rem;

	background-image: linear-gradient(to right, #000, #000 50%, rgba(0,0,0,0.2) 50%);
	background-size: 200% 100%;
	background-position: 100%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 1;

	-moz-transition: all 1.5s cubic-bezier(0.21, 1, 0.24, 1);
	-webkit-transition: all 1.5s cubic-bezier(0.21, 1, 0.24, 1);
	transition: all 1.5s cubic-bezier(0.21, 1, 0.24, 1);
}
.quickview-product .nav-tabs>li>a {
	padding: 0;
	
	font-size: 1.5rem;
	font-weight: 600;
}
@media (max-width: 767px) {
	.quickview-product .nav-tabs>li>a {
		padding: 10px 15px;
		
		font-size: 1.625rem;
		font-weight: 600;
	}
}
@media (max-width: 767px) {
	.nav-tabs > li > a {
		font-size: 1.625rem;
	}
}
.nav-tabs>li>a:hover, .nav-tabs>li.active>a {
	background-position: 0;
}
@media (max-width: 767px) {
	.nav-tabs > li > a:hover, .nav-tabs > li.active > a {
		font-weight: 600;
	}
}
.nav-tabs>li>a sup {
	-webkit-text-fill-color: rgba(0,0,0,0.2);
}
.nav-tabs>li>a:hover sup, .nav-tabs>li.active>a sup {
	-webkit-text-fill-color: #555;
}
#product-product .product-info .tab-content {
    max-width: 71%;
    margin: 0 auto;
}
@media (max-width: 767px) {
	#product-product .product-info .tab-content {
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.tab-content .tab-pane {
		overflow-y: auto;
	}
}
#product-product .tab-content p {
    line-height: 1.8;
}
@media (max-width: 767px) {
	#product-product .tab-content p {
		line-height: 1.6;
	}
}
#form-review {
	overflow: hidden;
}
#form-review #review {
	float: left;
	width: 50%;
	padding: 0 50px 0 0;
}
#form-review #review-content {
	float: left;
	width: 50%;
	padding: 0 0 0 50px;

	border-left: 1px solid #e7e7e7;
}
@media (max-width: 991px) {
	#form-review #review,
	#form-review #review-content {
		float: none;
		width: 100%;
		padding: 0;
	}
	#form-review #review-content {
		border-left: 0;
	}
}
#review-content h2 {
	margin-bottom: 40px;

	font-weight: bold;
}
#form-review .form-group {
	margin-bottom: 30px;
}
#form-review label {
	display: block;
	padding-bottom: 14px;

	text-align: left;
}
#product-product h1 {
	margin-top: 15px;
	margin-bottom: 17px;

	font-size: 3.88rem;
	font-weight: bold;
	word-break: break-word;
	color: #000;
}
@media (max-width: 1299px) {
	#product-product h1 {
		font-size: 3.38rem;
	}
}
@media (max-width: 991px) {
	#product-product h1 {
		font-size: 3.06rem;
	}
}
@media (max-width: 767px) {
	#product-product h1 {
		font-size: 2.25rem;
	}
}


.rating a {
	font-size: 1rem;
}
.product-price {
	margin-bottom: 24px;

	font-size: 1.69rem;
	line-height: 1.1;
	font-weight: bold;
}
.product-price .price-old {
	margin-right: 9px;

    font-weight: 300;
}
.out-stock {
	margin: 20px 0;
	
	font-size: 1.06rem;
    font-weight: 400;
	color: #ff0000;
	
}
.out-stock:before {
	content: '';
	
	display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: .5rem;
    margin-bottom: .1rem;
	
    border-radius: 50%;
	background: #ff0000;
}
.btn-social button {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
}
.btn-social .lnr {
	font-size: 1rem;
	margin-top: -3px;
}
#product {
	clear: both;
	
	margin-top: 24px;
	margin-bottom: 24px;
}
.catalog_mode #product {
	display: none;
}
#product .form-group {
    margin-bottom:15px;
}
[id^="modal-"] .form-group.product-option+.form-group:not(.product-option) {
    display: flex;
    justify-content: space-around;
    flex-flow: wrap row;
    align-items: center;
}
#product .form-counter {
	display: flex;
    flex-wrap: wrap;
	margin: 0 !important;
}
@media (max-width: 991px) {
	.form-counter {
		margin: 0 2px !important;
	}
}
@media (max-width: 767px) {
	#product .form-counter {
		display: block;
	}
}
@media (max-width: 479px) {
	.form-counter {
		text-align: center;
	}
}
.input-counter {
	position: relative;
	
	width: 100%;
	max-width: 130px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#product .input-counter {
    margin: 11px 13px;
	margin-left: 0;
}
[id^="modal-"] .input-counter {
	margin: 5px 2px;
}
.buttons-wrap {
	display: flex;
}
@media (max-width: 991px) {
	.buttons-wrap {
		flex-wrap: wrap;
	}
}
@media (max-width: 479px) {
	.buttons-wrap {
		display: block;
	}
}
@media (max-width: 991px) {
	.buttons-wrap .btn {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.buttons-wrap .btn {
		flex-grow: 1;
		width: auto !important;
	}
}
@media (max-width: 479px) {
	.buttons-wrap .btn {
		width: 100% !important;
	}
}
.input-counter + .btn {
	margin: 0 13px;
}
[id^="modal-"] .input-counter + .btn {
    margin: 0 2px;
}
.input-counter + #button-cart {
	margin-right: 0;
}
@media (max-width: 991px) {
	.input-counter + #button-cart {
		width: 100%;
		margin-left: 0;
	}
}
#button-cart + .btn {
	margin-left: 13px;
}
.buttons-wrap #button-cart + .btn {
	margin-left: 0;
}
@media (max-width: 991px) {
	#button-cart + .btn,
	.button-cart + .btn,
	.input-counter + .button-cart {
		margin-left: 0;
		width: 100%;
	}
}
#product-category .input-counter + .btn,
#product-serach .input-counter + .btn,
#product-manufacturer .input-counter + .btn
{
	margin: 0;
}
@media (max-width: 767px) {
    .product-layout .input-counter + .btn {
        display: block;
        width: 100%;
        margin-left: 0;
    }
}
.input-counter span[class] {
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	z-index: 1;
	
	display: flex;
	width: 33px;
	height: 33px;

	font-size: 1.06rem;
	cursor: pointer;
	text-align: center;
	color: #777;
	user-select: none;

	outline: 0;
	background-color: #f5f5f5;
	border-radius: 50%;
}
.input-counter span[class]:after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
	
	width: 100%;
    height: 100%;
	
	border-radius: 50%;
    background-color: #000;
	
    transform: scale(0);
    transform-origin: center center;
    -moz-transition: transform .5s cubic-bezier(.19,1,.22,1);
    -webkit-transition: transform .5s cubic-bezier(.19,1,.22,1);
    transition: transform .5s cubic-bezier(.19,1,.22,1);
}
.input-counter span[class]:hover:after {
    transform: scale(1);
}
.input-counter span[class] span {
    margin: auto;
}
.input-counter span[class]:hover span {
    position: absolute;
    top: 50%;
    left: 50%;
	z-index: 1;
	
    height: 100%;
	
    color: #fff;
    line-height: 33px;
	
    transform: translate(-50%, -50%);
}
.minus-btn {
	left: 0;
}
.plus-btn {
	right: 0;
}
.input-counter #input-quantity,
.input-counter .input-quantity {
	height: 33px;

	font-weight: bold;
	font-size: 1.13rem;
	text-align: center;

	border: 0;
}
#product .input-counter #input-quantity, #product .input-counter .input-quantity {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 767px) {
	#product .input-counter #input-quantity, #product .input-counter .input-quantity {
		top: 0;
		transform: none;
	}
}
.btn-social {
	margin-bottom: 20px;
}
#product + .btn-social {
    margin-left: -6px;
}
.addthis_toolbox.addthis_default_style {
    display: inline-block;
    margin-left: -12px;
}
.catalog_mode .btn-social {
	margin-top: 15px;
}
.product-meta {
	margin: 60px 0;
	padding: 26px 0;

	text-align: center;

	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
}
.meta-item {
	display: inline-block;
	margin-right: 20px;

	font-size: 1.13rem;
}
@media (max-width: 767px) {
	.meta-item {
		display: block;
		margin-right: 0;
	}
}
.meta-text {
	font-weight: bold;
}
.module-section {
	margin: 60px 0 0;
}
.module-section .swiper-slide {
	padding-right: 30px;
	padding-left: 30px;
}
@media (max-width: 767px) {
	.module-section .swiper-slide {
		padding-right: 15px;
		padding-left: 15px;
	}
}

.background-design {
	z-index: 10000 !important;
}
.modal-open .modal {
	z-index: 10001;
}
@media (max-width: 479px) {
	.modal-footer .btn,
	.modal-footer .btn+.btn	{
		width: 100%;
		margin-left: 0;
	}
}
.modal-design {
	position: fixed;
    top: 0;
    left: 50%;
	
	max-width: 800px;
	width: 100%;
	height: 100%;
	visibility: hidden;
    overflow-y: auto;
	
	opacity: 0;
	
    transform: translate(-50%);
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.design-small {
    max-width: 600px;
}
@media (max-width: 480px) {
	.design-small {
		max-width: 95%;
	}
}
.modal-design.active {
	z-index: 10000;
	
	visibility: visible;
 
    opacity: 1;
}
.background-design:hover {
	cursor: url(../image/cross.png),zoom-out;
}
.background-size:hover .modal-size {
	cursor: default;
}
.modal-size {
	max-width: 800px;
	margin: 0 auto;
}
.order-design .modal-size {
	position: relative;
	top: 50%;
	
	transform: translateY(-50%);
}
.modal-content {
	position: relative;
	
	padding: 30px;
	
    border-radius: 0;
	
	overflow: scroll;
    overflow-x: hidden;
}
.design-small .modal-content {
    padding: 14px;
    padding-bottom: 34px;
}
.table-scroll {
    overflow-x: auto;
}
.table-size {
    width: 100%;
	min-width: 500px;
    
	border-collapse: collapse;
    border-radius: 0;
}
.table-size tbody {
    border: none;
}
.table-size tbody tr {
    border-bottom: 1px solid #dbdbdb;
}
.table-size tr:first-child td {
    font-weight: 600;
	
    border-bottom: 6px solid #000;
}
.table-size tr:hover {
	background-color: rgba(0,0,0,0.05);
}
.table-size tr:first-child:hover {
    background-color: transparent;
}
.table-size td {
    padding: 15px 0;
    padding-right: 15px;
	
    font-size: 1.13rem;
    text-align: center;
}
.table-size th{
	padding: 15px 0;
	padding-right: 15px;
}
.modal-close {
	position: absolute;
    left: auto;
    right: 40px;
    top: 30px;
	z-index: 1000;
}
@media (max-width: 480px) {
	.design-small .modal-close {
		top: 11px;
		right: 10px;
	}
}
.modal-title {
	margin-bottom: 25px;
    padding-bottom: 10px;
 
    border-bottom: 3px solid;
}
.design-small .modal-title {
    margin-top: 64px;
	
    font-size: 1.56rem;
    text-align: center;
	
    border-bottom: 0;
}
@media (max-width: 480px) {
	.design-small .modal-title {
		margin-top: 0;
		
		font-size: 0.94rem;
		text-transform: uppercase;
		border-bottom: 1px solid #000;
	}
}
.modal-close:hover {
	cursor: pointer;
}
.form-order .form-group {
	position: relative;
}
.form-order label {
	display: block;
    margin-bottom: 10px;
}
.iti {
    width: 100%;
    margin-bottom: 25px;
}
.iti__flag {
	background-image: url("../image/flags.png") !important;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
	  background-image: url("../image/flags@2x.png");
  }
}
#one-click-number {
	border: 1px solid #000;
}
#one-click-number:focus {
    outline: 1px solid #000;
}
#valid-msg {
	position: absolute;
	bottom: 0;
	
    display: block;
	
    color: #00C900;
}
#error-msg {
	position: absolute;
	bottom: 0;
	
    display: block;
	
    color: red;
}
.iti-mobile .iti--container {
	z-index: 10000;
}
.exit-modal { 
	position:fixed;
    left:0;
    top:0;
	z-index:100000;
	
    display:none;    
    width:100%;
    height:100%;
}    
.exit-background {
    position:fixed;
	
    width:100%;
    height:100%;
	
	opacity:.3;
	background: #000;
}
.exit-title {
    margin-top: 40px;
    margin-bottom: 16px;
	
	text-align: center;
}
.exit-modal .modal-text {
	position:fixed;
    top: 80px;
    left: 50%;
	overflow-y: auto;
	
    width: 60%;
	margin-left: -30%;
	
    padding: 20px 40px;
	max-height: 80vh;
	
	box-sizing: border-box;  
    background: #fff;
    
    box-shadow: 0 4px 10px 2px rgba(0,0,0,0.5);
}  
@media (max-width: 1024px) {
	.exit-modal .modal-text {
		top: 0;
	
		width: 90%;
		max-height: 100vh;
		margin-left: 0;
		
		transform: translateX(-50%);
	}
}
@media (max-width: 599px) {
	.exit-modal .modal-text {
		left: 0;
		
		width: 100%;
		
		transform: translateX(0%);
	}
}	
@media (max-width: 479px) {
	.exit-modal .modal-text {
		padding: 20px 10px;
	}
}	
.close-exit {
    position: absolute;
	top:20px;
    right:20px;
	
	padding: 5px;
	
	
    text-align:center;
    color: #000; 
	
	border-radius: 50%;
	border: 2px solid #000;

	cursor:pointer;	
}
.close-exit span {
	font-size: 1.8rem;
}
.exit-modal .modal-text p {
	margin-bottom: 10px;
	
	text-align: center;
}
.special-block {
	overflow: hidden;
	
	margin-top: 10px;
}
.special-item {
	float: left;
	width: 33.33%;
	padding: 10px;
}
@media (max-width: 599px) {
	.special-item {
		width: 50%;
	}
}
.special-item a {
	overflow: hidden;
	
	display: block;
}
.special-item a img {
	-moz-transition: transform 1.8s cubic-bezier(0, 0, 0.40, 1.10);
	-webkit-transition: transform 1.8s cubic-bezier(0, 0, 0.40, 1.10);
	transition: transform 1.8s cubic-bezier(0, 0, 0.40, 1.10);
}
.special-item a:hover img {
	transform: scale(1.1);
}

/* footer */
footer {
	position: fixed;
	bottom: 0;
	z-index: -2;

	width: 100%;
	padding: 50px 0 0;

	font-size: 1.13rem;
	font-weight: 300;
	color: #999;

	background-color: #fff;
	border-top: 1px solid #ccc;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	footer {
		z-index: 1;
	}
}
@media (max-width: 991px) {
	footer .footer-top {
		margin-bottom: 50px;
	}
}
footer .footer-top [class^="col-"] {
	margin-bottom: 48px;
}
@media (max-width: 991px) {
	footer .footer-top [class^="col-"] {
		position: static;
	}
	footer .footer-top [class^="col-"]:nth-of-type(4) {
		clear: both;
	}
}
@media (max-width: 768px) {
	footer .footer-top [class^="col-xs-"] {
		width: 100%;
	}
}
.footer-copyright {
	border-top: 1px solid #ccc;
}
@media (max-width: 1199px) {
	footer {
		position: static;
	}
}
@media (max-width: 991px) {
	.footer-socials {
		text-align: center;
	}
}
footer ul li {
	margin-bottom: 10px;
}
footer ul li:last-child {
	margin-bottom: 0;
}
footer hr {
	margin-left: -50px;
	margin-right: -50px;

	border-top: none;
	border-bottom: 1px solid #999;
}
footer a {
	color: #999;
}
footer a:hover {
	color: #000;
}
footer h5 {
	font-size: 1.13rem;
	color: #000;
}
.footer-socials ul {
	overflow: hidden;
}
@media (max-width: 991px) {
	.footer-socials ul {
		display: inline-block;
	}
}
.footer-socials li:first-child {
	 margin-left: 0;
}
.footer-socials li {
	float: left;
	margin-left: 58px;
}
.footer-socials i {
	font-size: 1.69rem;
}
@media (max-width: 991px) {
	.subscribe-module {
		text-align: left;
	}
}
@media (max-width: 767px) {
	.subscribe-module {
		margin-bottom: 50px;
	}
}
.subscribe-module .module-title {
	margin: 10px 0;

	font-size: 1.25rem;
	font-weight: 500;
	color: #000;
}
.subscribe-description {
	margin-bottom: 21px;

	font-size: 0.88rem;
}
.subscribe-form {
	display: table;
	width: 100%;
}
@media (max-width: 480px) {
	.subscribe-form {
		display: block;
	}
}
.subscribe-form input {
	display: table-cell;
	vertical-align: top;
	width: 38%;
	height: 50px;
	padding: 10px 18px;

	font-size: 0.88rem;
	font-weight: 300;
	color:#000;

	border: 2px solid #000;
	border-right: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.subscribe-form input {
		width: 100%;
	}
}
@media (max-width: 480px) {
	.subscribe-form input {
		display: block;
		width: 100%;
		
		border-right: 2px solid #000;
	}
}
.subscribe-form input::placeholder {
	font-size: 0.88rem;
	font-weight: 300;
	color:#000;
}
.subscribe-form button {
	display: table-cell;
	height: 50px;
	padding: 18px 21px 20px;

	vertical-align: top;

	border: 2px solid transparent;

	font-size: 0.75rem;
	text-transform: uppercase;
	color: #fff;

}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.subscribe-form button {
		padding: 16px 21px 18px;
	}
}
.subscribe-form button:hover {
	border: 2px solid #000;
}
@media (max-width: 480px) {
	.subscribe-form button {
		display: block;
		width: 100%;
	}
}
.copyright {
	padding: 54px 0;
}
.copyright-text {
	margin-top: 8px;

	font-size: 0.81rem;
	text-align: center;
}
.copyright-text a {
	color: #000;
}
.copyright-text a:hover {
	text-decoration: underline;
}
.footer-payments {
	text-align: right;
}
@media (max-width: 991px) {
	.footer-payments {
		text-align: center;
	}
}
.footer-payments img {
	max-height: 41px;
}


/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}

.back {
    margin: 0 0 10px 4px;
}
@media (max-width: 767px) {
	.back {
		margin: 0 0 10px 2px;
	}
}
.back a {
	display: block;
}
.back a:hover {
	cursor: pointer;
}
.back span {
    margin-top: -3px;
	margin-right: 5px;
}

/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px -6px;
	padding: 8px 0;

	background: transparent;
}
@media (max-width: 767px) {
	.breadcrumb {
		margin: 0 0 20px -6px;
	}
}
.breadcrumb i {
	font-size: 0.94rem;
}
.breadcrumb > li {
	position: relative;

	padding: 0 10px;
}
.breadcrumb > li:last-child {
    display: none;
}
.breadcrumb > li:nth-last-child(-n+2):after {
	display: none;
}
.breadcrumb > li + li:before {
	content: '';

	padding: 0;
}
.breadcrumb > li:after {
	position: absolute;
	top: 0;
	right: -5px;
	content: '/';

	display: block;

	color: #999;
}
.breadcrumb > li:last-child:after {
	display: none;
}


/* buttons */
.btn {
	white-space: normal;
}
.btn.focus,
.btn:focus,
.btn:hover,
.btn.active.focus,
.btn.active:focus,
.btn:active.focus,
.btn:active:focus {
	outline: none;
}
.btn-xs {
	font-size: 0.56rem;
}
.btn-sm {
	font-size: 0.64rem;
}
.btn-lg {
	padding: 10px 16px;

	font-size: 0.94rem;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 0.75rem;
}
.btn-group > .btn-xs {
	font-size: 0.56rem;
}
.btn-group > .btn-sm {
	font-size: 0.64rem;
}
.btn-group > .btn-lg {
	font-size: 0.94rem;
}
.btn-default {
	color: #000;

	border: 2px solid #000;
}
.btn-primary,
.btn-black {
	position: relative;
    z-index: 1;
    overflow: hidden;
	
	color: #fff;

	background-color: #000;
	background-repeat: repeat-x;
	border: 2px solid #000;
	
	-moz-transition: color 1s ease;
	-webkit-transition: color 1s ease;
	transition: color 1s ease;
}
.select-btn,
.product-list .product-thumb .button-group button.select-btn {
	position: relative;
    z-index: 1;
    overflow: hidden;
	
	color: #fff;
	
	background-color: #000;
	background-repeat: repeat-x;
	border: 2px solid #000;
	
	-moz-transition: color 1s ease;
	-webkit-transition: color 1s ease;
	transition: color 1s ease;
}
.product-grid .product-thumb .button-group button.select-btn {
	color: #000;
	
	background-color: #fff;
}
@media (max-width: 767px) {
	.select-btn,
	.product-list .product-thumb .button-group button.select-btn {
		padding: 9.5px 10px;
		
		color: #000;
		
		border: 1px solid #e4e4e4;
		background-color: #fff;
	}
}
.product-thumb .button-group button.select-btn {
	margin-right: -1px;
}
@media (max-width: 991px) {
	.product-thumb .button-group button.select-btn {
		border-color: #e4e4e4;
	}
}
.btn-primary:before,
.btn-black:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
	
    width: 130%;
    height: 100%;
	
    background-color: #fff;
    -moz-transform: rotate3d(0,0,1,10deg) translate3d(-1.2em,110%,0);
    -o-transform: rotate3d(0,0,1,10deg) translate3d(-1.2em,110%,0);
    -ms-transform: rotate3d(0,0,1,10deg) translate3d(-1.2em,110%,0);
    -webkit-transform: rotate3d(0,0,1,10deg) translate3d(-1.2em,110%,0);
    transform: rotate3d(0,0,1,10deg) translate3d(-1.2em,110%,0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
	
    -moz-transition: transform 0.5s cubic-bezier(.59,.03,.2,1);
    -webkit-transition: transform 0.5s cubic-bezier(.59,.03,.2,1);
    transition: transform 0.5s cubic-bezier(.59,.03,.2,1);
}
.select-btn:before {
	content: '';
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
	
    width: 130%;
    height: 100%;
	
	background-color: #fff;
	-moz-transform: rotate3d(0,0,1,10deg) translate3d(-1.2em,110%,0);
    -o-transform: rotate3d(0,0,1,10deg) translate3d(-1.2em,110%,0);
    -ms-transform: rotate3d(0,0,1,10deg) translate3d(-1.2em,110%,0);
    -webkit-transform: rotate3d(0,0,1,10deg) translate3d(-1.2em,110%,0);
    transform: rotate3d(0,0,1,10deg) translate3d(-1.2em,110%,0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
	
    -moz-transition: transform 0.5s cubic-bezier(.59,.03,.2,1);
    -webkit-transition: transform 0.5s cubic-bezier(.59,.03,.2,1);
    transition: transform 0.5s cubic-bezier(.59,.03,.2,1);
}
.product-grid .select-btn:before {
	background-color: #000;
}
@media (max-width: 767px) {
	.select-btn:before {
		background-color: #000;
	}
}
#button-shipping:hover {
    background: transparent;
}
.btn-primary:hover:before,
.btn-primary:focus:before,
.btn-primary:active:before,
.btn-primary:active:focus:before,
.btn-primary.disabled:before,
.btn-primary[disabled]:before,
.btn-primary.disabled.hover:before,
.btn-primary.disabled.active:before,
.btn-primary.disabled.focus:before,
.btn-primary.disabled:active:before,
.btn-primary.disabled:focus:before,
.btn-primary.disabled:hover:before,
.btn-primary[disabled].hover:before,
.btn-primary[disabled].active:before,
.btn-primary[disabled].focus:before,
.btn-primary[disabled]:active:before,
.btn-primary[disabled]:focus:before,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:before,
fieldset[disabled] .btn-primary.active:before,
fieldset[disabled] .btn-primary.focus:before,
fieldset[disabled] .btn-primary:active:before,
fieldset[disabled] .btn-primary:focus:before,
fieldset[disabled] .btn-primary:hover:before,
.btn-black:hover:before,
.btn-black:focus:before {
    opacity: 1;
	
    background-color: #fff;
	
    -moz-transform: rotate3d(0,0,1,0deg) translate3d(0,0,0);
    -o-transform: rotate3d(0,0,1,0deg) translate3d(0,0,0);
    -ms-transform: rotate3d(0,0,1,0deg) translate3d(0,0,0);
    -webkit-transform: rotate3d(0,0,1,0deg) translate3d(0,0,0);
    transform: rotate3d(0,0,1,0deg) translate3d(0,0,0);
}
.select-btn:hover:before {
	opacity: 1;
	
	background-color: #fff;
	
	-moz-transform: rotate3d(0,0,1,0deg) translate3d(0,0,0);
    -o-transform: rotate3d(0,0,1,0deg) translate3d(0,0,0);
    -ms-transform: rotate3d(0,0,1,0deg) translate3d(0,0,0);
    -webkit-transform: rotate3d(0,0,1,0deg) translate3d(0,0,0);
    transform: rotate3d(0,0,1,0deg) translate3d(0,0,0);
}
.product-grid .select-btn:hover:before {
	background-color: #000;
}
@media (max-width: 767px) {
	.select-btn:hover:before {
		background-color: #000;
	}
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.disabled.hover,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].hover,
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover,
.btn-black:hover,
.btn-black:focus {
	color: #000;
	
    border-color: #000;
	background-color: #000;
}
input.btn-primary[disabled] {
    background: transparent;
}
.select-btn:hover,
.product-list .product-thumb .button-group button.select-btn:hover {
	color: #000;
	
    border-color: #000;
    background-color: #000;
}
.product-grid .product-thumb .button-group button.select-btn:hover {
	color: #fff;
	
    border-color: #000;
    background-color: #fff;
}
@media (max-width: 767px) {
	.select-btn:hover,
	.product-list .product-thumb .button-group button.select-btn:hover {
		margin-right: -1px;
		
		color: #fff;
		
		border-color: #e4e4e4;
		background-color: #fff;
		border-width: 1px;
	}
}
@media (max-width: 991px) {
	.product-thumb .button-group button.select-btn:hover {
		border-color: #e4e4e4;
	}
}

.btn-warning {
	color: #ffffff;

	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;

	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	border-width: 2px;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #fff;

	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #3bbbf9;
	background-image: linear-gradient(to bottom, #3bbbf9, #148bc5);
	background-repeat: repeat-x;
	border-color: #3bbbf9 #3bbbf9 #148bc5;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #2480ad;
}
.btn-link {
	color: #23A1D1;

	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;

	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}


/* list group */
.list-group a {
	padding: 8px 12px;

	color: #888888;

	border: 1px solid #DDDDDD;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;

	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}


/* Slidershow */
.swiper-pager .swiper-button-prev:before {
	content: '\e875';

	font-family: 'Linearicons-Free';
}
.swiper-pager .swiper-button-next:before {
	content: "\e876";

	font-family: 'Linearicons-Free';
}


/* carousel */
.carousel-caption {
	color: #fff;

	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';

	font-family: 'FontAwesome';
}
.carousel-control .icon-next:before {
	content: '\f054';

	font-family: 'FontAwesome';
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
	margin: 0 auto;
}


/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}


/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}


/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}


/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #2480ad;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #000;
}
.panel-primary {
    border-color: #000;
}
.panel-primary>.panel-heading {
    background-color: #000;
    border-color: #000;
}
.text-primary {
	color: #000;
}
.bg-primary {
	background: #000;
}
.label-primary {
	background: #000;
}
.label-primary[href]:hover {
	color: #000;
	
	background: #e6e5e5;
}


/* Scroll-top */
.scroll-top {
	position: fixed;
	right: 0;
	bottom: 45px;
	visibility: hidden;

	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	color: #fff;
	z-index: 30;

	opacity: 0;
	transform: rotate(270deg);
	

	-moz-transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}
@media (max-width: 479px) {
	.scroll-top {
		left: -0;
		right: auto;
		bottom: 15px;
		
		writing-mode: tb-rl;
		transform: rotate(180deg);
	}
}
.scroll-top:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1px;

	width: 100%;
	height: 1px;
}
@media (max-width: 479px) {
	.scroll-top:before {
		left: 0;
		right: auto;
		
		width: 1px;
		height: 100%;
	}
}
.scroll-top.visible {
	visibility: visible;

	color: #000;

	opacity: 1;
}
.scroll-top.visible:hover {
	cursor: pointer;
}
.scroll-top.visible:before {
	background: #000;
}
@media (min-width: 992px) {
	.scroll-top.visible:hover:before {
		transform: scale(0,1);
		transform-origin: 100% 50%;

		-moz-transition: transform .4s cubic-bezier(.28,.38,0,.81);
		-webkit-transition: transform .4s cubic-bezier(.28,.38,0,.81);
		transition: transform .4s cubic-bezier(.28,.38,0,.81);
	}
}
@media (max-width: 991px) {
	.scroll-top.visible.hover:before {
		transform: scale(0,1);
		transform-origin: 100% 50%;

		-moz-transition: transform .4s cubic-bezier(.28,.38,0,.81);
		-webkit-transition: transform .4s cubic-bezier(.28,.38,0,.81);
		transition: transform .4s cubic-bezier(.28,.38,0,.81);
	}
}

/* Mfilter */

.mfilter-image ul li img, .mfilter-image_radio ul li img {
    width: auto !important;
    height: auto !important;
}

.mfilter-image ul li.mfilter-image-checked, .mfilter-image_radio ul li.mfilter-image-checked{
	border: 0 !important;
}

.mfilter-box h3 {
	margin-top: 0;
}
.mfilter-box.mfilter-light-theme .mfilter-heading-content {
	padding: 16px 0 15px 0;

	font-size: 1.38rem;
	font-weight: 600;

	border-bottom: 0;
}
.mfilter-box.mfilter-light-theme .mfilter-content > ul > li.mfilter-gheader {
	border-bottom: 6px solid #000;
	
	background: transparent;
}
@media (max-width: 767px) {
	.mfilter-box.mfilter-light-theme .mfilter-heading-content {
		font-size: 1.25rem;
	}
}

.mfilter-box .mfilter-heading-text {
	margin-left: 0;
}
@media (max-width: 1199px) {
    .mfilter-box #mfilter-opts-price-min,
    .mfilter-box #mfilter-opts-price-max {
        width: 75px;
        min-width: 75px;
        max-width: 75px;
    }
}
.mfilter-box.mfilter-light-theme .mfilter-heading-text > span {
	padding-left: 0;
}
[data-id="manufacturers"] .mfilter-heading-text input {
    margin-left: 3px;
}
.mfilter-box .mfilter-heading .mfilter-head-icon {
	display: none;
}
.mfilter-box .mfilter-filter-item .mfilter-options {
	padding: 0;
}
.mfilter-box .mfilter-image ul li.mfilter-image-checked,
.mfilter-box .mfilter-image_radio ul li.mfilter-image-checked {
	border: 2px solid transparent !important;
}
.mfilter-image ul li img, 
.mfilter-image_radio ul li img {
	border-radius: 50%;
}
.mfilter-box .mfilter-image input + label {
	position: relative;
}
.mfilter-box .mfilter-image input[type="radio"] + label img {
	border-radius: 50%;
}
.mfilter-box .mfilter-image input:checked + label img {
	max-width: 20px;
	padding: 4px;
	
    border: 2px solid #000;
}
.mfilter-box.mfilter-light-theme .mfilter-search {
	margin: 0;
}
.mfilter-box.mfilter-light-theme .mfilter-text .mfilter-slider-inputs input,
.mfilter-box.mfilter-light-theme .mfilter-search #mfilter-opts-search,
.mfilter-box.mfilter-light-theme .mfilter-text .mfilter-text-inputs .form-control {
	width: 100%;
	height: 48px;
	padding: 9px 15px 9px 20px;

	border-width: 2px;
	
	font-weight: bold;
}
.mfilter-box.mfilter-light-theme .mfilter-search #mfilter-opts-search,
.mfilter-box.mfilter-light-theme .mfilter-text .mfilter-text-inputs .form-control {
	color: #000;
}
@media (max-width: 767px) {
	.mfilter-box.mfilter-light-theme .mfilter-text .mfilter-slider-inputs input,
	.mfilter-box.mfilter-light-theme .mfilter-search #mfilter-opts-search,
	.mfilter-box.mfilter-light-theme .mfilter-text .mfilter-text-inputs .form-control {
		height: 34px;
	}
}
.mfilter-box.mfilter-light-theme .mfilter-text .mfilter-text-inputs .form-control {
	border: #dcdcdc solid 2px;
    border-radius: 2px !important;
}
.mfilter-box .mfilter-tb {
	font-size: 0;
}
.mfilter-box .mfilter-tb-as-tr {
	display: inline-block;
	margin-right: 5px;
}
.mfilter-option.mfilter-tb-as-tr {
	position: relative;
	
    margin-bottom: 5px;
}
.mfilter-box.mfilter-light-theme .mfilter-tb-as-tr:hover {
	background-color: transparent;
}
@media (min-width: 992px) {
	.mfilter-option.mfilter-tb-as-tr:not(.mfilter-disabled):hover {
		background: #000 !important;
		color: #fff;
	}
}
.mfilter-box .mfilter-disabled {
	color: #cacaca;
}
.mfilter-box label.mfilter-tb-as-td {
	padding-left: 10px;

	border-top: 0;
}
.mfilter-box.mfilter-light-theme .mfilter-tb-as-td {
	border-top: 0;
}
.mfilter-box.mfilter-light-theme .mfilter-disabled label.mfilter-tb-as-td {
	color: #cacaca;
}
.mfilter-light-theme .mfilter-option.mfilter-tb-as-tr .mfilter-tb-as-td.mfilter-col-input {
    border: 2px solid #e1e1e1;
    border-right: 0;
    border-top: 2px solid #e1e1e1 !important;
}
.mfilter-light-theme .mfilter-option.mfilter-tb-as-tr:not(.mfilter-disabled) .mfilter-tb-as-td.mfilter-col-input.mfilter-input-active {
    border: 2px solid #000;
    border-top: 2px solid #000 !important;
	border-right: 0;
	background: #000;
}
@media (min-width: 992px) {
	.mfilter-light-theme .mfilter-option.mfilter-tb-as-tr:not(.mfilter-disabled):hover .mfilter-tb-as-td.mfilter-col-input {
		border: 2px solid #000;
		border-top: 2px solid #000 !important;
		border-right: 0;
		background: #000;
	}
}
.mfilter-option.mfilter-tb-as-tr .mfilter-tb-as-td.mfilter-col-input + label {
    border: 2px solid #e1e1e1;
    border-top: 2px solid #e1e1e1 !important;
    border-left: 0;
    padding-right: 8px;
}

.mfilter-option.mfilter-tb-as-tr:not(.mfilter-disabled) .mfilter-tb-as-td.mfilter-col-input.mfilter-input-active + label {
    border: 2px solid #000;
    border-top: 2px solid #000 !important;
	border-left: 0;
	background: #000;
	color: #fff;
}
@media (min-width: 992px) {
	.mfilter-option.mfilter-tb-as-tr:not(.mfilter-disabled):hover .mfilter-tb-as-td.mfilter-col-input + label {
		border: 2px solid #000;
		border-top: 2px solid #000 !important;
		border-left: 0;
		background: #000;
		color: #fff;
	}
}
.mfilter-col-input input[type=checkbox], .mfilter-col-input input[type=radio] {
    display: none;
}
.mfilter-box .mfilter-col-input:before {
    top: 12px;
    left: 10px;
    background-color: #e1e1e1;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
}
.mfilter-box .mfilter-col-input input[type=checkbox]:before {
	margin-top: -4px;
	top: 0;
}
.mfilter-box.mfilter-light-theme .mfilter-col-count {
	display: none;
}
.mfilter-box.mfilter-light-theme .mfilter-slider-slider .ui-slider-range,
.mfilter-box.mfilter-light-theme #mfilter-price-slider .ui-slider-range {
	background: #000 !important;
}
.mfilter-box.mfilter-light-theme .mfilter-slider-slider .ui-slider-handle, 
.mfilter-box.mfilter-light-theme #mfilter-price-slider .ui-slider-handle {
	height: 18px !important;
}
.mfilter-box .mfilter-live-filter {
	position: relative;
	
    max-width: 95%;
	padding: 3px 0;
	
    font-family: 'Linearicons-Free';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mfilter-box .mfilter-live-filter:before {
    content: "\e86f";
	position: absolute;
    right: 0;
    bottom: 15px;
	
    display: inline-block;
}
.mfilter-box .mfilter-live-filter input[type="text"] {
	background-image: none;
	border-bottom: 2px solid #000;
}
.mfilter-box .mfilter-live-filter:before:hover {
	cursor: pointer;
}
.mfilter-box .mfilter-reset-icon {
	position: relative;
	 
    font-family: 'Linearicons-Free';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
	background: none;
}
.mfilter-reset-icon:before {
    content: '\e870';
	position: absolute;
    left: -3px;
    
    font-size: 0.88rem;
	color: red;
    font-weight: bold;
}
.mfilter-ajax-loader-container:before {
	content: '';
    position: absolute;
    top: 20%;
	left: 0;
	
    width: 0;
    height: 2px;
	
    background: #000;
	
    -moz-animation: bounce_bar 1.5s infinite;
    -webkit-animation: bounce_bar 1.5s infinite;
    animation: bounce_bar 1.5s infinite;
}
.mfilter-ajax-loader-container img {
	display: none;
}
.mfilter-ajax-loader-container {
	transition: all 1s ease 1s;
}
.mfilter-box li[data-base-type="option"] .mfilter-content-wrapper {
    height: auto !important;
}

/* Instagram */
.instagram_wrapper {
	position: relative;
}
[id^="column-"] .instagram_wrapper {
    margin-left: 0;
    margin-right: 0;
}
.widget .widget-title {
	display: table;
	width: 100%;
	margin-bottom: 10px;

	text-align: center;
}
.widget .widget-title .main-title {
	font-size: 1.38rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0;
}
#column-left .widget .widget-title .main-title,
#column-left .widget .widget-title-separator {
	margin-bottom: 0;
}
.widget .widget-title .main-title span {
	position: relative;

	padding: 0 10px;
}
.instagram_wrapper .images_wrap {
	overflow: hidden;
}
[id^="instafeed"] {
    overflow: hidden;
}
.grid-holder {
	margin: 0 -15px;

	font-size: 0;
}
@media (max-width: 767px) {
	.blog_post .grid-holder {
		margin: 0;
	}
}
.grid-holder .item {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding: 0 15px 20px 15px;

	font-size: 0.88rem;
}
@media (max-width: 767px) {
	.grid-holder .item {
		width: 50%;
	}
}
@media (max-width: 480px) {
	.grid-holder .item {
		width: 100%;
	}
}
.grid-holder.lg-grid6 .item {
	width: 16.66%;
}
[id^="instafeed"] a {
	position: relative;
	overflow: hidden;
	
    float: left;
	display: block;
    margin: 0 5px 10px;
}
[id^="instafeed"].lg-grid6 a {
	width: calc(16.66% - 10px);
	padding-bottom: calc(16.66% - 10px);
}
[id^="instafeed"].lg-grid5 a {
	width: calc(20% - 10px);
	padding-bottom: calc(20% - 10px);
}
[id^="instafeed"].lg-grid4 a {
	width: calc(25% - 10px);
	padding-bottom: calc(25% - 10px);
}
[id^="instafeed"].lg-grid3 a {
	width: calc(33.33% - 10px);
	padding-bottom: calc(33.33% - 10px);
}
[id^="instafeed"].lg-grid2 a {
	width: calc(50% - 10px);
	padding-bottom: calc(50% - 10px);
}
[id^="instafeed"].lg-grid1 a {
	width: 100%;
	padding-bottom: 100%;
}
@media (max-width: 991px) {
	.grid-holder.md-grid3 .item {
		width: 33.333%;
	}
}
@media (max-width: 991px) {
	[id^="instafeed"].md-grid6 a {
		width: calc(16.66% - 10px);
		padding-bottom: calc(16.66% - 10px);
	}
	[id^="instafeed"].md-grid5 a {
		width: calc(20% - 10px);
		padding-bottom: calc(20% - 10px);
	}
	[id^="instafeed"].md-grid4 a {
		width: calc(25% - 10px);
		padding-bottom: calc(25% - 10px);
	}
	[id^="instafeed"].md-grid3 a {
		width: calc(33.33% - 10px);
		padding-bottom: calc(33.33% - 10px);
	}
	[id^="instafeed"].md-grid2 a {
		width: calc(50% - 10px);
		padding-bottom: calc(50% - 10px);
	}
	[id^="instafeed"].md-grid1 a {
		width: 100%;
		padding-bottom: 100%;
	}
}
@media (max-width: 767px) {
	[id^="instafeed"].sm-grid6 a {
		width: calc(16.66% - 10px);
		padding-bottom: calc(16.66% - 10px);
	}
	[id^="instafeed"].sm-grid5 a {
		width: calc(20% - 10px);
		padding-bottom: calc(20% - 10px);
	}
	[id^="instafeed"].sm-grid4 a {
		width: calc(25% - 10px);
		padding-bottom: calc(25% - 10px);
	}
	[id^="instafeed"].sm-grid3 a {
		width: calc(33.33% - 10px);
		padding-bottom: calc(33.33% - 10px);
	}
	[id^="instafeed"].sm-grid2 a {
		width: calc(50% - 10px);
		padding-bottom: calc(50% - 10px);
	}
	[id^="instafeed"].sm-grid1 a {
		width: 100%;
		padding-bottom: 100%;
	}
}
@media (max-width: 589px) {
	.grid-holder.sm-grid3 .item.insta-item {
		width: 33.333% !important;
	}
}
.instagram_wrapper .images_wrap .item {
	position: relative;
}
.instagram_wrapper .images_wrap .item .hover_fill {
	position: absolute;

	background-color: rgba(0,0,0,0.5);
	background-image: url(../image/angle-right.svg);
	background-repeat: no-repeat;
	background-position: 40% 50%;
	opacity: 0;

	-moz-transition: all 400ms;
	-webkit-transition: all 400ms;
	transition: all 400ms;
}
.instagram_wrapper .images_wrap .item:hover .hover_fill {
	background-position: 50% 50%;
	opacity: 1;

	-moz-transition: all 400ms;
	-webkit-transition: all 400ms;
	transition: all 400ms;
}
.instagram-image, 
.instagram-video,
.instagram-sidecar {
	overflow: hidden;
}
.instagram-image img,
.instagram-video img,
.instagram-sidecar img {
    transition: transform 1.8s cubic-bezier(0, 0, 0.40, 1.10);
}
[id^="instafeed"] a img {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
	bottom: 0;
	
    width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
	
	-moz-transition: transform 1.8s cubic-bezier(0, 0, 0.40, 1.10);
	-webkit-transition: transform 1.8s cubic-bezier(0, 0, 0.40, 1.10);
	transition: transform 1.8s cubic-bezier(0, 0, 0.40, 1.10);
}
.lg-grid6 .instagram_gallery .instagram-image,
.lg-grid6 .instagram_gallery .instagram-video,
.lg-grid6 .instagram_gallery .instagram-sidecar {
	vertical-align: top;
	width: 16.66% !important;
	margin: 0 !important;
}
.lg-grid5 .instagram_gallery .instagram-image,
.lg-grid5 .instagram_gallery .instagram-video,
.lg-grid5 .instagram_gallery .instagram-sidecar {
	vertical-align: top;
	width: 20% !important;
	margin: 0 !important;
}
.lg-grid4 .instagram_gallery .instagram-image,
.lg-grid4 .instagram_gallery .instagram-video,
.lg-grid4 .instagram_gallery .instagram-sidecar {
	vertical-align: top;
	width: 25% !important;
	margin: 0 !important;
}
.lg-grid3 .instagram_gallery .instagram-image,
.lg-grid3 .instagram_gallery .instagram-video,
.lg-grid3 .instagram_gallery .instagram-sidecar {
	vertical-align: top;
	width: 33.33% !important;
	margin: 0 !important;
}
.lg-grid2 .instagram_gallery .instagram-image,
.lg-grid2 .instagram_gallery .instagram-video,
.lg-grid2 .instagram_gallery .instagram-sidecar {
	vertical-align: top;
	width: 50% !important;
	margin: 0 !important;
}
.lg-grid1 .instagram_gallery .instagram-image,
.lg-grid1 .instagram_gallery .instagram-video,
.lg-grid1 .instagram_gallery .instagram-sidecar {
	vertical-align: top;
	width: 100% !important;
	margin: 0 !important;
}
@media (max-width: 767px) {
	.md-grid6 .instagram_gallery .instagram-image,
	.md-grid6 .instagram_gallery .instagram-video,
	.md-grid6 .instagram_gallery .instagram-sidecar {
		width: 16.66% !important;
	}
	.md-grid5 .instagram_gallery .instagram-image,
	.md-grid5 .instagram_gallery .instagram-video,
	.md-grid5 .instagram_gallery .instagram-sidecar {
		width: 20% !important;
	}
	.md-grid4 .instagram_gallery .instagram-image,
	.md-grid4 .instagram_gallery .instagram-video,
	.md-grid4 .instagram_gallery .instagram-sidecar {
		width: 25% !important;
	}
	.md-grid3 .instagram_gallery .instagram-image,
	.md-grid3 .instagram_gallery .instagram-video,
	.md-grid3 .instagram_gallery .instagram-sidecar {
		width: 33.33% !important;
	}
	.md-grid2 .instagram_gallery .instagram-image,
	.md-grid2 .instagram_gallery .instagram-video,
	.md-grid2 .instagram_gallery .instagram-sidecar {
		width: 50% !important;
	}
	.md-grid1 .instagram_gallery .instagram-image,
	.md-grid1 .instagram_gallery .instagram-video,
	.md-grid1 .instagram_gallery .instagram-sidecar {
		width: 100% !important;
	}
}
@media (max-width: 479px) {
	.sm-grid6 .instagram_gallery .instagram-image,
	.sm-grid6 .instagram_gallery .instagram-video,
	.sm-grid6 .instagram_gallery .instagram-sidecar {
		width: 16.66% !important;
	}
	.sm-grid5 .instagram_gallery .instagram-image,
	.sm-grid5 .instagram_gallery .instagram-video,
	.sm-grid5 .instagram_gallery .instagram-sidecar {
		width: 20% !important;
	}
	.sm-grid4 .instagram_gallery .instagram-image,
	.sm-grid4 .instagram_gallery .instagram-video,
	.sm-grid4 .instagram_gallery .instagram-sidecar {
		width: 25% !important;
	}
	.sm-grid3 .instagram_gallery .instagram-image,
	.sm-grid3 .instagram_gallery .instagram-video,
	.sm-grid3 .instagram_gallery .instagram-sidecar {
		width: 33.33% !important;
	}
	.sm-grid2 .instagram_gallery .instagram-image,
	.sm-grid2 .instagram_gallery .instagram-video,
	.sm-grid2 .instagram_gallery .instagram-sidecar {
		width: 50% !important;
	}
	.sm-grid1 .instagram_gallery .instagram-image,
	.sm-grid1 .instagram_gallery .instagram-video,
	.sm-grid1 .instagram_gallery .instagram-sidecar {
		width: 100% !important;
	}
}
.instagram-image:hover img,
.instagram-video:hover img,
.instagram-sidecar:hover img {
	transform: scale(1.1);
}
[id^="instafeed"] a:hover img {
	transform: scale(1.1);
}
.instagram_profile_image {
    width: 100% !important;
}


/* Magnific */
.mfp-wrap ~ * {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
}
.mfp-gallery .mfp-image-holder .mfp-close,
.mfp-gallery .mfp-iframe-holder .mfp-close {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
.mfp-gallery .mfp-arrow:before {
	font-family: 'Linearicons-Free';

	font-size: 1.88rem;
	line-height: 1;
	color: #fff;

	border: 0;
}
.mfp-gallery .mfp-arrow-left.mfp-arrow:before {
	content: "\e875";
}
.mfp-gallery .mfp-arrow-right.mfp-arrow:before {
	content: "\e876";
}
.mfp-gallery .mfp-arrow:after {
	border: 0;
}
.mfp-gallery .mfp-gallery .mfp-arrow-left:before {
	border: 0;
}


/* Account */
#account-account #content .row {
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 991px) {
	#account-account #content .row {
		display: block;
	}
}
#account-account #content .row > [class^="col-"] {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
@media (max-width: 991px) {
	#account-account #content .row > [class^="col-"] {
		display: block;
	}
}
#account-account #content .row > [class^="col-"] h2 {
	flex-grow: 0;
}
#account-account #content .row > [class^="col-"] ul {
	flex-grow: 1;
}


/* Preloader */
.image-load {
	position: relative;
	
	-webkit-transition: all 4s ease-in-out;
	-moz-transition: all 4s ease-in-out;
	transition: all 4s ease-in-out;
}
.image-load .load-bar {
	position: absolute;
	top: 0px;

	width: 0;
	height: 2px;

	background: #000;

	-moz-animation: bounce_bar 1.5s infinite;
	-webkit-animation: bounce_bar 1.5s infinite;
	animation: bounce_bar 1.5s infinite;
}
@keyframes bounce_bar{
	0%{
		width: 0;
	}

	50%{
		width: 50%;
	}

	99%{
		width: 100%;
	}

	100%{
		width: 0;
	}
}
@-webkit-keyframes bounce_bar{
	0%{
		width: 0;
	}

	50%{
		width: 50%;
	}

	99%{
		width: 100%;
	}

	100%{
		width: 0;
	}
}
@-moz-keyframes bounce_bar{
	0%{
		width: 0;
	}

	50%{
		width: 50%;
	}

	99%{
		width: 100%;
	}

	100%{
		width: 0;
	}
}


/* Slick */
.my-gallery img {
  width: 100%;
  height: auto;
  
}
.my-gallery figure {
  display: block;
  float: left;
  width: 150px;
  margin: 0 5px 5px 0;
}
.my-gallery figure:last-child {
    margin-right: 0;
}
.my-gallery.slider-main figure {
	margin-bottom: 0;
}
.my-gallery.gallery-bottoms.slider-nav.two-images .slick-track {
	transform: translate3d(0px, 0px, 0px) !important;
}
.my-gallery.gallery-bottoms.slider-nav figure {
    margin: 0;
    margin-right: 3px;
	padding: 5px 4px;
	
}
@media (max-width: 480px) {
	.my-gallery.slider-main figure {
		margin-right: 0;
	}
}
.my-gallery figcaption {
  display: none;
}
.my-gallery {
  visibility: hidden;
  max-width: 800px;
  margin: 0 auto;
  
  opacity: 0;
  
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  
}
.my-gallery.slick-initialized {
	visibility: visible;
	
	opacity: 1;
	
}
.my-gallery.slider-nav figure {
    margin-top: 5px;
}
.my-gallery img {
   width: 100%;
   display: block;
   height: auto;
}
.photoSwipeOpen .slick-track {
  transition: none !important; 
}
.slider-nav img {
    display: block;
	margin: 0 auto;
}
.slider-nav img:hover {
	cursor: pointer;
}
.slider-nav .slick-current img {
    outline: 2px solid #000;
}
.slider-main figure a {
    display: block;
	height: 0;
	overflow: hidden;
	padding-bottom: 100%;
	position: relative;
	text-align: center;
}
@media (max-width: 480px) {
	.slider-main figure a {
		height: auto;
		padding-bottom: 0;
	}
}
.slider-main figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	
    display: inline-block;
	max-width: 100%;
	width: auto;
	max-height: 100%;
	height: auto;
	
	transform: translate(-50%, -50%);
}
@media (max-width: 480px) {
	.slider-main figure img {
		position: static;
		
		width: 100%;
		max-height: none;
		
		transform: translate(0, 0);
	}
}
.slider-main figure img.zoomImg {
    transform: translate(0, 0);
}
.pswp {
	z-index: 10001 !important;
}
.pswp__bg {
  opacity: 0.8 !important;
}
.gallery-bottoms {
    position: absolute;
    bottom: -95px;
    left: 50%;

	width: 100%;
	max-width: 80%;
	padding: 0 5px;
	padding-right: 4px;
    margin: 0 auto;
	
	border: 1px solid transparent;
	background: #fff;

    transform: translateX(-50%);
}
@media (max-width: 767px) {
	.gallery-bottoms {
		position: static;

		transform: translateX(0);
    }
}
.gallery-thumbs .slick-list {
    border: 4px solid #fff;
    background: #fff;
}

.gallery-thumbs .slick-slide {
	margin-left: 2px;
	margin-right: 2px;

	border: 1px solid transparent;
}

.gallery-thumbs img {
	display: block;
    margin: 0 auto;
}

.slick-slide {
    outline: 0;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
    z-index: 1;

    width: 40px;
    height: 40px;
}

@media (max-width: 767px) {
	.slider-main .slick-arrow.slick-prev:before {
		display: none;
    }
	.slider-main .slick-arrow.slick-next:before {
		display: none;
	}
}

.slick-slider .slick-prev {
    left: -26px;
}

.slick-slider .slick-next {
    right: -26px;
}



.slick-arrow.slick-prev:before {
    content: "\e875";

    font-family: 'Linearicons-Free';
    font-size: 2.5rem;
    color: #000;
}



.slick-arrow.slick-next:before {
    content: "\e876";

    font-family: 'Linearicons-Free';
    font-size: 2.5rem;
    color: #000;
}


.slick-slider .slick-dots li button {
width: 12px;
height: 12px;

background: rgba(0, 0, 0, 0.5);

border-radius: 50%;
}

.slick-slider .slick-dots li button:before {
opacity: 0;
}

.slick-slider .slick-dots li.slick-active button {
position: relative;

background: rgba(0, 0, 0, 0.9);
transform: scale(1.4);
}

.slick-slider .slick-dots li button:hover:before,
.slick-slider .slick-dots li button:focus:before {
opacity: 0;
}

.slick-slider .slick-dots li.slick-active button:before {
position: absolute;
content: '';
top: 50%;
left: 50%;

width: 4px;
height: 4px;

border-radius: 50%;
opacity: 1;
background-color: #fff;

transform: translate(-50%,-50%);
}

.slick-slider .slick-dots li button:hover {
background: rgba(0, 0, 0, 0.9);
}

.slick-slider .slick-dots li:not(.slick-active) button:hover {
background: rgba(0, 0, 0, 0.5);

transform: scale(1.2);
}

.thumbnails .swiper-button-next:before {
	display: none;
}

.thumbnails .swiper-button-prev:before {
	display: none;
}


/* Quickview modal */
.quickview-background {
	position: fixed;
    left: 50%;
    top: 50%;
	opacity: 0;
    visibility: hidden;
	z-index: 10000;
	
	display: flex;
    align-items: center;
    justify-content: center;
	
	width: 100%;
	max-width: 930px;
	
	transform: translate(-50%, -50%);
	
    -moz-transition: opacity .7s ease-in-out;
    -webkit-transition: opacity .7s ease-in-out;
    transition: opacity .7s ease-in-out;
    transition-delay: 0.5s;
}
@media (max-width: 767px) {
	.quickview-background {
		left: 0;
		top: 0;
		
		display: block;
		max-width: 100%;
		max-height: 100vh;
		
		transform: none;
		
		-webkit-transform: translate3d(0, 0, 0);
	}
}
.quickview-background.active {
	opacity: 1;
    visibility: visible;
}
.quickview-content {
	position: relative;
	visibility: hidden;
	opacity: 0;
	
    width: 100%;
	height: auto;
    max-height: 80vh;
    overflow: hidden;
	
	background-color: #fff;
	
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
	transition-delay: 0.2s;
}
@media (max-width: 767px) {
	.quickview-content {
		overflow-y: scroll;
		
		height: 100%;
		max-height: 100vh;
		
		-webkit-transform: translate3d(0, 0, 0);
		-webkit-overflow-scrolling: touch;
	}
}
.quickview-background.active .quickview-content {
    opacity: 1;
    visibility: visible;
}
.quickview-slider {
	opacity: 0;
    visibility: hidden;
}
.quickview-background.active .quickview-slider {
	opacity: 1;
    visibility: visible;
	
	-moz-transition: all 0.05s ease-in-out;
	-webkit-transition: all 0.05s ease-in-out;
	transition: all 0.05s ease-in-out;
}
.close-quickview {
	position: absolute;
    top: 20px;
    right: 20px;
    visibility: hidden;
	opacity: 0;
    z-index: 4;
    
	padding: 5px;
	
    cursor: pointer;
    border-radius: 50%;
    color: #000;
    background: #fff;
    border: 2px solid #000;
}

.close-quickview span{
	font-size: 1.8rem;
}
@media (max-width: 479px) {
	.close-quickview {
		line-height: 1;
	}
}
@media (max-width: 479px) {
	.close-quickview span {
		font-size: 1.8rem;
		
	}
}
.quickview-background.active .close-quickview {
	opacity: 1;
    visibility: visible;
}
.quickview-product .container {
	width: 100%;
}
.quickview-product .row {
	display: flex;
    flex-flow: row wrap;
}
.quickview-summary {
	position: relative;
}
.quickview-content .quickview-gallery, .quickview-content .quickview-summary {
    padding: 0;
}
.quickview-entry {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	overflow: hidden;
	
	width: 100%;
    height: auto;
    max-height: 80vh;
}
@media (max-width: 767px) {
	.quickview-entry {
		position: static;
		overflow: inherit;
		max-height: none;
	}
}
.quickview-slider.slick-slider .slick-prev {
	left: 10px;
}
.quickview-slider.slick-slider .slick-next {
	right: 10px;
}
.entry-scroll {
	position: relative;
	overflow-y: auto;
	
	width: 100%;
    height: 100%;
    padding: 3.75rem;
}
@media (max-width: 767px) {
	.entry-scroll {
		padding: 2.5rem;
	}	
}
@media (max-width: 400px) {
	.entry-scroll {
		padding: 1.875rem;
	}	
}
.entry-scroll h1 {
	margin-bottom: 25px;
	
	font-size: 3.04rem;
    font-weight: 700;
    letter-spacing: -2px;
}
@media (max-width: 1199px) {
	.entry-scroll h1 { 
		font-size: 2.85rem;
	}
}
@media (max-width: 991px) {
	.entry-scroll h1 { 
		font-size: 2.66rem;
	}
}
@media (max-width: 767px) {
	.entry-scroll h1 { 
		font-size: 2.44rem;
	}
}
.entry-scroll .product-description {
	margin: 1.25rem 0 1.25rem;
}
.entry-scroll .product-price {
	margin-bottom: 30px;
}
.entry-scroll p {
	font-size: 1.25rem;
    line-height: 1.7;
}
@media (max-width: 767px) {
	.entry-scroll p {
		font-size: 1.13rem;
		line-height: 1.6;
	}
}
.product-page-wrapper {
    margin-bottom: 30px;
	padding: 20px 0;
	
	border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.product-page-link {
	position: relative;
	
    display: inline-block;
	padding-left: 23px;
	
    font-size: 1.13rem;
    font-weight: 400;
    margin-bottom: 0;
    
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.product-page-link:before {
	content: "\e87a";
	position: absolute;
    left: 0;
    top: calc(50% - 9px);
	
    font-family: 'Linearicons-Free';
	font-size: 1.06rem;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
    transition: transform .3s;
}
.product-page-link:hover:before {
	transform: translateX(3px);
}
.entry-scroll .input-counter + #button-cart {
	display: block;
    margin-left: 2px;
}
.entry-scroll .btn-social {
    margin-top: 25px;
}
.entry-scroll .btn-social button {
    padding-left: 0;
}


/*Video modal*/
.video-background {
	position: fixed;
    left: 50%;
    top: 50%;
	opacity: 0;
    visibility: hidden;
	z-index: 10000;
	
	display: flex;
    align-items: center;
    justify-content: center;
	
	width: 100%;
	max-width: 930px;
	
	transform: translate(-50%, -50%);
	
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    transition-delay: 0.5s;
}
@media (max-width: 767px) {
	.video-background {
		display: block;
		max-width: 100%;
		max-height: 100vh;
	}
}
@media (max-width: 479px) {
	.video-background {
		top: auto;
		left: auto;
		right: 10%;
		bottom: 37%;
		
		width: 80%;
		height: 175px;
		
		transform: none;
		
		transition-delay: 0s;
		
	}
}
.video-background.active {
	opacity: 1;
    visibility: visible;
}
.video-background.fixed-bottom {
	top: calc(100% - 200px - 1.25rem);
	left: calc(100% - 300px - 1.56rem);
	
	width: 300px;
    height: 200px;
    
    transform: none;
}
@media (max-width: 767px) {
	.video-background.fixed-bottom {
		top: calc(100% - 168px - 1.25rem);
		left: calc(100% - 300px - 1.56rem);
	
		max-width: 300px;
		width: 80%;
		height: 168px;
	}
}
@media (max-width: 479px) {
	.video-background.fixed-bottom {
		top: auto;
		left: auto;
		right: 1.56rem;
		bottom: 1.25rem;
	
		width: 200px;
		height: 100px;
	}
}
.video-content {
	position: relative;
	visibility: hidden;
	opacity: 0;
	
    width: 100%;
	height: auto;
    max-height: 80vh;
    overflow: hidden;
	
	background-color: #fff;
	
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
	transition-delay: 0.2s;
}
@media (max-width: 767px) {
	.video-content {
		max-height: 100vh;
		
		-webkit-transform: translate3d(0, 0, 0);
		-webkit-overflow-scrolling: touch;
	}
}
.video-background.active .video-content {
    opacity: 1;
    visibility: visible;
}
.close-video {
	position: absolute;
    top: 20px;
    right: 20px;
    visibility: hidden;
	opacity: 0;
    z-index: 4;
    
	padding: 5px;
	
    cursor: pointer;
    border-radius: 50%;
    color: #000;
    background: rgba(255,255,255,0.6);
    border: 2px solid #000;
}

.close-video span{
	font-size: 1.8rem;
}
@media (max-width: 479px) {
	.close-video {
		line-height: 1;
	}
}
@media (max-width: 479px) {
	.close-video span {
		font-size: 1.8rem;
		
	}
}
.video-background.active .close-video {
	opacity: 1;
    visibility: visible;
}
.video-product {
	position: relative;
    
	width: 100%;
    height: 0;
	padding-bottom: 56.25%;
}
.video-product .container {
	width: 100%;
}
.video-product iframe {
	position: absolute;
    top: 0;
    left: 0;
	visibility: hidden;
	
	width: 100%;
    height: 100%;
	
	opacity: 0;
}
.video-background.active  .video-product iframe {
	opacity: 1;
    visibility: visible;
}
.video-btn-block {
	position: absolute;
    right: 30px;
    bottom: 30px;
	
	display: none;
}
@media (max-width: 767px) {
	.video-btn-block {
		bottom: 190px;
	}
}
.slick-initialized + .video-btn-block {
	display: block;
}
.video-icon {
	position: relative;
	z-index: 1;
	
    width: 56px;
    height: 56px;
	
	text-align: center;
    color: #fff;
	border: 2px solid #000;
	border-radius: 28px;
	line-height: 1;
}
.video-icon:hover {
	cursor: pointer;
}
.video-icon:before {
    content: '';
    width: 100%;
    height: 100%;
	
    position: absolute;
    top: 0;
    left: 0;
	
	border-radius: 50%;
    background-color: #000;
	
    transform: scale(0);
    transform-origin: center center;
    -moz-transition: all .5s cubic-bezier(.19,1,.22,1);
    -webkit-transition: all .5s cubic-bezier(.19,1,.22,1);
    transition: all .5s cubic-bezier(.19,1,.22,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.video-icon:hover:before {
    transform: scale(1);
}
.video-icon:hover i {
    color: #fff;
    transform: scale(.8) translateY(-50%);
}
.video-icon i {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
	
	color: #000;
}


/* Spinner  Spinner Spinner */
.lds-dual-ring, .slick-loading .slick-list {
	display: inline-block;
	width: 80px;
	height: 80px;
}
.lds-dual-ring:after, .slick-loading .slick-list:after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 3px solid #000;
	border-color: #EEE transparent #000 transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/* Docs  Section */
.docs-section h4 {
    font-weight: bold;
}
.docs-section a.btn {
    width: 16%;
	margin-bottom: 10px;
}
@media (max-width: 1199px) {
	.docs-section a.btn {
		width: 20%;
	}
}
@media (max-width: 991px) {
	.docs-section a.btn {
		width: 26%;
	}
}
@media (max-width: 767px) {
	.docs-section a.btn {
		width: 33%;
	}
}
@media (max-width: 599px) {
	.docs-section a.btn {
		width: 49%;
	}
}
@media (max-width: 479px) {
	.docs-section a.btn {
		width: 100%;
	}
}


.youtubecontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.youtubecontainer iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
