
.single_add_to_cart_button, .quantity.moc_quantity,
ul.products li.product .li_content .add_to_cart_button,
ul.products li.product .li_content .product_type_simple {
	display: none !important;
}




#moc_mini_cart .head .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#moc_mini_cart .head .close .close_box {
  position: inherit;
  width: auto;
  height: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: rgba(43, 32, 12, 0.4);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }

#moc_mini_cart .head .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.019em;
  color: var(--moc_color_sconn);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.moc_mini_cart {
  position: absolute;
  width: 100%;
  max-width: 566px;
  background: var(--moc_color_hover);
  padding: 0;
  height: 0;
  top: 100%;
  right: 0;
  z-index: 11;
  opacity: 0 !important;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  max-height: calc(100vh - 140px); }
  @media screen and (max-width: 640px) {
    .moc_mini_cart {
      max-height: calc(100vh - 100px); } }
  .moc_mini_cart.active {
    opacity: 1 !important;
    padding: 24px;
    height: auto; }
  .moc_mini_cart p {
    margin: 15px 0 0;
    color: var(--moc_color);
    font-weight: 700; }
  .moc_mini_cart .variation {
    display: none; }
  .moc_mini_cart .woocommerce-mini-cart__buttons .wc-forward {
    display: none; }
    .moc_mini_cart .woocommerce-mini-cart__buttons .wc-forward.checkout {
      display: block;
      border-radius: 0;
      border: 0;
      background: var(--moc_color);
      color: var(--moc_color_hover);
      padding: 0;
      line-height: 48px;
      text-align: center;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase; }
  .moc_mini_cart .woocommerce-mini-cart__total {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    letter-spacing: -0.014em;
    color: var(--moc_color_sconn); }
    @media screen and (max-width: 640px) {
      .moc_mini_cart .woocommerce-mini-cart__total {
        margin-top: 20px; } }
    .moc_mini_cart .woocommerce-mini-cart__total > strong {
      margin-right: 5px; }
  .moc_mini_cart .woocommerce-mini-cart {
    margin: 0 0;
    padding: 0;
    max-height: calc(100vh - 358px);
    overflow: auto;
    overflow-x: hidden; }
    @media screen and (max-width: 640px) {
      .moc_mini_cart .woocommerce-mini-cart {
        max-height: calc(100vh - 288px); } }
    .moc_mini_cart .woocommerce-mini-cart .woocommerce-mini-cart-item {
      list-style: none;
      padding: 24px 0;
      border-bottom: 1px solid rgba(43, 32, 12, 0.4); }
      @media screen and (max-width: 640px) {
        .moc_mini_cart .woocommerce-mini-cart .woocommerce-mini-cart-item {
          padding: 12px 0; } }
      .moc_mini_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .content .dungtich, .moc_mini_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .content .soluong {
        font-size: 14px;
        line-height: 24px;
        color: var(--moc_color_sconn); }
      .moc_mini_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .content .price {
        font-size: 14px;
        line-height: 24px;
        font-weight: 700;
        color: var(--moc_color_sconn); }
      .moc_mini_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .content .title {
        font-size: 20px;
        line-height: 24px;
        font-weight: 700; }
        .moc_mini_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .content .title a {
          color: #2B200C; }
      .moc_mini_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .thumb img {
        width: 100px; }

.filling .moc_mini_cart {
  max-height: calc(100vh - 100px); }
  .filling .moc_mini_cart .woocommerce-mini-cart {
    max-height: calc(100vh - 318px); }
    @media screen and (max-width: 640px) {
      .filling .moc_mini_cart .woocommerce-mini-cart {
        max-height: calc(100vh - 288px); } }

#site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  z-index: 11;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: transparent;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    #site-header {
      height: 100px; } }
  #site-header.filling {
    height: 100px;
    background: rgba(0, 0, 0, 0.8); }
  #site-header.active {
    overflow: inherit; }
  #site-header #moc_cart .show_box.close {
    position: relative;
    right: auto;
    width: 36px;
    height: 36px; }
  #site-header #moc_cart .show_box .cart-contents {
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--moc_color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    top: 11px;
    left: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #site-header #moc_cart .icon svg {
    display: block; }
    #site-header #moc_cart .icon svg path {
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      stroke: var(--moc_color); }
    #site-header #moc_cart .icon svg:hover path {
      stroke: var(--moc_color_hover); }
  #site-header #moc_menu_top .show_box.bar {
    width: 36px;
    height: 36px;
    background: transparent; }
    #site-header #moc_menu_top .show_box.bar .vector {
      position: absolute;
      width: 100%;
      left: 6px;
      height: 1px;
      border-radius: 2px;
      border-top: 1px solid var(--moc_color);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      #site-header #moc_menu_top .show_box.bar .vector.vector_1 {
        top: 8px;
        width: 8px; }
      #site-header #moc_menu_top .show_box.bar .vector.vector_2 {
        top: 18px;
        width: 24px; }
      #site-header #moc_menu_top .show_box.bar .vector.vector_3 {
        top: 27px;
        width: 16px; }
    #site-header #moc_menu_top .show_box.bar:hover .vector {
      border-color: var(--moc_color_hover); }
      #site-header #moc_menu_top .show_box.bar:hover .vector.vector_1 {
        width: 24px; }
    #site-header #moc_menu_top .show_box.bar:before, #site-header #moc_menu_top .show_box.bar:after {
      display: none; }
    #site-header #moc_menu_top .show_box.bar.active .vector.vector_1 {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border: 1px solid var(--moc_color);
      background: transparent;
      border-radius: 50%; }
      #site-header #moc_menu_top .show_box.bar.active .vector.vector_1:hover {
        border-color: var(--moc_color_hover); }
    #site-header #moc_menu_top .show_box.bar.active .vector.vector_2 {
      width: 16px;
      top: 17px;
      left: 10px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    #site-header #moc_menu_top .show_box.bar.active .vector.vector_3 {
      width: 16px;
      top: 17px;
      left: 10px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #site-header #moc_menu_top .show_box.bar.close {
      position: relative;
      right: auto; }
  #site-header #moc_logo {
    text-align: center; }
    #site-header #moc_logo a {
      display: block;
      width: 100%;
      max-width: 40px;
      margin: 0 auto; }

#moc_menu_fixed {
  position: fixed;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-image: url("../icon/bg-menu.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  z-index: -199; }
  #moc_menu_fixed.active {
    opacity: 1;
    z-index: 10; }
  #moc_menu_fixed .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
  #moc_menu_fixed .container {
    position: relative;
    z-index: 2; }
  #moc_menu_fixed .background {
    background: #2B200C;
    mix-blend-mode: multiply;
    opacity: 0.8;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1; }
  #moc_menu_fixed .moc_menu_primary ul.menu-primary {
    padding: 0;
    margin: 0; }
    #moc_menu_fixed .moc_menu_primary ul.menu-primary li {
      list-style: none;
      font-weight: 400;
      font-size: 16px;
      line-height: 48px;
      color: var(--moc_color_hover);
      text-transform: uppercase; }
      #moc_menu_fixed .moc_menu_primary ul.menu-primary li a {
        color: var(--moc_color_hover);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        #moc_menu_fixed .moc_menu_primary ul.menu-primary li a:hover {
          color: var(--moc_color); }
      #moc_menu_fixed .moc_menu_primary ul.menu-primary li .menu-icon {
        display: none; }

.moc_home_cua_hang .list_cuahang .item {
  position: relative; }
  .moc_home_cua_hang .list_cuahang .item img {
    position: relative;
    z-index: 1;
    width: 100%; }
  .moc_home_cua_hang .list_cuahang .item .info {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 54px 24px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: transparent; }
    .moc_home_cua_hang .list_cuahang .item .info .title {
      font-weight: 700;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: -0.011em;
      text-transform: uppercase;
      color: #F7F7F7;
      margin-bottom: 8px; }
    .moc_home_cua_hang .list_cuahang .item .info .address {
      opacity: 0;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      font-weight: 400;
      font-size: 14px;
      line-height: 24px; }
      .moc_home_cua_hang .list_cuahang .item .info .address a {
        color: var(--moc_color_hover); }
    .moc_home_cua_hang .list_cuahang .item .info:hover {
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      background: -webkit-gradient(linear, left top, left bottom, from(#030100), color-stop(95.83%, rgba(3, 1, 0, 0)));
      background: -webkit-linear-gradient(top, #030100 0%, rgba(3, 1, 0, 0) 95.83%);
      background: -o-linear-gradient(top, #030100 0%, rgba(3, 1, 0, 0) 95.83%);
      background: linear-gradient(180deg, #030100 0%, rgba(3, 1, 0, 0) 95.83%);
      padding: 32px 24px; }
      .moc_home_cua_hang .list_cuahang .item .info:hover .address {
        opacity: 1; }

.moc_home_cua_hang .widget_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.019em;
  color: var(--moc_color_hover); }

.moc_home_tin_tuc {
  padding: 56px 0; }
  .moc_home_tin_tuc .container.posts {
    position: relative;
    z-index: 2; }
  .moc_home_tin_tuc .list_posts {
    display: -ms-grid;
    display: grid;
    gap: 24px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    margin-top: -70px; }
    @media screen and (max-width: 640px) {
      .moc_home_tin_tuc .list_posts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto; }
        .moc_home_tin_tuc .list_posts .home_tintuc {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(40% - 20px);
          flex: 0 0 calc(40% - 20px);
          max-width: calc(40% - 20px); }
          .moc_home_tin_tuc .list_posts .home_tintuc:nth-child(n+4) {
            display: block; } }
    @media screen and (max-width: 420px) {
      .moc_home_tin_tuc .list_posts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto; }
        .moc_home_tin_tuc .list_posts .home_tintuc {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(66% - 20px);
          flex: 0 0 calc(66% - 20px);
          max-width: calc(66% - 20px); }
          .moc_home_tin_tuc .list_posts .home_tintuc:nth-child(n+4) {
            display: block; } }
    .moc_home_tin_tuc .list_posts .home_tintuc .link_thumbnail {
      position: relative;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      display: block; }
      .moc_home_tin_tuc .list_posts .home_tintuc .link_thumbnail img {
        width: 100%; }
      .moc_home_tin_tuc .list_posts .home_tintuc .link_thumbnail .desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 20px 10px;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(43, 32, 12, 0.4);
        z-index: 2;
        opacity: 0;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        color: var(--moc_color_hover); }
        @media screen and (max-width: 640px) {
          .moc_home_tin_tuc .list_posts .home_tintuc .link_thumbnail .desc {
            display: none !important; } }
    .moc_home_tin_tuc .list_posts .home_tintuc .post_title {
      margin-top: 12px;
      font-weight: 700;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: -0.011em;
      color: var(--moc_color_hover);
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      margin-bottom: 0; }
    @media screen and (min-width: 641px) {
      .moc_home_tin_tuc .list_posts .home_tintuc:nth-child(n+4) {
        display: none; } }
    .moc_home_tin_tuc .list_posts .home_tintuc:hover .link_thumbnail .desc {
      opacity: 1; }
  .moc_home_tin_tuc .background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 1; }
    .moc_home_tin_tuc .background .container {
      position: relative;
      padding-top: 160px;
      padding-bottom: 160px;
      z-index: 2; }
      @media screen and (max-width: 640px) {
        .moc_home_tin_tuc .background .container {
          padding-top: 120px;
          padding-bottom: 120px; } }
      .moc_home_tin_tuc .background .container .text {
        background: var(--moc_color_hover);
        color: #000;
        opacity: 0.7;
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
        max-width: 450px;
        padding: 24px; }
    .moc_home_tin_tuc .background img {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: auto;
      max-width: unset;
      z-index: 1; }
  .moc_home_tin_tuc .widget_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.019em;
    color: var(--moc_color_hover); }

.moc_home_product_recommend, .moc_home_product_box {
  position: relative;
  padding: 56px 0; }
  .moc_home_product_recommend .container, .moc_home_product_box .container {
    position: relative;
    z-index: 2; }
    .moc_home_product_recommend .container .moc_home_get_product, .moc_home_product_box .container .moc_home_get_product {
      margin-bottom: 48px; }
      .moc_home_product_recommend .container .moc_home_get_product:last-child, .moc_home_product_box .container .moc_home_get_product:last-child {
        margin-bottom: 0; }
      .moc_home_product_recommend .container .moc_home_get_product .widget_title, .moc_home_product_box .container .moc_home_get_product .widget_title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 24px; }
        .moc_home_product_recommend .container .moc_home_get_product .widget_title .viewmore, .moc_home_product_box .container .moc_home_get_product .widget_title .viewmore {
          font-weight: 400;
          font-size: 18px;
          line-height: 24px;
          color: #2B200C; }
        .moc_home_product_recommend .container .moc_home_get_product .widget_title .title, .moc_home_product_box .container .moc_home_get_product .widget_title .title {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-align: baseline;
          -ms-flex-align: baseline;
          align-items: baseline; }
          .moc_home_product_recommend .container .moc_home_get_product .widget_title .title h2, .moc_home_product_box .container .moc_home_get_product .widget_title .title h2 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-align: baseline;
            -ms-flex-align: baseline;
            align-items: baseline;
            font-weight: 400;
            font-size: 18px;
            line-height: 24px;
            color: #2B200C;
            margin: 0; }
            .moc_home_product_recommend .container .moc_home_get_product .widget_title .title h2 b, .moc_home_product_recommend .container .moc_home_get_product .widget_title .title h2 span, .moc_home_product_box .container .moc_home_get_product .widget_title .title h2 b, .moc_home_product_box .container .moc_home_get_product .widget_title .title h2 span {
              margin: 0;
              margin-left: 6px;
              font-weight: 700;
              font-size: 24px;
              line-height: 32px;
              letter-spacing: -0.019em;
              color: var(--moc_color_sconn); }
  .moc_home_product_recommend .background, .moc_home_product_box .background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #f2f2f2; }
    .moc_home_product_recommend .background:before, .moc_home_product_box .background:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: #f2f2f2;
      background-image: url(../icon/rice.jpg);
      background-repeat: no-repeat;
      background-position: center;
      opacity: 0.2;
      background-size: cover; }

.moc_home_product_filter {
  background: #000;
  padding: 40px 0; }
  .moc_home_product_filter .widget_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.014em; }

.moc_home_video_banner {
  height: 100vh;
  position: relative; }
  .moc_home_video_banner .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2; }
    .moc_home_video_banner .content > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
    .moc_home_video_banner .content .container .link a {
      position: relative;
      padding-left: 23px;
      font-weight: 300;
      font-size: 20px;
      line-height: 32px;
      text-align: center;
      text-transform: uppercase;
      color: var(--moc_color_hover);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .moc_home_video_banner .content .container .link a:hover {
        color: var(--moc_color); }
      .moc_home_video_banner .content .container .link a:before {
        content: '';
        position: absolute;
        left: 0;
        top: -11px;
        width: 46px;
        height: 46px;
        border: 1px solid var(--moc_color);
        border-radius: 50%; }
    .moc_home_video_banner .content .container .desc {
      margin-top: 30px;
      margin-bottom: 55px;
      opacity: 0.8; }
      .moc_home_video_banner .content .container .desc p {
        font-weight: 300;
        font-size: 20px;
        line-height: 32px; }
        @media screen and (max-width: 640px) {
          .moc_home_video_banner .content .container .desc p {
            font-size: 16px;
            line-height: 26px; } }
    .moc_home_video_banner .content .container .title_phu {
      font-family: 'Kuro';
      font-size: 36px;
      line-height: 48px;
      letter-spacing: -0.022em;
      color: var(--moc_color);
      opacity: 0.8; }
      @media screen and (max-width: 640px) {
        .moc_home_video_banner .content .container .title_phu {
          font-size: 40px;
          line-height: 30px; } }
    .moc_home_video_banner .content .container .title {
      font-weight: 700;
      font-size: 80px;
      line-height: 88px;
      letter-spacing: -0.022em;
      color: var(--moc_color_hover);
      opacity: 0.8; }
      @media screen and (max-width: 640px) {
        .moc_home_video_banner .content .container .title {
          font-size: 60px;
          line-height: 58px; } }
  .moc_home_video_banner .background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.3;
    z-index: 1; }
    .moc_home_video_banner .background img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      -o-object-fit: cover;
      object-fit: cover; }

.home_content {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: -140px; }

.wc-block-grid {
  padding: 10px;
  margin-bottom: 20px; }
  .wc-block-grid ul.wc-block-grid__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 0;
    padding: 0; }
    .wc-block-grid ul.wc-block-grid__products > * {
      padding: 0 5px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
      list-style: none;
      margin-bottom: 10px; }
      .wc-block-grid ul.wc-block-grid__products > * .add_to_cart_button, .wc-block-grid ul.wc-block-grid__products > * .wc-block-grid__product-rating {
        display: none; }
      .wc-block-grid ul.wc-block-grid__products > * .wc-block-grid__product-price {
        text-align: center;
        font-size: 14px; }
        .wc-block-grid ul.wc-block-grid__products > * .wc-block-grid__product-price .woocommerce-Price-amount {
          font-weight: 500; }
      .wc-block-grid ul.wc-block-grid__products > * .wc-block-grid__product-link {
        color: #333;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }
        .wc-block-grid ul.wc-block-grid__products > * .wc-block-grid__product-link .wc-block-grid__product-title {
          margin-top: 10px;
          margin-bottom: 0; }
  .wc-block-grid.has-5-columns ul.wc-block-grid__products > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .wc-block-grid.has-4-columns ul.wc-block-grid__products > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .wc-block-grid.has-3-columns ul.wc-block-grid__products > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3); }

#main-content .the_content h2 {
  font-weight: 700; }

#main-content .meta_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px; }
  #main-content .meta_top .category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0; }
    #main-content .meta_top .category ul li {
      list-style: none; }
      #main-content .meta_top .category ul li a {
        background: rgba(219, 211, 190, 0.2);
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: var(--moc_color_hover);
        padding: 0 6px;
        display: inline-block;
        margin-right: 12px; }

#main-content h1.post-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.022em;
  margin-bottom: 36px; }
  #main-content h1.post-title a {
    color: var(--moc_color_hover); }

#random_post {
  margin-top: 30px; }

#related_post .sitebox_head h2, #random_post .sitebox_head h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.019em; }

.navigation.pagination {
  border-top: 0;
  margin-top: 36px; }
  .navigation.pagination .nav-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px; }
    .navigation.pagination .nav-links .page-numbers {
      color: rgba(219, 211, 190, 0.2);
      border: 1px solid rgba(219, 211, 190, 0.2) !important;
      border-radius: 50% !important;
      font-weight: 400;
      font-size: 14px;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .navigation.pagination .nav-links .page-numbers.current {
        background: var(--moc_color_sconn);
        color: var(--moc_color_hover);
        font-weight: 400; }
      .navigation.pagination .nav-links .page-numbers:hover {
        background: var(--moc_color);
        color: var(--moc_color_hover); }
      .navigation.pagination .nav-links .page-numbers.next, .navigation.pagination .nav-links .page-numbers.prev {
        display: none; }

.archive_search_form {
  width: 100%;
  max-width: 500px;
  margin-bottom: 48px; }
  .archive_search_form #archive_post_orderby {
    width: 100%;
    max-width: 200px; }
  .archive_search_form #moc_search_form {
    position: relative;
    margin-bottom: 48px;
    border-bottom: 1px solid rgba(219, 211, 190, 0.2); }
    .archive_search_form #moc_search_form #search_submit {
      position: absolute;
      width: 48px;
      height: 48px;
      top: 0;
      left: 0;
      -webkit-transition: background 0s;
      -o-transition: background 0s;
      transition: background 0s; }
      .archive_search_form #moc_search_form #search_submit svg {
        display: block; }
        .archive_search_form #moc_search_form #search_submit svg path {
          stroke: rgba(219, 211, 190, 0.2); }
    .archive_search_form #moc_search_form input {
      font-family: 'Montserrat', sans-serif;
      padding: 0 24px 0 48px;
      font-weight: 400;
      font-size: 32px;
      line-height: 48px;
      letter-spacing: -0.022em;
      background: transparent;
      border: 0;
      border-radius: 0;
      color: var(--moc_color_hover); }
      .archive_search_form #moc_search_form input::-webkit-input-placeholder {
        /* Edge */
        color: rgba(219, 211, 190, 0.2); }
      .archive_search_form #moc_search_form input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: rgba(219, 211, 190, 0.2); }
      .archive_search_form #moc_search_form input::-ms-input-placeholder {
        color: rgba(219, 211, 190, 0.2); }
      .archive_search_form #moc_search_form input::placeholder {
        color: rgba(219, 211, 190, 0.2); }

h1.page-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.022em;
  margin-bottom: 48px; }

.list-archive .archive_small {
  margin-bottom: 24px; }
  .list-archive .archive_small .date {
    font-size: 12px;
    color: var(--moc_color); }
  .list-archive .archive_small .link_thumbnail {
    position: relative;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: var(--moc_color_hover);
    display: block; }
    .list-archive .archive_small .link_thumbnail img {
      width: 100%; }
    .list-archive .archive_small .link_thumbnail .desc {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      padding: 20px 10px;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: rgba(43, 32, 12, 0.4);
      z-index: 2;
      opacity: 0;
      color: var(--moc_color_hover);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      @media screen and (max-width: 640px) {
        .list-archive .archive_small .link_thumbnail .desc {
          display: none !important; } }
  .list-archive .archive_small .post_title {
    margin-top: 12px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.011em;
    color: var(--moc_color_hover);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0; }
  .list-archive .archive_small:hover .link_thumbnail .desc {
    opacity: 1; }
  .list-archive .archive_small.thuong-hieu .link_title {
    text-align: center; }

table.footer tr th {
  color: var(--moc_color);
  font-weight: 600;
  min-width: 100px;
  text-align: left; }

table.footer tr td, table.footer tr th {
  vertical-align: top; }
  table.footer tr td p, table.footer tr th p {
    padding: 0;
    margin: 0; }

table.footer tr.congty td, table.footer tr.congty th {
  padding-bottom: 20px; }

table.footer tr.footer_social td, table.footer tr.footer_social th {
  padding-top: 10px; }

table.footer tr:last-child td, table.footer tr:last-child th {
  padding-bottom: 0; }

.col-bct {
  text-align: right; }
  .col-bct img {
    max-height: 50px;
    margin-right: 0; }
  @media screen and (max-width: 640px) {
    .col-bct img {
      margin: 10px auto 0; } }

@media screen and (max-width: 768px) {
  .footer_social {
    margin-top: 10px;
    margin-bottom: 10px; } }

@media screen and (max-width: 640px) {
  .footer_social .social_icons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.footer_social .social_icons .icon a svg {
  display: block;
  max-width: 20px;
  max-height: 20px;
  fill: var(--moc_color_hover); }

.footer_1 .textwidget {
  text-align: center;
  font-size: 12px; }

.textwidget ul li {
  padding-bottom: 0; }
  .textwidget ul li:last-child {
    padding-bottom: 0; }
  .textwidget ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px; }
    @media screen and (max-width: 640px) {
      .textwidget ul li a {
        font-size: 12px; } }

.footer_copyright {
  border-top: 0; }

.footer_bottom .images {
  border-bottom: 1px solid rgba(131, 114, 69, 0.5);
  padding-bottom: 20px !important;
  margin-bottom: 20px; }

.footer_bottom .widget_text .textwidget p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0 !important; }
  .footer_bottom .widget_text .textwidget p > * {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .footer_bottom .widget_text .textwidget p script {
    display: none; }
  .footer_bottom .widget_text .textwidget p img {
    width: auto;
    margin: 0 10px;
    display: block; }

#colophon {
  position: relative;
  background: #2B200C;
  border-top: 0.5px solid rgba(131, 114, 69, 0.7);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 50px; }
  #colophon .container {
    max-width: 90%; }
  #colophon .footer_bottom {
    padding: 40px 0 20px; }
  #colophon .footer_content {
    position: relative;
    z-index: 2; }
    #colophon .footer_content .footer_top {
      font-size: 14px;
      line-height: 24px;
      font-weight: 400; }
      #colophon .footer_content .footer_top ul {
        padding: 0;
        margin: 0; }
        #colophon .footer_content .footer_top ul li {
          list-style: none;
          margin-bottom: 8px; }
          #colophon .footer_content .footer_top ul li:last-child {
            margin-bottom: 0; }
  #colophon .footer_background {
    background: #261B07;
    mix-blend-mode: overlay;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1; }
  @media screen and (max-width: 768px) {
    #colophon .footer-widget {
      border-bottom: 0; } }
  #colophon .footer_column {
    padding-top: 56px; }
    @media screen and (max-width: 640px) {
      #colophon .footer_column {
        padding-top: 24px; } }

.copyright {
  font-size: 12px;
  text-align: center; }

.info_code {
  font-size: 12px;
  color: rgba(131, 114, 69, 0.7);
  text-align: center; }
  .info_code a {
    color: rgba(131, 114, 69, 0.7);
    text-decoration: underline; }

@media screen and (max-width: 640px) {
  .wp-block-columns.is-not-stacked-on-mobile {
    gap: 1em; } }

.page_lien_he .page_head h1 {
  color: var(--moc_color_sconn);
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -0.022em;
  text-transform: uppercase; }
  @media screen and (max-width: 640px) {
    .page_lien_he .page_head h1 {
      font-size: 40px;
      line-height: 50px; } }

.page_lien_he .page_body #form_lh_mess {
  background: rgba(176, 153, 93, 0.1);
  padding: 12px;
  margin-top: 12px;
  display: none; }
  .page_lien_he .page_body #form_lh_mess.active {
    display: block; }
  .page_lien_he .page_body #form_lh_mess.error {
    color: red; }

.page_lien_he .page_body .input #form_lh_submit {
  background: var(--moc_color_sconn);
  border-radius: 0;
  text-align: center;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  padding: 12px 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.page_lien_he .page_body .input input, .page_lien_he .page_body .input textarea {
  margin-bottom: 24px;
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .page_lien_he .page_body .input input:focus, .page_lien_he .page_body .input textarea:focus {
    padding-left: 24px; }

.page_lien_he .page_body .info .item {
  margin-bottom: 48px; }
  .page_lien_he .page_body .info .item:last-child {
    margin-bottom: 0; }
  .page_lien_he .page_body .info .item .head {
    color: var(--moc_color); }
  .page_lien_he .page_body .info .item .content {
    font-weight: 500; }

.head_image {
  width: 100%;
  height: 250px;
  margin-bottom: 48px; }
  .head_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.product_filter_select.selectize-control, .product_filter_select_text.selectize-control {
  display: block;
  height: 40px; }

.product_filter_select .selectize-dropdown, .product_filter_select_text .selectize-dropdown {
  border-radius: 0 !important;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
  border: 0;
  margin: 0 !important;
  background: #000;
  color: var(--moc_color_hover); }
  .product_filter_select .selectize-dropdown .selectize-dropdown-content, .product_filter_select_text .selectize-dropdown .selectize-dropdown-content {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .product_filter_select .selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar, .product_filter_select_text .selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar {
      display: none; }
    .product_filter_select .selectize-dropdown .selectize-dropdown-content .option:hover, .product_filter_select .selectize-dropdown .selectize-dropdown-content .option.active, .product_filter_select_text .selectize-dropdown .selectize-dropdown-content .option:hover, .product_filter_select_text .selectize-dropdown .selectize-dropdown-content .option.active {
      color: var(--moc_color_hover);
      background: rgba(219, 211, 190, 0.2); }

.product_filter_select .selectize-input, .product_filter_select_text .selectize-input {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 40px;
  padding: 8px 48px 8px 24px;
  margin-bottom: 0;
  background: transparent;
  color: var(--moc_color_hover);
  border: 1px solid rgba(131, 114, 69, 0.5);
  border-radius: 0 !important; }
  .product_filter_select .selectize-input.full, .product_filter_select .selectize-input.input-active, .product_filter_select_text .selectize-input.full, .product_filter_select_text .selectize-input.input-active {
    background-color: transparent !important; }
  .product_filter_select .selectize-input:after, .product_filter_select_text .selectize-input:after {
    margin: 0 !important;
    right: 12px !important;
    top: 7px !important;
    width: 24px !important;
    height: 24px !important;
    border-style: solid !important;
    border-width: 0 !important;
    border-color: transparent !important;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66602 9L12.666 15L18.666 9' stroke='%23DBD3BE' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
  .product_filter_select .selectize-input.dropdown-active:before, .product_filter_select_text .selectize-input.dropdown-active:before {
    display: none; }
  .product_filter_select .selectize-input.dropdown-active:after, .product_filter_select_text .selectize-input.dropdown-active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .product_filter_select .selectize-input > input, .product_filter_select_text .selectize-input > input {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--moc_color_hover); }
    .product_filter_select .selectize-input > input::-webkit-input-placeholder, .product_filter_select_text .selectize-input > input::-webkit-input-placeholder {
      /* Edge */
      color: var(--moc_color_hover);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .product_filter_select .selectize-input > input:-ms-input-placeholder, .product_filter_select_text .selectize-input > input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: var(--moc_color_hover);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .product_filter_select .selectize-input > input::-ms-input-placeholder, .product_filter_select_text .selectize-input > input::-ms-input-placeholder {
      color: var(--moc_color_hover);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .product_filter_select .selectize-input > input::placeholder, .product_filter_select_text .selectize-input > input::placeholder {
      color: var(--moc_color_hover);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .product_filter_select .selectize-input.input-active > input::-webkit-input-placeholder, .product_filter_select_text .selectize-input.input-active > input::-webkit-input-placeholder {
    /* Edge */
    color: rgba(219, 211, 190, 0.2);
    color: var(--moc_color); }
  .product_filter_select .selectize-input.input-active > input:-ms-input-placeholder, .product_filter_select_text .selectize-input.input-active > input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(219, 211, 190, 0.2);
    color: var(--moc_color); }
  .product_filter_select .selectize-input.input-active > input::-ms-input-placeholder, .product_filter_select_text .selectize-input.input-active > input::-ms-input-placeholder {
    color: rgba(219, 211, 190, 0.2);
    color: var(--moc_color); }
  .product_filter_select .selectize-input.input-active > input::placeholder, .product_filter_select_text .selectize-input.input-active > input::placeholder {
    color: rgba(219, 211, 190, 0.2);
    color: var(--moc_color); }

@media screen and (max-width: 640px) {
  #product_filter .col-33.mb-col-100 {
    margin-top: 10px; } }

#product_filter .filter_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.014em; }

#product_filter #product_filter_submit {
  font-family: 'Montserrat', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px 12px 12px;
  margin-top: 24px;
  width: 100%;
  background: var(--moc_color_sconn);
  color: #fff;
  border-radius: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  #product_filter #product_filter_submit:hover {
    background: var(--moc_color); }
  #product_filter #product_filter_submit svg {
    margin-right: 10px;
    max-width: 24px;
    max-height: 24px;
    display: block; }

html {
  max-width: 1440px;
  margin: 0 auto;
  background: #000; }
  html body {
    position: relative;
    background-image: -webkit-linear-gradient(272.03deg, #292312 -2.29%, #110C05 25.72%, #322000 153.4%);
    background-image: -o-linear-gradient(272.03deg, #292312 -2.29%, #110C05 25.72%, #322000 153.4%);
    background-image: linear-gradient(177.97deg, #292312 -2.29%, #110C05 25.72%, #322000 153.4%);
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: var(--moc_color_hover);
    line-height: 24px; }
    html body .body_content {
      position: relative;
      z-index: 2; }
    html body .body_background {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 1;
      background-image: var(--moc_background_image);
      background-color: rgba(101, 101, 101, 0.7);
      background-position: left top;
      background-size: cover;
      mix-blend-mode: multiply;
      opacity: 0.8; }

#site-body {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#toc_container {
  width: 100% !important;
  border: 1px solid var(--moc_color_border);
  padding: 12px;
  margin-bottom: 24px; }
  #toc_container a {
    text-decoration: none; }
  #toc_container p.toc_title {
    margin: 0; }
  #toc_container ul.toc_list {
    margin-top: 12px;
    margin-bottom: 0;
    padding-left: 20px; }

.the_content a {
  text-decoration: underline; }

select.moc_select, .woocommerce-ordering select.orderby, select {
  position: relative;
  display: block;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: auto;
  padding: 12px 48px 12px 24px;
  margin-bottom: 20px;
  color: var(--moc_color_hover);
  border: 1px solid rgba(131, 114, 69, 0.5);
  border-radius: 0;
  background: transparent;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66602 9L12.666 15L18.666 9' stroke='%23DBD3BE' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 12px);
  background-position-y: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  select.moc_select::-ms-expand, .woocommerce-ordering select.orderby::-ms-expand, select::-ms-expand {
    display: none; }
  select.moc_select:focus-visible, .woocommerce-ordering select.orderby:focus-visible, select:focus-visible {
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.666 15L12.666 9L6.66602 15' stroke='%23DBD3BE' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
  @media screen and (max-width: 640px) {
    select.moc_select, .woocommerce-ordering select.orderby, select {
      padding: 12px 24px 12px 12px;
      background-position-x: calc(100% - 6px);
      margin-bottom: 10px; } }
  select.moc_select option, .woocommerce-ordering select.orderby option, select option {
    margin: 40px;
    background: #000;
    color: var(--moc_color_hover); }
    select.moc_select option:hover, .woocommerce-ordering select.orderby option:hover, select option:hover {
      background: var(--moc_color_sconn);
      color: #000; }

input[type="text"], input[type="email"],
input[type="url"], input[type="password"],
input[type="search"], input[type="number"],
input[type="tel"], input[type="range"],
input[type="date"], input[type="month"],
input[type="week"], input[type="time"],
input[type="datetime"], input[type="datetime-local"],
input[type="color"], textarea {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: var(--moc_color_hover);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--moc_color_border);
  border-radius: 0;
  display: block;
  padding: 12px 16px;
  font-weight: 400;
  line-height: 16px;
  width: 100%;
  max-width: 100%; }
  input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder, input[type="range"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    /* Edge */
    color: var(--moc_color_hover); }
  input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder, input[type="range"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--moc_color_hover); }
  input[type="text"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder,
  input[type="url"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder,
  input[type="search"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder,
  input[type="tel"]::-ms-input-placeholder, input[type="range"]::-ms-input-placeholder,
  input[type="date"]::-ms-input-placeholder, input[type="month"]::-ms-input-placeholder,
  input[type="week"]::-ms-input-placeholder, input[type="time"]::-ms-input-placeholder,
  input[type="datetime"]::-ms-input-placeholder, input[type="datetime-local"]::-ms-input-placeholder,
  input[type="color"]::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: var(--moc_color_hover); }
  input[type="text"]::placeholder, input[type="email"]::placeholder,
  input[type="url"]::placeholder, input[type="password"]::placeholder,
  input[type="search"]::placeholder, input[type="number"]::placeholder,
  input[type="tel"]::placeholder, input[type="range"]::placeholder,
  input[type="date"]::placeholder, input[type="month"]::placeholder,
  input[type="week"]::placeholder, input[type="time"]::placeholder,
  input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder,
  input[type="color"]::placeholder, textarea::placeholder {
    color: var(--moc_color_hover); }
  input[type="text"]:focus, input[type="email"]:focus,
  input[type="url"]:focus, input[type="password"]:focus,
  input[type="search"]:focus, input[type="number"]:focus,
  input[type="tel"]:focus, input[type="range"]:focus,
  input[type="date"]:focus, input[type="month"]:focus,
  input[type="week"]:focus, input[type="time"]:focus,
  input[type="datetime"]:focus, input[type="datetime-local"]:focus,
  input[type="color"]:focus, textarea:focus {
    background: rgba(176, 153, 93, 0.1);
    color: var(--moc_color_hover); }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  background: var(--moc_color_sconn); }
