/*==================================================
 PRODUCT DETAILS PAGE
==================================================*/

.product-page{
    background:#fff;
}

/* Breadcrumb */

.breadcrumb{
    font-size:14px;
}

.breadcrumb a{
    text-decoration:none;
    color:#777;
}

.breadcrumb-item.active{
    color:#111;
    font-weight:600;
}

/*==================================================
 GALLERY
==================================================*/

.mainSlider{

    border-radius:18px;

    overflow:hidden;

    background:#f8f8f8;

    border:1px solid #eee;

}

.main-image{

    width:100%;

    height:100%;

    object-fit:cover;

}

.thumbSlider{

    height:650px;

}

.thumbSlider .swiper-slide{

    height:120px !important;

    margin-bottom:15px;

    border:1px solid #eee;

    border-radius:12px;

    overflow:hidden;

    cursor:pointer;

    transition:.3s;

}

.thumbSlider .swiper-slide:hover{

    border-color:#ef2b13;

}

.thumb-img{

    width:100%;

    height:100%;

    object-fit:cover;

}

/*==================================================
 RIGHT SIDE
==================================================*/

.product-info{

    position:sticky;

    top:100px;

}

.product-category{

    display:inline-block;

    background:#fff3ed;

    color:#ef2b13;

    padding:8px 18px;

    border-radius:30px;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

}

.product-title{

    margin-top: 12px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;

}

.rating-wrap{

    margin: 10px 0;
    font-size: 14px;

}

.rating-wrap span{

    margin-left:12px;

    color:#666;

}

/*==================================================
 PRICE
==================================================*/

.price-wrap h2{

    font-size:38px;

    font-weight:700;

    color:#ef2b13;

}

.price-wrap del{

    color:#999;

    font-size:24px;

    margin-left:12px;

}

.discount{

    margin-left:12px;

    color:#28a745;

    font-size:18px;

    font-weight:700;

}

/*==================================================
 OPTIONS
==================================================*/

.option-title{

    margin-bottom:15px;

    font-weight:700;

}

.color-list{

    display:flex;

    gap:14px;

}

.color{

    width: 32px;
    height: 32px;

    border-radius:50%;

    border:none;

    cursor:pointer;

    transition:.3s;

}

.color.active{

    outline:3px solid #ef2b13;

    outline-offset:3px;

}

.size-list{

    display:flex;

    gap:15px;

}

.size-btn{

    width: 35px;
    height: 35px;
    font-size: 14px;
    border-radius: 10px;

    background:#fff;

    border:1px solid #ddd;

    border-radius:12px;

    font-weight:700;

    transition:.3s;

}

.size-btn:hover,
.size-btn.active{

    background:#111;

    color:#fff;

}

/*==================================================
 QUANTITY
==================================================*/

.qty-box{

    width:170px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    border:1px solid #ddd;

    border-radius:12px;

    overflow:hidden;

}

.qty-box button{

    width:55px;

    height:55px;

    border:none;

    background:#fff;

    font-size:22px;

}

.qty-box input{

    width:60px;

    border:none;

    text-align:center;

    font-weight:700;

}

/*==================================================
 BUTTONS
==================================================*/

.product-btns{

    display:flex;

    gap:15px;

}

.btn-cart{

    flex:1;

    height:60px;

    border-radius:12px;

    background:#ef2b13;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    gap:12px;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

.btn-cart:hover{

    background:#111;

    color:#fff;

}

.btn-buy{

    flex:1;

    height:60px;

    border-radius:12px;

    background:#111;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    text-decoration:none;

    font-weight:700;

}

.btn-buy:hover{

    background:#ef2b13;

    color:#fff;

}

.btn-wishlist{

    width:60px;

    height:60px;

    border-radius:12px;

    border:1px solid #ddd;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#111;

    text-decoration:none;

    transition:.3s;

}

.btn-wishlist:hover{

    background:#ef2b13;

    color:#fff;

}

/*==================================================
 DELIVERY
==================================================*/

.delivery-box{

    border-top:1px solid #eee;

    border-bottom:1px solid #eee;

    padding:25px 0;

}

.delivery-box div{

    display:flex;

    align-items:center;

    gap:12px;

    margin-bottom:15px;

    font-size:15px;

}

.delivery-box i{

    color:#ef2b13;

    font-size:20px;

}

/*==================================================
 DESCRIPTION
==================================================*/

.short-desc p{

    color:#666;

    line-height:1.8;

}

.card{

    border-radius:18px;

}

/*==================================================
 RELATED
==================================================*/

.relatedSlider{

    padding:10px 5px 30px;

}

/*==================================================
 RESPONSIVE
==================================================*/

@media(max-width:991px){

.main-image{

height:420px;

}

.thumbSlider{

height:auto;

margin-top:15px;

}

.product-title{

font-size:28px;

}

.price-wrap h2{

font-size:28px;

}

.product-info{

position:relative;

top:0;

}

}

@media(max-width:767px){

.product-btns{

flex-direction:column;

}

.btn-wishlist{

width:100%;

}

.main-image{

height:340px;

}

.thumbSlider{

display:none;

}

}