/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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,
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 {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul {
  list-style: inside;
}

body {
  /*font-family: 'arial', sans-serif;*/
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: #333333;
}

img {
  vertical-align: top;
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wow {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}

body.no-scroll {
  position: fixed;
  left: 0;
  width: 100%;
}

.sp-on {
  display: none;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .sp-on {
    display: block;
  }
  .sp-off {
    display: none;
  }
}
#wrapper {
  background: #ffffff;
  overflow: hidden;
}
.container {
  max-width: 1170px;
  margin: 0 auto;
}
@media screen and (max-width: 1170px) {
  .container {
    margin: 0 10px;
  }
}

#header {
  background: #bee2bf;
}
#header .container {
  height: 140px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #header .container {
    height: 50px;
  }
}
#header .container .top-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  #header .container .top-link {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    height: calc(100vh - 50px);
    background: #333;
    padding: 0;
  }
}
#header .container .top-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #header .container .top-link ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#header .container .top-link ul li {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  #header .container .top-link ul li {
    text-transform: uppercase;
    border-bottom: 1px solid #999;
    margin: 0;
  }
}
#header .container .top-link ul li a {
  color: #333;
  text-decoration: none;
}
#header .container .top-link ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #header .container .top-link ul li a {
    display: block;
    padding: 10px 20px;
    color: #fff;
  }
}
#header .container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #header .container .inner {
    height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#header .container .inner #logo {
  padding: 10px;
  position: absolute;
  top: 15px;
  left: 0;
  /*box-shadow: 0 3px 12px 0 rgb(0 0 0 / 20%);*/
}
@media screen and (max-width: 767px) {
  #header .container .inner #logo {
    padding: 3px 10px;
    top: 4px;
  }
}
#header .container .inner #logo img {
  width: 230px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #header .container .inner #logo img {
    height: 35px;
    width: auto;
  }
}
#header .container .inner .top-search {
  width: calc(100% - 350px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 280px;
}
@media screen and (max-width: 767px) {
  #header .container .inner .top-search {
    width: 100%;
    padding: 5px;
    background: #f5f5f5;
    position: absolute;
    top: 50px;
    left: 0;
    margin-left: 0;
  }
}
#header .container .inner .top-search form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #header .container .inner .top-search form {
    margin-bottom: 0;
  }
}
#header .container .inner .top-search form input[type=text] {
  width: 100%;
  height: 44px;
  background: #fff;
  outline: none;
  padding-left: 15px;
  border-radius: 3px;
  display: inline-block;
  border: 0;
}
@media screen and (max-width: 767px) {
  #header .container .inner .top-search form input[type=text] {
    height: 35px;
  }
}
#header .container .inner .top-search form input[type=submit] {
  width: 35px;
  height: 35px;
  display: block;
  background: #e40613 url(/assets/img/ico-search.svg) center center no-repeat;
  background-size: 24px auto;
  border: 0;
  outline: none;
  border-radius: 3px;
  color: #fff;
  text-indent: -9999px;
  position: absolute;
  right: 5px;
  top: 5px;
}
@media screen and (max-width: 767px) {
  #header .container .inner .top-search form input[type=submit] {
    top: 0;
    right: 0;
  }
}
#header .container .inner .top-search form input[type=submit]:hover {
  cursor: pointer;
}
#header .container .inner .top-search .sugest-list {
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #header .container .inner .top-search .sugest-list {
    display: none;
  }
}
#header .container .inner .top-search .sugest-list li {
  margin-right: 20px;
}
#header .container .inner .top-search .sugest-list li:last-child {
  margin: 0;
}
#header .container .inner .top-search .sugest-list li a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
#header .container .inner #cart {
  position: relative;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #header .container .inner #cart {
    margin-top: 5px;
    margin-left: auto;
    margin-right: 20px;
  }
}
#header .container .inner #cart img {
  width: 38px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #header .container .inner #cart img {
    width: 30px;
  }
}
#header .container .inner #cart .number {
  background: #fff;
  color: #e40613;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: -10px;
  right: -10px;
}
@media screen and (max-width: 767px) {
  #header .container #gnav {
    background: #e40613;
    width: 100%;
    height: calc(100vh - 60px);
    display: none;
    overflow: scroll;
    position: absolute;
    top: 62px;
    left: 0;
    bottom: 0;
    z-index: 9998;
    /*transition: all .3s;*/
  }
}
#header .container #gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #header .container #gnav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#header .container #gnav ul li {
  list-style: none;
}
@media screen and (max-width: 767px) {
  #header .container #gnav ul li {
    display: block;
    border-bottom: 1px solid #ebebeb;
  }
}
#header .container #gnav ul li a {
  font-family: "Roboto Condensed", arial;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 18px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  /*&:hover {
  	color: $mainColor;
  }*/
}
@media screen and (max-width: 767px) {
  #header .container #gnav ul li a {
    display: block;
    color: #fff;
    padding: 15px 20px;
  }
}
#header .container #gnav ul li.arrow {
  position: relative;
}
#header .container #gnav ul li.arrow:after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 2px solid #e40613;
  border-bottom: 2px solid #e40613;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  #header .container #gnav ul li.arrow:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #header .container #gnav ul li.arrow a {
    position: relative;
  }
}
#header .container #gnav ul li.arrow a .js-toggle_switch {
  display: none;
}
@media screen and (max-width: 767px) {
  #header .container #gnav ul li.arrow a .js-toggle_switch {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 2px;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 9999;
  }
}
@media screen and (max-width: 767px) {
  #header .container #gnav ul li.arrow a .js-toggle_switch span {
    width: 15px;
    height: 15px;
    display: block;
    position: relative;
  }
  #header .container #gnav ul li.arrow a .js-toggle_switch span:before {
    content: "";
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 7px;
    left: 0;
  }
  #header .container #gnav ul li.arrow a .js-toggle_switch span:after {
    content: "";
    width: 1px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 7px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
#header .container #gnav ul li.arrow a .js-toggle_switch.is-open span:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#header .container #gnav ul li ul {
  min-width: 240px;
  display: none;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /*border-radius: 10px;*/
  box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  #header .container #gnav ul li ul {
    position: static;
    display: none;
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    background: #fff;
    border-radius: 0;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    padding: 0 20px;
  }
}
#header .container #gnav ul li ul li {
  display: block;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
@media screen and (max-width: 767px) {
  #header .container #gnav ul li ul li {
    border-bottom: 1px solid #e40613;
  }
}
#header .container #gnav ul li ul li:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid #fff;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #header .container #gnav ul li ul li:after {
    display: none;
  }
}
#header .container #gnav ul li ul li:last-child {
  border: none;
}
#header .container #gnav ul li ul li:hover:after {
  border-left: 4px solid #e40613;
}
#header .container #gnav ul li ul li a {
  display: block;
  padding-left: 25px;
  font-weight: normal;
  color: #e40613;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  #header .container #gnav ul li ul li a {
    color: #333;
    position: relative;
    line-height: 1.2;
  }
  #header .container #gnav ul li ul li a:before {
    content: "";
    width: 4px;
    height: 4px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    position: absolute;
    top: 50%;
    left: 8px;
    -webkit-transform: rotate(45deg) translateX(-50%);
            transform: rotate(45deg) translateX(-50%);
  }
}
#header .container #gnav ul li ul li a:hover {
  background: #ebebeb;
  color: #e40613;
}
#header .container #gnav ul li.btn a {
  background: #e40613;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#header .container #gnav ul li.btn a:hover {
  opacity: 0.8;
}
#header .container #menu-sp {
  width: 35px;
  height: 30px;
  display: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  #header .container #menu-sp {
    display: block;
  }
}
#header .container #menu-sp span {
  display: block;
  width: 35px;
  height: 2px;
  background: #333;
  position: absolute;
  -webkit-transform: skewX(-40deg);
          transform: skewX(-40deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header .container #menu-sp span:nth-child(1) {
  top: 7px;
}
#header .container #menu-sp span:nth-child(2) {
  top: 15px;
  width: 25px;
}
#header .container #menu-sp span:nth-child(3) {
  top: 23px;
}
#header .container #menu-sp.is-open span {
  -webkit-transform: skewX(0);
          transform: skewX(0);
}
#header .container #menu-sp.is-open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 15px;
}
#header .container #menu-sp.is-open span:nth-child(2) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
  /*display: none;*/
}
#header .container #menu-sp.is-open span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#cart-notification {
  width: 250px;
  position: fixed;
  top: 10px;
  right: 10px;
  bottom: auto;
  z-index: 999;
  padding: 16px;
  background-color: rgb(255, 255, 255);
  border-radius: 6px;
  -webkit-box-shadow: rgb(179, 179, 179) 1px 1px 15px;
          box-shadow: rgb(179, 179, 179) 1px 1px 15px;
  text-align: center;
}
#cart-notification h3 {
  font-weight: normal;
  margin-bottom: 10px;
}
#cart-notification h3 img {
  width: 16px !important;
  height: 16px !important;
}
#cart-notification p.link a {
  display: block;
  background: #ea0303;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 3px;
  text-align: center;
  font-weight: normal;
}
#cart-notification .btn-close {
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 6px;
  color: rgb(155, 155, 155);
}
#cart-notification .btn-close img {
  width: 12px;
  height: 12px;
}

#main {
  width: auto;
  padding: 10px 0 50px;
}
@media screen and (max-width: 767px) {
  #main {
    padding-top: 55px;
  }
}
#main .page-width-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#main .page-width-sidebar #sidebar {
  width: 260px;
}
@media screen and (max-width: 767px) {
  #main .page-width-sidebar #sidebar {
    /*display: none;*/
    width: 100%;
    margin-bottom: 10px;
  }
}
#main .page-width-sidebar #sidebar .list-category {
  border: 1px solid #d8d8d8;
}
@media screen and (max-width: 767px) {
  #main .page-width-sidebar #sidebar .list-category {
    border: none;
  }
}
#main .page-width-sidebar #sidebar .list-category h3 {
  background: #e40613 url(/assets/img/ico-menu.svg) center right 10px no-repeat;
  background-size: 22px auto;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #main .page-width-sidebar #sidebar .list-category h3 {
    display: none;
  }
}
#main .page-width-sidebar #sidebar .list-category ul {
  list-style: none;
}
@media screen and (max-width: 767px) {
  #main .page-width-sidebar #sidebar .list-category ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-y: scroll;
    padding: 0 0 10px;
    /*border-bottom: 1px solid #d8d8d8;*/
  }
  #main .page-width-sidebar #sidebar .list-category ul::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  #main .page-width-sidebar #sidebar .list-category ul::-webkit-scrollbar:horizontal {
    height: 8px;
  }
  #main .page-width-sidebar #sidebar .list-category ul::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, 0.5);
  }
}
#main .page-width-sidebar #sidebar .list-category ul li {
  border-top: 1px solid #d8d8d8;
}
@media screen and (max-width: 767px) {
  #main .page-width-sidebar #sidebar .list-category ul li {
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    padding: 5px;
  }
}
#main .page-width-sidebar #sidebar .list-category ul li a {
  color: #333;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 5px 20px 5px 10px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  #main .page-width-sidebar #sidebar .list-category ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    width: 100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
  }
}
#main .page-width-sidebar #sidebar .list-category ul li a:after {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: rotate(45deg) translateX(-4px);
          transform: rotate(45deg) translateX(-4px);
}
@media screen and (max-width: 767px) {
  #main .page-width-sidebar #sidebar .list-category ul li a:after {
    display: none;
  }
}
#main .page-width-sidebar #sidebar .list-category ul li a:hover, #main .page-width-sidebar #sidebar .list-category ul li a.active {
  background: #e40613;
  color: #fff;
}
#main .page-width-sidebar #sidebar .list-category ul li a:hover:after, #main .page-width-sidebar #sidebar .list-category ul li a.active:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#main .page-width-sidebar #sidebar .list-category ul li .icon {
  width: 34px;
  height: 30px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5f5f5;
  border-radius: 5px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #main .page-width-sidebar #sidebar .list-category ul li .icon {
    margin: 0 0 5px 0;
    width: 100%;
  }
}
#main .page-width-sidebar #sidebar .list-category ul li .icon img {
  height: 22px;
  width: auto;
}
#main .page-width-sidebar #sidebar .list-category ul li p {
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  #main .page-width-sidebar #sidebar .list-category ul li p {
    line-height: 16px;
    font-size: 13px;
  }
}
#main .page-width-sidebar #content {
  width: calc(100% - 280px);
}
@media screen and (max-width: 767px) {
  #main .page-width-sidebar #content {
    width: 100%;
  }
}

.article-content {
  max-width: 900px;
  margin: 0 auto;
}

.title-article {
  font-size: 22px;
  margin-bottom: 20px;
  position: relative;
}
.title-article:after {
  content: "";
  width: 50px;
  height: 4px;
  background: #e40613;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.btn-load {
  width: 100%;
}
.btn-load a {
  margin: 0 auto;
  max-width: 420px;
  display: block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  color: #333;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-load a:hover {
  background: #e40613;
  color: #fff;
}

#footer {
  background: #f5f5f5;
}
#footer .container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0 30px;
}
@media screen and (max-width: 767px) {
  #footer .container .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0 0;
  }
}
#footer .container .inner .col {
  width: 23%;
  padding-right: 20px;
}
#footer .container .inner .col:first-child {
  width: 31%;
}
@media screen and (max-width: 767px) {
  #footer .container .inner .col {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  #footer .container .inner .col:first-child {
    width: 100%;
  }
}
#footer .container .inner .col h3 {
  margin-bottom: 10px;
}
#footer .container .inner .col ul {
  list-style: none;
}
#footer .container .inner .col ul li {
  margin-bottom: 5px;
}
#footer .container .inner .col .list-link {
  list-style: none;
}
#footer .container .inner .col .list-link li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
#footer .container .inner .col .list-link li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  top: 9px;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#footer .container .inner .col .list-link li a {
  color: #333;
  text-decoration: none;
}
#footer .container .inner .col .list-link li a:hover {
  text-decoration: underline;
}
#footer .container .copyright {
  border-top: 1px solid #d8d8d8;
  padding: 20px 0;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #footer .container .copyright {
    padding: 10px 0;
    text-align: center;
  }
}

#gotop {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e40613;
  position: fixed;
  bottom: 40px;
  right: -40px;
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#gotop:hover {
  cursor: pointer;
  background: #ffd21f;
}
#gotop.show {
  right: 40px;
  bottom: 40px;
}

#breadcrumb {
  background: #f5f5f5;
  padding: 10px;
  font-size: 13px;
  border-radius: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #breadcrumb {
    padding: 5px 10px;
  }
}
#breadcrumb li {
  list-style: none;
  display: inline;
  color: #666;
  padding: 5px 0 5px 15px;
  position: relative;
}
#breadcrumb li:before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  left: 3px;
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#breadcrumb li:first-child {
  padding-left: 0;
}
#breadcrumb li:first-child:before {
  display: none;
}
#breadcrumb li a {
  text-decoration: none;
  color: #333;
}
#breadcrumb li a:hover {
  text-decoration: underline;
}

.updating {
  display: block;
  width: 100%;
  padding: 30px 0px;
  text-align: center;
  color: #f00;
}

.call_sp {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 15px;
  left: 25px;
  border-radius: 25px;
  z-index: 99;
  background: #e40613;
}
@media screen and (max-width: 415px) {
  .call_sp {
    left: auto;
    right: 20px;
    bottom: 75px;
  }
}
.call_sp a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  height: 40px;
  padding: 0 20px 0 50px;
  position: relative;
}
.call_sp a:before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background: #ffffff url("/images/phone-ringing.svg") center center no-repeat;
  background-size: 30px auto;
  border-radius: 20px;
  position: absolute;
  left: 5px;
  top: 5px;
}

.call_zalo {
  position: fixed;
  bottom: 70px;
  left: 25px;
  z-index: 99;
}
@media screen and (max-width: 415px) {
  .call_zalo {
    bottom: 20px;
    left: auto;
    right: 20px;
  }
}
.call_zalo img {
  width: 50px;
}

.heartbeat {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
#slider {
  padding-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #slider {
    padding-top: 55px;
    margin-bottom: 20px;
  }
}
#slider .main-slider {
  list-style: none;
}
#slider .main-slider li {
  height: 480px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #slider .main-slider li {
    height: 250px;
  }
}
#slider .main-slider li a {
  display: block;
  height: 100%;
  width: 100%;
}
#slider .main-slider li img {
  width: 100%;
  height: auto;
}
#slider .main-slider .slick-dots {
  bottom: 10px;
}
@media screen and (max-width: 767px) {
  #slider .main-slider .slick-dots {
    bottom: 5px;
  }
}
#slider .main-slider .slick-dots li {
  width: 13px;
  height: 13px;
}
#slider .main-slider .slick-dots li button {
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #slider .main-slider .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
#slider .main-slider .slick-dots li button:before {
  display: none;
}
#slider .main-slider .slick-dots li.slick-active button {
  background: #e40613;
  border: 1px solid #e40613;
}
#slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}

#home-category {
  position: relative;
  margin-bottom: 50px;
  background: #f5f5f5;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #home-category {
    margin-bottom: 20px;
  }
}
#home-category h2 {
  display: none;
  background: #fff;
  font-size: 20px;
  padding: 0 20px;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #home-category h2 {
    display: none;
  }
}
#home-category ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #home-category ul {
    border: 0;
  }
}
#home-category ul li {
  width: 11.1111111111%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0 0 0;
}
@media screen and (max-width: 767px) {
  #home-category ul li {
    width: 25%;
    border: 0;
    padding: 5px;
  }
}
#home-category ul li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#home-category ul li .icon {
  width: 100%;
  max-width: 100px;
  background: #ffffff;
  border-radius: 5px;
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #home-category ul li .icon {
    padding: 10px;
  }
}
#home-category ul li .icon img {
  height: 50px;
  width: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  #home-category ul li .icon img {
    height: 30px;
  }
}
#home-category ul li .icon img:hover {
  opacity: 0.8;
}
#home-category ul li h3 {
  color: #333;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  line-height: 20px;
  padding: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  #home-category ul li h3 {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    padding: 0;
  }
}
#home-category ul li h3:hover {
  color: #e40613;
}
#home-category ul li:hover h3 {
  color: #e40613;
}

.home-product {
  margin-bottom: 50px;
}
.home-product .home-title {
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .home-product .home-title {
    margin-bottom: 0;
  }
}
.home-product .home-title span {
  color: #e40613;
}
.home-product .view-all {
  font-size: 14px;
  text-transform: none;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.home-product .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .home-product .title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
}
.home-product .title-wrap .home-title {
  margin-bottom: 0;
}
.home-product .title-wrap .list-sub-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .home-product .title-wrap .list-sub-category {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #f6f6f6;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .home-product .title-wrap .list-sub-category li {
    margin-right: 20px;
  }
  .home-product .title-wrap .list-sub-category li:last-child {
    margin-right: 0;
  }
}
.home-product .title-wrap .list-sub-category li.active {
  background: #f5f5f5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media screen and (max-width: 767px) {
  .home-product .title-wrap .list-sub-category li.active {
    border-bottom: 3px solid #e40613;
    background: none;
    border-radius: 0;
  }
}
.home-product .title-wrap .list-sub-category li a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 5px 10px;
}
@media screen and (max-width: 767px) {
  .home-product .title-wrap .list-sub-category li a {
    padding: 5px 0;
  }
}

.product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product-wrap .product {
  width: calc((100% - 120px) / 5);
  margin-left: 30px;
  margin-bottom: 20px;
}
.product-wrap .product:nth-child(5n+1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .product-wrap .product {
    width: calc((100% - 10px) / 2);
    margin-left: 10px;
  }
  .product-wrap .product:nth-child(5n+1) {
    margin-left: 10px;
  }
  .product-wrap .product:nth-child(2n+1) {
    margin-left: 0;
  }
}
.product-wrap .product .thumb {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}
.product-wrap .product .thumb img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.product-wrap .product .thumb img:hover {
  opacity: 0.8;
}
.product-wrap .product .tit a {
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.product-wrap .product .tit a:hover {
  color: #e40613;
}
.product-wrap .product .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-wrap .product .info .price {
  color: #e40613;
  font-weight: bold;
}
.product-wrap .product .info .price .old {
  font-weight: normal;
  color: #333;
  font-size: 13px;
  text-decoration-line: line-through;
  margin-left: 10px;
}
.product-wrap .product .info .add-cart {
  width: 20px;
  height: 20px;
}
.product-wrap .product .info .add-cart img {
  width: 20px;
  height: auto;
}

.bg-gray {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .bg-gray {
    padding: 0;
    background: none;
  }
}
.bg-gray .product-wrap .product {
  width: calc((100% - 80px) / 5);
  margin-left: 20px;
}
.bg-gray .product-wrap .product:nth-child(5n+1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .bg-gray .product-wrap .product {
    width: calc((100% - 10px) / 2);
    margin-left: 10px;
  }
  .bg-gray .product-wrap .product:nth-child(5n+1) {
    margin-left: 10px;
  }
  .bg-gray .product-wrap .product:nth-child(2n+1) {
    margin-left: 0;
  }
}

.home-banner {
  margin-bottom: 50px;
}
.home-banner ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .home-banner ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-banner ul li {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .home-banner ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .home-banner ul li:last-child {
    margin-bottom: 10px;
  }
}
.home-banner ul li img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.home-banner ul li img:hover {
  opacity: 0.8;
}

.category-product {
  margin-bottom: 30px;
}
.category-product:last-child {
  margin-bottom: 0;
}
.category-product .sub-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.category-product .sub-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .category-product .sub-category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.category-product .sub-category .list-sub-category {
  width: calc(100% - 150px);
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .category-product .sub-category .list-sub-category {
    width: 100%;
  }
}
.category-product .sub-category .list-sub-category li {
  margin: 5px 10px 5px 0;
}
@media screen and (max-width: 767px) {
  .category-product .sub-category .list-sub-category li {
    margin: 0 5px 5px 0;
    font-size: 13px;
  }
}
.category-product .sub-category .list-sub-category li:last-child {
  margin-right: 0;
}
.category-product .sub-category .list-sub-category li a {
  text-decoration: none;
  color: #333;
  background: #fff;
  line-height: 30px;
  padding: 0 20px;
  display: block;
  border-radius: 16px;
  border: 1px solid #d8d8d8;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.category-product .sub-category .list-sub-category li a:hover, .category-product .sub-category .list-sub-category li a.active {
  background: #e40613;
  color: #fff;
}
.category-product .sub-category .box-orderby {
  width: 140px;
  height: 32px;
  line-height: 32px;
  background: #e40613;
  color: #fff;
  padding: 0 30px 0 20px;
  margin: 5px 0;
  position: relative;
  z-index: 99;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .category-product .sub-category .box-orderby {
    width: 100%;
    text-align: center;
  }
}
.category-product .sub-category .box-orderby:after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.category-product .sub-category .box-orderby ul {
  display: none;
  width: 150px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .category-product .sub-category .box-orderby ul {
    width: 100%;
  }
}
.category-product .sub-category .box-orderby ul li {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #ebebeb;
}
.category-product .sub-category .box-orderby ul li:last-child {
  border: none;
}
.category-product .sub-category .box-orderby ul li a {
  display: block;
  text-decoration: none;
  padding: 5px 10px;
  color: #333333;
  height: auto;
}
.category-product .sub-category .box-orderby ul li a:hover {
  background: #ebebeb;
}
.category-product .product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.category-product .product-wrap .product {
  width: calc((100% - 50px) / 4);
  margin-left: 16px;
  margin-bottom: 20px;
}
.category-product .product-wrap .product:nth-child(4n+1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .category-product .product-wrap .product {
    width: calc((100% - 10px) / 2);
    margin-left: 10px;
  }
  .category-product .product-wrap .product:nth-child(5n+1) {
    margin-left: 10px;
  }
  .category-product .product-wrap .product:nth-child(2n+1) {
    margin-left: 0;
  }
}
.category-product .product-wrap .product .thumb {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #d8d8d8;
}
.category-product .product-wrap .product .thumb img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.category-product .product-wrap .product .thumb img:hover {
  opacity: 0.8;
}
.category-product .product-wrap .product .tit a {
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.category-product .product-wrap .product .tit a:hover {
  color: #e40613;
}
.category-product .product-wrap .product .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.category-product .product-wrap .product .info .price {
  color: #e40613;
  font-weight: bold;
}
.category-product .product-wrap .product .info .price .old {
  font-weight: normal;
  color: #333;
  font-size: 13px;
  text-decoration-line: line-through;
  margin-left: 10px;
}
.category-product .product-wrap .product .info .add-cart {
  width: 20px;
  height: 20px;
}
.category-product .product-wrap .product .info .add-cart img {
  width: 20px;
  height: auto;
}

.product-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .product-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-detail .product-detail_slider {
  width: 480px;
}
@media screen and (max-width: 767px) {
  .product-detail .product-detail_slider {
    width: 100%;
    margin-bottom: 10px;
  }
}
.product-detail .product-detail_slider .product-slider {
  margin-bottom: 10px;
  /*border-radius: 10px;*/
  overflow: hidden;
  list-style: none;
}
.product-detail .product-detail_slider .product-slider .slick-slide {
  border: 1px solid #d8d8d8;
  /*border-radius: 10px;*/
}
.product-detail .product-detail_slider .product-slider .icon-youtube {
  position: relative;
}
.product-detail .product-detail_slider .product-slider .icon-youtube .icon {
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.product-detail .product-detail_slider .product-slider_nav {
  list-style: none;
}
.product-detail .product-detail_slider .product-slider_nav li {
  margin: 0 5px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  overflow: hidden;
}
.product-detail .product-detail_slider .product-slider_nav li.slick-current {
  border: 1px solid #e40613;
}
.product-detail .product-detail_slider .product-slider_nav li.youtube {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.product-detail .product-detail_slider .product-slider_nav li.youtube:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(/assets/img/ico_youtube.svg) center center no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.product-detail .product-detail_info {
  width: calc(100% - 510px);
}
@media screen and (max-width: 767px) {
  .product-detail .product-detail_info {
    width: 100%;
  }
}
.product-detail .product-detail_info .title {
  font-size: 22px;
}
.product-detail .product-detail_info .price {
  background: #f5f5f5;
  padding: 10px 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #e40613;
  font-size: 18px;
  font-weight: bold;
}
.product-detail .product-detail_info .price .old {
  color: #666;
  font-size: 14px;
  margin-left: 10px;
  text-decoration-line: line-through;
}
.product-detail .product-detail_info .desc {
  margin-bottom: 10px;
}
.product-detail .product-detail_info .box-gray {
  padding: 10px;
  background: #f5f5f5;
  border-radius: 5px;
}
.product-detail .product-detail_info .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.product-detail .product-detail_info .quantity p {
  font-weight: bold;
}
.product-detail .product-detail_info .quantity .box-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  /*padding: 5px;*/
  margin-left: 10px;
}
.product-detail .product-detail_info .quantity .box-quantity input[type=text] {
  border: 0;
  width: 50px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 0px;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.product-detail .product-detail_info .quantity .box-quantity .value-button {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-detail .product-detail_info .quantity .box-quantity .value-button:hover {
  cursor: pointer;
}
.product-detail .product-detail_info .list_variant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}
.product-detail .product-detail_info .list_variant h3 {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  min-width: 80px;
}
.product-detail .product-detail_info .list_variant ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-detail .product-detail_info .list_variant ul li {
  min-width: 100px;
  text-align: center;
  list-style: none;
  padding: 5px 20px;
  margin: 0px 5px 10px 5px;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #000000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.product-detail .product-detail_info .list_variant ul li:hover {
  cursor: pointer;
  color: #fff;
  background: #53b250;
}
.product-detail .product-detail_info .list_variant ul li.selected {
  background: #53b250;
  /*border: 1px solid #ea0303;*/
  color: #fff;
  position: relative;
}
.product-detail .product-detail_info .list_variant ul li.selected:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/check.svg) 0 0 no-repeat;
}
.product-detail .product-detail_info .list_variant input[type=number] {
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  outline: none;
}
.product-detail .product-detail_info .option {
  margin-bottom: 10px;
}
.product-detail .product-detail_info .option ul {
  list-style: none;
}
.product-detail .product-detail_info .option ul li input[type=checkbox] {
  accent-color: green;
}
.product-detail .product-detail_info .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.product-detail .product-detail_info .btn-group .btn-addtocart {
  width: calc(100% - 150px);
  background: #f39200;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.product-detail .product-detail_info .btn-group .btn-addtocart input[type=submit] {
  width: 100%;
  text-decoration: none;
  color: #fff;
  line-height: 45px;
  display: block;
  padding: 0 20px;
  background: #f39200 url(/assets/img/ico-cart-2.svg) no-repeat left 20px center;
  background-size: 20px auto;
  border: 0;
  border-radius: 3px;
  text-align: center;
}
.product-detail .product-detail_info .btn-group .btn-addtocart input[type=submit]:hover {
  cursor: pointer;
}
.product-detail .product-detail_info .btn-group .btn-addtocart a {
  text-decoration: none;
  color: #fff;
  line-height: 45px;
  display: block;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-detail .product-detail_info .btn-group .btn-addtocart a img {
  width: 20px;
  margin-right: 10px;
}
.product-detail .product-detail_info .btn-group .btn-addtocart:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
          box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.product-detail .product-detail_info .btn-group .btn-buynow {
  width: 130px;
  background: #e40613;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  margin-left: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.product-detail .product-detail_info .btn-group .btn-buynow a {
  text-decoration: none;
  color: #fff;
  line-height: 45px;
  display: block;
  height: 100%;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-detail .product-detail_info .btn-group .btn-buynow:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
          box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.product-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .product-desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-desc .product-desc_tab {
  width: 261px;
}
@media screen and (max-width: 767px) {
  .product-desc .product-desc_tab {
    width: 100%;
  }
}
.product-desc .product-desc_tab ul {
  list-style: none;
  display: block;
  margin-right: -1px;
  border-top: 1px solid #d8d8d8;
}
@media screen and (max-width: 767px) {
  .product-desc .product-desc_tab ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #d8d8d8;
    border-bottom: 0;
  }
}
.product-desc .product-desc_tab ul li {
  padding: 10px;
  font-weight: bold;
  color: #666;
  background: #f5f5f5;
  border-left: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .product-desc .product-desc_tab ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    border-left: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-right: 0;
  }
  .product-desc .product-desc_tab ul li:first-child {
    border-left: 0;
  }
}
.product-desc .product-desc_tab ul li.active {
  color: #333;
  background: #fff;
  border-right: 1px solid #fff;
  border-left: 3px solid #e40613;
}
@media screen and (max-width: 767px) {
  .product-desc .product-desc_tab ul li.active {
    border-bottom: 1px solid #fff;
    border-right: 0;
    border-left: 0;
    border-top: 3px solid #e40613;
  }
}
.product-desc .product-desc_tab ul li:hover {
  color: #333;
  cursor: pointer;
}
.product-desc .product-desc_content {
  width: calc(100% - 260px);
  border: 1px solid #d8d8d8;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .product-desc .product-desc_content {
    width: 100%;
    border-top: 0;
  }
}
.product-desc .product-desc_content .tab-content {
  display: none;
}

.anchor-list {
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px 0;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #d8d8d8;
}
.anchor-list li {
  margin: 0 20px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .anchor-list li {
    margin: 0 10px;
    font-size: 13px;
    text-align: center;
  }
}
.anchor-list li a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 10px 0px;
  position: relative;
}
.anchor-list li a.active:after, .anchor-list li a:hover:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-top: 4px solid #e40613;
  border-left: 4px solid #e40613;
  position: absolute;
  left: 50%;
  bottom: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.related-post {
  border-top: 2px solid #f0f0f0;
  margin-top: 50px;
}
.related-post > h3 {
  font-size: 15px;
  border-top: 5px solid #e40613;
  font-weight: bold;
  display: inline-block;
  padding: 5px 30px;
  margin-top: -4px;
}
.related-post ul {
  list-style: none outside none;
  margin: 5px 0;
  padding: 0px 0px 0px 10px;
}
.related-post ul li {
  display: block;
  padding: 3px 0;
}
.related-post ul li a {
  color: #000000;
  padding: 0 0 0 10px;
  text-decoration: none;
  position: relative;
}
.related-post ul li a:after {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  top: 4px;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.related-post ul li a:hover {
  text-decoration: underline;
}

.combo-item {
  margin-bottom: 20px;
}
.combo-item h2 {
  color: #e40613;
  font-size: 20px;
  margin-bottom: 10px;
}
.combo-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.combo-item ul li {
  width: calc((100% - 50px) / 4);
  margin: 0 0 20px 16px;
}
@media screen and (max-width: 767px) {
  .combo-item ul li {
    width: calc((100% - 10px) / 2);
    margin-left: 10px;
  }
  .combo-item ul li:nth-child(2n+1) {
    margin-left: 0;
  }
}
.combo-item ul li:nth-child(4n+1) {
  margin-left: 0;
}
.combo-item ul li .thumb {
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  margin-bottom: 10px;
  overflow: hidden;
}
.combo-item ul li .tit {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
.combo-item ul li .tit a {
  color: #333;
  text-decoration: none;
}
.combo-item ul li .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.combo-item ul li .info .price {
  font-size: 14px;
  color: #e40613;
  font-weight: bold;
}
.combo-item ul li .info .price .old {
  font-weight: normal;
  color: #333;
  font-size: 13px;
  text-decoration-line: line-through;
  margin-left: 10px;
}

.successful-text {
  max-width: 700px;
  margin: 0 auto 30px;
  text-align: center;
  color: #e40613;
  background: #ebebeb;
  border: 1px solid #d8d8d8;
  padding: 10px;
}

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}

.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}

.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}

.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .model-open .custom-model-inner {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
}

.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  transition: background 0.15s linear;
}

.close-btn {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
  border: 2px solid #fff;
}

.custom-model-wrap .wrap-form {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  padding: 0;
  max-width: inherit;
}

@media screen and (min-width: 1024px) {
  .custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: 0px;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .custom-model-inner {
    margin: 0 auto;
  }
}
#aboutus {
  padding-top: 55px;
}
#aboutus .main-img {
  margin-bottom: 30px;
}
#aboutus .about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #aboutus .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#aboutus .about .txt {
  width: calc(50% - 15px);
  text-align: justify;
}
@media screen and (max-width: 767px) {
  #aboutus .about .txt {
    width: 100%;
    margin-bottom: 20px;
  }
}
#aboutus .about .img {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  #aboutus .about .img {
    width: 100%;
  }
}
#aboutus .vision {
  background: #f5f5f5;
  padding: 40px 0 60px;
}
@media screen and (max-width: 767px) {
  #aboutus .vision {
    padding: 40px 0;
  }
}
#aboutus .vision h2 {
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #aboutus .vision h2 {
    text-align: center;
  }
}
#aboutus .vision ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #aboutus .vision ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#aboutus .vision ul li {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  #aboutus .vision ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  #aboutus .vision ul li:last-child {
    margin-bottom: 0;
  }
}
#aboutus .vision ul li h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
#aboutus .vision ul li h3 img {
  height: 55px;
  width: auto;
  margin-right: 20px;
}
#aboutus .vision ul li .txt {
  text-align: justify;
}
#aboutus .giatri {
  padding: 40px 0;
}
#aboutus .giatri h2 {
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #aboutus .giatri h2 {
    text-align: center;
  }
}
#aboutus .giatri ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #aboutus .giatri ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#aboutus .giatri ul li {
  width: 20%;
  max-width: 140px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #aboutus .giatri ul li {
    width: 50%;
    margin: 0 10px 20px;
  }
}
#aboutus .giatri ul li .img {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
#aboutus .giatri ul li .img img {
  height: 80px;
  max-width: 84px;
}
#aboutus .myteam {
  padding: 40px 0 60px;
}
#aboutus .myteam h2 {
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #aboutus .myteam h2 {
    text-align: center;
  }
}
#aboutus .myteam ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #aboutus .myteam ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#aboutus .myteam ul li {
  width: 25%;
  max-width: 220px;
  text-align: center;
  margin-left: 50px;
  margin-bottom: 30px;
}
#aboutus .myteam ul li:nth-child(4n+1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  #aboutus .myteam ul li:nth-child(4n+1) {
    margin: 0 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  #aboutus .myteam ul li {
    width: 50%;
    max-width: 150px;
    margin: 0 10px 20px;
  }
}
#aboutus .myteam ul li .thumb {
  width: 100%;
  max-width: 220px;
  max-height: 220px;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

/* SHOPPING CART
====================*/
#shopping-cart {
  width: 100%;
  /*max-width: 800px;*/
  margin: 0 auto;
  text-align: center;
  /*.title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
  }*/
}
#shopping-cart .toptxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
#shopping-cart .toptxt .title {
  margin: 0 20px;
}
#shopping-cart .toptxt ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#shopping-cart .toptxt ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #shopping-cart .toptxt ul li {
    width: 33.33%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 18px;
    padding: 0 5px;
    font-size: 13px;
  }
}
#shopping-cart .toptxt ul li:first-child {
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #shopping-cart .toptxt ul li:first-child {
    width: 100%;
    margin-bottom: 5px;
  }
}
#shopping-cart .toptxt ul li span {
  width: 34px;
  height: 30px;
  background: #f5f5f5;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
#shopping-cart .toptxt ul li span img {
  height: 22px;
  width: auto;
}
#shopping-cart .product {
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #shopping-cart .product {
    overflow-x: scroll;
  }
}
#shopping-cart .product .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (max-width: 767px) {
  #shopping-cart .product .item {
    width: 500px;
  }
}
#shopping-cart .product .item:first-child {
  border-top: 1px solid #d8d8d8;
}
#shopping-cart .product .item .no {
  width: 2%;
}
@media screen and (max-width: 415px) {
  #shopping-cart .product .item .no {
    display: none;
  }
}
#shopping-cart .product .item .thumb {
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#shopping-cart .product .item .thumb img {
  width: auto;
  height: 80px;
  border-radius: 3px;
}
@media screen and (max-width: 415px) {
  #shopping-cart .product .item .thumb img {
    width: auto;
    height: 40px;
  }
}
#shopping-cart .product .item .name {
  width: 33%;
}
#shopping-cart .product .item .name h3 {
  font-size: 16px;
}
@media screen and (max-width: 415px) {
  #shopping-cart .product .item .name h3 {
    font-size: 13px;
  }
}
#shopping-cart .product .item .name p {
  font-size: 12px;
}
#shopping-cart .product .item .unit_price {
  width: 15%;
  text-align: center;
}
@media screen and (max-width: 415px) {
  #shopping-cart .product .item .unit_price {
    font-size: 12px;
  }
}
#shopping-cart .product .item .unit_price span {
  font-size: 14px;
  font-weight: bold;
  color: #e40613;
}
#shopping-cart .product .item .unit_price span.old {
  font-weight: normal;
  color: #333;
  font-size: 13px;
  text-decoration-line: line-through;
  margin-left: 10px;
}
#shopping-cart .product .item .price {
  width: 15%;
  text-align: center;
}
@media screen and (max-width: 415px) {
  #shopping-cart .product .item .price {
    font-size: 12px;
  }
}
#shopping-cart .product .item .price span {
  font-size: 14px;
  font-weight: bold;
  color: #e40613;
}
#shopping-cart .product .item .quantity {
  padding-left: 5px;
  width: 15%;
  text-align: center;
  /*        input[type="text"],
          input[type="number"] {
            width: 100%;
            height: 30px;
            line-height: 30px;
            max-width: 50px;
            padding: 0;
            border: 1px solid #d8d8d8;
            outline: none;
            border-radius: 3px;
            text-align: center;
            font-size: 13px;
            font-weight: bold;
            -webkit-appearance: none;
            @include max-screen(415px) {
              height: 30px;
              line-height: 30px;
              font-size: 12px;
            }
          }*/
}
#shopping-cart .product .item .del {
  width: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#shopping-cart .product .item .del img {
  width: 20px;
}
#shopping-cart .summary .price {
  width: 100% !important;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
#shopping-cart .summary .price span {
  color: #e40613;
}
#shopping-cart .summary .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#shopping-cart .summary .btn input[type=submit] {
  display: block;
  border: none;
  background: #e40613;
  padding: 10px 20px;
  color: #fff;
  border-radius: 5px;
  margin: 0 10px;
  -webkit-appearance: none;
}
#shopping-cart .summary .btn input[type=submit]:hover {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#shopping-cart .summary .btn input[type=submit]:hover:hover {
  opacity: 0.7;
}
@media screen and (max-width: 415px) {
  #shopping-cart .summary .btn input[type=submit] {
    margin: 0 5px;
    padding: 5px 15px;
  }
}
#shopping-cart .summary .btn a {
  display: block;
  text-decoration: none;
  background: #e40613;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 0 10px;
}
#shopping-cart .summary .btn a:hover {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#shopping-cart .summary .btn a:hover:hover {
  opacity: 0.7;
}
@media screen and (max-width: 415px) {
  #shopping-cart .summary .btn a {
    margin: 0 5px;
    padding: 5px 15px;
  }
}

.title-cart {
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  background: #08632d;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin-bottom: 20px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.title-cart:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 20px solid #08632d;
  border-left: 20px solid transparent;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  left: -40px;
  top: 0;
}
.title-cart:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid #08632d;
  border-right: 20px solid transparent;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  right: -40px;
  top: 0;
}

#step-checkout {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: block;
  padding: 20px 0;
}
#step-checkout ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
#step-checkout ul:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #e40613;
  position: absolute;
  bottom: 50%;
  left: 0;
  z-index: 0;
}
#step-checkout ul li {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  padding: 15px;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
#step-checkout ul li.active {
  background: #e40613;
}
#step-checkout ul li img {
  width: 100%;
  height: auto;
}

#checkout {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #999;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
@media screen and (max-width: 767px) {
  #checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#checkout .title {
  background: #ebebeb;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
  border-bottom: 1px solid #999;
}
#checkout #shopping-cart {
  margin: 0;
  padding: 20px 30px;
  text-align: left;
  /*border-bottom: 1px solid #999;*/
}
@media screen and (max-width: 767px) {
  #checkout #shopping-cart {
    width: 100%;
    padding: 10px;
  }
}
#checkout #shopping-cart h2 {
  text-transform: uppercase;
}
#checkout #shopping-cart .product {
  margin-bottom: 0;
}
#checkout #shopping-cart .product .no {
  width: 20px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
#checkout #shopping-cart .product .item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: none;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  #checkout #shopping-cart .product .item {
    width: 100%;
  }
}
#checkout #shopping-cart .product .item .name {
  width: auto;
}
#checkout #shopping-cart .product .item .name h3 {
  font-size: 14px;
}
#checkout #shopping-cart .product .item .name h3 span {
  font-weight: normal;
  padding-left: 10px;
  font-size: 12px;
}
#checkout #shopping-cart .product .item .name p {
  font-size: 12px;
}
#checkout #shopping-cart .product .item .price {
  width: auto;
  margin-left: auto;
  color: #333;
  font-weight: normal;
}
#checkout #form-order {
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #checkout #form-order {
    width: 100%;
    max-width: 400px;
    padding: 10px;
    margin: 0 auto;
  }
}
#checkout #form-order h2 {
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#checkout #form-order h2 p {
  font-weight: normal;
  border-left: 1px solid #999;
  margin-left: 20px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#checkout #form-order h2 p img {
  width: 22px;
  height: auto;
  margin-right: 5px;
}
#checkout #form-order h2 p.js-auto-fill:hover {
  cursor: pointer;
}
#checkout #form-order .form-inner {
  background: #ebebeb;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
#checkout #form-order .form-inner h3 {
  width: 100%;
  font-weight: normal;
  margin-bottom: 10px;
}
#checkout #form-order .form-inner .form-group {
  width: calc(50% - 5px);
}
#checkout #form-order .form-group {
  width: calc(50% - 5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}
#checkout #form-order .form-group label {
  margin-bottom: 5px;
}
#checkout #form-order .form-group label span {
  color: #f00;
}
#checkout #form-order .form-group input[type=text] {
  display: block;
  padding: 5px 10px;
  height: 40px;
  background: #fff;
  border: 1px solid #999;
  border-radius: 3px;
  outline: none;
  -webkit-appearance: none;
}
#checkout #form-order .form-group textarea {
  display: block;
  padding: 5px 10px;
  height: 50px;
  background: #fff;
  border: 1px solid #999;
  border-radius: 3px;
  outline: none;
  -webkit-appearance: none;
}
#checkout #form-order .form-group input[type=submit] {
  max-width: 150px;
  margin: 0 auto;
  display: block;
  border: none;
  background: #16cc9b;
  padding: 10px 20px;
  color: #fff;
  border-radius: 5px;
  -webkit-appearance: none;
}
#checkout #form-order .form-group input[type=submit]:hover {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#checkout #form-order .form-group input[type=submit]:hover:hover {
  opacity: 0.7;
}
#checkout #form-order .form-group select {
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  padding: 5px 10px;
  border: 1px solid #999;
}
#checkout #form-order .form-group .error {
  color: #f00;
}
#checkout .form-group-full {
  width: 100%;
}
#checkout .form-group-full textarea {
  width: 100%;
  border: 1px solid #999;
  padding: 10px;
  border-radius: 5px;
}
#checkout .form-group-full label {
  margin-right: 20px;
}
#checkout .form-group-full label input[type=radio] {
  accent-color: red;
  margin: 0;
}
#checkout .delivery {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#checkout .summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#checkout .summary .price {
  color: #e40613;
  font-weight: bold;
}
#checkout .btn-send {
  width: 100%;
  padding: 0 30px;
  margin-bottom: 30px;
}
#checkout .btn-send input[type=submit] {
  width: 100%;
  border: 0;
  border-radius: 3px;
  padding: 10px 20px;
  background: #e40613;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#checkout .btn-send input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.8;
}

.list-payment {
  list-style: none;
}
.list-payment li input[type=radio] {
  margin: 0 5px 0 0;
  accent-color: red;
}
.list-payment ul {
  padding-left: 20px;
  list-style: none;
}
.list-payment ul li {
  position: relative;
  padding-left: 15px;
}
.list-payment ul li:before {
  content: "";
  width: 10px;
  height: 1px;
  background: #333;
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
}
.list-payment ul li:after {
  content: "";
  width: 8px;
  height: 1px;
  background: #333;
  display: block;
  position: absolute;
  top: 50%;
  left: 1px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#finish {
  width: 100%;
  min-width: 300px;
  text-align: center;
  padding: 50px;
}
#finish h1 {
  color: #e40613;
  font-size: 20px;
  text-transform: uppercase;
  margin: 10px 0px;
}
#finish .lead-txt {
  text-align: center;
}
#finish a {
  max-width: 200px;
  margin: 30px auto;
  display: block;
  text-decoration: none;
  background: #e40613;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}
#finish a:hover {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#finish a:hover:hover {
  opacity: 0.7;
}

.input-number {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 50px;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
}
@media screen and (max-width: 415px) {
  .input-number {
    width: 20px;
    padding: 0;
  }
}

.input-number,
.input-number-decrement,
.input-number-increment {
  border: 1px solid #ccc;
  height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 415px) {
  .input-number,
.input-number-decrement,
.input-number-increment {
    height: 20px;
  }
}

.input-number-decrement,
.input-number-increment {
  display: inline-block;
  width: 25px;
  line-height: 28px;
  background: #f9f9f9;
  color: #444 !important;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.input-number-decrement:active,
.input-number-increment:active {
  background: #ddd;
}
@media screen and (max-width: 415px) {
  .input-number-decrement,
.input-number-increment {
    width: 20px;
    line-height: 18px;
  }
}
.input-number-decrement a,
.input-number-increment a {
  display: block;
  text-decoration: none;
  color: #444;
}

.input-number-decrement {
  border-right: none;
  border-radius: 4px 0 0 4px;
}

.input-number-increment {
  border-left: none;
  border-radius: 0 4px 4px 0;
}

/* FORM 
===============*/
.contact {
  padding-bottom: 50px;
}
.contact-detail {
  margin-bottom: 30px;
}

.message {
  margin-bottom: 20px;
  color: #f00;
  text-align: center;
}

.form-wrap {
  max-width: 700px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-wrap input[type=text],
.form-wrap select {
  display: block;
  border: 1px solid #d8d8d8;
  width: 100%;
  background: #f9f9f9;
  outline: none;
  padding: 5px 10px;
  height: 40px;
  border-radius: 3px;
  -webkit-appearance: none;
}
.form-wrap textarea {
  border: 1px solid #d8d8d8;
  width: 100%;
  background: #f9f9f9;
  outline: none;
  padding: 5px 10px;
  height: 80px;
  border-radius: 3px;
  -webkit-appearance: none;
}
.form-wrap input[type=submit] {
  background: #e40613;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  display: inline-block;
  max-width: 100px;
  margin: 0 auto;
  -webkit-appearance: none;
}
.form-wrap button {
  background: #2fc2e2;
  color: #ffffff;
  border-radius: 3px;
  -webkit-appearance: none;
}
.form-wrap .form-group {
  width: calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}
.form-wrap .form-group.full {
  width: 100%;
}
@media screen and (max-width: 415px) {
  .form-wrap .form-group {
    width: 100%;
  }
}
.form-wrap .form-group label {
  font-weight: bold;
  margin-bottom: 5px;
}
.form-wrap .form-group label .require {
  font-size: 10px;
  font-weight: normal;
  color: #f00;
}
.form-wrap .form-group label.error {
  font-size: 12px;
  font-weight: normal;
  color: #f00;
}