/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.header-main  .form-flat input:not([type=submit]) {
  background-color: #fff !important;
  border-radius: 5px !important;
}

.header-main  input[type=search]{
  height: 3.507em;
  font-size: 14px;
}

.header-main  .icon-search{
  color: #A70B41 !important;
}


.col, .columns, .gallery-item {
    padding: 15px;
}

.loiich h5{
  color: #A70B41;
}

.loiich{
  margin-top: -5%;
}

.loiich p{
  font-size: 14px;
}

.col_loiich .col-inner{
  /* background-color: #fff;
  border-radius: 15px; */
  box-shadow: 10px 10px 14px 1px rgba(0, 0, 0, 0.25);
}

.title_big{
  font-size: 30px;
    text-transform: uppercase;
    border-bottom: double;
    width: max-content;
    display: flex;
    justify-content: center;
    align-content: center;
    color: #A70B41;
}

.title_quytrinh {
    padding-top: 15px;
    margin-left: 50px;
}

.title_quytrinh span {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.title_quytrinh span:hover{
  color:  #A70B41;
}

.title_quytrinh li::marker {
    font-size: 20px;
    font-weight: bold;
    color: #A70B41;
}

.quytrinh_col_right h2{
  text-align: center;
}

.title_quytrinh li{
  line-height: 2;
}

.title-wrapper .product-title{
  font-size: 14px;
  font-weight: 600;
}

.product-sp .product-small,.product-small .box {
  padding: 5px;
  border-radius: 10px;
  background-color: #A70B4133;
}

.row_title .col-inner {
    display: flex;
    justify-content: center;
}

.thongtin_huuich ul li{
  margin-top: 10px;
}

.thongtin_huuich ul li a{
  margin-right: 10px;
  border: 1px solid #A70B41;
  color: #A70B41;
}

.thongtin_huuich span{
  font-size: 15px;
  padding: 0 10px;
}
.post-item .box-image img.attachment-original.size-original.wp-post-image, img.attachment-medium.size-medium.wp-post-image {
    border-radius: 10px;
}

.thongtin_blog_right .post-title{
  font-size: 13px;
  font-weight: 500;
}

.box-blog-post .is-divider ,.is-divider .small{
    display: none;
}

.footer_row1 {
  border-bottom: 1px dashed #fff ;
}

.circle, .circle img{
  border-radius: 0 10px 0 0 !important;
}

.absolute-footer {
    display: none;
}

.header-cart-title, i.icon-shopping-bag{
  color: #fff;
}

.row-large>.col, .row-large>.flickity-viewport>.flickity-slider>.col {
        margin-bottom: 0;
        padding: 15px;
    }

.sidebar-right .box-text{
  padding: 0 10px;
}

ul.category-list{
  padding: 15px;
  list-style: none;
}

.sidebar-right li.category-item{
  background: #A70B41;
    padding: 5px 15px;
    border-radius: 5px;
}

.sidebar-right li.category-item a{
  color: #fff;
  font-size: 14px;
}

.sidebar-right ul{
  list-style: none;
}

.sidebar-right ul li{
      margin-left: 0;
}

.footfer_fix p{
  margin-bottom: 0;
  color: #A70B41;
}

.footfer_fix a{
  color: #A70B41;
  font-weight: 600;
}

/* Cố định UX Block ở cuối màn hình */
#ux-block-container {
  position: fixed;
  bottom: 0; /* Hiển thị đầy đủ */
  left: 0;
  width: 100%; /* Chiều rộng toàn màn hình */
  z-index: 9999; /* Hiển thị trên cùng */
  text-align: center; /* Canh giữa nội dung */
}