/* PBA Customisation du CSS*/

body#checkout .condition-label label {
    
    font-size: large !important;
    font-weight: bold !important;
    background-color: #fff8f0;
    line-height: 1.4;
}

/*
#alma-tab .p-TabLabel::after {
  content: 'Payez en 2X, 3X, 4X' !important;
  display: block !important;
  font-size: 0.85em !important;
  color: #888 !important;
  line-height: 1.5 !important;
  font-weight: normal !important;
}

*/

.payment-option {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px 14px;
  margin-bottom: 8px;
  transition: border-color 0.2s ease;
}

.payment-option:hover {
  border-color: #aaa;
}

.page-customer-account #content .no-account {
    font-size: 1.2rem;
    text-align: center;
    border-style: solid;
    border-color: #ff9a52;
    border-style: solid;
    padding-bottom: 10px;
    padding-top: 10px;
}


#checkout .custom-checkbox span {
    position: unset !important;
}

/* a {color: #f38908 !important;}*/
.material-icons.text-success {
    /*background-color: #95bb87 !important;*/
    color: #95bb87 !important;
    }

/*.progress-bar.bg-success {
    color: #f38908 !important;}
  */  



/* .product-miniature, .product-miniature .product {
    border-radius: 15px;
    border-top: 1.5px #8b979b solid;
    border-right: 1.5px #8b979b solid;
    border-bottom: 1.5px #8b979b solid;
    border-left: 1.5px #8b979b solid;
    min-height: 350px;
    margin-top: 2%;
    margin-bottom: 1%;
    margin-right: 1%;
    padding-top: 4%;
}*/

.product-flags li.product-flag.on-sale {
    width: 50%!important;
    background-color: #EC8A07
}


body.ce-kit-1 #wrapper {
  background-color: #FAFBF1!important;
}

.block-categories .h6{
    color: #84AE88;
    }

/*.block-categories {
    border-radius: 15px;
    border-top: 1.5px #8b979b solid;
    border-right: 1.5px #8b979b solid;
    border-bottom: 1.5px #8b979b solid;
    border-left: 1.5px #8b979b solid;
}*/

#subcategories {
    display: none;
}

/*.card-block {
    border-radius: 15px;
    border-top: 1.5px #8b979b solid;
    border-right: 1.5px #8b979b solid;
    border-bottom: 1.5px #8b979b solid;
    border-left: 1.5px #8b979b solid;
}*/

.block-category h1 {
    color: #ff9a52;
}

.product-miniature .highlighted-informations .quick-view:hover {
    color: #EC8A07!important;
}

.block-categories .collapse-icons .add:hover {
    color: #EC8A07!important;
}

body#checkout section.checkout-step.-reachable.-current .step-number {
 background-color: #84ae88;
}


body#checkout section.checkout-step .address-item.selected {
    background: #fff;
    border: #84ae88 3px solid;
}

.custom-radio input[type=radio]:checked+span {background-color: #84ae88;}

body#checkout a {
    color: #84ae88!important;
}

.btn-primary {
    color: #fff;
    background-color: #ff9a52;
    width: stretch;
}

.btn-primary:active {
    background-color: #84ae88!important;
}

.btn-primary:focus {
background-color: #84ae88!important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #84ae88;
}

.has-success .custom-control, .has-success .form-check-inline, .has-success .form-check-label, .has-success .form-control-feedback, .has-success .form-control-label {
    color: #84ae88!important;
}

.done {
    color: #84ae88;
}

#blockcart-modal .product-name {
    color: #84ae88;
}

.product-price {

    color: #ff9a52!important;
    
}

.page-my-account #content .links a:hover i {
    color: #84ae88!important;
}

.btn-sm {
    min-width: -webkit-fill-available;
    background-color: #EC8A07 !important;
    width: 100%;
}
    
.rating-star-display {color :#FFD700;}


.page-order-detail .messages .message>div, body#checkout section.checkout-step .payment-options .payment-option {
    margin-top: 2%;
}


#main .no-account a:hover {
    color: #95bb87 !important;
}


.bg-success {
    background-color: #95bb87 !important;
}
