/*
Theme Name: Beluga Theme
Theme URI: https://belugaweb.com/
Author: Beluga Team
Author URI: https://belugaweb.com/
Description: Beluga Theme được lập trình và phát triển bởi Beluga Team. Beluga cung cấp giải pháp thiết kế website tổng thể cho cá nhân & doanh nghiệp.
Version: 1.6.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: https://belugaweb.com/
*/

/* Custom variation */
#var_title{
    font-size: 18px;
}

#var_images{
	margin-bottom: 15px;
}

#var_images img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    padding: 3px;
    margin-right: 5px;
    cursor: pointer;
	transition: 0.5s;
    border: 1px #ebebeb solid;
}

#var_images img:hover,
#var_images img.active {
	opacity: 8.8;
	border: 1px #000 solid;
}

.s-p-gallery .sl-thumbai .swiper-slide img {
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .sp-right{
      display: grid;
      grid-template-areas:
        'layer1'
        'layer2'
        'layer3';
    }

    .product-variations{
        grid-area: layer1;
        display: grid;
        grid-template-areas:
        'top1'
        'top2'
        'top3';
    }

    .sp-right h1{
        grid-area: layer2;
    }

    .sp-dec{
        grid-area: layer3;
    }

    #var_images{
        grid-area: top1;
    }

   #variations{
        grid-area: top3;
   } 

   #var_title{
        grid-area: top2;
   }

   #var_images{
        text-align: center;
    }
}

.wp-caption{
	width: 100% !important;
}
.sp-dec {
    font-size: 16px;
    color: #222;
    background-color: #fff;
    padding: 15px;
}
@media (max-width: 576px) {
    .ft-left .row {
        display: flex !important;
        flex-direction: column !important;
    }
    .mb-4 { order: 1 !important; } 
    .ft-info { order: 4 !important; } 
    .about-ssr { order: 2 !important; }
    .policy { order: 3 !important; }
}

.hbspt-form-container {
    max-width: 500px; /* Giới hạn chiều rộng */
    width: 100%;
    display: flex;
    justify-content: center;
}

.hbspt-form {
    width: 100%;
    text-align: center;
}
/*footer*/

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid white; /* Đường kẻ ngang */
    padding-top: 15px; /* Tăng khoảng cách giữa đường line và nội dung */
    flex-wrap: wrap; /* Giúp bố cục linh hoạt khi thu nhỏ màn hình */
    text-align: center;
}

.footer-policy {
    display: flex;
    gap: 20px; /* Khoảng cách giữa các link */
    justify-content: center;
    width: 100%;
}

.footer-policy a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.footer-policy a:hover {
    text-decoration: underline;
}

.footer-rights {
    width: 100%;
    text-align: center; /* Căn giữa nội dung quyền sở hữu */
    margin-top: 10px;
    font-size: 14px;
    color: #ddd; /* Màu chữ nhẹ hơn */
}

.social-icons {
    display: flex !important;
    gap: 15px !important;
    align-items: center !important; /* Căn giữa icon theo chiều dọc */
}

.social-icons a img {
    width: 50px !important; /* Điều chỉnh kích thước icon */
    height: auto !important;
    transition: transform 0.3s ease-in-out !important;
}

.social-icons a:hover img {
    transform: scale(1.1) !important; /* Hiệu ứng phóng to khi hover */
}
