.product-full {
  font-weight: 200;
  padding-bottom: 40px;
}
.product-full .block {
  border-top: 1px solid #ededed;
}
.product-full .block:not(.product-block1) {
  border-bottom: 1px solid #ededed;
}
.product-full .product-others {
  margin-bottom: 40px;
}
@media all and (min-width: 769px) {
  .product-full .soc-icons {
    text-align: left;
    margin: 0 auto 30px;
    max-width: 1710px;
    padding: 0 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.product-full > .add-to-cart, .product-info .add-to-cart {
  width: 35%;
  height: 66px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 37px;
}
.product-full > .add-to-cart:before, .product-info .add-to-cart:before {
  display: block;
}
.product-full > .add-to-cart:after, .product-info .add-to-cart:after {
  top: 2px;
  margin-right: 15px;
  font-size: 22px;
}

.product-block1 {
  margin-bottom: 50px;
}
.product-block1 .inner::after {
  content: "";
  display: block;
  clear: both;
}

.product-image {
  width: 25%;
  float: right;
  margin: 25px 0 0 0;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #cecece;
  line-height: 0;
}
.product-image.add-to-cart-object {
  margin: 0;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
  -o-object-position: center;
}
.product-image .product-badge {
  top: 15px;
  left: 15px;
  right: auto;
}

.product-info {
  width: 64%;
  float: left;
  font-size: 16px;
  padding-top: 17px;
  margin-left: 7.6677316294%;
}
.product-info > .name {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 30px;
}
.product-info > .name span:nth-child(2) {
  font-size: 20px;
}
.product-info .price {
  margin: 20px 0;
}
.product-info .price span, .product-info .price s {
  display: inline-block;
  margin-left: 10px;
}
.product-info .price span:nth-child(1) {
  position: relative;
  top: -1px;
}
.product-info .price span:last-child {
  font-weight: 400;
  font-size: 24px;
}
.product-info .price s {
  font-size: 20px;
  color: #707070;
}
.product-info .product-image-ins {
  display: none;
}
.product-info .text {
  margin-bottom: 20px;
}
.product-info .text a {
  color: #ff00bf;
}
.product-info .text a:hover {
  color: #cc0099;
}
.product-info .size, .product-info .buy-area {
  margin-left: 15px;
}
.product-info .size {
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 23px;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.product-info .size .checkbox {
  padding-left: 40px;
}
.product-info .size .checkbox:hover > span:after {
  color: #ff8a13;
}
.product-info .size .checkbox:last-child {
  margin-left: 10.8108108108%;
}
.product-info .size .checkbox.size1 > span:after {
  margin-right: 10px;
}
.product-info .size .checkbox.size2 > span:after {
  font-size: 20px;
}
.product-info .size .checkbox.size3 > span:after {
  font-size: 24px;
}
.product-info .size .checkbox > span {
  min-width: 70px;
}
.product-info .size .checkbox > span:after {
  font-family: "icomoon2";
  display: inline-block;
  margin-right: 15px;
  top: -4px;
  position: absolute;
  line-height: 29px;
  color: #f76f49 !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.product-info .additional-products {
  margin-bottom: 50px;
}
.product-info .additional-products .title {
  margin: 0 0 10px 0;
  font-weight: 500;
}
.product-info .title {
  margin-right: 1.6806722689%;
}
.product-info .buy-area {
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 750px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.product-info .buy-area .count-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.product-info .buy-area .count {
  float: right;
  margin-right: 20px;
}
.product-info .buy-area .count-wrapper {
  float: right;
}
.product-info .buy-area .count-wrapper > span {
  float: right;
  margin-top: 11px;
}
.product-info .buy-area .add-to-cart {
  border: none;
  max-width: 350px;
  flex-grow: 1;
}

.product-block2 {
  margin-bottom: 70px;
}
.product-block2 .text-wrapper {
  padding-right: 30px;
  border-right: 13px solid #000;
}
.product-block2 .inner {
  padding: 25px 0;
}
.product-block2.open .title:after {
  border: 7px solid transparent;
  border-bottom: 7px solid #d0d0d0;
  top: -2px;
}
.product-block2.open .text {
  display: block;
}
.product-block2 .title {
  font-size: 20px;
  font-weight: 400;
}
.product-block2 .title:after {
  content: "";
  display: inline-block;
  border: 7px solid transparent;
  border-top: 7px solid #d0d0d0;
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.product-block2 .text {
  font-weight: 200;
  font-size: 18px;
  margin-top: 25px;
  display: none;
}
.product-block2 .text p:first-child {
  margin-top: 0;
}
.product-block2 .text p:last-child {
  margin-bottom: 0;
}
.product-block2 .text a {
  color: #ff00bf;
}
.product-block2 .text a:hover {
  color: #cc0099;
}

.product-banner.inner {
  margin-bottom: 20px;
}

.product-others::after {
  content: "";
  display: block;
  clear: both;
}
.product-others .bltt {
  margin-bottom: 35px;
}
.product-others .product {
  width: 14.4408945687%;
  margin-left: 2.5%;
}
.product-others .product:nth-child(6n) {
  margin-left: 0;
}

@media all and (max-width: 768px) {
  html .product-info, html .product-image {
    float: none;
    width: auto;
  }
  html .product-info {
    margin: 0;
  }
  html .product-info .title {
    margin-right: 0;
  }
  html .product-info .price {
    margin: 3% 0;
  }
  html .product-info .text {
    margin-bottom: 30px;
  }
  html .product-info .mobile-size-tt {
    margin-bottom: 15px;
  }
  html .product-info .size {
    padding: 0;
    margin: 0 0 50px 0;
    background-color: transparent;
    max-width: 380px;
  }
  html .product-info .size > span {
    display: none;
  }
  html .product-info .size .checkbox:last-child {
    margin-left: 0;
  }
  html .product-info .buy-area {
    display: none;
  }
  html body.page-template-wc-product {
    padding-bottom: 74px;
  }
  html .product-full {
    padding-bottom: 0;
  }
  html .product-full .mobile-add-to-cart {
    float: none;
    display: block;
    width: auto;
    height: 54px;
    margin: 30px 3%;
    border: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  html .product-full .mobile-add-to-cart:before {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$o2);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  html .product-full .soc-icons {
    text-align: center;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  html .product-block1 {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  html .product-image {
    margin: 0;
  }
  html .product-main-info {
    margin: 0;
    padding-top: 0;
  }
  html .product-block2 .inner, html .product-others .inner {
    padding: 3%;
  }
  html .product-others .product {
    width: 31%;
    margin-bottom: 30px;
  }
  html .product-others .product:nth-child(3n) {
    margin-left: 0;
  }
  html .product-block2 {
    margin-bottom: 30px;
  }
  html .product-block2 .text {
    margin-top: 3%;
  }
  html .product-block2 .text-wrapper {
    padding: 0;
    border: none;
  }
}
@media all and (max-width: 640px) {
  html .product-others .product {
    width: 46.5%;
  }
  html .product-others .product:nth-child(1n) {
    margin-left: 6%;
  }
  html .product-others .product:nth-child(2n) {
    margin-left: 0;
  }
}
@media all and (max-width: 425px) {
  html .product-others .product {
    width: 100%;
    float: none;
  }
  html .product-others .product:nth-child(1n) {
    margin-left: 0;
  }
}
/***************************************************************/
@media all and (max-width: 1635px) and (min-width: 769px) {
  .product-others .product {
    margin-left: 1%;
    width: 15.5%;
  }
  .product-others .product:last-child {
    margin-left: 0;
  }
}
@media all and (max-width: 1400px) and (min-width: 769px) {
  .product-others .product {
    width: 18.8%;
  }
  .product-others .product:nth-child(5) {
    margin-left: 0;
  }
  .product-others .product:nth-child(6) {
    display: none;
  }
}
@media all and (max-width: 1100px) and (min-width: 769px) {
  .product-others .product {
    width: 23.7%;
  }
  .product-others .product:nth-child(4) {
    margin-left: 0;
  }
  .product-others .product:nth-child(5) {
    display: none;
  }
}
@media all and (max-width: 900px) and (min-width: 769px) {
  .product-others .product {
    width: 32%;
  }
  .product-others .product:nth-child(3) {
    margin-left: 0;
  }
  .product-others .product:nth-child(4) {
    display: none;
  }
}/*# sourceMappingURL=product-page.css.map */