.product__order.on_odr {
    position: fixed;
    background: #fff;
    width: 20%;
    top: 50%;
    right: 0;
    transition: all 0.2s ease-out;
    box-sizing: border-box;
    padding: 1%;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    border: 0;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
    border-radius: 5px;
    animation: show-cart-box 1s both;
}

@keyframes show-cart-box {
	0% {
		transform:translate(100%,0);
		opacity:0;
	}
	100% {
		transform:translate(0,0);
		opacity:1;
	}
}


.product__order.on_odr .option.row {
    margin: 0;
    width: 100%;
}

.product__order.on_odr .order.row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.product__order.on_odr .order.row dl.init-list.col.col-lg-4 {
    width: 50%;
    padding: 0;
    margin: 0;
}

.product__order.on_odr .order.row ul.order-btn-list.row.col.col-lg-8.unstyled {
    width: 100%;
    padding: 0 0 16px 0;
}

.product__order.on_odr ul.related-list.unstyled {
    padding: 0;
    text-align: left;
}

.product__order.on_odr ul.related-list.unstyled li.related-list__unit a {
    font-size: 12px;
}

@media(max-width:580px){
  .product__image.row {
    margin-bottom: 32px;
}
  .product__image.row .product__image-main.col.col-lg-7 {
      width: 100%;
      margin: 0 auto 16px;
      box-sizing: border-box;
      padding: 0 5%;
  }
  .product__image.row .product__image-thumb.col.col-lg-5 {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 5%;
}
  .product__image-thumb.col.col-lg-5 li.col.col-lg-3 {
    width: 25% !important;
    /*height: auto !important;*/
    padding: 0;
}
  .product__image-thumb.col.col-lg-5 li.col.col-lg-3 img {
    width: 100%;
    max-height: unset !important;
    /*height: fit-content;*/
    box-sizing: border-box;
}  
  
  .product__guide.row .product__prices.col.col-lg-7 {
    width: 100%;
    margin: 0 0 16px 0;
}
  .product__guide.row .product__prices.col.col-lg-7 p {
    text-align: center;
}
  .product__guide.row .product__info.col.col-lg-5 {
    width: 100%;
    padding: 0;
}
  .product__guide.row .product__info.col.col-lg-5 ul.product__social-list.unstyled.mar-b--20 li {
    display: flex;
    justify-content: center;
    gap: 8px;
}
  
  .product__order.on_odr {
        width: 100%;
        top: auto;
        right: 0;
        bottom: 0;
        box-sizing: border-box;
        padding: 3% 18% 2% 3%;
    }
  .init-list__detail-num {
    width: 40%;
  }
  .product__order .order.row {
      box-sizing: border-box;
      /*padding: 0 15%;*/
  }

.product__order.on_odr .order.row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 16px 0;
    align-items: flex-end;
}
  .product__order.on_odr .order.row ul.order-btn-list.row.col.col-lg-8.unstyled {
        width: 60%;
        padding: 0;
    }
  .product__order.on_odr .option.row ul.option-list.unstyled.row li.option-list__unit.col.col-lg-6 dl {
    margin: 0;
}
  .product__order.on_odr .order.row dl.init-list.col.col-lg-4 {
    width: 40%;
}
  .product__order.on_odr dt.option-list__name {
    padding: 0;
}
  .product__order.on_odr select.option-list__select {
    height: 35px;
}
  .product__order.on_odr dt.init-list__name, .product__order.on_odr .text-titles-list__name {
    padding: 0;
}
  .product__order.on_odr .order.row dl.init-list.col.col-lg-4 input.init-list__detail-num {
    width: 50%;
}
  .product__order.on_odr .order.row dl.init-list.col.col-lg-4 ul.init-list__detail-updw.unstyled {
    padding: 0 0 0 4px;
}
  }