@charset "UTF-8";
@media (min-width: 1300px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1280px; } }

#auth-form {
  padding-top: 70px;
  padding-bottom: 50px; }
  #auth-form.login-layout .recover-form-heading, #auth-form.login-layout .recover-form-body {
    display: none; }
  #auth-form.recover-layout .login-form-heading, #auth-form.recover-layout .login-form-body {
    display: none; }
  #auth-form .auth-heading {
    display: flex;
    flex-direction: column;
    align-items: center; }
    #auth-form .auth-heading > i {
      font-size: 32px; }
    #auth-form .auth-heading h1 {
      font-size: 20px;
      text-transform: uppercase;
      margin-top: 10px;
      margin-bottom: 20px; }
  #auth-form .auth-recover-btn {
    margin-bottom: 15px;
    text-align: right; }
    #auth-form .auth-recover-btn a {
      color: #777;
      text-decoration: underline; }
  #auth-form .auth-back-btn {
    margin-top: 30px;
    padding-top: 15px;
    position: relative; }
    #auth-form .auth-back-btn:before {
      content: '';
      left: 0;
      right: 0;
      top: 0px;
      position: absolute;
      border-top: 1px solid #d1d1d1;
      display: block; }
    #auth-form .auth-back-btn:after {
      content: 'Hoặc';
      position: absolute;
      top: -10px;
      background: #fff;
      padding-left: 8px;
      padding-right: 8px;
      left: 50%;
      font-size: 1rem;
      display: inline-block;
      transform: translateX(-50%); }
    #auth-form .auth-back-btn a {
      display: block;
      width: 100%;
      text-align: center;
      color: #333;
      border: 1px solid #333;
      padding: 10px;
      margin-top: 15px;
      text-decoration: none;
      text-transform: uppercase; }
      #auth-form .auth-back-btn a:hover {
        transition: all .3s;
        background: #333;
        color: #fff; }
  #auth-form .auth-form-body .errors ul {
    padding-left: 18px;
    color: #ff5a5a; }
  #auth-form .auth-form-body .form-control {
    border-radius: 0;
    font-size: 1rem;
    padding-left: 1.2em;
    padding-right: 1.2em;
    height: 42px;
    line-height: 42px; }
  #auth-form .auth-form-body .btn {
    background: #333;
    border-radius: 0;
    width: 100%;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff; }

@media (max-width: 767px) {
  #account-page .container {
    padding-left: 0;
    padding-right: 0; } }

#account-page .account-page-wrap {
  display: flex;
  flex-wrap: wrap;
  aligns-item: strech;
  margin-top: 2rem; }
  #account-page .account-page-wrap .account-page-sidebar {
    width: calc(25% - 2rem);
    margin-right: 2rem;
    padding: 1.5rem 1rem;
    background: #fafafa; }
    @media (max-width: 1199px) {
      #account-page .account-page-wrap .account-page-sidebar {
        width: calc(30% - 2rem); } }
    @media (max-width: 991px) {
      #account-page .account-page-wrap .account-page-sidebar {
        display: none; } }
    #account-page .account-page-wrap .account-page-sidebar .account-sidebar-header {
      text-align: center; }
      #account-page .account-page-wrap .account-page-sidebar .account-sidebar-header > h3 {
        font-size: 1.1rem;
        font-weight: normal;
        margin-top: 0.5rem; }
      #account-page .account-page-wrap .account-page-sidebar .account-sidebar-header .account-sidevar-avatar i {
        font-size: 2rem;
        display: inline-block;
        padding: 10px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.03); }
    #account-page .account-page-wrap .account-page-sidebar .account-sidebar-menu {
      margin-top: 1.5rem; }
      #account-page .account-page-wrap .account-page-sidebar .account-sidebar-menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        #account-page .account-page-wrap .account-page-sidebar .account-sidebar-menu ul a {
          display: block;
          padding: 0.5rem 1rem;
          color: #4c4c4c;
          text-decoration: none; }
          #account-page .account-page-wrap .account-page-sidebar .account-sidebar-menu ul a:hover, #account-page .account-page-wrap .account-page-sidebar .account-sidebar-menu ul a.active {
            background: rgba(0, 0, 0, 0.03); }
  #account-page .account-page-wrap .account-page-content {
    width: 75%;
    background: #fafafa;
    padding: 2rem 1rem; }
    @media (max-width: 1199px) {
      #account-page .account-page-wrap .account-page-content {
        width: 70%; } }
    @media (max-width: 991px) {
      #account-page .account-page-wrap .account-page-content {
        width: 100%; } }
    #account-page .account-page-wrap .account-page-content > h1 {
      margin-top: 0;
      font-size: 1.2rem;
      margin-bottom: 2rem; }
      #account-page .account-page-wrap .account-page-content > h1 > span {
        position: relative; }
        #account-page .account-page-wrap .account-page-content > h1 > span:before {
          content: '';
          position: absolute;
          left: 0;
          width: 75%;
          top: 140%;
          border-top: 1px solid #777; }
    #account-page .account-page-wrap .account-page-content .account-page-detail .table {
      margin: 0; }
    #account-page .account-page-wrap .account-page-content .account-page-detail .table-responsive {
      border: none; }
      #account-page .account-page-wrap .account-page-content .account-page-detail .table-responsive::-webkit-scrollbar {
        height: 6px; }
    #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-info td {
      border: none; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-info td:first-child {
        padding-left: 0; }
    #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order-list th {
      border-bottom: none;
      font-weight: normal; }
    #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order-list a {
      color: inherit;
      text-decoration: none; }
    #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order-list td {
      padding: 16px 8px; }
    #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order-list td:nth-child(2) a {
      font-weight: 600; }
    #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-header {
      display: flex;
      flex-wrap: wrap;
      margin-left: -8px;
      margin-right: -8px;
      align-items: stretch; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-header p {
        margin: 0 0 5px; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-header .apoh-block {
        width: 50%;
        padding: 0 8px;
        margin-bottom: 1rem; }
        @media (max-width: 767px) {
          #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-header .apoh-block {
            width: 100%; } }
        #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-header .apoh-block > h3 {
          font-weight: normal;
          text-transform: uppercase;
          font-size: 1rem;
          padding: 0;
          margin: 0 0 8px 0; }
        #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-header .apoh-block .apoh-detail {
          background: #fff;
          border-radius: 4px;
          height: calc(100% - 23px);
          padding: .85rem; }
    #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-products > h2 {
      font-size: 1rem;
      font-weight: normal;
      text-transform: uppercase; }
    #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-products .account-page-order-products-list {
      background: #fff;
      padding: 1.5rem; }
      @media (max-width: 767px) {
        #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-products .account-page-order-products-list {
          padding: 0; } }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-products .account-page-order-products-list th {
        font-weight: 600; }
    #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .address-tables > h2 {
      text-transform: uppercase;
      font-size: 0.95rem;
      font-weight: 400;
      margin-top: 0; }
    #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .address-tables .address-item {
      background: #fff;
      border-radius: 4px;
      padding: 1rem;
      margin-bottom: 1.5rem; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .address-tables .address-item .view-address .row {
        margin-bottom: 0.8rem; }
        #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .address-tables .address-item .view-address .row a {
          text-decoration: none;
          color: #4c4c4c;
          padding-left: 5px; }
          #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .address-tables .address-item .view-address .row a i {
            font-size: 18px; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .address-tables .address-item .view-address .address-name {
        font-weight: 600;
        font-size: 1.1rem; }
    #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .edit-address button {
      background: #333;
      color: #333;
      border: none; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .edit-address button:hover {
        opacity: .85; }
    #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .new-address {
      background: #fff;
      padding: 1rem; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .new-address button {
        background: #333;
        color: #333;
        border: none; }
        #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .new-address button:hover {
          opacity: .85; }
    #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .new-address-btn {
      margin-bottom: 10px;
      text-align: right; }
      @media (max-width: 991px) {
        #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .new-address-btn {
          text-align: left; } }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .new-address-btn a {
        color: #4c4c4c;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.95rem; }

#page-404 {
  background: #fff;
  padding-bottom: 70px;
  padding-top: 15px;
  color: #333; }
  #page-404 h1 {
    font-size: 96px;
    font-weight: bold; }
    @media (max-width: 767px) {
      #page-404 h1 {
        font-size: 72px; } }
  #page-404 h3 {
    font-size: 28px; }
    @media (max-width: 767px) {
      #page-404 h3 {
        font-size: 22px; } }
  #page-404 p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.5; }
  #page-404 .search-form {
    margin-top: 15px; }
    #page-404 .search-form .form-group {
      position: relative; }
    #page-404 .search-form input {
      box-shadow: none;
      border-radius: 2px; }
      #page-404 .search-form input:focus, #page-404 .search-form input:active {
        border-color: #333; }
      @media (min-width: 768px) {
        #page-404 .search-form input {
          width: 100%; } }
    #page-404 .search-form button {
      background: #DEEEDC;
      color: #333;
      position: absolute;
      top: 0;
      right: 0;
      padding-top: 5px;
      padding-bottom: 0;
      font-size: 1.4rem;
      height: 100%;
      line-height: 20px; }
      #page-404 .search-form button:hover {
        opacity: 0.85rem; }
  #page-404 .btn-404 {
    border: 1px solid #333;
    color: #333; }
    #page-404 .btn-404:hover {
      border: 1px solid #DEEEDC;
      color: #333;
      background: #DEEEDC; }

#pageDefault .page-layout {
  width: 100%;
  position: relative;
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  border: 1px solid #ffe5e6; }

.page-about-new .page-about-new-main {
  width: 100%;
  text-align: center;
  position: relative;
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  border: 1px solid #ffe5e6; }
  .page-about-new .page-about-new-main .page-about-new-main-item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0px; }
    .page-about-new .page-about-new-main .page-about-new-main-item .page-about-new-main-item-left {
      width: 50%; }
      @media (max-width: 991px) {
        .page-about-new .page-about-new-main .page-about-new-main-item .page-about-new-main-item-left {
          width: 100%;
          margin: 20px 0px; } }
    .page-about-new .page-about-new-main .page-about-new-main-item .page-about-new-main-item-right {
      padding: 0px 50px;
      width: 50%; }
      @media (max-width: 991px) {
        .page-about-new .page-about-new-main .page-about-new-main-item .page-about-new-main-item-right {
          width: 100%;
          padding: 0; } }
      .page-about-new .page-about-new-main .page-about-new-main-item .page-about-new-main-item-right h2 {
        font-size: 36px;
        border-bottom: 1px solid #e8e8e8;
        padding: 0 0 15px;
        margin: 0 0 15px; }
    @media (min-width: 992px) {
      .page-about-new .page-about-new-main .page-about-new-main-item:nth-child(2n+1) .page-about-new-main-item-left {
        order: 2; } }
  .page-about-new .page-about-new-main .page-about-new-contact {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 50px; }
    .page-about-new .page-about-new-main .page-about-new-contact form {
      width: 50%; }
      @media (max-width: 767px) {
        .page-about-new .page-about-new-main .page-about-new-contact form {
          width: 100%; } }
      .page-about-new .page-about-new-main .page-about-new-contact form input {
        margin-bottom: 15px; }
      .page-about-new .page-about-new-main .page-about-new-contact form button {
        float: right;
        border: 1px solid #ccc;
        margin-top: 10px; }
    .page-about-new .page-about-new-main .page-about-new-contact .page-about-new-contact-map {
      width: 50%;
      padding-left: 20px; }
      @media (max-width: 767px) {
        .page-about-new .page-about-new-main .page-about-new-contact .page-about-new-contact-map {
          width: 100%;
          padding: 10px 0px; } }

.priceRangeBox .priceRange {
  background: rgba(255, 255, 255, 0.8);
  width: 500px;
  padding: 40px;
  height: 220px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.priceRangeBox h2 {
  color: #ff0006;
  margin-bottom: 30px; }

.priceRangeBox span {
  font-size: 20px;
  margin-right: 10px; }

.priceRangeBox .noUi-target {
  height: 5px;
  border: none;
  margin: 20px 0 0 0; }

@media screen and (max-width: 767px) {
  .priceRangeBox .noUi-target {
    margin: 30px 0 10px 0; } }

.priceRangeBox .noUi-target .noUi-base {
  background: #ccc;
  border: none;
  border-radius: 15px;
  cursor: pointer; }

.priceRangeBox .noUi-connects {
  background: #e1e1e1; }

.priceRangeBox .noUi-target .noUi-base .noUi-connect {
  background: #a9a9a9; }

.priceRangeBox .noUi-target .noUi-base .noUi-tooltip {
  bottom: -35px;
  color: #333;
  border: none;
  outline: none;
  font-weight: bold; }

.priceRangeBox .noUi-handle.noUi-handle-lower,
.priceRangeBox .noUi-handle.noUi-handle-upper {
  background: #DEEEDC;
  border-radius: 20px;
  width: 15px;
  height: 15px;
  outline: none;
  right: -10px;
  cursor: pointer;
  top: -5px;
  box-shadow: 0 2px 4px rgba(40, 40, 40, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.priceRangeBox .noUi-handle.noUi-handle-upper {
  right: 0; }

.priceRangeBox .noUi-handle.noUi-handle-lower.noUi-active,
.priceRangeBox .noUi-handle.noUi-handle-upper.noUi-active {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.priceRangeBox .noUi-handle.noUi-handle-lower::before,
.priceRangeBox .noUi-handle.noUi-handle-lower::after,
.priceRangeBox .noUi-handle.noUi-handle-upper::before,
.priceRangeBox .noUi-handle.noUi-handle-upper::after {
  display: none; }

.priceRangeBox .noUi-handle.noUi-handle-lower .noUi-touch-area,
.priceRangeBox .noUi-handle.noUi-handle-upper .noUi-touch-area {
  width: 15px;
  height: 15px; }

.priceRangeBox .priceRangeValueBox span {
  font-size: 16px; }
  .priceRangeBox .priceRangeValueBox span:first-child {
    font-weight: bold; }

#collection-page .collection-page-wrapper .c-p-w-main {
  width: 100%;
  text-align: center;
  position: relative;
  border-radius: 6px;
  background: #fff;
  padding: 20px;
  border: 1px solid #ffe5e6; }
  #collection-page .collection-page-wrapper .c-p-w-main .c-p-w-m-item .c-p-w-m-i-header h1 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    text-align: center; }
  #collection-page .collection-page-wrapper .c-p-w-main .c-p-w-m-item .c-p-w-m-i-header .description {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 30px; }
  #collection-page .collection-page-wrapper .c-p-w-main .c-p-w-m-item .c-p-w-m-i-body {
    margin-top: 15px;
    min-height: 55vh; }
    #collection-page .collection-page-wrapper .c-p-w-main .c-p-w-m-item .c-p-w-m-i-body .c-p-w-m-i-b-product {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      @media (max-width: 767px) {
        #collection-page .collection-page-wrapper .c-p-w-main .c-p-w-m-item .c-p-w-m-i-body .c-p-w-m-i-b-product {
          margin-left: -7.5px;
          margin-right: -7.5px; } }
      @media (min-width: 768px) {
        #collection-page .collection-page-wrapper .c-p-w-main .c-p-w-m-item .c-p-w-m-i-body .c-p-w-m-i-b-product {
          margin-left: -15px;
          margin-right: -15px; } }
      #collection-page .collection-page-wrapper .c-p-w-main .c-p-w-m-item .c-p-w-m-i-body .c-p-w-m-i-b-product > p {
        margin-left: auto;
        margin-right: auto; }
      #collection-page .collection-page-wrapper .c-p-w-main .c-p-w-m-item .c-p-w-m-i-body .c-p-w-m-i-b-product .proLoop {
        width: calc(100%/4); }
        @media (max-width: 1023px) {
          #collection-page .collection-page-wrapper .c-p-w-main .c-p-w-m-item .c-p-w-m-i-body .c-p-w-m-i-b-product .proLoop {
            width: calc(100%/3); } }
        @media (max-width: 767px) {
          #collection-page .collection-page-wrapper .c-p-w-main .c-p-w-m-item .c-p-w-m-i-body .c-p-w-m-i-b-product .proLoop {
            width: calc(100%/2); } }

.collection-filter {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .collection-filter {
      margin-left: -7.5px;
      margin-right: -7.5px; } }
  @media (min-width: 768px) {
    .collection-filter {
      margin-left: -15px;
      margin-right: -15px; } }
  .collection-filter .c-f-block {
    width: 20%;
    margin-bottom: 0;
    position: relative; }
    @media (max-width: 767px) {
      .collection-filter .c-f-block {
        padding-left: 7.5px;
        padding-right: 7.5px; } }
    @media (min-width: 768px) {
      .collection-filter .c-f-block {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 767px) {
      .collection-filter .c-f-block {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .collection-filter .c-f-block {
        width: 50%; } }
    .collection-filter .c-f-block.remove {
      display: none; }
      .collection-filter .c-f-block.remove h4 {
        color: red;
        font-weight: 700; }
        .collection-filter .c-f-block.remove h4 svg path {
          fill: red; }
    .collection-filter .c-f-block h4 {
      padding: 7.5px 0 10px 0;
      border-bottom: 1px solid #333;
      font-size: 15px;
      font-weight: 300;
      cursor: pointer;
      text-align: left; }
      .collection-filter .c-f-block h4 svg {
        width: 15px;
        height: 15px;
        margin-top: -2.5px;
        margin-right: 10px; }
      .collection-filter .c-f-block h4 i {
        float: right; }
    .collection-filter .c-f-block .c-f-b-list {
      display: none;
      width: calc(100% - 30px);
      padding: 10px;
      position: absolute;
      background: #fff;
      z-index: 99;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
      border-radius: 3px;
      max-height: 200px;
      overflow: auto; }
      .collection-filter .c-f-block .c-f-b-list::-webkit-scrollbar {
        width: 2.5px; }
      .collection-filter .c-f-block .c-f-b-list::-webkit-scrollbar-track {
        background: #ccc; }
      .collection-filter .c-f-block .c-f-b-list::-webkit-scrollbar-thumb {
        background: #DEEEDC; }
      .collection-filter .c-f-block .c-f-b-list .c-f-b-l-count {
        display: block;
        background: #F7F7F7;
        margin-left: -10px;
        margin-right: -10px;
        margin-top: -10px;
        margin-bottom: 10px;
        padding: 5px 12.5px;
        color: #333; }
      .collection-filter .c-f-block .c-f-b-list li {
        display: flex;
        align-items: center;
        padding: 5px;
        cursor: pointer; }
        .collection-filter .c-f-block .c-f-b-list li label {
          margin: 0;
          cursor: pointer;
          width: 100%; }
        .collection-filter .c-f-block .c-f-b-list li:hover {
          background: #e4e4e4; }
    .collection-filter .c-f-block #sort-by li input {
      display: none; }

#cart-page {
  margin-bottom: 25px; }
  #cart-page .cart-page-wrap {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 1199px) {
      #cart-page .cart-page-wrap {
        margin-top: 15px; } }
    #cart-page .cart-page-wrap .cart-page-left {
      width: 70%;
      padding-right: 15px; }
      @media (max-width: 1199px) {
        #cart-page .cart-page-wrap .cart-page-left {
          width: 100%;
          padding-right: 0; } }
      #cart-page .cart-page-wrap .cart-page-left .cart-page-list {
        background: #fff;
        padding: 0 15px;
        border: 1px solid #e1e1e1; }
        @media (max-width: 1199px) {
          #cart-page .cart-page-wrap .cart-page-left .cart-page-list {
            padding: 0; } }
        #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item {
          display: flex;
          flex-wrap: wrap;
          padding: 20px;
          border-bottom: 1px dashed #cdcdcd; }
          @media (max-width: 1199px) {
            #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item {
              padding: 15px 5px;
              position: relative; } }
          #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item:last-child {
            border-bottom: none; }
          #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-image {
            width: 80px; }
            @media (max-width: 1199px) {
              #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-image {
                width: 90px;
                padding-right: 10px; } }
          #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-detail {
            width: calc(100% - 400px);
            padding: 0 15px;
            display: flex;
            flex-direction: column;
            justify-content: space-between; }
            @media (max-width: 1199px) {
              #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-detail {
                width: calc(100% - 90px);
                padding: 0 0 40px 5px; } }
            #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-detail .item-vendor {
              text-transform: uppercase;
              font-size: 13px; }
            #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-detail h3 {
              font-size: 16px;
              margin-bottom: 0; }
              #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-detail h3 a {
                text-decoration: none;
                color: #333; }
            #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-detail .item-desc {
              font-size: 12px;
              color: #999; }
            #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-detail .item-actions a {
              display: inline-block;
              float: left;
              font-size: 12px;
              text-decoration: none;
              position: relative; }
              #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-detail .item-actions a:nth-child(1) {
                margin-right: 20px; }
          #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-prices {
            width: 190px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center; }
            @media (max-width: 1199px) {
              #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-prices {
                position: absolute;
                bottom: 15px;
                right: 10px;
                width: calc(100% - 215px);
                align-items: flex-end; } }
            #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-prices .price-item {
              color: #ff1616;
              font-weight: 500;
              font-size: 18px;
              margin: 2px 0; }
              @media (max-width: 1199px) {
                #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-prices .price-item {
                  font-size: 16px;
                  margin: 0; } }
            #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-prices del {
              color: #9E9E9E;
              font-size: 14px;
              margin-left: 10px;
              margin: 2px 0; }
              @media (max-width: 1199px) {
                #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-prices del {
                  font-size: 14px;
                  margin: 0; } }
          #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-actions {
            width: 130px;
            display: flex;
            align-items: center;
            justify-content: center; }
            @media (max-width: 1199px) {
              #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-actions {
                position: absolute;
                bottom: 15px;
                left: 90px; } }
            #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-actions .cart-product-quantity-wrap {
              display: flex; }
              #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-actions .cart-product-quantity-wrap button {
                background: none;
                border: 1px solid #ccc;
                height: 25px;
                width: 25px; }
              #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-actions .cart-product-quantity-wrap input {
                height: 25px;
                width: 50px;
                border: 1px solid #ccc;
                border-left: none;
                border-right: none;
                border-radius: 0;
                text-align: center; }
    #cart-page .cart-page-wrap .cart-page-right {
      width: 30%;
      padding: 0px 20px 20px 20px;
      border: 1px solid #e1e1e1;
      background: #fff; }
      @media (max-width: 1199px) {
        #cart-page .cart-page-wrap .cart-page-right {
          width: 100%;
          margin-top: 30px; } }
      #cart-page .cart-page-wrap .cart-page-right .cart-page-info {
        padding: 25px 0px 15px 0px; }
        #cart-page .cart-page-wrap .cart-page-right .cart-page-info h1 {
          font-size: 18px;
          margin-bottom: 15px; }
        #cart-page .cart-page-wrap .cart-page-right .cart-page-info .cart-page-subtotal {
          margin-bottom: 5px;
          display: flex;
          justify-content: space-between; }
        #cart-page .cart-page-wrap .cart-page-right .cart-page-info .cart-page-subtitle {
          color: #999;
          font-size: 13px;
          padding-bottom: 20px;
          border-bottom: 1px solid #cdcdcd; }
        #cart-page .cart-page-wrap .cart-page-right .cart-page-info .cart-page-total {
          padding: 15px 0px;
          display: flex;
          justify-content: space-between; }
          #cart-page .cart-page-wrap .cart-page-right .cart-page-info .cart-page-total .cart-page-total-price {
            text-align: right; }
            #cart-page .cart-page-wrap .cart-page-right .cart-page-info .cart-page-total .cart-page-total-price span {
              display: block;
              color: #ff1616;
              font-weight: 500;
              font-size: 18px; }
            #cart-page .cart-page-wrap .cart-page-right .cart-page-info .cart-page-total .cart-page-total-price i {
              display: block;
              color: #868686;
              font-size: 12px; }
        #cart-page .cart-page-wrap .cart-page-right .cart-page-info .cart-page-checkout a {
          background: #DEEEDC;
          text-transform: uppercase;
          color: #fff;
          box-shadow: none;
          text-align: center;
          display: block;
          padding: 15px;
          text-decoration: none; }
      #cart-page .cart-page-wrap .cart-page-right .invoice-block .invoice-block-head {
        display: flex;
        align-items: center; }
        #cart-page .cart-page-wrap .cart-page-right .invoice-block .invoice-block-head label {
          font-weight: normal;
          cursor: pointer;
          margin: 0; }
      #cart-page .cart-page-wrap .cart-page-right .invoice-block .invoice-block-body {
        padding: 5px 0px;
        padding-bottom: 10px;
        display: none; }
        #cart-page .cart-page-wrap .cart-page-right .invoice-block .invoice-block-body .form-group {
          margin-bottom: 7px; }
        #cart-page .cart-page-wrap .cart-page-right .invoice-block .invoice-block-body input.form-control::-webkit-outer-spin-button, #cart-page .cart-page-wrap .cart-page-right .invoice-block .invoice-block-body input.form-control::-webkit-inner-spin-button {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none; }
        #cart-page .cart-page-wrap .cart-page-right .invoice-block .invoice-block-body .form-control {
          box-shadow: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          border-radius: 0px;
          margin-bottom: 3px;
          height: 30px;
          font-size: 14px; }
        #cart-page .cart-page-wrap .cart-page-right .invoice-block .invoice-block-body label {
          font-weight: normal;
          margin-bottom: 1px;
          font-size: 13px;
          margin-top: 3px; }

#blog .blogMain .container .blogMainContent .blogBody {
  width: 100%;
  text-align: center;
  position: relative;
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  border: 1px solid #ffe5e6; }
  #blog .blogMain .container .blogMainContent .blogBody .blogListArticle {
    display: flex;
    flex-wrap: wrap; }
    #blog .blogMain .container .blogMainContent .blogBody .blogListArticle .blogLoop {
      width: 50%; }
      @media (max-width: 767px) {
        #blog .blogMain .container .blogMainContent .blogBody .blogListArticle .blogLoop {
          width: 100%; } }

#article .container .articleMain .articleBody {
  width: 100%;
  text-align: center;
  position: relative;
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  border: 1px solid #ffe5e6; }
  #article .container .articleMain .articleBody .articleImage {
    margin-bottom: 10px; }
  #article .container .articleMain .articleBody .articleName {
    font-size: 25px; }
  #article .container .articleMain .articleBody .articleDescription img {
    max-width: 100%;
    height: auto; }
  #article .container .articleMain .articleBody .articleTool {
    display: flex;
    justify-content: space-between; }

#searchPage {
  margin: 25px 0px; }
  #searchPage .searchPageHeader {
    text-align: center; }
  #searchPage .searchPageBody .searchField {
    margin: 25px 0px; }
    #searchPage .searchPageBody .searchField .searchForm {
      width: 50%;
      margin: 0 auto;
      position: relative; }
      @media (max-width: 767px) {
        #searchPage .searchPageBody .searchField .searchForm {
          width: 90%; } }
      #searchPage .searchPageBody .searchField .searchForm input.search_box {
        width: 100%;
        padding: 7.5px 15px;
        border-radius: 30px;
        border: 1px solid #e1e1e1; }
      #searchPage .searchPageBody .searchField .searchForm input#go {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        background: transparent;
        border: none;
        outline: none;
        font-weight: 700; }
  #searchPage .noMessageContent {
    margin-top: 25px;
    text-align: center; }
  #searchPage .noMessage, #searchPage .searchResult {
    text-align: center;
    margin-bottom: 25px; }
  #searchPage .searchResultList {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      #searchPage .searchResultList {
        margin-left: -7.5px;
        margin-right: -7.5px; } }
    @media (min-width: 768px) {
      #searchPage .searchResultList {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (min-width: 992px) {
      #searchPage .searchResultList .proLoop {
        width: calc(100%/4); } }
    @media (max-width: 991px) {
      #searchPage .searchResultList .proLoop {
        width: calc(100%/3); } }
    @media (max-width: 767px) {
      #searchPage .searchResultList .proLoop {
        width: calc(100%/2); } }

@media (min-width: 992px) {
  .c-p-w-m-i-h--filter-mobile {
    display: none; } }

@media (max-width: 991px) {
  .c-p-w-m-i-h--filter-mobile {
    display: block; }
    .c-p-w-m-i-h--filter-mobile h4 {
      padding: 7.5px 0px;
      border-top: 1px solid #333;
      border-bottom: 1px solid #333;
      font-size: 15px;
      font-weight: 300;
      cursor: pointer;
      text-align: left; }
      .c-p-w-m-i-h--filter-mobile h4 svg {
        width: 15px;
        height: 15px;
        margin-top: -2.5px;
        margin-right: 10px; }
      .c-p-w-m-i-h--filter-mobile h4 i {
        float: right; }
  .c-p-w-m-i-h-filter {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    background: #fff;
    z-index: 99;
    box-shadow: 0px 3px 10px #000;
    padding: 20px;
    display: none; }
  .collection-filter .c-f-block .c-f-b-list {
    width: calc(100% - 15px); } }

.sw-color-trang-label span,
.haveColor-trang,
.sw-color-trangQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.trang label:before {
  background-color: #ffffff !important; }

/**Filter**/
.groupSidebar {
  text-align: left; }

.groupSidebar .moduleGroup {
  margin-bottom: 20px; }

.insHeading .title {
  border-bottom: 2px solid #ebebeb;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding: 0px 0 5px;
  text-transform: uppercase;
  margin-bottom: 10px; }

.insHeading .title:after {
  background: #053e5f none repeat scroll 0 0;
  bottom: -2px;
  left: 0;
  content: "";
  height: 2px;
  position: absolute;
  width: 30%; }

.treeMenu li {
  position: relative;
  display: block; }

.treeMenu li a {
  display: block;
  padding: 5px 10px 5px 15px;
  background: url(//theme.hstatic.net/200000791509/1001363689/14/r7.png?v=10) no-repeat 0px center; }

.treeMenu li > a {
  color: #333; }

.treeMenu li.active > a {
  color: #053e5f; }

.treeMenu li a i {
  float: right;
  font-size: 14px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s; }

.treeMenu li a.open i {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.treeChildren {
  display: none; }

.treeMenu li.active > .treeChildren {
  display: block;
  padding-left: 15px; }

.collectionBanner {
  margin-bottom: 15px; }
  .collectionBanner img {
    width: 100%;
    height: auto; }

.c-p-w-m-i-header {
  background: #f8f8f8;
  padding: 15px; }

.proLoop .productName {
  margin-top: 10px; }

@media (min-width: 992px) {
  #collection-page .collection-page-wrapper .c-p-w-main .c-p-w-m-item .c-p-w-m-i-body .c-p-w-m-i-b-product .proLoop {
    width: calc(100% / 3); }
  #collection-page .collection-page-wrapper .c-p-w-main .c-p-w-m-item .c-p-w-m-i-body .c-p-w-m-i-b-product .proLoop:nth-child(3n+1) {
    clear: both; } }

@media screen and (max-width: 767px) {
  .groupSidebar .moduleContent {
    display: none; }
  #collection-page .collection-page-wrapper .c-p-w-main .c-p-w-m-item .c-p-w-m-i-header h1 {
    font-size: 21px; }
  .insHeading .title:before {
    content: "\eb27";
    font-family: LineIcons !important;
    font-size: inherit;
    float: right;
    font-size: 15px;
    margin-right: 5px;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0); }
  .insHeading .title.open::before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg); } }

@media (min-width: 992px) {
  .d-flex-col-filter {
    display: flex;
    align-items: center;
    width: 100%; }
  .d-flex-col-filter h1.title {
    max-width: 50%;
    flex: 0 0 50%;
    text-align: left !important; }
  .d-flex-col-filter .collection-filter {
    max-width: 50%;
    flex: 0 0 50%;
    margin-top: 0; }
  .d-flex-col-filter .collection-filter .c-f-block {
    width: 100%; } }

@media (min-width: 768px) {
  .c-p-w-m-i-h-filter.wrap-filter-col .collection-filter .c-f-block {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%; } }

@media (max-width: 991px) {
  .c-p-w-m-i-h--filter-mobile h4 {
    border-top: 0 !important; } }

@media (max-width: 767px) {
  .collection-page-wrapper .c-p-w-m-i-header {
    background: none;
    padding: 0;
    display: flex;
    flex-direction: column-reverse; }
  .collection-page-wrapper .insHeading .title:after {
    display: none; }
  .collection-page-wrapper .insHeading .title {
    border: none;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    background: #f2f5fa;
    padding: 8px 15px; }
  .collection-page-wrapper .c-p-w-m-i-h--filter-mobile h4 svg {
    display: none; }
  .collection-page-wrapper .insHeading .title:before {
    margin: 0; }
  .collection-page-wrapper .c-p-w-m-i-h--filter-mobile h4 {
    font-size: 14px;
    border: none;
    background: #f2f5fa;
    padding: 8px 15px;
    font-weight: bold;
    text-transform: uppercase; }
  .groupSidebar .moduleGroup {
    margin-bottom: 10px; }
  .c-p-w-m-i-h--filter-mobile h4 i {
    font-weight: bold !important; }
  #collection-page .collection-page-wrapper .c-p-w-main .c-p-w-m-item .c-p-w-m-i-header h1 {
    margin-top: 15px; } }
