@charset: "UTF-8";
.bg-outline-grey{
	font-size: 0.6875rem;
	background-color: transparent;
	border: 1px solid #919191;
	color: #505050;
	padding: 0.25rem 0.5625rem;
}

/* owl-carousel */
.shohind .owl-carousel {
  padding: 0 !important;
}
.shohind .shohin_detail {
  margin: 0 !important;
}
@media (min-width: 766px) {
  .shohind .shohin_detail > .row > .col-md-6:first-of-type, .shohind .shohin_detail > .row > .col-sm-6:first-of-type {
    padding-right: 2.1875rem !important;
  }
}
.shohind .product-main-image {
  margin-bottom: 0 !important;
}
.shohind .product-other-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.shohind .product-other-images a{
  display: inline-block;
  width: 22%;
  height: auto;
  margin: 0;
}
.shohind .product-other-images a:not(:last-of-type){
  margin-right: 4%;
}
.shohind .product-other-images img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.shohind .owl-controls {
  margin: auto;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.shohind .owl-controls .owl-nav{
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shohind .owl-nav div{
  width: 33px;
  height: 75px;
  background-color: black;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.shohind .owl-nav .owl-prev{
  margin-left: 0px;
  position: relative;
}
.shohind .owl-nav .owl-prev::before{
    content: '';
    width: 23px;
    height: 23px;
    border: 0px;
    border-top: solid 4px white;
    border-right: solid 4px white;
    -webkit-transform: rotate(-128deg) skewX(16deg);
    transform: rotate(-128deg) skewX(16deg);
    position: absolute;
    top: 34%;
    left: 32%;
}
.shohind .owl-nav .owl-next{
  margin-right: 1px;
  position: relative;
}
.shohind .owl-nav .owl-next::before{
    content: '';
    width: 23px;
    height: 23px;
    border: 0px;
    border-bottom: solid 4px white;
    border-left: solid 4px white;
    /* -webkit-transform: rotate( -135deg); */
    -webkit-transform: rotate(-128deg) skewX(16deg);
    transform: rotate(-128deg) skewX(16deg);
    position: absolute;
    top: 35%;
    left: 0%;
}
.shohind .owl-nav div:hover {
    background-color: grey;
}

.shohind .cart_img.selected {
    outline-color: #5CBBAC;
    outline-style: solid;
}

/* border style */
.border-orange{
	border-bottom: 1px solid #FFEBDC;
}

/* button style */
#button-insert-cart{
	padding: 1.5rem;
}
#button-favorite-off,
#button-favorite-on{
	border: 1px solid #707070;
	padding: 0.875rem;
	position: relative;
}

/* bento ranking style */
.ranking-bento{
	width: 10rem;
}
.ds-name{
	font-size: 0.6875rem;
}
.ds-name:before{
	content: "";
	display: inline-block;
	background-image: url("/wao_img/sp/tenant.svg");
	width: 0.875rem;
	height: 0.875rem;
	vertical-align: text-bottom;
	margin-right: 0.125rem;
	background-repeat: no-repeat;
}
.ranking-bento .rank-icon{
	position: absolute;
	width: 2rem;
	height: 1.875rem;
	top: 0.25rem;
	left: 0.25rem;
}
.ranking-bento .rank-num{
	font-size: 0.9375rem;
	font-family: Arial;
	font-weight: bold;
	color: white;
	position: absolute;
	top: 0.8125rem;
	left: 1.25rem;
	transform: translateX(-50%);
}

