/* ===============================
   HERO BOUTIQUE
================================ */

.shop-hero{

    background:linear-gradient(135deg,#0B1F3A,#12335E);

    color:#fff;

    padding:80px 0;

    text-align:center;

}

.shop-hero h1{

    font-size:48px;

    font-weight:800;

}

.shop-hero p{

    font-size:20px;

    margin-top:15px;

}

/* ===============================
   RECHERCHE
================================ */

.form-control,
.form-select{

    border-radius:10px;

    min-height:50px;

}

/* ===============================
   SECTION PRODUITS
================================ */

.product-grid{

    margin-top:40px;

}

/*=========================
CARTES PRODUITS
=========================*/

.product-card{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 8px 25px rgba(0,0,0,.10);

    transition:.3s;

    position:relative;

    height:100%;

}

.product-card:hover{

    transform:translateY(-8px);

}

.product-image{

    width:100%;

    height:250px;

    object-fit:cover;

}

.product-body{

    padding:20px;

}

.product-status{

    position:absolute;

    top:15px;

    right:15px;

    font-size:14px;

    padding:8px 12px;

}

.product-category{

    color:#FF8C00;

    font-weight:bold;

    text-transform:uppercase;

    font-size:13px;

}

.product-brand{

    color:#666;

    margin-bottom:5px;

}

.product-reference{

    font-size:14px;

    color:#888;

}

.product-price{

    color:#0B1F3A;

    font-weight:bold;

    margin:15px 0;

}

.stock-ok{

    color:#198754;

    font-weight:bold;

}

.stock-low{

    color:#fd7e14;

    font-weight:bold;

}

.stock-out{

    color:#dc3545;

    font-weight:bold;

}
/*=========================
SIDEBAR BOUTIQUE
=========================*/

.shop-sidebar{

    background:#fff;

    border-radius:15px;

    padding:25px;

    box-shadow:0 5px 20px rgba(0,0,0,.08);

    position:sticky;

    top:100px;

}

.shop-sidebar h4{

    color:#0B1F3A;

    font-weight:700;

}

.shop-sidebar h6{

    color:#FF8C00;

    font-weight:700;

}

.shop-filter{

    list-style:none;

    padding:0;

    margin:0;

}

.shop-filter li{

    margin:10px 0;

}

.shop-filter a{

    text-decoration:none;

    color:#444;

    transition:.3s;

}

.shop-filter a:hover{

    color:#FF8C00;

    padding-left:8px;

}

/*=========================
PAGINATION
=========================*/

.pagination .page-link{

    color:#0B1F3A;

}

.pagination .active .page-link{

    background:#FF8C00;

    border-color:#FF8C00;

}
/*=========================
CARTES PRODUITS
=========================*/

.product-card{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 8px 25px rgba(0,0,0,.10);

    transition:.3s;

    position:relative;

    height:100%;

}

.product-card:hover{

    transform:translateY(-8px);

}

.product-image{

    width:100%;

    height:250px;

    object-fit:cover;

}

.product-body{

    padding:20px;

}

.product-status{

    position:absolute;

    top:15px;

    right:15px;

    font-size:14px;

    padding:8px 12px;

}

.product-category{

    color:#FF8C00;

    font-weight:bold;

    text-transform:uppercase;

    font-size:13px;

}

.product-brand{

    color:#666;

    margin-bottom:5px;

}

.product-reference{

    font-size:14px;

    color:#888;

}

.product-price{

    color:#0B1F3A;

    font-weight:bold;

    margin:15px 0;

}

.stock-ok{

    color:#198754;

    font-weight:bold;

}

.stock-low{

    color:#fd7e14;

    font-weight:bold;

}

.stock-out{

    color:#dc3545;

    font-weight:bold;

}
/*=========================
PAGE PRODUIT
=========================*/

.main-image{

width:100%;

height:500px;

object-fit:cover;

}

.thumb{

cursor:pointer;

transition:.3s;

}

.thumb:hover{

transform:scale(1.08);

}

.price{

color:#0B1F3A;

font-weight:800;

font-size:40px;

}

.quantity label{

font-weight:bold;

margin-bottom:10px;

}

.rating{

color:#FFC107;

font-size:20px;

}

.rating span{

color:#666;

font-size:16px;

}
/*=========================
ONGLETS PRODUIT
=========================*/

.nav-tabs .nav-link{

    color:#0B1F3A;

    font-weight:600;

}

.nav-tabs .nav-link.active{

    background:#FF8C00;

    color:#fff;

    border-color:#FF8C00;

}

.tab-content{

    border-radius:0 0 10px 10px;

}

/*=========================
PRODUITS SIMILAIRES
=========================*/

.section-title{

    text-align:center;

    margin-bottom:40px;

}

.section-title h2{

    color:#0B1F3A;

    font-weight:700;

}

.section-title p{

    color:#666;

    font-size:16px;

}


/*=========================
PRODUITS SIMILAIRES
=========================*/

.section-title{

    text-align:center;

    margin-bottom:40px;

}

.section-title h2{

    color:#0B1F3A;

    font-weight:700;

}

.section-title p{

    color:#666;

    font-size:16px;

}


/*=========================
SERVICES MAISON NOKIA
=========================*/

.service-box{

    background:#fff;

    padding:30px 20px;

    border-radius:15px;

    box-shadow:0 5px 15px rgba(0,0,0,.08);

    transition:.3s;

    height:100%;

}

.service-box:hover{

    transform:translateY(-8px);

}

.service-box i{

    font-size:40px;

    color:#FF8C00;

    margin-bottom:15px;

}

.service-box h5{

    color:#0B1F3A;

    font-weight:700;

}


/*=========================
PROFORMA
=========================*/

.card{

border-radius:15px;

}

.card h3,
.card h4{

color:#0B1F3A;

font-weight:700;

}

.form-label{

font-weight:600;

}

textarea{

resize:none;

}

.btn-warning{

background:#FF8C00;

border:none;

}

.btn-warning:hover{

background:#e87900;

}