body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}
.navbar {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
}

.navbar .nav-item  {
    padding-right: 20px;
}


.navbar .nav-item a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding-right: 20px;
    color:rgb(6 151 242);
}

.navbar .nav-item a:active,
.navbar .nav-item a:focus {
    color: rgb(6, 151, 242);
    font-weight: bold;
}


.navbar .nav-item a:hover {
    color: black;
    font-weight: bold;
}

.nav-link{
    color: rgb(6, 151, 242);
}

.navbar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
#imgtop{
    margin-top: 20px;
}
.text-1{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.head1{
    background-color: rgb(6 151 242);
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
}

#sanpham{
    margin-top: 20px;
}
#pos{
    margin-top: 20px;
}
#rar{
    margin-top: 20px;
}


.price-tag {
    position: absolute;
    top: 10%;
    left: 10px;
    background: red;
    color: white;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    z-index: 10;
    clip-path: polygon(100% 0%, 100% 75%, 80% 100%, 0% 100%, 0% 0%);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.price-tag::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-top: 10px solid red;
}

@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-3px); }
    50% { transform: translateX(3px); }
    75% { transform: translateX(-3px); }
    100% { transform: translateX(0); }
}

.price-cart {
    position: absolute;
    top: 40%;
    left: 5px;
    color: white;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 10px;
    z-index: 10;
}

.price-cart button {
    animation: shake 0.5s ease-in-out infinite;
}

.image-container {
    position: relative;
    display: inline-block;
}

.rounded-circle {
    /* width: 450px;
    height: 450px; */
    border-radius: 50%;
    object-fit: cover;
}

.rounded-circle2 {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
}

.btn-360 {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 50%;
    padding: 10px 20px;
    font-size: 20px;
    cursor: pointer;
    z-index: 9999;
    transition: 0.3s;
}

.btn-360:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.placeholder {
    /* background: url("https://trello-attachments.s3.amazonaws.com/5bfe761ad6f596525ad17ec4/5de8ea8768dc373def192dc6/f3422f30dd50a8a94e2e7e4acd01ed67/path3769.png") center center no-repeat; */
    background-color: rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
.border-custom {
    border: 5px dashed #007bff; /* Viền nét đứt màu xanh */
}


.spritespin{
    margin-top: 40px;
    margin-left:100px;
    width: 239px;
    height: 454px;
}

#thong-tin-pos{
    margin-top: 20px;
}
#thong-tin-rar{
    margin-top: 20px;
}
#lienhe{
    margin-top: 20px;
}

#huongdansudung{
    margin-top: 20px;
    border: 2px dashed #007bff;
    padding: 10px;
}

.item-box {
    background: white;
    padding: 15px;
    margin: 10px;
    text-align: center;
    border-radius: 10px; /* Bo góc mềm mại */
    transition: all 0.3s ease-in-out;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); /* Bóng mờ ban đầu */
}

/* Hiệu ứng hover */
.item-box:hover {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3); /* Đổ bóng mạnh hơn khi hover */
    transform: translateY(-5px); /* Nhấc lên nhẹ khi hover */
}

#cart-icon2 {
    position: fixed;
    right: 20px;
    bottom: 50%;
    background-color: #1e75ee;
    width: 40px;        
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
 }
 
 #cart-icon2:hover {
    transform: scale(1.1);
 }
 
.cart-img2 {
    width: 21px;
    height: 21px;
 }
 
 #cart-icon2 .cart-img2 {
    animation: shake 0.5s ease-in-out infinite;
}


#cart-icon3 {
    position: fixed;
    right: 20px;
    bottom: 40%;
    background-color: #00fc37;
    width: 40px;        
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
 }
 
 #cart-icon3:hover {
    transform: scale(1.1);
 }
 
.cart-img3 {
    width: 21px;
    height: 21px;
 }
 
 #cart-icon3  {
    animation: shake 0.5s ease-in-out infinite;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
}

.shake {
    animation: shake 0.5s ease-in-out infinite;
}
