@font-face {
    font-family: Roboto-Regular;
    src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/Poppins-Medium.ttf');
}
@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/Poppins-Regular.ttf');
}
@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/Poppins-Bold.ttf');
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: Roboto-Regular,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1,h2,h3{
    font-family: Poppins-Medium,Helvetica,Arial,sans-serif;
}
h4,h5{
    font-family: Poppins-Medium,Helvetica,Arial,sans-serif;
}
p{
    font-family: Roboto-Regular,Helvetica,Arial,sans-serif;
}
label, span, ul, li, input{
    font-family: Roboto-Regular,Helvetica,Arial,sans-serif;
}
a{
    text-decoration: none;
    outline: none;
}
a[href^="tel"] {
    color: inherit; /* Inherit text color of parent element. */
    text-decoration: none; /* Remove underline. */
    /* Additional css `propery: value;` pairs here */
}
a:hover {
    text-decoration: none;
}
input{
    outline: none;
}
table{
    width: 100%;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.grid-content-most ul:before, .secure-product .grid-secure-content ul:before,
.grid-content-most ul:after, .secure-product .grid-secure-content ul:after,
.container-content:before,
.container-content:after {
    content: " ";
    display: table;
}
.wrapper {
    position: relative;
    overflow: hidden;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.grid-content-most ul:after, .secure-product .grid-secure-content ul:after,
.cotainer-content:after {
    clear: both;
}
.container {
    padding: 0;
    position: relative;
    width: 600px;
    margin: 0 auto;
}
.row{
    position: relative;
}
.modal-open {
    overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: #00752c;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.modal-content {
    position: relative;
    background-clip: padding-box;
    outline: 0;
    border-radius: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: transparent;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.modal-body {
    position: relative;
    padding: 0;
}
.modal-footer {
  text-align: center;
  padding: 22px 0;
  border-top: 1px solid #9c9d9f;
  margin: 0;
  padding: 50px;
  background-color: #ffffff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding-top: 26px;
}
.close{
    position: relative;
    outline: none;
    cursor: pointer;
    display: inline-block;
    margin-left: 27px;
}
.close img {
    width: 21px;
}
html {
    width: 100%;
    margin: 0 auto;
    background-image: url(../img/default/background-desktop.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    overflow-x: hidden;
    background-color: #fdc010;
}
.logo-head {
    text-align: center;
    padding-top: 75px;
    padding-bottom: 100px;
}
.head-content p {
    font-size: 14px;
    font-family: Roboto-Regular;
    margin-bottom: 30px;
}
.head-content p a{
    color: #000000;
    font-weight: 600;
}
span.btn-default {
    width: 100%;
    text-align: center;
    display: block;
    background-color: #000000;
    font-family: Poppins-Medium;
    font-size: 14px;
    border-radius: 5px;
}
span.btn-default a {
    display: block;
    padding: 15px;
    color: #ffffff;
}
.head-content {
    margin-bottom: 50px;
}
.poin-change span:first-child {
    float: left;
}
.poin-change span:last-child {
    float: right;
}
.poin-change span {
    display: block;
    font-family: Poppins-Medium;
    font-size: 14px;
}
.poin-change span a {
    color: #000000;
    display: block;
}

.poin-change span img {
    vertical-align: middle;
    margin-right: 8px;
}
.row.poin-change {
    margin-bottom: 50px;
}
.content-alternate p {
    font-family: Roboto-Regular;
    font-size: 14px;
}
.content-alternate {
    margin-bottom: 20px;
}
.alternate-shop ul li {
    margin-bottom: 20px;
    border-radius: 8px;
    font-family: Poppins-Medium;
}
.alternate-shop ul li a {
    display: block;
    background-color: #f2f2f2;
    padding: 15px;
    border-radius: 8px;
    color: #000000;
}
.alternate-shop ul li img {
    vertical-align: middle;
    width: 42px;
    height: 42px;
    object-fit: contain;
    margin-right: 12px;
}
.alternate-shop {
    margin-bottom: 260px;
}
.row.footer span:nth-child(2) {
    float: left;
    margin-right: 10px;
}
.row.footer span:nth-child(3) {
    float: right;
    margin-left: 10px;
}
.row.footer span {
    width: calc(50% - 10px);
    padding: 10px;
    background-color: #f2f2f2;
    font-family: Roboto-Regular;
    font-size: 14px;
    border-radius: 8px;
}
.row.footer span img {
    vertical-align: middle;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.row.footer span a {
    color: #000000;
    display: block;
}
.footer {
    padding: 30px 0;
}
.footer p {
    text-align: center;
    font-size: 14px;
    font-family: Roboto-Regular;
    margin-bottom: 20px;
}
.panel {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
}
.panel h2 {
    font-size: 18px;
    font-family: Poppins-Bold;
    margin-bottom: 20px;
}
.panel p {
    font-family: Poppins-Regular;
    margin-bottom: 10px;
}
.panel input {
    width: 100%;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    padding: 5px 10px;
    margin-bottom: 15px;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
}
.head-content form {
    margin-top: 30px;
}
.panel button {
    width: 100%;
    border: 0;
    text-align: center;
    display: block;
    background-color: #000000;
    font-family: Poppins-Medium;
    font-size: 14px;
    border-radius: 5px;
    color: #ffffff;
    padding: 10px;
    margin-top: 25px;
}
@media screen and (max-width: 656px) {
    .logo-head img {
        width: 185px;
    }
    .logo-head {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    html {
        width: 100%;
        background-image: url(../img/default/background.jpg);
    }
    .container {
        width: 90%;
    }
}
@media screen and (max-width: 600px) {
    .poin-change span img {
        width: 30px;
    }
    .alternate-shop ul li img {
        width: 25px;
        height: 25px;
        margin-right: 12px;
    }
    .row.footer span img {
        margin-right: 10px;
        width: 20px;
        height: 20px;
    }
}