/* favarite */
.favorite_target {
	position: relative;
	text-align: right;
}
.favorite {
    background: #ccc;
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url("/wcsstore/ec/Static/common/favorite01.jpg") no-repeat scroll center 0 / 100% transparent;
    cursor: pointer;
    position: relative;
  top: 0;
  right: 0;
}
.favorite.in {
    background-image: url("/wcsstore/ec/Static/common/favorite02.jpg");
}
#favoriteDialog {
  position: fixed;
  width: 100%;
  max-width: 600px;
  min-width: 250px;
  background: #fff;
  top: 50%;
  left: 50%;
  border: 1px solid #009e96;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  z-index: 200;
  min-height: 120px;
}
#favoriteDialogClose {
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
}
#favoriteDialogClose.login {
  position: absolute;
  right: 8px;
  top: -2px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
#favoriteDialogClose.login:before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  width: 25px;
  height: 4px;
  background: #ccc;
  transform: rotate(135deg);
}
#favoriteDialogClose.login:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  width: 25px;
  height: 4px;
  background: #ccc;
  transform: rotate(45deg);
}
#favoriteDialog .guestMsg,
#favoriteDialog .guestLogin {
  padding: 30px 30px 10px;
  text-align:center;
  display: block;
}
#favoriteDialog .guestLogin {
  padding: 0 30px 30px;
  text-decoration: underline;
  font-weight: bold;
}
#favoriteDialog .title {
  background: #009e96;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
#favoriteDialog .obi {
  background: #d9d9d9;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 10px;
}
#favoriteDialog .registeredItemArea {
  display: block;
  width: 100%;
}
#favoriteDialog .registeredItemArea .registeredItemDetails {
  overflow: auto;
  max-height: 80px;
}
#favoriteDialog .registeredItemArea .registeredItemLine {
  border-top: 1px dashed #767676;  
  position: relative;
  min-height: 30px;
}
#favoriteDialog .registeredItemArea .registeredItemLine:first-child {
  border: none;
}
#favoriteDialog .registeredItemArea .registeredItemLine:before {
  background: #ccc;
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url("/wcsstore/ec/Static/common/favorite02.jpg") no-repeat scroll center 0 / 100% transparent;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 3px;
  content: "";
  transform: translate(0, -50%);
}
#favoriteDialog .registeredItemArea .registeredItemImgArea, 
#favoriteDialog .registeredItemArea .registeredItemDataArea {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px 0 35px;
}
#favoriteDialog .registeredItemArea .registeredItemImgArea img {
  width: 100%;
  max-width: 50px;
  padding: 2px 0;
}
#favoriteDialog .registeredItemArea .registeredItemDataArea .rAttr {
  font-size: 12px;
  padding: 0;
  margin-right: 5px;
  vertical-align: middle;
}
#favoriteDialog .registeredItemArea .registeredItemDataArea .itemPrice {
  white-space: nowrap;
  font-family: centuryGB,"Century Gothic",Arial,sans-serif !important;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
#favoriteDialog .registeredItemArea .registeredItemDataArea .itemPrice .tax {
  font-size: 10px;
  padding: 0 3px;
}
#favoriteDialog .selectItemDetails {
  display: table;
  width: 100%;
}
#favoriteDialog .selectItemDetails .selectImgArea,
#favoriteDialog .selectItemDetails .selectAttrArea {
  display: table-cell;
  vertical-align: top;
}
#favoriteDialog .selectItemDetails .selectImgArea {
  padding: 10px;
  text-align: center;
  width: 40%;
}
#favoriteDialog .selectItemDetails .selectAttrArea .attributes {
  padding: 10px 10px 0;
  font-size: 12px;
}
#favoriteDialog .selectItemDetails .selectImgArea img {
  width: 100%;
  height: auto;
  max-width: 200px;
}
#favoriteDialog .selectItemDetails .selectAttrArea .itemName {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: #767676;
  padding: 10px 10px 0 0;
}
#favoriteDialog .selectItemDetails .selectAttrArea .itemPrice {
  white-space: nowrap;
  font-family: centuryGB,"Century Gothic",Arial,sans-serif !important;
  font-weight: bold;
  font-size: 16px;
}
#favoriteDialog .selectItemDetails .selectAttrArea .itemPrice .tax {
  font-size: 10px;
  padding: 0 5px;
}
#favoriteDialog .selectItemDetails .selectAttrArea .attributes .selectArea {
  margin-bottom: 5px;
}
#favoriteDialog .selectItemDetails .selectAttrArea .attributes .selectTitle:after {
  content: ":";
  padding: 0 5px;
  font-weight: bold;
}
#favoriteDialog .selectItemDetails .selectAttrArea .attributes .selectValue {
  
}
#favoriteDialog .selectItemDetails .selectAttrArea .attributes ul {
  padding: 0;
  list-style: none;
}
#favoriteDialog .selectItemDetails .selectAttrArea .attributes ul li {
  display: inline-block;
  margin-right: 1%;
  cursor: pointer;
}
#favoriteDialog .selectItemDetails .selectAttrArea .attributes ul li img {
  border: 2px solid #fff;
  padding: 3%;  
  max-width: 70%;
}
#favoriteDialog .selectItemDetails .selectAttrArea .attributes ul li.select img {
  border-color: #009e96;
  padding: 3%;
}
#favoriteDialog .selectItemDetails .selectAttrArea .attributes .select-group {
  position: relative;
}
#favoriteDialog .selectItemDetails .selectAttrArea .attributes .select-group::after {
    position: absolute;
    top: 6px;
    right: 8px;
    width: 13px;
    height: 10px;
    margin: auto;
    content: '';
    content: url("/wcsstore/ec/images/responsive/rwdUI.png");
    overflow: hidden;
}
#favoriteDialog .selectItemDetails .selectAttrArea .attributes select {
  padding: 0 6px;
  color: #545454;
  font-size: 16px;
  cursor: pointer;
  min-width: 200px;
  border-radius: 5px;
  background: #e0e0e0;
  border: 1px solid #009e96;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 45px;
  position: relative;
}
#favoriteDialog .selectItemDetails .selectAttrArea .attributes select option {
    height: 16px;
    padding: 12px 0;
    font-size: 14px;
    line-height: 16px;
    padding-left: 5px;
    color: #545454;
    border-bottom: 1px solid #898989;
    list-style: none;
}
#favoriteDialog .favoriteBtnArea .favoriteBtn {
  border: 1px solid #999;
  background: #999;
  color: #ccc;
  width: 50%;
  min-width: 210px;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  margin: 10px auto 20px;
}
#favoriteDialog .favoriteBtnArea .favoriteBtn.ok {
  border-color: #009e96;
  background: #fff;
  color: #009e96;
  cursor: pointer;
}
#favoriteDialog .favoriteBtnArea .favoriteBtn.registered {
  border-color: #009e96;
  background: #009e96;
  color: #fff;
}
#shoppingListItemAddedPopup {
	display: none;
}
#favoriteDialog .selectItemDetails .selectAttrArea .attributes[id="カラー"] ul li img {
  border-radius: 100%;
}
/*メーカー直送, ネット限定, 企業向け商品属性画像用*/
#favoriteDialog .selectItemDetails .selectAttrArea .attributes[id="【メーカー直送】"] ul li,
#favoriteDialog .selectItemDetails .selectAttrArea .attributes[id="【ネット限定】"] ul li,
#favoriteDialog .selectItemDetails .selectAttrArea .attributes[id="【企業向け商品】"] ul li {
  pointer-events: none;
  cursor:default;
}
#favoriteDialog .selectItemDetails .selectAttrArea .attributes[id="【メーカー直送】"] ul li.select img,
#favoriteDialog .selectItemDetails .selectAttrArea .attributes[id="【ネット限定】"] ul li.select img,
#favoriteDialog .selectItemDetails .selectAttrArea .attributes[id="【企業向け商品】"] ul li.select img {
  border:none;
  cursor:default; 
  max-width:inherit;
}
#favoriteDialog .selectItemDetails .selectAttrArea .attributes[id="【メーカー直送】"] ul li img,
#favoriteDialog .selectItemDetails .selectAttrArea .attributes[id="【ネット限定】"] ul li img,
#favoriteDialog .selectItemDetails .selectAttrArea .attributes[id="【企業向け商品】"] ul li img {
  width:auto !important;
}

/*テキスト消し*/
#favoriteDialog .selectItemDetails .selectAttrArea .attributes[id="【ネット限定】"] .selectArea,
#favoriteDialog .selectItemDetails .selectAttrArea .attributes[id="企業向け商品"] .selectArea,
#favoriteDialog .selectItemDetails .selectAttrArea .attributes[id="【メーカー直送】"] .selectArea {
  display: none;
}
@media (max-width: 800px) {
  #favoriteDialog {
    max-width: none;
    width: 95%;
  }
}
@media (max-width: 500px) {
  #favoriteDialog .registeredItemArea .registeredItemDataArea .itemPrice {
    display: block;
  }
}

/* sort UI */
.pageControlMenu .controlBar .pageControl.number > a {
	width: 28px !important;
	height: 28px !important;
}
.controlBar .pageControl {
	line-height: 28px;
}
.pageControlMenu {
	float: none;
}
.pageControlMenu {
	float: none;
	display: inline-block !important;
}
.right_arrow, .left_arrow {
	position: relative;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #009e96;
	border: 2px solid #009e96;
}
.left_arrow:hover, .right_arrow:hover {
	background: #fff;
	border: 2px solid #009e96;
}
.left_arrow:hover::after, .right_arrow:hover::after {
    border-top: 2px solid #009e96;
    border-right: 2px solid #009e96;
}
.left_arrow {
	float: none;
	margin-top: 0;
	margin-right: 5px;
	display: inline-block;
}
.left_arrow::after {
	position: absolute;
	top: 6px;
	left: 7px;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	content: "";
}
.left_arrow img[id^="WC_SearchBasedNavigationResults_pagination"] {
	padding-top: 3px;
	padding-left: 2px;
}
.right_arrow {
	float: none;
	margin-top: 0;
	display: inline-block;
	margin-left: 5px;
}
.right_arrow::after {
	position: absolute;
	top: 6px;
	left: 4px;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
.right_arrow img[id^="WC_SearchBasedNavigationResults_pagination"] {
	padding-top: 3px;
	padding-left: 4px;
}

#sortingControlsHeader {
	display: inline-block;
	position: relative;
	margin: 0 !important;
	float: right;
	line-height: 28px;
	width: 340px;
}
#sortingControlsHeader .sorting_view_controls_container {
	padding: 0px !important;
	margin: 0px !important;
	float: none !important;
	width: 100%;
}
.productListingWidget > .header_bar .controls .sorting_controls, .productListingWidget > .header_bar .controls .view_controls {
	float: none;
	margin: 0px;
	padding: 0px;
}
.productListingWidget > .header_bar > .title {
	float: none;
	display: inline-block;
	padding: 0px;
	position: relative;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}
.header_bar .selectWrapperPageSize .dijitSelect {
	height: 28px;
	line-height: 28px;
	padding: 0px;
	font-size: 14px;
}
.header_bar .selectWrapper {
	height: 28px;
}
.selectWrapper .dijitSelect {padding: 2px;}
.productListingWidget > .header_bar {display: inline-block;position: relative;width: 98%;padding: 1%;text-align: left;}
#pagingControlsHeader {display: inline-block;position: relative;margin: 0px 0px 0px 10px;line-height: 28px;}
#pagingControlsHeader .paging_controls {float: none;}

#sortLinkHeader {font-size: 12px;}
#sortLinkHeader > span {
	text-decoration: underline;
	cursor: pointer;
	padding: 0px 10px;
	display: inline-block;
	border-radius: 20px;
}
#sortLinkHeader > span.selected {background: #767676;color: #fff;text-decoration: none;}

.productListingWidget > .header_bar > .title {
	line-height: 28px;
	width: auto;
}
.selectWrapperPageSize {
	float: none !important;
	margin-right: 0 !important;
}
@media screen and (max-width:1170px) {
#sortingControlsHeader {
	float: none;
	padding: 0;
	width: 100%;
	text-align: center;
	margin: 10px 0px 0px !important;
}
}
@media screen and (max-width:600px) {
.productListingWidget .header_bar {
	width: 98%;
	padding: 10px 1%;
}
}
@media screen and (max-width:550px) {
#pagingControlsHeader {
	padding: 10px 0px 0px 0px;
}
}
@media screen and (max-width:400px) {
#sortLinkHeader > span {
	padding: 0px 5px;
}
}
@media screen and (max-width:370px) {
#sortLinkHeader > span.selected {
	margin-right: 10px;
}
}