@media (min-width: 768px) {
    .md\:h-720 {
        height: 720px;
    }

    .md\:w-1280 {
        width: 1280px;
    }

    .md\:h-\[110px\] {
        height: 110px;
    }
}

@media (max-width: 640px) {
    .sm\:h-240 {
        height: 240px;
    }
    .sm-h-100{
        height: 100%;
    }
    .sm\:h-\[150px\] {
        height: 150px;
    }
    .sm-aspect-ratio-1-1{
        aspect-ratio: 1/1;
    }
    .sm-hidden{
        display: none;
    }
}
.aspect-ratio-1-1{
    aspect-ratio: 1 / 1 ;
    padding: 1px;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}
.fa-facebook:hover {
    background: #4c6fe2;
    color:white;
}
.fa-youtube-play:hover{
    background: #ff0000;
    color:white;

}
.fa-tiktok:hover{
    background: #1b1b1b;
    color:white;
}
.fa-z:hover {
    background: #9de2f3;
    color:white
}
.fa-lock:hover{
    background: #2eeb4e;
    color:white
}
.fa-user:hover{
    background: #4c6fe2;
    color:white;
}

.p-2 {
    padding: 5rem;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.w-100 {
    width: 100% !important;
    height: auto;
}

.h-100 {
    height: 100% !important;
    width: auto;
}

.w-auto {
    width: auto;
}

.d-block {
    display: block !important;
}

.h-60 {
    height: 60px;
}

.mr-3 {
    margin-right: 0.75rem;
}

.items-center {
    align-items: center;
}

.flex {
    display: flex;
}

.text-capitalize {
    text-transform: capitalize;
}
.text-uppercase{
    text-transform: uppercase;
}

.img-scale-down {
    object-fit: scale-down;
}

.img-fill {
    object-fit: fill;
}

.img-cover {
    object-fit: cover;
}

.px-15 {
    padding-left: 10rem;
    padding-right: 10rem;
}
.px-1 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.h-\[50px\] {
    height: 105px;
}

.text-blue {
    color: blue;
}

.mt-\[10px\] {
    margin-top: 10px;
}

/* navbar */
.nav-fixed{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
/* end navbar */

.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
    right: 0;
}

/* Style the icon bar links */
.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}
.icon-bar a:hover {
    background-color: rgb(251, 164, 28);
}

.facebook {
    background: #3B5998;
    color: white;
}

.zalo {
    background: #55ACEE;
    color: white;
}
.youtube {
    background: #bb0000;
    color: white;
}
.tiktok{
    background: black;
    color: white;
}
.padding-l-none{
    padding-left: 0%;
}
@font-face {
    font-family: futurabold;
    src: url(/fonts/futurabold.ttf);
    font-weight: bold;
  }
.title-product-detail{
    text-transform: uppercase;
    font-family: futurabold;
    color: #333;
    font-size: 24px;
    font-weight: 700;
    margin: 0px 0px 15px;
    line-height: normal;
}
.text-primary{
    color:rgb(251, 164, 28);
}
.text-dark{
    color: #333;
}
.text-dark:hover{
    color:rgb(251, 164, 28);
}
.text-y{
    color:rgb(251, 164, 28);
}
.shipping img{
  max-width: 260px;
  max-height: 300px;
  object-fit: fill;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.product-image-list a img{
    aspect-ratio: 1/1;
}

/*!
 *  chi tiết sp
 */
.border{
    display: flex;
    flex-direction: column;
    border: 1px solid rgb(201, 201, 201);
    text-align: center;
}
.section {
    flex: 1;
    border-bottom: 1px solid rgb(201, 201, 201);
    padding-top: 20px;
    padding-bottom: 20px;
}
.section:last-child {
    border-bottom: none;
}
.icon-border {
    display: inline-block;
    border: 1px solid rgb(201, 201, 201);
    border-radius: 50%; /* Bo tròn viền */
    padding: 5px;
    text-align: center;
}
.section i{
    font-size: 20px;
    padding-bottom:5px;
    width: 20px;
    height: 20px;
}
.section p{
    font-size: 15px;
}
.icon-border:hover{
    background-color: rgb(251, 164, 28);
}
.section span{
    margin: 0 0 15px 0;
    font-weight: normal;
    margin-bottom: 0;
    color: #363f4d;
    font-size: 13px;
}
.icon {
    width: 1.5rem;
    height: 1.5rem;
    fill: #ffffff; /* Màu của icon */
    stroke: #fdfdfd; /* Màu viền của icon */
    stroke-width: 2;
}
.icon-lg {
    width: 3rem;
    height: 3rem;
    fill: #ffffff; /* Màu của icon */
    stroke: #fdfdfd; /* Màu viền của icon */
    stroke-width: 2;
}
.social-icons ul li a i svg{
    margin-top:10px;
}
html{
    scroll-behavior: smooth;
}
