/*
 * Enter any custom CSS here.
 * This file will not be overwritten by theme updates.
*/

.container-feedbacks {
  margin-botton: 10px;
}

/* FORCE PRIMARY COLOR TO GREY */
:root {
    --bs-primary: #909090;
    --bs-primary-rgb: 144,144,144;
}

/* Buy Now / Add buttons */
.btn-primary {
    background-color: #909090 !important;
    border-color: #909090 !important;
    color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #777 !important;
    border-color: #777 !important;
}

/* Outline buttons */
.btn-outline-primary {
    color: #909090 !important;
    border-color: #909090 !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background-color: #909090 !important;
    border-color: #909090 !important;
    color: white !important;
}

/* Variant cards */
.variant {
    border-color: #909090 !important;
}

.variant.active {
    border-color: #909090 !important;
    background-color: rgba(144,144,144,0.15) !important;
}

.variant .stock,
.variant .name {
    color: white !important;
}

/* Active check icon */
.text-primary {
    color: #909090 !important;
}

/* Remove red glow/hover */
.variant:hover {
    border-color: #909090 !important;
}