/* CSS RESET v2.0 | 20110126 License: none (public domain) */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
  filter:inherit; -ms-filter:inherit;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}
img {
  display: block;
}

div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: border-box;
}

.wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  overflow: hidden;
}


[class^="img-"] {
  position: absolute;
}

[class^="img-"] i {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
}



.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  overflow: hidden;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
}




/******************************************
* images
******************************************/
.product {
  background-image: url(../img/product.png);
  background-position: center bottom !important;
}
.buy-now {
  background-image: url(../img/buy-now.png);
}




/******************************************
* position
******************************************/
.img-product {
  left: 4.1%;
  top: 9.1%;
  width: 91.3%;
  height: 102.2%;
}
.img-buy-now1,
.img-buy-now2 {
  top: 32%;
  width: 22.1%;
  height: 13.5%;
  border: 1px solid white;
}
.img-buy-now1 {
  left: 7%;
}
.img-buy-now2 {
  right: 7%;
}


.img-buy-now1:hover,
.img-buy-now2:hover {
  border: 1px solid #d9ac32;
}


.has-touch .img-buy-now1:hover,
.has-touch .img-buy-now2:hover {
  border: 1px solid white;
}



@media (max-width: 900px) and (orientation: portrait) {
  .img-product {
    left: -14.7%;
    top: 26%;
    width: 128%;
    height: 77%;
  }
  .img-buy-now1,
  .img-buy-now2 {
    top: 36%;
    width: 23%;
    height: 9%;
  }
  .img-buy-now1 {
    left: 3%;
  }
  .img-buy-now2 {
    right: 3%;
  }
}

@media (max-width: 600px) and (orientation: portrait) {
  .img-product {
    left: -40%;
    top: 26%;
    width: 180%;
    height: 77%;
  }
  .img-buy-now1,
  .img-buy-now2 {
    top: 10%;
    width: 33.3%;
    height: 8%;
  }
  .img-buy-now1 {
    left: 33.3%;
  }
  .img-buy-now2 {
    right: 3%;
    display: none;
  }
}

@media (max-width: 900px) and (orientation: landscape) {
}






/******************************************
* others
******************************************/
.footer {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.cookie {
  cursor: pointer;
  text-decoration: underline;
  text-transform: uppercase;
  color: #fff !important;
  border: unset !important;
  padding: unset !important;
  font-size: unset !important;
}
.cookie:hover {
  background: unset !important;
}

.footer a,
.footer span {
  color: white;
}
.footer a,
.footer span {
  font-size: 1em;
}
.footer span {
  padding: 0 12px;
}
.footer a:hover {
  color: #d9ac32;
}
.has-touch .footer a:hover {
  color: white;
}

@media (max-width: 768px){
  .footer {
    left: 1.5vw;
    bottom: 1.5vw;
  }
  .footer a,
  .footer span {
    font-size: 2.2vw;
  }
  .footer span {
    padding: 0 1.5vw;
  }
}


