/* ==================================
Quick View
================================== */

#productQuickView .modal-content{

border-radius:22px;

overflow:hidden;

}

.quick-main-image{

width:100%;

height:420px;

object-fit:cover;

border-radius:18px;

transition:.3s;

}

.quick-thumb{

width:80px;

height:80px;

border-radius:12px;

cursor:pointer;

object-fit:cover;

border:2px solid transparent;

transition:.25s;

}

.quick-thumb:hover{

transform:scale(1.08);

border-color:#198754;

}

.quick-price{

font-size:34px;

font-weight:700;

color:#198754;

}

.quick-old-price{

font-size:20px;

text-decoration:line-through;

color:#888;

margin-right:10px;

}

.quick-rating{

color:#ffc107;

font-size:18px;

}

.quick-section{

padding:30px;

}

.quick-stock{

font-weight:600;

}

.quick-description{

line-height:1.8;

color:#666;

}

.qty-box{

display:flex;

align-items:center;

justify-content:center;

gap:10px;

}

.qty-box input{

width:70px;

text-align:center;

}

.quick-actions .btn{

padding:12px;

font-weight:600;

}

.quick-info{

border-top:1px solid #eee;

margin-top:20px;

padding-top:20px;

}

.quick-info i{

color:#198754;

margin-right:6px;

}

.quick-thumb.active{

border-color:#198754;

}

@media(max-width:768px){

.quick-main-image{

height:260px;

}

.quick-section{

padding:20px;

}

}

.loading-box{

padding:80px;

text-align:center;

}

.loading-box .spinner-border{

width:4rem;

height:4rem;

}