@charset "UTF-8";
/* CSS Document */
/*
*  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tfoot,
thead,
th,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparen;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  font-family: "微軟正黑體";
  margin: 0;
  padding: 0;
} /*body 設定*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0;
  list-style: none;
} /*網頁所有屬性設定*/
a {
  text-decoration: none;
  color: inherit;
  transition: ease 0.3s;
} /*a的設定*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select,
button {
  vertical-align: middle;
  font-family: "微軟正黑體";
}

.clearfix:before,
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1;
} /*清理浮動*/
input {
  outline: none;
} /*清除表單邊框顏色*/
a:focus {
  color: #ec6d81;
}

body {
  color: #333;
  background: #ffffff;
}

.img-responsive {
  max-width: 100%;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.header {
  padding: 20px 0 15px;
  text-align: center;
  border-bottom: solid 1px #ec6d81;
}
@media (max-width: 576px) {
  .header {
    padding: 10px 0;
    text-align: left;
  }
}
.header .logo {
  padding: 0 15px;
}
.header .logo img {
  width: 300px;
}
@media (max-width: 576px) {
  .header .logo img {
    width: 180px;
  }
}

.containers {
  width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .containers {
    width: 100%;
  }
}

menu {
  position: relative;
  padding: 10px 0;
  line-height: 36px;
}
@media (max-width: 576px) {
  menu {
    padding: 0;
    display: none;
  }
}
menu .menu {
  flex: 0 0 80%;
}
@media (max-width: 576px) {
  menu .menu {
    flex: 0 0 100%;
  }
}
menu .menu li {
  padding: 0 15px;
}
menu .menu li:hover {
  color: #ec6d81;
}
menu .menu li .menu-list a:hover {
  color: #fff;
}
@media (max-width: 576px) {
  menu .menu li {
    flex: 0 0 100%;
    background-color: #ec6d81;
    color: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    padding-left: 30px;
  }
}
menu .menu li a {
  display: block;
  position: relative;
  color: #ec6d81;
}
menu .menu li a:hover, menu .menu li a:focus {
  color: rgb(215.0181818182, 27.9818181818, 57.4363636364);
}
@media (max-width: 576px) {
  menu .menu li a:hover, menu .menu li a:focus {
    color: #fff;
  }
}
@media (max-width: 576px) {
  menu .menu li a {
    color: #fff;
  }
}
menu .menu li a i {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 16px;
}
menu .menu li:nth-child(2) {
  padding-left: 0;
}
@media (max-width: 576px) {
  menu .menu li:nth-child(2) {
    padding-left: 30px;
  }
}
menu .menu .menu-logo {
  display: none;
}
menu .menu .menu-logo img {
  width: 70px;
}
menu .menu-icon {
  flex: 0 0 20%;
  justify-content: flex-end;
}
@media (max-width: 576px) {
  menu .menu-icon {
    display: none;
  }
}
menu .menu-icon li {
  padding: 0 15px;
  font-size: 22px;
  position: relative;
}
menu .menu-icon li:hover {
  color: #ec6d81;
}
menu .menu-icon li a {
  color: #ec6d81;
}
menu .menu-icon li a:hover, menu .menu-icon li a:focus {
  color: rgb(215.0181818182, 27.9818181818, 57.4363636364);
}
@media (max-width: 576px) {
  menu .menu-icon li a:hover, menu .menu-icon li a:focus {
    color: #fff;
  }
}
menu .menu-icon li span {
  position: absolute;
  top: 0px;
  left: 31px;
  background: #ec6d81;
  border: 1px solid #fff;
  width: 20px;
  height: 20px;
  line-height: 19px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  font-size: 13px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ec6d81;
}

.swiper-button-prev {
  background-image: url("../img/prev.svg");
  background-size: 100px 40px;
}

.swiper-button-next {
  background-image: url("../img/next.svg");
  background-size: 100px 40px;
}

.warp-photo {
  padding: 50px 0;
}
@media (max-width: 576px) {
  .warp-photo {
    padding: 15px 0;
  }
}
.warp-photo .photo .photo-col {
  padding: 15px;
  flex: 0 0 50%;
}
.warp-photo .photo .photo-col .photo-box {
  position: relative;
  cursor: pointer;
}
.warp-photo .photo .photo-col .photo-box span {
  position: absolute;
  text-align: center;
  display: block;
  width: 100%;
  top: 55%;
  color: #fff;
  font-size: 18px;
}
.warp-photo .photo .photo-col .photo-box:hover span {
  top: 50%;
  animation: 0.2s ease-in fontSize;
  text-shadow: 1px 1px 2px #000;
}
.warp-photo .photo .photo-col .photo-box .photo-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.warp-photo .photo .photo-col .photo-box .photo-shadow:hover {
  background-color: rgba(0, 0, 0, 0);
  animation: 0.2s ease-in bgColor;
}
.warp-photo .photo .photo-col .photo-box .photo-shadow .photo-shadow-line {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scale(0.9);
  border: solid 1px #fff;
}
.warp-photo .photo .photo-col .photo-box .photo-shadow .photo-shadow-line:hover {
  transform: scale(1);
  animation: 0.2s ease-in sxsx;
}

@keyframes sxsx {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bgColor {
  0% {
    background-color: rgba(0, 0, 0, 0.2);
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
@keyframes fontSize {
  0% {
    top: 55%;
  }
  100% {
    top: 50%;
  }
}
.classroom {
  padding: 0 5px 60px;
}
.classroom h1 {
  font-size: 24px;
  color: #ec6d81;
  padding-left: 5px;
  border-bottom: solid 1px #ccc;
  position: relative;
  padding-bottom: 7px;
}
.classroom .classroom-box {
  padding-top: 25px;
}
.classroom .classroom-box .classroom-col {
  flex: 0 0 33.33333333%;
  padding: 1%;
  position: relative;
}
@media (max-width: 576px) {
  .classroom .classroom-box .classroom-col {
    flex: 0 0 100%;
    padding: 15px;
  }
}
.classroom .classroom-box .classroom-col:hover .classroom-shadow {
  display: flex;
}
@media (max-width: 576px) {
  .classroom .classroom-box .classroom-col img {
    width: 100%;
    max-width: initial;
  }
}
.classroom .classroom-box .classroom-col .classroom-shadow {
  position: absolute;
  width: 98%;
  height: 97%;
  top: 1%;
  left: 1%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  justify-content: center;
  align-items: center;
}
.classroom .classroom-box .classroom-col .classroom-shadow span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: rgba(236, 109, 129, 0.7);
  color: #fff;
  border-radius: 100%;
  border: solid 1px #fff;
  padding: 5px;
  font-size: 14px;
}

.move-a {
  font-size: 24px;
  color: #ec6d81;
  padding-left: 5px;
  border-bottom: solid 1px #ccc;
  position: relative;
  padding-bottom: 7px;
}
.move-a a {
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 13px;
  color: #ec6d81;
}
.move-a a:hover, .move-a a:focus {
  color: #ec6d81;
}

.top-product {
  padding: 0 0px 60px;
}
.top-product .top-product-title {
  flex: 0 0 100%;
  padding-bottom: 20px;
}
.top-product .top-product-col {
  flex: 0 0 25%;
  padding: 0;
  position: relative;
}
@media (max-width: 576px) {
  .top-product .top-product-col {
    flex: 0 0 50%;
  }
}
.top-product .top-product-col img {
  padding: 0 5px;
}
.top-product .top-product-col ul {
  line-height: 26px;
  font-size: 14px;
  color: #888;
  padding-left: 5px;
}
.top-product .top-product-col ul li:nth-child(2) {
  color: #333;
  font-size: 14px;
}
.top-product .top-product-col ul s {
  padding-right: 10px;
}
.top-product .top-product-col:hover ul {
  color: #ec6d81;
}
.top-product .top-product-col .product-new {
  position: absolute;
  top: 0;
  left: 5px;
  background: #ec6d81;
  color: #fff;
  padding: 12px 20px;
}

.supply {
  padding: 25px 0;
  min-height: 70px;
}
.supply .containers {
  position: relative;
}
.supply h1 {
  font-size: 20px;
  color: red;
  padding-left: 15px;
}
.supply .supply-btn {
  position: absolute;
  right: 15px;
  top: 0px;
  background: #ec6d81;
  padding: 6px 12px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
}
.supply .supply-btn a:hover {
  color: #cccccc;
}

footer {
  padding: 36px 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
  background: #ec6d81;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
}
footer .footer-logo {
  font-size: 12px;
}
footer .footer-logo img {
  max-width: 100%;
  width: 120px;
}
footer h1 {
  padding-left: 3px;
  line-height: 0;
}
footer h3 {
  font-size: 16px;
  line-height: 36px;
  border-bottom: solid 1px #ec6d81;
  margin-bottom: 10px;
  display: inline-block;
  padding-right: 15px;
}
@media (max-width: 576px) {
  footer h3 {
    display: block;
  }
}
footer a:hover {
  color: #cccccc;
}
footer a:focus {
  color: #ffffff;
}

.copyright {
  font-size: 13px;
  background: rgb(241.8727272727, 154.1272727273, 167.9454545455);
  flex: 0 0 100%;
  padding: 15px 0;
  color: #1b0e00;
  line-height: 20px;
}
.copyright a {
  border-bottom: solid 1px #ec6d81;
}

.fixed {
  padding: 10px 0 3px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 1px 1px 2px #ccc;
}
@media (max-width: 576px) {
  .fixed {
    position: initial;
    padding-top: 0;
  }
}
.fixed .menu .menu-logo {
  display: block;
}
@media (max-width: 768px) {
  .fixed .menu .menu-logo {
    display: none;
  }
}
.fixed .menu .menu-before {
  left: 287px;
}

.list-social {
  padding-top: 10px;
}
.list-social img {
  width: 32px;
}
.list-social a {
  color: #ffffff;
}

.menu-list {
  color: #fff;
  position: absolute;
  width: 100%;
  background: rgb(233.0636363636, 86.4363636364, 109.5272727273);
  border-bottom: 1px solid #ffffff;
  left: 0;
  top: 56px;
  padding: 45px 15px 30px;
  z-index: 99;
  font-size: 14px;
  line-height: 26px;
}
@media (max-width: 576px) {
  .menu-list {
    position: initial;
    background: none;
    padding: 0px;
  }
}
.menu-list h4 {
  border-bottom: solid 1px #fff;
  line-height: 34px;
  margin-bottom: 10px;
  font-size: 18px;
}
@media (max-width: 576px) {
  .menu-list h4 {
    text-align: left;
    font-size: 16px;
    border-top: solid 1px #fff;
    border-bottom: none;
    margin-bottom: 0px;
  }
}
.menu-list .menu-img {
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .menu-list .menu-img {
    display: none;
  }
}
@media (max-width: 576px) {
  .menu-list .menu-text {
    display: none;
    text-align: left;
  }
}
.menu-list .menu-list-box {
  padding-bottom: 38px;
  position: relative;
}
@media (max-width: 576px) {
  .menu-list .menu-list-box {
    padding-bottom: 0;
  }
}
.menu-list .menu-list-box a {
  color: #ffffff;
}
.menu-list .menu-list-box .col-sm-3 {
  padding-bottom: 15px;
}
@media (max-width: 576px) {
  .menu-list .menu-list-box .col-sm-3 {
    padding: 0;
  }
  .menu-list .menu-list-box .col-sm-3 a {
    display: block;
  }
}

@media (max-width: 576px) {
  .menu-mouseover {
    position: relative;
  }
}
.menu-mouseover i {
  font-size: 18px;
  font-weight: bold;
  display: none;
}
@media (max-width: 576px) {
  .menu-mouseover i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 10px;
  }
}

.i-rotate {
  transition: 0.5s;
  transform: rotate(-90deg);
}

.menu-open i {
  right: 10px;
}

.menu-list:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  top: 0;
  left: 0;
  background: rgb(233.0636363636, 86.4363636364, 109.5272727273);
}
@media (max-width: 576px) {
  .menu-list:before {
    display: none;
  }
}

.menu-before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent rgb(233.0636363636, 86.4363636364, 109.5272727273) transparent;
  position: absolute;
  left: 187px;
  top: -57px;
}
@media (max-width: 576px) {
  .menu-before {
    display: none;
  }
}

@media (max-width: 576px) {
  .menu-container {
    padding: 0;
  }
}

.mobile-btn {
  display: none;
  position: absolute;
  right: 15px;
  top: 15px;
}
@media (max-width: 576px) {
  .mobile-btn {
    display: block;
  }
}
.mobile-btn span {
  display: block;
  width: 27px;
  height: 3px;
  background: #ec6d81;
  margin-bottom: 5px;
  border-radius: 3px;
}

.banner-img-xs {
  display: none;
}
@media (max-width: 576px) {
  .banner-img-xs {
    display: block;
  }
}

@media (max-width: 576px) {
  .banner-img-lg {
    display: none;
  }
}

.menu-mobile {
  display: none;
}
@media (max-width: 576px) {
  .menu-mobile {
    display: flex;
    position: absolute;
    right: 60px;
    top: 18px;
  }
}
.menu-mobile li {
  padding: 0 15px;
  position: relative;
}
@media (max-width: 576px) {
  .menu-mobile li {
    padding: 0 10px;
  }
}
.menu-mobile li a {
  font-size: 20px;
  color: #ec6d81;
}
.menu-mobile li a:hover, .menu-mobile li a:focus {
  color: rgb(215.0181818182, 27.9818181818, 57.4363636364);
}
.menu-mobile li span {
  position: absolute;
  top: -6px;
  left: 31px;
  background: #ec6d81;
  border: 1px solid #fff;
  width: 20px;
  height: 20px;
  line-height: 19px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  font-size: 13px;
}
@media (max-width: 576px) {
  .menu-mobile li span {
    left: 20px;
  }
}

.top {
  position: fixed;
  right: 5%;
  bottom: 10%;
  width: 68px;
  height: 68px;
  border-radius: 100%;
  background: #ec6d81;
  color: #fff;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  cursor: pointer;
  opacity: 0.8;
}
@media (max-width: 576px) {
  .top {
    opacity: 1;
    width: 42px;
    height: 42px;
    font-size: 21px;
  }
}
.top:hover {
  opacity: 1;
}

.breadcrumb {
  border-radius: 0;
  background: none;
  border-bottom: solid 1px #ccc;
}

.breadcrumb a {
  color: #ec6d81;
}

.title-lg {
  color: #ec6d81;
}

.title-lg:after {
  border-bottom: 5px solid #ec6d81;
  width: 50px;
}

.edit {
  line-height: 26px;
}
.edit p {
  margin: 2px 0;
  font-weight: bold;
}

.faq .list-faq li.open, .faq .list-faq li:hover, .faq .list-faq li:hover h3 {
  color: #ec6d81;
}
.faq .list-faq li.open p {
  line-height: 26px;
  font-size: 16px !important;
  box-shadow: 1px 1px 2px #ccc;
  background-color: rgb(241.8727272727, 154.1272727273, 167.9454545455);
  color: #ffffff;
}
.faq .list-faq li.open h3 {
  background-color: #ec6d81;
  color: #fff;
}
.faq .list-faq li p::before {
  border-color: transparent transparent rgb(241.8727272727, 154.1272727273, 167.9454545455);
}

.control-label {
  font-size: 14px;
  margin: 6px 0;
}

.btn-primary {
  background: #ec6d81;
  border: solid 1px #ec6d81;
}
.btn-primary:hover, .btn-primary:focus {
  background: #ec6d81;
  border: solid 1px #ec6d81;
}

.btn-primary,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover {
  background: #ec6d81;
  border: solid 1px #ec6d81;
}

.contact .info i {
  color: #ec6d81;
}

.contact .info {
  line-height: 26px;
}
.contact .info h3 {
  margin-top: 5rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.nav-sub ul li.current a {
  background-color: #ec6d81;
}
.nav-sub ul li.current a::after {
  border-top: 10px solid #ec6d81;
}
.nav-sub ul li a {
  background-color: #ec6d81;
}
.nav-sub ul li a:active,
.nav-sub ul li a :hover,
.nav-sub ul li a :focus {
  background-color: #ec6d81;
}

.title-arrow {
  color: #ec6d81;
}

.title-lg,
.title-lg-top,
.title-md,
.title-sm,
.title-xs {
  color: #ec6d81;
}

.list-products li > div.product-label:after {
  background: #ec6d81;
  padding: 10px 15px;
}

.mt-2 {
  margin-top: 2rem;
}

@media (max-width: 576px) {
  .mtb {
    margin: 6px 0;
    line-height: 20px;
  }
}

.line20 {
  line-height: 20px;
}

.products .list-products a h3 {
  color: #ec6d81;
}
.products .list-products a:hover h3 {
  color: rgb(215.0181818182, 27.9818181818, 57.4363636364);
}
.products .list-products h3:hover {
  color: #ec6d81;
}
.products .list-products .listp-hover .wrap-hover .text-hover {
  background: #ec6d81;
}

.nav-products ul li.current a {
  background: #ec6d81;
  font-size: 16px;
}

.pagination .active a,
.pagination .active a:hover {
  color: #ec6d81;
}

.pagination > li > a,
.pagination > li > span {
  color: #ec6d81;
}

.pagination .active a,
.pagination .active a:hover {
  background: #ec6d81;
  color: #fff;
  border-color: #ec6d81;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #ec6d81;
}

.nav-products ul li.current a:hover {
  color: #ffffff;
}
.nav-products ul li a {
  color: #ec6d81;
}
.nav-products ul li a:hover {
  color: #ffffff;
  background: #ec6d81;
  border-radius: 6px;
}

.title-hr {
  color: #ec6d81;
}
.title-hr span {
  background-color: #fff;
}

.space-top-2,
.box-product-data {
  line-height: 26px;
}

.box-product-data h1 {
  color: #ec6d81;
}

.box-count input {
  line-height: 30px;
}

.news-item-btn {
  margin: 15px 0;
}

.news-item h2 {
  font-size: 24px;
  color: #ec6d81;
  font-weight: bold;
  border-bottom: solid 1px #ec6d81;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  padding-right: 100px;
  line-height: 28px;
}
.news-item h2 .date {
  position: absolute;
  left: auto;
  top: 10px;
  right: 0;
  font-size: 14px;
  color: #666;
}
.news-item h2 .date i {
  padding-right: 3px;
  color: #666;
}
.news-item .news-item-container {
  box-shadow: 1px 1px 3px #ccc;
  padding: 30px;
  line-height: 26px;
  background: #fff;
  border-radius: 15px;
}
.news-item .news-item-container img {
  max-width: 100%;
}
@media (max-width: 576px) {
  .news-item .news-item-container {
    padding: 15px;
  }
}
.news-item .news-item-btn {
  text-align: center;
  margin: 15px 0;
}
.news-item .news-item-btn a {
  border: solid 1px #ec6d81;
  color: #ec6d81;
  width: 120px;
  margin: 0 auto;
  line-height: 32px;
  display: inline-block;
}
.news-item .news-item-btn a:hover {
  background: #ec6d81;
  color: #fff;
}

#masonry li {
  float: left;
  padding: 15px;
  width: 33.3333%;
}
@media (max-width: 576px) {
  #masonry li {
    width: 100%;
  }
}
#masonry li .masonry-box {
  box-shadow: 1px 2px 5px #dedede;
}
#masonry li .masonry-box .masonry-img img {
  max-width: 100%;
}
#masonry li .masonry-box .masonry-txt {
  line-height: 26px;
  padding: 15px;
  background: #fff;
}
#masonry li .masonry-box .masonry-txt h3 {
  font-size: 20px;
  color: #ec6d81;
  font-weight: bold;
  margin: 5px 0;
}
#masonry li .masonry-box .masonry-txt p {
  font-size: 16px;
  line-height: 24px;
}
#masonry li .masonry-box .masonry-txt .date {
  font-size: 12px;
}
#masonry li .masonry-box .masonry-txt .date i {
  padding-right: 3px;
}

.about-container {
  padding-bottom: 36px;
}
.about-container .about-img {
  flex: 0 0 50%;
  padding: 15px;
  padding-left: 0;
}
@media (max-width: 576px) {
  .about-container .about-img {
    flex: 0 0 100%;
  }
}
.about-container .about-img img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 2px 2px 2px #adadad;
}
.about-container .about-txt {
  flex: 0 0 50%;
  padding: 15px;
  line-height: 26px;
}
@media (max-width: 576px) {
  .about-container .about-txt {
    flex: 0 0 100%;
  }
}
.about-container .about-txt h2 {
  font-size: 20px;
  color: #ec6d81;
  font-weight: bold;
  margin-bottom: 12px;
}
.about-container .about-txt .about-first-p {
  margin-bottom: 1rem;
}

.form-subscribe input {
  border-color: #ffffff;
  color: #ffffff;
}
.form-subscribe button {
  background: #fff;
  color: #ec6d81;
}
.form-subscribe button:hover {
  color: #ec6d81;
}
.form-subscribe button a:hover, .form-subscribe button a:focus {
  color: #fff;
}
.form-subscribe .space-1::-moz-placeholder {
  color: #fff;
}
.form-subscribe .space-1::placeholder {
  color: #fff;
}

.list-inline > li {
  line-height: 30px;
}

.list-cart li.last {
  line-height: 28px;
  padding: 10px 0;
}
.list-cart li.last input {
  margin-top: 0;
  position: relative;
  top: -2px;
}

.list-pay-way {
  line-height: 28px;
}
.list-pay-way li em {
  font-size: 15px;
}

.cart-steps li h4 {
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 10px;
}

._cart_item {
  line-height: 1.5;
}/*# sourceMappingURL=style.css.map */