.oneclick_modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.oneclick_modal__bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.oneclick_modal__content{
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 60%;
  text-align: center;
}

.oneclick_modal__content h1{
  font-size: 20px;
  font-weight: bold;
  text-transform: none;
}
.oneclick_modal__content p{
  margin-bottom: 30px;
}
.oneclick-modal-close {
  color: #333;
  text-decoration: none;
  font-size: small;
  margin-right: 10px;
}
.oneclick-modal-buynow {
  color: #c8000d;
  text-decoration: none;
  font-size: large;
}
.oneclick-modal-image {
  height: 100px;
}

.sale {
  background: rgb(233, 28, 36);
}
.item-page-container {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
}

a {
  cursor: pointer;
}

.product-assembly {
  padding: 10px;
  margin: 0 0 0 auto;
  text-align: center;
}

.assemblyGuide ul {
  width: 45%;
  margin: auto;
}
.assemblyGuide li {
  float: left;
  margin-right: 4px;
}
.assemblyGuide li span {
  display: block;
  height: 35px;
  width: 35px;
  background-image: url("http://d1gt5dppxgb6oq.cloudfront.net/graphics/assembly_guide/assembly_guide.gif");
}

.assemblyGuide li .skill0 {
  background-position: 0 0;
  height: 35px;
  width: 85px;
}

.assemblyGuide li .skill1 {
  background-position: 0px -224px;
}

.assemblyGuide li .skill2 {
  background-position: 0px -270px;
}

.assemblyGuide li .skill3 {
  background-position: 0px -314px;
}

.assemblyGuide li .skill4 {
  background-position: 0px -358px;
}

.assemblyGuide li .skill5 {
  background-position: 0px -402px;
}

.assemblyGuide li .cement_y {
  background-position: 0px -134px;
}

.assemblyGuide li .cement_n {
  background-position: 0px -178px;
}

.assemblyGuide li .paint_y {
  background-position: 0px -45px;
}

.assemblyGuide li .paint_n {
  background-position: 0px -90px;
}

.popup_help {
  padding: 0 3px;
  color: #4d4d4d;
  font-weight: bold;
  cursor: pointer;
}
.popup_help_window {
  max-width: 300px;
  position: absolute;
  padding: 6px 15px;
  background-color: #fff;
  border: 5px double #ccc;
  display: none;
  color: #4d4d4d;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5em;
  border-radius: 10px;
  box-shadow: 5px 5px 5px #ccc;
  z-index: 10;
}

.popup_help_title h2 {
  text-align: left;
  font-size: 18px;
  margin-bottom: 10px;
}
.popup_help_title h3 {
  text-align: left;
  font-size: 15px;
  margin-bottom: 10px;
}
.popup_help_space {
  text-align: left;
  margin-bottom: 50px;
}
.popup_help_img {
  float: right;
}
.popup_help_msg {
  text-align: left;
  font-size: 12px;
  margin-bottom: 10px;
}

.product-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  max-width: 1232px;
  margin: 0 auto;
  background: #fff;
}

#breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
}

#breadcrumbs a {
  font-size: 12px;
  font-weight: bold;
  color: #4d4d4d;
}

#breadcrumbs ul li:not(:last-child) {
  margin-right: 5px;
  padding: 0 14px 0 7px;
  background: url("http://d1gt5dppxgb6oq.cloudfront.net/topimg/HLJHeader/crumbsml.png")
    no-repeat right;
}

.product-margin {
  margin-bottom: 14px;
}
.tax-font-size {
  font-size: 1.5rem;
  margin-left: 0 !important;
}
.product-images {
  width: 60%;
  display: flex;
  flex-direction: column;
}

.product-images-fotorama-container {
  width: 100%;
  max-width: 100%;
}

/* overwrite fotoroma css */
.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
  background: #fff !important;
}

.fotorama__stage__frame {
  cursor: pointer;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr.fotorama__arr--next {
  zoom: 200%;
}
.fotorama__arr.fotorama__arr--prev {
  zoom: 200%;
}
.fotorama__fullscreen-icon {
  zoom: 200%;
}
/* end overwrite fotoroma css */

.product-info {
  width: 40%;
}
.product-images,
.product-info {
  padding: 10px 10px 20px;
}

.page-title {
  line-height: 1.42857143;
  margin-bottom: 8px;
  font-size: 2rem;
  color: #4d4d4d;
  font-family: 'Montserrat-Bold','Montserrat';
  font-style: normal;
  font-weight: 700;
}

.product-description {
  border-top: 2px solid #f0f0f0;
  width: 60%;
  padding: 20px;
}

.product-description iframe {
  width: 100%;
  min-height: 300px;
  height: initial;
  aspect-ratio: 16 / 9;
}

.product-description p {
  margin-top: 0;
  margin-bottom: 1.6rem;  
}
.product-description ul{
  list-style-type: disc;
  padding-left: 40px;
}
.product-description li{
  list-style-type: disc;
}

.product-details {
  border-top: 2px solid #f0f0f0;
  width: 40%;
  padding: 20px;
}
.thumnails {
  width: 16%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
}
.thumnails ul {
  padding: 10px;
  border-right: 2px solid #f0f0f0;
  /* max-height: 600px; */
  /* overflow-y: auto; */
}
.thumnails a {
  display: block;
  width: 100%;
  text-align: center;
}

.main-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84%;
}

.button {
  display: block;
}
.main-img-wrapper {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hidden {
  display: none;
}

.main-img {
  position: relative;
}

.share ul li a {
  display: block;
}
.white,
.white a {
  color: #fff;
}
.product-stock {
  padding: 5px;
  display: block;
  width: 105px;
  font-size: 1.1rem;
  /* display: flex; */
  display: inline-block;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white !important;
}
.product-stock-green {
  padding: 5px;
  display: block;
  width: 100px;
  background: #006400;
  font-size: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-stock-red {
  padding: 5px;
  display: block;
  width: 100px;
  background: rgb(233, 28, 36);
  font-size: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blue {
  background: #1075bc !important;
}
.blue-font {
  color: #1075bc !important;
}

.orange {
  background: rgb(233, 28, 36) !important;
}
.orange-font {
  color: rgb(233, 28, 36) !important;
}

.green {
  background: #006400 !important;
}
.green-font {
  color: #006400 !important;
}

.price {
  color: #f58345;
  font-size: 2.8rem;
}
.add-cart {
  display: flex;
}

.add-cart-success {
  display: none;
  margin-left: 10px;
  color: #f58345;
  font-weight: bold;
}

.item-number {
  display: flex;
  border: 1px solid #ccc;
  width: 85px;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2064%2043%22%3E%0A%20%20%3Cpath%20fill%3D%22%234d4d4d%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%203.8l16%2019.4%2016%2019.5%2032-39L61%200%2032%2035%203%200%22/%3E%0A%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  background-color: #fff;
  background-size: 12px 12px;
}

.item-number {
  padding: 0 0 0 16px;
}

.item-number span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
}

.add-cart button {
  background: #f58345;
  border: none;
  margin-left: 10px;
  width: 100%;
  font-size: 2rem;
  border-radius: 5px;
  box-sizing: border-box;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.add-cart button:hover {
  background: #ff9861;
}
.add-cart button span {
  margin-right: 20px;
}
.product-fav {
  background: #018baa;
  border-radius: 5px;
  display: flex;
  width: 220px;
  height: 36px;
  box-sizing: border-box;
}
.product-fav a {
  display: flex;
  width: 100%;
}

.product-fav span:nth-of-type(1) {
  display: flex;
  background: none;
  font-size: 2rem;
  justify-content: center;
  align-items: center;
  width: 40px;
}
.product-fav span:nth-of-type(2) {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* owerwrite add this css */

.at-share-btn-elements {
  width: 115px;
  display: flex;
  justify-content: space-between;
}
.at-share-btn-elements .at-icon-wrapper .at-icon {
  width: 25px !important;
}
.at-resp-share-element .at-share-btn {
  display: flex !important;
  margin-right: 5px !important;
}
.at-icon-wrapper .at-share-btn {
  margin-right: 5px !important;
}
.at-share-btn-elements .at-icon-wrapper {
  width: fit-content;
  display: flex;
  justify-content: center;
}
.at-style-responsive .at-share-btn {
  padding: 0 !important;
}
.at-share-btn-elements a {
  display: flex;
  width: 220px;
  align-items: center;
  box-sizing: border-box;
  padding: 4px;
}
.at-share-btn-elements .at-label {
  display: none;
}
span.at-label.at_bold.at-size-16 {
  font-weight: 400!important;
}

/* ebd owerwrite add this css */

.product-follow li {
  display: flex;
  width: 220px;
  height: 40px;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.product-follow li span:nth-of-type(1) {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  width: 40px;
}
.product-follow li span:nth-of-type(2) {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-follow li a {
  width: 100%;
  display: flex;
  height: 100%;
  justify-content: flex-start;
}
.product-facebook {
  background: #117cbb;
}
.product-facebook span:nth-of-type(1) {
  background: #354a85;
}
.product-twitter {
  background: #20c1ee;
}
.product-twitter span:nth-of-type(1) {
  background: #8fd6f3;
}

.product-share {
  background: #1075bc;
  border-radius: 5px;
}

.product-details ul li {
  padding: 16px 0;
  border-bottom: 2px solid #ccc;
}
.parts {
  padding-left: 50px;
}
.parts li {
  list-style: disc;
}
.arrow {
  padding-right: 15px;

  color: #333;

  text-decoration: none;
}

.arrow::after {
  content: "";

  display: block;

  width: 30px; /* 矢印の大きさの指定 */

  height: 30px; /* 矢印の大きさの指定 */

  border-top: 5px solid #ccc; /* 矢印の太さの指定 */

  border-left: 5px solid #ccc; /* 矢印の太さの指定 */
}

.arrow--left {
  transform: rotate(-45deg); /* 矢印の角度の指定 */

  position: absolute; /* 矢印の位置の指定 */

  left: 0; /* 矢印の位置の指定 */
  margin-left: 20px;
  top: 50%; /* 矢印の位置の指定 */
}

.arrow--right {
  transform: rotate(135deg); /* 矢印の角度の指定 */

  position: absolute; /* 矢印の位置の指定 */

  right: 0; /* 矢印の位置の指定 */
  margin-right: 20px;
  top: 50%; /* 矢印の位置の指定 */
}
.price span {
  margin-left: 10px;
}

.product-image-modal {
  background-color: white;
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.modal-product-images-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-product-images {
  width: 55%;
  padding: 0 0 20px;
}

.modal-thumnails {
  order: 2;
  width: 100%;
  margin-top: 20px;
}
.modal-thumnails ul {
  display: flex;
  border-top: #f0f0f0 solid 2px;
  border-right: none;
}

.modal-img-wrapper {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-main-img {
  order: 1;
}

.item_list_container {
  overflow: hidden;
  max-width: 100vw;
  padding: 0 2% 0 2%;
}

.item_list_container > div {
  margin-top: 10px;
  max-height: 300px;
}

.item_list_container > div:last-child {
  margin-bottom: 20px;
}

#notification {
  display: none;
  position: fixed;
  right: -5px;
  top: 100px;
  background: white;
  border-radius: 5px;
  border: 2px solid green;
  color: green;
  font-weight: bold;
  padding: 10px;
}

#notification1 {
  display: none;
  position: fixed;
  right: -5px;
  top: 100px;
  background: white;
  border-radius: 5px;
  border: 2px solid blue;
  color: blue;
  font-weight: bold;
  padding: 10px;
}

#notification2 {
  display: none;
  position: fixed;
  right: -5px;
  top: 100px;
  background: white;
  border-radius: 5px;
  border: 2px solid blue;
  color: blue;
  font-weight: bold;
  padding: 10px;
}

#error-notification {
  display: none;
  position: fixed;
  right: -5px;
  top: 100px;
  background: white;
  border-radius: 5px;
  border: 2px solid red;
  color: red;
  font-weight: bold;
  padding: 10px;
}

#error-notification1 {
  display: none;
  position: fixed;
  right: -5px;
  top: 100px;
  background: white;
  border-radius: 5px;
  border: 2px solid red;
  color: red;
  font-weight: bold;
  padding: 10px;
}

#error-notification2 {
  display: none;
  position: fixed;
  right: -5px;
  top: 100px;
  background: white;
  border-radius: 5px;
  border: 2px solid red;
  color: red;
  font-weight: bold;
  padding: 10px;
}

@media only screen and (max-width: 1028px) {
  .at-share-btn-elements {
    display: flex;
    flex-direction: row;
  }

  .at-share-btn-elements a {
    width: 40px;
    /* height: 40px; */
  }

  .at-resp-share-element .at-share-btn {
    margin-right: 5px !important;
  }
}

@media only screen and (max-width: 768px) {
  .product-wrapper {
    flex-direction: column;
  }
  #breadcrumbs {
    margin-bottom: 10px;
  }
  .product-images,
  .product-info,
  .product-description,
  .product-details {
    width: 100%;
    padding: 0 0 20px;
  }
  .product-description,
  .product-details {
    padding: 20px 0;
  }
  .product-follow ul {
    display: flex;
  }
  .product-follow ul li {
    margin-right: 10px;
  }
  .product-follow ul li:nth-of-type(3) {
    margin-right: 0;
  }
  .main-img {
    order: 1;
  }
  .thumnails {
    order: 2;
    width: 100%;
    margin-top: 20px;
  }
  .thumnails ul {
    display: flex;
    border-top: #f0f0f0 solid 2px;
    border-right: none;
  }
  .product-images {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .item_list_container {
    padding: 0;
    margin-top: 5px;
  }
  #notification {
    top: 125px;
  }
  #notification1 {
    top: 125px;
  }
  #notification2 {
    top: 125px;
  }
  .add-cart button {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
