.favorites-button {
    &.icon-active {
        color: #AA1D43;
    }
}
.product-flags{
    display: none;
}
 .blockcart-modal {
     .product-info {
        & .product-name {
            font-family:"Playfair Display";
             color: #0c0c0c;
             letter-spacing: 0.2 em;
            font-size: 1.5rem;
            line-height: 120%;
            margin: 0 0 20px;
        }
    }
}
 .blockcart-modal {
     .product-info {
        & .price {
            font-size: 18px;
            margin-bottom: 20px;
           color: #AA1D43;
        }
    }
}
.page-product .short-desc {
 
    color: #0c0c0c;
    
}

body .btn2 {
background-color:#aa1d43;
}
body .btn2 {
border-color:#aa1d43;
}
body .btn2:hover, body .btn2:active, body .btn2:focus {
background-color:#0c0c0c;
}
body .btn2:hover, body .btn2:active, body .btn2:focus {
color:#ffffff;
}
body .btn2:hover, body .btn2:active, body .btn2:focus {
border-color:#0c0c0c;
}
.btn2 {
font-size:12px;
font-style:normal;
font-weight:400;
font-family:"Hind";
line-height:1em;
letter-spacing:0.1em;
text-transform:uppercase;
color:#ffffff;
}
.btn2 {
border-radius:50%;
}
.btn2 {
background-color:#313537;
}
.btn2:hover 
.btn2 {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    border: 2px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    &:hover {
        background-color: #0c0c0c;
        scale: 1;
    }
    &::after {
        content: '';
        background: rgba(255, 255, 255, 0.2);
        width: 0;
        height: 100%;
        position: absolute;
        inset: 0;
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        z-index: -1;
    }
    &:hover::after {
        width: 100%;
    }
    & svg {
        width: 1em;
    }
    .product-miniature .pm-actions &::after {
        border-radius: 50%;
    }
}
.btn2{
    background-color: #AA1D43;
    font: normal 12px/14px system-ui;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 10px 15px;
    display: inline-block;
    margin: 0;
    outline: none;
}

.btn2 svg {
    width: 14px;
    height: 14px;
    margin-right: 6px;
}
.pk-aside .products {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr))!important;
    column-gap: 20px;
    width: 100%;
    display: grid;
}
.block-promo{
    margin: 40px 0px 40px 0px;
}

/*radar*/

.radar-chart-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    padding: 35px;
    box-sizing: content-box;
}

.radar-chart-3 svg {
    width: 100%;
    height: 100%;
}

.radar-chart-3 dl {
    position: absolute;
    width: 100%;
    height: 100%;
}

.radar-chart-3 dl > div {
    position: absolute;
   color: #777;
font-size: 16px;
font-family: playfair;
text-align: center;
}

.radar-chart-3 dl > div:nth-child(1) {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.radar-chart-3 dl > div:nth-child(2) {
    top: 24%;
    right: 10%;
    transform: translateX(50%);
}

.radar-chart-3 dl > div:nth-child(3) {
    bottom: 24%;
    right: 10%;
    transform: translateX(50%);
}

.radar-chart-3 dl > div:nth-child(4) {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.radar-chart-3 dl > div:nth-child(5) {
    bottom: 24%;
    left: 10%;
    transform: translateX(-50%);
}

.radar-chart-3 dl > div:nth-child(6) {
    top: 24%;
    left: 10%;
    transform: translateX(-50%);
}

.radar-chart-3 dd {
    margin: 0;
}


.row.delivery-option{
    padding-top: 20px!important;
    padding-bottom: 20px!important;
    border-top: 1px solid #f0f0f0;
}

/*page_panier*/

.cart-grid-right{
    background-color:#ffffff;
    min-width: 399px!important;
    padding: 20px!important;
    box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, 0.1);
}
.product-line-grid-right .price 
{ 
    font-size: 18px!important; 
    color: #AA1D43!important;
    font-weight:400;
}



/*calendrier*/

.flatpickr-months .flatpickr-month{
    background:#AA1D43!important;
    
}
span.flatpickr-weekday{
    background:#AA1D43!important;
}
.flatpickr-weekdays{
    background:#AA1D43!important;
}




.pk-mobile-bottom-panel{
    z-index: 999!important;
}





@media (max-width: 600px) {
.pk-scroll-totop, .pk-fixed-button, .pk-cart-button{
    display: none;
}
.radar-chart-3{
    width: 250px!important;
   
}
}
@media (min-width: 1024px) and (max-width: 1366px) {

#block-prod-int{
    min-height: 371px;
    
}
}
@media (min-width: 800px) and (max-width: 1024px) {

#block-prod-int{
    min-height: 371px;
    
}
}