.is-relative {
  position: realtive !important; }

.is-absolute {
  position: absolute !important; }

.is-center {
  justify-content: center;
  align-items: center; }
  .is-center-vertical {
    align-items: center; }
  .is-center-horizontal {
    justify-content: center; }

.is-flex {
  display: flex !important; }
  .is-flex-1 {
    flex: 1; }
  .is-flex--space-between {
    justify-content: space-between; }
  .is-flex--center {
    justify-content: center; }
  .is-flex--start {
    justify-content: flex-start; }
  .is-flex--end {
    justify-content: flex-end; }
  .is-flex-column {
    flex-direction: column; }
  .is-flex-row {
    flex-direction: row; }
  .is-flex--vcenter {
    align-items: center; }

.is-vertical-flex {
  display: flex;
  flex-direction: column; }

.is-100-height {
  height: 100%; }

.is-fullwidth {
  width: 100% !important; }

.is-fullheight {
  height: 100%; }

.is-float-left {
  float: left; }

.is-float-right {
  float: right; }

.is-link--dark a {
  color: #fff; }
  .is-link--dark a:hover {
    color: #D0ECE7;
    text-decoration: none; }

.is-link--light a {
  color: rgba(0, 0, 0, 0.65); }
  .is-link--light a:hover {
    color: #09488a;
    text-decoration: none; }

.is-clickable {
  cursor: pointer !important; }
  .is-clickable--no-shadow:hover {
    box-shadow: none !important; }
  .is-clickable:hover {
    box-shadow: 0 5px 10px #d7d7d7, 0 -5px 15px #d9d9d9; }

.is-padding-25 {
  padding: 25px; }

.is-padding-20 {
  padding: 20px; }

.is-padding-15 {
  padding: 15px; }

.is-padding-10 {
  padding: 10px; }

.is-padding-5 {
  padding: 5px !important; }

.is-margin-25 {
  margin: 25px; }

.is-margin-20 {
  margin: 20px; }

.is-margin-15 {
  margin: 15px; }

.is-margin-10 {
  margin: 10px; }

.is-margin-5 {
  margin: 5px; }

.is-text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.is-text-center {
  text-align: center; }

.is-text-sm {
  font-size: 14px; }

.is-text-md {
  font-size: 18px; }

.is-text-lg {
  font-size: 24px; }

.is-text-sg {
  font-size: 28px; }

.is-text-bold {
  font-weight: bold; }

.is-gap-left {
  margin-left: 5px; }

.is-opaque {
  color: #919596; }

.is-flat-input {
  border-width: 2px;
  padding: 18px 10px; }
  .is-flat-input .ant-select-selection {
    border-width: 2px;
    padding: 3px;
    height: auto; }

.is-flat-button {
  text-align: center;
  padding: 6px 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 600; }
  .is-flat-button--no-bg {
    text-align: center;
    padding: 6px 10px;
    color: rgba(0, 0, 0, 0.65);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    background-color: #fff !important; }
  .is-flat-button--fix-width {
    min-width: 115px; }
  .is-flat-button--same-input {
    color: rgba(0, 0, 0, 0.65);
    border: 2px solid #d9d9d9;
    text-align: center;
    background-color: #fff !important; }
    .is-flat-button--same-input:hover {
      color: #fff;
      background-color: #108ee9 !important;
      border-color: #108ee9 !important;
      font-weight: 600; }

.is-border-danger {
  border: 1px solid #ff3860 !important; }

.is-border-info {
  border: 1px solid #3EACA8 !important; }

.is-border-primary {
  border: 1px solid #1ABC9C !important; }

.is-button-danger {
  background-color: #ff3860; }

.is-button-primary {
  background-color: #1ABC9C; }

.is-button-info {
  background-color: #3EACA8; }

.is-cursor {
  cursor: pointer; }

.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-50 {
  margin-bottom: 50px; }

.mt-5 {
  margin-top: 5px; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-50 {
  margin-top: 50px; }

.mr-5 {
  margin-right: 5px; }

.mr-10 {
  margin-right: 10px; }

.mr-15 {
  margin-right: 15px; }

.mr-25 {
  margin-right: 25px; }

.mr-50 {
  margin-right: 50px; }

.ml-5 {
  margin-left: 5px; }

.ml-10 {
  margin-left: 10px; }

.ml-15 {
  margin-left: 15px; }

.ml-20 {
  margin-left: 20px; }

.ml-25 {
  margin-left: 25px; }

.ml-50 {
  margin-left: 50px; }

.pb-5 {
  padding-bottom: 5px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-25 {
  padding-bottom: 25px; }

.pb-50 {
  padding-bottom: 50px; }

.pr-5 {
  padding-right: 5px; }

.pr-10 {
  padding-right: 10px; }

.pr-15 {
  padding-right: 15px; }

.pr-20 {
  padding-right: 20px; }

.pr-25 {
  padding-right: 25px; }

.pr-50 {
  padding-right: 50px; }

.pl-5 {
  padding-left: 5px; }

.pl-10 {
  padding-left: 10px; }

.pl-15 {
  padding-left: 15px; }

.pl-20 {
  padding-left: 20px; }

.pl-25 {
  padding-left: 25px; }

.pl-50 {
  padding-left: 50px; }

.pt-5 {
  padding-top: 5px; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-20 {
  padding-top: 20px; }

.pt-25 {
  padding-top: 25px; }

.pt-50 {
  padding-top: 50px; }

.col-25 {
  width: 25% !important; }

.col-75 {
  width: 75% !important; }

.col-40 {
  width: 40% !important; }

.col-60 {
  width: 60% !important; }

.col-50 {
  width: 50%; }

.fa {
  margin-right: 4px; }

.ant-popover-inner-content {
  padding: 0; }

.ant-modal {
  top: 50px; }
  .ant-modal-body {
    padding: 0; }

.ant-tree-iconEle {
  background-color: none; }
  .ant-tree-iconEle ant-tree-icon_loading {
    background-color: none; }
    .ant-tree-iconEle ant-tree-icon_loading ant-tree-icon__open {
      background-color: none; }

.ant-select.editor-select-filetype {
  height: 40px; }
  .ant-select.editor-select-filetype .ant-select-selection {
    height: 40px;
    border: 2px solid #d9d9d9; }
  .ant-select.editor-select-filetype .ant-select-selection__rendered {
    height: 40px;
    line-height: 38px; }

.ant-popover {
  z-index: 9999; }

.ant-layout {
  overflow: auto;
  height: 100vh;
  background-color: #f4f6f8; }
  .ant-layout .ant-layout-footer {
    background-color: #EAECEE;
    padding: 15px 50px;
    width: calc(100vw - 250px);
    text-align: center;
    position: fixed;
    bottom: 0; }
  .ant-layout .ant-layout-sider {
    margin-top: 55px;
    background-color: #303246 !important; }
    .ant-layout .ant-layout-sider .ant-menu {
      color: #fff;
      background-color: #303246; }
    .ant-layout .ant-layout-sider li.ant-menu-item, .ant-layout .ant-layout-sider li .ant-menu-submenu-title {
      font-size: 15px !important;
      font-weight: 500; }
      .ant-layout .ant-layout-sider li.ant-menu-item:hover, .ant-layout .ant-layout-sider li .ant-menu-submenu-title:hover {
        color: #A2D4AB; }
    .ant-layout .ant-layout-sider li.site-info {
      margin: 0;
      background-color: #C62B41;
      width: 250px; }
      .ant-layout .ant-layout-sider li.site-info:hover {
        color: #FADBD8; }
    .ant-layout .ant-layout-sider li.ant-menu-item-selected {
      color: #fff;
      background-color: #547A82; }
      .ant-layout .ant-layout-sider li.ant-menu-item-selected:hover {
        color: #fff; }
      .ant-layout .ant-layout-sider li.ant-menu-item-selected::after {
        border-right: none; }
  .ant-layout .ant-layout-content {
    background-color: #f4f6f8 !important;
    margin-top: 55px !important;
    height: 100%;
    display: flex; }
    @media screen and (max-width: 992px) {
      .ant-layout .ant-layout-content {
        margin-left: 0 !important; } }
    .ant-layout .ant-layout-content .your-site {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 992px) {
      .ant-layout .ant-layout-content {
        padding: 0 5px 48px !important; } }
  .ant-layout .ant-layout-header {
    background-color: #303246;
    height: 55px;
    line-height: 55px;
    position: fixed;
    width: 100%;
    z-index: 999; }
    .ant-layout .ant-layout-header .header-brand {
      position: absolute;
      left: 0;
      font-weight: 700;
      padding-left: 15px;
      width: 250px;
      font-size: 20px;
      color: #fff;
      background-color: #C62B41; }
      @media screen and (max-width: 992px) {
        .ant-layout .ant-layout-header .header-brand {
          display: none !important; } }
      .ant-layout .ant-layout-header .header-brand img {
        vertical-align: center; }

.fr-box ol {
  list-style: decimal; }

.fr-box ul {
  list-style: dotted; }

.fr-toolbar {
  box-shadow: none !important;
  border: 1px solid #dfe4e8 !important;
  border-bottom: none !important; }

.fr-wrapper {
  box-shadow: none !important;
  border: 1px solid #dfe4e8 !important; }

.fr-counter {
  border: 1px solid #dfe4e8 !important; }

.fr-element {
  max-height: 170px; }

.fr-pcategory .fr-element, .fr-pcategory .fr-wrapper {
  height: 300px;
  max-height: 300px !important; }

.ace_editor {
  border: 1px solid #dfe4e8;
  border-left: none !important;
  width: auto !important;
  height: calc(100vh - 280px) !important; }

.ace_error {
  display: none; }

.enable_ace_err .ace_error {
  display: block; }

.no_invalid .ace_invalid {
  display: initial;
  color: #000 !important;
  background-color: inherit !important; }

.default-btn {
  background-color: #d77e6a;
  color: #fff;
  padding: 10px 20px;
  border-radius: 2px; }

input {
  height: 31px;
  border: none;
  padding-left: 30px;
  border-color: #fff;
  border-radius: 2px;
  font-size: 13px; }

input.same-default-btn {
  height: 34px;
  margin-bottom: 15px; }

.top-bar {
  font-size: 12px;
  background-color: #ebf5f7 !important; }
  .top-bar ul {
    padding-left: 0 !important; }
  @media screen and (max-width: 840px) {
    .top-bar--wrapper {
      justify-content: center;
      align-items: center; } }
  .top-bar--right__list li {
    margin: 0 .7em; }
    .top-bar--right__list li:first-child {
      margin-left: 0; }
    .top-bar--right__list li a {
      color: rgba(17, 17, 17, 0.85); }

.header-main {
  background: url(https://cdn.pancake.vn/files/47/64/09/7b/ba3ff1c4f0a35df1a4fde80fa79f9b605de0654a3d034eb4dd2cbea0.png) repeat #FFFFFF;
  height: 100px; }
  @media screen and (max-width: 450px) {
    .header-main {
      height: auto; } }

.header-inner--wrapper {
  align-items: center;
  height: 100%; }

.header-inner--action {
  height: 32px; }
  .header-inner--action:first-child {
    margin-right: 11px; }
    @media screen and (max-width: 450px) {
      .header-inner--action:first-child {
        margin-right: 0px; }
        .header-inner--action:first-child .dropdown-account .dropdown {
          width: 200px;
          right: -45px; }
          .header-inner--action:first-child .dropdown-account .dropdown a {
            padding: 10px 0px;
            font-size: 1em; } }
  .header-inner--action:last-child {
    margin-left: 11px; }
  .header-inner--action__account {
    height: 100%;
    font-size: .8em;
    text-transform: uppercase;
    position: relative; }
    .header-inner--action__account i {
      display: none; }
    @media screen and (max-width: 840px) {
      .header-inner--action__account .header-button {
        width: 32px; }
        .header-inner--action__account .header-button span {
          display: none; }
        .header-inner--action__account .header-button i {
          display: block; } }
    .header-inner--action__account .dropdown-account {
      display: none; }
      .header-inner--action__account .dropdown-account .dropdown {
        width: 300px; }
      .header-inner--action__account .dropdown-account .account-action {
        padding: 0;
        margin: 0px; }
        .header-inner--action__account .dropdown-account .account-action a {
          font-size: 1.2em;
          padding: 10px 20px;
          color: rgba(102, 102, 102, 0.85);
          display: block; }
          .header-inner--action__account .dropdown-account .account-action a:hover {
            color: #008c99; }
    .header-inner--action__account:hover .dropdown-account {
      display: block !important; }
  .header-inner--action .header-button {
    background-color: #008c99;
    color: #ffffff;
    font-weight: 500;
    border-radius: 25px;
    height: 100%;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    .header-inner--action .header-button:hover {
      background: #00737f; }
    .header-inner--action .header-button span {
      margin: 0px 8px; }
    .header-inner--action .header-button i {
      margin-right: 8px; }
      @media screen and (max-width: 840px) {
        .header-inner--action .header-button i {
          margin-left: 8px; } }
  .header-inner--action__cart {
    position: relative; }
    .header-inner--action__cart:before {
      bottom: -2px;
      z-index: 10;
      opacity: 1;
      left: 50%;
      border: solid transparent;
      content: '';
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .header-inner--action__cart:hover .dropdown-cart {
      display: block !important; }
    .header-inner--action__cart:hover .dropdown-uppercase {
      right: 0;
      opacity: 1;
      max-height: none;
      left: auto; }
    @media screen and (max-width: 840px) {
      .header-inner--action__cart .cart-price {
        display: none; } }

.header-inner--menu {
  cursor: pointer;
  display: none;
  padding: 10px;
  box-sizing: border-box; }
  @media screen and (max-width: 840px) {
    .header-inner--menu {
      display: block; } }

.header-inner--logo {
  max-width: 200px;
  max-height: 90px;
  height: 90px;
  overflow: hidden; }
  @media screen and (max-width: 450px) {
    .header-inner--logo {
      width: 150px; } }
  @media screen and (max-width: 300px) {
    .header-inner--logo {
      width: 100px; } }
  @media screen and (max-width: 200px) {
    .header-inner--logo {
      width: 50px; } }
  .header-inner--logo a {
    width: 100%; 
    display: block;
    width: 100%;
    height: 100%;
  }
  .header-inner--logo a img {
    width: 100%; 
    height: 100%;
    object-fit: cover;
  }

.header-inner--search {
  position: relative;
  width: 30%; }
  @media screen and (max-width: 840px) {
    .header-inner--search {
      display: none; } }
  .header-inner--search input {
    background-color: #ffffff !important;
    border: solid 3px #008c99 !important;
    border-radius: 99px;
    height: 33px !important;
    box-sizing: border-box;
    outline: none;
    padding: 0px 25px 0px 15px;
    width: 100%; }
  .header-inner--search button {
    position: absolute;
    right: 0;
    top: 5px;
    border: none;
    font-size: 15px;
    right: 4px;
    background: none; }

.header-bottom {
  background-color: #008c99;
  height: 50px;
  z-index: 9;
  position: relative; }
  @media screen and (max-width: 840px) {
    .header-bottom {
      display: none; } }
  .header-bottom--wrapper {
    height: 100%; }
    .header-bottom--wrapper .header-menu {
      display: flex;
      margin: 0;
      align-items: center;
      height: 100%; }
      .header-bottom--wrapper .header-menu li:hover {
        background: #00808c; }
      .header-bottom--wrapper .header-menu--item {
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        line-height: 40px; }
        .header-bottom--wrapper .header-menu--item a {
          color: #ffffff;
          text-transform: uppercase;
          font-size: 13px;
          padding: 17px 11px; }
  .header-bottom:before {
    content: "";
    border-color: #fff;
    border-width: thin;
    border-style: dashed;
    height: 44px;
    width: 100%;
    display: block;
    position: absolute;
    top: 2px;
    border-left-width: 0;
    border-right-width: 0;
    z-index: -1; }

.header-main {
  z-index: 1000;
  color: black; }

@media screen and (max-width: 840px) {
}

@media screen and (max-width: 849px) {
  .hide-for-medium {
    display: none !important; } }

.banner {
  display: block;
  max-width: 980px;
  margin: auto;
  margin-top: 20px; }
  .banner img {
    width: 100%;
    max-height: 346px; }

.collection {
  display: block;
  max-width: 980px;
  margin: auto; }

.card {
  display: block;
  margin: 90px 0; }
  .card-wrapper {
    display: flex;
    justify-content: space-between; }
    .card-wrapper .left {
      flex-grow: 1;
      width: 50%; }
      .card-wrapper .left img {
        width: 100%; }
    .card-wrapper .right {
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      line-height: 24px;
      width: 50%;
      padding: 0 35px; }
      .card-wrapper .right a {
        margin-top: 30px;
        color: #d77e6a;
        text-decoration: underline; }
      .card-wrapper .right .card-title {
        text-transform: uppercase;
        font-size: 26px;
        font-weight: 900; }
      .card-wrapper .right .price {
        margin-top: 25px;
        color: #d77e6a;
        font-size: 19px;
        font-weight: 900px; }
      .card-wrapper .right .atcard-btn {
        margin-top: 25px;
        width: 95px;
        padding: 10px 20px;
        color: #fff;
        font-weight: 500;
        text-align: center;
        background-color: #d77e6a; }

.social-icon {
  margin-right: 1em;
  width: 33px;
  height: 33px;
  display: inline-block;
  border-radius: 50%;
  background: red; }
  .social-icon:hover {
    opacity: 0.9; }
  .social-icon--fb {
    background: #3a589d; }
  .social-icon--insta {
    background: #3b6994; }
  .social-icon--ps {
    background: #cb231f; }
  .social-icon--yt {
    background: #c33223; }
  .social-icon i {
    text-align: center;
    width: 100%;
    margin-top: 8px;
    color: #ffffff; }

.footer {
  position: relative;
  background: #ffffff;
  background-image: url(https://cdn.pancake.vn/files/ff/f6/ce/e8/2eb2ef71af7ae046934e25b531e7d0cc7e14853af375b6955b9ad91c.png);
  position: relative;
  background-position: center top;
  background-size: contain;
  border-top: none; }
  .footer .footer-2 {
    background: url(assets/images/footer_strip.jpg) center top repeat-x;
    background-size: auto 5px;
    background-color: #008c99;
    height: 48px;
    text-align: center;
    vertical-align: middle;
    line-height: 48px;
    font-weight: 500;
    color: #ffffff; }
  .footer .footer-1 {
    padding-top: 30px;
    padding-bottom: 30px; }
  .footer-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px; }
    @media screen and (max-width: 840px) {
      .footer-wrapper {
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 840px) {
      .footer-wrapper {
        grid-template-columns: 1fr; } }
  .footer:before {
    content: "";
    position: absolute;
    top: -18px;
    left: 0px;
    width: 100%;
    height: 46px;
    background: url(https://cdn.pancake.vn/files/a7/c6/19/12/6b5c2989e483d537655d1caa69a12ddfe81e62b274202bebc2ceb3f8.png) center top no-repeat;
    background-size: cover; }
  .footer-item--title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    color: #008c99;
    background: #fff;
    padding: 0 20px;
    text-transform: uppercase; }
  .footer-item--content ul {
    padding: 0px !important; }
    .footer-item--content ul li {
      font-size: 13px !important;
      background: url(https://cdn.pancake.vn/files/87/a8/1a/dc/995baebe6b788cbc81c73d9113b2765408b609c349b135ef70d033e6.png) no-repeat left 6px;
      display: block;
      padding-left: 25px;
      border: none;
      height: 32px; }
      .footer-item--content ul li:hover a {
        color: #008c99; }

.content-page {
  background-size: auto;
  background-size: cover;
  position: relative; }
  .content-page--banner .slick-dots {
    bottom: 20px; }
    .content-page--banner .slick-dots button:before {
      font-size: 15px; }
    .content-page--banner .slick-dots .slick-active button:before {
      font-size: 15px;
      opacity: 1;
      color: #ffffff; }
  .content-page--banner .slick-arrow {
    z-index: 1; }
    .content-page--banner .slick-arrow:before {
      font-size: 30px; }
  .content-page--banner .slick-prev {
    left: 20px; }
  .content-page--banner .slick-next {
    right: 30px; }

.section-title {
  margin-bottom: 1.7em; }
  .section-title--border {
    display: flex;
    align-items: center; }
    .section-title--border .section-title--main {
      padding: 0.3em 0.8em;
      font-weight: 500;
      font-size: 16px;
      border: 1px solid #008c99;
      border-radius: 99px; }
    .section-title--border:after {
      display: none; }
    .section-title--border b {
      display: block;
      flex: 1;
      height: 1px;
      opacity: 1;
      background-color: #008c99; }
  .section-title--wrapper {
    text-transform: uppercase;
    position: relative;
    text-align: center;
    font-size: 15px;
    margin: 0; }
    .section-title--wrapper:after {
      background: url(https://cdn.pancake.vn/files/f0/7a/0a/a1/9db782b897680b5b96cdae60d7890ad98dbf4286840deb386e783e74.png) center bottom no-repeat;
      background-repeat: no-repeat;
      background-position: center bottom;
      content: "";
      width: 125px;
      height: 13px;
      position: absolute;
      bottom: -12px;
      left: 0px;
      right: 0px;
      margin: 0 auto;
      background-size: 100% 100%;
      background-color: #008c99; }
  .section-title--main {
    color: #008c99; }
    .section-title--main:hover{
      opacity: 0.8;
    }

.product-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px; }
  @media screen and (max-width: 840px) {
    .product-list {
      grid-template-columns: 1fr 1fr; } }
  .product-list .product-item--wrapper {
    border: 1px solid #fcfcfc;
    padding: 4px;
    background-color: #fff;
    outline: dashed 1px #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); }
  .product-list .product-item--image {
    cursor: pointer;
    width: 100%;
    transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative; }
    .product-list .product-item--image a {
      width: 100%; }
      .product-list .product-item--image a .image-first {
        opacity: 1; }
      .product-list .product-item--image a .image-last {
        opacity: 0;
        position: absolute;
        top: 0; }
      .product-list .product-item--image a:hover .image-first {
        opacity: 0; }
      .product-list .product-item--image a:hover .image-last {
        left: 0;
        opacity: 1; }
      .product-list .product-item--image a img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        transition: all 0.6s; }
  .product-list .product-item--text {
    cursor: pointer;
    font-size: 0.8em; }
    .product-list .product-item--text .product-title {
      margin-top: .1em;
      margin-bottom: .1em;
      height: 21px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .product-list .product-item--text .product-price .price {
      color: #e40059 !important;
      font-weight: bold; }
    .product-list .product-item--text .product-price .original-price {
      text-decoration: line-through;
      color: #e40059 !important;
      opacity: .6;
      font-weight: normal;
      margin-right: .3em; }

.slick-slide {
  padding: 10px;
  box-sizing: border-box; }

.image-promotion {
  width: 100%;
  overflow: hidden; }
  .image-promotion img {
    width: 100%;
    overflow: hidden;
    transition: all 0.7s; }
  .image-promotion:hover img {
    transform: scale(1.1); }

.blog-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px; }
  @media screen and (max-width: 840px) {
    .blog-list {
      grid-template-columns: 1fr; } }
  .blog-list .blog-item--wrapper:hover {
    color: #008c99; }
  .blog-list .blog-item--text .title {
    cursor: pointer;
    color: #008c99;
    font-size: 0.85em;
    line-height: 1.3;
    margin-top: .1em;
    margin-bottom: .1em;
    min-height: 35px;
    overflow: hidden; }
  .blog-list .blog-item--text .description {
    margin-top: .1em;
    margin-bottom: .1em;
    font-size: 0.8em;
    margin-top: 10px; }
  .blog-list .blog-item--image img {
    width: 100%; }

.left-menu {
  width: 300px;
  background: white;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1000;
  height: 0px;
  transition: height 0.7s; }
  .left-menu--item {
    border-top: 1px solid #ececec;
    box-sizing: border-box;
    height: 51px;
    padding: 0px 30px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bolder; }
    .left-menu--item a {
      color: rgba(102, 102, 102, 0.85); }
  .left-menu--search {
    padding: 30px; }
    .left-menu--search__wrapper {
      border: solid 3px #008c99 !important;
      border-radius: 20px;
      display: flex;
      justify-content: space-around; }
      .left-menu--search__wrapper input {
        background: transparent;
        outline: none;
        padding-left: 20px;
        width: 100%;
        font-size: 15px; }
      .left-menu--search__wrapper button {
        background: transparent;
        border: none; }
      .left-menu--search__wrapper i {
        font-size: 15px; }
  .left-menu--wrapper {
    height: 100%;
    overflow: hidden; }

.dropdown {
  z-index: 300;
  position: absolute;
  border-color: #008c99;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.65); }
  .dropdown-wrapper {
    background: #ffffff;
    padding: 20px; }

.dropdown-cart {
  display: none; }
  .dropdown-cart .dropdown {
    z-index: 1000;
    left: -260px;
    right: 0px; }
    .dropdown-cart .dropdown .cart-total {
      border-bottom: 1px solid #ececec;
      padding: 10px;
      text-align: center; }
      .dropdown-cart .dropdown .cart-total strong {
        font-weight: normal; }
      .dropdown-cart .dropdown .cart-total span {
        font-weight: bold;
        font-size: 19px; }
    .dropdown-cart .dropdown .cart-button {
      display: flex;
      flex-direction: column; }
      .dropdown-cart .dropdown .cart-button a {
        margin: .5em 0 0;
        color: #fff;
        letter-spacing: .03em;
        text-align: center;
        text-transform: uppercase;
        cursor: pointer;
        line-height: 40px; }
        .dropdown-cart .dropdown .cart-button a:hover {
          box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2); }
      .dropdown-cart .dropdown .cart-button--view {
        background-color: #008c99; }
      .dropdown-cart .dropdown .cart-button--checkout {
        background-color: #52c5d7; }
    .dropdown-cart .dropdown .cart-list {
      padding: 0;
      margin: 0px; }
      .dropdown-cart .dropdown .cart-list .cart-item {
        display: flex;
        position: relative;
        padding-bottom: 7px;
        padding-top: 7px;
        border-bottom: 1px solid #ececec; }
        .dropdown-cart .dropdown .cart-list .cart-item--image {
          width: 60px;
          height: 60px;
          cursor: pointer; }
          .dropdown-cart .dropdown .cart-list .cart-item--image img {
            width: 100%; }
        .dropdown-cart .dropdown .cart-list .cart-item--text {
          display: flex;
          flex-direction: column; }
        .dropdown-cart .dropdown .cart-list .cart-item--remove {
          cursor: pointer;
          position: absolute;
          right: 0px;
          border-radius: 100%;
          color: #ccc;
          width: 24px;
          height: 24px;
          text-align: center;
          border: 2px solid currentColor;
          line-height: 24px; }
          .dropdown-cart .dropdown .cart-list .cart-item--remove:hover {
            color: #008c99; }
        .dropdown-cart .dropdown .cart-list .cart-item--price {
          color: #111;
          font-weight: bold; }

@media screen and (max-width: 450px) {
  .slick-dots {
    display: none !important;
  }
  .collection-row .product-list .product-item--image a img {
    height: 170px; } }

.product-footer {
  margin-top: 30px; }
  .product-footer .tab-content {
    width: 100%; }
  .product-footer .tab-header {
    padding: 0;
    display: flex !important;
    margin: 0px;
    margin-bottom: -1px; }
    .product-footer .tab-header li {
      margin-left: 5px;
      background-color: rgba(0, 0, 0, 0.04);
      cursor: pointer;
      padding: 10px 15px;
      border: 1px solid #dddddd;
      border-top: 2px solid #dddddd; }
      .product-footer .tab-header li:first-child {
        margin-left: 0px; }
    .product-footer .tab-header--item__active {
      border-top-color: #008c99 !important;
      border-bottom-color: white !important;
      background: #ffffff !important; }
  .product-footer .tab-panel {
    border: 1px solid #ddd;
    padding: 30px;
    display: none; }
    .product-footer .tab-panel--active {
      display: block; }
    .product-footer .tab-panel p {
      width: 100%; }
      .product-footer .tab-panel p img {
        width: 100%; }

.product-quantity {
  margin-bottom: 35px;
  display: flex; }
  .product-quantity button {
    cursor: pointer; }
  .product-quantity .button-add-cart--div {
    font-size: 14px !important;
  }
  .product-quantity .button-add-cart--red {
    background-color: #e40059 !important;
  }
  .product-quantity .button-add-cart {
    background-color: #52c5d7;
    margin-left: 20px;
    font-size: 13px;
    color: #fff;
    outline: none;
    border-radius: 20px;
    padding: 10px 14px;
    text-transform: uppercase; }
    .product-quantity .button-add-cart:hover {
      box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2); }
  .product-quantity input {
    outline: none !important;
    height: 40px; }
    .product-quantity input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  .product-quantity .select-quantity {
    display: flex; }
    .product-quantity .select-quantity input {
      border: 1px solid #dddddd;
      padding-left: 7px;
      box-sizing: border-box;
      background-color: rgba(0, 0, 0, 0.03);
      box-shadow: none;
      border-color: rgba(0, 0, 0, 0.09); }
      .product-quantity .select-quantity input:hover {
        background-color: #f1f1f1; }
    .product-quantity .select-quantity .button-minus {
      border-radius: 20px 0px 0px 20px;
      border-right: 0;
      cursor: pointer;
      width: 20px;}
    .product-quantity .select-quantity .button-plus {
      border-radius: 0px 20px 20px 0px;
      border-left: 0;
      cursor: pointer;
      width: 20px;}
    .product-quantity .select-quantity .input-quantity {
      max-width: 40px;
      text-align: center;
      padding: 0px;
      border-radius: 0; 
      box-shadow: none;
    }

.devider {
  margin: 0px 4px; }

.breadcrumb {
  font-size: .85em; }
  .breadcrumb a {
    color: rgba(102, 102, 102, 0.7);
    font-weight: normal;
    text-transform: capitalize; }
    .breadcrumb a:hover {
      color: #111; }

.product-right {
  width: 75%;
  padding-left: 20px;
  box-sizing: border-box; }
  .product-right--row {
    display: flex; }
  .product-right .product-info {
    padding-left: 20px;
    width: 50%;
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 30px; }
    .product-right .product-info--category {
      font-size: .8em;
      margin-bottom: 1em;
      border-top: 1px dotted #ddd;
      padding: 5px 0; }
      .product-right .product-info--category a {
        text-transform: capitalize; }
        .product-right .product-info--category a:hover {
          color: #008c99; }
    .product-right .product-info--guarantee {
      border: 1px dashed #e40059;
      border-radius: 10px;
      padding: 5px;
      font-size: 14px;
      margin-bottom: 35px;
      /*background: url(https://cdn.pancake.vn/files/ea/1b/b9/16/b0dcac3f3703b5d9ad81eed743fa06b17584c95b71dfc9328656157d.jpg) no-repeat bottom right;*/
      background-size: 150px;
      margin-bottom: 35px; }
      .product-right .product-info--guarantee h3 {
        text-align: center;
        color: #008c99;
        font-size: 1.25em;
        margin-top: 0;
        margin-bottom: .5em; }
      .product-right .product-info--guarantee ul {
        padding-left: 0px !important; }
        .product-right .product-info--guarantee ul li {
          list-style: disc;
          margin-left: 1.3em;
          margin-bottom: .6em; }
    .product-right .product-info--description {
      font-size: 13px;
      border-top: 1px dashed #008c99;
      padding-top: 10px;
      font-family: "Roboto", sans-serif; }
    .product-right .product-info--price {
      display: flex;
      font-size: 1.5em; }
      .product-right .product-info--price .price {
        white-space: nowrap;
        color: #111;
        font-weight: bold; }
      .product-right .product-info--price .original-price {
        text-decoration: line-through;
        opacity: .6;
        font-weight: normal;
        margin-right: .3em;
        white-space: nowrap;
        color: #111; }
    .product-right .product-info--name {
      font-weight: 500;
      font-size: 16px;
      color: #222 !important; }
  .product-right .product-images {
    width: 50%;
    border-bottom: 1px solid #dddddd; }
  .product-right .product-item--image img {
    height: 190px !important; }

.product-left {
  width: 25%;
  border-right: 1px solid #dddddd;
  padding-right: 20px;
  box-sizing: border-box; }
  .product-left .product-item--image img {
    height: 105px !important; }

.side-custom {
  border: 1px solid #ddd;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.05); }
  .side-custom .slick-prev {
    left: -11px; }
  .side-custom .slick-next {
    right: -11px; }
  .side-custom .slick-dots li {
    margin: 0px; }
    .side-custom .slick-dots li button:before {
      font-size: 12px; }
  .side-custom--wrapper {
    padding: 10px; }
  .side-custom--title {
    border: none;
    border-bottom: 2px solid #008c99;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 0px;
    width: 100%;
    margin: 0;
    margin-bottom: 20px; }
    .side-custom--title h3 {
      margin: 0px; }
      .side-custom--title h3:after {
        background: #006c75;
        bottom: -4px;
        content: "";
        display: block;
        height: 1px;
        position: relative;
        width: 100%; }
      .side-custom--title h3 span {
        margin-right: 15px;
        padding-bottom: 7.5px;
        border-bottom: 2px solid rgba(0, 0, 0, 0.1);
        margin-bottom: -2px; }
  .side-custom--content .product-list {
    grid-template-columns: 1fr 1fr !important; }
    .side-custom--content .product-list:hover .slick-arrow {
      z-index: 10;
      transition: all 7s; }
      .side-custom--content .product-list:hover .slick-arrow:before {
        color: #000000; }
    .side-custom--content .product-list .product-title {
      line-height: 1.3em;
      height: 1.3em;
      overflow: hidden;
      text-overflow: ellipsis; }
  .side-custom--content .product-list--carosel .product-item--image img {
    height: 250px !important; }

section.psnip-product .product-wrapper {
  display: flex; }

section.psnip-product .product-image-slider {
  width: 100%; }
  section.psnip-product .product-image-slider .psnip-slider-nav .psnip-slider-item {
    display: block;
    height: 100px;
    width: 100px !important; }
    section.psnip-product .product-image-slider .psnip-slider-nav .psnip-slider-item img {
      height: 100%;
      width: 100%;
      object-fit: cover; }

section.psnip-product .psnip-slider-for .psnip-slider-item {
  z-index: 1;
  height: 100%;
  position: relative; }
  section.psnip-product .psnip-slider-for .psnip-slider-item img {
    width: 100%;
    transition: transform 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.2); }
  section.psnip-product .psnip-slider-for .psnip-slider-item.slick-active img {
    transform: scale(1); }

section.psnip-product .slider-track {
  transition: transform 1s cubic-bezier(0.7, 0, 0.3, 1); }

section.psnip-product .slick-arrow {
  width: 50px;
  height: 50px; }

section.psnip-product .slick-current .psnip-slider-item {
  box-sizing: border-box;
  border: 1px solid #dddddd; }

section.psnip-product .slick-slide {
  cursor: pointer;
  padding: 10px 10px 10px 0px; }

section.psnip-product .psnip-arrow-next, section.psnip-product .psnip-arrow-prev {
  position: absolute;
  display: inline;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 10;
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1px;
  width: 28px;
  height: 28px;
  top: 50%;
  color: #000000;
  border-color: #000000;
  cursor: pointer; }

section.psnip-product .psnip-arrow-next:hover, section.psnip-product .psnip-arrow-prev:hover {
  background: rgba(255, 255, 255, 0.3); }

section.psnip-product .psnip-arrow-next {
  right: 15px; }

section.psnip-product .psnip-arrow-prev {
  left: 15px; }

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  padding: 0 !important; }
  .pagination li {
    margin: 0 .4em;
    cursor: pointer; }
    .pagination li:hover a {
      color: #ffffff;
      background-color: #008c99;
      border-color: #008c99; }
  .pagination .page-number {
    font-size: 1.1em;
    display: block;
    /* height: 2.25em */
    /* line-height: 2em */
    text-align: center;
    /* width: auto */
    min-width: 0.9em;
    padding: 0 7px;
    font-weight: bolder;
    border-radius: 99px;
    border: 2px solid currentColor;
    transition: all .3s; }
  .pagination .current {
    color: #ffffff;
    background-color: #008c99;
    border-color: #008c99; }

.modal {
  max-width: 875px;
  position: fixed;
  /* top: 17% */
  /* left: 50% */
  /* transform: translate(-50%, -50%) */
  z-index: 2000000;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  overflow: hidden;
  transition: height 0.7s; }
  .modal-close {
    cursor: pointer;
    opacity: .5;
    position: absolute;
    outline: none;
    z-index: 1046;
    right: 10px;
    top: 0;
    color: #fff;
    font-weight: 300;
    font-size: 40px;
    width: 40px;
    background: none;
    border: none; }
    .modal-close:hover {
      opacity: 1; }
  .modal-mask {
    display: flex;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #0b0b0b;
    opacity: 0.6;
    width: 0;
    height: 0;
    overflow: hidden;
    transition: height 0.7s; }
  .modal-content {
    background-color: #fff;
    padding: 30px;
    display: flex; }
    .modal-content h3 {
      margin: 0px;
      letter-spacing: .05em;
      line-height: 1.2;
      text-transform: uppercase;
      font-size: 1.25em;
      color: #008c99;
      font-size: 1.4em;
      font-weight: normal;
      margin-bottom: 0.5em; }
    .modal-content .save-login {
      display: flex; }
      .modal-content .save-login input {
        transform: scale(1.5);
        background-color: #ffffff !important;
        box-shadow: none;
        outline: none; }
      .modal-content .save-login span {
        margin: auto 10px; }
    .modal-content .account {
      flex-grow: 1; }
    .modal-content .account-login {
      padding-right: 30px; }
    .modal-content .account-register {
      padding-left: 30px;
      border-left: 1px solid #ececec; }

.form-row {
  display: flex;
  flex-direction: column; }
  .form-row input {
    margin-bottom: 1em;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: color .3s, border .3s, background .3s, opacity .3s;
    outline: none; }
    .form-row input:focus {
      box-shadow: 0 0 5px #ccc; }
  .form-row label {
    font-weight: normal;
    display: block;
    font-size: 1.1em;
    margin-bottom: 0.4em; }

@media screen and (max-width: 450px) {
  .product-quantity .button-add-cart {
    display: flex;
    justify-content: center;
    margin-left: 6px;
    font-size: 12px;
    padding: 9px;
    border: none;
  }
  .content-page {
    padding-top: 15px !important; }
  .modal {
    box-sizing: border-box;
    top: 55px;
    overflow: scroll !important;
    padding-bottom: 50px; } }

@media screen and (max-width: 840px) {
  .modal-content {
    flex-direction: column; }
    .modal-content .account-login {
      padding-right: 0 !important; }
    .modal-content .account-register {
      padding-left: 0px !important;
      border: none;
      margin-top: 25px; }
  .product-right {
    width: 100% !important;
    padding-left: 0px !important; }
    .product-right--row {
      display: block !important; }
    .product-right .product-info {
      width: 100% !important;
      padding-left: 0px !important; }
    .product-right .product-images {
      width: 100% !important; }
  .product-left {
    display: none; } }

.account-button {
  background-color: #008c99;
  color: #fff;
  text-transform: uppercase;
  font-size: .97em;
  letter-spacing: .03em;
  cursor: pointer;
  margin-right: 1em;
  text-shadow: none;
  line-height: 2.4em;
  min-height: 2.5em;
  padding: 0 1.2em;
  border: none;
  outline: none; }
  .account-button:hover {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2); }

.page-title {
  background: #006872;
  padding: 20px 0px; }
  .page-title .breadcrumb {
    color: #ffffff; }
    .page-title .breadcrumb a {
      color: #ffffff; }
  .page-title--wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 840px) {
      .page-title--wrapper {
        flex-direction: column;
        justify-content: center; } }

.select {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.09);
  color: #f1f1f1;
  border-radius: 99px;
  box-sizing: border-box;
  padding: 0 .75em;
  height: 2.507em;
  font-size: .93em;
  max-width: 100%;
  outline: none;
  font-weight: 100;
  -webkit-appearance: none;
  background-image: url(https://cdn.pancake.vn/files/11/fd/62/ad/23fe9856585f82b738534823acdaedc237356d6291ef27850d4e32b2.svg);
  background-repeat: no-repeat;
  background-size: auto 16px;
  background-position: right .45em top 50%;
  padding-right: 40px; }

.category-product .product-left .product-list {
  grid-template-columns: 1fr 1fr !important; }

.category-product .product-right--row {
  flex-direction: column; }
  .category-product .product-right--row .product-item--image img {
    height: 300px !important; }

.category-product .product-list {
  grid-template-columns: 1fr 1fr 1fr !important; }

@media screen and (max-width: 450px) {
  .category-product .product-list {
    grid-template-columns: 1fr 1fr !important; }
  .category-product .product-right--row {
    flex-direction: column; }
    .category-product .product-right--row .product-item--image img {
      height: 150px !important; } }

@media screen and (max-width: 450px) {
  .cart-form {
    width: 100% !important; }
  .hidden-price {
    display: flex !important; }
  .cart-form .product-price {
    display: none !important; }
  .cart-action {
    text-align: center; }
    .cart-action--continue {
      flex-grow: 1; }
    .cart-action--update {
      flex-grow: 1; }
    .cart-action a {
      font-size: 0.7em !important; }
  .product-thumbnail .product-remove {
    display: block !important; } }

@media screen and (max-width: 840px) {
  .cart-content {
    display: block !important; }
  .cart-form {
    width: 100% !important;
    padding-right: 0px !important;
    border-right: none !important; }
  .cart-side {
    width: 100% !important;
    margin-top: 45px !important; }
    .cart-side--wrapper {
      padding-left: 0px !important; }
  .product-subtotal {
    display: none !important; }
  .product-name .hidden-price {
    display: inline; }
  .cart-action a {
    padding: 0px 7px !important; } }

.cart {
  padding: 30px 0px 50px 0px; }
  .cart-content {
    display: flex; }
  .cart-title {
    padding-bottom: 40px;
    font-size: 1.7em;
    text-align: center; }
  .cart-form {
    width: 60%;
    padding-right: 30px;
    border-right: 1px solid #ececec;
    box-sizing: border-box; }
    .cart-form table {
      width: 100%;
      border-collapse: collapse; }
      .cart-form table td {
        border-bottom: 1px solid #ececec; }
      .cart-form table thead th {
        line-height: 1.05;
        letter-spacing: .05em;
        text-transform: uppercase;
        display: table-cell;
        border-bottom: 1px solid #ececec;
        font-weight: normal;
        font-size: .9em;
        text-align: left;
        padding-bottom: 5px;
        border-width: 3px;
        font-weight: boldw; }
      .cart-form table tbody tr td {
        display: table-cell;
        font-size: .9em;
        padding: 15px 7px; }
      .cart-form table tbody tr .product-subtotal {
        font-weight: bold; }
      .cart-form table tbody tr .product-price {
        font-weight: bold; }
      .cart-form table tbody tr .product-name .hidden-price {
        display: none; }
        .cart-form table tbody tr .product-name .hidden-price span:last-child {
          white-space: nowrap;
          color: #111;
          font-weight: bold; }
        .cart-form table tbody tr .product-name .hidden-price span:nth-child(2) {
          margin: 0px 4px; }
      .cart-form table tbody tr .product-quantity input {
        border-radius: 0 !important; }
      .cart-form table tbody tr .product-quantity .input-quantity {
        background: #ffffff; }
        .cart-form table tbody tr .product-quantity .input-quantity:focus {
          box-shadow: 0 0 5px #ccc; }
      .cart-form table tbody tr .product-remove {
        z-index: 10; }
        .cart-form table tbody tr .product-remove a {
          display: block;
          width: 20px;
          height: 20px;
          font-size: 15px !important;
          border-radius: 100%;
          color: #ccc;
          text-align: center;
          border: 2px solid #ccc;
          line-height: 20px; }
          .cart-form table tbody tr .product-remove a:hover {
            color: #000 !important;
            border-color: #000000; }
      .cart-form table tbody tr .product-thumbnail {
        position: relative; }
        .cart-form table tbody tr .product-thumbnail .product-remove {
          display: none;
          position: absolute;
          top: 3px;
          left: -3px; }
        .cart-form table tbody tr .product-thumbnail .product-img {
          width: 75px;
          height: 75px;
          display: flex;
          position: relative;
          align-items: center; }
          .cart-form table tbody tr .product-thumbnail .product-img img {
            width: 100%; }
  .cart-action {
    margin-top: 20px;
    margin-bottom: 20px; }
    .cart-action button {
      cursor: pointer;
      font-size: .9em;
      color: #008c99;
      height: 35px;
      text-transform: uppercase;
      text-align: center;
      font-weight: 500;
      outline: none;
      padding-left: 15px;
      padding-right: 15px; }
    .cart-action--continue {
      border: 2px solid currentColor;
      background-color: transparent;
      cursor: pointer;
      font-size: 1;
      color: #008c99;
      text-transform: uppercase;
      text-align: center;
      outline: none;
      padding: 6px 15px; 
      height: 35px !important;
      display: flex;
      box-sizing: border-box;
      width: auto;
      padding: 0px 7px;
      justify-content: center;
      align-items: center;
      }
      .cart-action--continue:hover {
        border-color: #008c99;
        background-color: #008c99;
        color: #ffffff; }
    .cart-action--update {
      background: #73bbc2;
      color: #ffffff !important;
      margin-left: 10px;
      font-weight: normal;
      border: none; }
      .cart-action--update:hover {
        background: #73acb2; }
  .cart-side {
    width: 40%; }
    .cart-side--wrapper {
      padding-left: 30px; }
    .cart-side .cart-total--item {
      padding-bottom: 10px;
      margin-top: 20px;
      display: flex;
      border-bottom: 1px solid #ececec;
      justify-content: space-between; }
      .cart-side .cart-total--item .left-text {
        max-width: 250px;
        text-align: right; }
      .cart-side .cart-total--item .price {
        font-weight: bold; }
    .cart-side .cart-total--title {
      padding: 2px 0px;
      font-size: 0.9em;
      line-height: 1.05;
      letter-spacing: .05em;
      text-transform: uppercase;
      border-bottom: 3px solid #ececec;
      font-weight: bold; }
    .cart-side .cart-total--all {
      border-width: 3px; }
    .cart-side .cart-total .cart-checkout {
      margin: 1.5em 0;
      cursor: pointer; }
      .cart-side .cart-total .cart-checkout a {
        background-color: #52c5d7;
        display: block;
        text-align: center;
        color: #ffffff;
        transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
        height: 39px;
        text-transform: uppercase;
        line-height: 39px;
        font-size: 1.2em; }
        .cart-side .cart-total .cart-checkout a:hover {
          box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2); }

.blogs-page .side-custom .blog-list {
  grid-gap: 20px !important; }

.blogs-page .side-custom .blog-item--text {
  padding: 0px 10px !important; }
  .blogs-page .side-custom .blog-item--text .title {
    font-size: 12px !important;
    height: 24px;
    line-height: 18px;
    overflow: hidden; }

.blogs-page .blog-list {
  grid-template-columns: 1fr !important; }
  .blogs-page .blog-list .blog-item--text {
    padding: 0px 30px; }
    .blogs-page .blog-list .blog-item--text .title {
      font-size: 16px; }
    .blogs-page .blog-list .blog-item--text .description {
      line-height: 20px;
      height: 20px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .blogs-page .blog-list .blog-item--text p span {
      font-size: 13px !important; }
  .blogs-page .blog-list .blog-item--wrapper {
    display: flex !important; }

.blog-header--title {
  color: #008c99;
  font-size: 1.7em;
  line-height: 1.3; }

.blog-header--category {
  font-size: .7em; }

.blog-header--devider {
  height: 3px;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 1em 0 1em;
  width: 100%;
  max-width: 30px; }

@media screen and (max-width: 840px) {
  .blogs-page .blog-item--text {
    width: 100% !important; }
    .blogs-page .blog-item--text .title {
      font-size: 12px !important; }
    .blogs-page .blog-item--text p {
      max-height: 75px;
      overflow: hidden;
      text-overflow: ellipsis; } }

@media screen and (max-width: 840px) {
  .blogs-page {
    display: inline !important; }
    .blogs-page .col-25 {
      width: 100% !important; }
    .blogs-page .col-75 {
      width: 100% !important; }
    .blogs-page .col-40 {
      width: 100% !important; }
    .blogs-page .blog-item--text {
      padding: 10px 0px 15px 0px !important; }
      .blogs-page .blog-item--text .title {
        font-size: 13px !important; }
    .blogs-page .blog-item--wrapper {
      flex-direction: column; } }

body {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  color: #333333;
  line-height: 1.6;
  background-image: url(https://cdn.pancake.vn/files/ea/f1/85/a6/8852693a138a4915653f8be48ca6b92cd88d404a74667dc9cce7b4c0.png); }

li {
  list-style: none; }

a {
  text-decoration: none;
  color: #333333; }
  a:hover {
    color: #008c99; }

.container {
  max-width: 1170px;
  margin: auto; }
  @media screen and (max-width: 1170px) {
    .container {
      padding: 0px 10px; } }
      
.product-variation--item {
  padding: 5px;
  cursor: pointer;
  border-radius: 3px;
  display: inline-block;
  background: transparent;
  border: 1px solid #d6d6d6;
  margin-bottom: 5px; }
  .product-variation--item__active .product-variation--item__select .select {
    background: #fff url(https://statics.pancake.vn/web_content/05/d3/52/17/46f6daeba1b3b373cb62e47020091ebbdddafcf2563a646db6c26219.png) no-repeat center center !important; }
  .product-variation--item:hover {
    border-color: #1276c3; }
  .product-variation--item__select {
    font-size: 14px;
    display: flex;
    align-items: center; }
    .product-variation--item__select .select {
      width: 14px;
      height: 14px;
      border: 1px solid #dedede;
      display: block;
      margin-right: 8px;
      border-radius: 50%; }
  .product-variation--item__price {
    font-size: 15px;
    color: #d8262f;
    font-weight: bold;
    margin-bottom: 5px; }

.product-quantity {
  margin-bottom: 35px;
  display: flex; }
  .product-quantity button {
    cursor: pointer; }
  
  .product-quantity input {
    outline: none !important;
    height: 40px; }
    .product-quantity input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  .product-quantity .select-quantity {
    display: flex; }
    
    .product-quantity .select-quantity input:hover {
      background-color: #f1f1f1; }
    .product-quantity .select-quantity .button-minus {
      border-right: 0;
      cursor: pointer; }
    .product-quantity .select-quantity .button-plus {
      border-left: 0;
      cursor: pointer; }
    .product-quantity .select-quantity .input-quantity {
      text-align: center;
      padding: 0px;
      border-radius: 0;
      width: 40px; }

.category__list__wrapper {
  display: flex;
  justify-content: center; }

.category__item {
  cursor: pointer;
  padding: 10px;
  width: 160px;
  display: inline-block; }
  .category__item:hover {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }
  .category__item__wrapper a {
    display: flex;
    flex-direction: column;
    justify-content: space-around; }
  .category__item__image {
    height: 160px; }
    .category__item__image img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      border-radius: 50%; }
  .category__item__name {
    text-align: center;
    color: #333333;
    font-size: 14px;
    padding: 10px 0px; }

@media screen and (max-width: 450px) {
  .product-list .product-item--image a .image-last--mobile {
        display: none;
      }
  .category__list__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .category__item {
    width: auto; }
    .category__item__image {
      height: 70px; }
    .category__item__name {
      font-size: 10px; } }
      
.header-sticky {
  position: fixed;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: all 15s ease;
  -moz-transition: all 15s ease;
  -o-transition: all 15s ease;
  transition: all 15s ease;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.shake-cart {
  /*animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;*/
  animation: shake 0.82s;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.header-inner .cart-quantity {
  position: absolute;
  top: -7px;
  right: -5px;
  background: #e40059;
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
  padding: 0px 5px;
}

.invisible-image {
  position: absolute;
  top: 50px;
  right: 100px;
  width: 200px;
  height: 200px;
  z-index: -1;
  opacity: 0;
}

.visible-image {
  z-index: 1000;
  opacity: 0.5 !important;
  right: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.5s, right 0.6s, visibility 0.5s;
}

.btn-disabled {
  pointer-events: none;
}

@media screen and (max-width: 450px) {
  .product-quantity__bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 10px;
    /* background: red; */
    background: white;
    margin: 0;
    z-index: 100000;
    left: 0;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    justify-content: center;
  }
}

.review-list {
  padding: 0px !important;
  display: none; }
  .review-list--wrapper .review-item {
    display: flex;
    width: 100%;
    padding: 15px;
    background: #fff;
    margin-top: 1px;
    box-sizing: border-box; }
    @media screen and (max-width: 450px) {
      .review-list--wrapper .review-item {
        padding: 10px 10px 10px 5px; } }
    .review-list--wrapper .review-item--customer {
      width: 130px;
      padding: 0 10px;
      display: flex;
      align-items: center;
      flex-direction: column; }
      .review-list--wrapper .review-item--customer__avatar {
        width: 65px;
        height: 65px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .review-list--wrapper .review-item--customer__avatar .avatar-letter {
          border-radius: 50%;
          background: #d3d2d3;
          color: #919090;
          font-weight: 500;
          width: 65px;
          height: 65px;
          display: inline-block;
          text-align: center;
          line-height: 65px;
          font-size: 18px;
          text-transform: uppercase; }
          @media screen and (max-width: 450px) {
            .review-list--wrapper .review-item--customer__avatar .avatar-letter {
              width: 45px;
              height: 45px;
              font-size: 12px;
              line-height: 45px; } }
      .review-list--wrapper .review-item--customer__name {
        font-size: 14px;
        margin: 15px 0 5px;
        font-weight: 500;
        text-transform: capitalize;
        text-align: center; }
      .review-list--wrapper .review-item--customer__time {
        font-size: 12px;
        color: #999;
        margin: -2px 0 0;
        text-align: center; }
    .review-list--wrapper .review-item--info {
      padding-left: 10px; }
      @media screen and (max-width: 450px) {
        .review-list--wrapper .review-item--info {
          padding-left: 0px; } }
      .review-list--wrapper .review-item--info .buy-already {
        font-size: 12px;
        padding: 1px 0 1px 22px;
        background: url(https://cdn.pancake.vn/files/c2/0f/27/4e/924fcebf4162674a15a0f23b48df7ba07a6aeb8f7364af68372f685c.png) no-repeat;
        margin: 6px 0;
        color: #22b345;
        font-weight: 400;
        background-size: contain; }
      .review-list--wrapper .review-item--info__images--item {
        width: 80px;
        height: 80px;
        margin: 0px 8px 8px 0px;
      }
      .review-list--wrapper .review-item--info__images--item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .review-list--wrapper .review-item--info__rating {
        margin: 0 10px 0 0;
        font-size: 12px;
        display: inline-block;
        margin-top: 5px; }
        .review-list--wrapper .review-item--info__rating .rating-content {
          display: inline-block; }
          .review-list--wrapper .review-item--info__rating .rating-content .fas {
            font-size: 15px;
            color: #ffc120; }
          .review-list--wrapper .review-item--info__rating .rating-content .far {
            font-size: 15px;
            color: #b8b8b8; }
      .review-list--wrapper .review-item--info__title {
        display: inline-block;
        padding-right: 20px;
        font-size: 16px;
        font-weight: 400;
        text-transform: capitalize;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        color: #242424;
        margin-top: 5px; }
        @media screen and (max-width: 450px) {
          .review-list--wrapper .review-item--info__title {
            font-size: 13px; } }
      .review-list--wrapper .review-item--info__comment {
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        margin: 10px 0 8px;
        color: #4f4f4f; }
        @media screen and (max-width: 450px) {
          .review-list--wrapper .review-item--info__comment {
            font-size: 12px; } }
      @media screen and (max-width: 450px) {
        .review-list--wrapper .review-item--info__action {
          font-size: 12px; } }
      .review-list--wrapper .review-item--info__action span {
        display: inline-block; }
      .review-list--wrapper .review-item--info__action .review-action {
        margin: 10px 0 8px; }
        .review-list--wrapper .review-item--info__action .review-action a {
          color: #00acee;
          font-size: 14px;
          font-weight: 400;
          padding: 0 25px 0 0 !important;
          text-decoration: none;
          cursor: pointer; }
          .review-list--wrapper .review-item--info__action .review-action a:hover {
            text-decoration: underline; }
        .review-list--wrapper .review-item--info__action .review-action--thank {
          font-weight: 500;
          font-size: 14px;
          height: 30px;
          border: 0;
          color: #685f3d;
          width: 104px;
          margin-left: 10px;
          background-size: 17px;
          display: inline;
          border-radius: 4px;
          background: #fdd22f;
          cursor: pointer; }
          @media screen and (max-width: 450px) {
            .review-list--wrapper .review-item--info__action .review-action--thank {
              display: block;
              margin: 10px 0px 0px 0px; } }
          .review-list--wrapper .review-item--info__action .review-action--thank:hover {
            opacity: 0.9; }
          .review-list--wrapper .review-item--info__action .review-action--thank:focus {
            outline: none; }
          .review-list--wrapper .review-item--info__action .review-action--thank p {
            margin: 0;
            display: inline-block; }
      .review-list--wrapper .review-item--info__reply {
        height: 0;
        overflow: hidden;
        transition: all 0.7s;
        margin-top: 15px; }
        .review-list--wrapper .review-item--info__reply button {
          height: 28px;
          cursor: pointer;
          border-radius: 5px;
          font-size: 12px; }
          .review-list--wrapper .review-item--info__reply button:focus {
            outline: none; }
        .review-list--wrapper .review-item--info__reply textarea {
          display: block;
          width: 100%;
          height: 130px;
          margin-bottom: 10px;
          border-color: #e0e0e0;
          resize: none;
          box-sizing: border-box;
          padding: 6px 12px;
          font-size: 15px; }
          .review-list--wrapper .review-item--info__reply textarea:focus {
            outline: 0;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
        .review-list--wrapper .review-item--info__reply .button-cancel {
          background: #fff;
          padding: 0px 12px;
          text-align: center;
          white-space: nowrap;
          vertical-align: middle;
          width: 70px;
          display: inline-block;
          border: 1px solid;
          border-radius: 5px;
          opacity: 0.6;
          margin-left: 5px; }
          .review-list--wrapper .review-item--info__reply .button-cancel:hover {
            opacity: 1; }
        .review-list--wrapper .review-item--info__reply .button-send {
          font-weight: 400;
          font-size: 13px;
          background: #fdd22f;
          border: 0;
          color: #4a4a4a;
          padding: 5px 10px; }
          .review-list--wrapper .review-item--info__reply .button-send:hover {
            opacity: 0.9; }
    .review-list--wrapper .review-item .replies {
      margin-top: 10px;
      margin-bottom: 20px;
      border-bottom: 1px solid #faf9f7; }
      .review-list--wrapper .review-item .replies-item {
        font-size: 14px;
        line-height: 22px;
        padding: 0 20px 0 0;
        background: 0 0;
        margin: 0 0 20px;
        border-bottom: none;
        display: inline-block;
        width: 100%; }
      .review-list--wrapper .review-item .replies-image {
        width: 45px;
        height: 45px;
        overflow: hidden;
        float: left;
        margin-right: 10px;
        margin-bottom: 0;
        border-radius: 50%; }
        .review-list--wrapper .review-item .replies-image .avatar-img {
          width: 100%;
          height: 100%;
          background: #d3d2d3;
          text-align: center;
          vertical-align: middle;
          line-height: 45px; }
      .review-list--wrapper .review-item .replies-name {
        font-size: 13px;
        font-weight: 500;
        margin: 0;
        padding: 0;
        color: #242424;
        text-transform: capitalize;
        position: relative;
        top: 0; }
      .review-list--wrapper .review-item .replies-text {
        font-size: 13px;
        margin-bottom: 0;
        margin-top: 0;
        color: #4f4f4f;
        margin-left: 54px;
        line-height: 18px; }
        
.review-list--wrapper .review-item--info__reply input {
    border: 1px solid #dddddd;
    width: 100%;
    height: 40px;
    padding: 0px 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.review-list--wrapper .review-item--info__reply .first-name {
  flex-grow: 1;
}
.review-list--wrapper .review-item--info__reply .last-name {
  flex-grow: 1;
}

.tab-category--panel {
    display: none;}
    .tab-category--header {
      margin: 0;
      padding: 0;}
      .tab-category--header__item {
        cursor: pointer;
        padding: 10px 6px;
        border-bottom: 1px solid #ddd;
        font-weight: 600;
      }
      .tab-category--header__item--active{
        border-bottom: 2px solid #008c99;
        
      }
      .tab-category--header__item--active a {
        color: #008c99;
      }
.tab-category--panel__active {
  display: block;
}

.fb_dialog {
  bottom: 70px !important;
  right: 15px !important;
}
.fb_customer_chat_bounce_in_v2 {
  bottom: 130px !important;
}

.tag-category{
  flex-wrap: wrap;
  justify-content: center;
}
.tag-category__item__wrapper{
  width: 100px;
  display: flex;
  border-radius: 5px;
  padding: 6px;
  background: #008c99;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
  margin: 5px;
  cursor: pointer;
  font-size: 15px;
  justify-content: center;
}
.tag-category__item__wrapper:hover{
  opacity: 0.8;
}

.notifo__img {
  width: 100px !important;
  height: 108px;
  border-radius: 12px;
  border: 1px dashed #7cc838;
  margin-top: -4px;
  margin-left: -4px;
  background: #ffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notifo__img img {
  width: 100px;
  height: 100%;
  object-fit: contain;

}

.notifo__img--avatar {
  display: none;
  height: 50px;
  width: 50px;
  /* margin: 20px; */
  background: #7cc838;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
}

.notifo__content {
  height: 100%;
  font-size: 13px;
  padding: 9px;
  color: #777;
  width: calc(100% - 108px);
}

.notifo__content--status {
  font-weight: 700;
  color: green;
}

.notifo__content--product {
  font-size: 12px;
  line-height: 12px;
  padding: 5px 0px;
  border-top: 1px solid #ddd;
}

.notifo__content--product {
  font-size: 11px;
  line-height: 11px;
}

.notifo .fa-times {
  position: absolute;
  right: 2px;
  top: 2px;
}

.notifo {
  position: fixed;
  width: 330px;
  height: 100px;
  background-color: #eaeaea;
  z-index: 1000000000;
  top: 80px;
  right: 20px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	display: none;
	border: 2px solid #ffff;
  border-radius: 12px;
}

.notifo .pos_relative {
  height: 100%;
  background-color: #f9f8f8;
}

.notifo span {
  padding-top: 16px;
  padding-left: 10px;
}

img.lazy {
  background-color: #e7e7e7;
  background-repeat: no-repeat;
  /*background-size: cover;*/
  background-position: 50% 50%;
  background-image: url('https://statics.pancake.vn/web-media/e3/0d/7c/26/222a8a184d889674ca02ed388318e26ad26dd4db611810eca382261c.gif');
}

.order-bill {
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-radius: 3px;
}

.order-bill .order-bill--title {
  padding: 12px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 20px;
  background-color: #008c99;
  color: #ffffff;
}

.order-bill__field--image{
  width: 100px;
  height: 100px;
}

.order-bill__field--image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.order-bill .order-bill__field {
  padding: 10px;
  display: flex;
  border-bottom: 1px solid #e9e9e9;
  align-items: center;
  background: #ffffff;
}

.order-bill .order-bill__field--name {
  flex: 2;
  color: #737373;
  padding-right: 15px;
}

.order-bill .order-bill__field--value {
  flex: 2;
}

.page-thank--left {
  width: 40%;
}

.page-thank--left__title {
  width: 80%;
  padding: 5px 10px;
  border: 2px solid #eeeeee;
  border-radius: 3px;
  font-size: 17px;
}

.page-thank--left__title i {
  font-size: 30px;
  color: #9cc444;
}

.page-thank--right {
  width: 60%;
}

@media screen and (max-width: 700px) {
  .page-thank {
    flex-direction: column;
  }
  .page-thank--left {
    width: 100%;
    padding-top: 20px;
  }
  
  .page-thank--left__title {
    width: auto;
  }
  
  .page-thank--right {
    width: 100%;
    padding-top: 20px;
  }
}

.product-item--discount {
  background-image: url(https://statics.pancake.vn/web_content/c9/17/4d/f1/8039340d5f8b2941b363bbed08467d953453f9b54e552b028cecd1e8.png);
  height: 65px;
  position: absolute;
  top: 0px;
  right: 7px;
  width: 47px;
  z-index: 1;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 9px;
  padding-left: 0px;
  color: #ffffff;
  font-weight: 600;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
