@charset "UTF-8";
/**

**/
/*	################################################################
1. MIXIN
2. VARIABLE
3. ELEMENTS
3.1 Title
3.2 Product item
3.3 Breadcrumb
3.4 Pagination
3.5 .....
4. HEADER	
4.1 Header Gerenal
4.2 Minicart
4.3 Menu
5. FOOTER
6. PRODUCT DETAIL		
7. COLLECTION		
8. BLOGS		
9. ARTICLE
10. CART
11. REGISTER,LOGIN, ACCOUNT,ORDER, ADDREDSS...
10.1 ....
10.2 ....
12. SIDEBAR
13. FIX APPS

################################################################# */
/*============================================================================
1. Mixin
==============================================================================*/
/*============================================================================
#Font ngoài
==============================================================================*/
@font-face {
  font-family: 'Helvetica Neue';
  src: url("//theme.hstatic.net/200000776867/1001127361/14/helveticaneue.ttf?v=125"); }

/*============================================================================
#Typography variables
==============================================================================*/
.row.row-gutter-10 {
  margin-left: -5px;
  margin-right: -5px; }
  .row.row-gutter-10 > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px; }

.row.row-gutter-20 {
  margin-left: -10px;
  margin-right: -10px; }
  .row.row-gutter-20 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px; }

.row.row-noGutter {
  margin-left: 0;
  margin-right: 0; }

.row.row-noGutter-2 {
  margin-left: 0px;
  margin-right: 0px; }
  .row.row-noGutter-2 > [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px; }

.row.row-noGutter-75 {
  margin-left: -7.5px;
  margin-right: -7.5px; }
  .row.row-noGutter-75 > [class*="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px; }

.row.row-noGutter-12 {
  margin-left: -10px;
  margin-right: -10px; }
  @media (max-width: 767px) {
    .row.row-noGutter-12 {
      margin-left: 0px;
      margin-right: 0px; } }
  .row.row-noGutter-12 > [class*="col-"] {
    padding-left: 6px;
    padding-right: 6px; }
    @media (max-width: 767px) {
      .row.row-noGutter-12 > [class*="col-"] {
        padding-left: 0px;
        padding-right: 0px; } }

@media (max-width: 1199px) {
  .row.row-noGutter-fix {
    margin-left: -10px;
    margin-right: -10px; }
    .row.row-noGutter-fix > [class*="col-"] {
      padding-left: 5px;
      padding-right: 5px; } }

/*============================================================================
#Typography variables
==============================================================================*/
/*============================================================================
#Variable
==============================================================================*/
/*============================================================================
#Function
==============================================================================*/
/*============================================================================
TITLE BASE
==============================================================================*/
/*--- TITLE SIDEBAR ---*/
.title-h {
  font-size: 16px !important;
  text-transform: none;
  color: #000000;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid #e9edf5;
  height: 45px !important; }
  .title-h:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 20%;
    height: 2px;
    background: #6AD9CE; }
  .title-h a {
    color: #000000; }

/*--- TITLE ACCOUNT---*/
.title_center_page {
  font-size: 24px;
  font-weight: bold;
  color: #000000; }
  @media (max-width: 991px) {
    .title_center_page {
      text-align: center; } }

/*--- TITLE ADDRESS---*/
.title_base_h {
  font-size: 30px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: normal;
  margin-top: 0px; }

/*============================================================================
END TITLE BASE
==============================================================================*/
/*============================================================================
BREADCRUMB + PAGINATE
==============================================================================*/
/*--- BREADCRUMB ---*/
.title_full {
  width: 100%;
  float: left;
  text-align: center; }
  .title_full .title_page {
    font-weight: 700;
    font-size: 48px;
    line-height: 70px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    margin: 0; }
    @media (max-width: 480px) {
      .title_full .title_page {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px; } }
    .title_full .title_page.large {
      font-size: 60px;
      line-height: 68px; }

.breadcrumb_nobackground {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px !important; }
  .breadcrumb_nobackground .bread-crumb {
    display: block;
    width: 100%;
    background: #fff; }
    .breadcrumb_nobackground .bread-crumb .breadcrumb {
      margin: 0;
      font-size: 14px;
      padding: 15px 0;
      border-radius: 0;
      text-align: left; }
      .breadcrumb_nobackground .bread-crumb .breadcrumb li a span {
        color: #000000; }
      .breadcrumb_nobackground .bread-crumb .breadcrumb li .mr_lr {
        color: #000000; }

.bread-crumb {
  background: transparent;
  margin-bottom: 0px; }
  @media (max-width: 767px) {
    .bread-crumb {
      margin-bottom: 0px; } }
  .bread-crumb .title-page {
    padding: 25px 0px 10px; }
    .bread-crumb .title-page .title-head-page {
      font-size: 18px;
      font-weight: 400;
      color: #000000;
      line-height: 24px; }

.breadcrumb {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  font-size: 14px;
  padding: 0px;
  border-radius: 0;
  font-weight: 400;
  line-height: 24px;
  background-color: transparent;
  width: 100%;
  text-align: center; }
  .breadcrumb li {
    display: inline; }
    .breadcrumb li > a {
      color: #fff; }
      .breadcrumb li > a > span {
        color: #fff; }
    .breadcrumb li .mr_lr {
      padding: 0px 3px;
      color: #fff; }
    .breadcrumb li span {
      display: inline;
      color: #fff; }
      .breadcrumb li span .fa {
        color: #fff;
        padding: 0px 5px; }
    .breadcrumb li a:hover, .breadcrumb li.active, .breadcrumb li strong {
      color: #6AD9CE;
      font-weight: 400;
      text-decoration: none; }
      .breadcrumb li a:hover span, .breadcrumb li.active span, .breadcrumb li strong span {
        color: #6AD9CE; }
  .breadcrumb > li + li:before {
    display: none; }

/*============================================================================
END BREADCRUMB + PAGINATE
==============================================================================*/
/*** PRODUCT-GRID-ITEM ***/
/*** PRODUCT-GRID-ITEM ***/
.product-box-h .sale-flash {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0px;
  left: 10px;
  text-align: center;
  z-index: 9;
  background-size: contain;
  background-repeat: no-repeat; }
  .product-box-h .sale-flash.hot {
    background-image: url("//theme.hstatic.net/200000776867/1001127361/14/label_hot.png?v=125");
    right: 10px; }
  .product-box-h .sale-flash.sale {
    background-image: url("//theme.hstatic.net/200000776867/1001127361/14/label_sale.png?v=125"); }

.product-box-h .xem_nhanh {
  position: absolute;
  top: 7px;
  left: 20px;
  display: inline-block;
  opacity: 0;
  z-index: 999; }
  .product-box-h .xem_nhanh .fa {
    color: #6AD9CE; }
  .product-box-h .xem_nhanh:hover {
    color: #6AD9CE; }

.product-box-h .btn-wishlist {
  position: absolute;
  top: 5px;
  right: 27px;
  display: inline-block;
  opacity: 1;
  z-index: 9;
  border: none;
  height: 0;
  width: 0;
  color: #e1e1e1;
  margin: 0; }
  .product-box-h .btn-wishlistiwishAddWrapper {
    font-size: 14px; }
    .product-box-h .btn-wishlistiwishAddWrapper .fa {
      color: #e1e1e1; }
  .product-box-h .btn-wishlist.iWishAdded {
    color: #6AD9CE; }
    .product-box-h .btn-wishlist.iWishAdded .fa {
      color: #6AD9CE; }

.tooltip.right {
  padding: 0;
  margin-left: 7px;
  box-shadow: 0 0 24px -5px #6AD9CE;
  background: transparent; }

.tooltip.right .tooltip-arrow {
  border-right-color: #fff;
  left: -5px; }

.tooltip-inner {
  padding: 7px 10px;
  color: #000000;
  background-color: #fff; }

.product_border {
  border: 1px solid #f4f4f4;
  padding: 1px;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 30px; }
  .product_border:hover {
    border: 2px solid #6AD9CE;
    padding: 0px; }

.product-box-h {
  position: relative;
  min-height: 420px !important;
  margin: 0;
  background: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .product-box-h:hover .product-action {
    visibility: visible; }
  .product-box-h:hover .a_img {
    opacity: 0.5; }
  @media (max-width: 374px) {
    .product-box-h {
      min-height: 270px !important; } }
  @media (min-width: 374px) and (max-width: 413px) {
    .product-box-h {
      min-height: 290px !important; } }
  @media (min-width: 414px) and (max-width: 543px) {
    .product-box-h {
      min-height: 320px !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .product-box-h {
      min-height: 370px !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .product-box-h {
      min-height: 425px !important; } }
  .product-box-h .product-hide {
    margin-top: 2px; }
  .product-box-h .product-thumbnail {
    position: relative; }
    .product-box-h .product-thumbnail > a.display_flex {
      width: 100%;
      text-align: center;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 258.49px; }
      .product-box-h .product-thumbnail > a.display_flex:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #fdfdfd;
        opacity: 0;
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0; }
      @media (max-width: 374px) {
        .product-box-h .product-thumbnail > a.display_flex {
          height: 126px !important; } }
      @media (min-width: 374px) and (max-width: 413px) {
        .product-box-h .product-thumbnail > a.display_flex {
          height: 153.5px !important; } }
      @media (min-width: 414px) and (max-width: 543px) {
        .product-box-h .product-thumbnail > a.display_flex {
          height: 178.5px !important; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .product-box-h .product-thumbnail > a.display_flex {
          height: 216px !important; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .product-box-h .product-thumbnail > a.display_flex {
          height: 289.33px !important; } }
      .product-box-h .product-thumbnail > a.display_flex img {
        max-height: 100%;
        width: auto !important;
        max-width: 100%;
        display: block; }
    .product-box-h .product-thumbnail:hover .image_link:before {
      opacity: .5; }
  .product-box-h .product-action {
    text-align: center;
    display: none;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 999; }
    .product-box-h .product-action form {
      margin: 0; }
    .product-box-h .product-action .btn.btn-cart {
      padding: 0 14px;
      height: 45px;
      line-height: 45px;
      border-radius: 3px;
      color: #fff;
      background-color: #41cfc1;
      margin-right: 2px;
      font-weight: bold; }
  .product-box-h .product-info {
    z-index: 10;
    position: relative;
    padding: 0 10px 0px 20px;
    float: left;
    width: 100%; }
    @media (max-width: 1199px) {
      .product-box-h .product-info {
        padding: 0 10px 0 10px; } }
    .product-box-h .product-info .product-name {
      font-size: 14px !important;
      line-height: 21px;
      margin: 20px 0 5px 0;
      font-weight: 400;
      height: auto;
      word-break: break-word;
      max-height: 40px;
      overflow: hidden; }
      @media (max-width: 1199px) {
        .product-box-h .product-info .product-name {
          margin: 15px 0 5px 0; } }
      .product-box-h .product-info .product-name a {
        color: #000000;
        text-decoration: none; }
        .product-box-h .product-info .product-name a:hover {
          color: #6AD9CE;
          text-decoration: none; }
    .product-box-h .product-info .haravan-product-reviews-badge {
      padding: 7px 0; }
      @media (max-width: 1199px) {
        .product-box-h .product-info .haravan-product-reviews-badge {
          padding: 2px 0; } }
    .product-box-h .product-info .product-hide .price-box .special-price {
      display: inline-block;
      margin-right: 7px; }
      @media (max-width: 375px) {
        .product-box-h .product-info .product-hide .price-box .special-price {
          margin-right: 0px; } }
    .product-box-h .product-info .product-hide .price-box .old-price {
      display: inline-block; }
    .product-box-h .product-info .product-price {
      color: #6AD9CE;
      font-size: 16px;
      display: block;
      font-weight: bold;
      font-family: "Montserrat", sans-serif;
      word-break: break-word; }
      @media (max-width: 375px) {
        .product-box-h .product-info .product-price {
          font-size: 15px; } }
    .product-box-h .product-info .product-price-old {
      text-decoration: line-through;
      font-family: "Montserrat", sans-serif;
      font-size: 13px;
      font-weight: 400;
      margin: 0;
      display: inline-block;
      color: #888888; }
      @media (max-width: 375px) {
        .product-box-h .product-info .product-price-old {
          font-size: 12px; } }
  @media (min-width: 1200px) {
    .product-box-h:hover .product-name {
      text-align: left; }
    .product-box-h:hover .product-action {
      display: block; } }

@media (min-width: 1200px) {
  .product-box-h:hover .quick-view {
    opacity: 1 !important; } }

.product-price {
  color: #6AD9CE;
  font-size: 1.42857em;
  line-height: 24px;
  display: block; }

/*******Product action******/
@media (max-width: 1199px) {
  .product-action-grid {
    display: none !important; } }

/*** PRODUCT-LIST-ITEM ***/
.products-view-list .prd_info_2 {
  margin: 0; }
  .products-view-list .prd_info_2 .price-box {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 10px; }
    .products-view-list .prd_info_2 .price-box .special-price {
      width: 100%;
      float: left; }
    .products-view-list .prd_info_2 .price-box .old-price {
      width: 100%;
      float: left; }
  .products-view-list .prd_info_2 .product-action {
    position: unset;
    width: 100%;
    float: left;
    text-align: center; }

.products-view-list .left_content {
  float: left;
  width: 100%;
  border-right: 1px solid #e9edf5; }
  @media (max-width: 767px) {
    .products-view-list .left_content {
      border-right: none; } }
  .products-view-list .left_content .product-thumbnail {
    width: 200px;
    display: inline-block;
    float: left; }
  .products-view-list .left_content .prd_info_1 {
    padding: 0;
    text-align: left;
    margin-left: 30px;
    background: transparent;
    border-top: none;
    padding-bottom: 15px;
    width: calc(100% - 230px);
    display: inline-block;
    padding-right: 20px; }

.products-view-list .product-box {
  padding: 20px 40px 20px 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #e9edf5; }
  @media (max-width: 767px) {
    .products-view-list .product-box {
      padding-right: 20px; } }
  .products-view-list .product-box .product-thumbnail {
    text-align: center;
    margin-bottom: 0; }
  .products-view-list .product-box .product-info {
    background: transparent;
    border-top: none;
    padding-bottom: 15px; }
    .products-view-list .product-box .product-info.prd_info_2 {
      padding-top: 40px; }
    @media (max-width: 767px) {
      .products-view-list .product-box .product-info {
        width: 100%;
        margin: 0;
        padding: 20px 0 10px 0; } }
    .products-view-list .product-box .product-info .product-name {
      margin-top: 15px;
      margin-bottom: 8px;
      font-size: 18px !important;
      line-height: 20px;
      max-height: 60px; }
    .products-view-list .product-box .product-info .haravan-product-reviews-badge {
      padding: 0; }
    .products-view-list .product-box .product-info .price-box .product-price {
      font-size: 30px;
      font-weight: bold;
      font-family: "Montserrat", sans-serif; }
    .products-view-list .product-box .product-info .price-box .product-price-old {
      padding-top: 3px;
      padding-left: 0px;
      font-size: 16px;
      font-weight: 400;
      font-family: "Montserrat", sans-serif;
      color: #7b8395; }
    .products-view-list .product-box .product-info .product-summary {
      font-size: 14px;
      color: #7b8395; }
  .products-view-list .product-box .tag-info > div {
    display: inline-block;
    margin-right: 20px; }
  .products-view-list .product-box form {
    margin-bottom: 0; }
  .products-view-list .product-box.product-box-h {
    min-height: 240px !important; }
    .products-view-list .product-box.product-box-h .product-thumbnail > a.display_flex {
      height: 200px !important; }
      @media (max-width: 767px) {
        .products-view-list .product-box.product-box-h .product-thumbnail > a.display_flex {
          height: auto !important; } }
      @media (min-width: 414px) and (max-width: 543px) {
        .products-view-list .product-box.product-box-h .product-thumbnail > a.display_flex {
          min-height: 353.2px; } }
      @media (min-width: 375px) and (max-width: 413px) {
        .products-view-list .product-box.product-box-h .product-thumbnail > a.display_flex {
          min-height: 303.2px; } }
      @media (max-width: 374px) {
        .products-view-list .product-box.product-box-h .product-thumbnail > a.display_flex {
          height: 248px !important; } }
    .products-view-list .product-box.product-box-h .product-action {
      display: block !important; }

/*3.4 Pagination*/
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-radius: 50%; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-radius: 50%; }

.nav_pagi {
  margin: 20px 0px; }
  .nav_pagi .pagination {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 999;
    padding: 0 0px;
    margin: 0; }
    .nav_pagi .pagination .page-link {
      float: left;
      margin: 0px;
      border-radius: 50%;
      width: 30px;
      background: transparent;
      text-align: center;
      height: 30px;
      font-size: 14px;
      padding: 0;
      line-height: 30px;
      color: #707070;
      border: none;
      text-decoration: none; }
      @media (max-width: 375px) {
        .nav_pagi .pagination .page-link {
          width: 27px;
          height: 27px;
          line-height: 27px; } }
      .nav_pagi .pagination .page-link.page-db {
        width: auto;
        padding: 0 20px; }
      .nav_pagi .pagination .page-link:hover {
        background-color: #6AD9CE;
        color: #fff; }
    .nav_pagi .pagination .page-item.disabled .page-link {
      border: 0;
      display: none; }
    .nav_pagi .pagination .page-item.active .page-link {
      background-color: #6AD9CE;
      border-color: #6AD9CE;
      color: #fff;
      display: block; }

/*============================================================================
HEADER
==============================================================================*/
.header {
  position: relative;
  z-index: 1000;
  float: left;
  width: 100%; }

@media (min-width: 1200px) {
  #menu-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    display: none; }
    #menu-overlay.reveal {
      display: block; } }

/*TOPBAR HEADER*/
.wrap_top_bar {
  float: left;
  width: 100%;
  background: #fff; }

.topbar {
  height: 50px;
  line-height: 50px;
  float: left;
  width: 100%; }
  .topbar .topbar_left {
    font-size: 15px;
    font-family: 'Helvetica Neue'; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .topbar .topbar_left {
        font-size: 14px; } }
    .topbar .topbar_left ul {
      padding: 0px;
      margin: 0px; }
    .topbar .topbar_left .item {
      display: inline-block; }
    .topbar .topbar_left li {
      font-size: 15px;
      display: inline-block;
      color: #000000; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .topbar .topbar_left li {
          font-size: 14px; } }
      .topbar .topbar_left li:hover .fas, .topbar .topbar_left li:hover .far, .topbar .topbar_left li:hover a {
        color: #6AD9CE; }
      .topbar .topbar_left li:first-child {
        margin-right: 12px; }
        @media (max-width: 767px) {
          .topbar .topbar_left li:first-child {
            margin-right: 0px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            width: 100%;
            text-align: center; } }
      .topbar .topbar_left li:nth-child(2) {
        margin-right: 0px; }
      .topbar .topbar_left li b {
        color: #000000; }
      .topbar .topbar_left li a {
        font-size: 15px;
        font-weight: 400;
        color: #000000; }
        @media (max-width: 767px) {
          .topbar .topbar_left li a {
            font-size: 16px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .topbar .topbar_left li a {
            font-size: 12px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .topbar .topbar_left li a {
            font-size: 13px; } }

.topbar_right {
  font-size: 15px;
  font-family: 'Helvetica Neue'; }
  @media (min-width: 768px) and (max-width: 991px) {
    .topbar_right.top-cart-contain {
      position: absolute;
      right: 15px;
      bottom: 0px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .topbar_right {
      font-size: 14px; } }
  @media (max-width: 767px) {
    .topbar_right {
      position: absolute;
      right: 15px;
      bottom: 0; } }
  @media (max-width: 767px) {
    .topbar_right .list-inline {
      float: right !important;
      display: inline-block; } }
  .topbar_right .ul-account {
    padding: 0px;
    padding-top: 15px;
    margin: 0px; }
    .topbar_right .ul-account .login_content {
      height: 50px;
      float: left;
      position: relative; }
      @media (max-width: 767px) {
        .topbar_right .ul-account .login_content {
          float: none; } }
      .topbar_right .ul-account .login_content:hover ul {
        display: block; }
      .topbar_right .ul-account .login_content a img {
        width: 35px;
        height: 35px;
        margin-right: 25px; }
      .topbar_right .ul-account .login_content a .gavatar {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 1px solid #6AD9CE; }
      .topbar_right .ul-account .login_content ul {
        position: absolute;
        top: 45px;
        right: -50px;
        min-width: 186px;
        border: 1px solid #efefef;
        background: #fff;
        margin: 0;
        padding: 8px 10px;
        border-radius: 0 0 3px 3px;
        box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.18);
        z-index: 999;
        border-radius: 3px;
        display: none; }
        @media (max-width: 374px) {
          .topbar_right .ul-account .login_content ul {
            right: 30px; } }
        @media (min-width: 375px) and (max-width: 414px) {
          .topbar_right .ul-account .login_content ul {
            right: 50px; } }
        @media (min-width: 425px) and (max-width: 543px) {
          .topbar_right .ul-account .login_content ul {
            right: 70px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .topbar_right .ul-account .login_content ul {
            right: -50px; } }
        .topbar_right .ul-account .login_content ul:before {
          border: 9px solid transparent;
          border-bottom: 9px solid #fff;
          bottom: 100%;
          right: 82px;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none; }
        .topbar_right .ul-account .login_content ul li {
          float: none;
          text-align: center;
          border-radius: 30px;
          padding: 5px 0;
          margin-left: 0px;
          font-family: "Montserrat", sans-serif;
          font-size: 14px; }
          .topbar_right .ul-account .login_content ul li:nth-child(1) {
            background: #6AD9CE;
            margin-bottom: 10px;
            border: 1px solid transparent; }
            .topbar_right .ul-account .login_content ul li:nth-child(1) a {
              color: #fff; }
            .topbar_right .ul-account .login_content ul li:nth-child(1):hover {
              border: 1px solid #6AD9CE;
              background: #fff; }
              .topbar_right .ul-account .login_content ul li:nth-child(1):hover a {
                color: #6AD9CE; }
          .topbar_right .ul-account .login_content ul li:nth-child(2) {
            background: #7b8395;
            border: 1px solid transparent; }
            .topbar_right .ul-account .login_content ul li:nth-child(2) a {
              color: #fff; }
            .topbar_right .ul-account .login_content ul li:nth-child(2):hover {
              border: 1px solid #7b8395;
              background: #fff; }
              .topbar_right .ul-account .login_content ul li:nth-child(2):hover a {
                color: #7b8395; }
          .topbar_right .ul-account .login_content ul li a {
            font-size: 13px;
            font-weight: 700;
            display: block;
            color: #000000;
            margin: 0; }
  .topbar_right li {
    font-size: 15px;
    margin-left: 15px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .topbar_right li {
        font-size: 12px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .topbar_right li {
        font-size: 13px; } }
  .topbar_right .top-cart-contain {
    padding: 0 15px 0 50px; }
    @media (max-width: 767px) {
      .topbar_right .top-cart-contain {
        padding: 0px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .topbar_right .top-cart-contain {
        padding: 0 0 0 30px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .topbar_right .top-cart-contain {
        padding: 0 0 0 15px; } }
    .topbar_right .top-cart-contain .cart_header:hover .img_hover_cart {
      color: #000000; }
    .topbar_right .top-cart-contain .cart_header:hover .content_cart_header .bg_cart {
      color: #000000; }
    .topbar_right .top-cart-contain .cart_header:hover .content_cart_header span {
      color: #000000; }
    .topbar_right .top-cart-contain .img_hover_cart {
      width: 20px;
      display: inline-block;
      float: left;
      color: #6AD9CE; }
      .topbar_right .top-cart-contain .img_hover_cart .icon_hotline {
        float: left;
        position: relative;
        padding-bottom: 2px; }
      .topbar_right .top-cart-contain .img_hover_cart .count_item {
        position: absolute;
        right: -11px;
        top: -10px;
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        background: #6AD9CE;
        border-radius: 50%;
        font-family: "Montserrat", sans-serif; }
        @media (max-width: 991px) {
          .topbar_right .top-cart-contain .img_hover_cart .count_item {
            top: 24px; } }

.header_searchs {
  margin: 0;
  margin-top: 8px;
  width: 100%;
  float: left; }
  .header_searchs .search-bar {
    margin-bottom: 10px;
    position: relative;
    display: table;
    border-collapse: separate;
    border-radius: 30px;
    border: 1px solid #6AD9CE;
    border-right: none; }
    .header_searchs .search-bar .collection-selector {
      position: absolute;
      display: inline-block;
      min-width: 70px;
      z-index: 999;
      left: 0;
      text-align: right; }
      .header_searchs .search-bar .collection-selector .search_text {
        height: 42px;
        text-align: right;
        line-height: 42px;
        cursor: pointer;
        padding: 0px 50px 0px 20px;
        width: 100%;
        font-size: 14px;
        border-right: 1px solid #ebebeb;
        color: #7b8395; }
        @media (max-width: 480px) {
          .header_searchs .search-bar .collection-selector .search_text {
            padding: 0 25px 0 15px;
            font-size: 13px; } }
        .header_searchs .search-bar .collection-selector .search_text:before {
          display: inline-block;
          width: 0;
          height: 0;
          margin-left: 2px;
          vertical-align: middle;
          border-top: 4px dashed;
          border-right: 4px solid transparent;
          border-left: 4px solid transparent;
          content: "";
          position: absolute;
          top: 20px;
          right: 12px;
          color: #7b8395;
          margin-top: -1px;
          opacity: 1; }
      .header_searchs .search-bar .collection-selector .list_search {
        display: none;
        background: #fff;
        border: 1px solid #ebebeb;
        background-color: #fff;
        position: absolute;
        top: 100%;
        min-width: 200px;
        width: auto;
        z-index: 3;
        font-weight: 400 !important;
        font-family: "Montserrat", sans-serif;
        border-radius: 0;
        left: 2px;
        margin-top: 1px;
        margin-left: -2px;
        font-size: 13px;
        padding: 4px 0; }
        .header_searchs .search-bar .collection-selector .list_search .search_item {
          text-align: left;
          display: block;
          padding-left: 24px;
          position: relative;
          opacity: 1;
          filter: alpha(opacity=100);
          filter: none;
          height: auto;
          min-height: 24px;
          line-height: 30px;
          padding: 0 20px;
          cursor: pointer; }
      .header_searchs .search-bar .collection-selector .liner_search {
        width: 100%;
        height: 1px;
        background: #efefef;
        margin: 8px 0px; }
      .header_searchs .search-bar .collection-selector .list_search .search_item.active, .header_searchs .search-bar .collection-selector .list_search .search_item:hover {
        background-color: #6AD9CE;
        color: #fff !important; }
    .header_searchs .search-bar .input-group-field {
      width: 100%;
      margin-left: 0px;
      margin-bottom: 0;
      height: 42px;
      line-height: 42px;
      padding: 0px 0px 0px 20px;
      font-size: 14px;
      font-family: 'Helvetica Neue';
      max-width: 100%;
      display: block;
      border: none;
      outline: none;
      border-top-left-radius: 20px !important;
      border-bottom-left-radius: 20px !important; }
      .header_searchs .search-bar .input-group-field::-webkit-input-placeholder {
        color: #000000; }
      .header_searchs .search-bar .input-group-field::-moz-placeholder {
        color: #000000; }
      .header_searchs .search-bar .input-group-field:-ms-input-placeholder {
        color: #000000; }
    .header_searchs .search-bar .input-group-btn {
      position: relative;
      white-space: nowrap;
      width: 1%;
      padding: 0;
      display: table-cell;
      vertical-align: middle;
      margin: 0;
      z-index: 0; }
      .header_searchs .search-bar .input-group-btn .icon-fallback-text {
        background: #6AD9CE;
        color: #fff;
        font-size: 16px;
        padding: 0 20px 0 20px;
        text-transform: uppercase;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        height: 42px;
        line-height: 42px; }
        .header_searchs .search-bar .input-group-btn .icon-fallback-text:hover {
          color: #000000; }
  .header_searchs .header-tag {
    font-size: 12px;
    font-family: "Montserrat", sans-serif; }
    .header_searchs .header-tag a {
      color: #acacac; }

/*style header mobile new*/
@media (max-width: 991px) {
  .header-main .nav-mobile-button {
    top: 56px;
    width: 40px;
    left: 15px;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 1000; }
    .header-main .nav-mobile-button .fas {
      font-size: 30px; } }

.menu_search_mobi {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  padding: 5px 15px 15px 15px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .menu_search_mobi {
      padding: 5px 25px 15px 25px; } }
  .menu_search_mobi .nav-mobile-button {
    top: 56%;
    position: absolute;
    display: inline-block;
    float: left;
    height: 30px;
    width: unset;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Helvetica Neue';
    color: #000000; }
    .menu_search_mobi .nav-mobile-button .fas {
      font-size: 18px;
      padding-right: 10px; }
  .menu_search_mobi .search_mobile .icon-fallback-text {
    float: right;
    display: inline-block;
    width: 43px;
    height: 43px;
    line-height: 43px;
    background: #fff;
    border: 1px dashed #d7d7d7;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    display: flex; }
    .menu_search_mobi .search_mobile .icon-fallback-text .fas {
      font-size: 15px; }

@media (max-width: 991px) {
  .searchboxlager .searchfromtop {
    z-index: 3;
    display: none;
    border-radius: 0px;
    z-index: 999999;
    position: absolute;
    top: 101%;
    right: 0px;
    width: 100%;
    float: right !important;
    margin-right: 0px;
    margin-left: 0px; }
    .searchboxlager .searchfromtop form {
      margin-bottom: 0px; }
      .searchboxlager .searchfromtop form input {
        border: none;
        border-bottom: 1px solid #ebebeb;
        border-radius: 0px;
        padding: 0px 20px;
        margin-bottom: 0px;
        box-shadow: none;
        height: 45px;
        line-height: 45px; }
        .searchboxlager .searchfromtop form input:focus {
          outline: none;
          box-shadow: none; }
        .searchboxlager .searchfromtop form input::-webkit-input-placeholder {
          color: #000000; }
        .searchboxlager .searchfromtop form input::-moz-placeholder {
          color: #000000; }
        .searchboxlager .searchfromtop form input:-ms-input-placeholder {
          color: #000000; } }

/*end style header mobile new*/
.mid-header {
  background-color: #b3ece6;
  float: left;
  width: 100%;
  height: 155px; }
  @media (max-width: 991px) {
    .mid-header {
      padding: 0;
      height: 110px; } }
  .mid-header .content_header {
    position: relative; }
    .mid-header .content_header .product-mini-lists .item_small {
      border-bottom: none; }
      .mid-header .content_header .product-mini-lists .item_small .product-mini-item {
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: center; }
      .mid-header .content_header .product-mini-lists .item_small .product-info {
        margin-top: 15px; }
        .mid-header .content_header .product-mini-lists .item_small .product-info h3 {
          font-size: 14px !important; }
        .mid-header .content_header .product-mini-lists .item_small .product-info .price-box {
          margin: 3px 0 0 0; }
    .mid-header .content_header .header-left {
      float: left;
      padding-top: 15px; }
      @media (max-width: 991px) {
        .mid-header .content_header .header-left {
          position: absolute;
          top: -10px;
          right: 0px;
          padding-top: 0px; } }
      .mid-header .content_header .header-left .header-block-item {
        float: left;
        height: 35px;
        padding: 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 35px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .mid-header .content_header .header-left .header-block-item {
            padding-right: 22px;
            font-size: 11px; } }
        .mid-header .content_header .header-left .header-block-item:last-child {
          padding-right: 0px; }
        .mid-header .content_header .header-left .header-block-item .icon {
          display: inline-block;
          width: 30px;
          float: left; }
        .mid-header .content_header .header-left .header-block-item .info {
          width: calc(100% - 32px);
          -o-width: calc(100% - 32px);
          -moz-width: calc(100% - 32px);
          -webkit-width: calc(100% - 32px);
          display: inline-block;
          float: left;
          margin-left: 10px;
          line-height: 19px; }
          .mid-header .content_header .header-left .header-block-item .info p {
            margin: 0;
            line-height: normal;
            color: #8d90a6; }
            .mid-header .content_header .header-left .header-block-item .info p a {
              color: #6AD9CE;
              font-weight: bold; }
              .mid-header .content_header .header-left .header-block-item .info p a:hover {
                color: #000000; }
            .mid-header .content_header .header-left .header-block-item .info p b {
              color: #6AD9CE; }
    .mid-header .content_header .header-right {
      position: relative;
      float: right; }
      @media (max-width: 991px) {
        .mid-header .content_header .header-right {
          float: left;
          width: 100%; } }
      .mid-header .content_header .header-right .hotline_dathang {
        width: 165px;
        float: left;
        padding: 15px 0; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .mid-header .content_header .header-right .hotline_dathang {
            width: 151px; } }
        @media (max-width: 767px) {
          .mid-header .content_header .header-right .hotline_dathang {
            position: absolute;
            top: 0;
            left: 0; } }
        .mid-header .content_header .header-right .hotline_dathang .content_hotline {
          line-height: 17px;
          margin-top: 4px;
          padding-left: 40px; }
          .mid-header .content_header .header-right .hotline_dathang .content_hotline a {
            color: #fff;
            font-weight: bold;
            display: block; }
            .mid-header .content_header .header-right .hotline_dathang .content_hotline a:hover {
              color: #ffba00; }
          .mid-header .content_header .header-right .hotline_dathang .content_hotline span {
            color: #ffdada;
            font-size: 12px; }
  .mid-header .header_search_ .input-group-field {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    border-right: none;
    padding: 0 0 0 20px; }
  .mid-header .header_search_ .icon-fallback-text {
    background: transparent;
    border: 1px solid #ddd;
    border-left: none; }
    .mid-header .header_search_ .icon-fallback-text .fa-search {
      font-size: 17px; }

.deal_style {
  padding: 0px; }

.wrap_time {
  width: 100%;
  display: inline-block;
  position: relative; }
  .wrap_time .time {
    color: #6AD9CE;
    font-size: 20px; }
    .wrap_time .time div {
      width: 66px;
      height: 66px;
      z-index: 199;
      background: #dcf6f3;
      border-radius: 50%;
      text-align: center;
      line-height: 66px;
      font-size: 21px;
      color: #fff;
      display: inline-block;
      float: left; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .wrap_time .time div {
          width: 59px;
          height: 59px;
          line-height: 59px;
          font-size: 20px; } }
    .wrap_time .time span {
      background: #6AD9CE;
      display: inline-block;
      border-radius: 50%;
      width: 57px;
      height: 57px;
      margin: 4px;
      line-height: 40px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .wrap_time .time span {
          width: 50px;
          height: 50px;
          line-height: 34px; } }
      .wrap_time .time span p {
        display: block;
        padding: 0;
        margin: 0;
        font-weight: 400;
        font-size: 12px;
        color: #fff;
        line-height: 0; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .wrap_time .time span p {
            font-size: 11px; } }

.logo {
  display: inline-block;
  margin-top: 0px;
  justify-content: left !important; }

/*--- HOVER CART ---*/
.mini-cart {
  height: 65px; }
  .mini-cart .cart_header .icon_hotline {
    width: 35px;
    position: relative;
    height: 35px;
    margin-right: 15px; }
    .mini-cart .cart_header .icon_hotline .count_item {
      position: absolute;
      top: 3px;
      right: -15px;
      font-size: 12px;
      background: #fff;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      line-height: 20p;
      line-height: 20px;
      text-align: center; }
  .mini-cart .heading-cart {
    float: left;
    padding-top: 15px; }
    .mini-cart .heading-cart .content_cart_header {
      line-height: 21px;
      padding-left: 10px;
      margin-top: -11px;
      float: right; }
      @media (min-width: 768px) and (max-width: 991px) {
        .mini-cart .heading-cart .content_cart_header {
          margin-top: 25px; } }
      @media (max-width: 321px) {
        .mini-cart .heading-cart .content_cart_header {
          padding-left: 5px; } }
    .mini-cart .heading-cart .bg_cart {
      color: #fff; }
      .mini-cart .heading-cart .bg_cart .count_item_pr {
        font-size: 14px;
        color: #fff;
        font-weight: 400; }
      .mini-cart .heading-cart .bg_cart i {
        font-size: 24px;
        color: #fff;
        display: block;
        float: left;
        line-height: 30px;
        width: 100%; }
        @media (max-width: 991px) {
          .mini-cart .heading-cart .bg_cart i {
            margin-right: 30px; } }
      .mini-cart .heading-cart .bg_cart .text-giohang {
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        display: block; }
  @media (min-width: 1200px) {
    .mini-cart:hover .top-cart-content {
      display: block; } }
  .mini-cart .dropdown-toggle {
    font-size: 12px;
    padding: 0;
    text-transform: none; }

.top-cart-contain .price {
  color: #6AD9CE;
  text-transform: uppercase; }

.top-cart-contain .product-details .price {
  color: #6AD9CE;
  width: auto;
  float: none;
  font-weight: 400;
  padding-left: 0;
  font-size: 12px; }

.top-cart-content {
  border-radius: 3px;
  right: 15px;
  top: 105px;
  display: none;
  position: absolute;
  background: #fff;
  padding: 0;
  text-align: left;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
  z-index: 10000; }
  .top-cart-content .empty {
    text-align: left;
    color: #333; }
  .top-cart-content .product-details-bottom {
    margin-bottom: 15px; }
  .top-cart-content .product-name {
    margin: 0;
    width: 175px;
    line-height: 22px;
    padding-right: 12px;
    text-overflow: ellipsis;
    font-weight: 400;
    overflow: hidden; }
    .top-cart-content .product-name a {
      font-size: 13px;
      font-family: "Montserrat", sans-serif;
      line-height: normal;
      line-height: 20px !important;
      font-weight: 400;
      color: #000000; }
    .top-cart-content .product-name:hover > a {
      text-decoration: none;
      color: #6AD9CE; }
  .top-cart-content .product-details-bottom span {
    font-size: 14px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    color: #6AD9CE; }
  .top-cart-content li {
    list-style: none; }
    .top-cart-content li.item {
      border-top: 1px solid #e9edf5;
      overflow: hidden;
      padding: 20px 0px;
      position: relative;
      margin: 0;
      float: none; }
      .top-cart-content li.item:first-child {
        border-top: none; }
      .top-cart-content li.item:last-child {
        margin: 0;
        border-bottom: 0; }
      .top-cart-content li.item .wrap_item {
        overflow: hidden;
        padding: 20px 20px 20px 0px;
        border-bottom: solid 1px #eaebf3;
        width: 100%;
        float: left; }
      .top-cart-content li.item .product-image {
        float: left;
        display: block;
        width: 60px;
        position: relative;
        margin-right: 15px; }
      .top-cart-content li.item .detail-item {
        display: block;
        float: left;
        width: calc(100% - 105px);
        -o-width: calc(100% - 105px);
        -moz-width: calc(100% - 105px);
        -webkit-width: calc(100% - 105px); }
        .top-cart-content li.item .detail-item a:hover {
          text-decoration: none; }
        .top-cart-content li.item .detail-item .fa {
          position: absolute;
          right: -5px;
          top: 20px;
          font-size: 14px;
          color: #000000;
          text-align: center;
          padding: 0px;
          width: 20px;
          height: 20px;
          line-height: 20px; }
          .top-cart-content li.item .detail-item .fa:hover {
            color: #6AD9CE; }
          .top-cart-content li.item .detail-item .fa:before {
            margin-left: 4px; }
        .top-cart-content li.item .detail-item input {
          display: inline-block;
          width: 40px;
          padding: 0;
          margin: 0;
          text-align: center; }
        .top-cart-content li.item .detail-item button.items-count {
          display: inline-block; }
  .top-cart-content .block-subtitle {
    color: #333;
    overflow: hidden;
    padding: 15px;
    text-align: left;
    font-size: 0.92857em;
    background: #f5f5f5;
    text-transform: none;
    font-weight: 400;
    border-bottom: 1px #ebebeb solid; }

.top-subtotal {
  color: #000000;
  font-size: 1.14286em;
  font-weight: 400;
  border-top: solid 1px #ebebeb;
  text-align: left;
  text-transform: none;
  padding: 12px 20px; }
  .top-subtotal .price {
    font-weight: bold !important;
    font-size: 18px !important;
    font-family: "Montserrat", sans-serif;
    float: right; }

.qty_drop_cart {
  font-size: 12px;
  position: relative;
  height: 25px;
  padding-top: 5px;
  padding-left: 0px; }
  .qty_drop_cart .btn_increase, .qty_drop_cart .btn_reduced {
    width: 25px;
    height: 25px;
    color: #000;
    float: left; }
    .qty_drop_cart .btn_increase:hover, .qty_drop_cart .btn_reduced:hover {
      color: #6AD9CE; }
  .qty_drop_cart button.btn_increase {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    line-height: 1;
    overflow: hidden;
    border-style: hidden;
    border: 1px solid #e1e1e1;
    background: #fff !important;
    font-size: 14px;
    cursor: pointer; }
  .qty_drop_cart button.btn_reduced {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    line-height: 1;
    text-align: center;
    overflow: hidden;
    border-style: hidden;
    border: 1px solid #e1e1e1;
    background: #fff !important;
    font-size: 14px;
    cursor: pointer; }
  .qty_drop_cart input {
    display: inline-block;
    float: left;
    border-radius: 30px;
    width: 58px !important;
    height: 30px;
    min-height: 30px;
    padding: 0;
    text-align: center;
    border: 1px solid #eaebf3;
    color: #000000; }

.top-subtotal {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  padding: 25px 0px 15px 0;
  text-align: left;
  text-transform: none;
  border: none;
  border-top: 1px solid #e9edf5;
  margin: 0 20px; }
  .top-subtotal .price_big {
    font-size: 16px !important; }
  .top-subtotal .price {
    font-weight: bold !important;
    line-height: 24px;
    margin-top: 0 !important;
    font-size: 18px;
    color: #6AD9CE !important;
    float: right; }

ul#cart-sidebar {
  margin: 0;
  padding: 0;
  max-height: 625px;
  min-width: 320px; }
  ul#cart-sidebar .list-item-cart {
    padding: 0 15px;
    max-height: 290px;
    overflow: auto; }
    ul#cart-sidebar .list-item-cart::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #fff; }
    ul#cart-sidebar .list-item-cart::-webkit-scrollbar {
      width: 4px;
      background-color: #fff; }
    ul#cart-sidebar .list-item-cart::-webkit-scrollbar-thumb {
      border: 4px solid #cdcfdd; }
    ul#cart-sidebar .list-item-cart li.list-item {
      max-height: 400px;
      overflow-y: auto; }
    ul#cart-sidebar .list-item-cart li.action {
      display: none; }
    ul#cart-sidebar .list-item-cart.hasclass li.action {
      display: block; }
    ul#cart-sidebar .list-item-cart li.list-item .price2 {
      font-weight: 700;
      color: #6AD9CE;
      font-size: 14px;
      display: list-item;
      margin-bottom: 5px; }
    ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar {
      width: 5px; }
    ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar-track {
      background: rgba(255, 255, 255, 0.9); }
    ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar-thumb {
      background: #6AD9CE;
      border-radius: 15px; }
      ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar-thumb:hover, ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar-thumb:active {
        background: #6AD9CE;
        border-radius: 15px; }
  ul#cart-sidebar .no-item p {
    margin: 0;
    padding: 10px 15px 15px 15px; }
  ul#cart-sidebar .right_ct {
    text-align: center;
    padding: 10px 20px 20px 20px; }
    ul#cart-sidebar .right_ct .btn {
      display: block;
      width: 100%;
      height: 40px;
      line-height: 40px;
      margin-bottom: 10px;
      border-radius: 30px;
      font-size: 14px; }
      ul#cart-sidebar .right_ct .btn.btn-primary {
        margin-right: 10px !important;
        background: #6AD9CE;
        color: #fff;
        font-weight: bold; }
        ul#cart-sidebar .right_ct .btn.btn-primary:hover {
          color: #6AD9CE;
          background: #fff;
          border: 1px solid #6AD9CE; }
      ul#cart-sidebar .right_ct .btn.btn-white {
        font-family: "Montserrat", sans-serif;
        border: none;
        color: #fff;
        background: #7b8395;
        font-weight: bold; }
        ul#cart-sidebar .right_ct .btn.btn-white:hover {
          color: #7b8395;
          background: #fff;
          border: 1px solid #7b8395; }

/*--- MENU ---*/
header nav .nav {
  position: relative; }

header nav .nav-item {
  float: left;
  position: relative;
  margin-right: 20px; }
  header nav .nav-item.has-mega {
    position: static !important; }
  header nav .nav-item > a {
    line-height: 32px;
    color: #333; }
    header nav .nav-item > a:hover {
      color: #6AD9CE; }
  header nav .nav-item > .fa {
    color: #333;
    right: 0;
    top: 33px; }
  header nav .nav-item .nav-item-lv2 {
    padding: 0 10px; }
  header nav .nav-item .nav-item-lv3 {
    padding: 0 10px; }
  header nav .nav-item:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
    border-radius: 0;
    z-index: 9999; }
  header nav .nav-item:hover > .mega-content {
    display: block; }
  header nav .nav-item li.dropdown-submenu {
    position: relative; }
    header nav .nav-item li.dropdown-submenu .dropdown-menu {
      left: 100%;
      top: 0; }
    header nav .nav-item li.dropdown-submenu:hover > .dropdown-menu {
      display: block;
      right: 100%;
      border-radius: 0; }

/*--- MAIN MENU ---*/
.wrap_main {
  display: block;
  float: left;
  width: 100%;
  height: 60px;
  background-color: #41cfc1; }

.col-mega {
  float: left;
  height: 0px; }

.menu_mega {
  position: relative; }
  .menu_mega .title_menu {
    padding: 0px 20px;
    position: relative;
    height: 55px;
    line-height: 55px;
    background: #ffba00;
    color: #fff; }
    .menu_mega .title_menu .title_ {
      font-size: 18px;
      font-weight: 700;
      color: #fff;
      text-transform: none;
      line-height: 55px;
      display: block;
      padding-left: 30px; }
      @media (max-width: 1199px) {
        .menu_mega .title_menu .title_ {
          font-size: 15px; } }
    .menu_mega .title_menu .nav_button {
      position: absolute;
      left: 20px;
      top: 0; }
      .menu_mega .title_menu .nav_button span {
        font-size: 18px;
        float: right; }
  .menu_mega:hover .list_menu_header {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end; }

/*============================================================================
Menu bottom
==============================================================================*/
.home_icon_mn .a-img {
  line-height: 52px; }

.bg-header-nav .header-nav > ul.item_big {
  text-align: left;
  margin: 0;
  padding: 0; }
  .bg-header-nav .header-nav > ul.item_big > li.nav-item {
    font-family: 'Helvetica Neue';
    font-weight: 400;
    display: inline-block;
    float: none;
    position: relative;
    margin-right: 0px;
    margin-left: 1px; }
    .bg-header-nav .header-nav > ul.item_big > li.nav-item:first-child a {
      padding-left: 0px; }
    .bg-header-nav .header-nav > ul.item_big > li.nav-item > a {
      display: block;
      text-align: left;
      padding: 0px 20px;
      font-size: 15px;
      font-family: 'Helvetica Neue';
      font-weight: 400;
      height: 60px;
      line-height: 60px;
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      color: #fff; }
      .bg-header-nav .header-nav > ul.item_big > li.nav-item > a > i {
        margin-left: 10px; }
    .bg-header-nav .header-nav > ul.item_big > li.nav-item:hover > a {
      color: #000000; }
    .bg-header-nav .header-nav > ul.item_big > li.nav-item:hover > ul {
      overflow: visible;
      max-height: 3000px;
      max-width: 3000px;
      opacity: 1;
      -webkit-transform: perspective(600px) rotateX(0deg);
      -moz-transform: perspective(600px) rotateX(0deg);
      -ms-transform: perspective(600px) rotateX(0deg);
      -o-transform: perspective(600px) rotateX(0deg);
      transform: perspective(600px) rotateX(0deg);
      -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
      -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
      transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end; }
    .bg-header-nav .header-nav > ul.item_big > li.nav-item .item_small {
      border-bottom: none;
      overflow: hidden;
      display: block;
      max-height: 0px;
      max-width: 0px;
      opacity: 0;
      -webkit-transform: perspective(600px) rotateX(-90deg);
      -moz-transform: perspective(600px) rotateX(-90deg);
      -ms-transform: perspective(600px) rotateX(-90deg);
      -o-transform: perspective(600px) rotateX(-90deg);
      transform: perspective(600px) rotateX(-90deg);
      -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
      -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
      transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
      position: absolute;
      top: 99%;
      left: 0px;
      width: 200px;
      padding: 0;
      background-color: #fff;
      box-shadow: 0 1px 11px 0px rgba(0, 0, 0, 0.2);
      -webkit-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%; }
    .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li {
      float: none;
      padding: 0 20px; }
      .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li:last-child > a {
        border-bottom: 0; }
      .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li:hover > ul {
        display: block;
        position: absolute;
        width: 200px;
        padding: 0;
        background-color: #fff;
        z-index: 99;
        box-shadow: 0 1px 11px 0px rgba(0, 0, 0, 0.2); }
      .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li a {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        display: block;
        padding: 12px 10px 12px 0px;
        color: #000000;
        position: relative;
        border-bottom: solid 1px #f4f4f4;
        text-align: left; }
        .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li a:hover {
          color: #6AD9CE; }
        .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li a i {
          position: absolute;
          right: -10px;
          padding: 0px 10px;
          top: 0;
          line-height: 49px; }
      .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li ul {
        display: none;
        left: 200px;
        top: 0px; }
    .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul > li:hover > a {
      color: #6AD9CE; }
  .bg-header-nav .header-nav > ul.item_big > li.active > a {
    color: #000000; }

.bg-header-nav .header-nav ul li ul a.text2line:hover {
  color: #000000 !important;
  background: transparent !important; }

.bg-header-nav .header-nav li li {
  position: relative; }

/*Menu mobile*/
#nav-mobile {
  z-index: 999; }

/*CSS Mega menu*/
.header-nav ul .nav-item.has-mega {
  position: static;
  height: 50px;
  margin-left: 1px; }

.header-nav ul .nav-item:hover > .mega-content {
  overflow: visible;
  max-height: 3000px;
  max-width: 3000px;
  opacity: 1;
  -webkit-transform: perspective(600px) rotateX(0deg);
  -moz-transform: perspective(600px) rotateX(0deg);
  -ms-transform: perspective(600px) rotateX(0deg);
  -o-transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end; }

.header-nav ul .nav-item .a-img span.menu-label {
  position: absolute;
  text-transform: uppercase;
  top: -12px;
  background: #6AD9CE;
  display: inline;
  padding: 4px 8px;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  right: 23px;
  line-height: normal;
  letter-spacing: 1px; }
  .header-nav ul .nav-item .a-img span.menu-label:after {
    border-color: #6AD9CE transparent transparent transparent;
    border-width: 6px 7px 0 6px;
    right: 12px;
    top: 90%;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transitio: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 0;
    z-index: 100; }

.header-nav .mega-content {
  background: #fff;
  overflow: hidden;
  display: block;
  max-height: 0px;
  max-width: 0px;
  opacity: 0;
  -webkit-transform: perspective(600px) rotateX(-90deg);
  -moz-transform: perspective(600px) rotateX(-90deg);
  -ms-transform: perspective(600px) rotateX(-90deg);
  -o-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  box-shadow: 0 1px 11px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  margin: 0;
  padding: 30px 20px 25px 15px;
  position: absolute;
  top: 100%;
  left: 15px;
  z-index: 99;
  width: 1140px;
  border: none;
  text-align: left; }
  @media (max-width: 1199px) {
    .header-nav .mega-content {
      left: 15px;
      width: 940px; } }
  .header-nav .mega-content .level1.parent h2 {
    font-size: 14px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    margin-top: 0;
    margin-bottom: 15px;
    color: #000000; }
    .header-nav .mega-content .level1.parent h2 a {
      text-transform: uppercase; }
  .header-nav .mega-content .level1.parent ul.level1 li {
    line-height: 20px; }
    .header-nav .mega-content .level1.parent ul.level1 li a {
      font-weight: normal !important;
      text-transform: none !important;
      font-size: 14px;
      color: #8d90a6; }
    .header-nav .mega-content .level1.parent ul.level1 li + li {
      padding-top: 8px; }
  .header-nav .mega-content .level1.item {
    float: left;
    width: 25%;
    padding: 0 5px; }
    .header-nav .mega-content .level1.item > a {
      color: #6AD9CE; }
      .header-nav .mega-content .level1.item > a:hover, .header-nav .mega-content .level1.item > a:focus {
        color: #41cfc1;
        text-decoration: none; }
    .header-nav .mega-content .level1.item h2 {
      font-size: 14px;
      font-weight: bold;
      font-family: "Montserrat", sans-serif;
      margin-top: 0;
      color: #6AD9CE; }
      .header-nav .mega-content .level1.item h2 a {
        text-transform: none;
        color: #6AD9CE;
        font-family: 'Helvetical',sans-serif;
        font-size: 15px; }
        .header-nav .mega-content .level1.item h2 a:hover {
          color: #000000; }
    .header-nav .mega-content .level1.item ul.level1 {
      margin-bottom: 30px;
      padding-left: 0px; }
      .header-nav .mega-content .level1.item ul.level1 li a {
        font-weight: normal !important;
        text-transform: none !important;
        color: #000000; }
        .header-nav .mega-content .level1.item ul.level1 li a:hover, .header-nav .mega-content .level1.item ul.level1 li a:focus {
          text-decoration: none;
          color: #6AD9CE; }
  .header-nav .mega-content .level0-wrapper2 .nav-block .level0 {
    padding: 0px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .header-nav .mega-content.mega_img {
    background-image: url("//theme.hstatic.net/200000776867/1001127361/14/banner_menu_1.png?v=125");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    min-height: 400px; }
  .header-nav .mega-content.mega_img {
    background-image: url("//theme.hstatic.net/200000776867/1001127361/14/banner_menu_2.png?v=125");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    min-height: 400px; }
  .header-nav .mega-content.mega_img {
    background-image: url("//theme.hstatic.net/200000776867/1001127361/14/banner_menu_3.png?v=125");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    min-height: 400px; }

.address_content {
  line-height: 50px;
  height: 50px;
  float: left;
  width: 100%;
  text-align: right; }
  .address_content a {
    color: #fff;
    font-weight: bold;
    font-size: 14px; }
    .address_content a:hover {
      color: #6AD9CE; }
    .address_content a .icon_htch {
      padding-right: 5px; }

/*============================================================================
5. FOOTER
==============================================================================*/
.new-letter {
  background-color: #b3ece6;
  padding: 40px 0; }
  .new-letter .letter-left {
    width: 100%;
    display: block;
    float: left; }
    @media (max-width: 991px) {
      .new-letter .letter-left {
        text-align: center; } }
    .new-letter .letter-left .img_dkmail {
      width: 50px;
      height: 50px;
      display: inline-block;
      float: left; }
      @media (max-width: 991px) {
        .new-letter .letter-left .img_dkmail {
          float: none; } }
    .new-letter .letter-left h3 {
      width: 100%;
      padding-left: 0px;
      padding-top: 5px;
      display: inline-block;
      margin: 0;
      font-size: 28px;
      color: #000000;
      font-family: "Montserrat", sans-serif;
      font-weight: bold; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .new-letter .letter-left h3 {
          font-size: 26px; } }
      @media (max-width: 991px) {
        .new-letter .letter-left h3 {
          width: 100%;
          display: block;
          text-align: center;
          margin: 0 auto;
          float: left;
          padding: 10px 0 15px 0; } }
  .new-letter form {
    margin: 0px;
    margin-top: 5px; }
    .new-letter form .input-group {
      width: 100%;
      float: left; }
      .new-letter form .input-group input {
        box-shadow: none;
        border: none;
        border-radius: 30px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        height: 42px;
        color: #333;
        padding: 0 30px 0 20px; }
        .new-letter form .input-group input::-webkit-input-placeholder {
          color: #c6cddb; }
        .new-letter form .input-group input::-moz-placeholder {
          color: #c6cddb; }
        .new-letter form .input-group input:-ms-input-placeholder {
          color: #c6cddb; }
        .new-letter form .input-group input:focus {
          box-shadow: none; }
        @media (max-width: 767px) {
          .new-letter form .input-group input {
            width: 100%;
            float: left;
            display: block;
            border-radius: 30px !important; } }
      @media (max-width: 767px) {
        .new-letter form .input-group .input-group-btn {
          width: 100%;
          display: block;
          float: left; } }
      .new-letter form .input-group .input-group-btn .btn {
        font-weight: 400;
        height: 42px;
        border-radius: 30px !important;
        background-color: #6AD9CE;
        color: #fff;
        min-width: 110px;
        text-transform: none;
        margin-left: -20px !important;
        z-index: 9 !important;
        border: 1px solid transparent; }
        @media (max-width: 767px) {
          .new-letter form .input-group .input-group-btn .btn {
            width: 100%;
            margin: 0 !important;
            margin-top: 10px !important; } }
        .new-letter form .input-group .input-group-btn .btn:hover {
          background: #fff;
          color: #6AD9CE;
          border: 1px solid #6AD9CE; }

.mid-footer {
  background-repeat: no-repeat;
  background-size: cover; }
  .mid-footer .widget_first_child {
    margin-top: 60px; }
    .mid-footer .widget_first_child h4 span {
      color: #fff; }
    .mid-footer .widget_first_child .hotline_footer ul {
      padding: 0px; }
      .mid-footer .widget_first_child .hotline_footer ul li {
        color: #fff;
        padding-bottom: 7px; }
        .mid-footer .widget_first_child .hotline_footer ul li a {
          color: #fff;
          font-size: 14px;
          font-weight: 400; }
          .mid-footer .widget_first_child .hotline_footer ul li a:hover {
            color: #6AD9CE; }
  @media (max-width: 767px) {
    .mid-footer {
      margin-bottom: 0px; } }
  .mid-footer .title-menu2 {
    margin: 0;
    letter-spacing: 0.5px;
    font-weight: bold;
    margin-bottom: 18px;
    margin-top: 10px;
    color: #000000; }
    @media (min-width: 768px) {
      .mid-footer .title-menu2 {
        line-height: normal; } }
    @media (min-width: 768px) {
      .mid-footer .title-menu2.icon_title_last {
        margin-bottom: 8px; } }
    .mid-footer .title-menu2 a {
      cursor: default;
      font-size: 14px;
      text-transform: uppercase;
      color: #000000;
      font-weight: 700;
      position: relative; }
      .mid-footer .title-menu2 a i.fa {
        display: none; }
      .mid-footer .title-menu2 a:hover {
        color: #6AD9CE; }
    @media (max-width: 767px) {
      .mid-footer .title-menu2 {
        margin-bottom: 0px;
        margin-top: 0px; }
        .mid-footer .title-menu2 a {
          padding: 20px 0px;
          display: block;
          cursor: pointer; }
          .mid-footer .title-menu2 a i.fa {
            display: block;
            position: absolute;
            right: -10px;
            width: 30px;
            top: 15px;
            text-align: center;
            height: 30px;
            line-height: 30px; }
            .mid-footer .title-menu2 a i.fa:before {
              content: "\f068"; }
          .mid-footer .title-menu2 a.collapsed i.fa:before {
            content: "\f067"; } }
  .mid-footer .contact_mail input {
    width: 170px;
    border-radius: 3px;
    margin-right: 3px;
    margin-bottom: 0;
    display: inline-block;
    background: #ebebeb;
    padding: 0 20px 0 15px;
    min-height: 34px;
    border: none; }
    .mid-footer .contact_mail input::-webkit-input-placeholder {
      color: #000000; }
    .mid-footer .contact_mail input::-moz-placeholder {
      color: #000000; }
    .mid-footer .contact_mail input:-ms-input-placeholder {
      color: #000000; }
    @media (max-width: 991px) {
      .mid-footer .contact_mail input {
        width: calc(100% - 93px); } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .mid-footer .contact_mail input {
        width: calc(100% - 77px);
        padding: 0 8px 0 8px;
        font-size: 13px; } }
  .mid-footer .contact_mail .btn {
    margin-top: -3px;
    line-height: 34px;
    height: 34px;
    border-radius: 3px;
    padding: 0 12px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .mid-footer .contact_mail .btn {
        font-size: 13px;
        padding: 0 9px; } }
  .mid-footer .pay_footer li {
    float: left;
    margin-right: 10px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .mid-footer .pay_footer li {
        margin-right: 7px; } }
    .mid-footer .pay_footer li a {
      display: inline-block; }
  .mid-footer .social_footer {
    float: left;
    width: 100%; }
    .mid-footer .social_footer .follow_option {
      float: left;
      width: 100%;
      margin-top: 8px;
      padding: 0; }
      .mid-footer .social_footer .follow_option li {
        float: left;
        margin-right: 10px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .mid-footer .social_footer .follow_option li {
            margin-right: 7px; } }
        .mid-footer .social_footer .follow_option li a {
          display: inline-block;
          width: 35px;
          height: 35px;
          background-color: transparent;
          text-align: center;
          line-height: 35px;
          border-radius: 50%;
          text-decoration: none;
          border: 1px solid #d7d7d7; }
          @media (min-width: 992px) and (max-width: 1199px) {
            .mid-footer .social_footer .follow_option li a {
              width: 30px;
              height: 30px;
              line-height: 30px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .mid-footer .social_footer .follow_option li a {
              width: 33px;
              height: 33px;
              line-height: 33px; } }
          .mid-footer .social_footer .follow_option li a .fas, .mid-footer .social_footer .follow_option li a .fab {
            color: #fff;
            font-size: 14px; }
          .mid-footer .social_footer .follow_option li a:hover {
            background: #6AD9CE;
            border: 1px solid transparent; }
            .mid-footer .social_footer .follow_option li a:hover .fas, .mid-footer .social_footer .follow_option li a:hover .fab {
              color: #fff; }
  .mid-footer .mail_footer {
    float: left;
    width: 100%; }

footer.footer .bct {
  float: left;
  width: 100%; }
  @media (max-width: 767px) {
    footer.footer .bct {
      margin-bottom: 15px; } }
  footer.footer .bct ul li {
    display: inline-block; }
    footer.footer .bct ul li:nth-child(1) {
      margin-right: 10px; }

footer.footer .widget-db {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1199px) {
    footer.footer .widget-db {
      display: block; } }
  footer.footer .widget-db .item {
    display: inline-block;
    float: left;
    text-align: center;
    margin-right: 20px;
    position: relative; }
    @media (max-width: 1199px) {
      footer.footer .widget-db .item {
        width: 100%;
        float: none;
        display: block; } }
    footer.footer .widget-db .item:first-child:before {
      content: "-";
      position: absolute;
      top: -7px;
      right: -13px;
      color: #959595; }
      @media (max-width: 1199px) {
        footer.footer .widget-db .item:first-child:before {
          content: unset; } }

footer.footer .widget-ft {
  padding-bottom: 40px; }
  footer.footer .widget-ft.first {
    border-left: none;
    padding-left: 0; }
  footer.footer .widget-ft.last {
    float: left;
    width: 100%;
    padding-bottom: 40px; }
  @media (max-width: 1199px) {
    footer.footer .widget-ft {
      padding-left: 0px;
      padding-bottom: 0px;
      border-left: 0; } }
  @media (max-width: 767px) {
    footer.footer .widget-ft {
      margin-bottom: 0px;
      margin-top: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
      border-left: 0; }
      footer.footer .widget-ft.last-child {
        border-bottom: 0;
        margin-bottom: 0; }
      footer.footer .widget-ft.last {
        padding-bottom: 0px;
        border-bottom: none; } }
  footer.footer .widget-ft .title-db {
    padding-bottom: 0px; }
  footer.footer .widget-ft .title-menu4 {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    position: relative;
    margin-bottom: 5px; }
    footer.footer .widget-ft .title-menu4 a {
      color: #000000; }
    footer.footer .widget-ft .title-menu4.icon_none_first {
      margin-top: 20px; }
      @media (max-width: 767px) {
        footer.footer .widget-ft .title-menu4.icon_none_first {
          margin-top: 0px; } }

footer.footer .site-footer {
  float: left;
  width: 100%;
  position: relative; }
  footer.footer .site-footer:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 2px;
    background-color: #6AD9CE; }
  footer.footer .site-footer .top-footer {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 15px; }
    @media (min-width: 768px) and (max-width: 991px) {
      footer.footer .site-footer .top-footer .col-sm-6:nth-child(3) {
        clear: left; } }
    footer.footer .site-footer .top-footer .logo_footer {
      margin-top: 70px; }
    footer.footer .site-footer .top-footer .widget-ft-top .title-menu-top {
      margin-top: 25px;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: bold;
      font-family: "Quicksand", sans-serif; }

footer.footer .bg-footer-bottom {
  background: #111321; }

footer.footer .copyright {
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  position: relative;
  padding: 5px 0px;
  background: #17171a; }
  footer.footer .copyright span.wsp {
    color: #959595; }
    footer.footer .copyright span.wsp .mobile {
      opacity: 1; }
      footer.footer .copyright span.wsp .mobile b {
        color: #6AD9CE;
        font-weight: 400; }
  footer.footer .copyright a {
    font-weight: 400;
    color: #fff;
    opacity: 1;
    z-index: 999; }
    footer.footer .copyright a:hover {
      color: #6AD9CE !important;
      opacity: 1; }
  footer.footer .copyright .ul_menu_fot {
    float: right; }
    footer.footer .copyright .ul_menu_fot li {
      float: left;
      font-size: 13px;
      margin: 0px 7px; }
      footer.footer .copyright .ul_menu_fot li:last-child {
        margin: 0 0 0 10px; }
      footer.footer .copyright .ul_menu_fot li a {
        text-decoration: none;
        color: #acacac; }

@media (min-width: 768px) and (max-width: 991px) {
  footer.footer .footer-inner .col-sm-6:nth-child(2n+1) {
    clear: left; } }

@media (min-width: 992px) {
  footer.footer .copyright .inner .row.tablet {
    display: flex;
    flex-flow: row; }
    footer.footer .copyright .inner .row.tablet #copyright {
      order: 1; }
    footer.footer .copyright .inner .row.tablet #menu_fot {
      order: 2; } }

@media (max-width: 991px) {
  footer.footer .copyright .inner .fot_copyright {
    text-align: center !important; }
  footer.footer .copyright .inner .fot_menu_copyright .ul_menu_fot {
    width: 100%;
    padding-right: 0px;
    text-align: center; }
    footer.footer .copyright .inner .fot_menu_copyright .ul_menu_fot li {
      float: none;
      display: inline-block; } }

@media (max-width: 767px) {
  footer.footer .copyright .inner .wsp {
    overflow: hidden;
    padding: 15px 0px;
    display: block; }
  footer.footer .copyright .inner .mobile {
    display: block;
    width: 100%;
    text-align: center !important;
    line-height: 24px; }
  footer.footer footer .site-footer h4 {
    margin: 0;
    padding: 15px 0 0px;
    font-size: 17px;
    cursor: pointer;
    margin-bottom: 15px;
    border-top: solid 1px #2d3753; }
  footer.footer footer .footer-inner .col-xs-12:nth-child(2) {
    margin-top: 20px; }
  footer.footer .padding-bottom-50 {
    padding-bottom: 20px !important; } }

footer.footer .logo {
  padding-bottom: 15px; }
  footer.footer .logo a img {
    width: auto;
    max-height: 80px; }
  @media (max-width: 1199px) {
    footer.footer .logo a {
      font-size: 62px; }
      footer.footer .logo a img {
        max-height: 60px; } }
  @media (max-width: 767px) {
    footer.footer .logo {
      text-align: left;
      padding: 0px; }
      footer.footer .logo a {
        font-size: 60px;
        line-height: 60px; }
        footer.footer .logo a img {
          width: auto;
          max-height: 60px; } }
  @media (max-width: 480px) {
    footer.footer .logo {
      text-align: center; } }

footer.footer ul.contact {
  margin-bottom: 30px;
  padding: 0px; }
  @media (max-width: 991px) {
    footer.footer ul.contact {
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    footer.footer ul.contact {
      margin-left: -20px !important; } }
  footer.footer ul.contact.contact_x {
    margin-bottom: 10px; }
    footer.footer ul.contact.contact_x .sdt {
      display: inline-block; }
    footer.footer ul.contact.contact_x .line {
      display: inline-block;
      padding: 0 3px;
      color: #959595; }
    footer.footer ul.contact.contact_x li {
      color: #959595; }
      footer.footer ul.contact.contact_x li b {
        color: #959595; }
      footer.footer ul.contact.contact_x li a {
        color: #959595; }
        footer.footer ul.contact.contact_x li a:hover {
          color: #6AD9CE; }
  footer.footer ul.contact li {
    font-size: 14px;
    position: relative;
    color: #959595;
    margin-bottom: 0px !important;
    line-height: 20px; }
    footer.footer ul.contact li:nth-child(1) {
      margin-bottom: 0px; }
      @media (max-width: 1199px) and (min-width: 992px) {
        footer.footer ul.contact li:nth-child(1) {
          margin-bottom: 0px; } }
    footer.footer ul.contact li i.fa {
      float: left;
      position: relative;
      top: 0px;
      border-radius: 3px;
      width: 28px;
      text-align: center;
      height: 28px;
      display: block;
      margin-right: 5px;
      margin-top: -2px;
      padding-left: 2px;
      line-height: 28px;
      color: #6AD9CE;
      background-repeat: no-repeat; }
    footer.footer ul.contact li .txt_content_child {
      display: inherit; }
    footer.footer ul.contact li a {
      color: #000000; }
      footer.footer ul.contact li a:hover {
        color: #fff; }
    footer.footer ul.contact li.sdt a {
      margin-right: 0px; }
      @media (min-width: 1200px) {
        footer.footer ul.contact li.sdt a:after {
          content: "-";
          margin-left: 5px; } }
      footer.footer ul.contact li.sdt a:last-child {
        margin-right: 0px; }
        footer.footer ul.contact li.sdt a:last-child:after {
          display: none; }
    @media (max-width: 1199px) {
      footer.footer ul.contact li.sdt .email_style {
        display: block; } }

footer.footer .title-menu-first {
  margin: 0;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 50px;
  color: #fff; }

footer.footer .title-menu {
  margin: 0;
  line-height: normal;
  letter-spacing: 0.5px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-top: 60px;
  color: #fff;
  position: relative; }
  footer.footer .title-menu.title_mail {
    padding-top: 15px; }
    footer.footer .title-menu.title_mail:before {
      content: unset; }
  footer.footer .title-menu a {
    padding-right: 12px;
    background: transparent;
    cursor: default;
    font-size: 14px;
    font-family: "Quicksand", sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    position: relative; }
    @media (max-width: 374px) {
      footer.footer .title-menu a {
        font-size: 13px; } }
    footer.footer .title-menu a i.fa {
      display: none; }
    footer.footer .title-menu a:hover {
      color: #fff; }
  @media (max-width: 767px) {
    footer.footer .title-menu {
      margin-bottom: 0px;
      margin-top: 0px;
      padding-top: 0px !important; }
      footer.footer .title-menu a {
        padding: 15px 20px 15px 0;
        line-height: 22px;
        display: block;
        cursor: pointer; }
        footer.footer .title-menu a i.fa {
          display: block;
          position: absolute;
          right: 0px;
          width: 18px;
          top: 17px;
          text-align: center;
          height: 18px;
          line-height: 20px;
          border-radius: 30px;
          padding-left: 1px;
          background: #fff;
          font-size: 13px; }
          footer.footer .title-menu a i.fa:before {
            content: "\f068";
            color: #000000; }
        footer.footer .title-menu a.collapsed i.fa:before {
          content: "\f067"; } }

footer.footer .img_project_footer .item_tab_cl {
  padding-left: 0px; }
  footer.footer .img_project_footer .item_tab_cl .blog-thumbnail {
    cursor: pointer; }

footer.footer .title_company {
  font-size: 14px;
  color: #6AD9CE;
  text-transform: uppercase;
  font-weight: bold; }
  @media (max-width: 320px) {
    footer.footer .title_company {
      font-size: 13px; } }

@media (min-width: 768px) {
  footer.footer .collapse {
    display: block; } }

footer.footer .list-menu {
  line-height: 35px;
  padding: 0px; }
  footer.footer .list-menu.list-menu-time {
    line-height: normal; }
  footer.footer .list-menu.hotline_ul {
    font-weight: bold;
    font-size: 16px;
    color: #6AD9CE; }
    footer.footer .list-menu.hotline_ul a {
      font-size: 16px;
      color: #6AD9CE; }
  footer.footer .list-menu .li_menu {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 32px; }
    footer.footer .list-menu .li_menu a {
      color: #fff; }
      footer.footer .list-menu .li_menu a:hover {
        color: #6AD9CE; }
    footer.footer .list-menu .li_menu.li_menu_xxx {
      position: relative;
      margin-left: 50px;
      margin-top: 0px !important;
      color: #fff; }
      footer.footer .list-menu .li_menu.li_menu_xxx:hover {
        margin-left: 50px !important; }
      footer.footer .list-menu .li_menu.li_menu_xxx:before {
        content: "";
        background-image: url("//theme.hstatic.net/200000776867/1001127361/14/phone_footer.png?v=125");
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        position: absolute;
        left: -50px;
        top: 6px; }
      footer.footer .list-menu .li_menu.li_menu_xxx .timexx {
        display: block;
        float: left;
        width: 100%; }
      footer.footer .list-menu .li_menu.li_menu_xxx a {
        font-size: 24px;
        color: #fff;
        font-weight: bold;
        display: block;
        opacity: 1 !important; }
      footer.footer .list-menu .li_menu.li_menu_xxx .hour_ {
        font-size: 11px;
        opacity: .7; }
  footer.footer .list-menu .social_ {
    margin-bottom: 0px;
    font-size: 15px;
    color: #83858e;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    footer.footer .list-menu .social_:hover {
      color: #fff; }
    footer.footer .list-menu .social_ .ico_ {
      float: left;
      position: relative;
      top: 2px;
      width: 20px;
      height: 30px;
      display: block;
      margin-top: 0px;
      padding-left: 0px;
      line-height: 35px; }
    footer.footer .list-menu .social_ a {
      font-size: 14px;
      color: #acacac;
      margin-left: 5px; }
      footer.footer .list-menu .social_ a:hover {
        color: #fff; }

footer.footer .bottom-ft {
  padding: 20px 0px; }
  @media (max-width: 767px) {
    footer.footer .bottom-ft {
      border-top: none; } }
  footer.footer .bottom-ft .info-website {
    margin: 0;
    color: #83858e;
    font-size: 14px; }
    @media (max-width: 767px) {
      footer.footer .bottom-ft .info-website {
        text-align: center; } }
    footer.footer .bottom-ft .info-website a {
      color: #fff; }
      footer.footer .bottom-ft .info-website a:hover {
        color: #6AD9CE; }
    footer.footer .bottom-ft .info-website b {
      font-weight: normal;
      color: #fff; }
  footer.footer .bottom-ft .list-menu-bft {
    float: right; }
    footer.footer .bottom-ft .list-menu-bft li {
      float: left; }
      footer.footer .bottom-ft .list-menu-bft li a {
        padding: 0px 10px;
        font-weight: normal; }

/*============================================================================
BACK TO TOP
==============================================================================*/
.backtop {
  position: fixed;
  top: auto !important;
  color: #fff;
  border-radius: 50%;
  background: #c6cddb;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0 !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 58px;
  height: 58px;
  z-index: 199;
  background-color: #dcf6f3;
  border-radius: 50%;
  text-align: center;
  line-height: 58px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: left; }
  .backtop .border_btt {
    display: inline-block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 4px;
    line-height: 50px;
    background: #6AD9CE; }
  .backtop:hover {
    background: #6AD9CE;
    color: #6AD9CE; }
    .backtop:hover .border_btt {
      background-color: #dcf6f3; }
    .backtop:hover .fas {
      color: #6AD9CE; }
  .backtop .fas {
    font-size: 16px;
    color: #fff; }

.backtop.show {
  opacity: 1 !important; }

@media (min-width: 1441px) {
  .backtop {
    right: 15%;
    bottom: 20px; }
  .phone_backtotop {
    bottom: 20px !important;
    left: 15%; } }

@media (min-width: 1200px) and (max-width: 1440px) {
  .backtop {
    right: 15px;
    bottom: 30px; }
  .phone_backtotop {
    left: 15px;
    bottom: 30px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .backtop {
    right: 25px;
    bottom: 40px; }
  .phone_backtotop {
    left: 25px;
    bottom: 40px; } }

@media (max-width: 767px) {
  .backtop {
    right: 5%;
    bottom: 20px; }
  .phone_backtotop {
    left: 5%;
    bottom: 20px; } }

/*PHONE TO TOP*/
.phone_backtotop {
  position: fixed;
  z-index: 9999;
  top: auto !important;
  width: 50px;
  height: 50px;
  line-height: 55px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  background: #6AD9CE;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: play 1.5s ease infinite;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }
  .phone_backtotop .fas {
    font-size: 18px;
    color: #fff; }

@keyframes play {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
    box-shadow: 0 0 0 5px #ff9897, 0 0 0 10px #ff9897; }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg); } }

.phone_backtotop.show {
  opacity: 1; }

@media (min-width: 1441px) {
  .phone_backtotop.left_center {
    bottom: 48% !important;
    left: 50px; }
  .phone_backtotop.right_center {
    bottom: 48% !important;
    right: 50px; }
  .phone_backtotop.right_bottom {
    bottom: 50px !important;
    right: 50px; }
  .phone_backtotop.left_bottom {
    bottom: 50px !important;
    left: 50px; } }

@media (min-width: 1200px) and (max-width: 1440px) {
  .phone_backtotop.left_center {
    bottom: 48% !important;
    left: 15px; }
  .phone_backtotop.right_center {
    bottom: 48% !important;
    right: 15px; }
  .phone_backtotop.right_bottom {
    bottom: 50px !important;
    right: 15px; }
  .phone_backtotop.left_bottom {
    bottom: 50px !important;
    left: 15px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .phone_backtotop.left_center {
    bottom: 48% !important;
    left: 15px; }
  .phone_backtotop.right_center {
    bottom: 48% !important;
    right: 15px; }
  .phone_backtotop.right_bottom {
    bottom: 50px !important;
    right: 15px; }
  .phone_backtotop.left_bottom {
    bottom: 50px !important;
    left: 15px; } }

@media (max-width: 767px) {
  .phone_backtotop.left_center {
    bottom: 48% !important;
    left: 15px; }
  .phone_backtotop.right_center {
    bottom: 48% !important;
    right: 15px; }
  .phone_backtotop.right_bottom {
    bottom: 50px !important;
    right: 15px; }
  .phone_backtotop.left_bottom {
    bottom: 50px !important;
    left: 15px; } }

/*============================================================================
6. Product detail
==============================================================================*/
.overflow-hidden {
  overflow: hidden; }

.title-product {
  color: #000000;
  font-size: 30px;
  line-height: 36px;
  font-family: "Montserrat", sans-serif;
  margin: 0px;
  margin-bottom: 10px;
  font-weight: 400; }

.details-product .large-image {
  text-align: center;
  width: 100%;
  margin-bottom: 20px; }
  .details-product .large-image a {
    display: block;
    border: solid 1px #6AD9CE; }
    .details-product .large-image a img {
      margin: 0 auto; }

.details-product .tab_h {
  display: block;
  width: 100%;
  float: left;
  margin-top: 50px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .details-product .tab_h {
      margin-top: 25px; } }

.details-product .details-pro .product-price {
  display: inline-block; }

.details-product .details-pro .price-box {
  margin: 10px 0 15px; }
  .details-product .details-pro .price-box del {
    color: #adadad;
    font-size: 1.42857em; }
  .details-product .details-pro .price-box .save-price {
    display: block;
    float: left;
    width: 100%;
    font-family: "Quicksand", sans-serif;
    font-size: 12px; }
    .details-product .details-pro .price-box .save-price .product-price-save {
      font-weight: bold;
      color: #6AD9CE; }

.details-product .details-pro .custom-btn-number {
  position: relative;
  padding: 0;
  margin-bottom: 10px;
  border: none;
  box-shadow: none;
  height: auto; }
  .details-product .details-pro .custom-btn-number label {
    font-size: 14px; }
  .details-product .details-pro .custom-btn-number #qty {
    height: 32px;
    font-size: 1.28571em;
    margin: 0; }
  .details-product .details-pro .custom-btn-number .qtyminus {
    position: absolute;
    left: 25px;
    top: 4px;
    font-size: 1.42857em; }
  .details-product .details-pro .custom-btn-number .qtyplus {
    position: absolute;
    right: 25px;
    top: 4px;
    font-size: 1.42857em; }

.thumb_product_details {
  width: 76%;
  margin: 0 auto; }
  .thumb_product_details .owl-height {
    height: 100px !important; }
  @media (min-width: 375px) and (max-width: 414px) {
    .thumb_product_details {
      width: 77%; }
      .thumb_product_details .owl-item .item a {
        width: 75px !important;
        height: 75px !important; }
      .thumb_product_details .owl-nav .owl-prev, .thumb_product_details .owl-nav .owl-next {
        top: 19% !important; } }
  @media (min-width: 544px) and (max-width: 767px) {
    .thumb_product_details {
      width: 95%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .thumb_product_details {
      width: 90%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .thumb_product_details {
      width: 70%; } }
  .thumb_product_details .owl-item .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px dashed #ebebeb;
    height: 90px;
    width: 90px; }
    @media (min-width: 544px) and (max-width: 1199px) {
      .thumb_product_details .owl-item .item a {
        width: 90px;
        height: 90px; } }
    .thumb_product_details .owl-item .item a img {
      width: auto;
      margin: 0 auto;
      max-height: 100%;
      max-width: 100%; }
    .thumb_product_details .owl-item .item a:hover {
      border: 1px dashed #6AD9CE; }
    .thumb_product_details .owl-item .item a.active {
      border: 1px dashed #6AD9CE; }
      .thumb_product_details .owl-item .item a.active img {
        opacity: 1; }
  .thumb_product_details .owl-nav .owl-prev {
    left: -18px !important;
    top: 28%; }
  .thumb_product_details .owl-nav .owl-next {
    right: -18px !important;
    top: 28%; }

@media (min-width: 414px) and (max-width: 543px) {
  .thumb_product_details {
    width: 80%; } }

@media (max-width: 374px) {
  .thumb_product_details {
    width: 88%; }
    .thumb_product_details .owl-nav .owl-prev, .thumb_product_details .owl-nav .owl-next {
      top: 20%; }
    .thumb_product_details .owl-nav .owl-prev {
      left: -18px !important; }
    .thumb_product_details .owl-nav .owl-next {
      right: -18px !important; }
    .thumb_product_details .owl-item .item a {
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      height: 70px !important;
      width: 70px !important;
      display: block;
      border: solid 1px #ebebeb; }
      .thumb_product_details .owl-item .item a img {
        max-height: 100%;
        max-width: 100%; }
      .thumb_product_details .owl-item .item a.active {
        border-color: #6AD9CE; }
        .thumb_product_details .owl-item .item a.active img {
          opacity: 1; } }

.details-pro {
  /*social sharing*/ }
  .details-pro .form-product {
    padding-top: 15px; }
    .details-pro .form-product .form_product_content .soluong {
      float: left;
      display: block;
      width: 100%;
      margin-bottom: 15px; }
  .details-pro .reviews_details_product {
    margin-top: 0px;
    margin-bottom: 3px;
    overflow: hidden;
    float: left;
    width: 100%; }
    .details-pro .reviews_details_product .haravan-product-reviews-badge {
      margin: 0px auto;
      padding: 0px;
      float: left; }
      .details-pro .reviews_details_product .haravan-product-reviews-badge .haravan-product-reviews-star i {
        font-size: 13px; }
      .details-pro .reviews_details_product .haravan-product-reviews-badge .haravan-product-reviews-star .star-off-png:before {
        content: "\f006";
        color: #fdba12; }
      .details-pro .reviews_details_product .haravan-product-reviews-badge .haravan-product-reviews-star .star-on-png:before {
        content: "\f005";
        color: #fdba12; }
      .details-pro .reviews_details_product .haravan-product-reviews-badge .haravan-product-reviews-star .star-half-png:before {
        content: "\f006";
        color: #ffba01; }
      .details-pro .reviews_details_product .haravan-product-reviews-badge div img {
        display: none; }
      .details-pro .reviews_details_product .haravan-product-reviews-badge div p {
        font-size: 13px;
        color: #7b7b7b; }
  .details-pro .group-status {
    font-size: 14px;
    margin-bottom: 8px; }
    @media (min-width: 768px) and (max-width: 992px) {
      .details-pro .group-status .status_2 {
        float: left;
        width: 100%; } }
    .details-pro .group-status .first_status .line_tt {
      padding: 0 5px; }
      @media (max-width: 375px) {
        .details-pro .group-status .first_status .line_tt {
          display: none; } }
    @media (max-width: 375px) {
      .details-pro .group-status .first_status.status_2 {
        display: block;
        float: left;
        width: 100%; } }
    .details-pro .group-status .status_name {
      color: #6AD9CE; }
  .details-pro .product-summary {
    padding: 15px 0;
    border-bottom: 1px dashed #6AD9CE;
    border-top: 1px dashed #6AD9CE; }
    .details-pro .product-summary .if {
      font-size: 14px;
      color: #333;
      line-height: 24px; }
    .details-pro .product-summary .rte {
      font-size: 14px;
      color: #000000;
      line-height: 22px;
      font-family: "Montserrat", sans-serif; }
      .details-pro .product-summary .rte img {
        display: none; }
    .details-pro .product-summary .btn_xemtheme_pro {
      margin-top: 10px; }
      .details-pro .product-summary .btn_xemtheme_pro span {
        cursor: pointer;
        color: #6AD9CE;
        position: relative; }
        .details-pro .product-summary .btn_xemtheme_pro span:hover {
          color: #000000; }
        .details-pro .product-summary .btn_xemtheme_pro span .fa {
          position: absolute;
          top: -2px;
          left: 70px; }
  .details-pro .form_product_content .label_sl {
    font-weight: bold;
    display: inline-block;
    float: left;
    line-height: 45px;
    margin-right: 30px; }
  .details-pro .social-sharing {
    display: block;
    width: 100%;
    float: left; }
    .details-pro .social-sharing .social-media label {
      display: inline-block; }
    .details-pro .social-sharing .social-media a {
      display: inline-block;
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      border-radius: 50%;
      margin-right: 0;
      margin-left: 3px;
      margin: 0 5px; }
    .details-pro .social-sharing .social-normal {
      display: block;
      padding: 20px 0px; }
      .details-pro .social-sharing .social-normal label {
        display: inline-block;
        margin-right: 10px;
        font-weight: 400;
        font-size: 13px;
        color: #565656; }
      .details-pro .social-sharing .social-normal a {
        margin: 0px 5px; }
  .details-pro .contacts {
    display: inline-block;
    float: left;
    text-align: left;
    width: 100%;
    position: relative;
    margin-bottom: 5px;
    margin-top: -10px; }
    @media (max-width: 767px) {
      .details-pro .contacts {
        margin-bottom: 5px;
        margin-top: 5px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .details-pro .contacts {
        margin-top: 10px; } }
    .details-pro .contacts .block_phone {
      font-size: 14px;
      line-height: 30px;
      display: block;
      font-weight: 400;
      position: relative; }
      .details-pro .contacts .block_phone div {
        display: inline-block;
        float: left; }
        @media (min-width: 768px) and (max-width: 991px) {
          .details-pro .contacts .block_phone div {
            padding-left: 40px; } }
        @media (max-width: 767px) {
          .details-pro .contacts .block_phone div {
            padding-left: 40px;
            text-align: left; } }
      .details-pro .contacts .block_phone .random1 {
        color: #6AD9CE;
        font-weight: bold; }
      .details-pro .contacts .block_phone a {
        margin-left: 5px;
        font-size: 16px;
        color: #6AD9CE;
        font-weight: bold;
        line-height: 30px;
        text-decoration: none; }
        @media (max-width: 374px) {
          .details-pro .contacts .block_phone a {
            font-size: 14px; } }
  .details-pro .thongtinkhuyenmai {
    border: 1px dashed #6AD9CE;
    border-radius: 0px;
    padding: 15px 35px 15px 20px;
    margin-bottom: 15px;
    position: relative;
    clear: left;
    margin-top: 20px;
    display: block;
    float: left;
    width: 100%; }

/*Thông tin khuyến mãi*/
.rte-summary {
  font-family: "Montserrat", sans-serif;
  color: #707070;
  font-size: 14px; }
  .rte-summary ul {
    margin-left: 10px; }
    .rte-summary ul li {
      position: relative;
      padding-left: 0px;
      margin-bottom: 0; }

/*BUTTON MUA HÀNG */
.button_actions {
  display: inline-block;
  float: left;
  margin-right: 25px; }
  @media (max-width: 767px) {
    .button_actions {
      display: block;
      width: 100%; } }
  .button_actions .btn_base {
    font-size: 14px;
    outline: none;
    box-shadow: none;
    text-transform: none;
    color: #fff;
    height: auto;
    line-height: inherit;
    width: 270px;
    height: 45px;
    line-height: 45px;
    border-radius: 30px;
    background: #6AD9CE;
    font-family: "Montserrat", sans-serif;
    border: 1px solid transparent; }
    .button_actions .btn_base:hover {
      color: #6AD9CE;
      border: 1px solid #6AD9CE;
      background: #fff; }
    .button_actions .btn_base .text_1 {
      font-size: 15px;
      font-weight: 700;
      line-height: 1.1;
      display: block;
      width: 100%;
      text-align: center; }
    .button_actions .btn_base[disabled] {
      height: 45px;
      line-height: 45px;
      font-size: 15px;
      font-weight: 700;
      padding: 0; }
    .button_actions .btn_base.disabled {
      height: 45px;
      line-height: 45px;
      font-size: 15px;
      font-weight: 700;
      padding: 0;
      margin: 0 auto; }
    .button_actions .btn_base.btn_call {
      background: #000000; }
      @media (max-width: 991px) {
        .button_actions .btn_base.btn_call {
          width: 100%;
          margin-left: 0;
          margin-top: 10px; } }

.button_cart_buy_enable, .button_cart_buy_disable {
  height: 40px;
  line-height: 40px;
  width: auto;
  border-radius: 3px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  float: left;
  position: relative; }
  @media (max-width: 767px) {
    .button_cart_buy_enable, .button_cart_buy_disable {
      font-size: 14px !important; } }
  .button_cart_buy_enable span, .button_cart_buy_disable span {
    font-size: 14px; }
  .button_cart_buy_enable .fa, .button_cart_buy_disable .fa {
    font-size: 20px;
    padding: 20px 22px 23px;
    position: absolute;
    left: 0;
    top: -1px;
    background: #059b3a;
    border-radius: 3px; }

.button_cart_buy_enable {
  background: #6AD9CE;
  position: relative; }
  .button_cart_buy_enable:hover {
    background: #6AD9CE;
    border-color: #6AD9CE;
    color: #fff; }
    .button_cart_buy_enable:hover .fa {
      color: #fff; }

.button_cart_buy_disable {
  background: rgba(255, 65, 87, 0.51);
  width: 100%; }

/*END BUTTON MUA HÀNG */
.form-group {
  padding-bottom: 0px; }
  .form-group .call_phone_buy {
    margin: 17px 0 15px 0;
    color: #8d90a6; }
    .form-group .call_phone_buy a {
      color: #6AD9CE;
      font-weight: bold; }
      .form-group .call_phone_buy a:hover {
        color: #000000; }
  .form-group .input_number_product {
    display: inline-flex;
    width: 65%; }
    .form-group .input_number_product .btn_num {
      font-size: 22px;
      line-height: 0px;
      border: solid 1px #eaebf3;
      display: inline-block;
      width: 40px;
      height: 45px;
      background: #fff;
      float: left;
      color: #8d90a6;
      text-align: center;
      padding: 0px; }
      .form-group .input_number_product .btn_num.num_1 {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        font-size: 30px;
        border-right: none; }
      .form-group .input_number_product .btn_num.num_2 {
        border-left: none;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px; }
      .form-group .input_number_product .btn_num:hover {
        cursor: pointer; }
    .form-group .input_number_product input {
      padding: 0px;
      margin: 0px;
      display: block;
      float: left;
      color: #8d90a6;
      height: 45px;
      border: 1px solid #eaebf3;
      border-right: none;
      border-left: none;
      width: 40px;
      text-align: center;
      box-shadow: none;
      border-radius: 0px;
      font-size: 14px;
      font-family: "Montserrat", sans-serif; }

.form-product {
  padding: 0px; }
  .form-product .form-group {
    width: 100%; }
    .form-product .form-group header {
      width: 85px;
      float: left;
      line-height: 40px;
      font-size: 14px;
      color: #636363; }
  .form-product form {
    margin-bottom: 15px; }

.box-variant {
  margin-top: 10px; }
  .box-variant .form-group {
    width: 100%; }
    .box-variant .form-group .selector-wrapper {
      margin-bottom: 15px !important; }
      .box-variant .form-group .selector-wrapper label {
        font-weight: bold;
        width: 100px;
        font-size: 14px;
        float: left;
        color: #000000;
        line-height: 40px; }
      .box-variant .form-group .selector-wrapper .single-option-selector {
        height: 45px;
        width: calc(100% - 100px);
        border-radius: 30px;
        border-color: #eaebf3; }
        @media (min-width: 1200px) {
          .box-variant .form-group .selector-wrapper .single-option-selector {
            width: 35%; } }

.iwi {
  display: inline-block;
  float: left;
  text-align: center;
  width: auto;
  height: 45px;
  line-height: 45px;
  border-radius: 0%;
  background: transparent;
  position: relative; }
  .iwi a {
    color: #6AD9CE; }
    .iwi a .far, .iwi a .fas {
      padding-right: 5px; }
    .iwi a .fas {
      color: #6AD9CE; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .iwi {
      margin-bottom: 0px; } }
  .iwi .iWishAdded .fa {
    color: #6AD9CE; }
  .iwi .iWishAdd .fa {
    color: #ccc; }
  .iwi .fa {
    font-size: 20px; }
  .iwi span {
    font-size: 14px;
    margin-left: 10px; }
  .iwi:hover a {
    text-decoration: none; }
  .iwi .iwishAddWrapper {
    border: none !important;
    margin: 0 !important; }

.social_share_product {
  display: block;
  text-align: center; }
  .social_share_product .addthis_inline_share_toolbox {
    display: inline-block; }

.details-product .link_color {
  font-size: 14px;
  line-height: 16px;
  cursor: pointer; }

@media (min-width: 1200px) {
  .details-product #gallery_01 .flex-viewport {
    height: 320px !important;
    margin-top: 25px; } }

@media (max-width: 767px) {
  .details-product .details-pro {
    margin-top: 0px; } }

.details-product .details-pro .product-price {
  font-size: 24px;
  line-height: 30px;
  display: inline-block;
  color: #6AD9CE;
  font-weight: bold; }

.details-product .details-pro .price-box {
  margin: 8px 0 15px; }
  .details-product .details-pro .price-box del {
    color: #8d90a6;
    font-size: 14px;
    margin-left: 10px; }

.details-product .details-pro .custom-btn-number {
  position: relative;
  padding: 0;
  margin-bottom: 20px;
  border: none;
  box-shadow: none;
  width: 100%; }
  .details-product .details-pro .custom-btn-number #qty {
    height: 45px;
    font-size: 17px;
    margin: 0; }

.details-product .details-pro .custom-btn-number {
  width: 120px;
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0px !important;
  border: none;
  box-shadow: none;
  height: 45px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .details-product .details-pro .custom-btn-number {
      margin-right: 15px;
      width: 153px; } }
  .details-product .details-pro .custom-btn-number label {
    font-size: 14px; }
  .details-product .details-pro .custom-btn-number #qty {
    height: 45px;
    font-size: 1.28571em;
    margin: 0; }
  .details-product .details-pro .custom-btn-number .qtyminus {
    position: absolute;
    left: 25px;
    top: 4px;
    font-size: 1.42857em; }
  .details-product .details-pro .custom-btn-number .qtyplus {
    position: absolute;
    right: 25px;
    top: 4px;
    font-size: 1.42857em; }

#btnnewreview {
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  margin: 0px;
  padding: 5px 15px !important;
  background: #6AD9CE !important;
  border: solid 1px #6AD9CE !important;
  display: inline;
  border-radius: 0px;
  color: #fff; }

.related-product {
  margin-bottom: 30px;
  margin-top: 80px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .related-product .product_related .product-thumbnail a {
      height: 214.38px !important; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .related-product .product_related .product-thumbnail a {
      height: 221.66px !important; } }
  @media (max-width: 374px) {
    .related-product .product_related .product-thumbnail a {
      height: 131.25px !important; } }
  @media (max-width: 413px) and (min-width: 374px) {
    .related-product .product_related .product-thumbnail a {
      height: 158.75px !important; } }
  @media (max-width: 543px) and (min-width: 414px) {
    .related-product .product_related .product-thumbnail a {
      height: 183.75px !important; } }

@media (max-width: 1199px) {
  .zoomContainer {
    display: none !important; }
  .product-thumb .product-big-wrapper .large-img .zoomWrapper {
    width: auto !important;
    height: auto !important; }
    .product-thumb .product-big-wrapper .large-img .zoomWrapper img {
      position: static !important; } }

@media (min-width: 1200px) {
  .zoomLens {
    width: 100px !important;
    height: 100px !important; }
  .zoomWrapper {
    width: 100% !important; }
  .zoomWrapper img {
    position: static !important;
    max-width: 100% !important;
    height: auto !important; }
    .zoomWrapper img ~ img {
      display: none !important; } }

@media (max-width: 767px) {
  .zoomWrapper {
    width: 100% !important;
    height: auto !important; }
  .product-tab.e-tabs.not-dqtab {
    margin-bottom: 50px; }
  .related-product {
    margin-top: 0px; } }

.related-product {
  margin-top: 0px !important;
  display: block;
  float: left;
  width: 100%; }
  @media (max-width: 767px) {
    .related-product {
      margin-bottom: 10px !important; } }
  .related-product .heading {
    padding: 0px !important; }
    @media (max-width: 767px) {
      .related-product .heading h2 {
        font-size: 23px; } }
  .related-product .heading_related_h {
    text-align: left !important; }
    .related-product .heading_related_h:before {
      top: 55%; }
    .related-product .heading_related_h h2 {
      padding: 0;
      font-weight: bold;
      font-size: 16px; }
      .related-product .heading_related_h h2 a {
        text-transform: none; }
  .related-product .product_related {
    margin-top: 30px; }
    .related-product .product_related .owl-nav .owl-prev, .related-product .product_related .owl-nav .owl-next {
      top: 45%; }
      @media (max-width: 480px) {
        .related-product .product_related .owl-nav .owl-prev, .related-product .product_related .owl-nav .owl-next {
          top: 40%; } }
    .related-product .product_related .owl-nav .owl-prev {
      left: -1.5%; }
    .related-product .product_related .owl-nav .owl-next {
      right: -1.5%; }
    .related-product .product_related .item .product-col-1 {
      border-right: none !important; }

#recently-viewed-products .image {
  float: left;
  width: 90px;
  margin-right: 10px; }

#recently-viewed-products .info {
  width: calc(100% - 100px);
  float: right; }

.zoomWrapper {
  width: 100% !important;
  height: auto !important; }

.zoomWrapper img {
  position: static !important;
  width: auto !important;
  height: auto !important;
  display: block;
  margin: 0 auto; }
  .zoomWrapper img ~ img {
    display: none !important; }

/*============================================================================
7. Collection
==============================================================================*/
.collection_2 .aside-item .filter-group {
  margin-top: 0px !important; }

@media (min-width: 992px) and (max-width: 1199px) {
  .collection_2 .col-db .product-box-h .display_flex {
    height: 185.55px !important; } }

@media (min-width: 1200px) {
  .collection_2 .col-db .product-box-h .display_flex {
    height: 203.33px !important; } }

.collection_2 .product-box-h .display_flex {
  height: 210px !important; }
  @media (max-width: 374px) {
    .collection_2 .product-box-h .display_flex {
      height: 130px !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .collection_2 .product-box-h .display_flex {
      height: 219.99px !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .collection_2 .product-box-h .display_flex {
      height: 212.5px !important; } }

@media (max-width: 1199px) {
  .collection_2 .sortPagiBar2 {
    margin-bottom: 20px;
    float: left;
    width: 100%; } }

.collection_2 #sort-by {
  font-size: 14px;
  line-height: 35px; }
  .collection_2 #sort-by ul {
    padding-left: 10px; }
  @media (max-width: 767px) {
    .collection_2 #sort-by {
      margin-left: 0px !important; } }

@media (min-width: 1200px) {
  .collection_2 .no-padding-col {
    padding: 0px !important; }
  .collection_2 .aside-item {
    width: 25%;
    float: left; }
    .collection_2 .aside-item .aside-content {
      border-bottom: none;
      padding: 10px 15px 0 0;
      margin-top: -10px; }
  .collection_2 .left-content {
    border-bottom: 1px solid #ebebeb;
    float: left;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 15px; }
  .collection_2 #sort-by {
    font-size: 14px;
    line-height: 35px; }
    .collection_2 #sort-by ul {
      padding-left: 10px; }
  .collection_2 .sortPagiBar2 {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px !important; } }

@media (min-width: 1200px) {
  .collection_2 .col-lg-fix-5:nth-child(5n+1) {
    clear: left; } }

/*STYLE SẮP XẾP NEW*/
.sort-cate {
  display: block; }
  @media (max-width: 480px) {
    .sort-cate {
      float: none !important; } }
  .sort-cate .sort-cate-left {
    float: left;
    margin-top: 5px; }
    .sort-cate .sort-cate-left h3 {
      font-size: 14px;
      font-weight: 400;
      float: left;
      margin: 0;
      margin-top: 2px;
      color: #707070; }
    .sort-cate .sort-cate-left ul {
      display: inline-block;
      float: right;
      padding-left: 0; }
      .sort-cate .sort-cate-left ul li {
        float: left;
        padding: 0 0 0 10px; }
        .sort-cate .sort-cate-left ul li:first-child {
          padding-left: 12px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .sort-cate .sort-cate-left ul li:first-child {
            padding-left: 0px; } }
        .sort-cate .sort-cate-left ul li.active a {
          color: #6AD9CE; }
        .sort-cate .sort-cate-left ul li a {
          font-size: 13px;
          position: relative;
          color: #707070; }
          .sort-cate .sort-cate-left ul li a i {
            height: 14px;
            width: 14px;
            border: 1px solid #cdcfd3;
            border-radius: 50%;
            display: inline-block;
            vertical-align: middle;
            margin: -3px 5px 0 0;
            position: relative; }
        .sort-cate .sort-cate-left ul li:hover i, .sort-cate .sort-cate-left ul li.active i {
          background: #6AD9CE;
          height: 14px;
          width: 14px;
          border: none; }
          .sort-cate .sort-cate-left ul li:hover i:before, .sort-cate .sort-cate-left ul li.active i:before {
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            content: "\f00c";
            color: #fff;
            position: absolute;
            width: 14px;
            height: 14px;
            line-height: 14px;
            top: 0px;
            font-size: 9px;
            left: 1px; }
  .sort-cate .sort-cate-right {
    float: right; }
    .sort-cate .sort-cate-right h3 {
      font-size: 14px;
      font-weight: normal;
      float: left;
      margin: 0;
      margin-top: 5px;
      margin-right: 5px; }
    .sort-cate .sort-cate-right .view-mode {
      display: inline-block; }
      @media (max-width: 480px) {
        .sort-cate .sort-cate-right .view-mode {
          text-align: center;
          display: block; } }
      .sort-cate .sort-cate-right .view-mode a {
        border: 1px solid #eaeced;
        width: 65px;
        display: inline-block;
        color: #333;
        font-size: 14px;
        height: auto;
        line-height: inherit;
        float: left;
        border-radius: 0;
        height: 30px;
        line-height: 30px; }
        @media (min-width: 413px) and (max-width: 415px) {
          .sort-cate .sort-cate-right .view-mode a {
            width: 90px; } }
        @media (min-width: 374px) and (max-width: 380px) {
          .sort-cate .sort-cate-right .view-mode a {
            width: 80px; } }
        .sort-cate .sort-cate-right .view-mode a.active, .sort-cate .sort-cate-right .view-mode a:hover {
          color: #6AD9CE; }
        .sort-cate .sort-cate-right .view-mode a + a {
          margin-left: 5px; }
        @media (max-width: 480px) {
          .sort-cate .sort-cate-right .view-mode a {
            float: none; } }
    @media (max-width: 480px) {
      .sort-cate .sort-cate-right {
        width: 50%; }
        .sort-cate .sort-cate-right h3 {
          display: block;
          text-align: left;
          margin-right: 0;
          float: none; } }
  @media (max-width: 480px) {
    .sort-cate .sort-cate-right-mobile {
      width: 100%;
      float: left; }
      .sort-cate .sort-cate-right-mobile #sort-by {
        float: none;
        margin-left: 0px;
        width: 100%;
        padding: 5px 0; }
        .sort-cate .sort-cate-right-mobile #sort-by .left {
          display: block;
          float: left;
          line-height: 1.4;
          font-weight: normal;
          margin-right: 10px;
          margin-top: 5px;
          width: 60px; }
        .sort-cate .sort-cate-right-mobile #sort-by ul {
          width: calc(100% - 80px); }
          .sort-cate .sort-cate-right-mobile #sort-by ul > li {
            border: 1px solid #eaeced;
            padding: 0 5px 0 20px;
            width: 100%;
            line-height: 30px; }
          .sort-cate .sort-cate-right-mobile #sort-by ul ul {
            background-color: #fff;
            width: 100% !important;
            top: 27px; }
            .sort-cate .sort-cate-right-mobile #sort-by ul ul li {
              width: 100%;
              border: none; } }

.dqdt-sidebar {
  margin-top: -10px; }
  @media (max-width: 1199px) {
    .dqdt-sidebar .section_best_sale .aside-title h2 {
      font-size: 22px; } }

.collection .collection-image img {
  width: 100%; }

.collection .product-box-h {
  min-height: 360px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .collection .product-box-h {
      min-height: 350px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .collection .product-box-h {
      min-height: 340px; } }
  @media (min-width: 543px) and (max-width: 767px) {
    .collection .product-box-h {
      min-height: 310px; } }
  @media (max-width: 480px) {
    .collection .product-box-h {
      min-height: 270px; } }

.sidebar .title-head {
  margin: 0px;
  font-size: 14px;
  position: relative;
  display: block; }
  .sidebar .title-head span {
    display: block;
    padding: 0px; }

.product-mini-lists {
  margin: 0px;
  float: left;
  width: 100%; }
  .product-mini-lists .products {
    border: none !important; }

@media (min-width: 1200px) {
  .products-view-grid .col-lg-4:nth-child(3n+1) {
    clear: left; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .products-view-grid .col-md-4:nth-child(3n+1) {
    clear: left; } }

@media (min-width: 768px) and (max-width: 991px) {
  .products-view-grid .col-sm-4:nth-child(3n+1) {
    clear: left; } }

@media (max-width: 767px) {
  .products-view-grid .col-xs-6:nth-child(2n+1) {
    clear: left; } }

@media (max-width: 767px) {
  .product-box .btn-white {
    padding: 0 10px; } }

.view-mode > a {
  width: 34px;
  height: 34px;
  display: inline-block;
  margin-left: 2px; }

.view-mode span {
  font-size: 0; }

.tt span {
  font-size: 14px; }

.tt.hidden-sm.hidden-xs {
  padding-left: 95px;
  padding-top: 10px;
  display: inline-block; }

.button-view-mode {
  padding: 0;
  margin: 0;
  width: 34px;
  height: 34px;
  box-shadow: none;
  line-height: 34px;
  font-size: 14px;
  background: #fff;
  border-radius: 0px;
  border: 1px solid #e9edf5;
  color: #7b8395; }
  .button-view-mode.active {
    color: #fff;
    border: 1px solid #6AD9CE;
    background: #6AD9CE;
    box-shadow: none; }
    .button-view-mode.active a {
      color: #000000; }
  .button-view-mode .fa {
    font-size: 14px; }
  .button-view-mode .ion-grid {
    font-size: 21px; }
  .button-view-mode .ion-navicon {
    font-size: 26px; }
  .button-view-mode:hover {
    color: #fff;
    border: 1px solid #6AD9CE;
    background: #6AD9CE; }

.collection .nav_pagi {
  margin: 10px; }

.collection .title-head {
  display: inherit;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: none;
  line-height: 30px;
  margin: 0; }
  @media (max-width: 991px) {
    .collection .title-head {
      position: relative;
      margin-bottom: 0px; } }

.collection .tt span {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif; }

.collection .text-sm-left {
  padding-top: 6px; }

.collection .category-products .sortPagiBar {
  display: inline-block;
  padding: 0;
  margin-top: 0px;
  width: 100%;
  padding-bottom: 5px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .collection .category-products .sortPagiBar {
      padding-bottom: 25px; } }
  .collection .category-products .sortPagiBar .wr_sort {
    margin-bottom: 0px;
    padding: 0px 0px 3px; }
    @media (max-width: 767px) {
      .collection .category-products .sortPagiBar .wr_sort {
        border-bottom: none;
        margin-bottom: 0px; } }
    .collection .category-products .sortPagiBar .wr_sort .text-sm-right .ht_xxx {
      float: left;
      height: 30px;
      display: inline-block;
      line-height: 32px;
      margin-right: 5px;
      font-size: 14px;
      font-family: "Montserrat", sans-serif; }
    .collection .category-products .sortPagiBar .wr_sort .text-sm-right .view-mode {
      display: inline-block; }
      .collection .category-products .sortPagiBar .wr_sort .text-sm-right .view-mode a {
        width: 34px;
        margin-right: 5px; }
    .collection .category-products .sortPagiBar .wr_sort .text-sm-right .sorby_xxx {
      display: inline;
      float: right; }
      .collection .category-products .sortPagiBar .wr_sort .text-sm-right .sorby_xxx .left {
        float: left;
        font-weight: 400;
        line-height: 33px;
        font-size: 14px !important;
        font-family: "Montserrat", sans-serif;
        margin-right: 6px;
        margin-bottom: 0; }
      .collection .category-products .sortPagiBar .wr_sort .text-sm-right .sorby_xxx ul li {
        font-family: "Montserrat", sans-serif;
        font-weight: 400; }

.collection .category-products .sortPagiBar2 {
  display: inline-block;
  padding: 0;
  margin-bottom: 15px;
  margin-top: -5px;
  width: 100%; }
  .collection .category-products .sortPagiBar2 .wr_sort {
    margin-bottom: 0px;
    padding: 0px 0px 3px; }
    @media (max-width: 767px) {
      .collection .category-products .sortPagiBar2 .wr_sort {
        border-bottom: none;
        margin-bottom: 0px; } }
    .collection .category-products .sortPagiBar2 .wr_sort .text-sm-right .ht_xxx {
      float: left;
      height: 30px;
      display: inline-block;
      line-height: 32px;
      margin-right: 5px;
      font-size: 14px;
      font-family: "Montserrat", sans-serif; }
    .collection .category-products .sortPagiBar2 .wr_sort .text-sm-right .view-mode {
      display: inline-block; }
      .collection .category-products .sortPagiBar2 .wr_sort .text-sm-right .view-mode a {
        width: 34px;
        margin-right: 5px; }
    .collection .category-products .sortPagiBar2 .wr_sort .text-sm-right .sorby_xxx {
      display: inline;
      float: right; }
      .collection .category-products .sortPagiBar2 .wr_sort .text-sm-right .sorby_xxx .left {
        float: left;
        font-weight: 400;
        line-height: 33px;
        font-size: 14px !important;
        font-family: "Montserrat", sans-serif;
        margin-right: 6px;
        margin-bottom: 0; }
      .collection .category-products .sortPagiBar2 .wr_sort .text-sm-right .sorby_xxx ul li {
        font-family: "Montserrat", sans-serif;
        font-weight: 400; }

@media (max-width: 767px) {
  .collection .category-products .products-view-grid .col-xs-6:nth-child(2n+1) {
    clear: left; } }

@media (min-width: 768px) and (max-width: 991px) {
  .collection .category-products .products-view-grid .col-sm-4:nth-child(3n+1) {
    clear: left; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .collection .category-products .products-view-grid .col-md-3:nth-child(4n+1) {
    clear: left; } }

@media (min-width: 1200px) {
  .collection .category-products .products-view-grid .col-lg-4:nth-child(3n+1) {
    clear: left; } }

.col_base .left_base {
  display: block;
  float: left;
  padding: 0 15px; }
  @media (min-width: 1200px) {
    .col_base .left_base {
      width: 235px;
      margin-right: -15px; } }
  .col_base .left_base .banner-right {
    margin-bottom: 40px;
    float: left;
    width: 100%; }

.col_base .right_base {
  width: calc(100% - 255px);
  display: block;
  float: left;
  padding: 0 20px;
  border: 1px solid #ebebeb;
  margin-left: 20px;
  margin-bottom: 45px;
  position: relative; }
  @media (max-width: 1199px) {
    .col_base .right_base {
      width: calc(100% - 30px);
      margin: 0 15px;
      margin-bottom: 45px; } }
  .col_base .right_base:before {
    content: "";
    position: absolute;
    top: 65px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #ebebeb; }
  .col_base .right_base .category-products {
    float: left;
    width: 100%; }
    .col_base .right_base .category-products .alert-warning {
      margin-top: 25px;
      float: left;
      width: 100%; }
      @media (max-width: 767px) {
        .col_base .right_base .category-products .alert-warning {
          margin-top: 60px; } }
    .col_base .right_base .category-products .products-view {
      float: left;
      width: 100%;
      margin-top: 15px; }
      @media (max-width: 767px) {
        .col_base .right_base .category-products .products-view {
          margin-top: 60px; } }
      @media (min-width: 768px) and (max-width: 1199px) {
        .col_base .right_base .category-products .products-view {
          margin-top: 15px; } }
      @media (min-width: 1200px) {
        .col_base .right_base .category-products .products-view .col-lg-3:nth-child(4n+1) {
          clear: left; } }
    .col_base .right_base .category-products .sortPagiBar {
      display: inline-block;
      padding: 0;
      width: 100%;
      height: 65px;
      line-height: 65px; }
      @media (min-width: 992px) {
        .col_base .right_base .category-products .sortPagiBar .no-padding-right-992 {
          padding-right: 0px; } }
      .col_base .right_base .category-products .sortPagiBar .box-heading {
        line-height: 65px;
        height: 65px;
        float: left;
        width: 100%; }
        .col_base .right_base .category-products .sortPagiBar .box-heading h1 {
          line-height: 65px;
          height: 65px;
          float: left;
          width: 100%;
          display: inherit;
          font-family: "Quicksand", sans-serif;
          font-size: 27px;
          font-weight: 400;
          text-transform: none;
          margin: 0;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
          @media (max-width: 767px) {
            .col_base .right_base .category-products .sortPagiBar .box-heading h1 {
              font-size: 23px; } }

/*============================================================================
8. BLOGS
==============================================================================*/
.content_all h1 {
  margin: 0px;
  font-family: "Quicksand", sans-serif;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 25px; }

.content_all .dmsp .aside-content {
  padding-top: 15px !important; }

@media (min-width: 768px) {
  .blog-main .col-sm-6:nth-child(2n+1), .blog-main .col-md-6:nth-child(2n+1), .blog-main .col-lg-6:nth-child(2n+1) {
    clear: left; } }

.blog-main .myblog:nth-child(1) .blog_item {
  padding-top: 0px; }

.blog-main .myblog .content_blog {
  padding-bottom: 25px; }
  @media (max-width: 767px) {
    .blog-main .myblog .content_blog {
      padding-top: 30px; } }

.blog-main .myblog .blog_item {
  width: 100%;
  float: left;
  padding: 30px 0;
  border-bottom: 1px solid #ebebeb; }
  .blog-main .myblog .blog_item .left_item {
    width: 370px;
    height: auto;
    display: block;
    float: left; }
    @media (max-width: 767px) {
      .blog-main .myblog .blog_item .left_item {
        width: 100%; } }
    .blog-main .myblog .blog_item .left_item .image-blog-left a img {
      height: 270px;
      width: 100%; }
      @media (max-width: 767px) {
        .blog-main .myblog .blog_item .left_item .image-blog-left a img {
          height: auto; } }
  .blog-main .myblog .blog_item .right_item {
    width: calc(100% - 370px);
    -webkit-width: calc(100% - 370px);
    -moz-width: calc(100% - 370px);
    -o-width: calc(100% - 370px);
    -os-width: calc(100% - 370px);
    display: block;
    float: left;
    padding-left: 30px; }
    @media (max-width: 767px) {
      .blog-main .myblog .blog_item .right_item {
        width: 100%;
        padding-left: 0px; } }

.left-content {
  margin-top: -5px; }
  .left-content .aside-item {
    margin-bottom: 25px; }
    .left-content .aside-item.blog-aside-article {
      margin-bottom: 20px;
      margin-top: 45px; }
    .left-content .aside-item .aside-content {
      padding-bottom: 20px; }
      .left-content .aside-item .aside-content.aside-content-article {
        padding-bottom: 10px !important; }
  .left-content .content_tags {
    float: left;
    width: 100%;
    border-bottom: none !important; }
    .left-content .content_tags .tag_blog {
      background: #fff;
      border: 1px solid #ebebeb;
      border-radius: 30px;
      padding: 5px 15px;
      margin: 5px 10px 5px 0px;
      float: left;
      color: #707070;
      word-break: break-word; }
      .left-content .content_tags .tag_blog:hover {
        border: 1px solid transparent;
        background: #6AD9CE;
        color: #fff; }

@media (max-width: 1199px) {
  .blog-item-info {
    margin-top: 15px; } }

.blog-item-name {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 0px; }
  .blog-item-name a {
    color: #333; }
    .blog-item-name a:hover {
      color: #6AD9CE; }
  .blog-item-name .fa {
    position: absolute;
    left: 0;
    top: 9px;
    font-size: 0.78571em;
    color: #6AD9CE; }

.border_bot_blog {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 18px; }

.post-time {
  color: #bbbdc9;
  font-size: 14px;
  margin-bottom: 15px;
  margin-right: 20px;
  display: inline-block; }
  .post-time .fa {
    margin-left: 10px; }
    @media (max-width: 374px) {
      .post-time .fa {
        margin-left: 0px; } }
    @media (min-width: 375px) and (max-width: 767px) {
      .post-time .fa {
        margin-left: 7px; } }

.blog-item-summary {
  font-size: 14px;
  margin-bottom: 20px;
  color: #707070;
  line-height: 22px; }

.blog-item-thumbnail {
  position: relative; }

.blog-list h5 {
  text-transform: uppercase;
  line-height: 26px;
  margin: 0px;
  padding-top: 30px;
  padding-bottom: 5px; }

.blog-list .loop-blog {
  min-height: 80px;
  overflow: hidden;
  padding: 20px 0px;
  border-bottom: 1px solid #ebebeb; }
  .blog-list .loop-blog:last-child {
    border: none; }
  .blog-list .loop-blog .thumb-left {
    width: 90px;
    max-width: 90px;
    height: auto;
    display: block;
    float: left; }
  .blog-list .loop-blog .blog-item-summary {
    margin-bottom: 0; }
  .blog-list .loop-blog .name-right {
    display: block;
    float: left;
    width: calc(100% - 110px);
    margin-left: 20px; }
    .blog-list .loop-blog .name-right h3 {
      position: relative;
      font-size: 14px;
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      line-height: 1.4;
      margin-top: 0px;
      margin-bottom: 0px; }
      .blog-list .loop-blog .name-right h3 a {
        color: #363636; }
      .blog-list .loop-blog .name-right h3:hover a {
        text-decoration: none;
        color: #6AD9CE; }
  .blog-list .loop-blog .date {
    margin: 7px 0 10px;
    font-weight: 400;
    color: #acacac;
    font-size: 13px; }

.blog-list .more_blog a {
  line-height: 3;
  font-size: 1.07143em;
  color: #898989;
  display: block; }
  .blog-list .more_blog a:hover {
    text-decoration: none;
    color: #6AD9CE; }

/*============================================================================
9. Article
==============================================================================*/
.left-content .aside-title {
  margin-top: 0px; }

.left-content .title-head-1 {
  margin: 0px;
  font-size: 16px !important;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  display: block;
  background-image: url("//theme.hstatic.net/200000776867/1001127361/14/bg_titlehead.png?v=125");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 3px 0;
  background-position: center; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .left-content .title-head-1 {
      font-size: 15px !important; } }
  @media (max-width: 1199px) {
    .left-content .title-head-1 {
      background-image: url("//theme.hstatic.net/200000776867/1001127361/14/bg_header-mobile.png?v=125");
      width: 100%;
      margin: 0;
      padding: 3px 20px !important;
      background-repeat: unset;
      background-position: unset;
      text-align: left; } }
  @media (min-width: 1200px) {
    .left-content .title-head-1:before {
      content: "";
      position: absolute;
      top: 48px;
      left: 0px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 15px 15px 0;
      border-color: transparent #6AD9CE transparent transparent; }
    .left-content .title-head-1:after {
      content: "";
      position: absolute;
      bottom: -15px !important;
      right: 0px !important;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 15px 0 0;
      border-color: #6AD9CE transparent transparent transparent; } }
  .left-content .title-head-1 span {
    display: block;
    padding: 0; }

.left-content .title-head {
  margin: 0px;
  font-size: 20px;
  text-transform: none;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  position: relative;
  display: block; }
  .left-content .title-head span {
    display: block;
    padding: 0px 0; }

.left-content .aside-blog {
  margin-top: 15px; }
  .left-content .aside-blog .nav-item {
    position: relative;
    clear: left;
    font-size: 1em;
    padding: 5px 0px 5px 0px; }
    .left-content .aside-blog .nav-item:last-child {
      border-bottom: none; }
    .left-content .aside-blog .nav-item a {
      font-size: 1em;
      font-weight: bold; }
    .left-content .aside-blog .nav-item .fa {
      width: 30px;
      height: 30px;
      line-height: 28px;
      text-align: center;
      cursor: pointer; }
      .left-content .aside-blog .nav-item .fa.fa-caret-right {
        right: auto;
        left: 0;
        top: 16px;
        text-align: left; }
    .left-content .aside-blog .nav-item .dropdown-menu {
      width: 100%;
      border: 0;
      padding-left: 15px; }
    .left-content .aside-blog .nav-item.active {
      border-bottom: none; }
      .left-content .aside-blog .nav-item.active > a {
        color: #6AD9CE; }
      .left-content .aside-blog .nav-item.active > .fa {
        color: #6AD9CE; }
      .left-content .aside-blog .nav-item.active > .dropdown-menu {
        display: block; }
    .left-content .aside-blog .nav-item:hover > a {
      color: #6AD9CE;
      background-color: transparent; }

.article-main .article-details .date {
  margin: 15px 0 10px; }

.article-main .rte {
  color: #707070;
  font-size: 14px;
  margin-top: 5px; }
  @media (max-width: 767px) {
    .article-main .rte iframe {
      display: block;
      float: left;
      width: 100%; } }

.article-main .article-image {
  margin-bottom: 30px;
  text-align: center; }
  .article-main .article-image a {
    margin: 0 auto; }

.article-main .article-title {
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #000000;
  line-height: 36px;
  float: left;
  width: 100%; }

.article-main .post-time {
  margin-bottom: 0px; }

.article-main .article-content {
  font-size: 1.14286em; }

.article-main .form-group {
  margin: 0;
  padding-top: 0;
  padding-bottom: 5px; }

.tag-share {
  clear: left;
  padding: 20px 0;
  border-bottom: 1px solid #EAEBF3;
  line-height: 30px; }
  .tag-share .social-media {
    color: #7b7b7b; }
    .tag-share .social-media a {
      margin-left: 5px;
      width: 24px;
      height: 24px;
      border: 1px solid #b1b1b1;
      display: inline-block;
      line-height: 24px;
      text-align: center;
      border-radius: 50%;
      color: #b1b1b1;
      font-size: 12px; }
      .tag-share .social-media a:hover {
        color: #6AD9CE;
        border-color: #6AD9CE; }

.tag_article {
  color: #000000;
  padding-left: 0px;
  font-size: 14px; }
  .tag_article .icon_tag {
    color: #7b8395;
    margin-right: 5px; }
  .tag_article .fa {
    transform: translateY(1px); }
  .tag_article a {
    color: #7b8395; }
    .tag_article a:hover {
      color: #6AD9CE; }

@media (max-width: 767px) {
  .tag-share > div {
    text-align: left !important;
    padding-left: 0px; }
  .tag-share .social-sharing {
    float: left !important;
    margin-top: 5px; } }

.title-form-coment {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 5px;
  color: #474a62; }

.article-main form {
  display: block;
  float: left;
  width: 100%;
  padding-top: 0px;
  margin-top: 10px; }

#article-comments {
  margin-top: 30px; }
  #article-comments .article-comment {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EAEBF3; }
    #article-comments .article-comment:last-child {
      padding-bottom: 30px; }
  #article-comments .article-comment-user-image {
    margin: 0;
    float: left;
    width: 100px;
    margin-right: 12px; }
  #article-comments .article-comment-user-comment {
    padding-left: 110px;
    word-break: break-word;
    font-size: 1em; }
  #article-comments .user-name-comment {
    margin: 0;
    color: #6AD9CE;
    font-size: 1em;
    line-height: 1; }
  #article-comments .article-comment-date-bull {
    padding: 5px 0;
    display: block;
    color: #acacac; }

.social-media {
  font-size: 1em; }
  .social-media .list-inline li {
    margin-right: 20px; }

.section-news-2 {
  margin-bottom: 20px; }

.block-recent {
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 25px; }
  .block-recent ul li {
    line-height: 24px;
    padding: 7px 0;
    padding-left: 15px;
    position: relative; }
    .block-recent ul li:before {
      content: '';
      position: absolute;
      width: 5px;
      height: 5px;
      top: 16px;
      left: 0px;
      background: #6AD9CE;
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    .block-recent ul li span.date_style {
      font-size: 13px;
      font-weight: 400;
      margin-left: 5px;
      color: #acacac; }
    .block-recent ul li a {
      color: #000000;
      font-weight: 600; }
      .block-recent ul li a .fa {
        display: inline-block;
        margin-right: 5px; }
      .block-recent ul li a:hover {
        color: #6AD9CE; }

/*============================================================================
10. CART 
==============================================================================*/
@media (max-width: 767px) {
  .btn.btn-white {
    background: #fff;
    float: right;
    margin: 10px 10px 30px 0 !important;
    display: inline-block;
    min-width: 240px;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #7b8395;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
    outline: none !important;
    border-radius: 30px;
    cursor: pointer;
    border: 1px solid transparent; }
    .btn.btn-white:hover {
      color: #7b8395;
      background: #fff;
      border: 1px solid #7b8395; } }

.header-cart h1 {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  margin-top: 0px; }
  .header-cart h1 span {
    color: #8d90a6;
    font-size: 14px;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400; }

.pd-right {
  padding-left: 0px; }

.main-container {
  min-height: 300px; }
  .main-container .heading .title_cartt {
    margin: 0;
    margin-bottom: 25px;
    line-height: 40px; }
  .main-container .col-main {
    float: none;
    width: auto; }
    .main-container .col-main .cart .bg-scroll {
      overflow: hidden;
      border-top: none;
      border-bottom: none; }
      .main-container .col-main .cart .bg-scroll .cart-thead {
        font-weight: bold;
        font-size: 13px;
        clear: both;
        width: 100%;
        float: left;
        border-bottom: solid 1px #eaebf3;
        min-width: 600px; }
        .main-container .col-main .cart .bg-scroll .cart-thead div {
          float: left;
          padding: 10px 0px 10px;
          color: #000000;
          text-align: center;
          font-size: 14px;
          font-weight: 700; }
          .main-container .col-main .cart .bg-scroll .cart-thead div .nobr {
            white-space: nowrap; }
        .main-container .col-main .cart .bg-scroll .cart-thead .text-left {
          text-align: left; }
          .main-container .col-main .cart .bg-scroll .cart-thead .text-left p {
            margin: 0px 15px; }
      .main-container .col-main .cart .bg-scroll .cart-tbody {
        width: 100%;
        float: left; }
        .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart {
          border-bottom: 1px solid #eaebf3;
          width: 100%;
          float: left;
          padding: 30px 0px; }
          .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart .border-right-none {
            border-right: 0px; }
          .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div {
            float: left;
            padding: 0px 15px 0px;
            line-height: 20px;
            vertical-align: top;
            height: 100px;
            padding-left: 0px; }
            .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div.remove_, .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div.content_ {
              display: -webkit-flex;
              -webkit-align-items: center;
              display: -ms-flexbox;
              display: flex !important; }
            .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div.content_s {
              flex-flow: column;
              justify-content: unset; }
            .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .product-image {
              display: flex;
              -webkit-box-align: center;
              align-items: center;
              -webkit-box-pack: center;
              justify-content: center;
              height: 100px;
              width: 100px;
              border: 1px solid #ebebeb;
              border-radius: 0;
              background: #fff; }
              .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .product-image img {
                width: 100%;
                max-width: 100%;
                height: auto; }
            .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .product-name {
              font-family: "Montserrat", sans-serif;
              margin: 0px;
              padding-bottom: 0px;
              font-size: 14px;
              line-height: 21px;
              color: #000000;
              font-weight: 400;
              text-transform: none;
              float: left;
              width: 100%; }
              .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .product-name a {
                color: #000000;
                text-decoration: none; }
                .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .product-name a:hover {
                  color: #6AD9CE; }
            .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .variant-title {
              font-weight: 400;
              display: block;
              margin-left: 0px;
              width: 100%;
              float: left;
              text-align: left; }
            .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .rv_cart_page {
              margin-top: 0px;
              height: auto;
              width: 100%;
              padding: 0px;
              margin-bottom: 5px; }
              .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .rv_cart_page .haravan-product-reviews-badge {
                margin: 0px 0px 0px;
                padding: 0px;
                width: 100%; }
                .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .rv_cart_page .haravan-product-reviews-badge div {
                  padding: 0px;
                  text-align: left; }
                  .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .rv_cart_page .haravan-product-reviews-badge div p, .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .rv_cart_page .haravan-product-reviews-badge div img {
                    display: none; }
                .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .rv_cart_page .haravan-product-reviews-badge .haravan-product-reviews-star i {
                  font-size: 11px; }
            .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .remove-item-cart {
              color: #6AD9CE;
              display: block;
              font-size: 13px;
              margin-top: 14px;
              font-weight: 400;
              float: left;
              width: 100%; }
              .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .remove-item-cart .fa {
                margin-right: 5px; }
              .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .remove-item-cart:hover {
                color: #6AD9CE;
                text-decoration: none; }
                .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .remove-item-cart:hover .fa {
                  color: #6AD9CE; }
            .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .item-price {
              font-weight: bold; }
              .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .item-price .price {
                font-family: "Montserrat", sans-serif;
                font-weight: bold;
                font-size: 14px;
                line-height: 7;
                color: #6AD9CE; }
              .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .item-price .bold-price {
                font-weight: bold; }
            @media screen and (min-width: 1500px) {
              .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .input_qty_pr {
                width: auto !important;
                margin-top: 20% !important; } }
            .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .input_qty_pr {
              height: auto;
              border-right: none;
              margin-top: 20%;
              padding: 5px 0px;
              width: 100%; }
              @media screen and (min-width: 1590px) {
                .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .input_qty_pr .items-count {
                  width: 25px; } }
              @media screen and (max-width: 1589px) {
                .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .input_qty_pr .items-count {
                  width: 23px !important; } }
              .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .input_qty_pr .items-count {
                border: 1px solid #eaebf3;
                outline: none;
                background: transparent;
                height: 30px;
                margin-top: 5px;
                width: 27px !important;
                text-align: center;
                vertical-align: top;
                padding: 0;
                color: #000000;
                font-size: 13px;
                line-height: 22px; }
              @media screen and (max-width: 1024px) {
                .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .input_qty_pr .number-sidebar {
                  width: 30px !important; } }
              .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .input_qty_pr .number-sidebar {
                border: 1px solid #eaebf3;
                height: 30px;
                font-size: 12px;
                margin-left: -1px;
                text-align: center;
                width: 45px;
                vertical-align: top;
                margin-right: -1px;
                margin-top: 5px;
                min-height: 30px;
                padding: 0;
                float: left; }
              .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .input_qty_pr .btn-plus {
                float: left;
                border-radius: 0; }
              .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div .input_qty_pr .btn-minus {
                border-radius: 0;
                float: left; }
          @media screen and (min-width: 680px) and (max-width: 1199px) {
            .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div {
              padding: 0px 10px 0px; } }
    .main-container .col-main .cart .cart_submit {
      /*padding-left: 0px;*/
      padding-right: 0px; }
      .main-container .col-main .cart .cart_submit .totals .inner {
        padding: 5px 0 30px 0;
        background: #f5f6fa;
        border-radius: 3px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .main-container .col-main .cart .cart_submit .totals .inner {
            margin-bottom: 40px; } }
        .main-container .col-main .cart .cart_submit .totals .inner .bold-font {
          line-height: 24px;
          display: inline-block;
          float: right; }
        .main-container .col-main .cart .cart_submit .totals .inner .total_price {
          overflow: hidden;
          margin-bottom: 15px; }
          .main-container .col-main .cart .cart_submit .totals .inner .total_price span {
            font-family: "Montserrat", sans-serif;
            font-size: 16px;
            font-weight: 700;
            line-height: 24px; }
          .main-container .col-main .cart .cart_submit .totals .inner .total_price p {
            margin: 0px;
            font-size: 26px;
            line-height: 31px;
            color: #000000;
            font-weight: 500; }
          .main-container .col-main .cart .cart_submit .totals .inner .total_price .vat {
            font-size: 14px;
            color: #acacac;
            font-weight: 400; }
        .main-container .col-main .cart .cart_submit .totals .inner .head-table-cart {
          text-align: center;
          font-size: 16px;
          line-height: 47px;
          text-transform: uppercase;
          margin-bottom: 0px;
          border-bottom: solid 1px #eaeaea;
          border-top: solid 1px #eaeaea; }
          .main-container .col-main .cart .cart_submit .totals .inner .head-table-cart span {
            font-weight: bold; }
        .main-container .col-main .cart .cart_submit .totals .inner .wrap_checkprice {
          overflow: hidden;
          padding: 0;
          margin-top: 10px;
          padding: 0px 20px; }
        .main-container .col-main .cart .cart_submit .totals .inner .li_table {
          border-bottom: solid 1px #ebebeb;
          height: 50px;
          line-height: 50px; }
          .main-container .col-main .cart .cart_submit .totals .inner .li_table .li-left {
            float: left;
            font-size: 14px;
            color: #000000;
            line-height: 50px; }
            .main-container .col-main .cart .cart_submit .totals .inner .li_table .li-left.li_text {
              font-weight: bold; }
          .main-container .col-main .cart .cart_submit .totals .inner .li_table .li-right {
            float: right; }
          .main-container .col-main .cart .cart_submit .totals .inner .li_table .totals_price {
            font-weight: bold;
            font-family: "Montserrat", sans-serif;
            font-size: 18px;
            color: #6AD9CE;
            font-weight: bold;
            line-height: 50px; }
            .main-container .col-main .cart .cart_submit .totals .inner .li_table .totals_price.pink {
              color: #000000;
              font-weight: bold;
              font-size: 14px; }
        @media screen and (max-width: 991px) {
          .main-container .col-main .cart .cart_submit .totals .inner .button_action .btn-action-cart {
            display: block; } }
        @media screen and (min-width: 1590px) {
          .main-container .col-main .cart .cart_submit .totals .inner .button_action {
            text-align: center;
            display: block;
            width: 98%;
            margin: 0 auto 15px;
            overflow: hidden; }
            .main-container .col-main .cart .cart_submit .totals .inner .button_action .btn-action-cart {
              font-size: 14px;
              padding: 10px 8px;
              border: solid 1px #acacac;
              font-weight: 500;
              width: 48%;
              display: block;
              float: left; }
              .main-container .col-main .cart .cart_submit .totals .inner .button_action .btn-action-cart:hover {
                border: solid 1px #6AD9CE;
                background: #6AD9CE;
                color: #fff;
                cursor: pointer; }
              .main-container .col-main .cart .cart_submit .totals .inner .button_action .btn-action-cart:first-child {
                margin-right: 15px; } }
  @media screen and (min-width: 1590px) and (min-width: 992px) and (max-width: 1199px) {
    .main-container .col-main .cart .cart_submit .totals .inner .button_action .btn-action-cart {
      display: block; } }
  @media screen and (min-width: 1590px) and (max-width: 425px) {
    .main-container .col-main .cart .cart_submit .totals .inner .button_action .btn-action-cart {
      display: block; } }
        @media screen and (max-width: 1589px) {
          .main-container .col-main .cart .cart_submit .totals .inner .button_action {
            text-align: center;
            display: block;
            margin-bottom: 15px; }
            .main-container .col-main .cart .cart_submit .totals .inner .button_action .btn-action-cart {
              font-size: 14px;
              padding: 10px 8px;
              border: solid 1px #acacac;
              margin: 15px 2px;
              font-weight: 500; }
              .main-container .col-main .cart .cart_submit .totals .inner .button_action .btn-action-cart:hover {
                border: solid 1px #6AD9CE;
                background: #6AD9CE;
                color: #fff;
                cursor: pointer; } }
  @media screen and (max-width: 1589px) and (min-width: 992px) and (max-width: 1199px) {
    .main-container .col-main .cart .cart_submit .totals .inner .button_action .btn-action-cart {
      display: block; } }
  @media screen and (max-width: 1589px) and (max-width: 425px) {
    .main-container .col-main .cart .cart_submit .totals .inner .button_action .btn-action-cart {
      display: block; } }
        .main-container .col-main .cart .cart_submit .totals .inner .wrap_btn {
          padding: 0px 20px;
          margin-top: 25px; }
        .main-container .col-main .cart .cart_submit .totals .inner .btn-proceed-checkout {
          text-align: center;
          display: block;
          padding: 6px 15px;
          width: 100%;
          font-family: "Montserrat", sans-serif;
          font-size: 14px;
          margin-left: 0px;
          text-transform: none;
          background: #6AD9CE;
          color: #fff;
          font-weight: bold;
          border-radius: 30px;
          border: 1px solid #6AD9CE; }
          .main-container .col-main .cart .cart_submit .totals .inner .btn-proceed-checkout:hover {
            background: #fff;
            border: 1px solid #6AD9CE;
            color: #6AD9CE; }
      .main-container .col-main .cart .cart_submit .totals .btn-continue {
        margin-top: 10px;
        background: transparent;
        font-size: 13px;
        float: right;
        border: none;
        outline: none;
        text-transform: uppercase;
        color: #022222; }
        .main-container .col-main .cart .cart_submit .totals .btn-continue:hover {
          text-decoration: none;
          color: #6AD9CE; }
    .main-container .col-main .cart .contat_fone {
      padding: 0px 25px;
      margin-top: 30px; }
      .main-container .col-main .cart .contat_fone .ctc {
        display: block;
        position: relative;
        padding-left: 55px;
        text-decoration: none; }
        .main-container .col-main .cart .contat_fone .ctc:before {
          content: "";
          background-image: url("//theme.hstatic.net/200000776867/1001127361/14/phone_cart.png?v=125");
          background-repeat: no-repeat;
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0px;
          top: 15px; }
        .main-container .col-main .cart .contat_fone .ctc p {
          font-family: "Quicksand", sans-serif;
          font-size: 26px;
          line-height: 29px;
          color: #301406;
          font-weight: 400;
          display: block;
          margin: 0px;
          padding: 0px; }
        .main-container .col-main .cart .contat_fone .ctc span {
          width: 100%;
          float: left;
          font-family: "Quicksand", sans-serif;
          font-size: 26px;
          line-height: 28px;
          color: #6AD9CE;
          font-weight: 400; }
    .main-container .col-main .cart .btn_bottom {
      overflow: hidden;
      text-align: center;
      display: inline-block;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      margin-left: 0px;
      background: #7b8395;
      color: #fff;
      font-weight: 700;
      text-transform: none;
      border-radius: 30px;
      margin-top: 20px;
      padding: 0 30px;
      border: 1px solid transparent; }
      .main-container .col-main .cart .btn_bottom a {
        color: #fff; }
      .main-container .col-main .cart .btn_bottom:hover {
        border: solid 1px #7b8395;
        background: #fff;
        color: #7b8395;
        cursor: pointer;
        text-decoration: none; }
        .main-container .col-main .cart .btn_bottom:hover a {
          text-decoration: none;
          color: #7b8395; }
    @media screen and (min-width: 315px) and (max-width: 991px) {
      .main-container .col-main .cart .cart_submit {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 30px;
        margin: 0px; } }

@media (max-width: 1199px) {
  .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
    width: 196px; } }

@media (max-width: 991px) {
  .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
    width: 252px; }
  .main-container .col-main .cart .totals .inner {
    margin-right: 0; } }

@media (max-width: 1199px) {
  .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
    width: 196px; } }

@media (max-width: 991px) {
  .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
    width: 252px; }
  .main-container .col-main .cart .totals .inner {
    margin-right: 0; } }

@media (max-width: 767px) {
  .item-product .title-product-cart-mobile {
    width: calc(100% - 180px);
    padding-right: 10px; }
  /*Gio hang*/
  .sign_main {
    background: #f7f8f9;
    margin-top: 40px; }
  .main {
    border-bottom: solid 1px #ebebeb;
    background: #fff;
    margin-top: 40px; }
  .main-container {
    margin-top: -40px; }
  .cart-mobile {
    padding: 10px 0px 0px 0px; }
  .header-cart {
    padding: 0px 15px;
    margin-top: 0px;
    float: left;
    width: 100%; }
  .header-cart-content {
    margin-top: 10px; }
  .header-cart-content .content-product-list {
    min-height: 110px; }
  /*.header-cart {padding-bottom: 10px; margin-bottom: 10px;}*/
  .header-cart .title-cart {
    line-height: 10px; }
  .header-cart-price {
    padding: 18px 15px; }
  .title-cart h3 {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0; }
  .title-cart p {
    font-size: 12px;
    color: #9c9c9c; }
  .title-cart a {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #6AD9CE; }
  .btn-proceed-checkout-mobile {
    width: 100%;
    line-height: 40px;
    color: #fff;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    border: none;
    background: #6AD9CE;
    border-radius: 30px;
    margin-top: 15px; }
    .btn-proceed-checkout-mobile:hover {
      color: #6AD9CE;
      background: #fff;
      border: 1px solid #6AD9CE; }
  .contin {
    margin-top: 15px;
    width: 100%;
    font-weight: bold; }
  .content-product-list .item-product {
    padding: 15px 15px;
    min-height: 110px;
    border-bottom: solid 1px #ebebeb;
    overflow: hidden; }
  .item-product-cart-mobile, .title-product-cart-mobile, .select-item-qty-mobile {
    float: left; }
  .item-product-cart-mobile {
    max-width: 115px;
    margin-right: 10px; }
  .item-product-cart-mobile img {
    max-width: 115px;
    margin-right: 10px; }
  .select-item-qty-mobile {
    float: right;
    text-align: center; }
  .title-product-cart-mobile a {
    word-break: break-word;
    font-family: "Montserrat", sans-serif;
    line-height: 21px;
    font-size: 14px;
    color: #2f1b10; }
  .select-item-qty-mobile input.qty {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ebebeb;
    font-size: 15px;
    font-weight: 400;
    margin: 0 !important;
    outline: medium none;
    padding: 5px 5px 5px 12px;
    width: 41px; }
  .title-product-cart-mobile p {
    line-height: 2;
    font-size: 14px;
    color: #898989; }
  .title-product-cart-mobile span {
    color: #6AD9CE; }
  .select-item-qty-mobile a {
    line-height: 3;
    color: #363636; } }

@media (max-width: 767px) {
  .cart-mobile {
    padding: 10px 0px !important; } }

@media screen and (max-width: 991px) {
  .select-item-qty-mobile .txt_center input {
    height: 25px;
    width: 30px;
    text-align: center;
    margin: 0px;
    padding: 0;
    font-family: "Quicksand", sans-serif;
    position: absolute;
    left: 23px;
    min-height: 0;
    font-size: 14px;
    border: 1px solid #ebebeb; }
  .title-product-cart-mobile h3 {
    line-height: 0;
    margin: 0; }
  .main-cart-page {
    min-height: auto !important; }
  .select-item-qty-mobile .txt_center button.reduced.items-count.btn-minus {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    margin: 0;
    line-height: 1;
    height: 25px;
    width: 23px;
    border-style: hidden;
    background: none !important;
    color: #000;
    border: solid 1px #ebebeb;
    border-right: 0px;
    text-align: center;
    padding: 0px; }
  .select-item-qty-mobile .txt_center button.increase.items-count.btn-plus {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    height: 25px;
    width: 23px;
    display: inline-block;
    line-height: 1;
    border-style: hidden;
    color: #fff;
    background: none !important;
    color: #000;
    border: solid 1px #ebebeb;
    border-left: 0px;
    text-align: center;
    padding: 0px; }
  .select-item-qty-mobile > div {
    position: relative;
    width: 76px;
    height: 25px; } }

/*============================================================================
11. ACCOUNT,ORDER,ADDREDSS...
==============================================================================*/
/*11.1 Account gerenal*/
@media (min-width: 992px) {
  .content_login_base {
    float: left;
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 50px;
    margin-bottom: 50px;
    padding-left: 30px;
    position: relative;
    min-height: 500px; } }

@media (min-width: 992px) {
  .content_login_base:before {
    content: "";
    position: absolute;
    top: 0;
    right: 58px;
    background-image: url("//theme.hstatic.net/200000776867/1001127361/14/bg_login_register.jpg?v=125");
    background-repeat: no-repeat;
    background-size: cover;
    width: 95%;
    height: 100%;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px; } }
  @media (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
    .content_login_base:before {
      width: 94%; } }

@media (min-width: 992px) {
  .content_login_base:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: #f8fcfb;
    height: 100%;
    width: 5%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px; } }
  @media (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
    .content_login_base:after {
      width: 6%; } }

.col-right-account .block-account {
  padding: 20px;
  border: 1px #ebebeb solid;
  border-radius: 5px; }

/*Fixbug mất ô checkbox address*/
.checkbox .c-checkbox input {
  opacity: 1;
  width: auto;
  height: 23px;
  left: 0;
  margin: 0; }

.checkbox .check_h input {
  opacity: 1;
  width: auto;
  height: 23px;
  left: 15px;
  margin: 0; }

/*POPUP LOGIN*/
div#social_login {
  width: 100% !important;
  text-align: center; }

.embedContent ul.icon-only {
  margin-bottom: 10px;
  display: block;
  text-align: center !important;
  margin: 0 !important; }

#dangky .wrap-modal-login,
#dangnhap .wrap-modal-login {
  width: 800px;
  color: #8d90a6;
  background: #fff; }
  @media (max-width: 1400px) {
    #dangky .wrap-modal-login,
    #dangnhap .wrap-modal-login {
      width: 800px; } }
  #dangky .wrap-modal-login .btn,
  #dangnhap .wrap-modal-login .btn {
    font-size: 16px;
    font-weight: 600; }
  #dangky .wrap-modal-login h5.title-modal,
  #dangnhap .wrap-modal-login h5.title-modal {
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;
    color: #6AD9CE;
    font-family: "Montserrat", sans-serif; }
    #dangky .wrap-modal-login h5.title-modal a,
    #dangnhap .wrap-modal-login h5.title-modal a {
      padding: 0 5px 15px 5px;
      font-size: 24px;
      font-weight: 400;
      margin: 0 10px;
      display: inline-block;
      position: relative; }
      #dangky .wrap-modal-login h5.title-modal a.active,
      #dangnhap .wrap-modal-login h5.title-modal a.active {
        color: #252525; }
  #dangky .wrap-modal-login .link-popup,
  #dangnhap .wrap-modal-login .link-popup {
    font-size: 14px;
    text-align: center;
    margin-top: 15px; }
    #dangky .wrap-modal-login .link-popup a,
    #dangnhap .wrap-modal-login .link-popup a {
      text-decoration: none; }

#dangky .content,
#dangnhap .content {
  padding: 90px 15px 0 15px;
  text-align: center; }
  #dangky .content input,
  #dangnhap .content input {
    border: 1px solid #eaebf3;
    margin-bottom: 20px; }
  #dangky .content label,
  #dangnhap .content label {
    font-weight: 400; }
  #dangky .content a,
  #dangnhap .content a {
    color: #6AD9CE; }

#dangky #customer_register,
#dangnhap #customer_register {
  margin-bottom: 0; }

#dangky button.btn.btn-close.btn-default,
#dangnhap button.btn.btn-close.btn-default {
  position: absolute;
  right: -30px;
  top: -30px;
  width: 40px;
  font-size: 20px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  padding: 0; }

#customer_register {
  margin-bottom: 10px; }

#customer_login,
#recover_customer_password {
  margin-bottom: 0; }

.checkbox.style input {
  margin: 0 !important;
  display: none; }

.checkbox.style label {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  text-transform: none;
  position: relative;
  padding-left: 55px;
  line-height: 50px; }
  .checkbox.style label:before {
    display: block;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%); }

.checkbox.style input:checked + label:after {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 20px;
  color: #6AD9CE;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%); }

#customer_register {
  margin-bottom: 20px; }

#customer_login {
  margin-bottom: 0; }

#recover_customer_password {
  margin-bottom: 0;
  padding: 0; }

.h_recover #recover-password {
  padding: 0px; }
  .h_recover #recover-password #recover_customer_password {
    padding: 0px !important; }

#recover-password .group_contact {
  padding: 0px !important; }

.checkbox.style input {
  margin: 0 !important;
  display: none; }

.checkbox.style label {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  text-transform: none;
  position: relative;
  padding-left: 55px;
  line-height: 50px; }
  .checkbox.style label:before {
    display: block;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%); }

.checkbox.style input:checked + label:after {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 20px;
  color: #6AD9CE;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%); }

/*11.2 Account*/
.page_customer_account .col-left-account .table-cart .thead-default {
  border-top: 1px solid #ddd;
  background: #acacac; }

.block-account h3 {
  margin-top: 0; }

.block-account .block-title-account h5 {
  text-transform: uppercase; }

.customer-name {
  color: #6AD9CE;
  line-height: 55px; }

.block-content.form-signup {
  background: #fff; }
  .block-content.form-signup p i {
    color: #6AD9CE;
    width: 10px;
    margin-right: 10px; }

.address-title {
  padding-left: 10px;
  margin-bottom: 15px;
  border-radius: 0 !important;
  font-weight: 300; }
  .address-title button {
    background: none;
    border: none;
    font-size: 0;
    width: 50px;
    height: 55px; }
    .address-title button.btn-edit {
      background-image: url();
      background-repeat: no-repeat;
      background-position: center; }
    .address-title button.btn-delete {
      background-image: url();
      background-repeat: no-repeat;
      background-position: center; }

.address-subtitle {
  margin-top: 0;
  text-transform: uppercase; }

.address-item-action {
  right: 0;
  top: -7px; }
  .address-item-action .btn-row {
    padding-right: 5px; }

.address-group {
  background: #fff;
  padding-bottom: 5px;
  margin-bottom: 15px; }
  .address-group p {
    color: #595959; }
    .address-group p label {
      float: left;
      font-weight: 300; }
    @media (max-width: 374px) {
      .address-group p small {
        display: block; } }

.my-account .table-cart tr:hover td {
  background: #ebebeb; }

.my-account #my-orders-table td {
  padding: 5px; }
  .my-account #my-orders-table td p {
    margin: 0; }

.account-template {
  width: 100%;
  float: left;
  margin-bottom: 30px; }
  .account-template thead {
    background: #6AD9CE; }
    .account-template thead th {
      color: #fff; }
  .account-template .page-login {
    width: 100%;
    float: left; }
  .account-template .btn-register {
    margin-left: 20px;
    text-decoration: underline;
    color: #000000; }
    .account-template .btn-register:hover {
      color: #6AD9CE; }
  .account-template form {
    margin: 0; }
  .account-template .form-signup {
    width: 100%;
    float: left; }
  .account-template td p:last-child {
    margin: 0; }

/*11.2 Order*/
@media (min-width: 992px) {
  #order_details .thead-default {
    border-top: 1px solid #ddd; } }

.order_date .color_main {
  padding-left: 30px; }
  @media (max-width: 374px) {
    .order_date .color_main {
      padding-left: 0;
      display: block;
      float: left;
      width: 100%; } }
  .order_date .color_main .fa {
    color: #6AD9CE; }

.body_order h2.title-head {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: normal; }

#order_payment,
#order_shipping {
  background: #fff; }
  #order_payment h2.title-head,
  #order_shipping h2.title-head {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    line-height: normal; }
  #order_payment .address.note i,
  #order_shipping .address.note i {
    color: #6AD9CE;
    margin-right: 10px; }

.totalorders {
  background: #fff;
  border-color: #e1e1e1; }

.order-headding {
  margin: 0; }

.info-contact .widget-menu p {
  display: inline; }

.info-contact .logo {
  font-size: 20px; }

/*11.3 Address*/
.page_address .adr_title .title-head {
  padding-bottom: 20px; }
  .page_address .adr_title .title-head .a_address {
    font-size: 15px;
    text-transform: none;
    margin-top: 9px; }
    .page_address .adr_title .title-head .a_address .fa {
      color: #6AD9CE; }

/* Reset password*/
#recover-password .recovers {
  float: left;
  width: 100%;
  margin-top: 20px; }
  #recover-password .recovers .form-signup .form-group input {
    min-height: 45px;
    line-height: 45px;
    margin-bottom: 5px; }

#reset_password .form-group {
  margin-bottom: 15px; }
  #reset_password .form-group input {
    height: 45px;
    padding: 0 20px;
    color: #111111;
    border-color: #ebebeb;
    border-radius: 0px;
    box-shadow: none; }
  #reset_password .form-group textarea {
    box-shadow: none; }
  #reset_password .form-group input::placeholder {
    font-size: 15px;
    color: #111111; }

/*============================================================================
12. SIDEBAR
==============================================================================*/
.sidebar .aside-item.sidebar-category .nav-item .fa {
  width: 30px;
  height: 30px;
  margin-top: 0px;
  line-height: 28px;
  cursor: pointer;
  text-align: center; }
  @media (max-width: 1199px) {
    .sidebar .aside-item.sidebar-category .nav-item .fa {
      right: 0px; } }

.aside-item.sidebar-category .nav-item {
  position: relative;
  clear: left;
  font-size: 14px;
  padding: 10px 0px 5px 0px;
  border-bottom: none; }
  .aside-item.sidebar-category .nav-item a {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    padding-right: 15px;
    padding-left: 0;
    padding-top: 0; }
    .aside-item.sidebar-category .nav-item a .count_x {
      color: #acacac; }
  .aside-item.sidebar-category .nav-item .count_blog {
    color: #acacac; }
  .aside-item.sidebar-category .nav-item .fa {
    position: absolute;
    right: -13px;
    top: 10px; }
  .aside-item.sidebar-category .nav-item .dropdown-menu {
    width: 100%;
    border: 0;
    padding-left: 15px;
    box-shadow: none; }
  .aside-item.sidebar-category .nav-item.active > a {
    color: #6AD9CE; }
  .aside-item.sidebar-category .nav-item.active > .dropdown-menu {
    display: block; }

.collection_2 .nav-category .navbar-pills {
  padding: 0;
  background: #fff;
  z-index: 999;
  max-height: 220px;
  overflow-y: scroll;
  overflow-x: hidden; }
  .collection_2 .nav-category .navbar-pills::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
    width: 5px; }
  .collection_2 .nav-category .navbar-pills::-webkit-scrollbar {
    width: 5px;
    background-color: #fff; }
  .collection_2 .nav-category .navbar-pills::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #919aa8;
    width: 5px; }

.sidebar-category .aside-content {
  margin-top: 0; }
  .sidebar-category .aside-content .nav-category .navbar-pills {
    padding: 0;
    z-index: 999;
    background-color: #fff; }
  .sidebar-category .aside-content .nav-item {
    position: relative;
    clear: left;
    font-size: 1em;
    padding: 0; }
    .sidebar-category .aside-content .nav-item.lv2 {
      padding: 0px; }
      .sidebar-category .aside-content .nav-item.lv2 a {
        padding-left: 15px !important;
        padding-right: 30px; }
      .sidebar-category .aside-content .nav-item.lv2 .fas {
        right: 0px; }
    .sidebar-category .aside-content .nav-item.lv3 {
      padding: 0px; }
      .sidebar-category .aside-content .nav-item.lv3 a {
        padding-left: 30px !important; }
    .sidebar-category .aside-content .nav-item.lv4 {
      padding: 0; }
      .sidebar-category .aside-content .nav-item.lv4 a {
        padding-left: 45px !important; }
    .sidebar-category .aside-content .nav-item:last-child {
      border-bottom: none; }
    .sidebar-category .aside-content .nav-item a {
      font-size: 14px;
      font-family: "Montserrat", sans-serif !important;
      color: #000000;
      font-weight: 400;
      line-height: 1.7;
      padding: 5px 20px 2px 0px; }
    .sidebar-category .aside-content .nav-item .fas {
      cursor: pointer;
      width: 30px;
      height: 30px;
      margin-top: 0px;
      line-height: 28px;
      cursor: pointer;
      text-align: center;
      top: 0px;
      right: 0px;
      position: absolute; }
      .sidebar-category .aside-content .nav-item .fas.fa-caret-right {
        right: auto;
        left: 0;
        top: 16px;
        text-align: left; }
    .sidebar-category .aside-content .nav-item .dropdown-menu {
      width: 100%;
      border: 0;
      padding-left: 0px;
      box-shadow: none;
      margin-top: 0px;
      padding: 0px;
      position: static; }
    .sidebar-category .aside-content .nav-item.active > a {
      color: #6AD9CE; }
    .sidebar-category .aside-content .nav-item.active > .fas {
      color: #6AD9CE;
      width: 30px;
      height: 30px;
      margin-top: 0px;
      line-height: 28px;
      cursor: pointer;
      text-align: center; }
    .sidebar-category .aside-content .nav-item.active > .dropdown-menu {
      display: block; }
    .sidebar-category .aside-content .nav-item:hover > a {
      color: #6AD9CE;
      background-color: transparent; }
    .sidebar-category .aside-content .nav-item ul > li:before {
      top: 17px;
      left: 15px; }
    .sidebar-category .aside-content .nav-item ul > li.lv3:before {
      left: 30px; }
    .sidebar-category .aside-content .nav-item ul > li.lv4:before {
      left: 30px; }

.aside-mini-list-product {
  float: left;
  width: 100%; }
  .aside-mini-list-product .product-mini-lists .itemss:last-child .item_small {
    border-bottom: none; }

.xemthem_base {
  float: left;
  width: 100%;
  margin: 20px 0 30px 0; }
  .xemthem_base:hover .fas {
    color: #6AD9CE; }
  .xemthem_base .fas {
    color: #252322; }

.item_small {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ebebeb; }

.product-mini-item {
  padding: 20px 0px 24px 0px; }
  .product-mini-item .price {
    display: inline-block; }
  .product-mini-item .product-img {
    width: 80px;
    margin-right: 20px;
    float: left;
    position: relative; }
    .product-mini-item .product-img .sale-flash {
      background: #6AD9CE;
      width: 30px;
      position: absolute;
      right: 0px;
      top: -7px;
      font-style: normal;
      text-transform: none;
      height: 15px;
      line-height: 15px;
      border-radius: 30px;
      font-size: 11px;
      font-weight: 400;
      padding: 0px;
      display: inline-block;
      color: #fff;
      text-align: center; }
  .product-mini-item .product-info {
    width: calc(100% - 100px);
    float: right; }
    .product-mini-item .product-info .price-box {
      border: none;
      margin: 7px 0 5px 0; }
    .product-mini-item .product-info h3 {
      margin: 0;
      font-size: 14px;
      font-family: "Montserrat", sans-serif;
      font-weight: 400; }
      .product-mini-item .product-info h3 a {
        color: #000000; }
        .product-mini-item .product-info h3 a:hover {
          color: #6AD9CE; }
  .product-mini-item .product-price {
    font-size: 14px;
    font-weight: 400;
    color: #6AD9CE; }
  .product-mini-item .sale-price {
    font-size: 12px;
    margin-left: 5px;
    color: #7b8395; }

.haravan-product-reviews-badge {
  margin: 0; }
  .haravan-product-reviews-badge > div {
    padding: 0px !important; }
    .haravan-product-reviews-badge > div.haravan-product-reviews-star {
      display: block; }

.btn.btn-link {
  color: #333;
  padding-left: 0; }
  .btn.btn-link:hover {
    color: #6AD9CE; }

/***Banner collection***/
@media (max-width: 1199px) {
  .banner-right a img {
    width: 100%; } }

/*NEW*/
.dmsp .aside-content {
  border-top: none;
  padding-bottom: 0px !important;
  padding-top: 0px; }
  .dmsp .aside-content .navbar-pills .lv1:first-child a {
    border-top: none; }
  .dmsp .aside-content .navbar-pills .lv1 a {
    padding: 5px 20px 5px 0px; }
  .dmsp .aside-content .navbar-pills .lv1 .fas {
    top: 3px;
    right: -12px; }
  .dmsp .aside-content .navbar-pills .lv1 ul .lv2 a {
    padding-left: 15px !important; }
  .dmsp .aside-content .navbar-pills .lv1 ul .lv2 ul .lv3 a {
    padding-left: 30px !important; }
  .dmsp .aside-content .navbar-pills .lv1 ul .lv2 ul .lv3 ul .lv4 a {
    padding-left: 45px !important; }

.aside-item {
  margin-bottom: 20px; }
  .aside-item .aside-title {
    position: relative; }
    .aside-item .aside-title.aside_title_dmsp h2 {
      margin-top: 25px; }
    .aside-item .aside-title h2 {
      height: 40px;
      width: 100%;
      font-size: 24px;
      font-family: "Montserrat", sans-serif;
      line-height: 40px;
      margin: 0;
      text-transform: none;
      font-weight: 700;
      display: inline-block;
      padding: 0px;
      position: relative; }
      .aside-item .aside-title h2.title-head-tag {
        font-size: 20px;
        font-weight: 400;
        font-family: "Montserrat", sans-serif;
        color: #707070; }
  .aside-item .aside-content {
    padding-bottom: 15px; }

.aside-item .list-tags span.tag-item {
  line-height: 30px;
  border: 1px solid #ebebeb;
  height: 30px;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 20px;
  margin-right: 5px;
  color: #898989;
  border-radius: 0px; }
  .aside-item .list-tags span.tag-item:hover {
    color: #fff;
    background: #6AD9CE;
    border-color: #6AD9CE; }
    .aside-item .list-tags span.tag-item:hover a {
      color: #fff; }

.aside-filter {
  background: #fff;
  margin-bottom: 0px; }
  .aside-filter .aside-mini-list-product h2.title-head a:hover {
    color: #6AD9CE; }
  .aside-filter .aside-item {
    margin-bottom: 0px; }
    .aside-filter .aside-item .field-search {
      margin-bottom: 10px;
      position: relative; }
    .aside-filter .aside-item:last-child {
      margin-bottom: 0;
      border: none; }
      .aside-filter .aside-item:last-child .aside-content {
        margin-bottom: 0; }
    .aside-filter .aside-item .form-group .form-control {
      min-height: 40px;
      height: 40px; }
    .aside-filter .aside-item .input-group-btn {
      position: static; }
    .aside-filter .aside-item .input-group-btn button {
      position: absolute;
      right: 0;
      top: 0;
      height: 40px;
      width: 40px;
      padding: 0;
      text-align: center;
      line-height: 40px;
      background: #6AD9CE;
      color: #fff;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .aside-filter .filter-container {
    margin-bottom: 0px; }
  .aside-filter .aside-item .aside-title:after {
    display: none; }

.ui-widget.ui-widget-content {
  height: 2px;
  background: #ebebeb; }

.ui-slider-range.ui-corner-all.ui-widget-header {
  background: #000000 !important; }

.ui-slider-horizontal .ui-slider-handle {
  height: 14px !important;
  width: 14px !important;
  border-radius: 50% !important;
  top: -6px !important;
  border: none !important;
  background: #000000 !important; }

.ui-widget.ui-widget-content {
  border: none !important;
  margin-bottom: 25px;
  width: calc(100% - 14px);
  margin-left: 7px; }

#start {
  width: 100px;
  float: left; }
  #start input {
    text-align: center;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    box-shadow: none; }

#stop {
  width: 100px;
  float: left;
  margin-left: 30px;
  text-align: center;
  position: relative; }
  #stop input {
    text-align: center;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    box-shadow: none; }
  #stop:before {
    content: "-";
    position: absolute;
    left: -17px;
    font-size: 17px; }

a#filter-value {
  height: 30px;
  line-height: 30px;
  font-weight: 400;
  width: 100px;
  margin-top: 15px; }

@media (max-width: 1199px) {
  .h_recover {
    margin-bottom: 30px; } }

/*============================================================================
#13. FIXED APPS
==============================================================================*/
.at-style-responsive .at-share-btn {
  border-radius: 3px !important; }

.google_plusone_iframe_widget {
  width: auto !important; }

div#isp_search_result_page_container .btn-search {
  display: none; }

button.btn.btn-default.btn-search {
  display: none; }

div#isp_search_result_page_container form {
  margin-bottom: 0; }

body .haravan-product-reviews-form fieldset {
  border: none; }
  body .haravan-product-reviews-form fieldset .bpr-button-submit {
    color: #fff;
    background-color: #6AD9CE;
    border-color: transparent;
    border: 1px solid transparent; }
    body .haravan-product-reviews-form fieldset .bpr-button-submit:hover {
      background-color: #fff;
      border: 1px solid #6AD9CE;
      color: #6AD9CE; }

body .haravan-product-reviews-badge div {
  display: none; }
  body .haravan-product-reviews-badge div > p {
    padding: 0 3px !important; }
  body .haravan-product-reviews-badge div.haravan-product-reviews-star {
    display: block; }

body .haravan-product-reviews-badge .haravan-product-reviews-star i {
  font-size: 13px; }

body .haravan-product-reviews-badge .haravan-product-reviews-star .star-off-png:before {
  content: "\f005";
  color: #ccc; }

body .haravan-product-reviews-badge .haravan-product-reviews-star .star-on-png:before {
  content: "\f005";
  color: #f9c909; }

body .haravan-product-reviews-badge .haravan-product-reviews-star .star-half-png:before {
  content: "\f005";
  color: #f9c909; }

body .haravan-product-reviews-badge {
  margin: 0; }

.haravan-product-reviews-badge div {
  padding: 0px !important; }

/*Fix fancybox review*/
.fancybox-close {
  background-color: transparent !important; }

/*Contact*/
@media (max-width: 543px) {
  .page-login span.intr {
    font-size: 13px !important; }
  .address .page_address .adr_title .title-head a {
    width: 100%;
    margin: 15px 0; } }

.title_head.title_order h1 {
  font-size: 30px !important; }
  @media (max-width: 375px) {
    .title_head.title_order h1 {
      font-size: 27px !important; } }

.title_head .title_center_page {
  font-size: 18px !important;
  font-weight: 600;
  text-transform: none;
  position: relative;
  display: block;
  margin: 0; }

#pagelogin {
  margin-top: 5px; }

.page-login {
  padding-bottom: 40px; }
  .page-login span.intr {
    font-size: 15px;
    line-height: 23px;
    color: #636363;
    text-align: center;
    display: block; }
  .page-login .form-signup {
    margin-top: 35px; }
    .page-login .form-signup .form-group {
      margin-bottom: 0px; }
      .page-login .form-signup .form-group label {
        margin-top: 0px; }
      .page-login .form-signup .form-group input {
        height: 50px;
        padding: 0 20px;
        color: #636363;
        border-radius: 30px !important;
        border-color: #ebebeb;
        box-shadow: none;
        margin-bottom: 10px !important; }
        .page-login .form-signup .form-group input::-webkit-input-placeholder {
          color: #000000 !important; }
        .page-login .form-signup .form-group input::-moz-placeholder {
          color: #000000 !important; }
        .page-login .form-signup .form-group input:-ms-input-placeholder {
          color: #000000 !important; }
      .page-login .form-signup .form-group textarea {
        box-shadow: none;
        border-color: #eaebf3;
        border-radius: 30px !important;
        min-height: 100px; }
        .page-login .form-signup .form-group textarea::-webkit-input-placeholder {
          color: #000000 !important; }
        .page-login .form-signup .form-group textarea::-moz-placeholder {
          color: #000000 !important; }
        .page-login .form-signup .form-group textarea:-ms-input-placeholder {
          color: #000000 !important; }
    .page-login .form-signup .btn-lienhe {
      font-size: 14px;
      font-weight: 400;
      text-transform: none; }
    .page-login .form-signup .text-upper {
      width: 150px;
      height: 45px;
      font-size: 12px;
      font-weight: bold; }
    .page-login .form-signup .accept_submit {
      margin-left: 20px;
      margin-top: 10px; }
      .page-login .form-signup .accept_submit span {
        font-size: 15px;
        color: #111111; }
    .page-login .form-signup .button-50 {
      font-size: 16px;
      line-height: 50px;
      width: 50%; }
    .page-login .form-signup .have_ac {
      font-size: 15px;
      color: #111111;
      margin-left: 15px; }
      .page-login .form-signup .have_ac a {
        color: #6AD9CE;
        text-decoration: underline; }

.login-width-social #social_login_widget #social_login {
  margin: 0 auto 50px; }

.have_ac {
  color: #707070; }
  @media (max-width: 991px) {
    .have_ac {
      text-align: center;
      width: 100%;
      float: left; } }
  .have_ac a {
    color: #707070; }

.recv-text {
  font-size: 14px;
  display: block;
  width: 100%;
  text-align: center;
  padding: 5px 0px 20px 0; }
  .recv-text a {
    text-decoration: none;
    cursor: pointer;
    color: #707070; }
    .recv-text a:hover {
      color: #6AD9CE; }

@media (max-width: 991px) {
  .form-signup .button-50 {
    width: 100% !important; }
  .form-signup .have_ac {
    display: block;
    text-align: center;
    margin-top: 15px; } }

/*FixApp login*/
.embedContent .embedHeader {
  display: none !important; }

/*Contact Page*/
.info-contact .title-head {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 20px;
  color: #000000; }

.info-contact .widget-menu {
  font-size: 14px;
  margin-bottom: 15px;
  overflow: hidden; }
  .info-contact .widget-menu .ico-left {
    float: left;
    position: relative;
    top: 0px;
    border-radius: 3px;
    width: 28px;
    text-align: left;
    height: 28px;
    display: block;
    margin-top: -2px;
    padding-left: 2px;
    line-height: 28px;
    color: #fff;
    color: #51b935; }
  .info-contact .widget-menu .txt-content-add {
    display: inherit;
    padding-left: 0px; }
    @media (max-width: 543px) {
      .info-contact .widget-menu .txt-content-add {
        padding-left: 29px; } }
  .info-contact .widget-menu .bold-color {
    font-weight: bold;
    color: #636363; }
  .info-contact .widget-menu li {
    position: relative;
    color: #83858e;
    margin-bottom: 5px; }
    .info-contact .widget-menu li:nth-child(1) .fa {
      margin-left: 3px; }
    .info-contact .widget-menu li:nth-child(2) .fa {
      margin-left: 4px; }
    .info-contact .widget-menu li a {
      color: #83858e; }
    .info-contact .widget-menu li:hover > a {
      text-decoration: none; }

.info-contact .border-contact-page {
  padding: 2px 0px;
  border: dashed 1px #ebebeb;
  display: block; }

.info-contact .descripti {
  font-size: 14px;
  margin: 0px 0px 30px;
  padding: 0px 0px 30px;
  border-bottom: solid 1px #ebebeb;
  color: #3d454e; }

.info-contact .logo {
  font-size: 20px; }

.page_cotact .logo {
  text-align: left !important;
  padding-top: 5px; }

.page_cotact .title-head-contact {
  margin: 0px;
  padding: 0px 0px 15px;
  font-size: 20px;
  color: #041721;
  line-height: 37px;
  text-align: left; }

.page_cotact .form-signup {
  margin: 0px; }

.contact li.li_footer_h {
  padding-left: 35px;
  font-size: 14px;
  position: relative;
  color: #363636;
  opacity: 1;
  margin-bottom: 10px !important;
  padding-bottom: 15px;
  line-height: 20px; }
  .contact li.li_footer_h:last-child {
    padding-bottom: 0px; }
  .contact li.li_footer_h .fas, .contact li.li_footer_h .far {
    float: left;
    position: relative;
    top: -4px;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 10px;
    padding-left: 0px;
    line-height: 30px;
    color: #6AD9CE;
    font-size: 14px;
    background: #fff;
    border: 1px solid #6AD9CE; }
  .contact li.li_footer_h a {
    color: #363636; }
    .contact li.li_footer_h a:hover {
      color: #6AD9CE; }
  .contact li.li_footer_h .icon_base {
    position: absolute;
    left: 0;
    top: 1px;
    height: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 20px; }
    .contact li.li_footer_h .icon_base .fa {
      color: #7b8395; }

.page-right .title-head-contact {
  margin: 0px;
  text-transform: uppercase;
  padding: 20px 0px 5px;
  font-size: 14px;
  font-weight: bold;
  color: #041721;
  line-height: 37px;
  text-align: left; }

.group_contact .form-group {
  padding: 0px 15px;
  margin-bottom: 15px;
  color: #000000; }
  .group_contact .form-group .form-control {
    font-size: 14px;
    color: #000000;
    height: 40px;
    padding: 0px 20px;
    margin-bottom: 30px !important; }
    .group_contact .form-group .form-control::-webkit-input-placeholder {
      color: #c6cddb !important; }
    .group_contact .form-group .form-control::-moz-placeholder {
      color: #c6cddb !important; }
    .group_contact .form-group .form-control:-ms-input-placeholder {
      color: #c6cddb !important; }
    @media (max-width: 767px) {
      .group_contact .form-group .form-control {
        margin-bottom: 15px !important; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .group_contact .form-group .form-control {
        margin-bottom: 20px !important; } }
  .group_contact .form-group .content-area {
    min-height: 130px;
    padding: 20px; }
  .group_contact .form-group input, .group_contact .form-group textarea {
    border-color: #ebebeb; }
    .group_contact .form-group input:focus, .group_contact .form-group textarea:focus {
      border-color: #ebebeb; }
  .group_contact .form-group input::placeholder {
    font-size: 15px;
    color: #111111; }
  .group_contact .form-group textarea::placeholder {
    font-size: 15px;
    color: #111111; }
  .group_contact .form-group .btn-50-full {
    position: absolute;
    right: 15px;
    bottom: 0px;
    box-shadow: none;
    padding: 8px 20px;
    font-size: 14px;
    color: #fff;
    background: #6AD9CE;
    border: solid 1px #6AD9CE; }
    .group_contact .form-group .btn-50-full:hover {
      border-color: #6AD9CE;
      background: #fff;
      color: #6AD9CE; }

.page_contact .select_maps .mid-footers .follow_option {
  margin-top: 15px; }
  .page_contact .select_maps .mid-footers .follow_option li a {
    border: 2px solid #c6cddb; }
    .page_contact .select_maps .mid-footers .follow_option li a .fa, .page_contact .select_maps .mid-footers .follow_option li a .fas {
      color: #c6cddb; }
    .page_contact .select_maps .mid-footers .follow_option li a:hover {
      border: 2px solid #7b8395; }
      .page_contact .select_maps .mid-footers .follow_option li a:hover .fa {
        color: #7b8395; }

.page_contact .select_maps .hotline_contact li:nth-child(1) {
  margin-bottom: 5px; }

.page_contact .select_maps .list-menu {
  color: #8d90a6; }
  .page_contact .select_maps .list-menu a {
    color: #8d90a6; }
    .page_contact .select_maps .list-menu a:hover {
      color: #6AD9CE; }

.page_contact .select_maps .fa {
  color: #6AD9CE;
  margin-right: 15px; }

.page_contact .select_maps .widget-db .item li {
  margin-bottom: 10px; }

.page_contact .select_maps .widget-db .item:nth-child(1) .contact_x li .fa:before {
  content: "\f015"; }

/*Loaction Contact */
@media (min-width: 992px) {
  .section_maps {
    margin-top: 50px; } }

@media (max-width: 991px) {
  .section_maps .select_mapss {
    margin-top: 20px;
    margin-bottom: 30px; } }

.hasborder {
  border-bottom: none !important; }
  .hasborder .title-module-page h2 {
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    line-height: normal; }
    .hasborder .title-module-page h2 span {
      color: #000000; }
  @media (min-width: 1200px) {
    .hasborder .box-maps {
      margin-bottom: 50px; } }

@media (min-width: 1200px) {
  .wrap_padding {
    padding-right: 20%;
    padding-left: 0; }
  .box-maps .gllpLatlonPicker {
    padding-right: 0; } }

@media (max-width: 991px) {
  .title-module-page {
    padding-top: 0px; } }

.title-module-page h2 {
  margin: 0px;
  padding: 0px;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 10px; }
  @media (max-width: 375px) {
    .title-module-page h2 {
      font-size: 19px; } }
  .title-module-page h2 span .fa, .title-module-page h2 span .fas {
    color: #6AD9CE;
    padding-right: 15px;
    font-size: 18px; }

.select_daily {
  padding: 15px 0px; }
  .select_daily select {
    height: 45px;
    background-color: #fff !important;
    border-color: #e9edf5;
    border-radius: 3px;
    color: #7b8395; }

.city-wrapper:hover {
  cursor: pointer; }

.city-wrapper .nano .content {
  margin-top: 5px; }
  .city-wrapper .nano .content:focus {
    outline: none;
    border-color: none; }
  .city-wrapper .nano .content .showroom-item {
    padding: 7px 0px;
    overflow: hidden; }
    .city-wrapper .nano .content .showroom-item .title-module-page h2 {
      font-size: 14px;
      font-weight: 400;
      color: #000000;
      margin-bottom: 0px; }
      .city-wrapper .nano .content .showroom-item .title-module-page h2 span {
        font-size: 14px;
        line-height: 22px;
        color: #7b8395; }
    .city-wrapper .nano .content .showroom-item:last-child {
      border-bottom: 0px; }
    .city-wrapper .nano .content .showroom-item .showroom-address, .city-wrapper .nano .content .showroom-item .showroom-contact {
      line-height: 24px;
      color: #3d454e;
      display: block;
      padding: 1px 0px; }
      .city-wrapper .nano .content .showroom-item .showroom-address .a_dl, .city-wrapper .nano .content .showroom-item .showroom-contact .a_dl {
        text-align: left;
        float: left;
        display: block;
        position: relative; }
      .city-wrapper .nano .content .showroom-item .showroom-address .b_dl_db, .city-wrapper .nano .content .showroom-item .showroom-contact .b_dl_db {
        display: inherit;
        padding-left: 65px; }
      .city-wrapper .nano .content .showroom-item .showroom-address .b_dl, .city-wrapper .nano .content .showroom-item .showroom-contact .b_dl {
        display: inline-block;
        padding-left: 5px; }
        .city-wrapper .nano .content .showroom-item .showroom-address .b_dl a, .city-wrapper .nano .content .showroom-item .showroom-contact .b_dl a {
          text-decoration: none; }
          .city-wrapper .nano .content .showroom-item .showroom-address .b_dl a:hover, .city-wrapper .nano .content .showroom-item .showroom-contact .b_dl a:hover {
            color: #6AD9CE; }
          .city-wrapper .nano .content .showroom-item .showroom-address .b_dl a:focus, .city-wrapper .nano .content .showroom-item .showroom-contact .b_dl a:focus {
            color: #6AD9CE; }

@media (max-width: 991px) {
  .widget-item.info-contact {
    margin-top: 20px !important; }
  .widget-item.info-contact {
    margin-top: 0px !important; }
  .page_cotact {
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .title_mobile_contact {
    padding: 0px 0px 30px !important; } }

.search-main .products-view-grid {
  border-top: none;
  display: block;
  float: left;
  width: 100%; }

.search-main h1 {
  font-size: 2em; }

.search-main .title_search {
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  font-size: 20px;
  margin-top: 0px; }

.search-main .form_search_h {
  float: left;
  line-height: 2.1;
  border-radius: 0;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-bottom: 0px;
  min-height: 45px; }
  @media (max-width: 767px) {
    .search-main .form_search_h {
      width: calc(100% - 110px);
      border-right: 0px; } }
  @media (min-width: 768px) {
    .search-main .form_search_h {
      width: 300px; } }

.search-main .btn_search_h {
  min-height: 45px;
  background: #1ecca9;
  font-weight: bold;
  border-radius: 30px; }
  @media (max-width: 767px) {
    .search-main .btn_search_h {
      width: 110px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px; } }
  @media (min-width: 768px) {
    .search-main .btn_search_h {
      border-radius: 0;
      margin-left: -1px;
      border-top-right-radius: 30px;
      border-bottom-right-radius: 30px;
      min-height: 45px;
      background: #1ecca9;
      font-weight: bold; }
      .search-main .btn_search_h:hover {
        border: 1px solid #1ecca9;
        color: #1ecca9;
        background: #fff; } }

@media (max-width: 375px) {
  .search-main .cls_search .product-col .product-box {
    height: 270px; } }

/*Contact Page*/
.wrap_contact {
  background: #f4574c;
  overflow: hidden;
  padding: 20px 0px; }
  .wrap_contact .icon_widget {
    display: inline-block;
    float: left;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #f8948d;
    border: solid 3px #f67970;
    line-height: 40px;
    text-align: center; }
    .wrap_contact .icon_widget .fa {
      font-size: 16px;
      color: #fff; }
  .wrap_contact .contact_info {
    display: block;
    padding-left: 50px;
    margin-left: 25px; }
    .wrap_contact .contact_info span, .wrap_contact .contact_info a {
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      line-height: 22px;
      color: #fff;
      text-decoration: none; }
      .wrap_contact .contact_info span.lh, .wrap_contact .contact_info a.lh {
        line-height: 45px; }
    .wrap_contact .contact_info a {
      width: 100%;
      float: left; }

.info-contact .title-head {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000000; }

.info-contact .widget-menu {
  font-size: 14px;
  margin-bottom: 15px;
  overflow: hidden; }
  .info-contact .widget-menu .ico-left {
    display: block;
    float: left;
    width: 25px;
    text-align: center; }
  .info-contact .widget-menu p, .info-contact .widget-menu .rc {
    display: block;
    float: left;
    width: calc(100% - 35px);
    margin-left: 5px; }
  .info-contact .widget-menu li {
    margin-bottom: 5px; }
    .info-contact .widget-menu li:hover > a {
      text-decoration: none; }

.info-contact .border-contact-page {
  padding: 2px 0px;
  border: dashed 1px #ebebeb;
  display: block; }

.info-contact .descripti {
  font-size: 14px;
  margin: 0px 0px 30px;
  padding: 0px 0px 30px;
  border-bottom: solid 1px #ebebeb;
  color: #3d454e; }

.info-contact .logo {
  font-size: 20px; }

.sec_footer .widget-db {
  margin-top: 15px; }
  .sec_footer .widget-db .item .title_bold {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    text-transform: none; }
  .sec_footer .widget-db .item .contact_x li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    color: #898989; }
    .sec_footer .widget-db .item .contact_x li a {
      color: #898989; }
    .sec_footer .widget-db .item .contact_x li .fa {
      position: absolute;
      left: 0;
      float: left;
      top: 0px;
      border-radius: 3px;
      width: 20px;
      text-align: left;
      height: 30px;
      display: block;
      margin-right: 5px;
      margin-top: -2px;
      padding-left: 0px;
      line-height: 28px;
      color: #6AD9CE;
      background-repeat: no-repeat; }
    .sec_footer .widget-db .item .contact_x li .txt_content_child {
      color: #898989; }

@media (min-width: 768px) and (max-width: 991px) {
  .right_contact {
    margin-top: 20px; } }

@media (max-width: 767px) {
  .right_contact {
    margin-top: 20px; } }

@media (min-width: 992px) {
  .right_contact {
    width: 42% !important; } }

.section_maps #contact_map {
  border: none; }

.page_contact .contact .li_footer_h {
  padding-left: 0px !important; }

@media (max-width: 991px) {
  .page_contact .mid_fot_h {
    margin-top: 30px; } }

.page_cotact {
  font-family: "Montserrat", sans-serif; }
  .page_cotact .title-head-contact-2 {
    font-size: 15px;
    color: #7b8395;
    font-weight: bold;
    text-transform: uppercase; }
  .page_cotact .title-head-contact {
    color: #000000;
    font-size: 18px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: none;
    position: relative;
    display: block;
    margin: 0;
    padding-bottom: 10px; }
    .page_cotact .title-head-contact span {
      display: block;
      padding: 10px 0;
      border-top: 1px solid #ebebeb;
      margin-top: 40px;
      padding-top: 25px;
      padding-bottom: 0px; }
  .page_cotact p {
    color: #8d90a6; }
  .page_cotact .title_db {
    font-size: 18px !important;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    display: block;
    margin: 0;
    padding-bottom: 0px; }
    .page_cotact .title_db span {
      display: block;
      padding: 10px 0; }
  .page_cotact .sum_contact {
    color: #898989; }
  .page_cotact .form-signup {
    margin: 0px; }

.page-login .title-head-contact:before {
  width: 25%; }

.item_contact .body_contact {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  display: inline-flex; }
  .item_contact .body_contact .icon_widget {
    background: #f2f2f2;
    height: 30px;
    width: 30px;
    float: left;
    margin: 0 15px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    .item_contact .body_contact .icon_widget .fa {
      font-size: 14px;
      color: #6AD9CE; }
  .item_contact .body_contact .contact_info {
    float: left;
    width: calc(100% - 45px);
    align-items: center;
    display: flex;
    flex-flow: row; }
    .item_contact .body_contact .contact_info span, .item_contact .body_contact .contact_info a {
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      line-height: 24px;
      color: #000000;
      text-decoration: none; }
    .item_contact .body_contact .contact_info a {
      width: 100%;
      float: left; }

.group_contact .form-group {
  padding: 0px 15px;
  margin-bottom: 15px;
  color: #000000; }
  .group_contact .form-group .form-control {
    border-radius: 0px !important;
    font-size: 14px;
    color: #000000;
    height: 40px;
    padding: 0px 15px; }
    .group_contact .form-group .form-control::-webkit-input-placeholder {
      color: #acacac; }
    .group_contact .form-group .form-control::-moz-placeholder {
      color: #acacac; }
    .group_contact .form-group .form-control:-ms-input-placeholder {
      color: #acacac; }
  .group_contact .form-group .content-area {
    min-height: 130px;
    padding: 10px 15px;
    border-radius: 3px !important;
    resize: none; }
  .group_contact .form-group input, .group_contact .form-group textarea {
    border-color: #ebebeb; }
    .group_contact .form-group input:focus, .group_contact .form-group textarea:focus {
      border-color: #ebebeb; }
  .group_contact .form-group .btn-50-full {
    font-family: "Montserrat", sans-serif;
    position: absolute;
    right: 15px;
    bottom: 0px;
    box-shadow: none;
    padding: 8px 20px;
    font-size: 14px;
    color: #fff;
    background: #6AD9CE;
    border: solid 1px #6AD9CE; }
    .group_contact .form-group .btn-50-full:hover {
      border-color: #6AD9CE;
      background: #fff;
      color: #6AD9CE; }

.thank_text {
  color: #6AD9CE;
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px; }

/* Fix app đánh giá */
@media (min-width: 992px) and (max-width: 1199px) {
  #haravan-product-reviews {
    width: 100% !important; } }

/*LABEL MAIN MENU*/
.label_ {
  font-weight: 400;
  display: inline-block;
  position: absolute;
  top: -12px;
  right: 10px; }
  .label_ i {
    background: #6AD9CE;
    width: 30px;
    position: relative;
    right: 0px;
    top: -7px;
    font-style: normal;
    text-transform: none;
    height: 15px;
    line-height: 15px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 400;
    padding: 0px;
    display: inline-block; }
    .label_ i.New {
      background: #b7eaf2;
      color: #000000; }
    .label_ i.hot {
      background: #6AD9CE; }

/* Style Collection new*/
@media (max-width: 767px) {
  .bg-white {
    float: left; } }

@media (max-width: 543px) {
  .bg-white {
    float: right !important;
    width: 100%;
    margin-top: 10px; } }

@media (min-width: 768px) {
  .bg-white {
    float: right; } }

.bg-white .view-mode {
  display: inline-block;
  float: left; }

.bg-white #sort-by {
  display: inline-block;
  float: left;
  margin-left: 20px; }
  @media (max-width: 543px) {
    .bg-white #sort-by {
      float: right; } }

/*FIX APP ĐÁNH GIÁ*/
@media (max-width: 480px) {
  .haravan-product-reviews-form {
    min-width: 250px !important; } }

/*STYLE BLOG INDEX*/
.myblog.myarticle .image-blog-left {
  padding-top: 0px; }
  .myblog.myarticle .image-blog-left .content_left {
    position: unset;
    top: 0;
    left: 0; }
  .myblog.myarticle .image-blog-left .content_right {
    width: calc(100% - 80px);
    display: inline-block;
    float: right; }

.myblog .image-blog-left {
  position: relative; }
  .myblog .image-blog-left .content_left {
    float: left;
    height: 60px;
    background: #6AD9CE;
    text-align: center;
    width: 60px;
    padding: 12px 5px 8px 5px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 10px; }
    .myblog .image-blog-left .content_left .top_content {
      display: block;
      font-weight: 700;
      font-size: 21px;
      line-height: 15px;
      color: #fff; }
    .myblog .image-blog-left .content_left .bot_content {
      font-size: 9px;
      font-weight: bold;
      color: #fff; }

.myblog .content_blog {
  width: 100%;
  float: left;
  padding-top: 30px; }
  .myblog .content_blog .content_right {
    width: 100%;
    display: inline-block;
    float: left; }
    .myblog .content_blog .content_right h3 {
      margin: 0;
      font-size: 16px;
      font-weight: 600;
      font-family: "Montserrat", sans-serif;
      padding-bottom: 5px;
      padding-top: 5px;
      color: #363636; }
    .myblog .content_blog .content_right .time_post {
      font-family: 'Helvetica Neue';
      font-size: 14px;
      font-weight: 400;
      color: #707070;
      width: 100%;
      float: left;
      padding-top: 5px; }
      .myblog .content_blog .content_right .time_post .fas {
        color: #6AD9CE;
        padding-right: 5px;
        font-size: 13px; }
  .myblog .content_blog .summary_item_blog {
    float: left;
    width: 100%;
    margin-bottom: 15px; }
    .myblog .content_blog .summary_item_blog p {
      margin: 0;
      margin-top: 12px;
      color: #707070;
      border-top: 1px solid #ebebeb;
      padding-top: 15px;
      font-size: 14px;
      font-family: "Montserrat", sans-serif; }
  .myblog .content_blog .continus_btn {
    font-weight: bold;
    color: #6AD9CE; }
    .myblog .content_blog .continus_btn:hover {
      color: #000000; }

/********************************************************
TABS
********************************************************/
.tab_h {
  float: left;
  width: 100%;
  margin-top: 30px; }

.tab-wrap .tabs-title {
  *zoom: 1;
  display: inline-block;
  position: relative;
  z-index: 9;
  margin: 0 0 26px; }
  .tab-wrap .tabs-title:after {
    content: "";
    display: table;
    clear: both; }
  .tab-wrap .tabs-title li {
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
    float: left; }
    .tab-wrap .tabs-title li:before {
      content: "|";
      color: #c9c9c9;
      padding: 0 16px;
      color: #1c1c1c; }
    .tab-wrap .tabs-title li:first-child:before {
      display: none; }
    .tab-wrap .tabs-title li.current {
      color: #212121; }

.tab-wrap .tab-content {
  position: relative; }

ul.tabs li {
  background: none;
  display: inline-block;
  cursor: pointer; }
  ul.tabs li.current {
    color: #000;
    margin-bottom: -1px; }
    @media (max-width: 767px) {
      ul.tabs li.current {
        border-bottom: none; } }

.tab-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden; }
  .tab-content.current {
    opacity: 1;
    visibility: visible;
    height: auto;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }

.product-tab .tabs-title {
  background: #fff;
  margin-bottom: 0px;
  padding-left: 0px;
  border-bottom: solid 1px #ebebeb; }
  @media (min-width: 768px) {
    .product-tab .tabs-title {
      text-align: left; } }

@media (max-width: 767px) {
  .product-tab .tab-link {
    margin: 0px 0px !important; } }

.product-tab .tab-link {
  position: relative;
  display: inline-block;
  background: transparent;
  padding: 0px;
  border-bottom: 0px;
  margin-top: 0px;
  margin-right: 40px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .product-tab .tab-link {
      margin-right: 20px; } }
  @media (min-width: 768px) {
    .product-tab .tab-link:nth-child(2) {
      margin-left: 0px; } }
  @media (min-width: 768px) {
    .product-tab .tab-link:nth-child(3) {
      margin-left: 0px; } }
  .product-tab .tab-link h3 {
    color: #000000;
    margin: 13px 0;
    font-size: 15px; }
    @media (max-width: 767px) {
      .product-tab .tab-link h3 {
        margin: 0; } }
  .product-tab .tab-link span {
    color: #000000 !important;
    font-size: 18px;
    font-weight: 700;
    text-transform: none; }
  @media (min-width: 768px) {
    .product-tab .tab-link.current {
      padding-bottom: 0px;
      border-bottom: 2px solid #6AD9CE; }
      .product-tab .tab-link.current h3 {
        color: #6AD9CE !important; }
        .product-tab .tab-link.current h3 span {
          color: #000000 !important;
          font-size: 18px;
          font-weight: 700; } }
  .product-tab .tab-link.current h3 {
    color: #6AD9CE; }
    .product-tab .tab-link.current h3 span {
      color: #6AD9CE; }
  .product-tab .tab-link.current .rte {
    color: #9d9c9c;
    font-weight: 300;
    font-size: 14px;
    border: solid 0px #ebebeb;
    border-top: 0px; }

.product-tab li:last-child h3 span:after {
  content: none; }

.product-tab .tab-content {
  padding: 0px; }
  .product-tab .tab-content.current .rte {
    color: #707070;
    border-top: none;
    padding: 45px 0px 60px 0px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif; }
    @media (max-width: 1199px) {
      .product-tab .tab-content.current .rte {
        padding: 30px 0 60px 0; } }

.product-tab .content_extab.current {
  padding: 20px 15px;
  background: #fff;
  border: solid 1px #e1e1e1; }
  .product-tab .content_extab.current .rte {
    padding: 0px 0px; }
    .product-tab .content_extab.current .rte img {
      max-width: 100%;
      width: auto !important;
      height: auto !important; }
  @media (min-width: 1200px) {
    .product-tab .content_extab.current .rte {
      color: #9d9c9c;
      font-weight: 300;
      font-size: 14px;
      width: 100%; }
      .product-tab .content_extab.current .rte img {
        max-width: 100%;
        width: auto !important;
        height: auto !important; } }

.content_extab {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden; }
  .content_extab.current {
    opacity: 1;
    visibility: visible;
    height: auto; }

/*Responsive tab product*/
@media (max-width: 767px) {
  .product-tab .tab-link {
    width: 100%;
    border: none;
    padding: 0;
    margin-bottom: 5px !important;
    background: #fff; }
  .tab-content-mobile {
    display: none; }
  .current .tab-content-mobile {
    display: block;
    padding: 0px 10px;
    border: 1px solid #e1e1e1;
    border-top: none;
    background: #f7f5f5; }
  .current .tab-content-mobile .rte {
    padding: 10px 0px;
    border-bottom: 0px; }
  ul.tabs.tabs-title {
    display: block;
    border: none;
    width: 100%;
    background: none !important; }
  .product-tab .tab-link h3 {
    border: 1px solid #ebebeb;
    padding: 10px 10px;
    margin-top: 0;
    position: relative; }
    .product-tab .tab-link h3:before {
      content: '\f107';
      font-size: 20px;
      font-family: FontAwesome;
      float: right;
      margin-right: 0;
      margin-top: -3px; }
  .product-tab .tab-link.current .tab-content-mobile {
    margin-bottom: 0px;
    background: #fff; }
    .product-tab .tab-link.current .tab-content-mobile .rte p img {
      max-width: 100%;
      margin: 0 auto;
      width: auto !important;
      height: auto !important; }
  .product-tab .tab-link.current h3 {
    border-bottom: none;
    border-bottom: solid 2px #6AD9CE;
    background: #fff; }
  .product-tab .tab-link span:after {
    content: none; }
  .product-tab .border-dashed-tab {
    margin-bottom: 15px; } }

.rte .haravan-product-reviews #haravan-product-reviews-sub .haravan-product-reviews-summary .bpr-summary .bpr-summary-average {
  font-size: 18px; }

.rte .haravan-product-reviews #haravan-product-reviews-sub .haravan-product-reviews-summary .bpr-summary .haravan-product-reviews-star i {
  font-size: 12px; }

.rte .haravan-product-reviews #haravan-product-reviews-sub .haravan-product-reviews-summary .bpr-summary .haravan-product-reviews-star .star-off-png:before {
  content: "\f005";
  color: #cccccc; }

.rte .haravan-product-reviews #haravan-product-reviews-sub .haravan-product-reviews-summary .bpr-summary .haravan-product-reviews-star .star-on-png:before {
  content: "\f005";
  color: #ffde3c; }

.rte .haravan-product-reviews #haravan-product-reviews-sub .haravan-product-reviews-summary .bpr-summary .haravan-product-reviews-star .star-half-png:before {
  content: "\f123";
  color: #ffde3c; }

.rte .haravan-product-reviews #haravan-product-reviews-sub .product-reviews-summary-actions #btnnewreview {
  background: #6AD9CE; }

.rte .haravan-product-reviews #haravan-product-reviews-sub .haravan-product-reviews-list .haravan-review .haravan-review-header div .haravan-product-reviews-star i {
  font-size: 12px; }

.rte .haravan-product-reviews #haravan-product-reviews-sub .haravan-product-reviews-list .haravan-review .haravan-review-header div .haravan-product-reviews-star .star-off-png:before {
  content: "\f005";
  color: #cccccc; }

.rte .haravan-product-reviews #haravan-product-reviews-sub .haravan-product-reviews-list .haravan-review .haravan-review-header div .haravan-product-reviews-star .star-on-png:before {
  content: "\f005";
  color: #ffde3c; }

.rte .haravan-product-reviews #haravan-product-reviews-sub .haravan-product-reviews-list .haravan-review .haravan-review-header div .haravan-product-reviews-star .star-half-png:before {
  content: "\f123";
  color: #ffde3c; }

/*Popup Reviews star*/
.haravan-product-reviews-form form .bpr-form-rating #dvRating i {
  font-size: 12px; }

.haravan-product-reviews-form form .bpr-form-rating #dvRating .star-off-png:before {
  content: "\f005";
  color: #cccccc; }

.haravan-product-reviews-form form .bpr-form-rating #dvRating .star-on-png:before {
  content: "\f005";
  color: #ffde3c; }

.haravan-product-reviews-form form .bpr-form-rating #dvRating .star-half-png:before {
  content: "\f123";
  color: #898989; }

/*Module sp ben phai*/
@media (max-width: 991px) {
  .module_best_sale_product {
    margin: 0 15px; } }

.module_best_sale_product .title_module_ {
  border-bottom: 1px solid #e5e5e5;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background: #6AD9CE; }
  .module_best_sale_product .title_module_ .title {
    font-size: 24px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    padding: 3px 22px;
    margin: 0px;
    font-weight: 400; }
    .module_best_sale_product .title_module_ .title a {
      text-decoration: none;
      color: #fff; }

.module_best_sale_product .sale_off_today {
  border: 1px solid #e5e5e5;
  border-top: none; }

/*End*/
/*REGITER - LOGIN */
.page_base_h {
  margin-top: 10px;
  display: block;
  float: left;
  width: 100%; }
  @media (max-width: 767px) {
    .page_base_h {
      margin-top: -15px; } }
  .page_base_h .form-signup .content_all {
    float: left;
    width: 100%; }
    .page_base_h .form-signup .content_all .content_l {
      display: inline-block;
      width: 100%;
      float: left;
      margin-right: 30px;
      margin-bottom: 0;
      line-height: 40px; }
      @media (max-width: 767px) {
        .page_base_h .form-signup .content_all .content_l {
          width: 100%; } }
    .page_base_h .form-signup .content_all .content_r {
      margin: 0;
      width: 100%;
      padding: 0; }
      @media (max-width: 767px) {
        .page_base_h .form-signup .content_all .content_r {
          width: 100%; } }
      .page_base_h .form-signup .content_all .content_r input {
        margin-bottom: 5px;
        min-height: 45px; }
  .page_base_h .form-signup .btn_style {
    margin-top: 15px; }
    @media (max-width: 767px) {
      .page_base_h .form-signup .btn_style {
        text-align: left;
        padding: 0px; } }
    .page_base_h .form-signup .btn_style .btn_customer {
      font-size: 14px;
      font-weight: 400;
      text-transform: none;
      border-radius: 30px;
      padding: 0 35px;
      width: 100%;
      height: 45px;
      line-height: 45px; }

/* Page contact*/
@media (max-width: 767px) {
  .google-map .map {
    height: 300px !important; } }

/*wishlist*/
.wishlist-page-body {
  padding-top: 30px;
  overflow: hidden;
  margin-top: 25px !important;
  background: #fff;
  position: relative; }
  .wishlist-page-body .wishlist-title {
    display: none !important; }
  .wishlist-page-body .wishlist-clearfix .wishlist-search {
    position: relative;
    width: 35% !important; }
    .wishlist-page-body .wishlist-clearfix .wishlist-search #wishlist_search_input {
      position: relative;
      display: block;
      width: 100% !important;
      height: 34px;
      padding: 7px 12px;
      font-size: 13px;
      line-height: 1.428571429;
      color: #555;
      background-color: #fff;
      background-image: none;
      border: 2px solid #ccc;
      border-radius: 3px;
      -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
      -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
      -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
      transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
    .wishlist-page-body .wishlist-clearfix .wishlist-search:after {
      font-family: 'FontAwesome';
      content: "\f002";
      font-size: 15px;
      line-height: 24px;
      position: absolute;
      width: 15px;
      height: 15px;
      right: 20px;
      top: 8px;
      color: #eee; }
  .wishlist-page-body .wishlist-clearfix .wishlist-share {
    width: 15% !important;
    margin-top: 3px; }
  .wishlist-page-body .wishlist-clearfix .wishlist-display-style {
    float: none !important;
    position: absolute;
    top: 30px;
    right: 15px;
    width: 10% !important;
    text-align: right; }
    .wishlist-page-body .wishlist-clearfix .wishlist-display-style .wishlist-list-style.active, .wishlist-page-body .wishlist-clearfix .wishlist-display-style .wishlist-grid-style.active, .wishlist-page-body .wishlist-clearfix .wishlist-display-style .wishlist-list-style:hover, .wishlist-page-body .wishlist-clearfix .wishlist-display-style .wishlist-grid-style:hover {
      color: #6AD9CE !important; }
  .wishlist-page-body .wishlist-list-view {
    padding-top: 15px;
    border-top: solid 1px #eee; }
    .wishlist-page-body .wishlist-list-view .wishlist-product {
      margin-top: 0;
      margin-bottom: 25px;
      padding-bottom: 25px;
      border-bottom: 1px solid #ebebeb; }
      .wishlist-page-body .wishlist-list-view .wishlist-product:last-child {
        border-bottom: none; }
    .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-img {
      width: 140px !important; }
    .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content {
      width: calc(100% - 140px - 180px); }
      .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name {
        color: #231f20 !important;
        font-size: 18px !important;
        font-weight: 600 !important;
        line-height: 24px; }
        .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name p {
          color: #333 !important;
          font-weight: 300;
          font-size: 17px !important;
          margin: 0px !important; }
        .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name:hover {
          color: #6AD9CE !important; }
          .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name:hover p {
            color: #6AD9CE !important; }
      .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content p {
        margin: 0px !important;
        color: #6AD9CE !important; }
        .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-price {
          font-weight: bold !important;
          line-height: 25px !important;
          color: #6AD9CE !important;
          margin-right: 10px !important; }
        .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-oldprice {
          color: #898989;
          font-weight: 300;
          text-decoration: line-through; }
        .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-oldprice:before {
          content: " ";
          width: 2px;
          background: #b6b6b6;
          height: 12px;
          position: absolute;
          margin-left: -9px;
          margin-top: 9px; }
      .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-description {
        color: #231f20 !important;
        margin: 0px !important; }
    .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form {
      margin-bottom: 0px !important; }
      .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn {
        background-image: none;
        line-height: 24px !important;
        border-radius: 3px !important;
        cursor: pointer;
        display: inline-block;
        font-size: 12px !important;
        text-transform: uppercase !important;
        font-weight: 400;
        color: #fff !important;
        background: #6AD9CE !important;
        border: solid 1px #6AD9CE !important;
        padding: 7px 12px;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap; }
        .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn:hover {
          border-color: #6AD9CE !important;
          color: #6AD9CE !important;
          background: #fff !important; }
    .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove {
      text-align: right; }
      .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link {
        font-size: 11px !important;
        line-height: 24px;
        color: #616161 !important;
        text-transform: uppercase !important;
        font-weight: 500 !important;
        margin-right: 2px; }
        .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:before {
          font-family: 'FontAwesome';
          content: "\f00d";
          position: absolute;
          margin-left: -20px;
          margin-top: 1px;
          font-size: 14px;
          color: #616161; }
        .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:hover {
          color: #6AD9CE !important;
          text-decoration: none !important; }
          .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:hover:before {
            color: #6AD9CE !important; }
  .wishlist-page-body .wishlist-grid-view {
    padding-top: 15px;
    border-top: 1px solid #ebebeb; }
    .wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-img {
      height: 200px !important;
      width: 180px !important;
      overflow: hidden; }
    .wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content {
      text-align: center;
      min-height: 100px; }
      .wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name {
        color: #333 !important;
        font-size: 18px !important;
        font-weight: 300 !important;
        line-height: 24px; }
        .wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name p {
          padding: 0px 5px;
          color: #333 !important;
          font-weight: 300;
          margin: 0px !important; }
      .wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content p {
        margin: 0px !important;
        color: #6AD9CE !important; }
        .wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-price {
          font-weight: bold !important;
          line-height: 25px !important;
          color: #6AD9CE !important;
          margin-right: 10px !important; }
        .wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-oldprice {
          color: #898989;
          font-weight: 300;
          font-size: 13px; }
        .wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-oldprice:before {
          content: " ";
          width: 2px;
          background: #b6b6b6;
          height: 12px;
          position: absolute;
          margin-left: -9px;
          margin-top: 9px; }
      .wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-description {
        color: #898989 !important;
        font-size: 13px;
        margin: 0px !important; }
    .wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action {
      margin-top: 5px; }
      .wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form {
        margin-bottom: 0px !important; }
        .wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn {
          background-image: none;
          line-height: 24px !important;
          border-radius: 3px !important;
          cursor: pointer;
          display: inline-block;
          font-size: 12px !important;
          text-transform: uppercase !important;
          font-weight: 400;
          color: #fff !important;
          background: #6AD9CE !important;
          border: solid 1px #6AD9CE !important;
          padding: 7px 12px;
          text-align: center;
          vertical-align: middle;
          white-space: nowrap; }
          .wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn:hover {
            border-color: #6AD9CE !important;
            color: #6AD9CE !important;
            background: #fff !important; }
      .wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove {
        text-align: center; }
        .wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link {
          font-size: 11px !important;
          line-height: 24px;
          color: #616161 !important;
          text-transform: uppercase !important;
          font-weight: 500 !important; }
          .wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:before {
            font-family: 'FontAwesome';
            content: "\f00d";
            position: absolute;
            margin-left: -20px;
            margin-top: 1px;
            font-size: 14px;
            color: #616161; }
          .wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:hover {
            color: #6AD9CE !important;
            text-decoration: none !important; }
            .wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:hover:before {
              color: #6AD9CE !important; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wishlist-grid-view .wishlist-product {
    width: calc(100% / 4) !important; }
  .wishlist-page-body .wishlist-clearfix .wishlist-share {
    width: 18% !important; } }

@media screen and (max-width: 991px) {
  .wishlist-page-body .wishlist-clearfix .wishlist-share {
    width: 30% !important;
    margin-top: 3px; } }

@media screen and (max-width: 720px) {
  .wishlist-share-select select {
    height: 40px !important;
    padding: 0 10px !important;
    margin-bottom: 20px; }
  .wishlist-page-body .wishlist-clearfix .wishlist-display-style {
    float: none !important;
    position: absolute;
    top: 90px;
    right: 15px;
    width: 30% !important;
    text-align: right; }
  .wishlist-page-body .wishlist-clearfix .wishlist-search {
    position: relative;
    width: 60% !important; } }

@media screen and (max-width: 767px) {
  .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content {
    width: calc(100% - 160px); }
  .wishlist-list-view .wishlist-product-btn,
  .wishlist-list-view .wishlist-sold-out-btn {
    display: block;
    width: 45% !important; }
  .article-main .postby .post_name {
    width: 100%;
    float: left; }
  .wishlist-page-body .wishlist-clearfix .wishlist-search {
    width: 100% !important; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .wishlist-grid-view .wishlist-product {
    width: calc(100% / 3) !important; } }

@media screen and (min-width: 581px) and (max-width: 767px) {
  .wishlist-grid-view .wishlist-product {
    width: calc(100% / 2) !important; } }

@media screen and (max-width: 580px) {
  .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content {
    width: 100% !important; }
  .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-img {
    width: 100% !important;
    height: auto; }
  .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn {
    border-color: #ff4157 !important;
    color: #ff4157 !important;
    background: #fff !important;
    width: auto !important; }
  .wishlist-grid-view .wishlist-product {
    width: calc(100% / 1) !important; } }

/*STYLE 404*/
.page-404 {
  margin: 30px 0px 70px 0; }
  .page-404 .text404 {
    font-size: 352px;
    text-align: center;
    font-weight: 400;
    color: #6AD9CE;
    line-height: 300px; }
    @media (max-width: 767px) {
      .page-404 .text404 {
        font-size: 150px;
        line-height: normal; } }
  .page-404 h1 {
    font-size: 15px;
    color: #707070;
    font-family: "Montserrat", sans-serif; }
    .page-404 h1 a {
      color: #6AD9CE; }
      .page-404 h1 a:hover {
        color: #000000; }

/*** SALE POP ***/
.jas-sale-pop {
  background: #fff;
  bottom: -100%;
  top: unset !important;
  left: 20px;
  right: auto;
  padding: 10px 30px 10px 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  transition: all 2s;
  z-index: 9999;
  position: fixed; }

@media (max-width: 480px) {
  .jas-sale-pop {
    left: 10px;
    right: 10px;
    max-width: 300px; }
  .jas-sale-pop .jas-sale-pop-content {
    max-width: 180px; } }

.jas-sale-pop .jas-sale-pop-img {
  margin-right: 10px;
  width: 70px;
  float: left; }

.jas-sale-pop .jas-sale-pop-img img {
  max-height: 70px !important; }

.jas-sale-pop .jas-sale-pop-content {
  width: calc(100% - 80px);
  float: left;
  display: block; }

.jas-sale-pop h4 {
  color: #000000;
  margin: 0;
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 5px; }

.jas-sale-pop h3 {
  margin: 0;
  font-size: 1em;
  max-width: 255px;
  font-weight: 700; }

.jas-sale-pop h3 a {
  color: #000000;
  margin: 0;
  font-size: 1em; }

.jas-sale-pop h3:hover a {
  color: #6AD9CE; }

.jas-sale-pop .jas-sale-pop-timeago {
  color: #878787;
  font-size: .85714em; }

.jas-sale-pop .pe-7s-close {
  right: 5px;
  top: 0px;
  cursor: pointer;
  position: absolute;
  font-family: "Font Awesome\ 5 Free"; }

.jas-sale-pop.slideUp {
  bottom: 20px;
  opacity: 1;
  visibility: visible; }

.jas-sale-pop.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center; }

.jas-sale-pop.flex {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/*UPDATE 1710*/
.checkbox .c-checkbox input {
  height: unset;
  width: unset;
  top: 5px;
  opacity: 1 !important; }

/*FIX APP KIỂM TRA ĐƠN HÀNG*/
.ng-scope #search {
  background: #6AD9CE !important;
  border-color: #6AD9CE !important; }

/* ============ 	ADDTHIS ** addthis ============== */
.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge {
  right: 12px !important; }

.addThis_listSharing {
  position: fixed;
  bottom: 85px;
  z-index: 999;
  right: -15px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease; }

.addThis_listSharing.is-show {
  right: 0;
  opacity: 1;
  visibility: visible; }

.addThis_listing .addThis_item {
  margin-bottom: 5px;
  margin-right: 24px; }

.addThis_listing .addThis_item .addThis_item--icon {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center; }

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
  position: absolute;
  top: 4px;
  right: 55px;
  z-index: 9;
  height: 32px;
  line-height: 26px;
  padding: 3px 10px;
  width: auto;
  border-radius: 5px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: black;
  visibility: hidden;
  opacity: 0;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.addThis_listing .addThis_item .addThis_item--icon:hover {
  text-decoration: none;
  opacity: .9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13); }

.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1; }

.actionToolbar_mobile {
  top: auto !important;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  height: 45px;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  background: #fff;
  padding: 5px 10px; }

.actionToolbar_mobile ul.actionToolbar_listing {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }

.actionToolbar_mobile ul.actionToolbar_listing li {
  width: 20%;
  float: left; }

.actionToolbar_mobile ul.actionToolbar_listing li a {
  display: block;
  color: #696969;
  font-size: 12px;
  text-align: center;
  position: relative; }

.actionToolbar_mobile ul.actionToolbar_listing li a svg {
  fill: #696969;
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle; }

.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a .messenger_absolute {
  margin-top: -25px;
  display: inline-block;
  vertical-align: top; }

.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a svg {
  width: 44px;
  height: 44px; }

/* modal- center */
.modal-addThis {
  font-size: 0;
  text-align: center;
  padding: 0 !important;
  background: rgba(3, 17, 27, 0.7);
  -webkit-transition: opacity .35s linear;
  -o-transition: opacity .35s linear;
  transition: opacity .35s linear; }

.modal-addThis:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }

.modal-addThis .modal-dialog-centered {
  font-size: 14px;
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.modal-addThis.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-addThis .modal-dialog-centered .modal-content {
  width: 100%; }

.modal-addThis .modal-dialog-centered {
  margin: 30px auto 50px; }

.modal-addThis.fade .modal-dialog-centered {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s; }

.modal-addThis.fade.in .modal-dialog-centered {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/* modal-succes */
.modal-succesform .modal-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #6AD9CE; }

.modal-succesform p:not(.modal-title) {
  font-size: 15px;
  margin: 10px 0 5px; }

.modal-succesform p.txtloading {
  color: #aaa;
  font-size: 13px; }

@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg); } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

.modal-icon.sweet-alert {
  padding-top: 15px; }

.animateSuccessTip {
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in; }

.sweet-alert .sa-icon.sa-success {
  width: 80px;
  height: 80px;
  border: 4px solid #4cae4c;
  border-radius: 50%;
  margin: 20px auto 0;
  position: relative;
  box-sizing: content-box; }

.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  -moz-transform-origin: 60px 60px;
  -o-transform-origin: 60px 60px;
  transform-origin: 60px 60px; }

.sweet-alert .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  -moz-transform-origin: 0px 60px;
  -o-transform-origin: 0px 60px;
  transform-origin: 0px 60px; }

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(92, 184, 92, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2; }

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #5cb85c;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* modal-contactform */
.modal-contactform .modal-header h4.modal-title {
  text-align: center;
  font-size: 18px;
  font-weight: 500; }

.modal-contactform .modal-header .close {
  margin-top: -10px;
  opacity: 0.5;
  font-size: 26px;
  width: 30px;
  margin-right: -8px; }

.modal-contactform .content_popupform .input-group {
  width: 100%;
  margin: 0 0 15px; }

.modal-contactform .content_popupform .input-group input,
.modal-contactform .content_popupform .input-group textarea {
  border: 1px solid #e7e7e7;
  box-shadow: none;
  height: 40px;
  font-weight: 500;
  padding: 5px 20px;
  background: #fbfbfb;
  color: #252a2b;
  width: 100%; }

.modal-contactform .content_popupform .input-group textarea {
  resize: none;
  height: 80px; }

.addThis_listSharing.hidden-xs {
  opacity: 1;
  visibility: visible; }

.actionToolbar_mobile.visible-xs {
  opacity: 0;
  visibility: hidden; }

@media (max-width: 767px) {
  .modal-addThis .modal-dialog-centered {
    margin: 30px 10px 40px; }
  .addThis_listSharing.hidden-xs {
    opacity: 0;
    visibility: hidden; }
  .actionToolbar_mobile.visible-xs {
    opacity: 1;
    visibility: visible; }
  footer.footer .copyright .inner .fot_copyright {
    padding-bottom: 40px; } }
