@charset "UTF-8";

@keyframes woofc-spinner {
	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes woofc-spinner {
	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes woofc-shake {
	10%, 90% {
		transform: translate3d(-1px, 0, 0);
	}
	
	20%, 80% {
		transform: translate3d(2px, 0, 0);
	}
	
	30%, 50%, 70% {
		transform: translate3d(-4px, 0, 0);
	}
	
	40%, 60% {
		transform: translate3d(4px, 0, 0);
	}
}

.woofc-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	z-index: 99999998;
	opacity: 0;
	visibility: hidden;
}

.woofc-area {
	font-size: 14px;
	padding: 0;
	height: 100%;
	max-height: 100%;
	z-index: 99999999;
	opacity: 0;
	visibility: hidden;
	position: fixed;
}

.woofc-area > div {
	align-self: stretch;
}

.woofc-area * {
	box-sizing: border-box;
}

.woofc-area .woofc-inner {
	width: 100%;
	height: auto;
	position: fixed;
	display: flex;
	flex-direction: column;
}

.woofc-area .slick-dots {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

.woofc-area .slick-dots li {
	display: inline-block;
	margin: 0 5px;
	font-size: 0;
}

.woofc-area .slick-dots li button {
	width: 8px;
	height: 8px;
	border-radius: 4px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	border: none;
	background-color: rgba(255, 255, 255, .5);
	outline: none;
	overflow: hidden;
}

.woofc-area .slick-dots li.slick-active button {
	background-color: #fff;
}

.woofc-area.woofc-style-02 .slick-dots li button, .woofc-area.woofc-style-04 .slick-dots li button {
	background-color: #eee;
}

.woofc-area.woofc-style-02 .slick-dots li.slick-active button, .woofc-area.woofc-style-04 .slick-dots li.slick-active button {
	background-color: #222;
}

.woofc-area.woofc-position-01 {
	position: fixed;
	top: 0;
	left: 100%;
	width: 100%;
	max-width: 460px;
	box-sizing: border-box;
	text-align: start;
	-webkit-transform: translate3d(20px, 0, 0);
	transform: translate3d(20px, 0, 0);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.woofc-area.woofc-position-01 .woofc-inner {
	height: 100%;
	max-height: 100%;
}

.woofc-area.woofc-position-02 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 460px;
	box-sizing: border-box;
	text-align: start;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.woofc-area.woofc-position-02 .woofc-inner {
	height: 100%;
	max-height: 100%;
}

.woofc-area.woofc-position-03 {
	position: fixed;
	top: -100%;
	left: 50%;
	width: 100%;
	max-width: 460px;
	box-sizing: border-box;
	text-align: start;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.woofc-area.woofc-position-03 .woofc-inner {
	max-height: 80%;
}

.woofc-area.woofc-position-04 {
	position: fixed;
	bottom: -100%;
	left: 50%;
	width: 100%;
	max-width: 460px;
	box-sizing: border-box;
	text-align: start;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.woofc-area.woofc-position-04 .woofc-inner {
	max-height: 80%;
	bottom: 0;
}

.woofc-area.woofc-position-05 {
	position: fixed;
	left: 50%;
	top: 0;
	width: 100%;
	max-width: 460px;
	box-sizing: border-box;
	text-align: start;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.woofc-area.woofc-position-05 .woofc-inner {
	max-height: 80%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.woofc-area.woofc-style-01 .woofc-inner {
	background-color: #cc6055;
}

.woofc-area.woofc-style-01 .woofc-area-top {
	height: 48px;
	line-height: 48px;
	padding: 0 60px 0 20px;
	position: relative;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	background-color: rgba(0, 0, 0, .2);
}

.woofc-area.woofc-style-01 .woofc-area-top .woofc-area-heading {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.woofc-area.woofc-style-01 .woofc-area-top .woofc-close {
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	cursor: pointer;
	font-size: 20px;
	color: #fff;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.woofc-area.woofc-style-01 .woofc-area-mid {
	flex-grow: 1;
	position: relative;
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	overflow-x: hidden;
	overflow-y: auto;
}

.woofc-area.woofc-style-01 .woofc-area-bot {
	padding-bottom: 20px;
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-continue {
	text-align: center;
	padding: 0 20px;
	margin-top: 15px;
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-continue span {
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-continue span:hover {
	opacity: .7;
}

.woofc-area.woofc-style-01 .woofc-no-item, .woofc-area.woofc-style-01 .woofc-error {
	padding: 20px;
	text-align: center;
	color: #fff;
}

.woofc-area.woofc-style-02 .woofc-inner {
	background-color: #fff;
}

.woofc-area.woofc-style-02 .woofc-area-top {
	height: 48px;
	line-height: 48px;
	padding: 0 60px 0 20px;
	position: relative;
	text-transform: uppercase;
	color: #222;
	font-weight: 700;
	background-color: #eee;
}

.woofc-area.woofc-style-02 .woofc-area-top .woofc-area-heading {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.woofc-area.woofc-style-02 .woofc-area-top .woofc-close {
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	cursor: pointer;
	font-size: 20px;
	color: #222;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.woofc-area.woofc-style-02 .woofc-area-mid {
	flex-grow: 1;
	position: relative;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	overflow-x: hidden;
	overflow-y: auto;
}

.woofc-area.woofc-style-02 .woofc-area-bot {
	padding-bottom: 20px;
}

.woofc-area.woofc-style-02 .woofc-area-bot .woofc-continue {
	text-align: center;
	padding: 0 20px;
	margin-top: 15px;
}

.woofc-area.woofc-style-02 .woofc-area-bot .woofc-continue span {
	color: #444;
	text-transform: uppercase;
	border-bottom: 1px solid #444;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.woofc-area.woofc-style-02 .woofc-area-bot .woofc-continue span:hover {
	opacity: .7;
}

.woofc-area.woofc-style-02 .woofc-no-item, .woofc-area.woofc-style-02 .woofc-error {
	padding: 20px;
	text-align: center;
	color: #222;
}

.woofc-area.woofc-style-03 .woofc-inner {
	background-color: #fff;
}

.woofc-area.woofc-style-03 .woofc-area-top {
	height: 48px;
	line-height: 48px;
	padding: 0 60px 0 20px;
	position: relative;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	background-color: rgba(0, 0, 0, .2);
}

.woofc-area.woofc-style-03 .woofc-area-top .woofc-area-heading {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.woofc-area.woofc-style-03 .woofc-area-top .woofc-close {
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	cursor: pointer;
	font-size: 20px;
	color: #fff;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.woofc-area.woofc-style-03 .woofc-area-mid {
	flex-grow: 1;
	position: relative;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	overflow-x: hidden;
	overflow-y: auto;
}

.woofc-area.woofc-style-03 .woofc-area-bot {
	padding-bottom: 20px;
}

.woofc-area.woofc-style-03 .woofc-area-bot .woofc-continue {
	text-align: center;
	padding: 0 20px;
	margin-top: 15px;
}

.woofc-area.woofc-style-03 .woofc-area-bot .woofc-continue span {
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.woofc-area.woofc-style-03 .woofc-area-bot .woofc-continue span:hover {
	opacity: .7;
}

.woofc-area.woofc-style-03 .woofc-no-item, .woofc-area.woofc-style-03 .woofc-error {
	padding: 20px;
	text-align: center;
	color: #222;
}

.woofc-area.woofc-style-04 .woofc-inner {
	background-color: #fff;
}

.woofc-area.woofc-style-04 .woofc-area-top {
	height: 48px;
	line-height: 48px;
	padding: 0 60px 0 20px;
	position: relative;
	text-transform: uppercase;
	color: #222;
	font-weight: 700;
	background-color: #eee;
}

.woofc-area.woofc-style-04 .woofc-area-top .woofc-area-heading {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.woofc-area.woofc-style-04 .woofc-area-top .woofc-close {
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	cursor: pointer;
	font-size: 20px;
	color: #222;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.woofc-area.woofc-style-04 .woofc-area-mid {
	flex-grow: 1;
	position: relative;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	overflow-x: hidden;
	overflow-y: auto;
}

.woofc-area.woofc-style-04 .woofc-area-bot {
	padding-bottom: 20px;
}

.woofc-area.woofc-style-04 .woofc-area-bot .woofc-continue {
	text-align: center;
	padding: 0 20px;
	margin-top: 15px;
}

.woofc-area.woofc-style-04 .woofc-area-bot .woofc-continue span {
	color: #444;
	text-transform: uppercase;
	border-bottom: 1px solid #444;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.woofc-area.woofc-style-04 .woofc-area-bot .woofc-continue span:hover {
	opacity: .7;
}

.woofc-area.woofc-style-04 .woofc-no-item, .woofc-area.woofc-style-04 .woofc-error {
	padding: 20px;
	text-align: center;
	color: #222;
}

.woofc-area.woofc-style-05 .woofc-inner {
	background-color: #cc6055;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(10, 8, 8, .57);
	-o-box-shadow: 0px 0px 20px 0px rgba(10, 8, 8, .57);
	-moz-box-shadow: 0px 0px 20px 0px rgba(10, 8, 8, .57);
	-ms-box-shadow: 0px 0px 20px 0px rgba(10, 8, 8, .57);
	box-shadow: 0px 0px 20px 0px rgba(10, 8, 8, .57);
}

.woofc-area.woofc-style-05 .woofc-inner:after {
	content: "";
	top: 0;
	left: 0;
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: -moz-linear-gradient(to bottom, rgba(51, 46, 46, .5) 0%, rgba(33, 28, 28, .97) 100%);
	background: -o-linear-gradient(to bottom, rgba(51, 46, 46, .5) 0%, rgba(33, 28, 28, .97) 100%);
	background: -webkit-linear-gradient(to bottom, rgba(51, 46, 46, .5) 0%, rgba(33, 28, 28, .97) 100%);
	background: -ms-linear-gradient(to bottom, rgba(51, 46, 46, .5) 0%, rgba(33, 28, 28, .97) 100%);
	background: linear-gradient(to bottom, rgba(51, 46, 46, .5) 0%, rgba(33, 28, 28, .97) 100%);
}

.woofc-area.woofc-style-05 .woofc-inner > div {
	z-index: 2;
}

.woofc-area.woofc-style-05 .woofc-area-top {
	height: 48px;
	line-height: 48px;
	padding: 0 60px 0 20px;
	position: relative;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	background-color: rgba(0, 0, 0, .2);
}

.woofc-area.woofc-style-05 .woofc-area-top .woofc-area-heading {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.woofc-area.woofc-style-05 .woofc-area-top .woofc-close {
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	cursor: pointer;
	font-size: 20px;
	color: #fff;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.woofc-area.woofc-style-05 .woofc-area-mid {
	flex-grow: 1;
	position: relative;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	overflow-x: hidden;
	overflow-y: auto;
}

.woofc-area.woofc-style-05 .woofc-area-bot {
	padding-bottom: 20px;
}

.woofc-area.woofc-style-05 .woofc-area-bot .woofc-continue {
	text-align: center;
	padding: 0 20px;
	margin-top: 15px;
}

.woofc-area.woofc-style-05 .woofc-area-bot .woofc-continue span {
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.woofc-area.woofc-style-05 .woofc-area-bot .woofc-continue span:hover {
	opacity: .7;
}

.woofc-area.woofc-style-05 .woofc-no-item, .woofc-area.woofc-style-05 .woofc-error {
	padding: 20px;
	text-align: center;
	color: #fff;
}

.woofc-count {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #fff;
	display: block;
	cursor: pointer;
	position: fixed;
	left: 40px;
	bottom: 40px;
	z-index: 99999997;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: rgba(0, 0, 0, .15) 0px 0px 20px;
	-webkit-box-shadow: rgba(0, 0, 0, .15) 0px 0px 20px;
	box-shadow: rgba(0, 0, 0, .15) 0px 0px 20px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.woofc-count:hover {
	bottom: 45px;
}

.woofc-count i {
	font-size: 24px;
	line-height: 60px;
	color: #444;
}

.woofc-count span {
	position: absolute;
	top: -10px;
	right: -10px;
	height: 30px;
	width: 30px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	background: #e94b35;
	color: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.woofc-count.woofc-count-bottom-right {
	right: 40px;
	left: auto;
}

.woofc-area-count {
	margin-left: 5px;
}

.woofc-area-count:before {
	content: "(";
}

.woofc-area-count:after {
	content: ")";
}