﻿

.d-grid {
    /*// display: grid !important;*/
}

a {
    color: var(--main-color-red);
}

    a:hover {
        color: var(--main-color-red);
    }

.offer-box {
    border-radius: 5px;
      margin-bottom: 10px;
    height:200px;
}
.offer-title
{
    font-size:20px;
    font-weight:bold;

}
.color-red
{
    color:var(--main-color-red)!important;
}


.offer-textright {
    text-align: end;
}

.offer-line, .offer-description {
    min-height: 50px;
    
    background-color: #efefef;
     
    
}

.offer-interline {
    height: 3px;
    width: 100%;
}
    .offer-line > div {
        min-height: 50px;
        display: flex;
        align-items: center;
        background-color: #efefef;
        font-weight: bold;
        justify-content: end;
    }

.switchlang {
    background-color: var(--main-color-purple);
    position: absolute;
    top:-45px;
    right: 0px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.offer-bg-red {
    background-color: red !important;
    color: white !important;
}

.input-cart {
    background-color: white;
}
@media (max-width: 768px) {

    .container {
        min-width: unset!important;
        padding:0px;
    }
}

.countdown
{
    font-weight:bold;
    font-size:36px;
     color:var(--main-color-purple);
}