@charset "UTF-8";

.slick-list:focus,
.ui-dialog,
.ui-menu {
	outline: 0;
}

.fancybox-container,
.fancybox-thumbs,
.fancybox-thumbs__list a,
.nice-select,
.slick-slider {
	-webkit-tap-highlight-color: transparent;
} 

.fancybox-infobar,
.nice-select:after,
.slick-slide.dragging img,
.ui-checkboxradio-disabled,
.ui-state-disabled {
	pointer-events: none;
}

.exzoom,
.fancybox-container *,
.nice-select,
.nice-select .list,
.slick-slider,
.ui-button-icon-only,
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}

.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block;
}

.slick-slider {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	user-select: none;
	touch-action: pan-y;
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	top: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: '';
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden,
.ui-helper-hidden {
	display: none;
} 

.fancybox-caption::before,
.fancybox-slide::before,
.fancybox-thumbs__list a::before,
.nice-select:after {
	content: '';
}
.nice-select,
.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	outline: 0;
}

.fancybox-show-thumbs .fancybox-thumbs,
.nice-select {
	display: block;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.nice-select {
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #e8e8e8;
	clear: both;
	float: left;
	font-family: inherit;
	font-size: 14px;
	height: 42px;
	line-height: 40px;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	transition: all .2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto;
}

.nice-select:hover {
	border-color: #dbdbdb;
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
	border-color: #999;
}

.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	display: block;
	height: 5px;
	margin-top: -4px;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .15s ease-in-out;
	width: 5px;
}

.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}

.nice-select.disabled:after {
	border-color: #ccc;
}

.nice-select.wide {
	width: 100%;
}

.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left: auto;
	right: 0;
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}

.nice-select.small:after {
	height: 4px;
	width: 4px;
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}

.nice-select .list {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}

.nice-select .option {
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	transition: all .2s;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
	background-color: #f6f6f6;
}

.nice-select .option.selected {
	font-weight: 700;
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
} 



/*!
 * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
.fa,
.fas,
.far,
.fal,
.fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
 
.fa-lg {
	font-size: 1.33333em;
	line-height: 0.75em;
	vertical-align: -.0667em;
}

.fa-xs {
font-size: .75em;
}

.fa-sm {
	font-size: .875em;
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}
 
.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}
 
.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}
 
.fa-ul > li {
	position: relative;
}
 
.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}
 
.fa-border {
	border: solid 0.08em #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}
 
.fa-pull-left {
	float: left;
}
 
.fa-pull-right {
	float: right;
}
 
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
	margin-right: .3em;
}
 
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
	margin-left: .3em;
}
 
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}
 
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}
 

@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/fa-regular-400.eot");
	src: url("../fonts/fa-regular-400d41d.eot?#iefix") format("embedded-opentype"),
		url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"),
		url("../fonts/fa-regular-400.ttf") format("truetype"),
		url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	src: url("../fonts/fa-solid-900.eot");
	src: url("../fonts/fa-solid-900d41d.eot?#iefix") format("embedded-opentype"),
		url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"),
		url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.fa-tags:before {
	content: "\f02c";
}
.fa-phone:before {
	content: "\f095";
}
.fa-heart:before {
	content: "\f004";
}
.fa-eye:before {
	content: "\f06e";
}
.fa-paw:before {
	content: "\f1b0";
}
.fa-chevron-left:before {
	content: "\f053";
}
.fa-chevron-right:before {
	content: "\f054";
}
.fa-trash-alt:before {
	content: "\f2ed";
}
.fa-shopping-cart:before {
	content: "\f07a";
}
.fa-list-ol:before {
	content: "\f0cb";
}
.fa-list:before {
	content: "\f03a";
}
.fa-info:before {
	content: "\f129";
}
.fa-check:before {
	content: "\f00c";
}
.fa-circle:before {
	content: "\f111";
}
.fa-check-circle:before {
	content: "\f058";
}
.fa-th:before {
	content: "\f00a";
}
.fa-user:before {
	content: "\f007";
}
.fa-cart-arrow-down:before {
	content: "\f218";
}
.fa-calendar-alt:before {
	content: "\f073";
}
.fa-envelope:before {
	content: "\f0e0";
}
.fa-undo-alt:before {
	content: "\f2ea";
}
.fa-map-marker-alt:before {
	content: "\f3c5";
}
.fa-sign-out-alt:before {
	content: "\f2f5";
}
.fa-angle-double-right:before {
	content: "\f101";
}
.fa-edit:before {
	content: "\f044";
}
.fa-list-alt:before {
	content: "\f022";
}
.fa-dolly:before {
	content: "\f472";
}
.fa-dolly-flatbed:before {
	content: "\f474";
}

@font-face {
	font-family: 'themify';
	src: url("../fonts/themify9f24.eot?-fvbane");
	src: url("../fonts/themifyd41d.eot?#iefix-fvbane") format("embedded-opentype"),
		url("../fonts/themify9f24.woff?-fvbane") format("woff"),
		url("../fonts/themify9f24.ttf?-fvbane") format("truetype"),
		url("../fonts/themify9f24.svg?-fvbane#themify") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="ti-"],
[class*=" ti-"] {
	font-family: 'themify';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ti-truck:before {
	content: "\e66d";
}
.ti-credit-card:before {
	content: "\e721";
}
.ti-headphone-alt:before {
	content: "\e719";
}
.ti-face-smile:before {
	content: "\e71f";
}
.ti-face-sad:before {
	content: "\e720";
}
.ti-shopping-cart:before {
	content: "\e60d";
}
.ti-shopping-cart-full:before {
	content: "\e60e";
}

