/* Y'S GEAR : manual.css */


/*======================================================================*
 *  [ manualListWrap | マニュアル一覧ページ ]
 *======================================================================*/

.manualListWrap {
	float: right;
	width: 76.5%;
	padding: 0 0 0 2.05%;
	box-sizing: border-box;
	font-size: 13px;
	font-size: 1.3rem;
}

.manualListWrap h2 + p {
	float: left;
	width: 70%;
	margin: 0 0 25px 0;
	line-height: 1.2;
}

.aboutOrder {
	display: block;
	float: right;
	margin: -10px 0 10px 0;
	padding: 10px 15px;
	border-radius: 5px;
	background: #e7e8fa;
	color: #2c2c2c !important;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
}
.aboutOrder:before {
	display: inline-block;
	margin: 0 0 1px 0;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 8px solid #363a90;
	content: "";
}
a.aboutOrder:hover {
	background: #363a90;
	color: #fff !important;
}
.aboutOrder:hover:before {
	border-left-color: #e7e8fa;
}


/*======================================================================*
 *  [ manualListWrap form | フォーム関連（共通） ]
 *======================================================================*/

.manualListWrap input[type="text"],
.manualListWrap input[type="number"],
.manualListWrap input[type="tel"],
.manualListWrap input[type="email"],
.manualListWrap input[type="password"],
.manualListWrap textarea {
	-webkit-appearance: none;
	padding: 10px;
	border: 1px solid #aeaeae;
	border-radius: 0;
	background: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3;
}
.manualListWrap input[type="text"]:focus,
.manualListWrap input[type="number"]:focus,
.manualListWrap input[type="tel"]:focus,
.manualListWrap input[type="email"]:focus,
.manualListWrap input[type="password"]:focus,
.manualListWrap textarea:focus {
	border-color: #6167dc;
	background: #fff;
	outline: none;
}

.manualListWrap ::-webkit-input-placeholder { color: #bbb; }
.manualListWrap ::-moz-placeholder { color: #bbb; -moz-opacity: 1; opacity: 1; }
.manualListWrap :-moz-placeholder { color: #bbb; -moz-opacity: 1; opacity: 1; }
.manualListWrap :-ms-input-placeholder { color: #bbb; }

.manualListWrap .an {
	ime-mode: inactive;
}

.manualListWrap button:focus {
	outline: none;
}


/*======================================================================*
 *  [ manualListWrap form | フォーム関連（モバイル） ]
 *======================================================================*/

.manualListWrap.spn input[type="text"],
.manualListWrap.spn input[type="number"],
.manualListWrap.spn input[type="tel"],
.manualListWrap.spn input[type="email"],
.manualListWrap.spn input[type="password"],
.manualListWrap.spn textarea {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.3;
}


/*======================================================================*
 *  [ manualListWrap form select | セレクトボックス（共通） ]
 *======================================================================*/

.manualListWrap .selectBox:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	margin: -3px 0 0 0;
	border: 4px solid transparent;
	border-top: 7px solid #000;
	content: "";
	cursor: text;
}


/*======================================================================*
 *  [ manualListWrap form select | セレクトボックス（モバイル） ]
 *======================================================================*/

.manualListWrap.spn .selectBox {
	display: inline-block;
	position: relative;
	border: 1px solid #aeaeae;
	background: #fff;
}
.manualListWrap.spn .selectBox select {
	display: block;
	position: relative;
	width: 100%;
	padding: 10px 40px 10px 10px;
	border: none;
	box-sizing: border-box;
	background: none;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	z-index: 2;
}


/*======================================================================*
 *  [ manualListWrap form select | セレクトボックス（PC） ]
 *======================================================================*/

.manualListWrap.pc .selectBox {
	display: inline-block;
	position: relative;
}
.manualListWrap.pc .hasCustomSelect {
	z-index: 100;
}
.manualListWrap.pc .customSelect {
	padding: 5px 0;
	border: 1px solid #aeaeae;
	box-sizing: border-box;
	background: #fff;
	color: #000;
	line-height: 1.8;
}
.manualListWrap.pc .customSelectInner {
	padding: 0 20px 0 10px;
}


/*======================================================================*
 *  [ manualSearch | マニュアルを検索 ]
 *======================================================================*/

.manualSearch {
	position: relative;
	margin: 0 10px 25px 10px;
	clear: both;
}

.manualSearch section {
	position: absolute;
	top: 0;
	width: 100%;
	padding: 36px 0 0 0;
}
.manualSearch section.active {
	position: relative;
}
.manualSearch h3 {
	position: absolute;
	top: 0;
	height: 36px;
	padding: 10px 0;
	border-right: 10px solid #fff;
	box-sizing: border-box;
	background: #e9e9e9;
	color: #b5b5b5;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	z-index: 5;
}
.manualSearch .active h3 {
	background: #6167dc;
	color: #fff;
}
.manualSearch h3 span:nth-last-of-type(1) {
	margin: 0 0 0 5px;
	font-size: 14px;
	font-size: 1.4rem;
}

/* [ マニュアル検索タブの位置 | MC ]  */
.manualSearch.tab3 #code h3 {
	left: 0;
	width: 45%;
	border-left: 10px solid #fff;
}
.manualSearch.tab3 #number h3 {
	left: 45%;
	width: 27.5%;
}
.manualSearch.tab3 #name h3 {
	left: 72.5%;
	width: 27.5%;
}

/* [ マニュアル検索タブの位置 | MC以外 ]  */
.manualSearch.tab2 #number h3 {
	left: 0;
	width: 50%;
	border-left: 10px solid #fff;
	border-right: 5px solid #fff;
}
.manualSearch.tab2 #name h3 {
	left: 50%;
	width: 50%;
	border-left: 5px solid #fff;
	border-right: 10px solid #fff;
}

.manualSearch section > div {
	display: none;
	padding: 15px 20px;
	border: 1px solid #6167dc;
	border-radius: 5px;
	background: #f8f7f7;
}
.manualSearch .active div {
	display: block;
}

.manualSearch div p:first-child {
	margin: 0 0 10px 0;
	color: #363a90;
}
.manualSearch #code p:first-child {
	float: left;
}

.manualSearch .help {
	display: inline-block;
	float: right;
}
.manualSearch .help:before {
	display: inline-block;
	margin: 0 3px 0 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #7f7f7f;
	color: #fff;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
	vertical-align: text-bottom;
	content: "?";
}
.manualSearch .help a {
	color: #000;
	text-decoration: underline;
}
.manualSearch .help a:hover {
	text-decoration: none;
}

.manualSearch .error {
	margin: 5px 0 0 0;
	color: #ff0000;
	font-size: 11px;
	font-size: 1.1rem;
}

.manualSearch ol {
	clear: both;
}
.manualSearch li {
	position: relative;
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0 10px 0 30px;
	box-sizing: border-box;
	float: left;
}
.manualSearch li + li + li 	{ padding-right: 0; }
.manualSearch li:before {
	display: inline-block;
	position: absolute;
	top: 7px;
	left: 0;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #8e92e4;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
}
.manualSearch li:before 			{ content: "1"; }
.manualSearch li + li:before 		{ content: "2"; }
.manualSearch li + li + li:before 	{ content: "3"; }

.manualSearch .text {
	margin: 0 0 10px 0;
}
.manualSearch .text input[type="text"] {
	display: block;
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
}
.manualSearch .text p {
	text-align: center;
}

.SearchButton {
	display: block;
	width: 250px;
	margin: 0 auto;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	box-sizing: border-box;
	background: #4f4f4f;
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	cursor: pointer;
}


/*======================================================================*
 *  [ manualNarrow | マニュアルの絞り込み ]
 *======================================================================*/

.manualNarrow {
	margin: 0 0 20px 0;
	font-size: 14px;
	font-size: 1.4rem;
}
.manualNarrow dt {
	padding: 2px 10px 2px 7px;
	border-left: 3px solid #bebebe;
	color: #6167dc;
	font-weight: bold;
}
.manualNarrow dd {
	margin: 0 10px;
	padding: 10px 0;
}
.manualNarrow dd + dd {
	border-top: 1px solid #ebebeb;
}

.manualNarrow .title {
	display: inline-block;
	color: #464646;
	font-weight: bold;
}
.manualNarrow .title:after {
	display: inline-block;
	margin: 0 0 0 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left: 10px solid #bebebe;
	content: "";
}

.manualNarrow ul {
	display: inline-block;
}
.manualNarrow li {
	display: inline-block;
	margin: 0 10px 0 0;
	list-style-type: none;
}
.manualNarrow li a {
	display: inline-block;
	padding: 5px;
	color: #363a90;
	text-decoration: underline;
}
.manualNarrow li a:hover {
	text-decoration: none;
}
.manualNarrow li.active a {
	background: #e7e8fa;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.manualNarrow .help {
	display: inline-block;
	font-size: 11px;
	font-size: 1.1rem;
}
.manualNarrow .help:before {
	display: inline-block;
	margin: 0 3px 0 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #7f7f7f;
	color: #fff;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
	vertical-align: text-bottom;
	content: "?";
}
.manualNarrow .help a {
	color: #000;
	text-decoration: underline;
}
.manualNarrow .help a:hover {
	text-decoration: none;
}


/*======================================================================*
 *  [ manualList | マニュアル一覧 ]
 *======================================================================*/

.manualList table,
.manualList th,
.manualList td {
	border: 1px solid #b4b4b4;
	box-sizing: border-box;
	vertical-align: middle;
}
.manualList table {
	width: 100%;
	max-width: 730px;
	margin: 0 0 40px 0;
	color: #464646;
	line-height: 1.2;
}
.manualList th,
.manualList td {
	padding: 7px;
}

/* [ 見出し ] */
.manualList thead th {
	background: #969696;
	color: #fff;
}
.manualList thead th span {
	font-weight: normal;
}

.manualList tbody tr:hover {
	background: #f8f7f7;
}

/* [ 商品番号・商品名 ] */
.manualList tbody .name {
	/* width: 50%; */
	font-weight: normal;
	text-align: left;
}
.manualList tbody .name span {
	color: #bebebe;
	font-size: 11px;
	font-size: 1.1rem;
}

/* [ 区分 ] */
.manualList tbody .type i {
	display: inline-block;
	padding: 3px;
	color: #fff;
	font-size: 10px;
	font-size: 1.0rem;
	font-style: normal;
	line-height: 1;
	white-space: nowrap;
}
.iconService 	{ background: #464646; }
.iconServiceKan { background: #9f2727; }
.iconServiceHo 	{ background: #3f8f1f; }
.iconServiceSou { background: #27769f; }
.iconOwners 	{ background: #464646; }
.iconOwnersKan 	{ background: #9f2727; }
.iconOwnersHo 	{ background: #3f8f1f; }
.iconOwnersSou 	{ background: #27769f; }

/* [ 年式 ] */
.manualList tbody .year {
	text-align: center;
	white-space: nowrap;
}

/* [ 頁 ] */
.manualList tbody .page {
	text-align: center;
	white-space: nowrap;
}

/* [ 価格 ] */
.manualList tbody .price {
	text-align: right;
	white-space: nowrap;
}
.manualList tbody .price span {
	color: #bebebe;
	font-size: 11px;
	font-size: 1.1rem;
}

/* [ 在庫状況 ] */
.manualList tbody .status { width: 114px; }
.cartButton,
.wishButton {
	display: block;
	width: 46px;
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
	box-sizing: border-box;
	white-space: nowrap;
	cursor: pointer;
}
.cartButton::-moz-focus-inner,
.wishButton::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.cartButton span,
.wishButton span {
	display: block;
	position: relative;
	padding: 7px;
	border: 1px solid;
	border-radius: 5px;
	box-sizing: border-box;
	text-indent: -9999px;
}
.cartButton span::before,
.wishButton span::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	content: "";
}

/* [ カートに入れるボタン ] */
.cartButton { float: left; }
.cartButton span {
	border-top-color: #f5af6c;
	border-right-color: #ca4d00;
	border-bottom-color: #b13100;
	border-left-color: #ed7a36;
	background: rgb(238,117,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,117,0,1) 0%, rgba(224,64,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,117,0,1)), color-stop(100%,rgba(224,64,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,117,0,1) 0%,rgba(224,64,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  rgba(238,117,0,1) 0%,rgba(224,64,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(238,117,0,1) 0%,rgba(224,64,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee7500', endColorstr='#e04000',GradientType=0 ); /* IE6-9 */
}
.cartButton:hover span {
	background: rgb(224,64,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(224,64,0,1) 0%, rgba(238,117,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,64,0,1)), color-stop(100%,rgba(238,117,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(224,64,0,1) 0%,rgba(238,117,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  rgba(224,64,0,1) 0%,rgba(238,117,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(224,64,0,1) 0%,rgba(238,117,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e04000', endColorstr='#ee7500',GradientType=0 ); /* IE6-9 */
}
.cartButton span::before { background-image: url(/app/shared/svg/wishlist/icon_cart_white.svg); }

/* [ リストに入れるボタン ] */
.wishButton { float: right; }
.wishButton span {
	border-top-color: #b1d681;
	border-right-color: #79b037;
	border-bottom-color: #3f6219;
	border-left-color: #78af37;
	background: rgb(238,117,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(137,193,65,1) 0%, rgba(113,175,45,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(137,193,65,1)), color-stop(100%,rgba(113,175,45,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(137,193,65,1) 0%,rgba(113,175,45,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  rgba(137,193,65,1) 0%,rgba(113,175,45,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(137,193,65,1) 0%,rgba(113,175,45,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89c141', endColorstr='#71af2d',GradientType=0 ); /* IE6-9 */
}
.wishButton:hover span {
	background: rgb(224,64,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(113,175,45,11) 0%, rgba(137,193,65,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(113,175,45,1)), color-stop(100%,rgba(137,193,65,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(113,175,45,1) 0%,rgba(137,193,65,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  rgba(113,175,45,1) 0%,rgba(137,193,65,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(113,175,45,1) 0%,rgba(137,193,65,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71af2d', endColorstr='#89c141',GradientType=0 ); /* IE6-9 */
}
.wishButton span::before { background-image: url(/app/shared/svg/wishlist/icon_wish_white.svg); }


/*======================================================================*
 *  [ addCart | カートに入れる（モバイル） ]
 *======================================================================*/

#shade {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .8);
	z-index: 200;
}

#addCart {
	position: absolute;
	padding: 10px;
	box-sizing: border-box;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	z-index: 210;
}
#addCart.show {
	display: block;
}
#addCart.hide {
	display: none;
}
#addCart .inner {
	position: relative;
	max-width: 940px;
	min-width: 300px;
	padding: 50px 20px 20px 20px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	background: #fff;
}
#addCart p {
	margin: 0 0 20px 0;
}
#addCart p span {
	font-size: 20px;
	font-size: 2rem;
}
#addCart .cart {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 20px;
	background: #e85800;
	color: #fff !important;
}
#addCart .cart:hover {
	background: #ed7933;
}

.addCartCloseButton.close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 10px;
	border: none;
	border-radius: 0;
	background: none;
	color: #777;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.addCartCloseButton.close:hover { color: #000; }
.addCartCloseButton.continue {
	display: inline-block;
	margin: 20px 0 0 0;
	background: #fff;
	vertical-align: middle;
	cursor: pointer;
}
.addCartCloseButton.continue::before {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 5px 1px 0;
	border-bottom: 3px solid #666;
	border-left: 3px solid #666;
	line-height: 0;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*======================================================================*
 *  [ Media Queries 730 ]
 *======================================================================*/

@media screen and (max-width: 730px) {

	/*==================================================================*
	 *  [ manualListWrap | マニュアル一覧ページ ]
	 *==================================================================*/

	.manualListWrap {
		float: none;
		width: 100%;
		margin: 0 0 50px 0;
		padding: 0 20px;
	}


	/*==================================================================*
	 *  [ manualNarrow | 商品を絞り込む（モバイル） ]
	 *==================================================================*/

	.manualListWrap.spn .manualNarrow dt {
		position: relative;
		padding: 15px 10px;
		border: none;
		background: #e7e8fa;
		cursor: pointer;
	}
	.manualListWrap.spn .manualNarrow dt span {
		display: block;
		position: absolute;
		top: 14px;
		right: 10px;
		width: 15px;
		height: 15px;
		border: 1px solid;
	}
	.manualListWrap.spn .manualNarrow dt span:before,
	.manualListWrap.spn .manualNarrow dt span:after {
		display: block;
		position: absolute;
		content: "";
	}
	.manualListWrap.spn .manualNarrow dt span:before {
		right: 7px;
		bottom: 2px;
		width: 0;
		height: 11px;
		border-left: 1px solid;
	}
	.manualListWrap.spn .manualNarrow dt.active span:before {
		display: none;
	}
	.manualListWrap.spn .manualNarrow dt span:after {
		right: 2px;
		bottom: 7px;
		width: 11px;
		height: 0;
		border-top: 1px solid;
	}
	.manualListWrap.spn .manualNarrow dd {
		display: none;
	}

	.manualNarrow .help {
		display: block;
		margin: 5px 0 0 0;
		text-align: right;
	}

}


/*======================================================================*
 *  [ Media Queries 568 ]
 *======================================================================*/

@media screen and (max-width: 568px) {

	/*==================================================================*
	 *  [ manualListWrap | マニュアル一覧ページ ]
	 *==================================================================*/

	.manualListWrap {
		padding: 0 10px;
	}

	.manualListWrap h2 + p {
		float: none;
		width: auto;
		margin: 0 0 15px 0;
	}

	.aboutOrder {
		float: none;
		max-width: 220px;
		margin: 0 auto 25px auto;
		text-align: center;
	}


	/*==================================================================*
	 *  [ manualSearch | マニュアルを検索 ]
	 *==================================================================*/

	.manualSearch {
		margin: 0 0 25px 0;
	}

	.manualSearch h3 span {
		display: none;
	}

	.manualSearch section > div {
		padding: 10px;
	}

	.SearchButton {
		width: 100%;
	}


	/*==================================================================*
	 *  [ manualNarrow | 商品を絞り込む（モバイル） ]
	 *==================================================================*/

	.manualNarrow .title {
		margin: 0 0 5px 0;
	}

	.manualNarrow ul {
		display: block;
	}
	.manualNarrow li {
		margin: 3px 0;
	}


	/*==================================================================*
	 *  [ manualList | マニュアル一覧 ]
	 *==================================================================*/

	.manualList table,
	.manualList th,
	.manualList td {
		border: none;
	}

	/* [ 見出し ] */
	.manualList thead {
		display: none;
	}

	/* [ 表本体 ] */
	.manualList tbody tr {
		display: block;
		position: relative;
		padding: 10px 65px 12px 10px;
		border: 1px solid #b4b4b4;
	}
	.manualList tbody tr + tr {
		margin: -1px 0 0 0;
	}
	.manualList tbody tr:after {
		display: block;
		clear: both;
		content: "";
	}
	.manualList tbody th,
	.manualList tbody td {
		display: block;
		padding: 0;
	}
	.manualList tbody th {
	}
	.manualList tbody td {
		float: left;
	}

	/* [ 商品番号・商品名 ] */
	.manualList tbody .name {
		width: 100%;
		margin: 0 -55px 0 0;
		padding: 0 0 12px 0;
	}

	/* [ 区分 ] */
	.manualList tbody .type {
		width: 50%;
	}

	/* [ 年式 ] */
	.manualList tbody .year {
		width: 25%;
		color: #bebebe;
		text-align: right;
	}
	.manualList tbody .year:before {
		content: "[";
	}
	.manualList tbody .year:after {
		content: "年]";
	}

	/* [ 頁 ] */
	.manualList tbody .page {
		display: none;
	}

	/* [ 価格 ] */
	.manualList tbody .price {
		width: 25%;
	}
	.manualList tbody .price br,
	.manualList tbody .price span {
		display: none;
	}

	/* [ 在庫状況 ] */
	.manualList tbody .status {
		position: absolute;
		top: 50%;
		right: 10px;
		width: 46px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.cartButton,
	.wishButton {
		position: static;
	}
	.cartButton + .wishButton { margin-top: 5px; }
}

