@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

body{
    font-family: 'Open Sans', sans-serif!important;
    font-size: 18px;
    line-height: 28px!important;
    color: #666666!important;
    letter-spacing: 0!important;
    font-weight: 400!important;
}
h1, h2, h3, h4{
    color: #000;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 15px;
    line-height: 1.2;
}
a{
    color: #000!important;
    -webkit-transition: all 0.4s ease!important;
    -o-transition: all 0.4s ease!important;
    transition: all 0.4s ease!important;
}
a:hover{
    color: #eea9b8!important;
    text-decoration: none!important;
}

a:hover > img[src="/templates/src/icons/wish.png"], a:hover > img[src="/templates/src/icons/user.png"], a:hover > img[src="/templates/src/icons/cart.png"] {
    filter: invert(89%) sepia(39%) saturate(2799%) hue-rotate(291deg) brightness(111%) contrast(87%);
    -webkit-transition: all 0.3s ease!important;
    -o-transition: all 0.3s ease!important;
    transition: all 0.3s ease!important;

}

a:hover > .sp-details{
    color: #eea9b8!important;
}
a:focus{
    outline: 0!important;
    text-shadow: none!important;
    box-shadow: none!important;
}

.mb-3{
    color: unset!important;
    font-weight: 400!important;
    margin: 10px 0px;
}

label.form-label, .mb-3 .list-group-item, details.content, .confirm_size{
    font-size: 14px;
}

span[id="feedback"], span[id="open_regulamin"]{
    color: #000000;
    -webkit-transition: all 0.4s ease !important;
    -o-transition: all 0.4s ease !important;
    transition: all 0.4s ease !important;
}

span[id="feedback"]:hover, span[id="open_regulamin"]:hover{
    color: #eea9b8;
}