.btn-pill:focus {
  box-shadow: 0 0 0 0 rgb(0 123 255 / 25%) !important;
}

.fb_dialog_content iframe {
  bottom: 56px !important;
}

.container-fluid-1200 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1220px;
}

.container-fluid-1800 {
  max-width: 1900px;
  padding-left: 50px;
  padding-right: 50px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid-2200 {
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 2300px;
}

@media only screen and (min-width: 1800px) and (max-width: 2200px) {
  .container-fluid-1800 {
    min-width: 1800px;
    padding: 0 50px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1200px) {
  .container-fluid-1800 {
    min-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .container-fluid-1800 {
    min-width: 992px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-fluid-1200 {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .container-fluid-1800 {
    min-width: 768px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-fluid-1200 {
    max-width: 992px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
  .container-fluid-1800 {
    min-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-fluid-1200 {
    max-width: 768px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 600px) {
  .container-fluid-1800 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .container-fluid-1200 {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container-fluid-1200 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1220px;
}

.site-overlay {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 100ms linear;
}

.site-overlay.active {
  opacity: 0.3;
  visibility: visible;
}

.dropback {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  z-index: 10;
  opacity: 0.3;
  display: none;
}

.dnt-loading-image {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.3);
  z-index: 9999;
}

.loading-group {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-size: 20px;
}

.loading-loader {
  border: 5px solid #444;
  border-top-color: #ddd;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

/*modal login-register*/
.modal-content-login {
  border: none;  
  border-radius: 0;
}

.modal-body-modal-login-main {
  padding: 0 30px;
}
.modal-body-modal-login {
  position: relative;
}

.modal-body-modal-login-close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.modal-body-modal-login-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

.input-area {
  margin-top: 30px;
}

.input-area label {
  margin-bottom: 0px;
  font-size: 12px;
  color: #666;
  display: block;
  text-transform: capitalize;
}

.input-area input {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #E5E5E5;
  background-color: #FFF;
  background-image: none;
  border-radius: 0;
  font-size: inherit;
  color: #222;
  outline: none;
  -webkit-appearance: none;
  vertical-align: bottom;
}

.error-text {
  font-size: 14px;
  color: #bf4123;
  margin-top: 3px;
  display: none;
}

.login-btn {
  text-align: center;
  margin-top: 25px;
}

button.submit-customer {
  min-width: 240px;
  height: 44px;
  line-height: 42px;
  padding: 0 24px;
  font-size: 16px;
  border-color: #222222;
  background-color: #222222;
  color: #fff;
}

.forget-password {
  text-align: center;
  margin-top: 25px;
  font-size: 12px;
  color: #666;
  display: flex;
  justify-content: space-between;
}

.tvh-login-space {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tvh-login-space span:nth-child(1), 
.tvh-login-space span:nth-child(3) {
  height: 1px;
  width: 100%;
  left: 44px;
  top: 382px;
  border-radius: 0px;
  background: #DDDDDD;
  display: block;
}

.tvh-login-space span:nth-child(2) {
  margin: 0 5px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #444;
}

#button-google, 
#button-fb {
  height: 44px;
  line-height: 42px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 240px;
  margin: auto;
  color: #444;
  margin-bottom: 20px;
  font-size: 14px;
  padding: 0 10px;
}

#button-google:hover, 
#button-fb:hover {
  background: #e5e5e5;
  text-decoration: none;
}

#button-google img,
#button-fb img {
  width: 20px;
  height: 20px;
}

.privacy-title {
  font-size: 13px;
  text-align:center;
  font-weight: 500;
}

.privacy-title a {
  color: #2d68a8;
}
/*end*/

/*header*/
.mainHeader.hSticky {
	visibility: hidden;
	opacity: 0;
}

.mainHeader.hSticky.hSticky-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	transition: all 400ms ease;
}

.mainHeader.hSticky.hSticky-nav.hSticky-up {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	transition: all 400ms ease;
}

.header_layout-wrap-list.row {
  margin: 0;
}

.header_layout-wrap-list {
  background: #f7f8fa;
}

.tvh-menu-item-ul {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 100%;
}

.header_layout-wrap-items-cate {
  height: 100%;
}

.tvh-sidebar-menu-item {
  height: 100%;
  transition: all .5s;
}

.tvh-sidebar-menu-item.active{
  background:#fff;
}

.tvh-sidebar-menu-item.active a{
  color:#000;
}

a.nav-top-link {
  height: 65px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  line-height: 70px;
  font-weight: 600;
  padding: 0 15px;
  color: rgba(0,0,0,.6);
}

a.nav-top-link:hover {
  text-decoration: none;
}

a.nav-top-link.has-mega {
  color: #000;
  font-weight: 700;
  background: #fff;
}

.header_layout-wrap-items-logo,
.header_layout-wrap-logo,
.header_layout-wrap-logo a {
  height: 100%;
}

.header_layout-wrap-logo img {
  /*width: 100%;*/
  height: 45px;
}

.header_layout-wrap-items-icon {
  display: flex;
  align-items: center;
  gap: 5px;
}

.header_layout-wrap-items-search {
  justify-content: end;
}

.free-ship.j-free-shipping {
  width: 50%;
  margin-right: 5px;
  vertical-align: middle;
  white-space: normal;
  font-size: 13px;
  font-weight: 600;
}

.free-ship.j-free-shipping a:hover {
  text-decoration: none;
  color: #d10000;
}

.mySwiperVoucher {
  height: 65px;
}

.mySwiperVoucher .swiper-slide {
  align-items: center;
  display: flex;
  justify-content: center;
}

.items-icon-i i {
  font-size: 20px;
}

.items-icon-i a {
  height: 65px;
  padding: 0 5px 0 3px;
  display: flex;
  align-items: center;
  cursor: pointer;
  /*gap: 4px;*/
}

@media(min-width: 1000px) {
  .items-icon-a {
    padding: 0 7px !important; 
  }
}

a.cart_product_name {
  height: auto;
}

.items-icon-i:hover a{
  text-decoration: none;
  color: #000;
  background: #fff;
}

.header_layout-wrap-list-children {
  /*height: 50px;*/
  /*line-height: 50px;*/
  box-shadow: 0 6px 12px 0 rgb(0 0 0 / 4%);
  padding: 0 40px;
}

.tvh-menu-item-ul-lv2-mb {
  white-space: nowrap;
  overflow: scroll;
}

.tvh-menu-item-ul-lv2-mb::-webkit-scrollbar {  
  display: none;  
}

.tvh-menu-item-ul-lv2-mb li.tvh-sidebar-menu-item-lv2 {
  display: inline-block;
}

.tvh-menu-item-ul-lv2 {
  display: none;
  gap: 25px;
}

.nav-top-link-lv2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  padding-top: 12px;
  padding-bottom: 10px;
  display: block;
  border-bottom: 2px solid #fff;
}

.nav-top-link-lv2:hover {
  border-bottom: 2px solid #444;
}

a:hover {
  text-decoration: none;
  color: #444;
}

.head_layout-mb {
  display: none;
}

@media(max-width: 768px) {
  .ads_web .background_ads_web img {
    height: 40px;
    object-fit: cover;
  }
  
  .header_layout-wrap-items-cate div {
    padding-left: 20px;
  }
  
  .header_layout-wrap_icon i {
    font-size: 20px;
  }
  
  .items-icon-i a {
    height: 60px;
    /*gap: 5px;*/
  }
  
  .header_layout-wrap-logo img {
    height: 36px;
  }
  
  /*.header_layout-wrap-items-icon {*/
  /*  gap: 0;*/
  /*}*/
  
  .head_layout-mb {
    display: block;
  }
  
  .header_layout-wrap-group {
    position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ddd;
  }
  
  .content_for_index {
    padding-top: 90px;
  }
  
  .stuck {
    top: 0 !important;
    position: fixed !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 11;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    transition: all 400ms ease;
  }
  
  .tvh-menu-item-ul-lv2 {
    gap: 0;
  }
  
  .nav-top-link-lv2 {
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 5px;
    display: block;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .nav-top-link-lv2.active {
    border-bottom: 2px solid #000;
    color: #000;
  }
  
  .header_layout-wrap-list {
    background: #fff;
  }
  
  /*.homepage-toptab {*/
  /*  padding-bottom: 3px;*/
  /*  border-bottom: 0.5px solid #e5e5e5;*/
  /*}*/
  
  /*handleClickHambeger*/
  .tvh-mobile-sidebar {
    width: 300px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    background-color: #fff;
    transform: translateX(-300px);
    transition: transform 0.5s;
    bottom: 0;
    overflow: auto;
  }
  
  .tvh-mobile-sidebar::-webkit-scrollbar,
  .tvh-header-scrollbar::-webkit-scrollbar {
    display: none;
  }
  
  .mobile-menu__section {
    text-align: center;
    padding-bottom: 10px;
  }
  
  .sidebar-hidden-md-up {
    position: relative;
  }
  
  .sidebar.hidden-md-up {
    width: 100%;
  }
  
  .btn-close-hambeger {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border: none;
    background: #000;
    color: #fff;
  }
  
  .btn-close-hambeger i {
    font-size: 18px;
  }
  
  .tvh-header-scrollbar {
    display: flex;
    border-bottom: 1px solid #eaeaea;
    white-space: nowrap;
    overflow-x: auto;
    width: 260px;
  }
  
  .tvh--scrollbar {
    padding: 10px 0;
    height: 40px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 14px;
    color: #767676;
  }
  
  .tvh--scrollbar.active {
    border-bottom: 2px solid #000;
    color: #222;
  }
  
  .tvh--showOneCate {
    padding: 10px 20px;
    margin-bottom: 0;
    overflow-y: auto;
  }
  
  .tab-panelsss {
    clear: left;
    width: 100%;
  }
  
  .tab-panelsss .tvh-panell.show {
    height: auto;
    opacity: 1;
  }
  
  .tab-panelsss .tvh-panell {
    display: flex;
    flex-wrap: wrap;
    height: 0px;
    overflow: hidden;
    opacity: 0;
  }
  
  li.sidebar-menu--item {
    align-items: center;
    justify-content: space-between;
  }
  
  .itemsMenuChild2 {
    align-items: center;
  }
  
  .sidebar-menu--item img {
    width: 50px;
    height: 50px;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 12px;
    object-fit: cover;
    border: 1px solid #e5e5e5;
  }
  
  .open-node {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .data-sidebar-lvl2 {
    transform: translate(300px);
    position: absolute;
    top: 0;
    /*right: 0;*/
    left: 0;
    transition: 0.5s;
    height: 100%;
  }
  
  .vn-chaus {
    display: none;
  }
  
  .tvh-titleChil3 {
    display: flex;
    align-items: center;
    height: 42px;
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    padding-left: 10px;
  }
  
  .tvh-titleChil3 .fa-chevron-left {
    padding-right: 15px;
    font-weight: 400;
  }
  
  .tvh-titleChil3 span {
    font-weight: 600;
    color: #222;
    font-size: 13px;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
  }
  
  .prev-node-title {
    padding: 10px 20px;
  }
  
  .footer-navbar-mb {
    padding: 20px;
    background: #f6f6f6;
  }
  
  .footer-navbar-mb_content p {
    font-size: 14px;
    font-weight: 700;
  }
  
  .footer-navbar-mb_content li {
    padding-bottom: 15px;
    padding-left: 10px;
  }
  
  .footer-navbar-mb_content a {
    font-size: 14px;
    font-weight: 500;
  }
}

.box_cart_content .cart-body {
  padding: 15px 15px 0;
  max-height: 390px;
  overflow-y: auto;
}

.box_cart_content .cart-body .cart_product {
  margin-bottom: 14px;
  width: 100%;
  display: table;
}

.ajaxcart_row .cart_image {
  display: table-cell;
  width: 83px;
  vertical-align: top;
  padding: 0;
  /*position: relative;*/
}

.cart_image img {
  width: 83px;
  height: 111px; 
  object-fit: cover;
}

.box_cart_content .cart-body .cart_info {
  padding-left: 10px;
  vertical-align: top;
}

.box_cart_content .cart-body .cart_product_info {
  margin-bottom: 5px;
}

.box_cart_content .cart-body .cart_product_info .cart_product_name {
  display: block;
  font-size: 14px;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.box_cart_content .cart-body .cart_product_info .cart_price {
  font-size: 14px;
  color: #fcaf17;
  display: block;
  margin-bottom: 5px;
}

.box_cart_content .cart-body .cart_product_info .variant-title {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
  line-height: 26px;
  color: #767676;
}

.remove-item-cart { 
  height: auto !important; 
}

.minus.btn_qty_minus,
.plus.btn_qty_plus {
  height: 30px;
  width: 32px;
  border: 1px solid #e6e6e6;
  padding: 0;
}

input.input_qty_number {
  height: 30px;
  width: 40px;
  text-align: center;
  border-left: none;
  border-right: none;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.cart_prices {
  font-size: 13px;
}

.top-cart-content {
  right: 0px;
  top: 100%;
  position: absolute;
  background: #fff;
  padding: 0;
  line-height: normal;
  text-align: left;
  -webkit-box-shadow: 0px 3px 25px 0px rgb(31 38 67 / 10%);
  z-index: 29;
  transition-duration: 0s;
  transition-delay: .1s;
  display: none;
  width: 400px;
}

.header_layout-wrap-items-icon_user {
  position: relative;
}

.top-cart-content-user {
  right: -10px;
  top: 100%;
  position: absolute;
  background: #fff;
  padding: 0;
  line-height: normal;
  text-align: left;
  -webkit-box-shadow: 0px 3px 25px 0px rgb(31 38 67 / 10%);
  z-index: 29;
  transition-duration: 0s;
  transition-delay: .1s;
  display: none;
  width: 180px;
}

.user-widget-items {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  justify-content: center;
  padding: 10px 0;
  border-bottom: 0.5px solid rgba(0,0,0,.1);
  padding: 12px 0;
}

.user-widget-items:last-child {
  border-bottom: none;
}

.user-widget-items a {
  height: auto;
  display: block;
  padding: 0;
  color: #666;
}

.user-widget-items a:hover {
  color: #444;
  text-decoration: underline;
}

.header_layout-wrap-items-icon_bag:hover .top-cart-content,
.header_layout-wrap-items-icon_user:hover .top-cart-content-user,
.header_layout-wrap-items-icon_phone:hover .top-cart-content-phone{
  display: block !important;
}

.header_layout-wrap-items-icon_phone {
  position: relative;
}

.top-cart-content-phone {
  right: 0;
  top: 100%;
  position: absolute;
  background: #fff;
  padding: 0;
  line-height: normal;
  text-align: left;
  -webkit-box-shadow: 0px 3px 25px 0px rgb(31 38 67 / 10%);
  z-index: 29;
  transition-duration: 0s;
  transition-delay: .1s;
  display: none;
  width: 180px;
}

.top-cart-content-phone a {
  height: auto;
  padding: 20px;
  border-bottom: 0.5px solid rgba(0,0,0,.1);
  font-size: 14px;
}

.top-cart-content-phone a:hover {
  color: #f08522;
}

.cart-footer {
  border-top: 1px solid #767676;
  padding: 15px;
}

.cart_subtotal {
  font-size: 14px;
}

.cart_subtotal .total_price {
  font-size: 20px;
  font-weight: 600;
  color: #fa6338;
}

a.btn.button_process_checkout {
  background: #222;
  color: #fff;
  justify-content: center;
  width: 100%;
  text-transform: uppercase;
  height: 44px;
  font-weight: 600;
  border-radius: 0;
}

.top-cart-content .box_cart_content .cart_emptylayout {
  text-align: center;
  padding: 15px 15px 0;
  display: block;
}

.cart_emptylayout img {
  width: 64px;
  height: 64px;
  display: block;
  margin: 0 auto;
}

a.j-hbag-sign-in {
  height: auto;
  text-decoration: underline;
  color: #333;
  display: initial;
  padding: 0;
}

.cart_emptylayout p {
  font-size: 12px;
  text-align: center;
  margin: 20px auto;
  color: #666;
}

.loading-cart {
  border: 5px solid #444;
  border-top-color: #ddd;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: none;
  animation: spin 0.6s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
}

.cart-body {
  position: relative;
}

.ajaxcart_row {
  min-height: 150px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}
/*end*/

.vn-mobile-bot {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 13;
  box-shadow: 4px 0 10px rgb(0 0 0 / 15%);
  padding: 0;
}

.vn-bottom-navbar {
  display: none;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 0 12px;
  flex-wrap: wrap;
}  

@media(max-width:768px) {
	.vn-bottom-navbar {
		display: flex;
	}   
	
	.vn-bottom-navbar-item {
    text-align: center;
    font-weight: 500;
    color: #8a8a8f;
    font-size: 11px;
    width: calc(100%/5);
    display: inline-block;
    cursor: pointer;
  }
  
  .vn-bottom-navbar-item.active .vn-item-cate {
    color: #000;
  }
  
  .vn-bottom-navbar-item.active i {
    color: #767676;
  }
  
  .vn-item-cate {
    margin-bottom: 0;
    font-weight: 600;
  }
}

/*modal header*/
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  outline: 0;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.fade {
  opacity: 0.5 !important;
}

.modal-backdrop.in {
  opacity: .5 !important;
  display:block !important;
}

.tvh-modal-dv.show {
  opacity: 1;
}

.tvh-modal-dv.modal {
  top: 15%;
}

.modal-backdrop.in {
  opacity: .5 !important;
  display:block !important;
}

.modal-content-discount {
  background: url('https://cdn.pancake.vn/1/s500x500/fwebp/dc/e7/c0/73/d29af4c8f96706c9d3c28446e07917d6dad829520479321f37bd1058.webp') 0% 0% / cover no-repeat;
}

.modal-title {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  width: 100%;
}

.dnt-quantityCart {
  color: #222;
  animation: my 1s infinite;
}

.dnt-quantity-header {
  animation: my 1s infinite;
  font-size: 14px;
}

@-webkit-keyframes my {
	0% { 
    color: red; 
    font-weight: 700;
	} 
	50% { 
    color: #222;  
    font-weight: 500; 
	} 
	100% { 
	  color: red; 
    font-weight: 700;  
	} 
}

.modal-header-tvh {
  border: none;
}

.coupon-content {
  overflow: auto;
  max-height: 300px;
}

.coupon-item-wrapper {
  margin-bottom: 15px;
  position: relative;
}

.coupon-item-wrapper:before {
  background-color: #fa6338;
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  top: 0;
  z-index: 1;
}

.coupon-item-wrapper_head {
  position: relative;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: #fa6338;
  background-color: #fff6f3;
  padding: 15px 15px 18px 15px;
  border-bottom: 2px dashed #fff;
}

.coupon-item-wrapper_head p {
  margin: 0;
  font-size: 14px;
}

.coupon-desc-content {
  color: #fa6338;
  background-color: #fff6f3;
  padding: 10px 15px 15px 15px;
}

.coupon-desc-content li {
  list-style: unset;
  margin-left: 20px;
  font-size: 13px;
  color: #222;
}

.modal-footer-tvh {
  padding: 10px 15px;
}

.btn-all {
  text-align: center;
  background: #000;
  padding: 8px 0;
}

.btn-all a {
  font-weight: 600;
  color: #fff;
}
/*end*/
/*quang cao*/
.advertisement-more-ads_items img {
  width: 35px;
  height:35px;
}

.advertisement-more-ads {
  display: flex;
  justify-content: space-between;
  background: #e8e8e8;
  padding: 12px 20px;
  gap: 8px;
}

@media(max-width: 768px) {
  .advertisement-more-ads_items {
    padding: 5px 0;
    width: 100%;
  }
}

@media (max-width:1023px) {
  .advertisement-more-ads {
    background: transparent;
    padding: 10px;
  }
  
  .advertisement-more-ads_items {
    background: #e8e8e8;
  }
  
  .advertisement-more-ads_items h3 {
    text-align: center !important;
    font-size: 13px !important;
  }
  
  .icon-box-text p {
    display: none;
  }
  
  .advertisement-more-ads_items a {
    flex-direction: column;
    align-items: center;
    gap: 0 !important;
  }
} 

.advertisement-more-ads_items a {
  text-decoration: none;
  display: flex;
  height: 100%;
  justify-content: center;
  gap: 10px;
}

.advertisement-more-ads_items a:hover {
  color: #040404;
}

.advertisement-more-ads_items h3 {
  font-weight: 600;
  text-align: left;
  font-size: 16px;
  margin-bottom: 0;
}

.advertisement-more-ads_items p {
  font-weight: 400;
  text-align: left;
  font-size: 14px;
  margin-bottom: 0;
}

/*flash sale*/
.section-img_mb {
  display: none;
}

.section-img_pc {
  display: block;
}

@media(max-width: 768px) {
  .section-img_pc {
    display: none;
  }
  
  .section-img_mb {
    display: block;
  }
  
  .swiper-wrapper {
    padding: 0 8px;
  }
}

.tvh-time-sale {
  background: #444;
  border-radius: 4px;
  display: block;
  text-align: center;
  line-height: 44px;
  color: #fff;
  min-width: 36px;
  font-weight: 700;
  font-size: 22px;
}

.width-fl {
  width: 20px;
}

.two_dot {
  font-size: 16px;
  padding: 0 5px;
  display: flex;
  align-items: center;
  font-weight: 900;
}

.flash-countdown-endTime-text {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  text-transform: initial;
}

.flash-countdown-text {
  display: block;
  text-align: left;
  text-transform: uppercase;
  font-size: 38px;
  color: #333;
  font-weight: 900;
  letter-spacing: 3px;
}

.item-product-img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}

.item-product-img-first {
  transition: all .8s;
}

.item-product-img-last {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.main-category-body-right-item-product .item-product-img {
  position: relative;
  overflow: hidden;
  height: 0;
  display: block;
  padding-bottom: 120%;
}

.item-product-img:hover .item-product-img-first {
  opacity: 0;
  transition: all .8s;
}

.item-product-img:hover .item-product-img-last{
  opacity: 1;
  transition: all .8s;
}

.item-product-info {
  min-height:100px;
}

.item-product-name {
  padding-top: 8px;
}

.item-product-name a {
  color: #767676;
  font-size: 12px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.item-product-name a:hover {
  color: #222;
}

.info-collapse .info-collapse__head{
  font-size:14px;
  display:flex;
  justify-content:space-between;
}

.item-product-price {
  font-size: 16px;
}

.item-product__price {
  display: flex;
  justify-content: space-between;
}

.item-product-price_price { 
  font-weight: 700;
}

.item-product-price_max-price {
  font-size: 12px;
  font-weight: 500;
  color: #999999;
}

.items-product-bolt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  padding: 3px;
  background: #facf19;
  height: 50px;
  font-weight: 700;
}

.items-product-bolt p {
  font-size: 13px;
  margin-bottom: 0;
}

.total-flash-sale {
  display: block;
  width: 100%;
  height: 7px;
  background: #f0f0f0;
  border-radius: 30px;
}

.btn-addToCart {
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  position: absolute;
  bottom: 35px;
  background: #fff;
  padding: 0 15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 150px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

.main-category-body-right-item-product:hover .btn-addToCart {
  opacity: 1;
  visibility: visible;
}

@media(max-width: 768px) {
  .btn-addToCart {
    display: none;
  }
}

.text-buyed {
  background: red;
  border-radius: 30px;
  color: red;
  height: 7px;
  text-align: center;
}

.nav-count-buyed {
  font-size: 12px;
}

.swiper-slide {
  padding-left: 0;
}

.flash-sale-title {
  display: flex;
}

.section-name-flash-banner-gird {
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px;
}

@media(max-width: 768px) {
  .flash-sale-title {
    display: none;
  }
  
  .section-name-flash-banner-gird {
    gap: 10px;
  }
}

.varition-image-list {
  white-space: nowrap; 
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  /*overflow-x: scroll;*/
  /*padding: unset;*/
  /*margin: unset;*/
}

.varition-image {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  margin-right: 5px;
}

.varition-image img {
  border-radius: 100%;
  padding: 2px;
  object-fit: cover;
}

.varition-image .dnt-img-dot.active {
  border: 1px solid #000;
}

.varition-image .dnt-img-dot {
  border: 1px solid #fff;
}

/*các chiến dịch*/
.body-campains-wrap-group {
  margin-top: 70px;
}

.body-campains-wrap_title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #444;
  margin-bottom: 15px;
}

@media(max-width: 768px) {
  .body-campains-wrap-group {
    margin-top: 30px;
  }
  
  .body-campains-wrap_title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

/*gallery-style*/
.title-gallery {
  text-align: center;
  padding: 35px 0 30px 0;
  font-weight: 700; 
  margin: 0;
}


@media(max-width: 1025px) {
  a.nav-top-link{
    padding:0 12px;
  }
}

@media(max-width: 768px) {
  .title-gallery {
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 24px;
  }
}

.body-mini_slider-wrap_items {
  display: inline-block;
  margin: 0 4px 8px 4px;
  border-radius: 28px;
  padding: 0 20px;
}

.body-mini_slider-wrap_items a {
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  display: block;
}

.main-page-title {
  padding: 15px 0;
  text-align: center;
  font-weight: 600;
}




/*Thông báo yêu thích*/
.notification__favorite{
  position:fixed;
  display:none;
  max-width:350px;
  height:auto;
  z-index:999;
  top:20px;
  right:20px;
  margin:0 auto;
}

.notification__favorite .itemNotification{
  border:1px;
  border-color:#c3e6cb;
  width:100%;
  border-radius:.25rem;
  padding:20px;
  animation-duration: 0.5s;
}

.itemNotification a{
  text-decoration:none;
}

.itemNotification.alert__info{
  background:#d1ecf1;
  border-color:#bee5eb;
}

.notification__favorite p{
  margin-bottom:0;
  color:#155724;
}

.itemNotification.alert__info p{
  color:#0c5460;
}

.off_notification{
  cursor:pointer;
  font-size:19px;
  width:50px;
  font-weight:bold;
}

@media(max-width:600px) {
  .notification__favorite{
    max-width:280px;
    top:30px;
  }
  .notification__favorite p{
    font-size:13px;
  }
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		-ms-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		-ms-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		-ms-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}


@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}


@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}


.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}


@-webkit-keyframes bounceInDown {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInDown {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		-ms-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		-ms-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		-ms-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		-ms-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.setWishlist.active svg path {
    fill: #fe6b5e;
    stroke: #fe6b5e;
}




/* Modal */



  
.main-category-body-right-item-product .text_btn_add_cart_modal{
  position: absolute;
  bottom: 50px;
  left: 23%;
  display:none;
}
.main-category-body-right-item-product:hover .text_btn_add_cart_modal{
  display:block;
}
 .text_btn_add_cart_modal button{
    background: #fff;
    border: none;
    font-size: 14px;
    height: 44px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 600;
    width: auto;
}

@media only screen and (max-width:1025px){
  .item-product-img .text_btn_add_cart_modal{
    left:8%;
  }
}

@media only screen and (max-width:769px){
  .item-product-img .text_btn_add_cart_modal{
    left:16%;
  }
}

@media only screen and (max-width:426px){
  .item-product-img .text_btn_add_cart_modal{
    left:6%;
  }
  
  .item-product-img .text_btn_add_cart_modal button{
    font-size:12px;
  }
}

@media only screen and (max-width:376px){
  .item-product-img .text_btn_add_cart_modal{
    left:12%;
  }
  .item-product-img .text_btn_add_cart_modal button{
    padding:5px;
  }
}

@media only screen and (max-width:321px){
  .item-product-img .text_btn_add_cart_modal{
    left:8%;
    top:55%;
  }
}
/* End Modal */


.blog-items_img a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 120%;
}

.blog-items_img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}

.blog-items-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.blog-items_img img {
  transition: all .5s ease;
}

.blog-items:hover .blog-items_img img {
  transform: scale(1.10);
  transition: all .5s ease;
}

.post-content img {
  text-align: center;
}

.swiper-product-list .swiper-slide {
  height: 460px !important;
  padding: 30px 0;
}

.swiper-product-list {
  height: 1630px;
}

@media(max-width: 600px) {
  .swiper-product-list {
    height: auto;
  }
}