/**
 * Theme Name: VPSTTT Group
 * Description: VPTSTTT Child Theme
 * Author: VPSTTT
 * Template: blocksy
 * Text Domain: https://vpsttt.com/
 */
/*  */

.uc_image_carousel_content_inside .uc_post_title{
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.elementor-menu-cart__footer-buttons{
	margin-top: 6px;
}

.elementor-button.elementor-size-md {
    border-radius: 4px;
    font-size: 14px;
    padding: 10px 20px;
    background-color: #E3396D;
	margin: 6px 6px 0 0;
	color: #fff;
}

.rmp-heading--title{
	color: #E3396D;
	font-weight: 600;
	line-height: 30px;
}
.rmp-rating-widget{
	color: black;
}
@media (max-width: 768px){
	.rmp-heading--title{
		font-size: 1.3rem;
	}
	.rmp-rating-widget{
		font-size: 14px;
	}
}
/*  */


.blox-blockquote-carousel i{
	font-size: 60px !important;
	color: #FC97B9 !important;
}

.k-hn-show-more span{
	color: #FF4F8A !important;
}

.tra-floating-bar{
  position: fixed;
  left: 6px;
  bottom: 80px;
  background: #fff;
  border-radius: 10px;
  padding: 8px 6px;
  z-index: 9999;
  border: 1px solid #E3396D;
  box-shadow: 0 4px 12px rgba(0,0,0,.12);
}

.tra-floating-list{
  list-style: none;
  margin: 0;
  padding: 0;
}

.tra-item{
  text-align: center;
  margin-bottom: 10px;
}
.tra-item:last-child{ margin-bottom: 0; }

.tra-item a{
  display: block;
  text-decoration: none;
  color: #444;
  font-size: 11px;
  font-weight: 600;
}

.tra-icon{
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto 4px;
}

.tra-icon-map{
  background: url(/wp-content/uploads/2026/01/icon-map.png) no-repeat center/contain;
}
.tra-icon-facebook{
  background: url(/wp-content/uploads/2026/01/icon-fb.png) no-repeat center/contain;
}
.tra-icon-phone{
  background: url(/wp-content/uploads/2026/01/icon-phone.png) no-repeat center/contain;
}
.tra-icon-zalo{
  background: url(/wp-content/uploads/2026/01/icon-zalo.png) no-repeat center/contain;
}

@media (max-width: 600px){
  .tra-floating-bar{
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    padding: 6px 0;
    border: 0;
    border-top: 1px solid #eee;

    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .tra-floating-list{
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .tra-item{
    width: 25%;
    margin: 0;
  }

  .tra-text{
    font-size: 10px;
  }
}