.is-relative {
  position: relative !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-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-40 {
  margin-top: 40px; }

.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-30 {
  margin-right: 30px; }

.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; }

.pd-5 {
  padding: 5px; }

.pd-10 {
  padding: 10px; }

.pd-15 {
  padding: 15px !important; }

.pd-20 {
  padding: 20px; }

.pd-25 {
  padding: 25px; }

.pd-50 {
  padding: 50px; }

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

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

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

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

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

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

.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-30 {
  padding-right: 30px; }

.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-30 {
  padding-left: 30px; }

.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-30 {
  padding-top: 30px; }

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

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

.col-80 {
  width: 80%; }

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

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

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

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

.col-50 {
  width: 50%; }

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

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

.col-35 {
  width: 35%; }

.col-65 {
  width: 65%; }

.col-flex-1 {
  flex-grow: 1; }

.col-flex-2 {
  flex-grow: 2; }

.is-sticky {
  position: sticky; }

.no-outline {
  outline: none !important; }

.no-border-radius {
  border-radius: 0px !important; }

.no-margin {
  margin: 0px !important; }

.no-padding {
  padding: 0px !important; }

.col-box {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #eee;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box; }

.border {
  border: 1px solid #eeeeee; }
  .border-bottom {
    border-bottom: 1px solid #eeeeee; }
    .border-bottom-dashed {
      border-bottom: 1px dashed #eeeeee; }
  .border-top {
    border-top: 1px solid #eeeeee; }
    .border-top-dashed {
      border-top: 1px dashed #eeeeee; }
  .border-left {
    border-left: 1px solid #eeeeee; }
  .border-right {
    border-right: 1px solid #eeeeee; }

.box-sizing-border {
  box-sizing: border-box; }

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

.text-size-12 {
  font-size: 12px; }

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

.text-size-16 {
  font-size: 16px; }

.text-size-17 {
  font-size: 17px; }

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

.text-primary {
  color: #d9232e !important; }

.text-hover-red:hover {
  color: #d9232e !important; }

.text-uppercase {
  text-transform: uppercase; }

.breadcrumb {
  font-size: 18px; }
  .breadcrumb span {
    margin: 0px 3px;
    color: rgba(102, 102, 102, 0.7); }
  .breadcrumb a {
    color: rgba(102, 102, 102, 0.7);
    font-weight: normal;
    text-transform: capitalize; }
    .breadcrumb a:hover {
      color: #111; }
    .breadcrumb a:last-child {
      color: #333; }

button {
  border-radius: 3px;
  width: 100px;
  height: 40px;
  right: 0;
  top: 0;
  background-color: #d9232e;
  cursor: pointer;
  border-color: #d9232e;
  outline: none; }
  button:hover {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2); }
  button i {
    color: #ffffff;
    font-size: 17px; }

input {
  border-radius: 3px;
  height: 40px;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  font-size: .85em;
  border: 1px solid #ddd;
  padding: 0 .75em; }

.header-main {
  height: 115px; }
  .header-main .header-action {
    display: none !important; }
  .header-main--top i {
    padding: 4px;
    border-radius: 50%;
    border: 1px solid;
    font-size: 10px;
    height: 20px;
    width: 20px;
    box-sizing: border-box; }
  .header-main--search input {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important; }
  .header-main--search button {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important; }
  .header-main .header-block--item {
    cursor: pointer;
    flex-grow: 1 !important;
    width: 30%;
    height: 80px;
    margin-right: 10px;
    margin-left: 10px; }
    .header-main .header-block--item:last-child {
      margin-right: 0px; }
    .header-main .header-block--item h5 {
      color: #444;
      font-size: 12px;
      line-height: 1.3;
      max-width: 60%;
      font-weight: normal;
      padding-left: 5px; }
    .header-main .header-block--item .text-primary {
      font-size: 17px;
      font-weight: bold;
      text-align: center;
      margin-top: 5px; }

.header-bottom {
  background-color: #252525;
  height: 60px; }
  .header-bottom .header-nav li:first-child {
    margin-left: 0px; }
  .header-bottom .header-nav li:last-child {
    margin-right: 0px; }
  .header-bottom .header-nav li {
    margin: 0px 13px; }
    .header-bottom .header-nav li a {
      color: #fff;
      line-height: 16px;
      text-transform: uppercase;
      padding: 20px 0px;
      display: block;
      font-size: 14px;
      white-space: nowrap; }
      .header-bottom .header-nav li a:hover {
        color: #aaa; }

.header-action--button {
  width: 35px;
  height: 35px; }

.header-action--account {
  background-color: #d9232e; }
  .header-action--account i {
    color: #ffffff; }

.header-action--cart {
  background: transparent;
  color: #d9242e;
  border-radius: 0;
  border-width: 2px;
  font-size: 14px;
  width: 32px;
  height: 32px; }
  .header-action--cart:hover {
    background-color: #d9232e;
    color: #ffffff; }
    .header-action--cart:hover:after {
      height: 10px; }
  .header-action--cart:after {
    transition: height .1s ease-out;
    bottom: 100%;
    margin-bottom: 0;
    margin-left: -7px;
    height: 8px;
    width: 18px;
    box-sizing: border-box;
    left: 47%;
    content: ' ';
    position: absolute;
    pointer-events: none;
    border: 2px solid #d9232e;
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
    border-bottom: 0; }

.footer {
  background: #000000;
  color: #ffffff;
  font-size: 14px;
  padding: 30px 0px !important; }
  .footer-wrapper {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 30px 0px !important; }
  .footer-item--title {
    color: #f1f1f1;
    text-transform: uppercase; }
  .footer-item--content {
    color: #ffffff; }
    .footer-item--content li {
      margin-bottom: 5px; }
      .footer-item--content li a {
        color: #ffffff;
        opacity: 0.6; }
        .footer-item--content li a:hover {
          opacity: 1; }

.banner img {
  width: 100%; }

.carousel-image {
  margin-bottom: -4px !important; }
  .carousel-image .slick-dots {
    display: none !important; }
  .carousel-image:hover .slick-arrow {
    display: block !important;
    opacity: 1; }
  .carousel-image .slick-arrow {
    z-index: 20;
    background: rgba(0, 0, 0, 0.5);
    height: 90px;
    width: 56px;
    opacity: 0.5;
    display: none !important;
    border-radius: 5px; }
    .carousel-image .slick-arrow:before {
      content: none !important; }
    .carousel-image .slick-arrow i {
      font-size: 35px; }
    .carousel-image .slick-arrow:hover {
      opacity: 1; }
  .carousel-image .slick-prev {
    left: 20px; }
  .carousel-image .slick-next {
    right: 20px; }
  .carousel-image-nav {
    background: #ffffff; }
    .carousel-image-nav .slick-slide {
      border-right: 1px solid #efefef;
      position: relative;
      outline: none;
      cursor: pointer; }
      .carousel-image-nav .slick-slide p {
        color: #666; }
    .carousel-image-nav .slick-current p {
      font-weight: bold; }
    .carousel-image-nav .slick-current:before {
      content: '';
      display: block;
      z-index: 99;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: #ff1616; }
    .carousel-image-nav--item p {
      font-size: 12px;
      text-align: center;
      height: 55px;
      vertical-align: middle;
      display: table-cell; }
  .carousel-image--item {
    width: 100%; }

.product-carousel:hover .slick-prev {
  left: 0px; }

.product-carousel:hover .slick-next {
  right: 0px; }

.product-carousel .slick-slide > div {
  height: 100%; }

.product-carousel .slick-arrow {
  width: 34px;
  height: 120px;
  color: #9f9f9f;
  z-index: 20;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
  top: 40%;
  background: #ffffff;
    background-transition: all 0.9s ease-out; }
  .product-carousel .slick-arrow:hover {
    background: #ffffff !important; }
    .product-carousel .slick-arrow:hover i {
      color: #d9232e; }
  .product-carousel .slick-arrow:before {
    content: none !important; }
  .product-carousel .slick-arrow i {
    color: #9f9f9f;
    font-size: 25px; }

.product-carousel .slick-prev {
  left: -10px; }

.product-carousel .slick-next {
  right: -10px; }

.product-item {
  cursor: pointer;
  background: #fff;
  padding: 10px 7px 7px 7px;
  display: flex !important;
  flex-direction: column;
  height: 100%; }
  .product-item--img {
    height: 200px;
    transition: transform 0.9s ease-out; }
    .product-item--img img {
      height: 100%;
      max-width: 100%;
      width: auto !important; }
  .product-item:hover .product-item--img {
    transform: translateY(-10px); }
  .product-item .product-attribute li {
    padding: 3px 0px;
    line-height: 1.2;
    font-size: 13px;
    color: #666; }
  .product-item .product-attribute .product-info--title a {
    color: #d9232e !important; }
  .product-item .badge {
    top: 10px;
    left: 10px; }
  .product-item .product-info .original-price {
    opacity: .6;
    font-weight: normal;
    margin-right: .3em;
    color: #111;
    text-decoration: line-through; }
  .product-item .product-info p {
    font-size: 14px;
    height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 22px; }

.blog-carousel:hover .slick-arrow {
  display: block !important; }

.blog-carousel .slick-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  z-index: 20;
  border: 2px solid #ffff;
  opacity: 0.7;
  transition: all 0.7s;
  display: none !important; }
  .blog-carousel .slick-arrow:before {
    content: none !important; }
  .blog-carousel .slick-arrow:hover {
    background: #d9232e;
    border: 2px solid #d9232e;
    opacity: 1; }
  .blog-carousel .slick-arrow i {
    font-size: 25px; }

.blog-carousel .slick-prev {
  left: -18px; }
  .blog-carousel .slick-prev i {
    margin-right: 4px; }

.blog-carousel .slick-next {
  right: -17px; }
  .blog-carousel .slick-next i {
    margin-left: 3px; }

.blog-carousel .blog-item--text {
  bottom: 0;
  color: #ffff;
  background-color: rgba(0, 0, 0, 0.7); }
  .blog-carousel .blog-item--text h5 {
    margin: 0;
    font-weight: normal;
    text-align: center; }

.product-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 1px;
  background: #eeeeee;
  border: 1px solid #eeeeee; }
  .product-list--wrapper {
    border: none !important; }

.badge {
  padding: 0 5px;
  height: 20px;
  background: #ee170b;
  color: #fff;
  z-index: 9;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  font-size: 12px;
  line-height: 20px; }

.logo-list .logo-item {
  cursor: pointer;
  outline: none !important; }

.slick-dots button:before {
  font-size: 15px !important; }

@media screen and (max-width: 1024px) {
  .header .header-nav {
    max-width: 600px;
    overflow-x: scroll; }
  .header .header-main--right .header-block--item__icon {
    width: 40px; }
  .header .header-main--right .header-block--item h5 {
    font-size: 11px !important; }
  .header .header-main--right .header-block--item p {
    font-size: 14px; }
  .header .header-main--logo {
    width: 150px !important; }
  .header .header-main--top {
    font-size: 12px; } }

@media screen and (max-width: 768px) {
  .container {
    padding: 0px 15px !important; }
  .product-main .tab-header .tab-header--item {
    margin-right: 10px; }
    .product-main .tab-header .tab-header--item a {
      font-size: 15px; }
  .product-main .product-detail--wrapper {
    flex-direction: column; }
  .product-main .product-detail {
    width: 100% !important; }
  .product-main .product-side--wrapper {
    width: 100% !important; }
    .product-main .product-side--wrapper .product-side {
      padding: 0; }
  .product-main .psnip-product {
    flex-direction: column; }
    .product-main .psnip-product .product-image-slider {
      width: 100%;
      padding: 0; }
    .product-main .psnip-product .product-info {
      padding: 0;
      width: 100% !important; }
    .product-main .psnip-product .product-info-more {
      width: 100% !important; }
  .footer-wrapper {
    grid-template-columns: 1fr 1fr; }
  .section-banner-home {
    flex-direction: column; }
    .section-banner-home .carousel-image .slick-dots {
      display: block !important;
      background: #ffffff;
      bottom: -22px; }
    .section-banner-home .carousel-image-nav {
      display: none !important; }
    .section-banner-home > .col-30 {
      margin: 0px;
      margin-top: 40px !important;
      width: 100% !important; }
    .section-banner-home > .col-70 {
      margin: 0px;
      width: 100% !important; }
  .header .header-main {
    padding-top: 0px !important; }
    .header .header-main--right {
      width: 50% !important; }
      .header .header-main--right .header-block--item {
        margin: 1px; }
    .header .header-main--search button {
      width: 40px; }
    .header .header-main--top {
      display: none !important; }
    .header .header-main--logo {
      margin-right: 0px !important;
      width: 100px !important; }
    .header .header-main--center {
      width: 50%;
      padding: 0px 10px; } }

@media screen and (max-width: 568px) {
  .container {
    padding: 0px 15px !important; }
  .breadcrumb {
    text-align: center; }
  .modal {
    box-sizing: border-box;
    top: 10% !important;
    overflow: scroll !important;
    padding-bottom: 50px; }
    .modal .modal-content {
      flex-direction: column; }
      .modal .modal-content .account-login {
        padding-right: 0 !important; }
      .modal .modal-content .account-register {
        padding-left: 0px !important;
        border: none;
        margin-top: 25px; }
  .footer-wrapper {
    grid-template-columns: 1fr 1fr; }
  .product-list {
    grid-template-columns: 1fr 1fr; }
    .product-list--wrapper .product-list--title p {
      display: none; }
  .section-banner-home {
    flex-direction: column; }
    .section-banner-home .carousel-image .slick-dots {
      display: block !important;
      background: #ffffff;
      bottom: -22px; }
    .section-banner-home .carousel-image-nav {
      display: none !important; }
    .section-banner-home > .col-30 {
      margin: 0px;
      margin-top: 40px !important;
      width: 100% !important; }
    .section-banner-home > .col-70 {
      margin: 0px;
      width: 100% !important; }
  .product-carousel .slick-next {
    right: -4px; }
  .product-carousel .slick-prev {
    left: -4px; }
  .product-carousel .slick-arrow {
    width: 25px;
    height: 60px; }
  .blog-carousel .slick-next {
    right: 0px !important; }
  .blog-carousel .slick-prev {
    left: 0px !important; }
  .product-item--img {
    height: 170px; }
  .product-item .product-info--title a {
    font-size: 12px; }
  .product-item .product-info--price {
    font-size: 13px; }
  .header .header-bottom {
    height: 50px; }
    .header .header-bottom a {
      font-size: 12px !important; }
    .header .header-bottom .header-action {
      display: none !important; }
  .header .header-nav {
    overflow-x: scroll;
    overflow-y: hidden; }
  .header .header-main {
    height: auto;
    padding: 10px 0px !important; }
    .header .header-main .header-action {
      display: flex !important; }
      .header .header-main .header-action--account {
        margin: 0px !important; }
    .header .header-main--center {
      width: 100% !important; }
    .header .header-main--right {
      display: none !important; } }

.modal {
  max-width: 875px;
  position: fixed;
  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: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #0b0b0b;
    opacity: 0.6;
    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;
      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; }

.account-button {
  color: #ffffff;
  font-size: 15px;
  width: 120px;
  text-transform: uppercase; }

.account {
  flex-grow: 1; }

.account-login {
  padding-right: 30px; }

.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; }

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

.menu-left {
  overflow: hidden;
  width: 320px;
  transition: all 0.7s;
  position: fixed;
  right: -320px;
  top: 0;
  bottom: 0;
  background: #ffff;
  z-index: 2000; }

.product-main .product-title {
  text-transform: capitalize; }

.product-image--nav .product-image--nav {
  width: 68px !important;
  height: 68px; }

.product-info .product-price span {
  color: #d9232e;
  font-size: 26px;
  font-weight: 700; }

.product-info .product-price .original-price {
  opacity: 0.7;
  text-decoration-color: #000000 !important;
  text-decoration: line-through; }

.product-info .product-short-description p {
  display: inline;
  font-weight: 300;
  font-size: 13px; }

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

.psnip-product .attributes-info {
  margin-top: 20px; }
  .psnip-product .attributes-info .link-technic {
    font-size: 13px;
    color: #1979c3;
    margin-top: 10px;
    display: inherit; }
  .psnip-product .attributes-info ul {
    columns: 2;
    margin: 0;
    padding: 0; }
    .psnip-product .attributes-info ul a {
      white-space: nowrap;
      font-size: 13px; }
    .psnip-product .attributes-info ul li {
      padding-left: 15px;
      position: relative;
      text-overflow: ellipsis;
      overflow: hidden; }
      .psnip-product .attributes-info ul li:before {
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -3px;
        background-color: #c1c1c1; }

.psnip-product .product-image-slider .product-image--nav {
  display: block;
  height: 68px;
  padding: 5px; }
  .psnip-product .product-image-slider .product-image--nav-item {
    opacity: 0.6;
    width: 68px !important;
    border: 1px solid rgba(0, 0, 0, 0.2);
    outline: none !important; }
    .psnip-product .product-image-slider .product-image--nav-item:hover {
      opacity: 1; }
  .psnip-product .product-image-slider .product-image--nav .slick-current .product-image--nav-item {
    border: 1px solid red;
    opacity: 1; }

.psnip-product .slick-arrow i {
  font-size: 30px;
  color: black; }

.psnip-product .slick-arrow:before {
  content: none; }

.psnip-product .slick-prev {
  left: 0px;
  z-index: 20; }

.psnip-product .slick-next {
  right: 16px; }

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

.psnip-product .slick-slide {
  outline: none !important; }

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

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

.psnip-product .psnip-arrow-next, .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: 999999;
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1px;
  width: 28px;
  height: 28px;
  top: 50%;
  color: white;
  cursor: pointer; }

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

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

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

.box-notice {
  padding: 10px 15px;
  background: #fffddf;
  border: 1px #bbba59 dashed;
  border-radius: 3px;
  font-size: 13px; }
  .box-notice p {
    padding-left: 22px;
    position: relative;
    margin: 0; }
    .box-notice p:before {
      content: "?";
      display: block;
      background: #207bc1;
      position: absolute;
      top: 2px;
      left: 0;
      font-size: 11px;
      width: 15px;
      height: 15px;
      text-align: center;
      color: white;
      border-radius: 50%; }

.box-promotion {
  border: 1px solid #b7b7b7;
  padding: 15px;
  border-radius: 3px; }
  .box-promotion--head {
    text-transform: uppercase;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px; }
  .box-promotion--content {
    font-size: 14px; }
    .box-promotion--content a {
      color: #1979c3; }
    .box-promotion--content li {
      position: relative;
      padding-left: 20px; }
      .box-promotion--content li:before {
        content: "";
        background: #fff url(https://didong.muatheme.com/wp-content/themes/flatsome-child/assets/images/tick.png) no-repeat center center;
        width: 15px;
        height: 15px;
        position: absolute;
        top: 3px;
        left: 0; }

.product-info-more .box-promotion--content li {
  padding-left: 15px; }
  .product-info-more .box-promotion--content li:before {
    content: "";
    position: absolute;
    background: #6fa24f;
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%; }

.product-variation--item {
  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 .button-add-cart {
    width: auto;
    color: #fff;
    outline: none;
    font-size: 15px;
    padding: 0px 20px;
    text-transform: uppercase;
    border-radius: 0px;
    margin-left: 20px; }
    .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: 5px;
      padding-right: 5px;
      box-sizing: border-box;
      background-color: rgba(0, 0, 0, 0.03);
      box-shadow: none;
      border-color: rgba(0, 0, 0, 0.09);
      border-radius: 0px !important;
      width: 30px; }
      .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; }

.buy-now {
  height: 61px; }
  .buy-now a {
    background: #d9232e;
    border-radius: 3px;
    cursor: pointer;
    flex-direction: column;
    height: 100%;
    text-align: center;
    color: #ffffff;
    opacity: 1;
    align-items: center;
    justify-content: center;
    font-weight: 100; }
    .buy-now a:hover {
      opacity: 0.8;
      color: #ffffff !important; }
    .buy-now a strong {
      font-weight: 100;
      font-weight: 100;
      font-size: 18px;
      text-transform: uppercase; }
    .buy-now a span {
      font-size: 14px;
      margin-top: 5px; }

.product-detail .tab-header {
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 15px !important; }
  .product-detail .tab-header--item {
    margin-right: 15px;
    display: inline-block; }
    .product-detail .tab-header--item a {
      cursor: pointer;
      font-size: 18px;
      color: #888; }
    .product-detail .tab-header--item__active a {
      padding-bottom: 18px;
      border-bottom: 2px solid red; }

.product-detail .tab-panel {
  padding-top: 30px;
  display: none; }
  .product-detail .tab-panel--active {
    display: block; }
  .product-detail .tab-panel .attribute-description--item {
    display: flex; }
    .product-detail .tab-panel .attribute-description--item .data {
      color: #1979c3; }

.side-title {
  font-weight: bold;
  display: inline-block; }
  .side-title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 20px;
    display: block;
    background-color: #d9232e; }

.product-side--list .product-price {
  font-weight: bold; }

.product-side--list .product-title {
  color: #1979c3;
  line-height: 1.3;
  display: inline-block;
  font-size: 14px; }

.product-side--list .product-image {
  width: 60px;
  height: 60px; }
  .product-side--list .product-image img {
    height: 100%;
    width: auto; }

.category-detail {
  background: #f5f5f5;
  border-radius: 3px 0px 0px 3px;
  border-left: 10px solid #d9232e; }
  .category-detail--text {
    padding: 20px 25px;
    font-size: 14px;
    color: #333;
    line-height: 1.5; }
    .category-detail--text h1 {
      font-size: 20px;
      font-weight: 600; }
  .category-detail--image img {
    display: block; }

@media screen and (min-width: 1024px) {
  .product-category .product-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr !important; } }

@media screen and (max-width: 768px) {
  .product-category .product-list {
    grid-template-columns: 1fr 1fr 1fr !important; } }

@media screen and (max-width: 568px) {
  .category-detail {
    flex-direction: column; }
    .category-detail--text {
      width: 100% !important; }
    .category-detail--image {
      width: 100%; }
  .product-category .product-list {
    grid-template-columns: 1fr 1fr !important; }
    .product-category .product-list .product-item .product-attribute {
      display: none; } }

.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 !important;
      background-color: #d9232e;
      border-color: #d9232e; }
  .pagination .page-number {
    font-size: 1.1em;
    display: block;
    /* height: 2.25em */
    /* line-height: 2em */
    text-align: center;
    /* width: auto */
    min-width: 32px;
    padding: 0 7px;
    font-weight: bolder;
    border-radius: 99px;
    border: 2px solid currentColor;
    transition: all .3s; }
  .pagination .current {
    color: #ffffff;
    background-color: #d9232e;
    border-color: #d9232e; }

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

@media screen and (max-width: 768px) {
  .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;
          display: flex;
          align-items: center;
          justify-content: center;
          padding-left: 1px; }
          .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 {
      border-radius: 0px;
      width: auto;
      cursor: pointer;
      font-size: .9em;
      color: #d9232e;
      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 #d9232e;
      background-color: transparent;
      cursor: pointer;
      color: #d9232e;
      text-transform: uppercase;
      text-align: center;
      outline: none;
      padding: 6px 15px; }
      .cart-action--continue:hover {
        border-color: #d9232e;
        background-color: #d9232e;
        color: #ffffff !important; }
    .cart-action--update {
      background: #d9232e;
      color: #ffffff !important;
      margin-left: 10px;
      font-weight: normal;
      border: none;
      opacity: 0.6; }
      .cart-action--update:hover {
        box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2); }
  .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: #d61c1f;
        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;
        color: #ffffff !important; }
        .cart-side .cart-total .cart-checkout a:hover {
          box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2); }

.select-filter {
  margin: 0;
  cursor: pointer;
  background-color: #ffffff;
  border-color: #ddd;
  box-sizing: border-box;
  padding: 0 .75em;
  height: 2.507em;
  font-size: 13px;
  border-radius: 0px;
  max-width: 100%;
  outline: none;
  font-weight: 100;
  -webkit-appearance: none;
  background-image: url(https://statics.pancake.vn/web_content/f1/64/78/ec/0c490eeb86d78da8d94268ce109f03e49b815cc57ac74a79657e8bc4.svg);
  background-repeat: no-repeat;
  background-size: auto 16px;
  background-position: right .45em top 50%;
  padding-right: 40px; }
  .select-filter--wrapper {
    background: #f5f5f5;
    padding: 5px 10px; }

.blog-page .blog-list .blog-item {
  padding-bottom: 30px; }
  .blog-page .blog-list .blog-item--image .badge {
    height: 44px;
    width: 44px;
    text-align: center; }
    .blog-page .blog-list .blog-item--image .badge .date {
      font-size: 16px; }
  .blog-page .blog-list .blog-item--text {
    padding: 0px 20px; }
    .blog-page .blog-list .blog-item--text h5 {
      font-size: 22px;
      color: #000;
      margin: 0 0 7px;
      font-weight: bold;
      line-height: 1.35;
      margin-bottom: 5px !important; }
    .blog-page .blog-list .blog-item--text p {
      font-size: 15px;
      color: #444;
      margin: 0;
      max-height: 120px;
      overflow: hidden;
      text-overflow: ellipsis; }

.category-list .category-item {
  padding: 6px 0px; }
  .category-list .category-item a {
    color: #1979c3; }
  .category-list .category-item:last-child {
    border-bottom: none !important; }

.blog-post--content .blog-post--more li {
  list-style: disc; }
  .blog-post--content .blog-post--more li a {
    color: #288ad6; }

.blog-post--header h1 {
  margin: 0;
  line-height: 1.3;
  font-size: 1.7em; }

.blog-post--header h6 {
  margin: 0; }
  .blog-post--header h6 a {
    text-transform: uppercase;
    color: #288ad6;
    font-size: 16px; }

.blog-post--header .header-image .badge {
  height: 44px;
  width: 44px;
  text-align: center; }

@media screen and (max-width: 768px) {
  .blog-post--page {
    flex-direction: column; }
    .blog-post--page .blog-post {
      width: 100% !important;
      padding: 0; }
    .blog-post--page .category-side--wrapper {
      padding-left: 0px;
      width: 100% !important; } }

body {
  margin: 0;
  font-family: 'Muli', sans-serif;
  line-height: 1.6; }
  body *, body *:before, body *:after {
    box-sizing: border-box; }

li {
  list-style: none; }

a {
  text-decoration: none;
  color: black;
  outline: none !important; }
  a:hover {
    color: #d9232e !important; }

.body-background-1 {
  background-color: #f0f0f0; }

.body-background-2 {
  background: #ffffff; }

.container {
  max-width: 1192px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 10px 0px 10px !important; }
  @media screen and (max-width: 769px) {
    .container {
      padding: 0 15px !important; } }
