/*your custom css goes here*/ 

.add-to-cart {
    background-image: url('/public/assets/img/brush.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: transparent;
    border-color: transparent;
    width: 170px;
    padding: 5px 0;
}

.add-to-cart:hover{
     background-color: transparent;
    border-color: transparent;
}

.aiz-p-hov-icon a:nth-child(2) {
    display: none;
}

.iti.iti--allow-dropdown.iti--separate-dial-code .form-control.mb-3.rounded-0 {
    margin-bottom: 1rem!important;
}



.aiz-p-hov-icon-mobile a:nth-child(2) {
    display: none !important;
}