@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Roboto:300i,400,400i,700,700i&subset=vietnamese");

.highlight-price-red {

  color: #db2121; }



.fbbg-hover:hover {

  background-color: #3b5999;

  color: #fff; }



.twitterbg-hover:hover {

  background-color: #55acee;

  color: #fff; }



.pinterestbg-hover:hover {

  background-color: #bd081c;

  color: #fff; }



.google-plusbg-hover:hover {

  background-color: #dd4b39;

  color: #fff; }



.youtubebg-hover:hover {

  background-color: #cd201f;

  color: #fff; }



.instagrambg-hover:hover {

  background-color: #e4405f;

  color: #fff; }



.text-hover-main-color:hover {

  color: #28b241; }



.darkbg {

  background-color: #212121;

  color: #fff; }



.gray-color {

  color: #898989; }



.highlight-red {

  color: #db2121; }



.highlight-gray {

  color: #898989; }



.mybtn {

  display: inline-block;

  padding: 8px 15px;

  background-color: #eee;

  border: 1px solid #eee; }

  .mybtn.hover-main-color:hover {

    background-color: #28b241;

    color: #fff;

    border-color: #28b241; }

  .mybtn.hover-main-color-o:hover {

    background-color: transparent;

    color: #28b241;

    border-color: #28b241; }

  .mybtn.shadow {

    background-color: #fff;

    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);

            box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3); }



.btn-main {

  background-color: #28b241;

  border-color: 1px solid #208f34;

  color: #fff;

  opacity: 0.9; }

  .btn-main:hover {

    opacity: 1; }



.nopaddingX {

  padding-left: 0;

  padding-right: 0; }



@-webkit-keyframes slideUp {

  0% {

    opacity: 0.3;

    -webkit-transform: translateY(30px);

            transform: translateY(30px); }

  100% {

    opacity: 1;

    -webkit-transform: translateY(0);

            transform: translateY(0); } }



@keyframes slideUp {

  0% {

    opacity: 0.3;

    -webkit-transform: translateY(30px);

            transform: translateY(30px); }

  100% {

    opacity: 1;

    -webkit-transform: translateY(0);

            transform: translateY(0); } }

.section-paddingY {

  padding: 40px 0; }



.section-title {

  position: relative;

  text-align: center;

  font-family: "Roboto";

  text-transform: uppercase;

  border-bottom: 1px dotted #333;

  padding-bottom: 30px;

  margin-bottom: 30px; }

  .section-title span.icon {

    display: block;

    position: absolute;

    left: 50%;

    bottom: 0;

    -webkit-transform: translate(-50%, 50%);

            transform: translate(-50%, 50%);

    z-index: 1;

    background-color: #fff; }



.section-footer {

  margin-top: 30px; }



.product-block {

  position: relative;

  padding: 5px 0;

  max-width: 400px;

  margin: 0 auto; }

  .product-block:hover .product-buttons-container .product-buttons {

    display: block; }

  .product-block .product-twoface {

    position: relative;

    width: 100%;

    max-height: 260px;

    min-height: 260px; }

    .product-block .product-twoface:hover .product-oneface.product-frontface {

      -webkit-transform: rotateY(-180deg);

              transform: rotateY(-180deg); }

    .product-block .product-twoface:hover .product-oneface.product-backface {

      -webkit-transform: rotateY(0deg);

              transform: rotateY(0deg); }

    .product-block .product-twoface .product-oneface {

      width: 100%;

      height: 260px;

      position: absolute;

      top: 0;

      left: 0;

      -webkit-transition: all 0.3s;

      transition: all 0.3s;

      -webkit-backface-visibility: hidden;

              backface-visibility: hidden; }

    .product-block .product-twoface .product-oneface.product-frontface {

      -webkit-transform: rotateY(0deg);

              transform: rotateY(0deg); }

    .product-block .product-twoface .product-oneface.product-backface {

      -webkit-transform: rotateY(180deg);

              transform: rotateY(180deg); }

    .product-block .product-twoface .product-image {

      width: 100%;

      height: 100%; }

      .product-block .product-twoface .product-image img {

        width: 100%;

        max-height: 100%; }

    .product-block .product-twoface .discount-badge {

      border-radius: 3px;

      background-color: #28b241;

      position: absolute;

      top: 0;

      left: 0;

      z-index: 1; }

  .product-block .product-info .product-name {

    font-size: 15px; }

    .product-block .product-info .product-name a {

      -webkit-transition: all 0.3s;

      transition: all 0.3s; }

    .product-block .product-info .product-name:hover a {

      color: #28b241; }

  .product-block .product-buttons-container {

    height: 40px;

    line-height: 40px;

    display: none; }

    .product-block .product-buttons-container .product-buttons {

      display: none; }

      .product-block .product-buttons-container .product-buttons span {

        display: inline-block;

        background-color: #fff;

        border: 1px solid #333;

        width: 30px;

        height: 30px;

        line-height: 30px;

        text-align: center;

        -webkit-transition: all 1s;

        transition: all 1s; }

        .product-block .product-buttons-container .product-buttons span:hover {

          border-color: #28b241;

          background-color: #28b241; }

          .product-block .product-buttons-container .product-buttons span:hover a {

            color: #fff;

            display: block; }

      .product-block .product-buttons-container .product-buttons.animated {

        -webkit-animation-duration: 0.2s !important;

                animation-duration: 0.2s !important; }

  .product-block .product-price span {

    margin: 0 4px; }

  .product-block .product-price .discount-price {

    font-weight: bold; }

  .product-block .product-price .price {

    text-decoration: line-through;

    font-size: 12px; }



.selection-wrapper {

  position: relative;

  display: inline-block; }

  .selection-wrapper .sort-selection {

    display: inline-block;

    border: 1px solid #898989;

    padding: 0 34px 0 10px;

    height: 34px;

    line-height: 34px;

    -webkit-appearance: none;

       -moz-appearance: none;

            appearance: none;

    text-align: left; }

    .selection-wrapper .sort-selection.sort-products-by-category {

      min-width: 150px; }

  .selection-wrapper:after {

    content: "";

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    position: absolute;

    background-color: transparent;

    top: 50%;

    right: 15px;

    -webkit-transform: translateY(-50%);

            transform: translateY(-50%);

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



.pagination-footer {

  text-align: center;

  width: 100%; }

  .pagination-footer ul li {

    display: inline-block;

    margin: 5px; }

    .pagination-footer ul li a {

      display: inline-block;

      width: 35px;

      height: 35px;

      line-height: 35px;

      text-align: center;

      -webkit-transition: all 0.3s;

      transition: all 0.3s; }

      .pagination-footer ul li a:hover, .pagination-footer ul li a.active {

        color: #fff;

        background-color: #28b241; }



html,

body {

  font-family: "Roboto", sans-serif; }



ul {

  padding: 0;

  margin: 0;

  list-style: none; }



a {

  color: #333;

  text-decoration: none !important; }



.header-top .mobile {

  text-align: center;

  padding: 15px;

  min-height: 50px;

  line-height: 50px; }

  .header-top .mobile span {

    display: inline-block; }

    .header-top .mobile span a {

      color: #212121;

      font-size: 20px;

      text-decoration: none;

      outline: none;

      margin: 0 5px;

      display: inline-block; }

      .header-top .mobile span a i {

        vertical-align: middle; }

    .header-top .mobile span a.logo {

      max-width: 170px;

      display: inline-block; }

      .header-top .mobile span a.logo img {

        max-width: 100%; }

    .header-top .mobile span a.shopping-cart span.cart-number {

      font-size: 10px; }

    .header-top .mobile span div.user {

      position: relative; }

      .header-top .mobile span div.user .user-dropdown {

        position: absolute;

        background-color: red; }

.header-top .desktop {

  margin-bottom: 20px;

  padding: 20px 0;

  border-bottom: 1px solid #eee; }

  .header-top .desktop .header-desktop-right {

    display: table; }

    .header-top .desktop .header-desktop-right .shopping-cart {

      height: 70px;

      width: 70px;

      background-color: #eee;

      position: relative; }

      .header-top .desktop .header-desktop-right .shopping-cart .shopping-cart-icon {

        outline: none;

        border: 1px solid #ccc;

        display: inline-block; }

        .header-top .desktop .header-desktop-right .shopping-cart .shopping-cart-icon:hover {

          border: 1px solid #28b241; }

      .header-top .desktop .header-desktop-right .shopping-cart .shopping-cart-number {

        color: #fff;

        background-color: #28b241;

        display: inline-block;

        position: absolute;

        top: 50%;

        font-size: 11px;

        width: 25px;

        height: 25px;

        line-height: 25px;

        text-align: center;

        -webkit-transform: translate(-50%, -80%);

                transform: translate(-50%, -80%); }

    .header-top .desktop .header-desktop-right .header-info {

      width: 100%;

      display: table-cell;

      vertical-align: top;

      padding-right: 10px; }

      .header-top .desktop .header-desktop-right .header-info p {

        padding: 5px 0; }

      .header-top .desktop .header-desktop-right .header-info p:first-child {

        display: inline-block;

        border-bottom: 1px dashed #212121; }

        .header-top .desktop .header-desktop-right .header-info p:first-child span {

          display: inline-block;

          margin-right: 10px; }

          .header-top .desktop .header-desktop-right .header-info p:first-child span a {

            color: #212121;

            text-decoration: none;

            font-size: 12px;

            -webkit-transition: all 0.3s;

            transition: all 0.3s; }

            .header-top .desktop .header-desktop-right .header-info p:first-child span a:hover {

              color: #28b241; }

      .header-top .desktop .header-desktop-right .header-info p:last-child {

        font-weight: bold; }

.header-top .searchbar-inner-container {

  text-align: right;

  width: 100%;

  position: relative; }

  .header-top .searchbar-inner-container input.searchbar {

    max-width: 500px;

    min-width: 320px;

    display: inline-block;

    height: 40px;

    line-height: 40px;

    padding: 0 45px 0 15px;

    border: 3px solid #eee; }

  .header-top .searchbar-inner-container button.searchbar-icon {

    position: absolute;

    top: 0;

    right: 0;

    height: 40px;

    width: 40px;

    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;

    vertical-align: middle;

    border: none;

    background-color: #28b241;

    color: #fff;

    border-top: 2px solid #eee;

    border-bottom: 2px solid #eee; }



footer {

  position: relative; }

  footer .footer-col {

    margin-bottom: 60px;

    position: relative;

    max-width: 500px; }

    footer .footer-col .footer-col-title {

      text-transform: uppercase;

      font-weight: bold; }

    footer .footer-col.newsletter .newsletter-form {

      position: relative; }

      footer .footer-col.newsletter .newsletter-form input {

        width: 100%;

        display: block;

        border: none;

        border-bottom: 1px solid #898989;

        color: #fff;

        padding: 8px 40px 8px 13px;

        height: 40px;

        line-height: 40px;

        background-color: transparent; }

        footer .footer-col.newsletter .newsletter-form input:focus ~ .form-submit-button {

          color: #28b241;

          border-left: 1px solid #898989; }

        footer .footer-col.newsletter .newsletter-form input:focus ~ .bar, footer .footer-col.newsletter .newsletter-form input:focus ~ .bar:before {

          width: 100%;

          right: 0%; }

      footer .footer-col.newsletter .newsletter-form .form-submit-button {

        border: none;

        -webkit-transition: all 0.3s;

        transition: all 0.3s;

        background-color: transparent;

        position: absolute;

        top: 0;

        right: 0;

        width: 40px;

        height: 40px;

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

      footer .footer-col.newsletter .newsletter-form .bar {

        width: 100%; }

        footer .footer-col.newsletter .newsletter-form .bar:before {

          content: "";

          width: 0px;

          height: 1px;

          position: absolute;

          right: 50%;

          bottom: 0;

          background-color: #28b241;

          -webkit-transition: all 0.3s;

          transition: all 0.3s; }

    footer .footer-col.newsletter .social-link {

      margin-top: 30px; }

      footer .footer-col.newsletter .social-link ul li {

        display: inline-block;

        margin-right: 10px; }

        footer .footer-col.newsletter .social-link ul li:last-child {

          margin-right: 0; }

        footer .footer-col.newsletter .social-link ul li a {

          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;

          color: #fff;

          width: 35px;

          height: 35px;

          font-size: 18px;

          border: 1px solid #898989; }

  footer .scrolltop-button {

    position: absolute;

    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;

    height: 35px;

    width: 35px;

    top: 0;

    left: 50%;

    -webkit-transform: translate(-50%, -50%);

            transform: translate(-50%, -50%);

    background-color: #28b241;

    cursor: pointer; }

    footer .scrolltop-button a {

      display: inline-block;

      position: absolute;

      color: #fff;

      outline: none; }



.menu-slider,

.mobile-sidebar-menu {

  padding: 0px 15px;

  z-index: 2; }

  .menu-slider .menu-top,

  .mobile-sidebar-menu .menu-top {

    width: 100%; }

    .menu-slider .menu-top li,

    .mobile-sidebar-menu .menu-top li {

      border: 1px solid #eee;

      border-top: none;

      position: relative; }

      .menu-slider .menu-top li:first-child,

      .mobile-sidebar-menu .menu-top li:first-child {

        border-top: 1px solid #eee; }

      .menu-slider .menu-top li a,

      .mobile-sidebar-menu .menu-top li a {

        display: block;

        width: 100%;

        padding: 10px 15px;

        color: #333;

        text-decoration: none;

        text-transform: capitalize; }

        .menu-slider .menu-top li a i,

        .mobile-sidebar-menu .menu-top li a i {

          font-size: 10px;

          float: right;

          display: inline-block;

          vertical-align: middle;

          margin-top: 4px; }

      .menu-slider .menu-top li ul,

      .mobile-sidebar-menu .menu-top li ul {

        width: 100%;

        position: absolute;

        top: 0px;

        left: 30%;

        z-index: 2;

        background-color: #fff;

        display: none; }

      .menu-slider .menu-top li ul.active,

      .mobile-sidebar-menu .menu-top li ul.active {

        display: block !important;

        -webkit-animation: slideUp 0.2s linear;

                animation: slideUp 0.2s linear; }



.mobile-sidebar-menu {

  position: fixed;

  top: 0;

  left: 0;

  background-color: rgba(137, 137, 137, 0.4);

  width: 310px;

  width: 100%;

  height: 100%;

  padding: 0;

  -webkit-transform: translateX(-100%);

          transform: translateX(-100%); }

  .mobile-sidebar-menu .menu-top {

    width: 310px;

    background-color: #fff;

    height: 100%;

    overflow: auto; }

    .mobile-sidebar-menu .menu-top .close-mobile-sidebar-menu i {

      font-size: 20px;

      float: unset; }

    .mobile-sidebar-menu .menu-top li ul {

      top: 100%;

      left: 0;

      height: 100vh;

      background-color: #bcbaba; }

      .mobile-sidebar-menu .menu-top li ul li a {

        color: #fff; }

      .mobile-sidebar-menu .menu-top li ul li .back-button i {

        font-size: 20px;

        float: unset; }



.mobile-menu-active {

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  -webkit-transform: translateX(0);

          transform: translateX(0); }

  .mobile-menu-active ~ body {

    background-color: red; }



.ads-banner-single img {

  width: 100%; }



.ads-banner-container {

  width: 100%;

  overflow: hidden;

  margin: 5px auto; }

  .ads-banner-container img {

    width: 100%;

    -webkit-transition: all 0.3s;

    transition: all 0.3s; }

  .ads-banner-container:hover a img {

    -webkit-transform: scale(1.1);

            transform: scale(1.1); }



section .sidebar-block {

  width: 100%;

  padding: 10px 0; }

  section .sidebar-block .title {

    text-transform: uppercase;

    margin-bottom: 20px; }

  section .sidebar-block.useful-links ul li a {

    display: block;

    width: 100%;

    padding: 8px 15px;

    border-bottom: 1px dotted #898989; }

    section .sidebar-block.useful-links ul li a:hover {

      color: #28b241; }



.products-container .products-container-top {

  margin-bottom: 20px; }



.product-preview-img ul li img {

  width: 100%; }



.product-buying-option .header {

  border-bottom: 1px solid #eee;

  margin-bottom: 30px; }

  .product-buying-option .header .product-price .discount-price {

    font-size: 20px;

    margin-right: 10px;

    font-weight: bold; }

  .product-buying-option .header .product-price .price {

    font-size: 13px;

    text-decoration: line-through; }

.product-buying-option .body div {

  margin-bottom: 30px; }

.product-buying-option .body .price-table ul {

  width: 100%;

  background-color: #e2dcdc; }

  .product-buying-option .body .price-table ul li {

    display: block;

    padding: 8px 12px;

    border-bottom: 1px solid #eee; }

    .product-buying-option .body .price-table ul li span {

      width: 50%;

      display: inline-block; }

      .product-buying-option .body .price-table ul li span:first-child {

        text-align: left; }

      .product-buying-option .body .price-table ul li span:last-child {

        text-align: right; }

.product-buying-option .body .promise {

  display: table; }

  .product-buying-option .body .promise .promise-icon {

    width: 80px;

    color: #28b241;

    font-size: 70px;

    opacity: 0.8; }

    .product-buying-option .body .promise .promise-icon:hover {

      opacity: 1; }

  .product-buying-option .body .promise .promise-content {

    display: table-cell;

    vertical-align: top;

    padding-left: 15px;

    width: 100%; }



.table-options .col-title {

  font-weight: bold; }

.table-options .size-option ul {

  display: inline-block;

  margin-left: 20px; }

  .table-options .size-option ul li {

    display: inline-block;

    margin-left: 10px; }

    .table-options .size-option ul li a {

      display: inline-block;

      padding: 5px 8px;

      border: 1px solid #eee; }

      .table-options .size-option ul li a:hover, .table-options .size-option ul li a.active {

        border-color: #28b241;

        color: #db2121; }

.table-options .number-option input {

  width: 100px;

  padding: 8px;

  text-align: center; }

.table-options .summary {

  vertical-align: top;

  padding-left: 20px;

  border-left: 1px solid #aaa;

  min-width: 250px; }

  .table-options .summary .buttons button {

    border: none;

    display: inline-block;

    min-width: 120px;

    height: 50px;

    line-height: 50px;

    padding-left: 60px;

    padding-right: 25px;

    position: relative;

    background-color: #28b241;

    color: #fff;

    margin-top: 5px;

    width: 100%; }

    .table-options .summary .buttons button:hover {

      opacity: 0.8; }

    .table-options .summary .buttons button:before {

      content: "";

      width: 50px;

      height: 50px;

      background-color: #208f34;

      position: absolute;

      top: 0;

      left: 0;

      background-image: url(../img/cart/cart_icon.svg);

      background-repeat: no-repeat;

      background-size: 30px auto;

      background-position: 10px 10px; }

  .table-options .summary ul li {

    padding: 8px; }

    .table-options .summary ul li span {

      display: inline-block;

      width: 50%; }

      .table-options .summary ul li span:first-child {

        text-align: left; }

      .table-options .summary ul li span:last-child {

        text-align: right; }

    .table-options .summary ul li.product-item {

      border-bottom: 1px dotted #333; }

    .table-options .summary ul li.total-quantity span:last-child, .table-options .summary ul li.total-amount span:last-child {

      font-size: 17px;

      font-weight: bold; }



.other-section {

  margin: 30px 0; }

  .other-section h4 {

    border-bottom: 1px solid #212121;

    padding: 10px 0; }



.auth-col .title {

  text-align: center;

  padding-bottom: 20px;

  margin-bottom: 40px;

  border-bottom: 1px solid #eee;

  max-width: 350px;

  margin-left: auto;

  margin-right: auto;

  min-height: 120px; }

  .auth-col .title p {

    font-style: italic; }



.table .cart-item .cart-item-img {

  width: 70px; }

  .table .cart-item .cart-item-img img {

    width: 100%; }

.table .cart-item .cart-item-name a {

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  font-weight: bold;

  font-size: 16px; }

  .table .cart-item .cart-item-name a:hover {

    color: #28b241; }

.table .cart-item .cart-item-number input {

  width: 50px;

  height: 40px;

  line-height: 40px;

  text-align: center; }



.table tbody tr td {

  vertical-align: middle; }



.cart-button {

  text-align: right; }

  .cart-button .mybtn {

    margin-right: 10px;

    -webkit-transition: all 0.3s;

    transition: all 0.3s; }



.checkout-container .checkout-col {

  margin-bottom: 70px;

  max-width: 500px;

  margin-left: auto;

  margin-right: auto; }



.order-summary > div {

  margin-bottom: 50px; }

  .order-summary > div.discount-code input,

  .order-summary > div.discount-code button {

    margin-bottom: 8px; }

  .order-summary > div.summary p {

    width: 100%; }

    .order-summary > div.summary p span {

      display: inline-block;

      width: 50%; }

      .order-summary > div.summary p span:first-child {

        text-align: left; }

        .order-summary > div.summary p span:first-child:after {

          content: ":";

          color: #000;

          float: right;

          font-weight: bold; }

      .order-summary > div.summary p span:last-child {

        text-align: right; }

    .order-summary > div.summary p.total {

      font-size: 18px;

      font-weight: bold; }



.blog-container .blog-item {

  margin-bottom: 30px; }

  .blog-container .blog-item .blog-item-img img {

    width: 100%; }

  .blog-container .blog-item .blog-item-title {

    text-transform: uppercase; }



.article-container .article-images {

  margin: 50px 0; }

  .article-container .article-images img {

    width: 100%; }

.article-container .article-title {

  text-transform: uppercase; }



@media (max-width: 991px) {

  .product-block {

    max-width: 310px; }



  .menu-slider {

    display: none; }



  .container.mobile-nopadding {

    padding-left: 0;

    padding-right: 0; }

    .container.mobile-nopadding .row {

      margin: 0; }

      .container.mobile-nopadding .row > div {

        padding: 0; }



  input.searchbar {

    width: 100%;

    max-width: 100% !important;

    display: block !important;

    border-right: none;

    border-left: none; }



  .auth-col {

    max-width: 500px;

    margin-left: auto;

    margin-right: auto;

    margin-bottom: 100px; }



  .blog-container .blog-item .blog-item-img {

    max-width: 300px;

    margin: 0 auto; } }


/*# sourceMappingURL=main.css.map */