@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
tbody,
tfoot,
th,
thead,
time,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box
}

body {
	line-height: 1

}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before {
	content: "";
	content: none
}

q:after,
q:before {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

:focus {
	outline: 0
}

caption {
	text-align: left
}

:link {
	text-decoration: none;
	outline: none;
	hlbr: expression(this.onFocus=this.blur())
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0
}

input,
select {
	vertical-align: middle
}

::placeholder {
	color: #ccc
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both
}

* html .clearfix {
	height: 1%
}

:first-child+html .clearfix {
	min-height: 1px
}

html {
	height: 100%
}

body {
	height: 100%;
	min-width: 320px;
	font-size: 16px;
	line-height: 1.4;
	color: #333;
	font-family: "Heiti TC", "黑體-繁", "Helvetica Neue", "微軟正黑體", "Microsoft JhengHei"
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	opacity: 1
}

.site-body {
	padding-top: 110px
}

.site-header {
	width: 100%;
	padding: 12px 0 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	text-align: center;
	box-sizing: border-box;
	background: #fff
}

.logo {
	margin-bottom: 5px
}

.logo a {
	display: inline-block
}

.logo img {
	width: 200px
}

.logo span {
	display: block;
	text-indent: -110px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	top: 25px
}

.menu {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	background: #cccccc;
	background: linear-gradient(0deg, #cccccc 0%, #f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#f0f0f0", GradientType=1)
}

.menu .toggle_menu {
	display: none;
	color: #777
}

.menu .toggle_menu svg {
	padding: 5px 10px;
	color: #777
}

.menu ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center
}

.menu ul li {
	position: relative
}

.menu ul li .sub_menu {
	position: absolute;
	top: 99%;
	left: 10px;
	background: #fff;
	border: 1px solid #eee
}

.menu ul li .sub_menu li a {
	display: block;
	width: 150px;
	padding: 5px 20px;
	color: #777;
	border-bottom: 1px solid #eee
}

.menu ul li .sub_menu li a:hover {
	color: black
}

.menu ul li:hover .sub_menu {
	display: block
}

.menu ul li a {
	display: block;
	margin: 0 15px;
	padding: 5px 20px;
	color: #777;
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 1.5
}

.menu ul li a:hover {
	color: black
}

.menu ul .blue a {
	color: #28A7E9
}

.menu ul .blue a:hover {
	color: #28A7E9
}

.menu ul .cart .fa-shopping-cart {
	color: #333
}

.menu .sub_menu {
	display: none;
	background-color: transparent
}

.menu .sub_menu a {
	margin: 0;
	color: #000
}

.menu .member {
	position: absolute;
	right: 20px;
	top: 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-self: flex-end
}

.menu .member a {
	display: block;
	padding: 5px 10px;
	color: #777;
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 1.5
}

.menu .member a:hover {
	color: black
}

.menu .member a svg {
	margin: 0 2px 0 0;
	color: #aaa
}

.menu .member .cart span {
	margin: 0 0 0 3px;
	color: #333;
	font-size: 0.8rem
}

h2.title {
	font-size: 1.2rem;
	padding: 20px 10px 15px 0;
	border-bottom: 1px solid #ccc
}

.container {
	margin: 0 auto;
	max-width: 1200px
}

.star {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between
}

.star svg {
	margin: 0 2px;
	color: #ffd67c
}

.star .grey {
	color: #e3e3e3
}

.blue_btn {
	padding: 5px 12px;
	color: white;
	background-color: #28A7E9;
	border: none;
	cursor: pointer
}

@media screen and (max-width:1200px) {
	.menu ul li a {
		margin: 0 5px
	}
	.menu .member a {
		padding: 5px
	}
	.col-two .container {
		margin: 0 40px
	}
}

@media screen and (max-width:1000px) {
	.menu {
		justify-content: flex-start
	}
	.menu ul li a {
		margin: 0 10px
	}
}

@media screen and (max-width:920px) {
	.logo img {
		width: 150px
	}
	.site-body {
		padding-top: 97px
	}
	.menu {
		justify-content: flex-start
	}
	.menu ul li a {
		margin: 0 5px
	}
}

@media screen and (max-width:840px) {
	.menu ul li a {
		margin: 0 5px;
		padding: 5px
	}
}

@media screen and (max-width:768px) {
	.site-body {
		padding-top: 86px
	}
	.logo img {
		width: 120px
	}
	.menu ul {
		display: none;
		flex-flow: column nowrap;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		padding: 10px;
		background: #eee;
		text-align: left;
		box-sizing: border-box
	}
	.menu ul.active {
		display: flex
	}
	.menu ul li a {
		margin: 0 5px;
		padding: 5px
	}
	.menu ul li .sub_menu {
		display: none;
		position: static
	}
	.menu ul li .sub_menu li a {
		border: none
	}
	.menu ul li .toggle_sub_menu:hover~.sub_menu {
		display: none
	}
	.menu .toggle_menu {
		display: block
	}
	.menu .sub_menu.active {
		display: block!important
	}
}

.slider {
	width: 100%;
	position: relative
}

.slider .swiper-slide {
	position: relative;
	margin: 0;
	overflow: hidden;
	box-sizing: border-box
}

.slider img {
	display: block;
	width: 100%;
	height: auto
}

.slider .swiper-button-next,
.slider .swiper-button-prev {
	font-size: 1.8rem
}

.slider .swiper-button-next:after,
.slider .swiper-button-prev:after {
	content: ""
}

.slider svg {
	color: white;
	text-shadow: 1px 1px 5px #eee
}

.slider .slider_icon {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	position: absolute;
	right: 20px;
	bottom: 15px;
	z-index: 10
}

.slider .slider_icon a {
	display: block;
	margin-left: 15px
}

.slider .slider_icon img {
	display: block;
	width: 24px
}

.col-two {
	margin: 50px 0
}

.col-two .container {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap
}

.slider {
	width: 400px
}

.gallery-top {
	width: 100%
}

.gallery-thumbs {
	box-sizing: border-box;
	padding: 10px 0
}

.gallery-thumbs .photo {
	width: 100%;
	height: 0;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
	background-color: black;
	cursor: pointer
}

.gallery-thumbs .photo img {
	width: auto;
	position: absolute;
	left: 0;
	top: 50%;
	bottom: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
	transform: translateY(-50%)
}

.video-container {
	position: relative;
	padding-bottom: 100%;
	padding-top: 30px;
	height: 0;
	overflow: hidden
}

.video-container embed,
.video-container iframe,
.video-container object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.prod-info {
	margin-left: 60px
}

.prod-info h2.title {
	padding: 0;
	font-size: 2rem;
	font-family: "Heiti TC","黑體-繁","Helvetica Neue","微軟正黑體","Microsoft JhengHei";
	border: none
}

.prod-info .price02 {
	color: #FA5252;
	font-family: "Heiti TC","黑體-繁","Helvetica Neue","微軟正黑體","Microsoft JhengHei";
	font-size: 1.2rem;
		-webkit-text-size-adjust: none;
}

.prod-info .price:first-letter {
	font-size: 0.9rem
}

.prod-info .des {
	margin-top: 25px;
	font-size: 0.85rem;
	line-height: 2
}

.prod-info .prod_num {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin: 10px 0
}

.prod-info .prod_num p {
	font-size: 0.8rem;
	margin-right: 10px
}

.prod-info .prod_num input {
	width: 48px;
	padding: 5px 0 5px 10px;
	text-align: center;
	font-size: 1rem;
	border: 1px solid #ccc
}

.prod-info .step {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin: 30px 0 0
}

.prod-info .step p {
	margin-right: 10px;
	padding: 4px 20px;
	color: white;
	background-color: #28A7E9;
	border-radius: 30px;
	font-family: "Helvetica Neue";
	font-weight: 700;
	letter-spacing: 1px
}

.prod-info .size_pic {
	position: relative;
	margin: 10px 0 0;
	width: 387px;
	font-family: "Helvetica Neue"
}

.prod-info .size_pic img {
	display: block
}

.prod-info .size_pic .size_block {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	right: 0%;
	bottom: 2%;
	width: 100%;
	padding:0px 2%;
}

.prod-info .size_pic .size_block02 {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	right: 0%;
	bottom: 5%;
	width: 100%;
	padding:0px 5%;
	    font-family: "Heiti TC","黑體-繁","Helvetica Neue","微軟正黑體","Microsoft JhengHei";
}

.prod-info .size_pic .size {
	font-size: 2rem;
}

.prod-info .size_pic .size_block02 .size {
	font-size: 1.25rem;
		margin-bottom:20px;
}

.prod-info .size_pic .size_ch {
	position: relative;
	width: 25%;
	margin-right: 2%;
	padding: 0.5% 2%;
	color: white;
	background-color: #b5b5b5;
	border: 2px solid #b5b5b5;
	border-radius: 10px;
	cursor:pointer;
}

.prod-info .size_pic .size_ch:last-child {
	margin-right:0%;
}

.prod-info .size_pic .size_block02 .size_ch{
	position: relative;
	width: 50%;
	margin-right: 2%;
	padding: 2.5%;
	color: white;
	background-color: #b5b5b5;
	border: 2px solid #b5b5b5;
	border-radius: 10px
}

.prod-info .size_pic .size_block02 .size_ch:last-child {
	margin-right:0%;
}


.prod-info .size_pic .size_ch.active {
	background-color: #28A7E9;
	border: 2px solid #fff;
}

.prod-info .size_pic .size_off {
	position: absolute;
	right: 5px;
	top: 25px;
	font-size: 0.8rem
}

.prod-info .size_pic .ori_price {
	text-align: right;
	font-size: 0.875rem;
	text-decoration: line-through
}

.prod-info .size_pic .size_price {
	margin-top: -5px;
	text-align: right;
	font-size: 1.3rem;
	font-weight: 700
}

.prod-info .size_pic .size_des {
	margin-top: -5px;
	text-align: left;
	font-size: 1rem;
	line-height:1.6;
}

.prod-info .sale {
	margin: 10px 0
}

.prod-info .sale .sale_time {
	display: flex;
	flex-flow: row nowrap;
	background-color: #23282E;
	border-radius: 0 10px 0 0;
}

.prod-info .sale .sale_time p {
	padding: 8px 15px;
	color: white;
	background-color: #FA5252;
	font-size: 0.8rem;
	letter-spacing: 3px
}

.prod-info .sale .sale_time p:last-child {
	padding: 8px 10px;
	background-color: #23282E;
	/* border-radius: 0 10px 0 0; */
	font-family: "Helvetica Neue";
	letter-spacing: 1px
}

.prod-info .sale .crys_editor {
	position: relative;
	width: 100%;
	/* height: 360px; */
	/* margin: 0 0 10px; */
	background: black;
	margin-bottom:10px;
}

.prod-info .sale .crys_editor .frame {
	width: 100%;
	height: 100%
}

.prod-info .sale .crys_editor .frame img {
	display: block
}

.prod-info .sale .crys_editor .frame img {
	width: 100%
}

.prod-info .sale .crys_editor .frame canvas {
	position: absolute;
	top: 42px;
	left: 90px;
	width: 183px;
	height: 72%
}

.prod-info .sale .crys_editor .frame #upload {
	display: none
}

.prod-info .sale .crys_editor .frame .upload_btn {
	display: flex;
	flex-flow: column;
	align-items: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -40px 0 0 -29px;
	text-align: center
}

.prod-info .sale .crys_editor .frame .upload_btn p {
	margin: 5px 0 0 0;
	font-size: 0.85rem;
	color: white
}

.prod-info .sale .crys_editor .frame .upload_cover {
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 50%;
	background-color: #28A7E9;
	cursor: pointer
}

.prod-info .sale .crys_editor .frame svg {
	font-size: 1.2rem;
	color: white
}

.prod-info .sale .crys_editor input {
	display: none
}

.prod-info .sale .crys_editor .func {
	display: flex;
	padding:3px 5%;
/* 	flex-flow: column nowrap; */
	position: absolute;
	width:100%;
	bottom:10px;
/* 	top: 50%;
	left: 40px;
	margin-top: -95px */
}

.prod-info .sale .crys_editor .func svg {
	margin: 0px 10px;
	color: white;
	font-size: 1.2rem;
	cursor: pointer
}

.prod-info .sale .crys_editor .func_btn {
/* 	display: flex; */
/* 	flex-flow: column nowrap; */
	position: absolute;
	bottom:-40px;
	right: 5%;
	/* margin-top: -47px */
}

.prod-info .sale .crys_editor .func_btn button {
	margin: 0 0 40px;
	padding: 5px 12px;
	color: white;
	background-color: #28A7E9;
	font-size: 0.75rem;
	border: none;
	border-radius: 5px;
	cursor: pointer
}

.prod-info .sale .crys_editor .func_btn button.confirm {
	background-color: #FA5252
}

.prod-info .sale .font_editor {
	width: 384px
}

.prod-info .sale .font_editor>p {
	font-size: 0.75rem
}

.prod-info .sale .font_editor .font_enter {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	margin: 5px 0
}

.prod-info .sale .font_editor .font_enter input {
	padding: 7px 10px;
	border: 1px solid #ccc
}

.prod-info .sale .font_editor .font_chg {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin-left: 5px
}

.prod-info .sale .font_editor .font_chg p {
	padding: 7px 10px;
	font-size: 0.7rem;
	color: white;
	background-color: #2699FB
}

.prod-info .sale .font_editor .font_chg .select_box {
	overflow: hidden;
	position: relative;
	border: 1px solid #BCE0FD
}

.prod-info .sale .font_editor .font_chg select {
	border: 0;
	position: relative;
	z-index: 10;
	background: none;
	padding: 4px 10px 8px
}

.prod-info .sale .font_editor .lock {
	padding: 7px 12px;
	color: white;
	background-color: #2699FB;
	font-size: 0.75rem;
	border: none;
	border-radius: 3px;
	cursor: pointer
}

.text_editor p {
	margin: 30px 0 5px;
	font-size: 0.85rem;
}
.text_editor02{
	margin: 5px 0 5px;
	font-size: 0.85rem;
}

.text_editor textarea {
	width: 99%;
	padding: 7px 10px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-bottom:30px;
}

.prod-info .bot {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin: 10px 0 50px
}

.prod-info .bot .bot_block {
	display: block
}

.prod-info .bot .bot_block.active .bot_pic img {
	border: 2px solid #FA5252
}

.prod-info .bot .bot_pic {
	width: 120px;
	box-sizing: border-box
}

.prod-info .bot .bot_pic img {
	width: 100%;
	display: block;
	border: 1px solid #333;
	box-sizing: border-box
}

.prod-info .bot .bot_pic.nopic {
	padding: 43px 41px 42px;
	border: 1px solid #333
}

.prod-info .bot .bot_pic.nopic svg {
	font-size: 2rem
}

.prod-info .bot .bot_des {
	margin: 5px 0;
	font-size: 0.8rem
}

.prod-info .bot .bot_price {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	font-family: "Helvetica Neue"
}

.prod-info .bot .bot_price p {
	font-size: 1rem
}

.prod-info .bot .bot_price input {
	width: 30px;
	padding: 2px 0 2px 10px;
	text-align: center;
	font-size: 0.9rem;
	border: 1px solid #ccc
}

.prod-info .addcart {
	width: 100%;
	padding: 5px 0;
	font-size: 1rem;
	color: white;
	background-color: #28A7E9;
	border-radius: 10px;
	border: none;
	letter-spacing: 2px;
	cursor: pointer;
	margin-top:10px;
}

.prod-info .add_cart {
	text-align: center
}

.prod-info .add_cart p {
	margin: 5px 0;
	font-size: 0.9rem;
	color: #FA5252;
	text-align:left;
}
.prod-info .add_cart div {
	text-align:left;
}

@media screen and (max-width:880px) {
	.col-two .container {
		padding: 0 20px
	}
	.slider {
		width: 350px
	}
	.prod-info {
		margin-left: 30px
	}
}

@media screen and (max-width:768px) {
	.slider {
		width: 300px
	}
	.prod-info {
		margin-left: 15px
	}
}

@media screen and (max-width:740px) {
	.col-two {
		margin: 25px 0
	}
	.col-two .container {
		flex-flow: column
	}
	.prod-info,
	.slider {
		width: 100%;
		margin: 0 0 20px
	}
	.prod-info .size_pic {
		width: 100%
	}
	.prod-info .size_pic img {
		width: 100%
	}
	.prod-info .sale .crys_editor {
		width: 100%;
		height: auto
	}
	.prod-info .sale .crys_editor .wood img {
		width: 100%
	}
	.prod-info .sale .crys_editor .func_btn {
		right: 50px
	}
	.prod-info .sale .font_editor {
		width: 100%
	}
	.prod-info .sale .font_editor .font_enter {
		justify-content: flex-start
	}
	.prod-info .sale .font_editor .lock {
		margin-left: 5px
	}
	.prod-info .bot {
		justify-content: flex-start
	}
	.prod-info .bot button {
		cursor: pointer
	}
	.prod-info .bot .bot_pic {
		margin-right: 10px
	}
	.prod-info .bot .bot_pic:last-child {
		margin: 0
	}
}

@media screen and (max-width:480px) {
	.prod-info .sale .crys_editor .func_btn {
		right: 35px
	}
	.prod-info .sale .crys_editor .func_btn button {
		width: 50px
	}
}

@media screen and (max-width:420px) {
	.gallery-thumbs .swiper-slide img {
		max-width: 80px
	}
	.prod-info .size_pic .size_block {
		width: 100%;
		bottom: 2px;
		right: 0px
	}
	.prod-info .size_pic .size_ch {
		width: 25%;
		min-width: 75px;
		margin-right: 8px
	}
	.prod-info .size_pic .size_off {
		top: 17px
	}
	.prod-info .sale .crys_editor .func {
		left: 30px
	}
	.prod-info .sale .crys_editor .func_btn {
		right: 30px
	}
	.prod-info .sale .font_editor {
		width: 100%
	}
	.prod-info .sale .font_editor .lock {
		margin-left: 5px
	}
	.prod-info .sale .font_editor .font_chg select {
		width: 70px
	}
	.prod-info .sale .font_editor .font_enter input {
		display: inline-block;
		width: 140px;
		box-sizing: border-box
	}
	.prod-info .bot {
		justify-content: space-between
	}
	.prod-info .bot .bot_block {
		width: 33%;
		margin-right: 5px
	}
	.prod-info .bot .bot_pic {
		width: auto
	}
}

@media screen and (max-width:400px) {
	.prod-info .size_pic .size {
		font-size: 1.3rem
	}
	.prod-info .size_pic .size_off {
		top: 17px
	}
	.prod-info .size_pic .ori_price {
		font-size: 0.9rem
	}
	.prod-info .size_pic .size_price {
		font-size: 1rem
	}
	.prod-info .sale .crys_editor .func_btn {
		right: 22px
	}
	.prod-info .sale .sale_time p {
		padding: 8px 6px;
		letter-spacing: 0
	}
	.prod-info .sale .sale_time p:last-child {
		padding: 8px;
		letter-spacing: 0
	}
}

@media screen and (max-width:375px) {
	.gallery-thumbs .swiper-slide img {
		max-width: 60px
	}
	.prod-info .sale .crys_editor .func_btn {
		right: 18px
	}
	.prod-info .sale .font_editor .font_enter input {
		width: 107px
	}
}

@media screen and (max-width:320px) {
	.prod-info .sale .crys_editor {
		width: 280px;
		height: 265px
	}
	.prod-info .sale .font_editor .font_enter input {
		width: 80px
	}
}

.site-footer {
	padding: 30px 20px;
	background-color: #ddd
}

.site-footer .container {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between
}

.site-footer .foot_img {
	margin-top: 30px;
	align-self: flex-start
}

.site-footer .foot-logo img {
	width: 168px
}

.site-footer .foot_social {
	margin: 10px 0 0 0;
	text-align: right
}

.site-footer .foot_social img {
	display: inline-block;
	margin: 0 0 0 30px;
	vertical-align: middle
}

.site-footer a {
	color: #333
}

.site-footer a:hover {
	border-bottom: 1px solid #333
}

.site-footer li {
	margin: 0 0 30px;
	font-size: 0.8rem
}

.site-footer .link {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	width: 100%;
	max-width: 200px
}

.site-footer .fb-club {
	width: 280px;
	height: 220px;
	overflow: hidden
}

.copyright {
	padding: 17px 20px;
	font-size: 0.7rem;
	background-color: white
}

@media screen and (max-width:1120px) {
	.site-footer .link {
		max-width: 170px
	}
}

@media screen and (max-width:980px) {
	.site-footer .foot-logo img {
		width: 120px
	}
	.site-footer .foot_social img {
		margin: 0 0 0 15px
	}
	.site-footer .link {
		max-width: 140px
	}
}

@media screen and (max-width:870px) {
	.site-footer .link {
		max-width: 120px
	}
	.site-footer .fb-club {
		width: 230px
	}
}

@media screen and (max-width:786px) {
	.hot {
		margin: 20px auto 10px
	}
	.hot .prod .prod-label {
		width: 158px;
		border-left: solid 80px #28A7E9;
		border-bottom: solid 80px transparent
	}
	.hot .prod .prod-label p {
		font-size: 0.7rem
	}
	.hot .prod .prod-label p span {
		font-size: 1rem
	}
}

@media screen and (max-width:786px) {
	.site-footer {
		padding: 10px
	}
	.site-footer .container {
		flex-flow: column
	}
	.site-footer .foot_img {
		flex-flow: column;
		align-self: center
	}
	.site-footer .foot-logo img {
		width: 168px
	}
	.site-footer .foot_social {
		text-align: left
	}
	.site-footer .foot_social img {
		margin: 0 0 0 30px
	}
	.site-footer li {
		margin: 0 0 20px
	}
	.site-footer .link {
		max-width: 30%;
		margin: 20px 0
	}
}

@media screen and (max-width:640px) {
	.hot .hot-block {
		width: 49%
	}
	.hot .hot-block:nth-child(2n) {
		margin-right: 0
	}
}

@media screen and (max-width:470px) {
	.site-footer .link {
		display: none
	}
	.site-footer .serv_info {
		margin: 10px 0 0
	}
	.site-footer .foot-logo {
		margin: 10px 0 0
	}
	.site-footer .foot_img {
		margin: 0px 0 0
	}
	.site-footer .foot_social {
		margin: 10px 0
	}
	.fb-club {
		width: 200px
	}
}