@font-face {
    font-family: Josefin Sans;
    src: url(Font/JosefinSans-VariableFont_wght.ttf);
  }

body{
    background-color:#fafafa;
}

.div
{
   display:block;
}

model-viewer {
    width: 100%;
    height: 800px;
  }

.container{
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.row-0{
    margin-left: 0;
    margin-right: 0;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.boxleft{
    width: 100%;
    position: relative;
}

.head-product{
    position: relative;
    font-family: Josefin Sans;
    font-style: normal;
    font-weight: 100;
    font-size: 16.5px;
    line-height: 16px;
    color:black;
}

.share-product{
    position: absolute;
    right: 0px;
    top: -10px;
    z-index: 1;
}

.share{
    width: 54px;
    height: 54px;
}

.share:hover{
    transform: scale(1.2);
}

.product-title{
    margin-top: 35px;
    margin-bottom: 30px;
    font-family: Josefin Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 70px;
    line-height: 75px;
}

.name-product{
    text-align: inherit;
}

@media (min-width: 1280px){
    .product-content {
        padding-top: calc(4.6875vw - 30px);
        padding-left: calc(6.25vw + 20px);
    }
}

@media (min-width: 992px){
    .product-content {
        padding-left: calc(11.71875vw - 50px);
    }
}


.product-content {
    padding-top: 50px;
    padding-bottom: 2.5rem;
    padding-left: calc(8.6805555556vw - 36.6666666667px);
    padding-right: calc(8.6805555556vw - 36.6666666667px);
}

.price{
    font-family: Athiti;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 48px;
}

.symbol{
    font-family: Athiti;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 48px;
}
.height{
    font-family: Athiti;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 48px;
}

.product-top{
    padding-right: 3.75rem;
    overflow: visible;
}

.product-details{
    padding-right: 70px;;
}

.product-text{
    margin-bottom: 60px;
    font-family: Josefin Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 35px;
}

.review{
    padding-left: 10px;
    font-family: Josefin Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
}

.reviews{
    display: inline;
}

.product-review{
    padding-bottom: 20px;
}

.product-price-product-height{
    padding-bottom: 10px;
}

.product-instock{
    font-family: Josefin Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.16em;
    color: #A0A0A0;
}

.product-instock .stock-number{
    font-family: Josefin Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.16em;
    color: #000;
}

.product-cart{
    padding-top: 30px;
    display: flex;
}

.product-submit{
    display: inline-flex;
    overflow: hidden;
}

.add-to-cart{
    width: 142px;
    height: 47px;
    border-width: 2px;
    border-color: black;
    background-color: black;
}

.add-to-cart .text-cart{
    font-family: Josefin Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.1em;
    color:white;
}

.buy-it-now{
    width: 142px;
    height: 47px;
    border-width: 2px;
    border-color: black;
}

.buy-it-now .text-buy{
    font-family: Josefin Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.1em;
}

  
  .value-button {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    padding: 11px 0;
    background: #eee;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .value-button:hover {
    cursor: pointer;
  }
  
  form #decrease {
    margin-right: -4px;
    border-radius: 8px 0 0 8px;
  }
  
  form #increase {
    margin-left: -4px;
    border-radius: 0 8px 8px 0;
  }
  
  form #input-wrap {
    margin: 0px;
    padding: 0px;
  }
  
  input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    height: 40px;
  }
  
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
  }

  .product-favorites{
      display: flex;
      padding-top: 50px;
  }

.product-favorites .add-to-wishlist .img-wishlist{
    display: inline;
}

.product-favorites .add-to-compare {
    padding-left: 20px;
}

.product-favorites .add-to-compare .img-compare{
    display: inline;
}

.text-favorite{
font-family: Josefin Sans;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.1em;

}

  .visitor{
    font-family: Josefin Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 13.9px;
    line-height: 14px;
    letter-spacing: 0.045em;
    color: #c60606;
  }

  .qty .count {
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 2px
    ;min-width: 35px;
    text-align: center;
}
.qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 30px;
    height: 30px;
    background-image: url(images/plus.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-clip: padding-box;
    }
.qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 30px;
    height: 30px;
    background-image: url(images/remove.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-clip: padding-box;
}

/*Prevent text selection*/
/* span{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
} */
input{  
    border: 0;
    width: 2%;
}
nput::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input:disabled{
    background-color:white;
}

.product-quantity{
    width: 150px;
}

.visitor{
    padding-top: 20px;
}

.qty{
    padding: 10px;
}

.hot{
    position: absolute;
    top: 50px;
    left: 10px;
    width: 67px;
    height: 41px;
    background: #FFFFFF;
    border: 3px solid #F49C17;
    box-sizing: border-box;
    display: flex;
    text-align: center;
    justify-content: center;
}

.hot .text-hot{
    font-family: Josefin Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.1em;
    color: #F49C17;
    padding-top: 10px;
}

.arbutton{
    border: 0px;
    background:transparent;
}

/* artist */

.container-logo{
    display: table;
    margin: 0 auto;
}

.names{
    display: flex;
}

.img-artist{
    width: 87px;
    height: 80px;
    vertical-align: middle;
}
.name-artist{
    display: inline-block;
}

.box-start{
    padding-left: 60px;
}

.container-info{
    padding-top: 8%;
}

.info-top{
    display: flex;
}

.info-profile{
    padding-left: 37px;
    display: grid;
}

.info-middle{
    padding-top: 50px;
}

.info-buttom{
    width: 248px;
    height: 114px;
}

.contauner-pic-head{
    padding-top: 8%;
}

.container-artwork{
    padding-top: 5%;
}

.artwork .text-artwork{
    justify-content: center;
}

.four-gallery{
    padding-top: 70px;
}

.border-howto{
    width: 182px;
    height: 46px;
    border-style: solid;
    border-color: #5DC7D4;
    background-color: #5DC7D4;
}

.container-gachapon{
    padding-top: 3%;
    padding-bottom: 5%;
}

.model-animation{
    padding-top: 3%;
}

.gachapon-howto{
    padding-top:15px;
    text-align: center;
    color:white;
}

.categories{
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 50px;
}

.all-gachapon{
    margin-left: 15%;
}

.container-contact{
    position: relative;
}

.row-contact{
    width: 100%;
  height: 100%;
  position: absolute;
  top: -120px;
  left: 0;
}

.contact-head{
    padding-top: 250px;
}

.contact{
    padding-top: 5%;
}

.address{
    padding-top: 10%;
}

.email{
    padding-top: 10%;
}

.telephone{
    padding-top: 10%;
}

.bg-toymon{
    background-image:url(http://idigi-design.com/gachathani/GachaThaniWeb/images/ToyMon/2.png);
    background-repeat: no-repeat;
    background-size:100%;
}

.set-size-modelviewer{
    height: 860px;
}

.set-size-modelviewer-gachapon{
    height: 600;
}
.text16{
    font-family: Josefin Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16.5px;
    line-height: 16px;
}

.text18-300{
    font-family: Josefin Sans;
    font-style: 300;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.015em;
}

.text18-400{
    font-family: Josefin Sans;
    font-style: 400;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.015em;
}

.text18{
    font-family: Josefin Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.1em;
}

.text24black{
    font-family: Josefin Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.015em;
}

.text25{
    font-family: Josefin Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 25px;  
}

.text30bold{
    font-family: Josefin Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
}

.text42{
    font-family: Josefin Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -0.015em;
    text-align: center;
}

.text48blackboldnocenter{
    font-family: Josefin Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.015em;
}

.text48blackbold{
    font-family: Josefin Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    letter-spacing: -0.015em;
}

.text50black{
    font-family: Josefin Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 50px;
}

.text55bold{
    font-family: Josefin Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 55px;
    line-height: 55px;
}

.text64black{
    font-family: Josefin Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 64px;
    text-align: center;
    letter-spacing: -0.015em;
}

.text-main-artwork{
    font-family: Josefin Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 23px;
    line-height: 23px;
    text-align: center;
    letter-spacing: -0.015em;
}

.text-sub-artwork{
    font-family: Josefin Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 13.8px;
    line-height: 14px;
    letter-spacing: -0.015em;
}