﻿/* Define standard variables and values for website */
/* Text Color*/
/* Background Color*/
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%); } }

html, body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-family: "Roboto",sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  margin: 0; }

a {
  text-decoration: none;
  color: inherit; }

a:hover {
  color: inherit;
  font-weight: bold; }

.home-page .category .dropdown-content {
  display: block; }

.page-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: #f3f3f3;
  min-height: 100vh; }

.header {
  background: #fff;
  position: static;
  top: 0;
  left: 0;
  z-index: 1; }
  .header .container .header-left .logo a img {
    width: 150px;
    height: auto; }
  .header .container .header-right {
    flex-grow: 1; }
    .header .container .header-right .header-right-top {
      text-align: center;
      align-items: center;
      justify-content: space-between;
      padding: 10px;
      max-width: 1320px;
      margin: auto;
      color: #000; }
      .header .container .header-right .header-right-top .phone {
        align-items: center; }
        .header .container .header-right .header-right-top .phone .text {
          padding-left: 8px; }
      .header .container .header-right .header-right-top .slogan {
        margin: 0 auto;
        width: 80%;
        overflow: hidden;
        white-space: nowrap; }
        .header .container .header-right .header-right-top .slogan .text {
          display: block;
          -webkit-animation: marquee 10s linear infinite; }
    .header .container .header-right .header-right-center {
      width: 100%;
      background: #fff;
      padding: 10px 0; }

.fixed-searchbox {
  position: fixed;
  top: 2px;
  left: 28%;
  width: 30%;
  z-index: 999; }

.hot-keyword .key {
  text-decoration: none;
  color: #000;
  white-space: nowrap;
  display: block;
  opacity: 0.9;
  margin-left: 15px; }

.hot-keyword .key:first-child {
  margin-left: 25px; }

.ui-menu {
  padding-inline-start: 0px;
  position: absolute;
  z-index: 99;
  max-width: 600px !important;
  width: 600px !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  background: #fff; }
  .ui-menu .ui-menu-item {
    float: left;
    width: 100%;
    list-style: none; }
    .ui-menu .ui-menu-item .ui-menu-item-wrapper {
      padding: 10px;
      border-radius: 0px;
      font-size: 0.8em;
      cursor: pointer;
      float: left;
      width: 100%;
      position: relative; }
      .ui-menu .ui-menu-item .ui-menu-item-wrapper:hover {
        background-color: #aaa;
        color: #fff;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
  .ui-menu .ui-menu-item:first-child {
    border: none; }

.main-menu {
  background-color: #f3f3f3; }
  .main-menu .container {
    display: flex; }
    .main-menu .container .menu .menu-item {
      padding: 11px 16px;
      align-items: center;
      justify-content: center; }
    .main-menu .container .menu-left {
      margin-right: auto; }
      .main-menu .container .menu-left .menu-item:first-child {
        background-color: #82a081; }
    .main-menu .container .menu-right {
      margin-left: auto; }

.fixed-menu {
  position: fixed !important;
  top: 0;
  z-index: 999; }
  .fixed-menu .category .dropdown-content {
    display: none; }

.color-main {
  color: #4b910e !important; }

.category {
  position: relative; }
  .category .title i {
    padding: 0 8px; }
  .category .title span {
    padding: 0 8px; }
  .category .dropdown-content {
    left: -16px;
    margin-top: 11px; }
  .category .category-item {
    width: 230.33px; }
    .category .category-item a.category-link {
      color: #000;
      position: relative;
      padding: 10px 16px;
      font-size: 0.9em;
      display: block; }
      .category .category-item a.category-link i {
        position: absolute;
        right: 1em;
        top: 0.7em;
        transition: transform ease-in-out .5s,-webkit-transform ease-in-out .5s; }
    .category .category-item:hover .submenu {
      visibility: visible; }
    .category .category-item:hover a.category-link {
      font-weight: bold;
      background-color: #4b910e; }
      .category .category-item:hover a.category-link i {
        transform: rotate(-90deg); }
    .category .category-item .submenu {
      background: #fff;
      visibility: hidden;
      width: 100%;
      height: 100%;
      min-width: 700px;
      max-width: 700px;
      position: absolute;
      top: 0px;
      bottom: 0px;
      left: 100%;
      margin-left: 0px;
      z-index: 1;
      border: 1px solid rgba(0, 0, 0, 0.15);
      border-top: 0; }
      .category .category-item .submenu .submenu-content {
        padding: 15px;
        display: flex; }
        .category .category-item .submenu .submenu-content .submenu-content-left {
          flex-grow: 1; }
          .category .category-item .submenu .submenu-content .submenu-content-left .btn-list {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            margin-bottom: 10px; }
            .category .category-item .submenu .submenu-content .submenu-content-left .btn-list a {
              margin: 0 10px; }
          .category .category-item .submenu .submenu-content .submenu-content-left .children-category-group {
            width: 100%;
            display: flex; }
            .category .category-item .submenu .submenu-content .submenu-content-left .children-category-group .children {
              width: 100%;
              display: flex;
              justify-content: space-between;
              flex-wrap: wrap; }
              .category .category-item .submenu .submenu-content .submenu-content-left .children-category-group .children .child {
                width: 50%;
                padding: 5px 10px; }
        .category .category-item .submenu .submenu-content .submenu-content-right {
          width: 210px; }
          .category .category-item .submenu .submenu-content .submenu-content-right .poster {
            position: absolute;
            bottom: 0;
            right: 0; }
            .category .category-item .submenu .submenu-content .submenu-content-right .poster img {
              max-width: 100%;
              height: 260px;
              object-fit: cover; }

.category-content-left {
  left: -25px; }

.category-list {
  height: 350px; }

.footer {
  background: #323232;
  padding: 40px 5px 10px 5px;
  border-top: 1px solid #e7e7e7;
  color: #fff; }
  .footer ul {
    padding-inline-start: 0px; }
    .footer ul li {
      list-style-type: none; }
  .footer .item_footer {
    margin-bottom: 20px; }
    .footer .item_footer p {
      color: #fff;
      margin-bottom: 20px;
      font-size: 15px; }
  .footer .menu_footer li {
    margin: 10px 0; }
    .footer .menu_footer li a {
      color: #c8c8c8;
      text-decoration: none; }
      .footer .menu_footer li a i {
        display: inline-block;
        margin-right: 3px; }
  .footer .contact_footer div p {
    margin: 10px 0;
    padding-left: 10px;
    position: relative;
    color: #c8c8c8; }
    .footer .contact_footer div p.social-media a {
      display: inline-block;
      margin-right: 5px;
      witdth: 40px;
      height: 40px;
      margin-bottom: 5px; }
      .footer .contact_footer div p.social-media a img {
        width: 100%;
        height: auto; }
  .footer .stores div p {
    margin: 10px 0;
    padding-left: 5px;
    position: relative;
    color: #c8c8c8; }
  .footer .tags_seo {
    border-top: 1px solid #444;
    padding-top: 10px;
    line-height: 18px;
    color: #c8c8c8; }
    .footer .tags_seo h2 {
      font-size: 15px;
      text-align: center; }

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  /* Dropdown Content (Hidden by Default) */ }
  .dropdown .dropdown-content {
    display: none;
    position: absolute;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    background-color: #f3f3f3;
    /* Links inside the dropdown */ }
    .dropdown .dropdown-content a.content-link {
      color: #000;
      padding: 5px 10px;
      display: block; }
      .dropdown .dropdown-content a.content-link:hover {
        background-color: #aaa;
        font-weight: bold; }
  .dropdown:hover .dropdown-content {
    display: block; }

section {
  margin-bottom: 50px; }
  section .section-header {
    border-bottom: 1px solid #e5e4e4;
    padding: 0 10px;
    height: 55px;
    box-sizing: border-box;
    display: flex;
    align-items: center; }
    section .section-header .section-title {
      font-weight: 600;
      text-transform: uppercase;
      margin: 0;
      margin-right: auto;
      width: auto;
      font-size: 14px; }
      section .section-header .section-title a {
        color: #fff; }
    section .section-header .banner-title {
      background: #4b910e;
      color: #fff;
      height: 55px;
      display: inline-flex;
      align-items: center;
      margin-left: -7px;
      justify-content: center;
      padding-right: 15px;
      white-space: nowrap;
      position: relative;
      width: 220px; }
      section .section-header .banner-title:before {
        height: 100%;
        width: 15px;
        background: #4b910e;
        top: 0;
        right: 100%;
        display: block;
        content: '';
        position: absolute; }
      section .section-header .banner-title:after {
        top: 100%;
        right: calc(100% + 2px);
        border-top: 15px solid #4b910e;
        border-left: 13px solid transparent;
        content: '';
        position: absolute; }
      section .section-header .banner-title span {
        background: #4b910e;
        position: absolute;
        height: 10px;
        right: 0;
        width: calc(100% + 15px);
        bottom: 100%;
        display: block;
        border-top-right-radius: 15px; }
    section .section-header a.show-more {
      color: #4b910e;
      font-size: 14px;
      font-weight: 600; }
    section .section-header ul.sub-category {
      display: flex;
      margin: 0;
      padding: 0;
      list-style: none;
      flex-grow: 1; }
      section .section-header ul.sub-category li {
        padding: 0 10px;
        margin: 0 5px; }
        section .section-header ul.sub-category li a {
          text-decoration: none;
          color: #707070;
          transition: color 0.2s;
          text-transform: uppercase;
          font-size: 12px; }
    section .section-header .big-title {
      font-weight: 600;
      text-transform: uppercase;
      font-size: 20px; }
  section .section-body {
    display: flex; }
    section .section-body .category-banner-image {
      min-width: 223px; }
      section .section-body .category-banner-image img {
        width: 100%;
        height: 100%; }
    section .section-body .category-product-list {
      flex-grow: 1; }
  section.reverse .section-header {
    flex-direction: row-reverse; }
    section.reverse .section-header .banner-title {
      margin-left: auto;
      margin-right: -7px;
      justify-content: center;
      padding-right: 0;
      padding-left: 12px; }
      section.reverse .section-header .banner-title:before {
        left: 100%; }
      section.reverse .section-header .banner-title span {
        left: 0;
        right: auto;
        border-top-left-radius: 15px;
        border-top-right-radius: 0; }
      section.reverse .section-header .banner-title:after {
        left: calc(100% + 2px);
        border-right: 13px solid transparent;
        border-left: 0; }
    section.reverse .section-header ul.sub-category {
      flex-direction: row-reverse; }
  section.reverse .section-body {
    flex-direction: row-reverse; }

.product {
  padding: 8px 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  box-sizing: border-box;
  border: 1px solid transparent;
  height: 100%; }
  .product .product-image {
    position: relative; }
    .product .product-image .product-discount-tag {
      height: 22.5px;
      position: absolute;
      top: 0;
      right: 0;
      display: flex;
      align-items: center;
      justify-content: end;
      background: url(/img/svg/price-tag.svg) center no-repeat;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      padding-right: 5px;
      padding-left: 17px;
      font-weight: 600;
      color: #fff;
      font-size: 10px; }
    .product .product-image .product-image-thumbnail {
      height: 220px;
      display: block; }
      .product .product-image .product-image-thumbnail img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        margin: auto; }
  .product .product-infor {
    position: relative;
    font-weight: 700; }
    .product .product-infor .product-price {
      display: flex;
      align-items: center;
      font-weight: 700;
      white-space: nowrap;
      color: #4b910e; }
      .product .product-infor .product-price .sale-price {
        line-height: 28px;
        margin-right: 5px; }
      .product .product-infor .product-price .base-price {
        color: #000;
        line-height: 19px;
        text-decoration: line-through;
        font-size: 12px; }
    .product .product-infor .product-brand {
      text-transform: uppercase;
      color: #000;
      font-size: 12px; }
    .product .product-infor .product-title {
      font-weight: normal;
      text-align: left;
      min-height: 50px;
      /*            display: block;
            display: -webkit-box;
            overflow: hidden;
            text-overflow: ellipsis;*/
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      margin-bottom: 8px; }
  .product:hover {
    border-color: #35730e; }

.store {
  border-radius: 50%; }
  .store .store-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: auto;
    box-sizing: border-box; }
  .store .store-infor {
    display: flex;
    flex-direction: column;
    margin-top: 16px; }
    .store .store-infor span {
      text-align: center;
      font-weight: 700;
      font-size: 16px;
      line-height: 19px;
      color: #4b910e;
      text-transform: uppercase; }
