/*
Theme Name:			Welcart Nova
Theme URI:			https://www.welcart.com/archives/4488.html
Description:		Welcart Nova is child theme for Welcart Basic.
Author:				Collne.Inc
Author URI:			https://www.collne.com/
Template:			welcart_basic
Version:			1.5.2
License:			GNU General Public License v2 or later
License URI:		https://www.gnu.org/licenses/gpl-2.0.html
Tags:				responsive-layout, nova, two-columns, right-sidebar. left-sidebar
Requires at least:	5.6
Requires PHP:		7.4 - 8.0
*/


/* =Base
-------------------------------------------------------------- */

/* font - */
@font-face {
	font-family: "Quattrocento Sans";
	font-style: normal;
	font-weight: normal;
	src: local("Quattrocento Sans Regular"), local("QuattrocentoSans-Regular"), url("./fonts/QuattrocentoSans-Regular.otf") format("truetype");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

body {
	overflow: hidden;
	font-family: "Quattrocento Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
}

input,
select,
textarea {
	font-family: "Quattrocento Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* -select - */
select {
	background: url(images/select-arrow.png) center right 10px no-repeat;
}

@-moz-document url-prefix() {

	select {
		height: 40px;
	}
}

/* -textarea - */
textarea {
	padding: 10px;
}

/* - input - */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"] {
	padding: 0 10px;
	line-height: 40px;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	display: inline-block;
	width: auto;
	padding: 0 30px;
	border: none;
	background-color: #c2c3c3;
	-moz-box-shadow: 0 3px #a5a6a7;
	-webkit-box-shadow: 0 3px #a5a6a7;
	box-shadow: 0 3px #a5a6a7;
	color: #fff;
	line-height: 40px;
	text-align: center;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
	background-color: #d6d6d6;
	-moz-box-shadow: 0 2px #c2c3c3;
	-webkit-box-shadow: 0 2px #c2c3c3;
	box-shadow: 0 2px #c2c3c3;
	color: #fff;
}

input[type="radio"] {
	margin: 0 8px 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/* - a - */
a {
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
	color: #7c7c7c;
}

a:hover {
	color: #3c3c3c;
	text-decoration: none;
}

/* - img - */
.home .widget {
	margin-bottom: 15px;
}

.home .widget:last-child {
	margin-bottom: 0;
}

.widget img {
	max-width: 100%;
	height: auto;
}

/* -- Campaign Tag #E47AAC -- */
.campaign_message {
	margin: 0 15px 5px;
	text-align: center;
}

/* - .cat-il, .search-li - */
.cat-il .campaign_message,
.search-li .campaign_message {
	margin: 5px 0 -5px;
}

/* - item-single.php - */
#itempage .campaign_message {
	margin: 10px 0 0;
	text-align: right;
}

/* =header
-------------------------------------------------------------- */

header.site-header {
	margin-bottom: 0;
	border-bottom: none;
	background-color: #1c1c1c;
}

header.site-header .inner {
	padding: 0 15px 15px;
	background-color: #1c1c1c;
}

header a {
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
}

/* -- h1.site-title, div.site-title -- */
h1.site-title,
div.site-title {
	margin-top: 25px;
	padding: 0;
	letter-spacing: 2px;
	text-align: left;
}

h1.site-title a,
div.site-title a {
	color: #fff;
	font-weight: normal;
}

h1.site-title a:hover,
div.site-title a:hover {
	color: #aaa;
	text-decoration: none;
}

h1.site-title img,
div.site-title img {
	width: auto;
	height: 24px;
	vertical-align: middle;
}

/* -- .container -- */
header .container {
	margin-top: 25px;
	float: right;
}

/* -- .snav -- */
.snav {
	margin-right: 0;
	padding: 0;
}

.snav i {
	color: #909090;
}

.snav .search-box i,
.snav .membership i,
.snav .incart-btn i {
	display: inline-block;
	padding: 0 0 0 20px;
	font-size: 1.57143em;
}

.snav .search-box.On i::before,
.snav .membership.On i::before {
	color: #fff;
}

.snav .search-box i:hover,
.snav .membership i:hover,
.snav .incart-btn i:hover {
	cursor: pointer;
}

.snav .search-box form,
.snav .membership ul {
	display: block !important;
	position: absolute;
	top: -300%;
	right: 0;
	left: auto;
	width: 80%;
	height: auto;
	padding: 20px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	transition-duration: .5s;
	opacity: 0;
	background-color: rgba(0, 0, 0, .8);
}

.snav .search-box.On form,
.snav .membership.On ul {
	top: 100%;
	right: 0;
	width: 80%;
	height: auto;
	opacity: 1;
	background-color: rgba(0, 0, 0, .9);
}

/* -- .search-box -- */
.snav .search-box form {
	z-index: 3;
}

.search-box div.s-box {
	border: none;
}

.search-box input[type="text"] {
	width: 100%;
	padding: 0 45px 0 10px;
	border: 1px solid #aaa;
	background: none;
	color: #aaa;
	line-height: 44px;
}

.search-box .searchsubmit {
	width: auto;
	padding: 0 15px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #aaa;
	line-height: 44px;
}

.search-box .searchsubmit:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #aaa;
}

/* -- .memebership -- */
.snav .membership li {
	margin: 0 0 10px;
}

.snav .membership li:first-child {
	margin-bottom: 15px;
	border: none;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-align: left;
}

.snav .membership li,
.snav .membership li:last-child {
	padding-bottom: 0;
	border: 1px solid #aaa;
	text-align: center;
}

.snav .membership li a {
	border: none;
	color: #aaa;
	line-height: 44px;
}

.snav .membership li a:hover {
	background-color: #303030;
	color: #fff;
	text-decoration: none;
}

#site-navigation li li.current-menu-item a,
#site-navigation .sub-menu li.current_page_item a,
#site-navigation .sub-menu li.current-menu-parent a,
#site-navigation .current-menu-ancestor .sub-menu a {
	background: none;
}

/* -- .incart-btn -- */
.snav .incart-btn i {
	padding-right: .454545em;
}

.incart-btn .total-quant {
	position: absolute;
	top: -8px;
	right: -5px;
	left: initial;
	background-color: #d3222a;
	color: #fff;
}

/* -- .menu-trigger -- */
.menu-bar {
	float: right;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
	transition: all .4s;
}

.menu-trigger {
	position: relative;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #909090;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 9px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

/*-- .active -- */
.menu-trigger.active span:nth-of-type(1) {
	top: -12px;
}

.menu-trigger.active span:nth-of-type(3) {
	bottom: -11px;
}

.menu-trigger span:nth-of-type(1) {
	-webkit-animation: menu-bar01 .75s forwards;
	animation: menu-bar01 .75s forwards;
}

@-webkit-keyframes menu-bar01 {

	0% {
		-webkit-transform: translateY(20px) rotate(45deg);
	}

	50% {
		-webkit-transform: translateY(20px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}

@keyframes menu-bar01 {

	0% {
		transform: translateY(20px) rotate(45deg);
	}

	50% {
		transform: translateY(20px) rotate(0);
	}

	100% {
		transform: translateY(0) rotate(0);
	}
}

.menu-trigger span:nth-of-type(2) {
	transition: all .25s .25s;
	opacity: 1;
}

.menu-trigger span:nth-of-type(3) {
	-webkit-animation: menu-bar02 .75s forwards;
	animation: menu-bar02 .75s forwards;
}

.menu-trigger.active span {
	background-color: #fff;
}

@-webkit-keyframes menu-bar02 {

	0% {
		-webkit-transform: translateY(-20px) rotate(-45deg);
	}

	50% {
		-webkit-transform: translateY(-20px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}

@keyframes menu-bar02 {

	0% {
		transform: translateY(-20px) rotate(-45deg);
	}

	50% {
		transform: translateY(-20px) rotate(0);
	}

	100% {
		transform: translateY(0) rotate(0);
	}
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-animation: active-menu-bar01 .75s forwards;
	animation: active-menu-bar01 .75s forwards;
}

@-webkit-keyframes active-menu-bar01 {

	0% {
		-webkit-transform: translateY(0) rotate(0);
	}

	50% {
		-webkit-transform: translateY(20px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(20px) rotate(45deg);
	}
}

@keyframes active-menu-bar01 {

	0% {
		transform: translateY(0) rotate(0);
	}

	50% {
		transform: translateY(20px) rotate(0);
	}

	100% {
		transform: translateY(20px) rotate(45deg);
	}
}

.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
	-webkit-animation: active-menu-bar03 .75s forwards;
	animation: active-menu-bar03 .75s forwards;
}

@-webkit-keyframes active-menu-bar03 {

	0% {
		-webkit-transform: translateY(0) rotate(0);
	}

	50% {
		-webkit-transform: translateY(-20px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(-20px) rotate(-45deg);
	}
}

@keyframes active-menu-bar03 {

	0% {
		transform: translateY(0) rotate(0);
	}

	50% {
		transform: translateY(-20px) rotate(0);
	}

	100% {
		transform: translateY(-20px) rotate(-45deg);
	}
}

/* -- #site-navigation -- */
#site-navigation {
	padding: 0;
	float: right;
	clear: none;
}

#site-navigation {
	display: block;
	position: absolute;
	z-index: 4;
	top: 100%;
	left: -100%;
	width: 80%;
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	transition-duration: .8s;
	opacity: 0;
	background-color: rgba(0, 0, 0, .9);
}

#site-navigation.On {
	left: 0;
	opacity: 1;
}

#site-navigation .navigation-inner {
	height: 100%;
	padding: 20px;
	overflow-y: auto;
}

header div.nav-menu-open,
header div.header-nav-container {
	display: block;
}

#site-navigation li a {
	display: block;
	padding: 0;
	border: none;
	color: #aaa;
	letter-spacing: 1px;
	line-height: 44px;
}

#site-navigation li a:hover {
	color: #fff;
	text-decoration: none;
}

#site-navigation .nav-menu-open li li .fa {
	display: none;
}

/* -- .sns -- */
#site-navigation .sns {
	margin-top: 20px;
	padding: 0;
}

#site-navigation .sns li {
	margin-right: 1px;
	float: left !important;
}

#site-navigation .sns li a {
	margin-bottom: 0;
	padding: 0;
	border: 2px solid #3c3c3c;
	background-color: #3c3c3c;
	line-height: normal;
	text-align: center;
}

#site-navigation .sns li a:hover {
	border: 2px solid #3c3c3c;
	background-color: #1c1c1c;
}

#site-navigation .sns li i {
	width: 38px;
}

#site-navigation .sns li a:hover i {
	color: #aaa;
}

#site-navigation .sns li i::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	margin: 11px;
	background-color: #aaa;
	mask-repeat: no-repeat;
	mask-position: center center;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center center;
}

.facebook-svg::before {
	-webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22300%22%20height%3D%22298.179%22%20viewBox%3D%220%200%20300%20298.179%22%3E%20%3Cpath%20id%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D_2%22%20data-name%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D%202%22%20d%3D%22M126.563%2C298.179h0A149.517%2C149.517%2C0%2C0%2C1%2C55%2C266.089a150.75%2C150.75%2C0%2C0%2C1-33.867-39.27A150.1%2C150.1%2C0%2C1%2C1%2C263.61%2C247.945a150.677%2C150.677%2C0%2C0%2C1-40.144%2C32.861%2C148.992%2C148.992%2C0%2C0%2C1-50.027%2C17.371V193.36h34.951L215.039%2C150h-41.6V121.863a29.982%2C29.982%2C0%2C0%2C1%2C1.151-8.5%2C20.593%2C20.593%2C0%2C0%2C1%2C3.865-7.4c3.982-4.78%2C10.157-7.307%2C18.351-7.509.352-.009.715-.013%2C1.077-.013H216.8V61.523a233.922%2C233.922%2C0%2C0%2C0-33.578-2.93%2C67.667%2C67.667%2C0%2C0%2C0-23.307%2C3.832%2C48.646%2C48.646%2C0%2C0%2C0-17.87%2C11.25%2C49.637%2C49.637%2C0%2C0%2C0-11.445%2C18.3%2C72.964%2C72.964%2C0%2C0%2C0-4.034%2C24.979V150H88.476V193.36h38.086V298.178Z%22%2F%3E%3C%2Fsvg%3E");
	mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22300%22%20height%3D%22298.179%22%20viewBox%3D%220%200%20300%20298.179%22%3E%20%3Cpath%20id%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D_2%22%20data-name%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D%202%22%20d%3D%22M126.563%2C298.179h0A149.517%2C149.517%2C0%2C0%2C1%2C55%2C266.089a150.75%2C150.75%2C0%2C0%2C1-33.867-39.27A150.1%2C150.1%2C0%2C1%2C1%2C263.61%2C247.945a150.677%2C150.677%2C0%2C0%2C1-40.144%2C32.861%2C148.992%2C148.992%2C0%2C0%2C1-50.027%2C17.371V193.36h34.951L215.039%2C150h-41.6V121.863a29.982%2C29.982%2C0%2C0%2C1%2C1.151-8.5%2C20.593%2C20.593%2C0%2C0%2C1%2C3.865-7.4c3.982-4.78%2C10.157-7.307%2C18.351-7.509.352-.009.715-.013%2C1.077-.013H216.8V61.523a233.922%2C233.922%2C0%2C0%2C0-33.578-2.93%2C67.667%2C67.667%2C0%2C0%2C0-23.307%2C3.832%2C48.646%2C48.646%2C0%2C0%2C0-17.87%2C11.25%2C49.637%2C49.637%2C0%2C0%2C0-11.445%2C18.3%2C72.964%2C72.964%2C0%2C0%2C0-4.034%2C24.979V150H88.476V193.36h38.086V298.178Z%22%2F%3E%3C%2Fsvg%3E");
}

.twitter-svg::before {
	-webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22300%22%20height%3D%22243.768%22%20viewBox%3D%220%200%20300%20243.768%22%3E%20%3Cg%20id%3D%22twitter-logo-2429%22%20transform%3D%22translate(0%20-23.703)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5%22%20data-name%3D%22%E3%83%91%E3%82%B9%205%22%20d%3D%22M94.344%2C267.472c113.208%2C0%2C175.129-93.794%2C175.129-175.129%2C0-2.663%2C0-5.317-.18-7.957A125.19%2C125.19%2C0%2C0%2C0%2C300%2C52.526a122.817%2C122.817%2C0%2C0%2C1-35.354%2C9.683%2C61.757%2C61.757%2C0%2C0%2C0%2C27.06-34.044%2C123.32%2C123.32%2C0%2C0%2C1-39.084%2C14.94A61.609%2C61.609%2C0%2C0%2C0%2C147.728%2C99.243%2C174.75%2C174.75%2C0%2C0%2C1%2C20.88%2C34.932%2C61.594%2C61.594%2C0%2C0%2C0%2C39.937%2C117.1%2C61.1%2C61.1%2C0%2C0%2C1%2C12%2C109.393v.78A61.572%2C61.572%2C0%2C0%2C0%2C61.381%2C170.51a61.474%2C61.474%2C0%2C0%2C1-27.794%2C1.057%2C61.617%2C61.617%2C0%2C0%2C0%2C57.5%2C42.744%2C123.513%2C123.513%2C0%2C0%2C1-76.441%2C26.4A125.134%2C125.134%2C0%2C0%2C1%2C0%2C239.821a174.264%2C174.264%2C0%2C0%2C0%2C94.344%2C27.6%22%20transform%3D%22translate(0%200)%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
	mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22300%22%20height%3D%22243.768%22%20viewBox%3D%220%200%20300%20243.768%22%3E%20%3Cg%20id%3D%22twitter-logo-2429%22%20transform%3D%22translate(0%20-23.703)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5%22%20data-name%3D%22%E3%83%91%E3%82%B9%205%22%20d%3D%22M94.344%2C267.472c113.208%2C0%2C175.129-93.794%2C175.129-175.129%2C0-2.663%2C0-5.317-.18-7.957A125.19%2C125.19%2C0%2C0%2C0%2C300%2C52.526a122.817%2C122.817%2C0%2C0%2C1-35.354%2C9.683%2C61.757%2C61.757%2C0%2C0%2C0%2C27.06-34.044%2C123.32%2C123.32%2C0%2C0%2C1-39.084%2C14.94A61.609%2C61.609%2C0%2C0%2C0%2C147.728%2C99.243%2C174.75%2C174.75%2C0%2C0%2C1%2C20.88%2C34.932%2C61.594%2C61.594%2C0%2C0%2C0%2C39.937%2C117.1%2C61.1%2C61.1%2C0%2C0%2C1%2C12%2C109.393v.78A61.572%2C61.572%2C0%2C0%2C0%2C61.381%2C170.51a61.474%2C61.474%2C0%2C0%2C1-27.794%2C1.057%2C61.617%2C61.617%2C0%2C0%2C0%2C57.5%2C42.744%2C123.513%2C123.513%2C0%2C0%2C1-76.441%2C26.4A125.134%2C125.134%2C0%2C0%2C1%2C0%2C239.821a174.264%2C174.264%2C0%2C0%2C0%2C94.344%2C27.6%22%20transform%3D%22translate(0%200)%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.instagram-svg::before {
	-webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Instagram-Glyph-Black-Logo.wine%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22300%22%20height%3D%22300%22%20viewBox%3D%220%200%20300%20300%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1%22%20data-name%3D%22%E3%83%91%E3%82%B9%201%22%20d%3D%22M150%2C0c-40.738%2C0-45.846.173-61.845.9-15.966.728-26.87%2C3.264-36.411%2C6.972a73.527%2C73.527%2C0%2C0%2C0-26.568%2C17.3%2C73.518%2C73.518%2C0%2C0%2C0-17.3%2C26.569C4.166%2C61.285%2C1.631%2C72.189.9%2C88.155c-.73%2C16-.9%2C21.108-.9%2C61.845s.172%2C45.845.9%2C61.845c.729%2C15.966%2C3.264%2C26.87%2C6.973%2C36.411a73.538%2C73.538%2C0%2C0%2C0%2C17.3%2C26.569%2C73.531%2C73.531%2C0%2C0%2C0%2C26.568%2C17.3c9.541%2C3.707%2C20.445%2C6.243%2C36.411%2C6.972%2C16%2C.73%2C21.108.9%2C61.845.9s45.845-.173%2C61.845-.9c15.966-.728%2C26.87-3.264%2C36.411-6.972a76.7%2C76.7%2C0%2C0%2C0%2C43.87-43.87c3.707-9.541%2C6.243-20.445%2C6.972-36.411.73-16%2C.9-21.108.9-61.845s-.173-45.846-.9-61.845c-.728-15.966-3.264-26.87-6.972-36.411a73.53%2C73.53%2C0%2C0%2C0-17.3-26.569%2C73.538%2C73.538%2C0%2C0%2C0-26.569-17.3C238.715%2C4.167%2C227.811%2C1.631%2C211.845.9%2C195.846.173%2C190.737%2C0%2C150%2C0Zm0%2C27.027c40.051%2C0%2C44.8.153%2C60.612.875%2C14.625.667%2C22.567%2C3.11%2C27.853%2C5.165a46.47%2C46.47%2C0%2C0%2C1%2C17.247%2C11.221%2C46.477%2C46.477%2C0%2C0%2C1%2C11.221%2C17.247c2.054%2C5.286%2C4.5%2C13.228%2C5.165%2C27.853.722%2C15.817.875%2C20.561.875%2C60.613s-.153%2C44.8-.875%2C60.613c-.667%2C14.625-3.11%2C22.567-5.165%2C27.853a49.678%2C49.678%2C0%2C0%2C1-28.468%2C28.468c-5.286%2C2.054-13.228%2C4.5-27.853%2C5.165-15.814.722-20.558.875-60.613.875s-44.8-.153-60.613-.875c-14.625-.666-22.567-3.11-27.853-5.164a46.466%2C46.466%2C0%2C0%2C1-17.247-11.221%2C46.477%2C46.477%2C0%2C0%2C1-11.221-17.247c-2.054-5.286-4.5-13.228-5.165-27.853-.722-15.817-.875-20.561-.875-60.613s.153-44.8.875-60.613c.667-14.625%2C3.11-22.567%2C5.165-27.853A46.476%2C46.476%2C0%2C0%2C1%2C44.287%2C44.287%2C46.476%2C46.476%2C0%2C0%2C1%2C61.534%2C33.066c5.286-2.054%2C13.228-4.5%2C27.853-5.165%2C15.817-.722%2C20.561-.875%2C60.613-.875%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_2%22%20data-name%3D%22%E3%83%91%E3%82%B9%202%22%20d%3D%22M240.435%2C264.356a50%2C50%2C0%2C1%2C1%2C50-50A50%2C50%2C0%2C0%2C1%2C240.435%2C264.356Zm0-127.027a77.027%2C77.027%2C0%2C1%2C0%2C77.027%2C77.027%2C77.027%2C77.027%2C0%2C0%2C0-77.027-77.027m98.07-3.043a18%2C18%2C0%2C1%2C1-18-18%2C18%2C18%2C0%2C0%2C1%2C18%2C18%22%20transform%3D%22translate(-90.435%20-64.356)%22%2F%3E%3C%2Fsvg%3E");
	mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Instagram-Glyph-Black-Logo.wine%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22300%22%20height%3D%22300%22%20viewBox%3D%220%200%20300%20300%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1%22%20data-name%3D%22%E3%83%91%E3%82%B9%201%22%20d%3D%22M150%2C0c-40.738%2C0-45.846.173-61.845.9-15.966.728-26.87%2C3.264-36.411%2C6.972a73.527%2C73.527%2C0%2C0%2C0-26.568%2C17.3%2C73.518%2C73.518%2C0%2C0%2C0-17.3%2C26.569C4.166%2C61.285%2C1.631%2C72.189.9%2C88.155c-.73%2C16-.9%2C21.108-.9%2C61.845s.172%2C45.845.9%2C61.845c.729%2C15.966%2C3.264%2C26.87%2C6.973%2C36.411a73.538%2C73.538%2C0%2C0%2C0%2C17.3%2C26.569%2C73.531%2C73.531%2C0%2C0%2C0%2C26.568%2C17.3c9.541%2C3.707%2C20.445%2C6.243%2C36.411%2C6.972%2C16%2C.73%2C21.108.9%2C61.845.9s45.845-.173%2C61.845-.9c15.966-.728%2C26.87-3.264%2C36.411-6.972a76.7%2C76.7%2C0%2C0%2C0%2C43.87-43.87c3.707-9.541%2C6.243-20.445%2C6.972-36.411.73-16%2C.9-21.108.9-61.845s-.173-45.846-.9-61.845c-.728-15.966-3.264-26.87-6.972-36.411a73.53%2C73.53%2C0%2C0%2C0-17.3-26.569%2C73.538%2C73.538%2C0%2C0%2C0-26.569-17.3C238.715%2C4.167%2C227.811%2C1.631%2C211.845.9%2C195.846.173%2C190.737%2C0%2C150%2C0Zm0%2C27.027c40.051%2C0%2C44.8.153%2C60.612.875%2C14.625.667%2C22.567%2C3.11%2C27.853%2C5.165a46.47%2C46.47%2C0%2C0%2C1%2C17.247%2C11.221%2C46.477%2C46.477%2C0%2C0%2C1%2C11.221%2C17.247c2.054%2C5.286%2C4.5%2C13.228%2C5.165%2C27.853.722%2C15.817.875%2C20.561.875%2C60.613s-.153%2C44.8-.875%2C60.613c-.667%2C14.625-3.11%2C22.567-5.165%2C27.853a49.678%2C49.678%2C0%2C0%2C1-28.468%2C28.468c-5.286%2C2.054-13.228%2C4.5-27.853%2C5.165-15.814.722-20.558.875-60.613.875s-44.8-.153-60.613-.875c-14.625-.666-22.567-3.11-27.853-5.164a46.466%2C46.466%2C0%2C0%2C1-17.247-11.221%2C46.477%2C46.477%2C0%2C0%2C1-11.221-17.247c-2.054-5.286-4.5-13.228-5.165-27.853-.722-15.817-.875-20.561-.875-60.613s.153-44.8.875-60.613c.667-14.625%2C3.11-22.567%2C5.165-27.853A46.476%2C46.476%2C0%2C0%2C1%2C44.287%2C44.287%2C46.476%2C46.476%2C0%2C0%2C1%2C61.534%2C33.066c5.286-2.054%2C13.228-4.5%2C27.853-5.165%2C15.817-.722%2C20.561-.875%2C60.613-.875%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_2%22%20data-name%3D%22%E3%83%91%E3%82%B9%202%22%20d%3D%22M240.435%2C264.356a50%2C50%2C0%2C1%2C1%2C50-50A50%2C50%2C0%2C0%2C1%2C240.435%2C264.356Zm0-127.027a77.027%2C77.027%2C0%2C1%2C0%2C77.027%2C77.027%2C77.027%2C77.027%2C0%2C0%2C0-77.027-77.027m98.07-3.043a18%2C18%2C0%2C1%2C1-18-18%2C18%2C18%2C0%2C0%2C1%2C18%2C18%22%20transform%3D%22translate(-90.435%20-64.356)%22%2F%3E%3C%2Fsvg%3E");
}

/* =secondary
-------------------------------------------------------------- */

#secondary {
	padding: 30px 0;
	border: none;
	background-color: #3c3c3c;
	color: #fff;
}

#secondary h3 {
	margin-bottom: 30px;
	padding-bottom: 0;
	border: none;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
}

#secondary h3::after {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 8px;
	background-color: #666;
}

#secondary a {
	color: #fff;
}

#secondary a:hover {
	color: #aaa;
}

#secondary select {
	border: 2px solid #666;
	color: #fff;
}

#secondary select option {
	color: #333;
}


/* -- Welcart Widget -- */

/* - .widget_welcart_login - */
.widget_welcart_login .loginbox {
	padding: 0 5px;
}

.widget_welcart_login .liwpp_area {
	padding: 10px 5px 0;
	line-height: 40px;
}

.widget_welcart_login input.loginmail,
.widget_welcart_login input.loginpass {
	width: 100%;
	margin-bottom: 10px;
	padding: 0 10px;
	border: 2px solid #666;
	background: none;
	color: #fff;
	line-height: 30px;
}

.widget_welcart_login input#member_loginw,
.widget_welcart_login input#member_login {
	display: inline-block;
	width: auto;
	margin-bottom: 5px;
	padding: 0 30px;
	background-color: #5c5c5c;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.widget_welcart_login input#member_loginw:hover,
.widget_welcart_login input#member_login:hover {
	background-color: #999;
}

/* - .welcart_blog_calendar + .widget_calendar - */
.welcart_blog_calendar #calendar_wrap,
.widget_calendar .calendar_wrap {
	padding: 0 5px;
}

.welcart_blog_calendar table,
.welcart_blog_calendar th,
.welcart_blog_calendar td,
.widget_calendar table,
.widget_calendar th,
.widget_calendar td {
	border: none;
}

.widget_calendar table {
	margin: 0;
}

.welcart_blog_calendar caption,
.widget_calendar caption {
	margin-bottom: 10px;
	font-weight: bold;
}

.welcart_blog_calendar th,
.widget_calendar th {
	height: 30px;
	background: none;
	font-weight: bold;
	vertical-align: middle;
}

.welcart_blog_calendar td,
.widget_calendar td {
	height: 30px;
	vertical-align: middle;
}

.welcart_blog_calendar tfoot td,
.widget_calendar tfoot td {
	height: auto;
	border: 2px solid #666;
}

.welcart_blog_calendar tfoot td a,
.widget_calendar tfoot td a {
	display: block;
	line-height: 30px;
}

/* - .widget_welcart_calendar - */
.widget_welcart_calendar table {
	width: 100%;
	margin: 0 5px 15px;
	float: none;
	border: none;
}

.widget_welcart_calendar th,
.widget_welcart_calendar td {
	border: none;
}

.widget_welcart_calendar caption {
	margin-bottom: 10px;
}

.widget_welcart_calendar th {
	height: 30px;
	background: none;
	font-weight: bold;
	vertical-align: middle;
}

.widget_welcart_calendar td {
	height: 30px;
	letter-spacing: 1px;
	vertical-align: middle;
}

.widget_welcart_calendar .businessday {
	background-color: #666;
	color: #fff;
}

/* - .usces_recent_entries + .widget_welcart_page + .widget_welcart_post - */
.usces_recent_entries ul,
.widget_welcart_page ul,
.widget_welcart_post ul {
	padding: 0 5px;
}

.usces_recent_entries li,
.widget_welcart_page li {
	margin-bottom: 0;
	padding-bottom: 10px;
	border-bottom: none;
}

/* - .widget_welcart_page - */
.widget_welcart_page ul ul {
	padding: 10px 0 0 10px;
}

/* - .widget_welcart_post - */
.widget_welcart_post li {
	margin-bottom: 0;
	padding-bottom: 20px;
	border: none;
}

.widget_welcart_post li:last-child {
	padding-bottom: 0;
}

.widget_welcart_post .title a {
	padding-bottom: 5px;
}

.widget_welcart_post li p {
	font-size: 12px;
}

/* - .widget_welcart_category - */
.widget_welcart_category ul {
	padding: 0 5px;
}

.widget_welcart_category ul ul {
	margin-left: 0;
	padding: 5px 0 0 10px;
}

.widget_welcart_category li {
	padding-bottom: 10px;
	letter-spacing: 1px;
	line-height: 150%;
}

.widget_welcart_category li a {
	line-height: 200%;
}

/* - .widget_welcart_search - */
.widget_welcart_search .searchtext {
	padding: 0 10px;
	border: 2px solid #666;
	border-right: none;
	background: none;
	color: #fff;
	line-height: 30px;
}

.widget_welcart_search #searchsubmit {
	padding: 0;
	border: 2px solid #666;
	background-color: #666;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 30px;
}

@-moz-document url-prefix() {

	.widget_welcart_search #searchsubmit {
		line-height: 28px;
	}
}

.widget_welcart_search div a {
	background-color: #666;
	line-height: 30px;
}

#secondary .widget_welcart_search #searchsubmit:hover,
#secondary .widget_welcart_search div a:hover {
	background-color: #999;
	color: #fff;
}

/* - .widget_welcart_featured + .widget_welcart_bestseller - */
.widget_welcart_featured ul,
.widget_welcart_bestseller ul {
	padding: 0 5px !important;
}

.widget_welcart_featured .featured_list,
.widget_welcart_bestseller li {
	margin-bottom: 20px;
	padding-bottom: 0;
	border: none;
}

.widget_welcart_featured .featured_list:last-child,
.widget_welcart_bestseller li:last-child {
	margin-bottom: 0;
}

.widget_welcart_featured .thumimg,
.widget_welcart_bestseller .itemimg {
	float: left;
}

.widget_welcart_featured .thumimg a,
.widget_welcart_bestseller .itemimg a {
	padding-bottom: 0;
}

.widget_welcart_featured .thumtitle,
.widget_welcart_bestseller .itemname {
	float: right;
}

.widget_welcart_bestseller .itemprice {
	width: auto;
	float: right;
}

.widget_welcart_bestseller .itemsoldout {
	float: right;
	color: #fff;
}

/* ---- .tax_inc_block ---- */

.widget_welcart_bestseller .tax_inc_block {
	padding: 0;
	float: right;
	color: #fff;
}

.widget_welcart_bestseller .tax_inc_block em {
	color: inherit;
}


/* ———————— .widget_basic_item_list ———————— */

.home-widget .widget_basic_item_list h3 {
	margin-bottom: 30px;
	color: #6c6c6c;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
}

.home-widget .widget_basic_item_list h3::after {
	content: " ";
	display: block;
	width: 70px;
	height: 2px;
	margin: 15px auto 0;
	background-color: #aaa;
}

.widget_basic_item_list .itemimg {
	margin-bottom: 0;
}

.widget_basic_item_list .itemimg img {
	width: 100%;
	height: auto;
}

/* -- front-page.php -- */
.home #content .home-widget .widget_basic_item_list article,
.blog #content .home-widget .widget_basic_item_list article,
#itempage-widget .widget_basic_item_list article {
	position: relative;
	width: 49%;
	margin-right: 2%;
	padding: 0;
	border: none;
}

.home #content .home-widget .widget_basic_item_list article:nth-of-type(even),
.blog #content .home-widget .widget_basic_item_list article:nth-of-type(even),
#itempage-widget .widget_basic_item_list article:nth-of-type(even) {
	margin-right: 0;
}

.home #content .home-widget .widget_basic_item_list .item-info-wrap,
.blog #content .home-widget .widget_basic_item_list .item-info-wrap,
#itempage-widget .widget_basic_item_list .item-info-wrap {
	padding: 10px;
}

.widget_basic_item_list .itemsoldout {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
	text-align: center;
}

.widget_basic_item_list .itemsoldout .inner {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: normal;
}

/* -- Other -- */

#secondary .widget_basic_item_list article {
	width: 100%;
	margin-bottom: 20px;
	padding: 0;
}

#secondary .widget_basic_item_list article:last-child {
	margin-bottom: 0;
}

#secondary .widget_basic_item_list .itemimg {
	width: 25%;
	float: left;
	text-align: center;
}

.home #secondary .widget_basic_item_list .itemprice {
	color: #fff;
}

.home #secondary .widget_basic_item_list .tax_inc_block em {
	color: #fff;
}

#secondary .widget_basic_item_list .item-info-wrap {
	width: 70%;
	margin: 0;
	float: right;
}

#secondary .widget_basic_item_list .itemsoldout {
	font-size: 12px;
}

#secondary .widget_basic_item_list .itemsoldout span.text {
	display: none;
}

#secondary .opt-tag {
	position: static;
}

#secondary .opt-tag li {
	width: 100%;
	height: auto;
	margin: 0;
	line-height: normal;
}

/* -- WordPress Widgets -- */

/* - .widget_archive + .widget_categories + .widget_meta + .widget_recent_entries + .widget_recent_comments - */
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_recent_comments ul {
	padding: 0 5px;
}

.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_recent_entries li,
.widget_recent_comments li {
	padding-bottom: 10px;
}

.widget_archive li a,
.widget_categories li a,
.widget_meta li a,
.widget_recent_entries li a,
.widget_recent_comments li a {
	padding-bottom: 0;
}

.widget_categories ul ul {
	padding: 10px 0 0 10px;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_meta li:last-child,
.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child {
	padding-bottom: 0;
}

/* - .widget_nav_menu ul, .widget_pages ul - */
.widget_nav_menu ul,
.widget_pages ul {
	padding: 0 5px;
}

.widget_nav_menu ul li,
.widget_pages li {
	margin-bottom: 0;
	padding-bottom: 10px;
	letter-spacing: 1px;
	line-height: 150%;
}

.widget_nav_menu ul li a,
.widget_pages li a {
	padding-bottom: 0;
}

.widget_nav_menu li ul,
.widget_pages li ul {
	margin-left: 0;
	padding: 10px 0 0 10px;
}

.widget_nav_menu ul li:last-child,
.widget_pages li:last-child {
	padding-bottom: 0;
}

/* - .widget_tag_cloud - */
.widget_tag_cloud .tagcloud {
	padding: 0 5px;
}

/* - .widget_search - */
.widget_search .s-box {
	border: 2px solid #666;
}

.widget_search .search-text {
	padding: 0 10px;
	background: none;
	color: #fff;
	line-height: 30px;
}

.widget_search .searchsubmit {
	padding: 0 10px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #666;
	line-height: 30px;
}

.widget_search .searchsubmit:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #666;
}

/* =toTop
-------------------------------------------------------------- */

#toTop {
	right: 0;
}

#toTop i {
	width: 50px;
	background-color: #1c1c1c;
	color: #fff;
	line-height: 50px;
	text-align: center;
}

#toTop i:hover {
	background-color: #3c3c3c;
	color: #fff;
}

/* =footer
-------------------------------------------------------------- */

footer {
	padding: 20px 15px;
	background-color: #1c1c1c;
	color: #aaa;
}

footer a {
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
	color: #fff;
}

footer a:hover {
	color: #aaa;
}

/* -- footer nav -- */
footer nav {
	width: auto;
	padding: 0;
}

footer nav li {
	margin-bottom: 0;
	line-height: 34px;
}

footer nav li:nth-child(odd) {
	clear: both;
}

footer nav li a {
	padding-right: 20px;
}

footer nav ul ul {
	margin-top: 0;
}

/* -- .copyright -- */
.copyright {
	padding: 20px 0 10px;
	color: #fff;
}

/* =main
-------------------------------------------------------------- */

.one-column #content {
	padding: 0 0 40px;
}

.two-column #content {
	padding: 0 15px 40px;
}

/* -- .itemimg  -- */
.itemimg {
	position: relative;
}

/* -- .item-info-wrap  -- */
.item-info-wrap .itemname {
	margin-bottom: 5px;
}

.item-info-wrap .itemprice {
	color: #3c3c3c;
	font-size: 14px;
	letter-spacing: 2px;
}

.item-info-wrap .itemprice .tax {
	font-size: 11px;
	letter-spacing: normal;
}

/* -- .tax_inc_block  -- */
.type-grid .tax_inc_block,
.search-li .tax_inc_block {
	text-align: center;
}

/* -- .itemsoldout  -- */
.front-il .itemsoldout,
.cat-il.type-grid .itemsoldout,
.search-li .itemsoldout {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
	text-align: center;
}

.itemsoldout .inner {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: normal;
}

.itemsoldout span {
	display: block;
	margin-top: 15px;
	padding: 0 20px;
	font-size: 12px;
	letter-spacing: normal;
}

/* -- page-title -- */
.site-content .entry-title,
.site-content .item_page_title,
.site-content .page-title {
	margin: 30px 15px;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1em;
}

/* -- .opt-tag  -- */
.opt-tag {
	position: absolute;
	z-index: 1;
	top: 2px;
	right: 2px;
}

.opt-tag li {
	display: block;
	width: 35px;
	margin-left: 1px;
	float: left;
	color: #fff;
	font-size: 12px;
	line-height: 35px;
	text-align: center;
}

.opt-tag .new {
	background-color: #d3222a;
}

.opt-tag .recommend {
	background-color: #89c997;
}

.opt-tag .stock {
	background-color: #89a6c9;
}

.opt-tag .sale {
	background-color: #8266dc;
}

/* -- .pagination -- */
.pagination_wrapper li {
	width: 45px;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
}

.pagination_wrapper li .current,
.pagination_wrapper li a {
	padding: 0;
	border: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	text-align: center;
}

.pagination_wrapper li .current {
	background-color: #3c3c3c;
}

.pagination_wrapper li a {
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
	background-color: #999;
}

.pagination_wrapper li a:hover {
	background-color: #3c3c3c;
	text-decoration: none;
}

/*-- .no-date -- */
p.no-date {
	letter-spacing: 1px;
}

/* =catgory.php + archive.php
-------------------------------------------------------------- */

.category #content {
	padding: 0 0 40px;
}

/* -- category-img -- */
#primary .page-header {
	position: relative;
	margin-bottom: 0;
}

#primary .page-header .taxonomy-img {
	height: 250px;
	overflow: hidden;
}

#primary .page-header .taxonomy-img img {
	position: absolute;
	top: 0;
	right: 50%;
	width: auto;
	height: 250px;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}

#primary .page-header.over .wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 250px;
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
}

#primary .page-header.over .inner {
	position: relative;
	top: 50%;
	padding: 0 25px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

#primary .page-header.over h1.page-title {
	width: auto;
	margin: 0;
	border: none;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1.5px;
	line-height: 1.25em;
}

#primary .page-header .taxonomy-description {
	margin: 0 15px;
	padding: 10px 0;
	border-bottom: 1px solid #e0e0e0;
	color: #999;
	font-size: 12px;
	line-height: 160%;
	text-align: center;
}

#primary .page-header.over .taxonomy-description a {
	color: #fff;
	text-decoration: underline;
}

#primary .page-header.over .taxonomy-description a:hover {
	color: #22b2d3;
	text-decoration: underline;
}

#primary .page-header .taxonomy-description a {
	color: #999;
	text-decoration: underline;
}

#primary .page-header .taxonomy-description a:hover {
	color: #22b2d3;
	text-decoration: underline;
}

#primary .page-header.over .taxonomy-description {
	width: auto;
	margin: 20px 0 0;
	border: none;
	color: #fff;
	letter-spacing: 1px;
}

#primary .page-header.over .taxonomy-description a {
	color: #fff;
}

/* -- ..cat-il.type-grid -- */
.cat-il.type-grid {
	padding: 2%;
}

.cat-il.type-grid article {
	position: relative;
	width: 49%;
	margin-right: 2%;
	padding: 0;
}

.cat-il.type-grid .itemimg {
	margin-bottom: 0;
}

.cat-il.type-grid .item-info-wrap {
	padding: 10px;
	text-align: center;
}

.cat-il.type-grid .itemname {
	height: auto;
	max-height: 63px;
}

.cat-il.type-grid .itemprice {
	text-align: center;
}

/* -- .post-li -- */
.category .post-li {
	padding: 4%;
}

.post-li {
	letter-spacing: -.5em;
}

.post-li article {
	margin-bottom: 8%;
	padding-bottom: 0;
	border: none;
	letter-spacing: normal;
	vertical-align: top;
}

.post-li .thumb-img {
	margin-bottom: 10px;
}

/* =page.php + single.php
-------------------------------------------------------------- */

/* -- .entry-thumb -- */
.entry-thumb {
	margin-bottom: 30px;
}

.entry-thumb img {
	width: 100%;
	height: auto;
}

/* -- .entry-meta -- */
.entry-meta {
	margin-bottom: 30px;
}

/* -- h1,h2,h3,h4,h5,h6 -- */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-weight: normal;
}

.entry-content h1::first-letter {
	margin-right: .1em;
	font-size: 1.5em;
}

.entry-content a {
	text-decoration: underline;
}

.entry-content a:hover {
	color: #22b2d3;
}

.entry-content input[type="submit"] {
	background-color: #d3222a;
	-moz-box-shadow: 0 3px #a5141a;
	-webkit-box-shadow: 0 3px #a5141a;
	box-shadow: 0 3px #a5141a;
}

.entry-content input[type="submit"]:hover {
	background-color: #e25157;
	-moz-box-shadow: 0 2px #d3222a;
	-webkit-box-shadow: 0 2px #d3222a;
	box-shadow: 0 2px #d3222a;
}

/* ---- .link-pages ---- */

.link-pages {
	font-size: 16px;
}

.link-pages .post-page-numbers {
	width: 45px;
	height: 45px;
	border: none;
	border-radius: 50%;
	background-color: #999;
	color: #fff;
	line-height: 45px;
	text-align: center;
}

.link-pages .post-page-numbers,
.link-pages .post-page-numbers.current,
.link-pages a.post-page-numbers:hover {
	padding: 0;
}

.link-pages .post-page-numbers.current,
.link-pages a.post-page-numbers:hover {
	border: none;
	background-color: #3c3c3c;
}

/* =inquiry.php
-------------------------------------------------------------- */

.inqbox .send input {
	background-color: #d3222a;
	-moz-box-shadow: 0 3px #a5141a;
	-webkit-box-shadow: 0 3px #a5141a;
	box-shadow: 0 3px #a5141a;
}

.inqbox .send input:hover {
	background-color: #e25157;
	-moz-box-shadow: 0 2px #d3222a;
	-webkit-box-shadow: 0 2px #d3222a;
	box-shadow: 0 2px #d3222a;
}


/* =search.php
-------------------------------------------------------------- */

.search-li article {
	position: relative;
	width: 49%;
	margin-right: 2%;
	padding: 0;
}

.search-li article:nth-of-type(even) {
	margin-right: 0;
}

.search-li article .itemimg {
	margin-bottom: 0;
}

.search-li article .itemimg img {
	width: 100%;
	height: auto;
}

.search-li article .item-info-wrap {
	padding: 10px;
	text-align: center;
}

.search-li article .itemname {
	height: auto;
	max-height: 63px;
	overflow: hidden;
}

.search-li article .itemprice {
	text-align: center;
}

/* =404.php
-------------------------------------------------------------- */

.error404 h1.page-title {
	text-align: center;
}

.error404 #content {
	padding: 0 15px 40px;
}

.error-404 .page-content p {
	font-size: 16px;
	font-weight: normal;

}

.error-404 input[type="text"] {
	width: 70%;
	border: 2px solid #666;
}

.error-404 input[type="submit"] {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}


/**
 * 16.1 Mobile Large 620px
 */
@media screen and (min-width: 38.75em) {

	/* =Base
	-------------------------------------------------------------- */

	/* -- Campaign Tag #E47AAC -- */

	/* - .item-single.php - */
	#itempage .campaign_message {
		margin: 20px 0 0;
		font-size: 16px;
		text-align: left;
	}

	/* =header
	-------------------------------------------------------------- */

	h1.site-title,
	div.site-title {
		width: auto;
	}

	h1.site-title img,
	div.site-title img {
		width: auto;
		height: 26px;
	}

	/* =secondary
	-------------------------------------------------------------- */

	/* - .widget_welcart_calendar - */
	.widget_welcart_calendar table {
		width: 44%;
		margin: 0 3% 3%;
		float: left;
	}

	/* - .welcart_blog_calendar + .widget_calendar - */
	.welcart_blog_calendar table,
	.widget_calendar table {
		width: 44%;
	}

	/* ———————— .widget_basic_item_list ———————— */


	/* -- front-page.php -- */
	.home #content .home-widget .widget_basic_item_list article,
	.home #content .home-widget .widget_basic_item_list article:nth-of-type(even),
	.blog #content .home-widget .widget_basic_item_list article,
	.blog #content .home-widget .widget_basic_item_list article:nth-of-type(even),
	#itempage-widget .widget_basic_item_list article,
	#itempage-widget .widget_basic_item_list article:nth-of-type(even) {
		width: 32%;
		margin-right: 2%;
	}

	.home #content .home-widget .widget_basic_item_list article:nth-of-type(3n),
	.blog #content .home-widget .widget_basic_item_list article:nth-of-type(3n),
	#itempage-widget .widget_basic_item_list article:nth-of-type(3n) {
		margin-right: 0;
	}

	/* -- other -- */
	#secondary .widget_basic_item_list {
		overflow: hidden;
	}

	#secondary .widget_basic_item_list article {
		width: 46%;
		margin-right: 8%;
		margin-bottom: 20px;
		padding-top: .714286em;
		float: left;
	}

	#secondary .widget_basic_item_list article:nth-of-type(even) {
		margin-right: 0;
	}

	#secondary .widget_basic_item_list article:nth-of-type(odd) {
		clear: both;
	}

	/* =footer
	-------------------------------------------------------------- */

	footer nav ul {
		display: flex;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
	}

	footer nav ul ul {
		display: block;
	}

	footer nav ul li {
		width: 33.3333%;
	}

	footer nav ul li li {
		width: 100%;
	}

	/* -- .copyright -- */
	.copyright {
		padding: 50px 0 10px;
	}

	/* =main
	-------------------------------------------------------------- */

	.one-column #content {
		padding: 0 15px 40px;
	}

	/* =category.php + archive.php
	-------------------------------------------------------------- */

	.cat-il.type-grid article {
		width: 32%;
	}

	.cat-il.type-grid article:nth-of-type(even) {
		margin-right: 2%;
	}

	.cat-il.type-grid article:nth-of-type(3n) {
		margin-right: 0;
	}

	/* -- .post-li -- */
	.post-li article {
		display: inline-block;
		width: 48%;
		margin-right: 4%;
	}

	.post-li article:nth-of-type(even) {
		margin-right: 0;
	}

	/* =search.php
	-------------------------------------------------------------- */

	.search-li article {
		width: 32%;
	}

	.search-li article:nth-of-type(even) {
		margin-right: 2%;
	}

	.search-li article:nth-of-type(3n) {
		margin-right: 0;
	}

}


/**
 * 16.2 Tablet Small 740px
 */
@media screen and (min-width: 46.25em) {

	/* =category.php + archive.php
	-------------------------------------------------------------- */

	.category #primary .page-header {
		height: auto;
		margin-bottom: 0;
	}

	.category #primary .page-header img {
		position: initial;
		width: 100%;
		height: auto;
		transform: none;
	}

	.category #primary .page-header .wrap {
		height: 100%;
	}

}


/**
 * 16.3 Tablet Large 880px
 */
@media screen and (min-width: 55em) {


	/* =secondary
	-------------------------------------------------------------- */

	/* ———————— .widget_basic_item_list ———————— */
	#secondary .widget_basic_item_list article {
		width: 100%;
		float: none;
	}


	/* =category.php + archive.php
	-------------------------------------------------------------- */

	/* -- .post-li -- */
	.category .post-li {
		padding: 3.5%;
	}

	.post-li article {
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 3.5%;
	}

	.post-li article:nth-of-type(even) {
		margin-right: 3.5%;
	}

	.post-li article:nth-of-type(3n) {
		margin-right: 0;
	}

}


/**
 * 16.4 Desktop Small 1000px
 */
@media screen and (min-width: 62.5em) {

	/* =Base
	-------------------------------------------------------------- */

	body {
		font-size: 14px;
	}

	/* =header
	-------------------------------------------------------------- */

	/* -- .snav -- */
	.incart-btn {
		clear: none;
	}


	/* =footer
	-------------------------------------------------------------- */
	footer nav ul li {
		width: 25%;
	}

	footer nav ul li li {
		padding-right: 0;
	}

	footer nav ul li li a {
		line-height: normal;
	}

	/* =secondary
	-------------------------------------------------------------- */

	.two-column #secondary select {
		color: #333;
	}

	/* - .widget_welcart_bestseller - */
	.home .widget_welcart_bestseller .itemsoldout {
		color: #fff;
	}

	.widget_welcart_bestseller .itemsoldout {
		color: #333;
	}

	/* ———————— .widget_basic_item_list ———————— */

	/* -- front-page.php +  -- */
	.home #content .home-widget .widget_basic_item_list article,
	.home #content .home-widget .widget_basic_item_list article:nth-of-type(even),
	.home #content .home-widget .widget_basic_item_list article:nth-of-type(3n),
	.blog #content .home-widget .widget_basic_item_list article,
	.blog #content .home-widget .widget_basic_item_list article:nth-of-type(even),
	.blog #content .home-widget .widget_basic_item_list article:nth-of-type(3n),
	#itempage-widget .widget_basic_item_list article,
	#itempage-widget .widget_basic_item_list article:nth-of-type(even),
	#itempage-widget .widget_basic_item_list article:nth-of-type(3n) {
		width: 23.5%;
		margin: 0 2% 0 0;
	}

	.home #content .home-widget .widget_basic_item_list article:nth-of-type(4n),
	.blog #content .home-widget .widget_basic_item_list article:nth-of-type(4n),
	#itempage-widget .widget_basic_item_list article:nth-of-type(4n) {
		margin-right: 0;
	}

	.home-widget .widget_basic_item_list .itemimg,
	#itempage-widget .widget_basic_item_list .itemimg {
		width: 100%;
		float: none;
	}

	.home-widget .widget_basic_item_list .item-info-wrap,
	#itempage-widget .widget_basic_item_list .item-info-wrap {
		width: auto;
		margin: 0;
		padding: 10px;
	}

	/* -- secondary -- */
	#secondary .columnright .widget_basic_item_list .opt-tag {
		position: absolute;
	}

	#secondary .columnright .widget_basic_item_list .opt-tag li {
		width: 35px;
	}

	#secondary .widget_basic_item_list .item-info-wrap {
		padding: 0;
	}


	/* =main
	-------------------------------------------------------------- */

	#main {
		position: relative;
		width: auto;
		margin: 0 0 80px;
		padding: 0;
	}

	#main.one-column #content {
		padding: 0 15px 40px;
	}

	#main.two-column #content {
		width: 73.5%;
	}

	#main.two-column.left-set #content {
		margin-right: 15px;
		padding: 2.5%;
	}

	#main.two-column.right-set #content {
		margin-left: 15px;
		padding: 2.5% 2.5% 2.5% 0;
	}

	/* -- page-title -- */
	.site-content .entry-title,
	.site-content .item_page_title,
	.site-content .page-title {
		margin: 60px 15px 0;
		padding-bottom: 30px;
		font-size: 28px;
		font-weight: normal;
	}

	.site-content .entry-title,
	.site-content .page-title {
		border-bottom: 1px solid #e9e9e9;
	}

	/* =category.php + arhive.php
	-------------------------------------------------------------- */
	div.site-title img {
		width: auto;
		height: 36px;
	}

	.category #primary .page-header .taxonomy-img {
		height: auto;
		max-height: 400px;
	}

	.cat-il.type-grid {
		padding: 0 15px 0 0;
	}

	/* -- .post-li -- */
	.post-li {
		padding: 0;
	}

	/* =404.php
	-------------------------------------------------------------- */

	.error-404 input[type="text"] {
		width: 40%;
	}

}


/**
 * 16.6 Desktop Large 1240px
 */

@media screen and (min-width: 77.5em) {

	/* =main
	-------------------------------------------------------------- */

	#main .content-wrapper {
		width: 1140px;
		margin: 0 auto;
	}

	#main.one-column #content {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	#main.two-column #content {
		width: 870px;
	}

	#main.two-column.right-set #content,
	#main.two-column.left-set #content {
		margin: 0;
		padding: 30px;
	}

	/* -- page-title -- */
	.site-content .entry-title,
	.site-content .item_page_title,
	.site-content .page-title {
		width: 1140px;
		margin: 60px auto 0;
	}


	/* =secondary
	-------------------------------------------------------------- */

	/* - .widget_welcart_calendar - */
	.columnright .widget_welcart_calendar table {
		width: 100%;
		margin: 20px 0 10px;
		float: none;
	}


	/* -- secondary -- */
	#secondary .columnright .widget_basic_item_list .opt-tag {
		position: static;
	}

	#secondary .columnright .widget_basic_item_list .opt-tag li {
		width: 100%;
	}


	/* =category.php + arhive.php
	-------------------------------------------------------------- */
	body.category #primary .page-header .taxonomy-description {
		width: 1140px;
		margin: 0 auto;
	}

	body.category #content header {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		width: auto;
		margin: 0;
	}

	body.category #primary .page-header .inner {
		padding: 0;
	}

	/*-- no-image - */
	.cat-il.type-grid {
		padding: 0;
	}

}

/* -- .sort_navigation -- */

.item_sort_navigation {
	margin-bottom: 20px;
	font-size: 12px;
	letter-spacing: .5px;
}

.item_sort_navigation li {
	margin: 0 15px 10px 0;
	padding-right: 15px;
	float: left;
	border-right: 1px solid #aaa;
	line-height: 120%;
}

.item_sort_navigation li:last-child {
	margin-right: 0;
	border: none;
}
