:root {
  --cassiopeia-color-primary: #1888bb;
  --cassiopeia-color-link: #1f497d;
  --cassiopeia-color-link: #0088cc;
  --cassiopeia-color-hover: #eb9335;
}

html {
    background: #718b97;
}


.footer a {
    text-decoration: none;
}

footer a:hover {
    color: var(--cassiopeia-color-hover);
}

.container-header {
    background-color: #314046;
    background-image: none;
}

.container-header .navbar-brand {
    //background-color: #bfbfbf;
}

.container-header .navbar-brand img {
    width: auto;
    min-width: auto;
}

body {
    background-color: #C7D6DD;
    color: #264264;
}

main {
    background-color: #C7D6DD;
}

.h2, h2 {
//    font-size: 1.2rem;
}

.h5, h5 {
    font-size: 1rem;
}

.container-component {
    //background-color: #fff;
    margin-top: 1em;
    padding: 1.5em;
}

.hikashop_subcontainer {
    padding-top:1rem;
}

.footer {
    background: #718b97;
    background: radial-gradient(ellipse at center, #718b97 0%,#596266 100%);
}

.pagebuilderck {
    width: 100%;
}

.hits,
.mod-breadcrumbs__divider.float-start {
    display:none;
}

.description-gamme h3 {
    //text-decoration: underline #008dd2;
    //text-decoration-thickness: 3px;
    font-weight: 500;
}

.container-component {
    min-height : 60vh;
    margin: 0;
}

.btn-warning {
    color: #212529 !important ;
    background-color: #ffc107;
    border-color: #ad6200;
}

.btn-warning:hover {
    background-color: #f0b608;
}

.accueil .fil-ariane{
    display:none;
}

.breadcrumb {
    background-color: #fff;
}

.item-132 {
    color: #adff2f;
}

li[itemprop="itemListElement"] {
    
    font-weight: bold;
    text-transform: uppercase;
}

.hikashop_product_desc h3 {
    font-size: calc(1rem + .3vw);
}

.hikashop_product_price_full .hikashop_product_price {
    //font-size: 1.2em;
    font-weight: bold;
}

#hikashop_product_description_main {
    margin-top: 1em;
    max-width: 80%;
}

#hikashop_product_right_part {
    border: 0px solid transparent;
    border-radius: 1em;
    padding: 1em; 
}

#ID1624529027893 .btn-warning {
    width:80%;
}

.card {
    border-radius:0 0 3px 3px;
    border: 0px solid transparent;
    background: transparent;
}

.card-body {
    //background: #b7ced8;
    background: #fff;
    border-radius: 0 0 3px 3px;
}

.fil-ariane .card-body {
    background: transparent;
}

.card-header {
    //background: #C7D6DD;
    border: 0px solid transparent;
}

.hikashop_cart_proceed_to_checkout {
    background-color: var(--cassiopeia-color-primary) !important ;
    color: white !important;
}

.hikashop_products_listing .hikashop_products .hikashop_product_name,
.hikashop_products_listing .hikashop_products .hikashop_product_desc h3,
.hikashop_product_code_list {
    font-size: 1rem;
}

.hikashop_category_name {
    font-size: 1.2rem;
    font-weight: bold;
}

.description1 {
    font-size: 1.2rem;
    font-weight: bold;
}

.refmembrane {
    font-weight: bold;
}

.container-search [type=search] {
    padding: .6rem 1rem;
    vertical-align: middle;
}

.footer p {
    margin-bottom: 0.5rem;
}

.hikashop_payment_methods_table {
    display: none;
}
 
#hikashop_checkout_status_1_6 {
    display: none;
}

.hikashop_product_code_main::before {
    content: '';
    display: block;
    margin-top: -1rem;
}

.hikashop_product_code_main {
    font-size: 1.5rem;
}

.hikashop_product_code_cart::before {
    content: '';
    display: block;
}

.hikashop_product_name_main{
    font-size: 0.7em;
}

.hikashop_product_code_main {
    font-size: 0.5em;
}

.hikashop_product_variant_subname {
    display : none;
}

.hikashop_checkout_remarque_line label{
    text-align: left !important ;
}

.hikashop_product_price_main .hikashop_product_price_full {
    background: #d8fcd8;
    padding: 5px;
}
    
.hikashop_product_msrp_price {
    background: none !important;
}







/*  //////////////////////////// */

@media (min-width: 768px) {

    .hk-row-fluid .hkc-sm-4 {
        width: 100%; 
    }
    .hk-row-fluid .hkc-sm-8 {
        width: auto; 
    }

}

@media (min-width: 992px) {
    .hkc-md-6 {
        display: flex;
    }
}



