.gallery-thumbs-ct {
    height: 60px;
    box-sizing: border-box;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.product_rating a {
    font-size: 20px;
    color: #ffc600;
}

.main_menu nav ul li a {
    color: black;
}

.header_top_settings ul li {
    color: black;
}

.hide {
    display: none;
}

.single_slider_cstm {
    height: 583px;
}

.banner_thumb_cstm {
    height: 187px;
}

.banner_thumb_cstm img {
    object-fit: cover;
}

.single_categories_product {
    height: 100px;
}

.product_thumb {
    height: 275px;
}

.product_thumb img {
    height: 235px;
    width: 100%;
    object-fit: cover;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
    width: 35px;
    height: 35px;
}

.spinner-border-sm {
    width: 35px;
    height: 35px;
    border-width: 0.2em;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

.couponDanger {
    color: red;
}

.couponSuccess {
    color: green;
}