@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    overflow-x: hidden;
    font-family: 'Rubik';
    font-style: normal;
}

.hoverpermanet{
    position: absolute;
    z-index: 999;
    top: 75px;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    visibility: hidden;
    left: 0;
    padding: 50px 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 6px 17px 0 #ddd;
    transition: all .8s ease-out 0s;
    -webkit-transition: all .8s ease-out 0s;
}
.hovercategoryimagebox {
    text-align: center;
    width: auto;
    display: inline-block;
    cursor: pointer;
    padding: 12px 14px;
}
.hovercategoryimagebox:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,.29)!important;
    transition: box-shadow .3s ease-in-out;
    border-radius: 8px;
}
.hovercategoryname {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}
#hoverid {
    display: flex;
    justify-content: center;
    align-items: center;
}
.chover .hovercategoryimagebox img {
    max-width: 240px;
    height: auto;
    border: 0;
    width: 100%;
    position: static;
    padding: 0;
}
.hovercategoryimage {
    align-items: center;
}
.cart-discount{
    display: none;
}
#categories:hover #hoverid {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.block.block-compare {
    display: none;
}
div#prbtn {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 300;
    /* font-size: 16px; */
    line-height: 26px;
    /* text-align: center; */
    font-weight: 500;
    color: #AC2275;
    cursor: pointer;
}