@font-face {
  font-family: Akkurat Pro;
  src: local("AkkuratPro-Regular"), url(/fonts/b96dbabae562e0ae664b2d3785a047d1.otf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Akkurat Pro;
  src: local("AkkuratPro-Bold"), url(/fonts/a536083989de21f99963000ff67e7a13.otf);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Akkurat Pro;
  src: local("AkkuratPro-Italic"), url(/fonts/fca60fc22f3c5b611fd661c88977f18d.otf);
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Akkurat Pro;
  src: local("AkkuratPro-BoldItalic"), url(/fonts/2d970c430bcec837c2d7df1e76d3fc69.otf);
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: zupicons;
  src: url(/fonts/d3c484dc43f800bb8c006ffa99d52743.ttf) format("truetype"), url(/fonts/45984a31ec38a95f9a6e6a626276d697.woff) format("woff"), url(/fonts/9095bb7f2b0b82c158af2bf923ec0a93.svg#zupicons) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
body, html {
  margin: 0;
  font-family: Akkurat Pro, -apple-system, Segoe UI, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #264359;
  text-align: left;
  background-color: #f5f7fa;
}
body a, html a {
  text-decoration: none;
}

#navigation {
  width: 5rem;
  box-shadow: 0.063rem 0 0 #d1dae1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #navigation {
    width: 100%;
    height: calc(100% - 3.375rem);
    top: 3.375rem;
    position: fixed;
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #navigation.show {
    display: block;
  }
}
#navigation .links {
  top: 50%;
  left: 0;
  position: absolute;
  width: 100%;
  margin-top: -3.375rem;
}
@media only screen and (max-width: 768px) {
  #navigation .links {
    top: 1.563rem;
    margin-top: 0;
    height: calc(100% - 1.563rem);
    overflow-y: scroll;
  }
}
#navigation .links ul {
  margin-top: 0.625rem;
  padding-top: 0.625rem;
  border-top: 0.063rem solid #ccc;
}
#navigation .links ul a, #navigation .links ul span {
  height: 2.25rem;
  line-height: 2.25rem;
  font-size: 1.125rem;
}
#navigation .links ul a.active, #navigation .links ul span.active {
  border-left: none;
  color: #8d9da6;
}
#navigation .links ul a i, #navigation .links ul span i {
  color: #e4032e;
}
#navigation .links ul ul {
  border-top: none;
  margin-left: 0.938rem;
  margin-top: 0;
  padding-top: 0;
}
#navigation .links a, #navigation .links ul span {
  height: 3.375rem;
  line-height: 3.375rem;
  color: #8d9da6;
  display: block;
  text-align: center;
  font-size: 1.25rem;
}
@media only screen and (max-width: 768px) {
  #navigation .links a, #navigation .links ul span {
    text-align: left;
    padding-left: 0.938rem;
  }
}
#navigation .links a.active, #navigation .links a:hover, #navigation .links ul span.active, #navigation .links ul span:hover {
  border-left: 0.188rem solid #e4032e;
  color: #e4032e;
}

#content {
  padding-left: 5rem;
}
@media only screen and (max-width: 768px) {
  #content {
    padding-left: 0;
  }
}

#mobile-search {
  display: none;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  background: #fff;
  font-size: 1.5rem;
  color: #42668a;
}
#mobile-search.show {
  display: block;
}
#mobile-search a {
  color: #42668a;
}
#mobile-search #txt-search-mobile {
  width: 12.5rem;
  background: none;
  border: none;
  font-size: 1.25rem;
}
#mobile-search #txt-search-mobile:focus, #mobile-search #txt-search-mobile:focus-visible, #mobile-search #txt-search-mobile:focus-within {
  outline: none;
}
#mobile-search #btn-search-back {
  color: #e4032e;
  font-size: 2.25rem;
}

#btn-cart-mobile {
  position: fixed;
  bottom: 1.563rem;
  right: 1.563rem;
  color: #8d9da6;
  font-size: 2.75rem;
  background: #fff;
  width: 2.75rem;
  height: 2.75rem;
  border: 0.063rem solid #8d9da6;
  border-radius: 50%;
  line-height: 2.188rem;
  margin-top: 0.375rem;
  text-align: center;
}
#btn-cart-mobile i {
  font-size: 1.5rem;
}

#header {
  padding: 0.625rem 1.563rem;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #header {
    box-shadow: #d1dae1 0px 0.063rem 0px;
    padding: 0.625rem 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4rem;
    background: #fff;
  }
}
#header #btn-login-desktop, #header #btn-cart-desktop {
  color: #8d9da6;
  font-size: 2.75rem;
  background: #fff;
  width: 2.75rem;
  height: 2.75rem;
  border: 0.063rem solid #8d9da6;
  border-radius: 50%;
  line-height: 2.188rem;
  margin-top: 0.375rem;
  text-align: center;
}
#header #btn-login-desktop i, #header #btn-cart-desktop i {
  font-size: 1.5rem;
}
#header #btn-login-desktop:hover, #header #btn-cart-desktop:hover {
  color: #e4032e;
  border-color: #e4032e;
}
#header #btn-cart-desktop {
  position: relative;
}
#header #btn-cart-desktop .number-of-ordered-products {
  position: absolute;
  bottom: -5px;
  right: 0;
  font-size: 14px;
  background: red;
  line-height: 18px;
  color: white;
  padding: 2px 5px;
  border-radius: 50%;
  height: 18px;
}
#header #logo {
  height: 5.063rem;
}
@media only screen and (max-width: 768px) {
  #header #logo {
    height: 3.375rem;
    margin-left: 0.938rem;
  }
}
#header #desktop-search {
  width: 16.25rem;
  margin-left: 1.563rem;
  margin-top: 8px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #header #desktop-search {
    display: none;
  }
}
#header #desktop-search .btn-search {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  color: #456373;
}
#header #desktop-search .form-control {
  padding: 0.575rem 0.75rem;
  border-radius: 1.5625rem;
}
#header #btn-hamburger, #header #btn-mobile-search {
  color: #e4032e;
  font-size: 2.25rem;
  float: right;
  margin-right: 1.563rem;
}
#header #btn-mobile-search {
  font-size: 1.563rem;
  margin-right: 1.25rem;
  margin-top: 0.438rem;
}

#desktop-menu-items {
  padding: 0.938rem 5rem 0 0.938rem;
  border-bottom: 0.063rem solid #d1dae1;
}
#desktop-menu-items li {
  position: relative;
}
#desktop-menu-items li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 3.25rem;
  width: 12.5rem;
  background: #fff;
}
#desktop-menu-items li ul a {
  color: #264359;
  font-size: 1rem;
  padding: 0.5rem;
}
#desktop-menu-items li ul a.active, #desktop-menu-items li ul a:hover {
  color: #e4032e;
}
#desktop-menu-items li ul a.active:before, #desktop-menu-items li ul a:hover:before {
  display: none;
}
#desktop-menu-items li.show-dropdown ul {
  display: block;
}
#desktop-menu-items li.show-dropdown > a {
  color: #e4032e;
}
#desktop-menu-items li.show-dropdown > a:before {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0.313rem;
  margin-top: -0.313rem;
  background-color: #e4032e;
  border-top-left-radius: 0.313rem;
  border-top-right-radius: 0.313rem;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}
#desktop-menu-items a {
  display: block;
  color: #264359;
  position: relative;
  font-size: 1.125rem;
  white-space: nowrap;
  padding: 1rem 1rem 0.5rem;
}
#desktop-menu-items a i {
  color: #e4032e;
}
#desktop-menu-items a.active, #desktop-menu-items a:hover {
  color: #e4032e;
}
#desktop-menu-items a.active:before, #desktop-menu-items a:hover:before {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0.313rem;
  margin-top: -0.313rem;
  background-color: #e4032e;
  border-top-left-radius: 0.313rem;
  border-top-right-radius: 0.313rem;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

.page-content {
  padding: 4.375rem 1.25rem 1.25rem 1.25rem;
}

.main-title {
  font-size: 2rem;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
}

.bs4-container {
  width: 100%;
  padding-right: 0.938rem;
  padding-left: 0.938rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .bs4-container {
    max-width: 1140px;
  }
}

.white-wrapper {
  background: #FFFFFF;
  border-radius: 0.375rem;
  padding: 1.5rem;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}

.basic-product-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.basic-product-info .title {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.25rem;
  color: #264359;
}
.basic-product-info .summary {
  margin-top: 0;
  margin-bottom: 0;
}
.basic-product-info .btn-detail {
  margin-top: auto;
}

.btn-primary-red {
  color: #fff;
  padding: 0.625rem 1rem;
  font-size: 0.825rem;
  line-height: 1.5;
  border-radius: 1.5rem;
  font-weight: 700;
  border: 0.063rem solid transparent;
  background-color: #e4032e;
}
.btn-primary-red:hover {
  background-color: #a60221;
  border: 0.063rem solid transparent;
}

#subscribe-wrapper {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 5rem 0;
}
#subscribe-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: -1;
  background-image: url("/upload/subscribe_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#subscribe-wrapper .summary {
  font-size: 150%;
  text-shadow: 1px 1px 2px black;
}
#subscribe-wrapper .link {
  margin-top: 25px;
}

#footer {
  border-top: 1px solid #d1dae1;
  background: #fff;
  padding-top: 1.875rem;
  padding-bottom: 0.875rem;
}
#footer a {
  color: #337ab7;
}
#footer a:hover {
  color: red;
}
#footer #policies li {
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
#footer #statistics {
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
}
#footer #statistics .blue {
  color: blue;
}
#footer #statistics .green {
  color: green;
}
#footer #statistics .red {
  color: red;
}
#footer #statistics .black {
  color: black;
}
#footer p {
  margin-bottom: 0;
}

#login-wrapper {
  margin: 50px auto;
  width: 360px;
  max-width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: left;
}

#user-links a {
  display: block;
  color: #337ab7;
}

#category-listing .heading {
  margin-bottom: 0.25rem;
  color: #42668a;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2rem;
}
#category-listing .count {
  color: #456373;
  margin-bottom: 15px;
}
#category-listing .item {
  background: #fff;
  border-radius: 7px;
  padding: 15px 15px 15px 15px;
  color: #456373;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#category-listing .item .title {
  color: #42668a;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375rem;
}

#product-detail .back-to-category {
  color: #ff4158;
}
#product-detail .title {
  color: #42668a;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.25rem;
  margin-bottom: 0.625rem;
}
#product-detail .description {
  color: #456373;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}
#product-detail .code {
  color: #8d9da6;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}
#product-detail .add-to-cart #quantity {
  max-width: 250px;
}
#product-detail #main-content .title-wrapper {
  text-align: center;
  border-bottom: solid 1px #f5f7fa;
  padding-bottom: 5px;
}
#product-detail #main-content .content-title {
  display: inline-block;
  margin-top: 25px;
  text-align: center;
  color: #e4032e;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  padding: 0 15px;
}
#product-detail #main-content .content-title:before {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 5px;
  background-color: #e4032e;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

.flag-en, .flag-vi {
  width: 17px;
  height: 10px;
  display: inline-block;
  margin-top: 17px;
  margin-right: 12px;
  line-height: 54px;
}

.flag-vi {
  background: url(/images/flag.jpg) -17px 0 no-repeat;
}

.flag-en {
  background: url(../images/flag.jpg) 0px 0 no-repeat;
}

.cart-head {
  font-weight: bold;
  border-bottom: 1px solid #666;
  text-transform: uppercase;
  color: #456373;
}

.card-row {
  border-bottom: 1px solid #ccc;
  color: #456373;
}
.card-row a {
  color: #42668a;
  font-weight: 700;
}
.card-row a:hover {
  color: red;
}
.card-row a.btn-danger {
  color: #fff;
}
.card-row a.btn-danger:hover {
  color: yellow;
}/*# sourceMappingURL=style.css.map */