@font-face {
  font-family: 'Verdana';
  src: url(../fonts/Verdana.ttf); }
@font-face {
  font-family: 'FLOPDESIGNFONT';
  src: url(../fonts/FLOPDESIGNFONT.OTF); }
/* line 25, ../scss/global.scss */
body {
  font-family: Verdana;
  background-color: #FFFFFF; }

/* line 30, ../scss/global.scss */
.main-background {
  background-color: #FFFFFF;
  width: 100%; }

/* line 35, ../scss/global.scss */
.navbar-custom {
  background-color: #52e25a; }

/* line 42, ../scss/global.scss */
.header-title h3 {
  text-align: center;
  color: #52e25a;
  border: 1px; }

/* line 50, ../scss/global.scss */
.midium-hr {
  border: 0;
  height: 1px;
  background: #535e53;
  background-image: -webkit-linear-gradient(left, #ccc, #535e53, #ccc);
  background-image: -moz-linear-gradient(left, #ccc, #535e53, #ccc);
  background-image: -ms-linear-gradient(left, #ccc, #535e53, #ccc);
  background-image: -o-linear-gradient(left, #ccc, #535e53, #ccc); }

/* line 60, ../scss/global.scss */
.long-hr {
  border-color: #535e53;
  border-width: 1.5px; }

/* line 67, ../scss/global.scss */
.footer {
  width: 100%;
  background-color: #52e25a; }
/* line 70, ../scss/global.scss */
.footer .footer-copyright {
  color: #FFFFFF; }

/* line 52, ../scss/_top-style.scss */
#study {
  width: 100%;
  background-image: linear-gradient(-45deg, #ffffff 25%, #cbf6cd 25%, #cbf6cd 50%, #ffffff 50%, #ffffff 75%, #cbf6cd 75%, #cbf6cd);
  background-size: 8px 8px;
  text-align: center; }
/* line 58, ../scss/_top-style.scss */
#study .col-md-12 {
  margin-top: 1%;
  margin-bottom: 1%; }
/* line 62, ../scss/_top-style.scss */
#study img {
  margin-left: 2.75%;
  margin-right: 2.75%;
  margin-top: 1%; }
/* line 67, ../scss/_top-style.scss */
#study .col-md-3 {
  padding-bottom: 3%; }
/* line 69, ../scss/_top-style.scss */
#study .col-md-3 p {
  text-align: center;
  padding-top: 3%;
  padding-left: 10%;
  padding-right: 10%; }

/* line 80, ../scss/_top-style.scss */
#goods {
  text-align: center; }
/* line 85, ../scss/_top-style.scss */
#goods #title {
  margin-top: 3%;
  position: relative;
  text-align: center; }
/* line 90, ../scss/_top-style.scss */
#goods #title:before {
  border-top: 1px solid;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%; }
/* line 98, ../scss/_top-style.scss */
#goods #title span {
  background-color: white;
  display: inline-block;
  padding: 0 0.5em;
  position: relative; }
/* line 105, ../scss/_top-style.scss */
#goods .col-md-3 {
  padding-bottom: 3%; }
/* line 107, ../scss/_top-style.scss */
#goods .col-md-3 p {
  text-align: center;
  padding-top: 3%;
  padding-left: 10%;
  padding-right: 10%; }

/* line 121, ../scss/_top-style.scss */
#customer {
  margin-bottom: 10%; }
/* line 124, ../scss/_top-style.scss */
#customer h4 {
  padding-top: 1%;
  padding-bottom: 1%;
  border: inset 1px black;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-align: center; }
/* line 133, ../scss/_top-style.scss */
#customer .col-md-4 {
  text-align: center; }

/* line 3, ../scss/_item-style.scss */
#item-detail {
  margin-bottom: 5%; }
/* line 6, ../scss/_item-style.scss */
#item-detail img {
  width: 100%; }
/* line 10, ../scss/_item-style.scss */
#item-detail table {
  margin-top: 5%;
  margin-bottom: 5%; }
/* line 14, ../scss/_item-style.scss */
#item-detail table td {
  text-align: left;
  padding-left: 5%;
  font-size: 20px; }
/* line 21, ../scss/_item-style.scss */
#item-detail #item-script {
  margin-top: 5%;
  margin-bottom: 5%; }

/* line 2, ../scss/_cart-style.scss */
.table {
  text-align: center; }

/* line 7, ../scss/_cart-style.scss */
.order-total1 {
  text-align: left; }

/* line 10, ../scss/_cart-style.scss */
.order-total2 {
  text-align: right; }
