/************************** product-box *****************************/
/************************** wishlist-section *****************************/
#wishlist-section .header1 {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
}

#wishlist-section .header2 {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
}

#wishlist-section .subheader1 {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}

#wishlist-section .subheader2 {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 21px;
}

#wishlist-section .bodycopy1 {
  font-size: 12px;
  line-height: 17px;
}

#wishlist-section .body_copy1 {
  font-size: 12px;
  line-height: 17px;
}

#wishlist-section .bodycopy2 {
  font-size: 11px;
  line-height: 16px;
}

#wishlist-section .body_copy2 {
  font-size: 11px;
  line-height: 16px;
}

#wishlist-section .bodycopyL {
  font-size: 14px;
  line-height: 20px;
}

#wishlist-section .body_copyL {
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  #wishlist-section .header1 {
    font-size: 1.125rem;
    line-height: 1.575rem;
  }

  #wishlist-section .header2 {
    font-size: 1.125rem;
    line-height: 1.575rem;
  }

  #wishlist-section .subheader1 {
    font-size: 1.125rem;
    line-height: 1.575rem;
  }

  #wishlist-section .subheader2 {
    font-size: 0.938rem;
    line-height: 1.3132rem;
  }

  #wishlist-section .bodycopy1 {
    font-size: 0.625rem;
    line-height: 0.875rem;
  }

  #wishlist-section .body_copy1 {
    font-size: 0.625rem;
    line-height: 0.875rem;
  }

  #wishlist-section .bodycopy2 {
    font-size: 0.563rem;
    line-height: 0.7882rem;
  }

  #wishlist-section .body_copy2 {
    font-size: 0.563rem;
    line-height: 0.7882rem;
  }

  #wishlist-section .bodycopyL {
    font-size: 0.75rem;
    line-height: 1.05rem;
  }

  #wishlist-section .body_copyL {
    font-size: 0.75rem;
    line-height: 1.05rem;
  }
}
/********** wishlist-popup-data **********/
#wishlist-popup-data {
  display: none;
}

/********** wishlist-header **********/
#wishlist-header .breadcrumbs {
  padding-top: 10px;
  padding-bottom: 5px;
  overflow: hidden;
  font-size: 11px;
}

#wishlist-header .breadcrumbs li {
  float: left;
  margin-right: 10px;
}

#wishlist-header .breadcrumbs li a {
  display: inline-block;
  padding-left: 14px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url(common-clientlibs/images/icn-arrow-darkgrey-right.png);
  color: #404040;
}

#wishlist-header .breadcrumbs li a:hover {
  color: #1f1f1f;
}

#wishlist-header .pagetitle_uisort {
  position: relative;
  min-height: 39px;
  margin-top: 5px;
}

.noitem #wishlist-header .pagetitle_uisort {
  display: none;
}

#wishlist-header .pagetitle {
  padding-top: 15px;
}

.uisort {
  position: absolute;
  top: 0;
  right: 0;
  height: 39px;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
}

.uisort .selector.active {
  z-index: 77;
}

.uisort .selector .selector-text-mob {
  display: none;
}

.uisort .selector select {
  height: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
  left: 0;
}

.uisort .selector .selectbox {
  position: absolute;
  right: 0;
  background-color: #efefef;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
}

.uisort .selector.active .selectbox {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
}

.uisort .selector .selectbox a {
  display: block;
  font-size: 14px;
  color: #1f1f1f;
}

.uisort .selector .selectbox p {
  padding: 0 24px 0 6px;
  height: 39px;
  white-space: nowrap;
}

.uisort .selector.disabled .selectbox p {
  color: #aaa;
  background: none;
}

.uisort .selector .selectbox p:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.uisort .selector .selectbox p:after {
  content: url(common-clientlibs/images/img-arrow-down.png);
  display: block;
  width: 12px;
  height: 7px;
  position: absolute;
  right: 6px;
  top: 16px;
  font-size: 0;
}

.uisort .selector.active .selectbox p:after {
  content: url(common-clientlibs/images/img-arrow-up.png);
}

.uisort .selector .selectbox p > span {
  display: inline-block;
  vertical-align: middle;
}

.uisort .selector .selectbox ul {
  overflow: hidden;
  height: 0;
}

.uisort .selector.active .selectbox ul {
  height: auto;
}

.uisort .selector .selectbox li {
  white-space: nowrap;
  padding: 10px 24px 10px 6px;
}

.uisort .selector .selectbox li.selected {
  background-color: #ddd;
}

.uisort .selector .selectbox p:hover,
.uisort .selector .selectbox li:hover {
  color: #0041c0;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  #wishlist-header {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    background-size: 100% 9px;
    background-repeat: no-repeat;
    min-height: 9px;
  }

  #wishlist-header .breadcrumbs {
    display: none;
  }

  #wishlist-header .pagetitle_uisort {
    margin-top: 0;
    padding: 36px 10px 0;
  }

  #wishlist-header .pagetitle {
    padding-top: 24px;
  }

  .uisort {
    top: 0;
    left: 0;
    height: 36px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-linear-gradient(#fbfbfb, #eaeaea);
    background: linear-gradient(#fbfbfb, #eaeaea);
    border-top: 1px solid #c7c7c7;
  }

  .uisort:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 9px;
    bottom: -9px;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  }

  .uisort form {
    height: 100%;
  }

  .uisort .selector {
    position: relative;
    height: 100%;
    width: 50%;
    padding: 0 10px 1px;
    border-right: 1px solid #c7c7c7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .uisort .selector:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }

  .uisort .selector .selector-text-mob {
    display: inline-block;
    background: url(common-clientlibs/images/img-arrow-grey-down-m.png) no-repeat 100% 50%;
    background-size: 12px 7px;
    width: 100%;
    font-size: 0.625rem;
    font-weight: bold;
    color: #000;
  }

  .uisort .selector select {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    clip: rect(auto, auto, auto, auto);
    opacity: 0;
    font-size: 16px;
  }

  .uisort .selector .selectbox {
    display: none;
  }
}
/********** wishlist-contents **********/
#wishlist-contents {
  padding-top: 30px;
  padding-bottom: 30px;
}

#wishlist-contents:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  #wishlist-contents {
    padding-top: 0;
    padding-bottom: 10px;
  }
}
/********** wishlist-items **********/
#wishlist-items {
  float: left;
  width: 727px;
  font-size: 0;
  position: relative;
}

#wishlist-items .noitem-text {
  display: none;
}

.noitem #wishlist-items .noitem-text {
  display: block;
}

#wishlist-items .wishlist-items-boxes {
  min-height: 534px;
  display: flex;
  flex-wrap: wrap;
}

#wishlist-items .product-box {
  position: relative;
  display: flex;
  flex-direction: column;
}
#wishlist-items .product-box-in {
  flex-grow: 1;
}

#wishlist-items .product-box:not(:nth-child(3n)) {
  margin-right: 20px;
}

#wishlist-items .product-box:nth-child(3) ~ .product-box {
  margin-top: 20px;
}

#wishlist-items .product-box-in .buy-btn a.btn-remove {
  display: block;
  height: 22px;
  width: 100%;
  background-color: #1f1f1f;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
}

#wishlist-items .product-box-in .buy-btn .btn-remove:before {
  content: "";
  display: inline-block;
  height: 22px;
  font-size: 0;
  vertical-align: middle;
}

#wishlist-items .product-box-in .buy-btn .btn-remove span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px 0;
  font-size: 13px;
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

#wishlist-items .product-box .product-notavailable {
  position: relative;
  padding-bottom: 75.1091703%;
  padding-top: 25px;
}

#wishlist-items .product-box .product-notavailable > div {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

#wishlist-items .product-box .product-notavailable .layout {
  height: 100%;
  margin: 0 2px;
  background-color: #4c4c4c;
  text-align: center;
}

#wishlist-items .product-box .product-notavailable .layout:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

#wishlist-items .product-box .product-notavailable .layout p {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

#wishlist-items .product-box .btn-delete {
  position: absolute;
  top: 15px;
  right: 15px;
}

#wishlist-items .product-box .sns-container {
  position: absolute;
  top: 2px;
  left: 2px;
}

#wishlist-items .product-box .sns-container .btn-sns {
  width: 40px;
  height: 40px;
}

#wishlist-items .product-box .sns-container .btn-sns a {
  display: block;
}

#wishlist-items .product-box .sns-container .btn-sns img {
  width: 100%;
  height: 100%;
}

#wishlist-items .product-box .sns-container.active .btn-sns {
  background-color: #f6f6f6;
}

#wishlist-items .product-box .sns-container.active .btn-sns img {
  opacity: 0.5;
}

#wishlist-items .product-box .sns-container .addthis_toolbox {
  display: none;
}

#wishlist-items .wishlist-notes {
  margin-top: 30px;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  #wishlist-items {
    float: none;
    width: auto;
    padding: 20px 10px;
  }

  #wishlist-items .wishlist-items-boxes {
    margin: 0 -7px;
    min-height: 200px;
  }

  #wishlist-items .product-box:nth-child(2) ~ .product-box {
    margin-top: 15px;
  }

  #wishlist-items .product-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    margin-right: 0 !important;
    padding: 0 7px;
  }

  #wishlist-items .product-box .product-notavailable {
    max-height: 172px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }

  #wishlist-items .product-box .product-notavailable > div {
    position: relative;
    padding-bottom: 75.1091703%;
    padding-top: 28px;
    height: auto;
  }

  #wishlist-items .product-box .product-notavailable .layout {
    position: absolute;
    top: 0;
    margin: 0;
    height: 99%;
    width: 100%;
    max-height: 168px;
  }

  #wishlist-items .product-box .btn-delete {
    top: 10px;
    right: 17px;
  }

  #wishlist-items .product-box .sns-container {
    top: 0;
    left: 7px;
  }

  #wishlist-items .wishlist-notes {
    margin-top: 20px;
  }
}
/********** side-contents **********/
#side-contents {
  float: right;
  width: 229px;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  #side-contents {
    float: none;
    width: auto;
  }
}
/************************** recentlyviewed *****************************/
#recentlyviewed .col {
  font-size: 0;
  margin-top: 10px;
}

#recentlyviewed .col a {
  color: #1f1f1f;
}

#recentlyviewed .product-text {
  width: 99px;
  display: inline-block;
  vertical-align: middle;
}

#recentlyviewed .product-image {
  width: 130px;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  #recentlyviewed {
    border-top: 1px solid #c1c1c1;
    padding: 20px 10px;
  }

  #recentlyviewed h2 {
    text-align: center;
  }

  #recentlyviewed .cols-row {
    margin: 0 -5px;
  }

  #recentlyviewed .cols-row:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }

  #recentlyviewed .col {
    width: 50%;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #recentlyviewed .col:nth-child(odd) {
    float: left;
    clear: both;
  }

  #recentlyviewed .col:nth-child(even) {
    float: right;
  }

  #recentlyviewed .product-text {
    width: auto;
    display: block;
    text-align: center;
  }

  #recentlyviewed .product-image {
    width: auto;
    display: block;
    text-align: center;
  }
}
/********** wishlist-footer **********/
#wishlist-footer {
  clear: both;
  padding: 30px 0;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  #wishlist-footer {
    clear: both;
    padding: 10px;
  }
}
