.devvn_readmore_flatsome a {
  color: #fe434e !important;
}

#mega-menu-title {
  color: #1660ff;
}

.devvn_readmore_flatsome a:after {
  content: "";
  border-top: 6px solid #fe434e !important;
}

.devvn_readmore_flatsome title {
  color: #fe434e !important;
}

:root {
  --r-red: #f4a59c;
  --r-green: #09afd8;
  --r-yellow: #fbd45b;
}

.call_account {
  margin-right: 30px;
  display: flex;
  gap: 30px;
}
.call_account a {
  display: flex;
  gap: 10px;
}
.call_account a img {
  width: 30px;
}
.call_account a ._text {
  display: flex;
  flex-direction: column;
  color: white;
}
.call_account a ._text span {
  font-size: 0.7rem;
}

.header-vertical-menu__fly-out #menu-vetical-menu {
  max-height: 347px;
  overflow-y: auto;
}
.header-vertical-menu__fly-out #menu-vetical-menu::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.header-vertical-menu__fly-out #menu-vetical-menu::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #f4a59c;
  -webkit-box-shadow: 0 0 1px #f4a59c;
}

#wide-nav .flex-left {
  min-width: 25%;
}
#wide-nav .nav-center li {
  cursor: pointer;
}
#wide-nav .nav-center li a {
  font-size: 1rem;
  color: #000;
}
#wide-nav .flex-left {
  width: 25%;
}
#wide-nav .flex-left > ul {
  width: 100%;
}
#wide-nav .flex-left > ul .header-vertical-menu {
  width: calc(100% - 25px);
}

.header-vertical-menu .header-vertical-menu__opener {
  width: 100%;
}

body::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #f4a59c;
  -webkit-box-shadow: 0 0 1px #f4a59c;
}

.cart-item .cart-img-icon {
  width: 30px;
}
.cart-item .header-cart-title {
  color: #FFF;
}

.nav-dropdown-has-border .nav-dropdown.sub-menu {
  border: 1px solid #d1d1d1;
  box-shadow: none;
}
.nav-dropdown-has-border .nav-dropdown.sub-menu li a {
  border: none;
  color: #000;
}

.header-vertical-menu .header-vertical-menu__fly-out ul#menu-menu-danh-muc > li > a {
  padding: 15px 10px;
  font-weight: 600;
}

.product-small .product-title a {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  line-height: 1;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home_post_right {
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  border-left: 1px solid #f7f7f7;
  position: absolute;
  top: 0;
  padding: 0 10px;
}
.home_post_right::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.home_post_right::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #f4a59c;
  -webkit-box-shadow: 0 0 1px #f4a59c;
}

.r_banner_2 {
  gap: 10px;
}

.r_deal {
  text-align: center;
}
.r_deal .countdown-timer {
  justify-content: center;
}
.r_deal .countdown-timer span {
  background-color: var(--r-red);
  font-size: 1rem;
}
.r_deal .deals__qty {
  margin-top: 10px;
}
.r_deal .deals__bar {
  background-color: rgb(255, 170, 175);
  color: rgb(255, 255, 255);
  border-radius: 10px;
  position: relative;
  display: flex;
  width: 100%;
  height: 20px;
}
.r_deal .deals__bar .deals__progress {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgb(255, 66, 78);
  height: 20px;
  border-radius: 10px;
  min-width: 20px;
}

.cart {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.cart .so-luong {
  width: 100%;
  margin-bottom: 5px;
}
.cart .quantity input[type=button] {
  height: 42px;
  width: 35px;
  border: 1px solid #d1d1d1;
  margin: 0;
}
.cart .quantity input[type=number] {
  height: 42px;
  width: 35px;
  border: 1px solid #d1d1d1;
  box-shadow: none;
}
.cart .single_add_to_cart_button {
  margin: 0;
  flex: 1 1;
  height: 42px;
}

.dac_quyen {
  border-radius: 10px;
  border: 1px solid var(--r-red);
  padding: 20px;
}
.dac_quyen .item {
  display: flex;
}
.dac_quyen .item img {
  height: 25px;
  margin-right: 5px;
}

.r_menu_bt {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  display: none;
  z-index: 9999999;
}
.r_menu_bt ._menu {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--r-green);
  background-color: #FFF;
}
.r_menu_bt ._menu li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.r_menu_bt ._menu li ._ic img {
  width: 30px;
  height: 30px;
}
.r_menu_bt ._menu li a {
  text-align: center;
  width: 100%;
  font-size: 13px;
  text-decoration: none;
  display: block;
  padding: 10px 10px 6px;
  color: var(--r-green);
}

.price-wrapper .price span.amount {
  white-space: nowrap;
  font-weight: bold;
  font-size: 18px;
  color: var(--r-red);
}

.wc-proceed-to-checkout .secondary,
.checkout-button,
.button.checkout,
.button.alt {
  background-color: var(--r-red) !important;
}

.shop-page-title .is-xlarge {
  font-size: 1rem;
}

.hotline-num {
  color: var(--r-green) !important;
  font-size: 22px;
}

.single-product .description_tab a {
  padding-top: 0;
  font-size: 1.5rem;
  letter-spacing: 0;
}

.checkout-breadcrumbs a.current,
.checkout-breadcrumbs a:hover {
  color: var(--r-green) !important;
}

@media only screen and (max-width: 48em) {
  .r_banner_2 {
    max-width: 100vh;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: scroll;
    gap: 10px;
  }
  .r_banner_2 img {
    min-width: 300px;
  }
  .home_post_right {
    position: unset;
  }
  .home_post_right .post-item .box {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .home_post_right .post-item .box .box-image {
    width: 45% !important;
  }
  .home_post_right .post-item .box .from_the_blog_excerpt {
    display: none;
  }
  #masthead .logo {
    position: absolute;
    left: 0;
    width: 70px;
  }
  #masthead .flex-right {
    flex-basis: calc(100% - 150px);
  }
  #masthead .searchform input {
    height: 35px;
    border-radius: 4px;
  }
  #masthead .searchform button {
    background-color: var(--r-red) !important;
    border-radius: 4px;
    right: -15px;
  }
  .header-main .icon-search:before {
    color: #FFF;
  }
  .mobile-nav .icon-menu:before {
    color: #FFF;
  }
  .r_menu_bt {
    display: block;
  }
}

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