﻿.prod_p007 {
  font-family: "微軟正黑體";

  text-decoration: none;
  line-height: 32px;
  letter-spacing: 1px;
  margin: 20px 0;
  padding: 10px 5px;
  border-top: 1px solid #D8D8D8;
  font-weight: bold;
}
.prod_w01 {
  line-height: 1.8em;
}
.prod_w02 {
   padding: 20px 15px 10px;
}
.prod_download02 a{
  padding: 7px 18px;
  margin-right: 6px;
  font-size: 1em;
  background: #f4f4f4;
  border-radius: 6px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 10px 0 #c9caca;
}
.prod_download02 a:hover{
	background-color: #E5E5E5;
}

@media (max-width: 576px) {	
.prod_download02 a{
  margin: 0 4px;
}
}


.category-info {
  margin-bottom: 30px;
  padding: 10px 15px;
  text-align: center;
}
.category-img img {
    border: none;
    padding: 0;
    border-radius: 0;
    margin: 0 0 10px;
}

.category-desc p {
    margin: 0 0 20px;
    color: var(--secondary-light-color);
    line-height: 24px;
    font-weight: 300;
}

.category-refine {
    margin-bottom: 20px;
}

.category-refine>h3 {
    margin: 0 0 13px;
    font-size: 16px;
}

.category-refine ul {
    padding: 0;
    margin: 0;
}

.category-refine ul li {
    margin: 0 10px 10px 0;
    list-style: none;
    display: inline-block;
}

.category-refine ul li a {
    background: var(--secondary-color);
    color: var(--primary-hover-color);
    padding: 5px 20px;
    border-radius: 5px;
    display: inline-block;
    text-transform: capitalize;
}

.category-refine ul li a:hover {
    background: var(--secondary-hover-color);
    color: var(--primary-hover-color);
}

.category-info {
    background: var(--secondary-color);
    margin-bottom: 30px;
    padding: 10px 15px;
    text-align: center;
}

#list-view.btn-default:hover,
#grid-view.btn-default:hover,
#grid-view.btn-default.active,
#list-view.btn-default.active {
    color: var(--secondary-hover-color);
}

#list-view.btn-default,
#grid-view.btn-default {
    border: none;
    background: transparent;
    color: var(--primary-hover-color);
    padding: 0;
    box-shadow: none;
    font-size: 30px;
}

#list-view.btn-default i,
#grid-view.btn-default i {
    display: block;
}

#list-view.btn-default {
    margin: 0 0 0 15px;
}

.category-info .category-compare {
    float: unset;
}

.category-compare .form-group {
    margin: 0;
    text-align: center;
}

.category-compare #compare-total {
    border: none;
    padding: 5px 0;
    font-weight: 300;
    line-height: 20px;
    color: var(--primary-hover-color);
    text-decoration: none;
    background: transparent;
    text-transform: capitalize;
    font-size: 14px;
}

.category-sorting {
    text-align: right;
    float: right;
}

.category-sorting .sort-cat {
    margin: 0 10px 0 0;
}

.category-sorting>div {
    display: inline-block;
    vertical-align: middle;
}

.category-sorting>div>* {
    width: auto;
    float: left;
    position: relative;
}

.category-sorting .input-group-addon {
    border: none;
    background: transparent;
    margin: 0;
    padding: 8px 5px;
    width: auto;
    font-size: 14px;
    color: var(--primary-hover-color);
    font-weight: 300;
}

.product-thumb {
    border: 1px solid var(--background-color);
    margin-bottom: 30px;
    overflow: auto;
    background: var(--background-color);
	text-align: center;
}

.product-thumb .image {
    position: relative;
    text-align: center;
    overflow: hidden;
    background: var(--background-color);
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-thumb .image .swap-image {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.product-thumb .button-group {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    margin-bottom: 12px;
    z-index: 1;
}

.button-group:hover {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    margin-bottom: 12px;
    z-index: 1;
}

.product-thumb .button-group button {
    width: 36px;
    height: 36px;
    border: none;
    display: inline-block;
    vertical-align: middle;
    background-color: var(--secondary-color);
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 0;
    margin: 3px 3px;
    font-size: 14px;
    color: var(--primary-hover-color);
    transition: all 500ms ease 0s;
}

.product-thumb .button-group button i {
    display: block;
}

.product-thumb .caption {
    padding: 10px 10px 10px 10px;
}

.product-thumb h4 {
    font-size: 16px;
    line-height: 20px;
    margin: 8px 0 0 0;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
	width: 100%;
}

.product-thumb .rating {
    float: right;
}

.product-thumb .rating {
    margin: 8px 0 0 0;
    vertical-align: middle;

}

.product-thumb .price {
    margin: 8px 0 0 0;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}

.product-thumb .description {
    display: none;
}

.product-thumb .addcart {
    padding: 5px 20px;
    border: none;
    border-radius: 5px;
    background: var(--secondary-color);
    color: var(--primary-hover-color);
    font-weight: 300;
    display: inline-block;
    float: right;
    margin: 10px 0 0 0;
    transition: 0.7s;
}

.product-sale {
    position: absolute;
    right: 10px;
    top: 5px;
}

.product-sale span {
    display: block;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
    background: var(--secondary-hover-color);
    color: var(--primary-hover-color);
    border-radius: 5px;
    padding: 0 5px;
    font-size: 12px;
    margin: 5px 0;
}

.product-thumb .price-tax {
    display: none;
}

.product-thumb:hover {
    border: 1px solid var(--secondary-hover-color);
}

.product-thumb .addcart:hover {
    background: var(--secondary-hover-color);
}

.product-thumb:hover {
    overflow: auto;
    background: var(--background-color);
}

.product-thumb:hover .button-group {
    opacity: 1;
}

a.thumb-image:hover {
    opacity: 0.3;
}

.product-thumb .price-old {
    color: var(--secondary-light-color);
    text-decoration: line-through;
    margin-left: 5px;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
}

.product-thumb .button-group button:hover {
    background-color: var(--secondary-hover-color);
    text-decoration: none;
}

.product-thumb .button-group button.wishlist {
    transform: translateY(20px);
}

.product-thumb .button-group button.compare {
    transform: translateY(-20px);
}

.product-thumb:hover .button-group button {
    transform: translateY(0px);
}

/**/
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: inline-block;
}

.slick-slide:focus {
	outline: none;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-loading .slick-list {
	background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
}
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 24px;
	cursor: pointer;
	background: #50ba87;
	color: #ffffff;
	top: 50%;
	margin-top: -10px \9;
	/*lte IE 8*/
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
	z-index: 9;
}

.slick-prev:hover,
.slick-next:hover {
	outline: none;
	color: #50ba87;
	background-color: #ffffff;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	background-color: #d7d7d7;
}

.slick-prev:before, .slick-next:before {
	font-family: "Material Design Icons";
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -15px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: 0;
}

.slick-prev:before {
	content: "";
}

[dir="rtl"] .slick-prev:before {
	content: "";
}

.slick-next {
	right: -15px;
}

[dir="rtl"] .slick-next {
	left: 0;
	right: auto;
}

.slick-next:before {
	content: "";
}

[dir="rtl"] .slick-next:before {
	content: "";
}

/* Dots */
.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 0.7;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.7;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 1;
}

.carousel-parent {
	margin-bottom: 7px;
}

.child-carousel .slick-list {
	margin-left: -6px;
	margin-right: -6px;
}

.child-carousel .slick-slide {
	cursor: pointer;
	margin: 0 6px;
}

.child-carousel .slick-slide img {
	width: 100%;
}

.child-carousel .slick-product-figure {
	margin-top: 5px;
	margin-bottom: 5px;
}

.child-carousel .slick-product-figure:hover {
	background: rgba(244, 244, 244, 0.5);
}

.child-carousel .slick-product-figure:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.child-carousel .slick-current .slick-product-figure {
	background: transparent;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.17);
}

@media (min-width: 768px) {
	.child-carousel .slick-slide {
		max-width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.slick-product {
		display: -ms-flexbox;
		display: flex;
		margin-left: -6px;
		margin-right: -6px;
	}
	.slick-product .carousel-parent,
	.slick-product .child-carousel {
		padding-left: 6px;
		padding-right: 6px;
	}
	.slick-product .carousel-parent {
		width: 74%;
		margin-bottom: 0;
	}
	.slick-product .child-carousel {
		width: 26%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
	}
	.slick-product .child-carousel .slick-list {
		display: -ms-flexbox;
		display: flex;
		margin-left: 0;
		margin-right: 0;
	}
	.slick-product .child-carousel .slick-slide {
		width: calc(100% - 10px) !important;
		margin-left: 5px;
		margin-right: 5px;
	}
	.slick-product .slick-arrow {
		right: auto;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	.slick-product .slick-prev {
		top: -10px;
	}
	.slick-product .slick-prev::before {
		content: '\f239';
	}
	.slick-product .slick-next {
		top: auto;
		bottom: -10px;
	}
	.slick-product .slick-next::before {
		content: '\f236';
	}
}

@media (min-width: 992px) {
	.slick-product {
		margin-right: 25px;
	}
}

@media (min-width: 1200px) {
	.slick-product {
		margin-right: 38px;
	}
}

.slick-custom-nav .slick-prev,
.slick-custom-nav .slick-next {
	background-color: transparent;
	font-size: 60px;
}

.slick-custom-nav .slick-prev {
	left: -30px;
}

.slick-custom-nav .slick-next {
	right: -20px;
}

@media (min-width: 1600px) {
	.slick-custom-nav .slick-prev {
		left: -50px;
	}
	.slick-custom-nav .slick-next {
		right: -40px;
	}
}

.slick-product-figure {
	position: relative;
	overflow: hidden;
	/*background: #f4f4f4;*/
	transition: all .3s ease;
}

.slick-product-figure img {
	width: 100%;
	-webkit-transform: none;
	transform: none;
	transition: inherit;
}
/**/
/*
*
* Product
*/
.product {
	position: relative;
	text-align: center;
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
}

.product.box-ordered-item::before {
	position: absolute;
	display: inline-block;
	text-align: center;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	padding-top: 2px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: 0;
	font-family: "Teko", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	border-radius: 50%;
	color: #ffffff;
	background: #5bcb95;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	z-index: 1;
}

.product-2 {
	text-align: left;
	max-width: 260px;
}

.product-2 .unit {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: -14px;
	margin-left: -20px;
}

.product-2 .unit > * {
	margin-bottom: 14px;
	margin-left: 20px;
}

.product-2 .button.button-sm {
	min-width: auto;
}

.product-2 .product-figure {
	max-width: 100px;
}

.product-2 .product-button {
	display: none;
}

.product-2 * + .button {
	margin-top: 6px;
}

@media (min-width: 576px) {
	.product-2 {
		max-width: none;
	}
}

@media (max-width: 991px) {
	.product-title {
		font-size: 20px;
	}
}

@media (min-width: 992px) {
	.product-2 {
		text-align: center;
	}
	.product-2 .product-figure {
		max-width: none;
	}
	.product-2 .product-button {
		display: block;
	}
	.product-2 .button.button-sm {
		display: none;
	}
}

.product-figure {
	position: relative;
	overflow: hidden;
	background: #f4f4f4;
	transition: all .3s ease;
}

.product-figure img {
	width: 100%;
	-webkit-transform: none;
	transform: none;
	transition: inherit;
}

.product-button {
	margin: 0 10px 10px;
}

.product-button .button {
	width: 100%;
}

.product-title {
	font-weight: 400;
}

.product-title a, .product-title a:focus, .product-title a:active {
	color: inherit;
}

.product-title a:hover {
	color: #eb6e6e;
}

.product-price {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1;
	letter-spacing: .075em;
	font-family: "Teko", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #50ba87;
}

.product-price-old {
	color: #9b9b9b;
	text-decoration: line-through;
}

.product-price-old + .product-price {
	margin-left: 4px;
}

* + .product-title {
	margin-top: 14px;
}

* + .product-price-wrap {
	margin-top: 2px;
}

@media (min-width: 992px) {
	.desktop .product.box-ordered-item::before {
		display: none;
	}
	.desktop .product-figure::before {
		position: absolute;
		text-align: center;
		content: '';
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: 0;
		visibility: hidden;
		background: rgba(17, 17, 17, 0.39);
		transition: all .3s ease;
		pointer-events: none;
		z-index: 1;
	}
	.desktop .product-button {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: absolute;
		margin: 0;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		-webkit-transform: translate3d(0, 15px, 0);
		transform: translate3d(0, 15px, 0);
		opacity: 0;
		visibility: hidden;
		transition: all .3s ease;
		pointer-events: none;
		z-index: 1;
	}
	.desktop .product-button .button {
		width: auto;
		pointer-events: auto;
	}
	.desktop .product.active .product-figure::before,
	.desktop .product:hover .product-figure::before {
		-webkit-transform: scale(0.93);
		transform: scale(0.93);
		opacity: 1;
		visibility: visible;
	}
	.desktop .product.active .product-figure img,
	.desktop .product:hover .product-figure img {
		-webkit-transform: scale(1.04);
		transform: scale(1.04);
	}
	.desktop .product.active .product-button,
	.desktop .product:hover .product-button {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible;
		transition-delay: .18s;
	}
}

.product-minimal {
	-ms-flex-align: center;
	align-items: center;
}

.product-minimal-figure {
	position: relative;
	display: block;
	overflow: hidden;
	background: #f4f4f4;
}

.product-minimal-figure::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(17, 17, 17, 0.39);
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
	z-index: 1;
}

.product-minimal-figure img {
	width: 100%;
	-webkit-transform: none;
	transform: none;
	transition: all .3s ease;
}

.product-minimal-title {
	font-weight: 400;
}

.product-minimal-title a, .product-minimal-title a:focus, .product-minimal-title a:active {
	color: inherit;
}

.product-minimal-title a:hover {
	color: #eb6e6e;
}

.product-minimal-price {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1;
	letter-spacing: .075em;
	font-family: "Teko", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #50ba87;
}

.product-minimal:hover .product-minimal-figure::before {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 1;
	visibility: visible;
}

.product-minimal:hover .product-minimal-figure img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

* + .product-minimal-price {
	margin-top: 6px;
}

.product-top-panel {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.product-top-panel-title {
	font-size: 16px;
	letter-spacing: .075em;
}

@media (min-width: 768px) {
	.product-top-panel {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.product-sidebar {
	text-align: left;
}

.product-sidebar .button {
	min-width: 115px;
}

.product-sidebar h5 {
	font-weight: 400;
	letter-spacing: .1em;
}

.product-sidebar h5 + * {
	margin-top: 26px;
}

.list-shop-filter .checkbox, .list-shop-filter .checkbox-inline {
	color: #151515;
}

.list-shop-filter li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 18px 0;
}

.list-shop-filter li > span {
	color: #50ba87;
	letter-spacing: .075em;
}

.list-shop-filter li:first-child {
	padding-top: 0;
}

.list-shop-filter li:last-child {
	padding-bottom: 0;
}

.list-shop-filter li + li {
	margin: 0;
	border-top: 1px solid #e1e1e1;
}

.list-popular-product-item {
	padding: 26px 0;
}

.list-popular-product-item:first-child {
	padding-top: 0;
}

.list-popular-product-item:last-child {
	padding-bottom: 0;
}

.list-popular-product-item + .list-popular-product-item {
	margin: 0;
	border-top: 1px solid #e1e1e1;
}

h5 + .list-popular-product {
	margin-top: 18px;
}

.single-product {
	text-align: center;
	letter-spacing: .025em;
}

.single-product .button {
	min-width: 176px;
}

.single-product h3 + .group-md {
	margin-top: 10px;
}

.single-product .group-md + p {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.single-product {
		text-align: left;
	}
}
@media (max-width: 576px) {	
.single-product {
	margin-top: 20px;
	text-align: left;
}
}
.single-product-price {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	line-height: 1;
	letter-spacing: .05em;
	font-family: "Teko", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #50ba87;
}

.list-description {
	text-align: left;
}

.list-description li > * {
	display: inline-block;
	vertical-align: middle;
}

.list-description li span:first-child {
	margin-right: 6px;
}

.list-description li span:last-child {
	color: #9b9b9b;
}

.list-description li + li {
	margin-top: 7px;
}

.social-title {
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: "Teko", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.social-list .icon {
	font-size: 20px;
}

.social-list .icon, .social-list .icon:focus, .social-list .icon:active {
	color: inherit;
}

.social-list .icon:hover {
	color: #50ba87;
}

.box-rating .icon {
	font-size: 19px;
	color: #ffcc00;
}

.box-rating .icon + .icon {
	margin-left: 4px;
}

.cart-product-price {
	letter-spacing: .025em;
}

.cart-product-price sup {
	display: inline-block;
	margin-right: 5px;
	font-size: 50%;
}

.box-radio {
	text-align: left;
	padding: 28px 15px 18px;
	border: 1px solid #e1e1e1;
}

.radio-panel-content {
	height: 0;
	max-height: 0;
	opacity: 0;
	letter-spacing: .025em;
	color: #9b9b9b;
}

.radio-panel .radio-inline.active + .radio-panel-content {
	opacity: 1;
	height: 100%;
	max-height: 100%;
	transition: opacity .3s ease-out;
}

* + .radio-panel-content {
	margin-top: 8px;
}

* + .box-radio {
	margin-top: 25px;
}

.radio-panel + .radio-panel {
	margin-top: 15px;
}

@media (min-width: 576px) {
	.box-radio {
		padding-left: 24px;
		padding-right: 24px;
	}
}

.product-image-map {
	position: relative;
}

.product-image-map img {
	display: block;
	width: 100%;
}

[class*='product-image-marker'] {
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	width: 43px;
	height: 43px;
	padding: 0 4px;
	background: rgba(91, 203, 149, 0.79);
	border-radius: 50%;
	cursor: pointer;
	z-index: 1;
}

[class*='product-image-marker'] span {
	width: 25px;
	height: 25px;
	padding-top: 2px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 0;
	font-family: "Teko", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	border-radius: inherit;
	background: #ffffff;
}

[class*='product-image-marker']::before, [class*='product-image-marker']::after {
	display: inline-block;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	opacity: 0;
	visibility: visible;
	will-change: transform;
	pointer-events: none;
	-webkit-transform: none;
	transform: none;
	z-index: -1;
}

[class*='product-image-marker']::before {
	opacity: 1;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	background: rgba(91, 203, 149, 0.46);
}

[class*='product-image-marker']::after {
	background: rgba(91, 203, 149, 0.3);
}

.product-image-marker-1-1 {
	bottom: 39%;
	left: 43%;
}

.product-image-marker-1-2 {
	bottom: 43%;
	left: 25%;
}

.product-image-marker-1-3 {
	bottom: 23%;
	left: 26%;
}

.product-image-marker-1-4 {
	top: 17%;
	right: 32%;
}

.product-image-marker-2-1 {
	top: 30%;
	left: 45%;
}

.product-image-marker-2-2 {
	bottom: 39%;
	right: 32%;
}

.product-image-marker-2-3 {
	bottom: 18%;
	left: 15%;
}

.product-image-marker-2-4 {
	bottom: 46%;
	left: 5%;
}

@media (max-width: 1199px) {
	.tablet [class*='product-image-marker']::before,
	.mobile [class*='product-image-marker']::before {
		-webkit-animation: item1B 1s ease infinite;
		animation: item1B 1s ease infinite;
	}
	.tablet [class*='product-image-marker']::after,
	.mobile [class*='product-image-marker']::after {
		-webkit-animation: item1A 1s ease infinite;
		animation: item1A 1s ease infinite;
	}
}

@media (min-width: 992px) {
	.desktop [class*='product-image-marker']:hover::before, .desktop [class*='product-image-marker'].active::before {
		-webkit-animation: item1B 1s ease infinite;
		animation: item1B 1s ease infinite;
	}
	.desktop [class*='product-image-marker']:hover::after, .desktop [class*='product-image-marker'].active::after {
		-webkit-animation: item1A 1s ease infinite;
		animation: item1A 1s ease infinite;
	}
}

@keyframes item1B {
	0% {
		opacity: 0;
		-webkit-transform: none;
		transform: none;
	}
	25% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		visibility: visible;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.8);
		transform: scale(1.8);
		visibility: hidden;
	}
}

@keyframes item1A {
	5% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(2.5);
		transform: scale(2.5);
		visibility: hidden;
	}
}

.product-categories {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 120px;
	padding: 10px 15px 20px;
}

.product-categories-body {
	transition: all .3s ease;
}

* + .product-categories-title {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.product-categories {
		min-height: 150px;
		padding: 20px 20px 30px;
	}
}

@media (min-width: 992px) {
	.desktop .product-categories:hover {
		background: #f7f7f7;
	}
	.desktop .product-categories:hover .product-categories-body {
		-webkit-transform: translate3d(0, -6px, 0);
		transform: translate3d(0, -6px, 0);
	}
}

@media (min-width: 1200px) {
	.product-categories {
		min-height: 183px;
	}
}

.box-categories {
	position: relative;
	text-align: left;
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
	padding: 15.5% 20px 14.5% 40px;
	background: #ffffff;
	transition: all .3s ease;
	z-index: 1;
}

.box-categories::before {
	position: absolute;
	content: '';
	top: 12px;
	right: 12px;
	bottom: 12px;
	left: 12px;
	border: 1px solid #e1e1e1;
	background: transparent;
	will-change: transform;
	pointer-events: none;
	transition: inherit;
	z-index: -1;
}

.box-categories-content {
	max-width: 210px;
	margin: 0 auto;
}

.box-categories-title {
	font-weight: 400;
	letter-spacing: .1em;
}

.box-categories-list {
	letter-spacing: .025em;
}

.box-categories-list li {
	transition: all .2s ease;
}

.box-categories-list li::before {
	transition: all .3s ease-in-out;
}

.box-categories-list li:hover {
	-webkit-transform: translate3d(5px, 0, 0);
	transform: translate3d(5px, 0, 0);
}

.box-categories-list li:hover::before {
	border-left-color: #50ba87;
}

.box-categories-list a, .box-categories-list a:focus, .box-categories-list a:active {
	color: inherit;
}

.box-categories-list a:hover {
	color: #50ba87;
}

* + .box-categories-list {
	margin-top: 20px;
}

@media (min-width: 992px) {
	.box-categories {
		padding-right: 30px;
		padding-left: 55px;
	}
	.desktop .box-categories:hover {
		box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.17);
	}
	.desktop .box-categories:hover::before {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
	}
}

.product-big {
	position: relative;
	text-align: left;
}

.product-big .unit {
	margin-bottom: -30px;
	margin-left: 0;
}

.product-big .unit > * {
	margin-bottom: 30px;
	margin-left: 0;
}

.product-big .unit-body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.product-big * + .group-sm {
	margin-top: 12px;
}

.product-big * + .button {
	margin-top: 25px;
}

.product-big-figure {
	position: relative;
	overflow: hidden;
	display: block;
}

.product-big-title {
	font-weight: 400;
	letter-spacing: .075em;
}

.product-big-rating .icon {
	font-size: 19px;
	letter-spacing: 0;
	line-height: 24px;
	color: #ffcc00;
}

.product-big-rating .icon + .icon {
	margin-left: 0;
}

.product-big-reviews {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: "Teko", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.product-big-reviews, .product-big-reviews:focus, .product-big-reviews:active {
	color: #9b9b9b;
}

.product-big-reviews:hover {
	color: #eb6e6e;
}

.product-big-text {
	letter-spacing: .025em;
	color: #9b9b9b;
}

.product-big-price-wrap {
	position: absolute;
	overflow: hidden;
	text-align: center;
	padding: 8px 10px 6px;
	top: 0;
	right: 0;
	font-size: 18px;
	line-height: 1;
	font-weight: 300;
	letter-spacing: .025em;
	text-transform: uppercase;
	font-family: "Teko", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: rgba(255, 255, 255, 0.4);
	background: transparent;
	z-index: 1;
}

.product-big-price-wrap > * {
	display: block;
}

.product-big-price-wrap::before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 14px;
	width: 400%;
	height: 100%;
	background: #eb6e6e;
	-webkit-transform: skew(45deg);
	transform: skew(45deg);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	will-change: transform;
	pointer-events: none;
	z-index: -1;
}

.product-big-price {
	font-size: 1.5em;
	letter-spacing: .025em;
	color: #ffffff;
}

* + .product-big-text {
	margin-top: 6px;
}

@media (min-width: 768px) {
	.product-big {
		border: 1px solid #e1e1e1;
	}
	.product-big .unit {
		min-height: 366px;
	}
	.product-big .unit-left {
		-ms-flex-preferred-size: 45%;
		flex-basis: 45%;
	}
	.product-big-body {
		padding: 30px 70px 30px 10%;
	}
	.product-big-figure {
		min-height: 100%;
	}
	.product-big-figure img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		min-height: 100%;
		min-width: 100%;
		width: auto;
		height: auto;
		max-width: none;
	}
	@supports (object-fit: cover) {
		.product-big-figure img {
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			-webkit-transform: none;
			transform: none;
			object-fit: cover;
			object-position: center center;
		}
	}
	.product-big-price-wrap {
		top: -1px;
		right: -1px;
		padding: 20px 10px 16px;
		font-size: 20px;
	}
	.product-big-price-wrap::before {
		left: 24px;
	}
}

@media (min-width: 992px) {
	.product-big .unit-left {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	.product-big-body {
		padding-left: 12%;
		padding-right: 85px;
	}
	.product-big-price-wrap {
		font-size: 24px;
		padding: 30px 17px 26px;
	}
	.desktop .product-big-figure img {
		-webkit-transform: translate(-50%, -50%) scale(1.2);
		transform: translate(-50%, -50%) scale(1.2);
		transition: all .3s ease;
	}
	@supports (object-fit: cover) {
		.desktop .product-big-figure img {
			-webkit-transform: scale(1.1);
			transform: scale(1.1);
		}
	}
	.desktop .product-big:hover .product-big-figure img {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	@supports (object-fit: cover) {
		.desktop .product-big:hover .product-big-figure img {
			-webkit-transform: none;
			transform: none;
		}
	}
}

.ie-edge .product-big .unit,
.ie-10 .product-big .unit,
.ie-11 .product-big .unit {
	height: 366px;
}

/*
*
* Headings
*/
.title-classic {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	margin-bottom: -15px;
	margin-left: -32px;
}

.title-classic:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.title-classic > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 32px;
}

.title-classic-title {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.title-classic-title > h3 {
	margin-top: 6px;
}

.title-classic-text {
	font-size: 16px;
	padding-top: 20px;
	border-top: 1px solid #e1e1e1;
}

* + .title-classic-text {
	margin-top: 0;
}

@media (min-width: 576px) {
	.title-classic {
		text-align: left;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.title-classic-text {
		padding-top: 0;
		padding-left: 28px;
		border-top: none;
		border-left: 1px solid #e1e1e1;
	}
}

@media (min-width: 768px) {
	.title-classic-text {
		font-size: 18px;
	}
}

.title-modern {
	letter-spacing: .05em;
}

.title-modern > span {
	position: absolute;
	left: 50%;
	font-size: 3.75em;
	line-height: 1;
	letter-spacing: .07em;
	color: rgba(255, 255, 255, 0.07);
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	will-change: transform;
	-webkit-animation: titleColor 3s linear infinite;
	animation: titleColor 3s linear infinite;
}

h1.title-modern > span {
	top: -65px;
	font-size: 3.75em;
}

@media (min-width: 768px) {
	h1.title-modern > span {
		top: -85px;
	}
}

@media (min-width: 992px) {
	h1.title-modern > span {
		top: -110px;
	}
}

h2.title-modern {
	font-weight: 300;
}

h2.title-modern > span {
	top: -70px;
	font-size: 5.86em;
}

@media (min-width: 768px) {
	h2.title-modern > span {
		top: -90px;
	}
}

@media (min-width: 992px) {
	h2.title-modern > span {
		top: -120px;
	}
}

@media (min-width: 1200px) {
	h2.title-modern > span {
		top: -135px;
	}
}

@-webkit-keyframes titleColor {
	50% {
		color: rgba(255, 255, 255, 0.3);
	}
	100% {
		color: rgba(255, 255, 255, 0.07);
	}
}

@keyframes titleColor {
	50% {
		color: rgba(255, 255, 255, 0.3);
	}
	100% {
		color: rgba(255, 255, 255, 0.07);
	}
}

.title-opacity-9 {
	color: rgba(21, 21, 21, 0.09);
}

.heading-panel-decor {
	display: none;
}

* + .heading-panel-subtitle {
	margin-top: 10px;
}

.heading-panel + .owl-services-2 {
	margin-top: 50px;
}

.heading-panel + .owl-quote-2 {
	margin-top: 35px;
}

@media (max-width: 575px) {
	.heading-panel > * + * {
		margin-top: 20px;
	}
}
@media (min-width: 576px) {
	.heading-panel {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.heading-panel-left {
		position: relative;
		text-align: left;
		margin-top: 4px;
		padding-left: 110px;
	}
	.heading-panel-decor {
		display: block;
		font-size: 0;
		line-height: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		height: 0;
		margin: 0 10px;
		border-top: 1px solid #dfdfdf;
	}
	.heading-panel-title {
		position: absolute;
		top: 50%;
		left: 0;
		color: rgba(21, 21, 21, 0.09);
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}
	* + .heading-panel-subtitle {
		margin-top: 0;
	}
}

@media (min-width: 768px) {
	.heading-panel-left {
		padding-left: 160px;
		margin-top: 8px;
	}
}

@media (min-width: 992px) {
	.heading-panel {
		padding: 10px 0;
	}
	.heading-panel-left {
		padding-left: 200px;
	}
}

@media (min-width: 1200px) {
	.heading-panel {
		padding-bottom: 30px;
	}
	.heading-panel-left {
		padding-left: 240px;
	}
	.heading-panel-title {
		top: 60%;
	}
}

/*
*
* Services
*/
.services-classic {
	text-align: left;
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
}

.services-classic-figure {
	position: relative;
	overflow: hidden;
	display: block;
}

.services-classic-figure img {
	width: 100%;
	transition: all .3s ease;
}

.services-classic-caption {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 25px 0 14px 20px;
	border-bottom: 1px solid #e1e1e1;
	transition: all .3s ease;
}

.services-classic-caption::before {
	position: absolute;
	content: '';
	top: 54%;
	left: 1px;
	height: 34px;
	width: 1px;
	background: #e1e1e1;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	transition: height .3s ease .3s, width .3s ease 0s;
}

.services-classic-counter {
	letter-spacing: .05em;
	color: rgba(21, 21, 21, 0.2);
	transition: inherit;
}

.services-classic-title {
	margin-left: 16px;
	max-width: 262px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.services-classic-title a {
	transition: all .3s ease-in-out, color .3s ease-in-out;
}

* + .services-classic-title {
	margin-top: 0;
}

@media (min-width: 768px) {
	.services-classic-title {
		margin-bottom: 4px;
	}
	.services-classic-caption::before {
		height: 40px;
	}
}

@media (min-width: 992px) {
	.desktop .services-classic-figure img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		will-change: transform;
	}
	.desktop .services-classic:hover .services-classic-figure img {
		-webkit-transform: none;
		transform: none;
	}
	.desktop .services-classic:hover .services-classic-caption {
		padding-left: 58px;
		transition-delay: .3s;
	}
	.desktop .services-classic:hover .services-classic-caption::before {
		height: 1px;
		width: 40px;
		transition-delay: 0s, .3s;
	}
	.desktop .services-classic:hover .services-classic-counter {
		color: #151515;
	}
	.desktop .services-classic:hover .services-classic-title {
		letter-spacing: .2em;
	}
	.desktop .services-classic:hover .services-classic-title a {
		transition-delay: .3s, 0s;
	}
}

.services-modern {
	position: relative;
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
}

.services-modern-content-wrap {
	overflow: hidden;
	-webkit-clip-path: polygon(calc(50% - 25px) 25px, calc(50% + 25px) 25px, calc(50% + 50px) 0, 100% 0, 100% 100%, 0 100%, 0 0, calc(50% - 50px) 0);
	clip-path: polygon(calc(50% - 25px) 25px, calc(50% + 25px) 25px, calc(50% + 50px) 0, 100% 0, 100% 100%, 0 100%, 0 0, calc(50% - 50px) 0);
}

.services-modern-content {
	transition: all .3s ease;
}

.services-modern-figure {
	display: block;
	background: #363b3e;
}

.services-modern-figure img {
	width: 100%;
	transition: inherit;
}

.services-modern-title {
	font-weight: 400;
}

.services-modern-title a, .services-modern-title a:focus, .services-modern-title a:active {
	color: inherit;
}

.services-modern-title a:hover {
	color: #eb6e6e;
}

.services-modern-counter {
	position: absolute;
	top: -20px;
	left: 50%;
	font-size: 48px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: .05em;
	font-family: "Teko", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: rgba(21, 21, 21, 0.3);
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	transition: all .3s ease-in-out;
}

* + .services-modern-title {
	margin-top: 18px;
}

@media (min-width: 992px) {
	.desktop .services-modern:hover .services-modern-content {
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	.desktop .services-modern:hover .services-modern-figure img {
		opacity: .5;
	}
	.desktop .services-modern:hover .services-modern-counter {
		-webkit-transform: translate3d(-50%, -10px, 0);
		transform: translate3d(-50%, -10px, 0);
		color: #eb6e6e;
	}
}

.ie-10 .services-modern,
.ie-11 .services-modern,
.ie-edge .services-modern {
	position: relative;
}

.ie-10 .services-modern::before, .ie-10 .services-modern::after,
.ie-11 .services-modern::before,
.ie-11 .services-modern::after,
.ie-edge .services-modern::before,
.ie-edge .services-modern::after {
	position: absolute;
	content: '';
	top: -1px;
	left: 50%;
	width: 50px;
	height: 25px;
	background: #ffffff;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	z-index: 1;
}

.ie-10 .services-modern::before,
.ie-11 .services-modern::before,
.ie-edge .services-modern::before {
	-webkit-transform: translate3d(-50%, 0, 0) skewX(45deg);
	transform: translate3d(-50%, 0, 0) skewX(45deg);
}

.ie-10 .services-modern::after,
.ie-11 .services-modern::after,
.ie-edge .services-modern::after {
	-webkit-transform: translate3d(-50%, 0, 0) skewX(-45deg);
	transform: translate3d(-50%, 0, 0) skewX(-45deg);
}

.ie-10 .services-modern-counter,
.ie-11 .services-modern-counter,
.ie-edge .services-modern-counter {
	z-index: 2;
}

.single-service {
	text-align: left;
}

.single-service h3 + p {
	margin-top: 14px;
}

.single-service * + .quote-classic {
	margin-top: 34px;
}

.single-service * + .list-marked {
	margin-top: 24px;
}

.single-service .quote-classic + p {
	margin-top: 35px;
}

/**/
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: inline-block;
}

.slick-slide:focus {
	outline: none;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-loading .slick-list {
	background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 24px;
	cursor: pointer;
	background: #50ba87;
	color: #ffffff;
	top: 50%;
	margin-top: -10px \9;
	/*lte IE 8*/
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
	z-index: 9;
}

.slick-prev:hover,
.slick-next:hover {
	outline: none;
	color: #50ba87;
	background-color: #ffffff;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	background-color: #d7d7d7;
}

.slick-prev:before, .slick-next:before {
	font-family: "Material Design Icons";
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -15px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: 0;
}

.slick-prev:before {
	content: "";
}

[dir="rtl"] .slick-prev:before {
	content: "";
}

.slick-next {
	right: -15px;
}

[dir="rtl"] .slick-next {
	left: 0;
	right: auto;
}

.slick-next:before {
	content: "";
}

[dir="rtl"] .slick-next:before {
	content: "";
}

/* Dots */
.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 0.7;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.7;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 1;
}

.carousel-parent {
	margin-bottom: 7px;
}

.child-carousel .slick-list {
	margin-left: -6px;
	margin-right: -6px;
}

.child-carousel .slick-slide {
	cursor: pointer;
	margin: 0 6px;
}

.child-carousel .slick-slide img {
	width: 100%;
}

.child-carousel .slick-product-figure {
	margin-top: 5px;
	margin-bottom: 5px;
}

.child-carousel .slick-product-figure:hover {
	background: rgba(244, 244, 244, 0.5);
}

.child-carousel .slick-product-figure:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.child-carousel .slick-current .slick-product-figure {
	background: transparent;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.17);
}

@media (min-width: 768px) {
	.child-carousel .slick-slide {
		max-width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.slick-product {
		display: -ms-flexbox;
		display: flex;
		margin-left: -6px;
		margin-right: -6px;
	}
	.slick-product .carousel-parent,
	.slick-product .child-carousel {
		padding-left: 6px;
		padding-right: 6px;
	}
	.slick-product .carousel-parent {
		width: 74%;
		margin-bottom: 0;
	}
	.slick-product .child-carousel {
		width: 26%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
	}
	.slick-product .child-carousel .slick-list {
		display: -ms-flexbox;
		display: flex;
		margin-left: 0;
		margin-right: 0;
	}
	.slick-product .child-carousel .slick-slide {
		width: calc(100% - 10px) !important;
		margin-left: 5px;
		margin-right: 5px;
	}
	.slick-product .slick-arrow {
		right: auto;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	.slick-product .slick-prev {
		top: -10px;
	}
	.slick-product .slick-prev::before {
		content: '\f239';
	}
	.slick-product .slick-next {
		top: auto;
		bottom: -10px;
	}
	.slick-product .slick-next::before {
		content: '\f236';
	}
}

@media (min-width: 992px) {
	.slick-product {
		margin-right: 25px;
	}
}

@media (min-width: 1200px) {
	.slick-product {
		margin-right: 38px;
	}
}

.slick-custom-nav .slick-prev,
.slick-custom-nav .slick-next {
	background-color: transparent;
	font-size: 60px;
}

.slick-custom-nav .slick-prev {
	left: -30px;
}

.slick-custom-nav .slick-next {
	right: -20px;
}

@media (min-width: 1600px) {
	.slick-custom-nav .slick-prev {
		left: -50px;
	}
	.slick-custom-nav .slick-next {
		right: -40px;
	}
}



.slick-product-figure img {
	width: 100%;
	-webkit-transform: none;
	transform: none;
	transition: inherit;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 24px;
	cursor: pointer;
	background: #50ba87;
	color: #ffffff;
	top: 50%;
	margin-top: -10px \9;
	/*lte IE 8*/
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
	z-index: 9;
}

.slick-prev:hover,
.slick-next:hover {
	outline: none;
	color: #50ba87;
	background-color: #ffffff;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	background-color: #d7d7d7;
}

.slick-prev:before, .slick-next:before {
	font-family: "Material Design Icons";
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -15px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: 0;
}

.slick-prev:before {
	content: "";
}

[dir="rtl"] .slick-prev:before {
	content: "";
}

.slick-next {
	right: -15px;
}

[dir="rtl"] .slick-next {
	left: 0;
	right: auto;
}

.slick-next:before {
	content: "";
}

[dir="rtl"] .slick-next:before {
	content: "";
}

/* Dots */
.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 0.7;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.7;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 1;
}

.carousel-parent {
	margin-bottom: 7px;
}

.child-carousel .slick-list {
	margin-left: -6px;
	margin-right: -6px;
}

.child-carousel .slick-slide {
	cursor: pointer;
	margin: 0 6px;
}

.child-carousel .slick-slide img {
	width: 100%;
}

.child-carousel .slick-product-figure {
	margin-top: 5px;
	margin-bottom: 5px;
}

.child-carousel .slick-product-figure:hover {
	background: rgba(244, 244, 244, 0.5);
}

.child-carousel .slick-product-figure:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.child-carousel .slick-current .slick-product-figure {
	background: transparent;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.17);
}

@media (min-width: 768px) {
	.child-carousel .slick-slide {
		max-width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.slick-product {
		display: -ms-flexbox;
		display: flex;
		margin-left: -6px;
		margin-right: -6px;
	}
	.slick-product .carousel-parent,
	.slick-product .child-carousel {
		padding-left: 6px;
		padding-right: 6px;
	}
	.slick-product .carousel-parent {
		width: 74%;
		margin-bottom: 0;
	}
	.slick-product .child-carousel {
		width: 26%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
	}
	.slick-product .child-carousel .slick-list {
		display: -ms-flexbox;
		display: flex;
		margin-left: 0;
		margin-right: 0;
	}
	.slick-product .child-carousel .slick-slide {
		width: calc(100% - 10px) !important;
		margin-left: 5px;
		margin-right: 5px;
	}
	.slick-product .slick-arrow {
		right: auto;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	.slick-product .slick-prev {
		top: -10px;
	}
	.slick-product .slick-prev::before {
		content: '\f239';
	}
	.slick-product .slick-next {
		top: auto;
		bottom: -10px;
	}
	.slick-product .slick-next::before {
		content: '\f236';
	}
}

@media (min-width: 992px) {
	.slick-product {
		margin-right: 25px;
	}
}

@media (min-width: 1200px) {
	.slick-product {
		margin-right: 38px;
	}
}

.slick-custom-nav .slick-prev,
.slick-custom-nav .slick-next {
	background-color: transparent;
	font-size: 60px;
}

.slick-custom-nav .slick-prev {
	left: -30px;
}

.slick-custom-nav .slick-next {
	right: -20px;
}

@media (min-width: 1600px) {
	.slick-custom-nav .slick-prev {
		left: -50px;
	}
	.slick-custom-nav .slick-next {
		right: -40px;
	}
}



.slick-product-figure img {
	width: 100%;
	-webkit-transform: none;
	transform: none;
	transition: inherit;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 24px;
	cursor: pointer;
	background: #787878;
	color: #ffffff;
	top: 50%;
	margin-top: -10px \9;
	/*lte IE 8*/
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
	z-index: 9;
	border-radius: 20px;
}

.slick-prev:hover,
.slick-next:hover {
	outline: none;
	color: #787878;
	background-color: #ffffff;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	background-color: #d7d7d7;
}

.slick-prev:before, .slick-next:before {
	font-family: "Material Design Icons";
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -15px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: 0;
}

.slick-prev:before {
	content: "";
}

[dir="rtl"] .slick-prev:before {
	content: "";
}

.slick-next {
	right: -15px;
}

[dir="rtl"] .slick-next {
	left: 0;
	right: auto;
}

.slick-next:before {
	content: "";
}

[dir="rtl"] .slick-next:before {
	content: "";
}
