:root {
    --colorbrand: #265787;
    --colorbrown :#88692F;
    --colorbrownlight: #C5A059;
}
.miniature-horizontale .ce-product-meta__value {
    text-transform: uppercase;
}
.miniature-horizontale .ce-product-prices {
    flex-direction: column;
    align-items: flex-start;
}

.cart-grid__content .page-title-section {
    color: #265787;
    font-family: "Cormorant Garamond", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.1em;
}
#cart .breadcrumb__wrapper {
    visibility: hidden;
    margin:0;
}
#cart .cart-grid__content.col-lg-8 {
    padding-right: 40px;
}
.checkout-steps__step--current .checkout-steps__number {
    background: var(--colorbrown);
}
.step__title {
    color: var(--colorbrand);
}


/*tunnel etapes*/
#checkout-personal-information-step #personal-information-tabs .nav-link {
    border: 2px solid #d6dadd;
    border-radius: 25px;
    color: #d6dadd;
    padding: 5px 20px;
}

@media (max-width:420px) {
    #checkout-personal-information-step #personal-information-tabs .nav-link {
        margin-bottom: 15px;
     }
}

#checkout-personal-information-step #personal-information-tabs .nav-link.active {
    color: var(--colorbrand);
    border-color: var(--colorbrand);
}
#checkout-personal-information-step #personal-information-tabs .nav-link:hover {
    color: var(--colorbrownlight);
    border-color: var(--colorbrownlight);
}

.form-control,
.modal.product-comment-modal .form-control,
.modal.product-comment-modal textarea {
    border-radius: 20px;
    padding: 5px 20px;
    font-size: 15px;
}

#checkout .form-check-label {
    font-size: 14px;
}

.checkout__steps--current:before,
.checkout__steps--success .checkout__steps__number,
.checkout__steps--success:after,
.checkout__steps--success:before {
    background: var(--color-tertiary);

}

.checkout__steps--success .checkout__steps__text,
.checkout__steps .nav-tabs .checkout__steps--success .nav-link.active {
    color: var(--color-tertiary);
}
.form-label {
    margin-bottom: 3px;
}

@layer utilities {
  #checkout .mb-3 {
    margin-bottom: 10px !important;
}
}
.address-card--radio.selected {
    border-color: var(--colorbrand);
}
/*ajustement etapes tunnel*/
.checkout-steps__list .btn:not(.btn-primary, .btn-secondary) {background: none;border: none; color:#265787;}
.step__content .btn .material-icons {
    margin-top: 5px;
}
.elementor-tab-content a,.elementor-widget-product-description a {text-decoration: underline;}
/*variants colors*/
.product-miniature__variants .color,.quickview__content .color {border-radius:50%;}
.product-miniature__variants .color:hover,.quickview__content .color:hover,.product-miniature__variants .color.active,.quickview__content .color.active {outline:0.125rem solid #C5A059}
.form-check-input:checked {
    background-color: #C5A059;
    border-color: #C5A059;
}
#checkout .page-title-section {
    font-family: "Cormorant Garamond", sans-serif;
font-weight:700;font-size: 2rem;
}

/*panier*/
.cart__list .product-line__title {    font-family: "Cormorant Garamond", sans-serif;
font-weight:700;font-size: 1.4rem;}
.cart__list .product-line__item--small-info {display: none;}
.cart__continue-shopping.btn.btn-outline-primary,
#checkout .btn.btn-outline-primary.js-back, a.btn[data-link-action="different-invoice-address"] {
    background: #ffffff; color: #88692F;border: none;
}
a.btn[data-link-action="different-invoice-address"]:hover,
a.btn[data-link-action="different-invoice-address"]:focus {
    color:#C5A059;
background-color: #ffffff;
   border:none;
}
.cart__continue-shopping.btn.btn-outline-primary:hover {
color:#C5A059}

/*apercu rapide*/
.quickview .product__name {font-family: "Cormorant Garamond", sans-serif;
font-weight:700;
    color: #265787;font-size: 1,4rem;
    
}
.quickview .product__manufacturer {
    margin:0;
}
.quickview .product__manufacturer a{
    
    color:#C5A059; text-transform: uppercase;
}
.quickview .product__prices-block {
    flex-direction: row; align-items:center;
}
.checkout-steps__step--current:before, .checkout-steps__step--success .checkout-steps__number,
.checkout-steps__step--success:after, .checkout-steps__step--success:before {
    background: var(--colorbrownlight);
}
.accordion-button:not(.collapsed) {
    color: var(--colorbrown);
}
.ce-product-variants__radio:has(span.ce-product-variants__color),
.ce-product-variants__radio:has(span.ce-product-variants__texture)  {
background: #c7c7c7;
border-radius: 50%;
}

.cart__item .product-line__item-price {
    font-weight: 400;
}
.cart__item .quantity-button__group button {
    max-height: 32px;
    max-width: 32px;
    border-radius: 50%;
    padding: 0;
}
.cart__item .quantity-button__group input {
    border: none;
}
.cart__item .quantity-button__group button i {
    line-height: 29px;
}
.cart__item .product-line__content-right {
    max-width: 110px;
}
@media (min-width: 576px) {
    .product-line__content {
        gap: 8px 10px;
    }
}
.section-newsletter .elementor-field-option {
    color: #ffffff;
    font-size: 0.875rem;
}

/*prettymenu*/
.sfPmenu .ets_prmn_megamenu{
    border: none;
    margin: 0;
}
@media (max-width: 767px) {
    body .sfPmenu .ets_prmn_megamenu {
        background: transparent;
    }
}
.sfPmenu .ybc-menu-toggle {
    padding: 0 0 0 15px;
}
.sfPmenu .ybc-menu-toggle .icon-bar {
    margin: 2px 3px 3px 0;
    width: 25px;
    height: 3px;
}
.sfPmenu .ets_prmn_megamenu .prmn_columns_ul {
    box-shadow: none;
}

#my-account .col-lg-3 {
    display: none;
}
#my-account .col-lg-9 {
    width: 100%;
}
.form-select {
        border-radius: 20px;
    padding: 5px 20px;
    font-size: 15px;
}
.address-card.address-card--add-address{
    color:#88692F;
    border-color: #88692F;
}
.products-verticalgrid div[data-elementor-type="product-miniature"]{
height:100%;
}
.products-verticalgrid article {
    height:100%;
    display: flex;
    flex-direction: column;
}
.miniature-horizontale-data {
    display: flex;
    flex:1;
}
.miniature-horizontale-data .elementor-widget-wrap {
    flex-direction: column;
    justify-content: space-between;
}
body.ce-kit-1  .cart-grid__aside-wrapper h2{
    font-size: 22px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
}
#login-form .buttons-wrapper a {
    background: #ffffff;
    color: #88692F;
    border: none;
}
button[data-ps-action="toggle-password"] {
        border-radius: 5px;
    margin-left: 2px;
    background: white;
    color: #88692F;
    border: none;
}
.page-password .page-content--general .buttons-wrapper{
    justify-content: flex-end;
}
.page-password #back-to-login {
    color: #C5A059;
}
#header .ets_prmn_block_content ul li.has-sub > a{
 
}
.ets_prmn_block_content .has-sub > a:after {
    display: inline-block;
    border-right: 1px solid #333333;
    border-top: 1px solid #333333;
    content: "";
    margin-left: 8px;
    top: -2px;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    position: relative;
    right: -1px;
    /* margin-top: -3px; */
}