
.fixed-cart {
  position: fixed;
  left: 0;
  bottom: -100%;
  width: 100%;
  padding: 40px 40px 20px;
  background-color: #f7f6f3;
  z-index: 99;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  transition: .3s;
}
.fixed-cart .flex-box.left,
.fixed-cart .right {
  flex: 1 50%;
}
.fixed-cart .flex-box.left {
  padding-right: 20px;
  border-right: 1px solid #ebe6e1;
}
.fixed-cart .flex-box.left .left {
  width: 100px;
  margin-right: 15px;
}
.fixed-cart .flex-box.left .left img {
  width: 100px;
  height: auto;
  border-radius: 5px;
}
.fixed-cart .flex-box.right {
  padding-left: 20px;
}
.fixed-cart .flex-box.right .left {
  margin-right: 20px;
}
.fixed-cart .product-tag {
  margin-top: 0;
  margin-bottom: 10px;
}
.fixed-cart .price {
  margin-top: 10px;
}
.fixed-cart .item-counter {
  margin-top: 5px;
}
.fixed-cart .item-detail-cart-btn .btn-favorite2 a {
  margin-bottom: 0;
}

.review-row {
  /* margin-top: 40px; */
  /* margin-bottom: 50px; */
  padding-bottom: 40px;
}
.review-row .row p.bold {
  font-size: 18px;
}

.free-html {
  text-align: center;
  font-size: 30px;
  line-height: 90px;
  color: red;
  background-color: #cccccc;
  width: 100%;
}

.item-detail-left {
  padding-right: 10px;
}

.item-detail-right {
  padding-right: 10px;
}

.item-detail-content {
  margin-bottom: 50px;
}
.item-detail-content .item-detail-content-title {
  margin-top: 0;
}

.item-detail-blog p,
.item-detail-blog div {
  line-height: 1.8em;
  /* margin-bottom: 20px; */
}

.tag-area.item-detail {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.tag-area.item-detail span {
  font-weight: bold;
}

.item-detail-btn-1 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.item-detail-btn-1.sp {
  margin-top: 30px;
  margin-bottom: 30px;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.item-img-top {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 5px;
}
.item-img-top img {
  width: 100%;
  border-radius: 5px;
}
.item-img-top .zoom {
	position: static;
	display: block;
	margin-top: 10px;
	outline: none;
}

.item-img-text,
.item-cap-text {
  padding-top: 10px;
}
.item-img-text span {
  font-size: 12px;
}
.item-cap-text li {
  display: none;
}
.item-cap-text li.act {
  display: block;
}

.item-img-thumb:hover {
  cursor: pointer;
}

.item-img-thumb:focus,
.item-img-thumb-1 a.act {
  border: solid 2px red;
}

.item-img-thumb-1 {
  margin-bottom: 2px;
}

.item-img-thumb-2 {
  margin-bottom: 5px;
}

.item-img-thumb-2:hover {
  cursor: pointer;
}

.item-img-thumb-2.act {
  border: solid 3px red !important;
}

.item-img-thumb-3 {
  width: 100%;
}

.item-detail-btn-1 a {
  border-radius: 5px;
  width: 100%;
  height: 50px;
  text-align: left;
  background-position: right 20px top 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  padding-left: 50px;
  font-size: 16px;
  font-weight: normal;
}

.select-item-btn {
  margin-bottom: 0;
}
.select-item-btn .item-btn {
  border-radius: 5px;
  width: 100%;
  text-align: center;
  align-items: center;
  border-width: 1px;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
}
.item-btn.act {
  border: solid 3px red !important;
  background-color: inherit;
  color: inherit;
}
.item-btn.sold,
.item-btn.sold:hover,
.item-btn.sold:focus,
.item-btn.sold:active {
  border-color: #e9e9e9;
  background-color: #e9e9e9;
  color: inherit;
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .item-btn.sold:hover {
    opacity: .5;
  }
}

.item-detail-content-select {
  margin-bottom: 40px;
}
.item-detail-content-select p {
  margin-bottom: 0;
}

.item-detail-img-lineup {
  display: flex;
  justify-content: normal;
  flex-wrap: wrap;
}
.item-detail-img-lineup .item-img-thumb-2 {
  display: inline-block;
  float: none;
  width: 24%;
  margin: 20px 3px 0 0;
  padding: 0;
  outline: none;
  border-radius: 3px;
  overflow: hidden;
	border: solid 3px #fff;
}
.item-detail-img-lineup .item-img-thumb-2:focus {
  opacity: 1;
}
.item-detail-img-lineup .item-img-thumb-2 img {
  width: 100%;
}
.item-detail-img-lineup .item-img-thumb-2.sold,
.item-detail-img-lineup .item-img-thumb-2.sold:hover {
  position: relative;
  border: none;
}
.item-detail-img-lineup .item-img-thumb-2.sold img {
  opacity: .5;
}

.item-detail-ad a img {
  width: 100%;
  margin-bottom: 20px;
}
.item-detail-ad p {
  line-height: 2em;
}
.item-detail-ad .overwrite-item-detail-radius img {
  margin-bottom: 30px;
}
.item-detail-sale {
  text-align: center;
  font-size: 18px;
}

.item-detail-cart-price .price span {
  font-weight: bold;
}
.item-detail-cart-price .price.member {
  color: #0065e3;
}

.item-detail-cart-btn {
  text-align: center;
  clear: both;
	width: 100%;
}
.item-detail-cart-btn div a,
.item-detail-cart-btn div span {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 40px;
  height: 60px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 60px;
}
.item-detail-cart-btn div a:hover {
  text-decoration: none;
}
.item-detail-cart-btn div a:before {
  position: absolute;
  top: 50%;
  left: 25px;
  margin: -10px 0 0 0;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.item-detail-cart-btn .btn-cart2 a {
  background-color: #443829;
  border: 2px solid #443829;
  color: #fff;
}
.item-detail-cart-btn .btn-cart2 a:before {
  background-image: url(/layout/sntec/assets/img/common/btn-ic-cart.svg);
}
.item-detail-cart-btn .btn-cart2 a:after {
  position: relative;
  top: -2px;
  content: "買い物かごに入れる";
}
.item-detail-cart-btn .btn-sold2 a,
.item-detail-cart-btn .btn-sold2 span {
  background-color: #e9e9e9;
}
.item-detail-cart-btn .btn-sold2 a:before {
  background-image: none;
}
.item-detail-cart-btn .btn-sold2 a:after,
.item-detail-cart-btn .btn-sold2 span:after {
  content: "完売しました";
}
.item-detail-cart-btn .btn-request2 a,
.item-detail-cart-btn .btn-favorite2 a {
  border: 2px solid #9c8e7c;
}
@media print, screen and (min-width: 768px) {
  .item-detail-cart-btn .btn-request2 a:hover,
  .item-detail-cart-btn .btn-favorite2 a:hover{
    background-color: #443829;
    border-color: #443829;
    color: #fff;
    opacity: 1;
  }
}
.item-detail-cart-btn .btn-request2 a:before {
  background-image: url(/layout/sntec/assets/img/common/btn-ic-request.svg);
}
@media print, screen and (min-width: 768px) {
  .item-detail-cart-btn .btn-request2 a:hover:before {
    background-image: url(/layout/sntec/assets/img/common/btn-ic-request-white.svg);
  }
}
.item-detail-cart-btn .btn-request2 a:after {
  content: "再入荷リクエスト";
  position: relative;
  top: -2px;
}
.item-detail-cart-btn .btn-favorite2 a:before {
  background-image: url(/layout/sntec/assets/img/common/btn-ic-favorite.svg);
}
@media print, screen and (min-width: 768px) {
  .item-detail-cart-btn .btn-favorite2 a:hover:before {
    background-image: url(/layout/sntec/assets/img/common/btn-ic-favorite-white.svg);
  }
}
.item-detail-cart-btn .btn-favorite2 a:after {
  content: "お気に入りに登録";
  position: relative;
  top: -2px;
}
.item-detail-cart-btn .btn-favorite2 a[href*="javascript:remove"]:before {
  background-image: url(/layout/sntec/assets/img/common/btn-ic-favorite-done.svg);
}
.item-detail-cart-btn .btn-favorite2 a[href*="javascript:remove"]:after {
  content: "お気に入りに登録済";
}
.item-detail-cart-btn div a img {
  display: none;
}

.btn-circle {
  width: 36px;
  height: 36px;
  text-align: center;
  padding: 0;
  font-size: 18px;
  line-height: 35px;
  border-radius: 20px;
  background-color: #443829;
  color: #FFFFFF;
}
@media print, screen and (min-width: 768px) {
  .btn-circle:hover,
  .btn-circle:focus {
    color: #FFFFFF;
  }
  .btn-circle:hover {
    opacity: .5;
  }
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.item-counter {
  margin-top: 10px;
  margin-bottom: 20px;
}
.item-counter .item-counter,
.fixed-cart .item-counter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 147px;
}
.item-counter .item-counter-num {
  display: inline;
}

.item-share-content {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.item-share-content > div > div {
  border-left: solid 1px #ebe6e1;
}
.item-share-content > div > div:first-child {
  border-left: none;
}
.item-share-content img {
  margin-bottom: 5px;
}

.item-detail-hints {
  line-height: 1.8em;
}

.item-detail-table-1 {
  margin-bottom: 20px;
}
.item-detail-table-1 img {
  width: 100%;
}

.item-detail-table {
  margin-top: 60px;
  margin-top: 0;
  border-color: #e7e4d9;
  border-left-width: 0;
  border-right-width: 0;
}
.item-detail-table .table-row-title,
.item-detail-table .table-row-text {
  padding: 15px 20px;
  border-color: #e7e4d9;
}
.item-detail-table .table-row-title {
  width: 30%;
  background-color: #f7f6f3;
  border-left-width: 0;
}
.item-detail-table .table-row-text {
  height: 70%;
  border-right-width: 0;
}

.question-circle {
  background-image: url(/layout/sntec/assets/img/common/question-circle.svg) !important;
  background-repeat: no-repeat;
  padding-left: 25px;
  text-decoration: underline;
	background-position: left center;
	background-size: 21px 21px;
}

.pdf-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border: solid 3px #e7e4d9;
  margin-bottom: 20px;
  border-radius: 5px;
  text-decoration: underline;
}
.pdf-link span{
  height: 25px;
}
.pdf-link .pdf {
  padding-left: 30px;
  background-image: url(/layout/sntec/assets/img/common/pdf.svg) !important;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px;
  height: 25px;
  display: inline-block;
  text-decoration: underline;
}

.pdf-link-group {
  margin-top: 20px;
}

.item-detail-other-links {
  margin-top: 30px;
  margin-bottom: 30px;
}
.item-detail-other-links p {
  line-height: 40px;
}
.item-detail-other-links p a {
  text-decoration: underline;
}

.item-detail-table-3 h4 {
  padding: 10px;
  background-color: #f9f4e1;
}

.item-detail-table-3 hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.item-detail-table-3 .bg_hover:hover {
  /* background-color: rgb(255,248,225);
  cursor: pointer; */
}
.item-detail-table-3 .clematis table {
  margin-bottom: 0;
}
.item-detail-table-3 .clematis tr th,
.item-detail-table-3 .clematis tr td {
  padding: 10px !important;
  text-align: center;
}
.item-detail-table-3 .clematis tr th {
  border-top: none !important;
}
.item-detail-table-3 .clematis tr th:nth-child(1),
.item-detail-table-3 .clematis tr th:nth-child(2),
.item-detail-table-3 .clematis tr th:nth-child(3),
.item-detail-table-3 .clematis tr th:nth-child(4),
.item-detail-table-3 .clematis tr th:nth-child(5),
.item-detail-table-3 .clematis tr td:nth-child(1),
.item-detail-table-3 .clematis tr td:nth-child(2),
.item-detail-table-3 .clematis tr td:nth-child(3),
.item-detail-table-3 .clematis tr td:nth-child(4),
.item-detail-table-3 .clematis tr td:nth-child(5)  {
  white-space: nowrap;
  text-align: center;
}
.item-detail-table-3 .row.bg_hover {
  margin-top: -10px;
  margin-bottom: -10px;
  padding: 10px;
}
.item-detail-table-3 .orchid ul li {
  padding: 10px;
  border-bottom: 1px dotted #bfb5ac;
}

.lh-18 {
  line-height: 1.8em;
}

.acc-auto {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
.acc-auto.act {
  max-height: inherit !important;
}
.acc-auto-btn {
  position: relative;
  /*padding-top: 3em;
  margin-top: -2em;*/
  background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 30%, #fff 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 30%, #fff 100%);
}
.overwrite-acc-auto-wrap {
  position: relative;
}
.overwrite-acc-auto-wrap:before {
  /* content:'';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 30%, #fff 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 30%, #fff 100%);
  z-index: -1;*/
}
.acc-auto.act + .acc-auto-btn {
  background: none;
}
.acc-auto-btn {
  margin-top: 25px;
}
.acc-auto.act + .acc-auto-btn {
  margin-top: 0;
}
#item-detail .acc-auto {
  margin-top: 60px;
}
@media (max-width: 767px) {
  #item-detail .acc-auto {
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
  }
  #item-detail .acc-auto > * {
    margin-left: 10px;
    margin-right: 10px;
  }
  
}
.review-row .acc-auto.truncate_more_link {
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .review-row .acc-auto.truncate_more_link:hover {
    opacity: .5;
  }
}

.btn-more-plus {
  background-color: #f7f6f3;
  border-radius: 2px;
  border-color: #f7f6f3;
  font-size: 18px;
  line-height: 2em;
  background-image: url(/layout/sntec/assets/img/common/nav-ic-plus.svg);
  background-size: 15px 15px;
  background-position: 98%;
  background-repeat: no-repeat;
  outline: none!important;
}
.btn-more-full-plus {
  background: #f7f6f3;
  width: 100%;
  border-radius: 2px;
  border-color: #f7f6f3;
  font-size: 14px;
  line-height: 1.5em;
  background-image: url(/layout/sntec/assets/img/common/nav-ic-plus.svg);
  background-size: 15px 15px;
  background-position: 98%;
  background-repeat: no-repeat;
  outline: none!important;
	z-index: 33;
	position: relative;
}

.btn-more-minus {
  background-color: #f7f6f3;
  border-radius: 2px;
  border-color: #f7f6f3;
  font-size: 18px;
  line-height: 2em;
  background-image: url(/layout/sntec/assets/img/common/nav-ic-minus.svg);
  background-size: 15px 15px;
  background-position: 98%;
  background-repeat: no-repeat;
  outline: none!important;
}

.btn-more-full-minus {
  background: #f7f6f3;
  width: 100%;
  border-radius: 2px;
  border-color: #f7f6f3;
  font-size: 14px;
  line-height: 1.5em;
  background-image: url(/layout/sntec/assets/img/common/nav-ic-minus.svg);
  background-size: 15px 15px;
  background-position: 98%;
  background-repeat: no-repeat;
  outline: none!important;
}
@media print, screen and (min-width: 768px) {
  .btn-more-plus:hover {
    opacity: 0.5;
  }
  .btn-more-minus:hover {
    opacity: 0.5;
  }
}
input[type="text"].item-counter-box {
  display: inline-block;
  width: 60px;
  height: 50px;
  margin: 0 0;
  padding: 0;
  border: solid 1px #9c8e7c;
  border-radius: 5px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  background-color:  transparent;
}

.item-slider-sp {
  margin-left: -5px;
  margin-right: -5px;
  text-align: center;
}
.item-slider-sp .slick-list {
  margin: 0 5px;
}
.item-slider-sp .slick-slide img {
  width: 100%;
  height: auto;
}
.item-slider-sp p {
  padding-top: 20px;
  font-size: 14px;
}

.home.sp a {
  display: inline-block;
  overflow: hidden;
  color: transparent;
  background-size: 100%;
  margin: 2px 0 -2px;
  width: 10px;
  height: 10px;
  background-image: url(/layout/sntec/assets/img/common/breadcrumb-ic-home.svg);
  background-repeat: no-repeat;
  background-position: left top;
}

.active.sp {
  font-size: 11px;
}


@media (min-width: 768px) {
  
  .item-detail-top {
    margin-top: 50px;
  }
  .item-detail-content {
    width: 360px;
  }
  .item-detail-right .item-detail-content {
    float: right;
  }
  .item-detail-content .item-detail-content-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .tag-area.item-detail {
    width: 485px;
  }
  .tag-area.item-detail span {
    margin-left: 0;
    margin-right: 5px;
    padding: 6px;
    font-size: 14px;
  }
  .item-img-thumb,
  .item-img-thumb-1 a {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin-top: 10px;
    border-radius: 2px;
    outline: none;
    overflow: hidden;
		border: 2px solid #f7f6f3;
  }
  .item-img-thumb-1 img {
    width: 100%;
  }
  .item-img-thumb-1,
  .item-img-thumb-1 ul {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
  }
  .item-img-thumb-1 ul {
    margin-right: -10px;
  }
  .item-img-thumb-1 ul li {
    margin-right: 10px;
  }
  #zoom-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px;
    background-color: #fff;
  }
  #zoom-content .left {
    width: 260px;
  }
  #zoom-content .right {
    width: 640px;
  }
  #zoom-content .item-img-thumb-1 a {
    width: 80px;
    height: 80px;
    margin-top: 0;
    margin-bottom: 10px;
    border-radius: 5px;
  }
  #zoom-content .right + * {
    width: 100%;
  }
  #zoom-content .item-cap-text {
    margin-bottom: 10px;
  }
  #zoom-content .btn-close {
    width: 225px;
    padding: 11px 0;
    font-size: 18px;
    font-weight: bold;
  }
  .select-item-btn .item-btn {
    height: 40px;
    line-height: 38px;
    
  }
  .item-detail-content-select h4 {
    font-size: 16px;
  }
  .item-detail-img-lineup .item-img-thumb-2.sold:before {
    font-size: 14px;
    width: 80px;
    margin-top: -19px;
    margin-left: -40px;
  }
  .item-detail-cart-price .text-right {
    margin-bottom: 20px;
  }
  .item-detail-cart-price .price {
    /*letter-spacing: 5px;*/
    font-size: 18px;
  }
  .item-detail-cart-price .price span.price-text-num {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 3px;
  }
  .item-detail-cart-price .price span.price-text-left {
    display: inline-block;
    letter-spacing: 2px;
    margin-right: 18px;
    font-weight: normal;
  }
  .item-detail-cart-price .price span.price-text-tax {
    display: inline-block;
    letter-spacing: 2px;
    margin-right: 8px;
    font-weight: normal;
  }
  .item-detail-cart-price .price.postage {
    margin-bottom: 10px;
  }
  .item-detail-sale {
    width: 120px;
  }
  .item-detail-table-1 h5 {
    font-size: 18px;
  }
  .pdf-link-group {
    text-align: center;
  }
  .item-detail-table-3 .product-tag {
    margin-top: 0;
    width: 70px;
    text-align: center;
  }
  .btn-more-plus {
    width: 400px;
  }
  .btn-more-plus,
  .btn-more-minus {
    background-position: right 15px center;
  }
  .btn-more-minus {
    width: 400px;
  }
  
}
/* アンドロイドタブレット */
.overwrite-js-sp-content-wrap .fixed-cart {
  padding: 12px;
}
.overwrite-js-sp-content-wrap .fixed-cart .flex-box > * {
  height: 40px;
  margin-right: 12px;
  flex-grow: 1;
}
.overwrite-js-sp-content-wrap .fixed-cart .flex-box > .item-detail-cart-btn {
  margin-right: 0;
  flex-grow: 2;
}
.overwrite-js-sp-content-wrap .fixed-cart .flex-box > * > * {
  height: 100%;
}
.overwrite-js-sp-content-wrap .fixed-cart .btn,
.overwrite-js-sp-content-wrap .fixed-cart .item-detail-cart-btn div a {
  display: block;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  border-width: 1px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: normal;
  line-height: 38px;
}
.overwrite-js-sp-content-wrap .fixed-cart .item-detail-cart-btn div a {
  padding-left: 15px;
}
.overwrite-js-sp-content-wrap .fixed-cart .item-detail-cart-btn div a:before {
  left: 10px;
}
.overwrite-js-sp-content-wrap .item-detail-cart-btn .btn-request2 a,
.overwrite-js-sp-content-wrap .item-detail-cart-btn .btn-favorite2 a {
  border-width: 1px;
}
.overwrite-js-sp-content-wrap .item-detail-cart-btn div a,
.overwrite-js-sp-content-wrap .item-detail-cart-btn div span {
  height: 40px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 40px;
}
.overwrite-js-sp-content-wrap .item-detail-cart-btn div a:before {
  left: 20px;
  margin-top: -7px;
  width: 14px;
  height: 14px;
}
.overwrite-js-sp-content-wrap #zoom-content-sp {
  background-color: #fff;
}
.overwrite-js-sp-content-wrap #zoom-content-sp p {
  text-align: center;
}
.overwrite-js-sp-content-wrap #zoom-content-sp label {
  display: inline-block;
  margin: 0;
  padding: 13px 0;
}
.overwrite-js-sp-content-wrap #zoom-content-sp label span {
  font-size: 10px;
  font-weight: normal;
  line-height: 18px;
}

.overwrite-js-sp-content-wrap .item-detail-top {
  margin-top: 10px;
}
.overwrite-js-sp-content-wrap .review-row {
  /* margin-top: 0; */
  padding-bottom: 25px;
}
.overwrite-js-sp-content-wrap .review-row .row p.bold {
  font-size: 13px;
}
.overwrite-js-sp-content-wrap .review-row hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.overwrite-js-sp-content-wrap .item-detail-content {
  margin-bottom: 20px;
}
.overwrite-js-sp-content-wrap .item-detail-blog p {
  margin-bottom: 15px;
}
.overwrite-js-sp-content-wrap .item-detail-content-title.section-title {
  font-size: 16px;
}
.overwrite-js-sp-content-wrap .tag-area.item-detail {
  width: calc(100% + 5px);
  margin-bottom: 15px;
}
.overwrite-js-sp-content-wrap .tag-area.item-detail span {
  margin: 0 5px 5px 0;
  border-width: 1px;
}
.overwrite-js-sp-content-wrap .item-detail-btn-1.sp {
  margin-top: 15px;
  margin-bottom: 15px;
}
.overwrite-js-sp-content-wrap .youtube {
  margin-top: 20px;
  margin-bottom: 0;
}
.overwrite-js-sp-content-wrap .item-img-text,
.overwrite-js-sp-content-wrap .item-cap-text-sp {
  padding-top: 10px;
}
.overwrite-js-sp-content-wrap .item-img-text {
  margin-bottom: 15px
}
.overwrite-js-sp-content-wrap .item-cap-text-sp li {
  display: none;
}
.overwrite-js-sp-content-wrap .item-cap-text-sp li.act {
  display: block;
  font-size:13px;
}
.overwrite-js-sp-content-wrap .select-item-btn .item-btn,
.overwrite-js-sp-content-wrap .item-detail-img-lineup .item-img-thumb-2 {
  margin-top: 10px;
}
.overwrite-js-sp-content-wrap .item-detail-img-lineup .item-img-thumb-2.sold:before {
  width: 60px;
  margin-left: -30px;
}
.overwrite-js-sp-content-wrap .item-img-text span {
  font-size: 10px;
}
.overwrite-js-sp-content-wrap #zoom-content-sp img {
  width: 100%;
}
.overwrite-js-sp-content-wrap .youtube-box {
  width: 100%;
  padding-right: 0;
}
.overwrite-js-sp-content-wrap .item-detail-btn-1 a {
  height: 40px;
  padding-left: 0;
  padding-right: 10px;
  background-position: right 12px top 50% !important;
  justify-content: center;
  font-size: 10px;
}
.overwrite-js-sp-content-wrap .select-item-btn .item-btn {
  height: 40px;
  line-height: 38px;
  /* font-size: inherit;*/
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
}
.overwrite-js-sp-content-wrap .item-detail-content-select {
  margin-bottom: 20px;
}
.overwrite-js-sp-content-wrap .item-detail-content-select h4 {
  margin-bottom: 5px;
}
.overwrite-js-sp-content-wrap .item-detail-content-select p {
  font-size: 13px;
}
.overwrite-js-sp-content-wrap .item-detail-cart-price .price {
  font-size: 13px;
}
.overwrite-js-sp-content-wrap .item-detail-cart-price .price span {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  vertical-align: baseline;
}
.overwrite-js-sp-content-wrap .item-detail-ad p {
  line-height: 1.5em;
}
.overwrite-js-sp-content-wrap .item-detail-cart-price .price.postage {
  margin-bottom: 5px;
}
.overwrite-js-sp-content-wrap .item-detail-sale {
  width: 50px;
  font-size: 14px;
}
.overwrite-js-sp-content-wrap .btn-circle {
  width: 26px;
  height: 26px;
  line-height: 25px;
  border-radius: 50%;
}
.overwrite-js-sp-content-wrap .btn-circle-minus {
  line-height: 24px;
}
.overwrite-js-sp-content-wrap .item-counter .item-counter {
  width: auto;
  margin-top: 0;
  margin-bottom: 10px;
}
.overwrite-js-sp-content-wrap .item-counter .col-sm-4 {
  float: right;
  width: auto;
}
.overwrite-js-sp-content-wrap .item-counter .col-sm-4 + * {
  clear: both;
}
.overwrite-js-sp-content-wrap .item-detail-table-1 h5 {
  font-size: 14px;
}
.overwrite-js-sp-content-wrap .item-detail-table {
  width: calc(100% + 20px);
  max-width: inherit;
  margin-top: 20px;
  margin-top: 0;
  margin-left: -10px;
  margin-right: -10px;
  border-top: 0;
}
.overwrite-js-sp-content-wrap .item-detail-table .table-row-title,
.overwrite-js-sp-content-wrap .item-detail-table .table-row-text {
  display: block;
  width: auto;
  padding: 10px;
  border-left-width: 0;
  border-right-width: 0;
}
.overwrite-js-sp-content-wrap .item-detail-table .table-row-title {
  border-bottom: 0;
}
.overwrite-js-sp-content-wrap .item-detail-table .table-row-text {
  border-top: 0;
  border-bottom: 0;
}
.overwrite-js-sp-content-wrap .question-circle {
  display: inline-block;
  height: 18px;
  background-size: 16px 16px;
  background-position: left 2px;
  padding-left: 20px;
}
.overwrite-js-sp-content-wrap .pdf-link-group {
  margin-bottom: 20px;
}
.overwrite-js-sp-content-wrap .pdf-link-group .pdf-link {
  display: block;
  height: auto;
  margin-bottom: 10px;
  border-width: 2px;
}
.overwrite-js-sp-content-wrap .pdf-link-group .pdf-link .pdf {
  display: block;
  padding: 10px 10px 10px 40px;
  background-size: 15px;
  background-position-x: 15px;
}
.overwrite-js-sp-content-wrap .item-detail-other-links {
  margin-top: 20px;
  margin-bottom: 20px;
}
.overwrite-js-sp-content-wrap .item-detail-other-links p {
  line-height: 25px;
}
.overwrite-js-sp-content-wrap .item-detail-table-3 .product-tag {
  margin-top: 7px;
  width: 90%;
  text-align: center;
}
.overwrite-js-sp-content-wrap .item-detail-table-3 .clematis {
  overflow: auto;
}
.overwrite-js-sp-content-wrap .item-detail-table-3 .clematis::-webkit-scrollbar {
  height: 10px;
}
.overwrite-js-sp-content-wrap .item-detail-table-3 .clematis::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.overwrite-js-sp-content-wrap .item-detail-table-3 .clematis::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #bfb5ac;
}
.overwrite-js-sp-content-wrap .item-detail-table-3 .clematis table {
  width: max-content;
  max-width: max-content;
}
.overwrite-js-sp-content-wrap .item-detail-table-3 .clematis tr td:last-child {
  width: 250px;
}
.overwrite-js-sp-content-wrap .btn-more-plus {
  width: 100%;
}
.overwrite-js-sp-content-wrap .btn-more-plus,
.overwrite-js-sp-content-wrap .btn-more-minus {
  font-size: 11px;
  font-weight: bold;
  background-size: 10px;
}
.overwrite-js-sp-content-wrap .btn-more-minus {
  width: 100%;
}
.overwrite-js-sp-content-wrap input[type="text"].item-counter-box {
  width: 40px;
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 30px;
  font-size: 13px;
}
.overwrite-js-sp-content-wrap .item-slider-sp p {
  padding-top: 10px;
  font-size: 11px;
}
.overwrite-js-sp-content-wrap .item-detail-content {
  width: 100%;
}
.overwrite-js-sp-content-wrap .item-counter-box {
  margin: 0 10px;
  width: 70px;
}
.overwrite-js-sp-content-wrap .item-img-thumb,
.overwrite-js-sp-content-wrap .item-img-thumb-1 a {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0;
  border-radius: 0;
  outline: none;
  overflow: visible;
}
@media (max-width: 767px) {
  
  .fixed-cart {
    padding: 12px;
  }
  .fixed-cart .flex-box > * {
    height: 40px;
    margin-right: 12px;
    flex-grow: 1;
  }
  .fixed-cart .flex-box > .item-detail-cart-btn {
    margin-right: 0;
    flex-grow: 2;
  }
  .fixed-cart .flex-box > * > * {
    height: 100%;
  }
  .fixed-cart .btn,
  .fixed-cart .item-detail-cart-btn div a {
    display: block;
    height: 100%;
    margin-bottom: 0;
    padding: 0;
    border-width: 1px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: normal;
    line-height: 38px;
  }
  .fixed-cart .item-detail-cart-btn div a {
    padding-left: 15px;
  }
  .fixed-cart .item-detail-cart-btn div a:before {
    left: 10px;
  }
  .item-detail-cart-btn .btn-request2 a,
  .item-detail-cart-btn .btn-favorite2 a {
    border-width: 1px;
  }
  .item-detail-cart-btn div a,
  .item-detail-cart-btn div span {
    height: 40px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 40px;
  }
  .item-detail-cart-btn div a:before {
    left: 20px;
    margin-top: -7px;
    width: 14px;
    height: 14px;
  }
  #zoom-content-sp {
    background-color: #fff;
  }
  #zoom-content-sp p {
    text-align: center;
  }
  #zoom-content-sp label {
    display: inline-block;
    margin: 0;
    padding: 13px 0;
  }
  #zoom-content-sp label span {
    font-size: 10px;
    font-weight: normal;
    line-height: 18px;
  }
  
  .item-detail-top {
    margin-top: 10px;
  }
  .review-row {
    /* margin-top: 0; */
    padding-bottom: 25px;
  }
  .review-row .row p.bold {
    font-size: 13px;
  }
  .review-row hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .item-detail-content {
    margin-bottom: 20px;
  }
  .item-detail-blog p {
    margin-bottom: 15px;
  }
  .item-detail-content-title.section-title {
    font-size: 16px;
  }
  .tag-area.item-detail {
    width: calc(100% + 5px);
    margin-bottom: 15px;
  }
  .tag-area.item-detail span {
    margin: 0 5px 5px 0;
    border-width: 1px;
  }
  .item-detail-btn-1.sp {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .youtube {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .item-img-text,
  .item-cap-text-sp {
    padding-top: 10px;
  }
  .item-img-text {
    margin-bottom: 15px
  }
  .item-cap-text-sp li {
    display: none;
  }
  .item-cap-text-sp li.act {
    display: block;
    font-size:13px;
  }
  .select-item-btn .item-btn,
  .item-detail-img-lineup .item-img-thumb-2 {
    margin-top: 10px;
  }
  .item-detail-img-lineup .item-img-thumb-2.sold:before {
    width: 60px;
    margin-left: -30px;
  }
  .item-img-text span {
    font-size: 10px;
  }
  #zoom-content-sp img {
    width: 100%;
  }
  .youtube-box {
    width: 100%;
    padding-right: 0;
  }
  .item-detail-btn-1 a {
    height: 40px;
    padding-left: 0;
    padding-right: 10px;
    background-position: right 12px top 50% !important;
    justify-content: center;
    font-size: 10px;
  }
  .select-item-btn .item-btn {
    height: 40px;
    line-height: 38px;
    /* font-size: inherit;*/
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
  }
  .item-detail-content-select {
    margin-bottom: 20px;
  }
  .item-detail-content-select h4 {
    margin-bottom: 5px;
  }
  .item-detail-content-select p {
    font-size: 13px;
  }
  .item-detail-cart-price .price {
    font-size: 13px;
  }
  .item-detail-cart-price .price span {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    vertical-align: baseline;
  }
  .item-detail-ad p {
    line-height: 1.5em;
  }
  .item-detail-cart-price .price.postage {
    margin-bottom: 5px;
  }
  .item-detail-sale {
    width: 50px;
    font-size: 14px;
  }
  .btn-circle {
    width: 26px;
    height: 26px;
    line-height: 25px;
    border-radius: 50%;
  }
  .btn-circle-minus {
    line-height: 24px;
  }
  .item-counter .item-counter {
    width: auto;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .item-counter .col-sm-4 {
    float: right;
    width: auto;
  }
  .item-counter .col-sm-4 + * {
    clear: both;
  }
  .item-detail-table-1 h5 {
    font-size: 14px;
  }
  .item-detail-table {
    width: calc(100% + 20px);
    max-width: inherit;
    margin-top: 20px;
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px;
    border-top: 0;
  }
  .item-detail-table .table-row-title,
  .item-detail-table .table-row-text {
    display: block;
    width: auto;
    padding: 10px;
    border-left-width: 0;
    border-right-width: 0;
  }
  .item-detail-table .table-row-title {
    border-bottom: 0;
  }
  .item-detail-table .table-row-text {
    border-top: 0;
    border-bottom: 0;
  }
  .question-circle {
    display: inline-block;
    height: 18px;
    background-size: 16px 16px;
    background-position: left 2px;
    padding-left: 20px;
  }
  .pdf-link-group {
    margin-bottom: 20px;
  }
  .pdf-link-group .pdf-link {
    display: block;
    height: auto;
    margin-bottom: 10px;
    border-width: 2px;
  }
  .pdf-link-group .pdf-link .pdf {
    display: block;
    padding: 10px 10px 10px 40px;
    background-size: 15px;
    background-position-x: 15px;
  }
  .item-detail-other-links {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .item-detail-other-links p {
    line-height: 25px;
  }
  .item-detail-table-3 .product-tag {
    margin-top: 7px;
    width: 90%;
    text-align: center;
  }
  .item-detail-table-3 .clematis {
    overflow: auto;
  }
  .item-detail-table-3 .clematis::-webkit-scrollbar {
    height: 10px;
  }
  .item-detail-table-3 .clematis::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }
  .item-detail-table-3 .clematis::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #bfb5ac;
  }
  .item-detail-table-3 .clematis table {
    width: max-content;
    max-width: max-content;
  }
  .item-detail-table-3 .clematis tr td:last-child {
    width: 250px;
  }
  .btn-more-plus {
    width: 100%;
  }
  .btn-more-plus,
  .btn-more-minus {
    font-size: 11px;
    font-weight: bold;
    background-size: 10px;
  }
  .btn-more-minus {
    width: 100%;
  }
  input[type="text"].item-counter-box {
    width: 40px;
    height: 30px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 30px;
    font-size: 13px;
  }
  .item-slider-sp p {
    padding-top: 10px;
    font-size: 11px;
  }
  
}
@media screen and (max-width: 320px) {
  
  .item-detail-btn-1 a {
    padding-left: 10px;
  }
  
}
.overwrite-canpaign-product {
  font-weight:bold;
  padding-top:10px;
}
.btn-sold2 {
  margin-bottom:20px;
}
@media (max-width: 767px) {
  .free-html img {
    width: 100%;
  }
  .btn-sold2 {
    margin-bottom:10px;
  }
}

/* 追加 */
.overwrite-js-sp-content-wrap .fixed-cart .flex-box .overwrite-cart-flex-01 {
  width: 49%!important;
  margin: 0;
  padding-right: 1%;
}
.overwrite-js-sp-content-wrap .fixed-cart .flex-box .overwrite-cart-flex-02 {
  width: 49%!important;
  margin: 0;
  padding-left: 1%;
  flex-grow: 1;
}
.overwrite-js-sp-content-wrap .fixed-cart .item-detail-cart-btn div a, .fixed-cart .item-detail-cart-btn div span {
  border-radius: 40px;
  font-size:10px;
  font-weight: normal;
}
.overwrite-js-sp-content-wrap .fixed-cart .btn-sold2 {
  margin-bottom: 0!important;
}
@media (max-width: 767px) {
  .fixed-cart .flex-box .overwrite-cart-flex-01 {
    width: 49%!important;
    margin: 0;
    padding-right: 1%;
  }
  .fixed-cart .flex-box .overwrite-cart-flex-02 {
    width: 49%!important;
    margin: 0;
    padding-left: 1%;
    flex-grow: 1;
  }
  .fixed-cart .item-detail-cart-btn div a, .fixed-cart .item-detail-cart-btn div span {
    border-radius: 40px;
    font-size:10px;
    font-weight: normal;
  }
  .fixed-cart .btn-sold2 {
    margin-bottom: 0!important;
  }
}
/* バナーモーダルの調節 */
div#cboxLoadedContent {
  height: auto !important;
}
@media (max-width: 767px) {
  .overwrite-cart-flex-01 .btn-cart2 a:after {
    top: 0;
  }
  .overwrite-cart-flex-02 .item-detail-cart-btn .btn-favorite2 a:after {
    top: 0;
  }
  .overwrite-cart-flex-01 .btn-request2 a:after {
    top: 0;
  }
}

.item-detail-table-3 h4 {
  font-size:22px;
}
.item-detail-table-3 h5 {
  font-size:18px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .item-detail-table-3 h4 {
    font-size:20px;
  }
  .item-detail-table-3 h5 {
    font-size:16px;
    padding-left: 0;
  }
  .overwrite-sp-nolink a{
    pointer-events: none;
  }
}

.item-detail-table-3 .clematis table{
  border-collapse: separate;
  border-spacing: 0;
}
.item-detail-table-3 .clematis table tr{
  display: block;
  border-top: 1px dotted #bfb5ac;
}
.item-detail-table-3 .clematis table tr:first-child{
  border-top: none;
}
.item-detail-table-3 .clematis .table.dot > tbody > tr > td{
  border-top: none;
}
.item-detail-table-3 .clematis .table.dot > tbody > tr > td:nth-child(1),.item-detail-table-3 .clematis .table.dot > tbody > tr > th:nth-child(1){
  width: 162px;
}
.item-detail-table-3 .clematis .table.dot > tbody > tr > td:nth-child(2),.item-detail-table-3 .clematis .table.dot > tbody > tr > th:nth-child(2){
  width: 114px;
}
.item-detail-table-3 .clematis .table.dot > tbody > tr > td:nth-child(3),.item-detail-table-3 .clematis .table.dot > tbody > tr > th:nth-child(3){
  width: 68px;
}
.item-detail-table-3 .clematis .table.dot > tbody > tr > td:nth-child(4),.item-detail-table-3 .clematis .table.dot > tbody > tr > th:nth-child(4){
  width: 68px;
}
.item-detail-table-3 .clematis .table.dot > tbody > tr > td:nth-child(5),.item-detail-table-3 .clematis .table.dot > tbody > tr > th:nth-child(5){
  width: 146px;
}
.item-detail-table-3 .clematis .table.dot > tbody > tr > td:nth-child(6),.item-detail-table-3 .clematis .table.dot > tbody > tr > th:nth-child(6){
  width: 442px;
}
.item-detail-table-3 .orchid ul li:first-child {
  padding-top: 0;
}
.products-new-sec {
  position: relative;
}
.acc-auto-more-back {
  display: none;
}
.acc-auto-more-back-active {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 30%, #fff 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 30%, #fff 100%);
  z-index: 1;
}
.products-new-sec .acc-auto-btn{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.acc-auto.act + .acc-auto-btn {
  margin-top: 25px;
  position: static;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(0);
}
@media (max-width: 767px) {
  .acc-auto-more-back-active {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
}
.js-item-detail-url-copy-wrap {
  position: relative;
}
.js-item-detail-url-copy {
  position: absolute;
  font-size: 16px;
  line-height: 16px;
  padding: 10px 0;
  bottom: 90px;
  left: 50%;
  transform: translate(-50%,20px);
  display: inline-block;
  border-radius: 6px;
  background: #ff5454;
  width: 300px;
  font-weight: bold;
  z-index: 9;
  opacity: 0;
  transition: .3s;
  color: #fff;
  visibility:hidden;
}
.js-item-detail-url-copy-active {
  opacity: 1;
  transform: translate(-50%,5px);
  visibility:visible;
}
.js-item-detail-url-copy:after, .js-item-detail-url-copy:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.js-item-detail-url-copy:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 84, 84, 0);
  border-top-color: #ff5454;
  border-width: 10px;
  margin-left: -10px;
}
.item-detail-blog h4{
  margin-top: 20px;
}
.item-detail-blog .acc-auto.act + .acc-auto-btn {
  margin-top: 25px;
}
.item-detail-blog a {
  text-decoration: underline;
}
.item-detail-table a {
  text-decoration: underline;
}
.acc-auto-btn {
  width:360px;
  margin-left:auto;
  margin-right: auto;
}
@media (max-width: 767px){
  .acc-auto-btn {
    width:100%;
  }
}

@media (min-width: 768px){
	.item-share-content{
		font-size:14px;
	}
	.item-detail-content-title{
		font-size:26px;
    margin-top: 0;
	}}

/* レビューエリア */
.review-row .row{
	padding: 5px 0 8px 22px;
}
.review-row span {
	padding-left: 10px;
	font-weight: bold;
}
.reviewcomment{
	padding: 20px;
	background-color: #f9f4e1;
	border-radius: 7px;
	position: relative;
}
.reviewcomment:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 23px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7.5px 10px 7.5px;
	border-color: transparent transparent #f9f4e1 transparent;
}
.sakatacomment{
	margin-top: 15px;
	margin-left: 50px;
}
.sakatacomment .icon-user{
	padding: 5px 0 10px 20px;
}
.sakatacomment p{
	border-radius: 7px;
	background-color: #f7f6f3;
	padding: 20px;
	position: relative;
}
.sakatacomment p:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 22px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7.5px 10px 7.5px;
	border-color: transparent transparent #f7f6f3 transparent;
}
@media only screen and (max-width: 767px){
	.review-row span {
    font-size: smaller;
	}
	.reviewcomment:before {
		content: "";
		position: absolute;
		top: -10px;
		left: 23px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 7.5px 10px 7.5px;
		border-color: transparent transparent #f9f4e1 transparent;
	}
	.sakatacomment p:before {
		content: "";
		position: absolute;
		top: -10px;
		left: 22px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 7.5px 10px 7.5px;
		border-color: transparent transparent #f7f6f3 transparent;
	}
}

/* 画像拡大ボタン調整 */
.btn-open {
	padding: 5px 20px;
	font-size: 14px;
	color: #443829;
	border: 1px solid #9c8e7c;
}


/* 印刷設定追加 */
@media print {
	body {-webkit-print-color-adjust: exact;}
	.fixed-cart-overwrite,.page-top-act,.item-detail-ad,.item-counter,.item-share-content,.acc-auto-more-back,.acc-auto-btn,.item-list-container .col-sm-3,.search-bar,.sub-nav,.products-ranking-sec,.products-current-sec,.guide-sec,.zoom,.container > .products-new-sec,body > .hidden-xs,body > .hidden-sm,.youtube,.login-bar{display:none!important;}
	.question-circle,.pdf-link .pdf {background-repeat: no-repeat!important;}
	.acc-auto {max-height: 100%!important;}
	.col-sm-push-3{left: 0%!important;}
	.col-sm-9 {width: 100%!important;}
	#item-detail{margin-top: 40px!important;}
	.item-detail-content{width:100%!important;}
	.section-title{margin-bottom:10px!important;padding-bottom:0!important;}
	.item-detail-table .table-row-text{height:auto!important;}
	.item-detail-table td{display: table-cell!important;}
	.pc-header .g-nav > ul{visibility: hidden!important;}
	.pc-header .header-id {top: 10px!important;}
	.pc-header .g-nav {margin-top: 40px!important;}
	.grpPictList li,.item-img-thumb-1 a{width:80px!important;height:80px!important;}
	.item-img-thumb-1, .item-img-thumb-1 ul {display: flex!important;flex-wrap: wrap!important;}
}