body.single-product {
  background: #fff;
}

.product-full {
  font-weight: 200;
  padding-bottom: 40px;
  color: #000;
}
.product-full .block {
  background: #fff;
}

.product-block1 {
  padding-bottom: 35px;
  margin-bottom: 10px;
}
.product-block1 .inner {
  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-image {
  width: 45.0479233227%;
  margin: 25px 0 0 7.6677316294%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.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-info {
  width: 38.9776357827%;
  font-size: 16px;
  padding-top: 17px;
}
.product-info .name-and-price .name {
  font-weight: 500;
  font-size: 24px;
}
.product-info .name-and-price .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: -1;
}
.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: 40px;
}
.product-info .size {
  background-color: #f6f6f6;
  margin-left: 15px;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 23px;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-info .size .checkbox {
  padding-left: 40px;
}
.product-info .size .checkbox:hover > span:after {
  color: #f25571;
}
.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: "icomoon";
  display: inline-block;
  margin-right: 15px;
  top: -4px;
  position: absolute;
  line-height: 29px;
  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 .title {
  margin-right: 1.6806722689%;
}
.product-info .additional-products .products {
  margin: 15px 0 35px;
}
.product-info .buy-area {
  max-width: 570px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.product-info .buy-area .count-wrapper > span {
  float: right;
  margin-top: 11px;
}
.product-info .buy-area .count {
  width: 180px;
  height: 56px;
  background: #fff;
  margin-left: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.product-info .buy-area .count .down, .product-info .buy-area .count .up, .product-info .buy-area .count input[type=number] {
  width: 100%;
  height: 100%;
}
.product-info .buy-area .count .down:after, .product-info .buy-area .count .up:after, .product-info .buy-area .count input[type=number]:after {
  display: none;
}
.product-info .buy-area .count input[type=number] {
  margin: 0;
}
.product-info .buy-area .count a {
  color: #000;
}
.product-info .buy-area .count .down, .product-info .buy-area .count .up {
  position: static;
  border: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-info .buy-area .count .up {
  border-left: 1px solid #e6e6e6;
}
.product-info .buy-area .count .down {
  border-right: 1px solid #e6e6e6;
}
.product-info .buy-area .add-to-cart {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-full > .add-to-cart,
.product-info .add-to-cart {
  width: 61.6216216216%;
  height: 58px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.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 {
  margin-right: 15px;
  font-size: 22px;
}

.product-block2 {
  position: relative;
  margin-bottom: 20px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.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;
  color: #b30000;
}
.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-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.6198083067%;
}
.product-others .product:nth-child(6n) {
  margin-left: 0;
}

@media all and (max-width: 768px) {
  .product-info, .product-image {
    width: auto;
  }
  .product-info {
    order: 2;
    padding: 3%;
  }
  .product-info .name-and-price {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-info .name-and-price .name, .product-info .name-and-price .price {
    margin-bottom: 20px;
  }
  .product-info .name-and-price .name {
    font-size: 25px;
    font-weight: 600;
    margin-left: 20px;
  }
  .product-info .name-and-price .desktop- {
    display: none;
  }
  .product-info .title {
    margin-right: 0;
    margin-left: 20px;
  }
  .product-info .price {
    margin: 0;
  }
  .product-info .price span:last-child {
    font-weight: 600;
    font-size: 22px;
  }
  .product-info .text {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 20px;
  }
  .product-info .mobile-size-tt {
    margin-bottom: 15px;
  }
  .product-info .size {
    padding: 0;
    margin: 0 0 50px 0;
    background-color: transparent;
    max-width: 380px;
  }
  .product-info .size > span {
    display: none;
  }
  .product-info .size .checkbox:last-child {
    margin-left: 0;
  }
  .product-info .buy-area {
    display: none;
  }
  .product-info .additional-products {
    padding-top: 20px;
    border-top: 1px solid #ededed;
  }
  .product-info .additional-products .title {
    font-size: 18px;
  }
  .product-info .additional-products .products {
    margin-bottom: 0;
  }
  body.page-template-wc-product {
    padding-bottom: 74px;
  }
  .product-full {
    padding-bottom: 0;
  }
  .product-full .breadcrumbs {
    margin-bottom: 10px;
  }
  .product-full .mobile-add-to-cart {
    width: auto;
    height: 48px;
    font-size: 18px;
    margin: 20px 3% 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .product-full .mobile-add-to-cart:after {
    font-size: 100%;
  }
  .product-full .product-block1 {
    border: none;
    padding: 0;
  }
  .product-full .product-block1 .inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-image {
    order: 1;
    margin: 0 3%;
  }
  .product-image .product-badge {
    font-size: 18px;
  }
  .product-image .product-badge.outofstock {
    left: 10px;
    right: auto;
  }
  .product-block2 .inner, .product-others .inner {
    padding: 3%;
  }
  .product-others .catalog .product {
    width: 31.5%;
    margin-bottom: 30px;
  }
  .product-others .catalog .product:nth-child(3n) {
    margin-left: 0;
  }
  .product-block2 {
    margin: 0 3% 30px;
  }
  .product-block2.open .title:after {
    top: 14px;
    border: 5px solid transparent;
    border-bottom: 6px solid #000;
  }
  .product-block2 .inner {
    padding: 10px 0 13px;
  }
  .product-block2 .text {
    margin-top: 3%;
  }
  .product-block2 .title:after {
    position: absolute;
    top: 21px;
    left: 30px;
    border: 5px solid transparent;
    border-top: 6px solid #000;
  }
}
@media all and (max-width: 640px) {
  .product-others .catalog .product {
    width: 47%;
  }
  .product-others .catalog .product:nth-child(1n) {
    margin-left: 6%;
  }
  .product-others .catalog .product:nth-child(2n) {
    margin-left: 0;
  }
}
@media all and (max-width: 425px) {
  .product-others .catalog .product {
    width: 48.5%;
  }
  .product-others .catalog .product:nth-child(1n) {
    margin-left: 3%;
  }
  .product-others .catalog .product:nth-child(2n) {
    margin-left: 0;
  }
}
@media all and (max-width: 375px) {
  .product-others .catalog .product {
    width: auto;
    max-width: 270px;
    float: none;
  }
  .product-others .catalog .product:nth-child(1n) {
    margin-left: auto;
    margin-right: auto;
  }
}
/*----------------------------------------------------------*/
@media all and (max-width: 1635px) and (min-width: 769px) {
  .product-info {
    width: 45%;
  }
  .product-info .size, .product-info .buy-area {
    margin-left: 0;
  }
  .product-others .catalog .product {
    margin-left: 1%;
    width: 15.83%;
  }
  .product-others .catalog .product:last-child {
    margin-left: 0;
  }
}
@media all and (max-width: 1400px) and (min-width: 769px) {
  .product-image {
    width: 35%;
    margin-left: 0;
  }
  .product-info {
    width: 63%;
  }
  .product-others .catalog .product {
    width: 19.2%;
  }
  .product-others .catalog .product:nth-child(5) {
    margin-left: 0;
  }
  .product-others .catalog .product:nth-child(6) {
    display: none;
  }
}
@media all and (max-width: 1100px) and (min-width: 769px) {
  .product-others .catalog .product {
    width: 24.25%;
  }
  .product-others .catalog .product:nth-child(4) {
    margin-left: 0;
  }
  .product-others .catalog .product:nth-child(5) {
    display: none;
  }
}
@media all and (max-width: 900px) and (min-width: 769px) {
  .product-others .catalog .product {
    width: 32.6%;
  }
  .product-others .catalog .product:nth-child(3) {
    margin-left: 0;
  }
  .product-others .catalog .product:nth-child(4) {
    display: none;
  }
}/*# sourceMappingURL=shop-product.css.map */