.successfulOrder {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 16px;
}

.succTitle {
    font-weight: 700;
    font-size: 20px;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 24px;
}

.onlyToday {
    font-family: 'Didact Gothic', sans-serif;
}

.onlyToday h1 {
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    margin-top: 12px;
    font-style: normal;
    color: #1A1A1A;

}

.onlyToday p {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
}

.first {
    color: #1A1A1A;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

#procent {
    color: rgb(194, 18, 37);
    font-size: 25px;
    font-weight: bold;
}

#lowerPrice {
    font-weight: bold;
}

.napomena {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 24px;
}

.offer h1 {
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;

}

.offer span {
    color: white;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 29px;
    line-height: 33px;
    text-align: center;
    padding: 15px 10px;
    letter-spacing: 5px;
    position: relative;
    width: 120px;
    letter-spacing: 38px;
    padding-left: 25px;
    border-radius: 3.6px;
    background: #762F2A;
}

.whiteLine1 {
    position: absolute;
    width: 6px;
    height: 100%;
    background: #FEFEFE;
    left: 57px;
    z-index: 100;

}

.whiteLine2 {
    position: absolute;
    width: 6px;
    height: 100%;
    background: #FEFEFE;
    left: 221px;
    z-index: 100;

}

#validationMsg {
    color: #c21225;
    font-family: 'Didact Gothic', sans-serif;
    padding: 1rem;
    display: none;
}

#cube-after {
    background: transparent;
    position: relative;
    width: 0px;
}

#seconds {
    margin-left: 8px;
}

#cube-after::after {
    content: ' ';
    display: inline-block;
    background: #070707;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 6px;
}

#cube-after::before {
    content: ' ';
    display: inline-block;
    background: #070707;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 6px;
    top: 40px;
}


.grid-container {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    padding: 1rem;
}

.box {
    padding: 0.5rem;
    font-family: 'Didact Gothic', 'Didact Gothic';
    background: #FFF;
    box-shadow: 0px 2px 2px 0px rgba(14, 14, 33, 0.04), 0px 4px 6px 0px rgba(14, 14, 33, 0.04), 0px 6px 16px 0px rgba(14, 14, 33, 0.04), 0px 0px 10px 0px rgba(14, 14, 33, 0.06);
    position: relative;
}

.quantityBox {
    display: flex !important;
    align-items: center;
}

.box .product-img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.box h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.box label {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin-right: 12px;
}

#qty-select {
    padding: 2px 15px;
    border: #464242;
    margin-bottom: 10px;
}

.price {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    /* margin-bottom: 22px; */
    color: #323232;
    margin-top: 20px;
    margin-bottom: 20px;
}

.price span {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-decoration: line-through;
    color: #A5A5A5;
}

.box .button-wrapper {
    display: flex;
    align-items: center;
    width: 95%;
    position: absolute;
    bottom: 5;
    left: 5;
    right: 5;
}

.add-btn {
    display: flex;
    cursor: pointer;
    width: 100%;
    /* margin-top: 15px; */
    background: #323232;
    border: 1px solid #323232;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: #ffff !important;
    /* text-transform: uppercase; */
    justify-content: center;
    align-items: center;
    height: 30px;
    gap: 8px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.add-btn img {
    filter: brightness(0) invert(1);
}

.approved {
    display: flex;
    align-items: center;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    margin: 12px auto;
    width: 380px;
}

.refuse {
    display: flex;
    width: 328px;
    height: 52px;
    padding: 12px 64px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 12px auto;
    width: 100%;
}

.refuse button {
    color: #323232;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    border: none;
    background: none;
    /* 114.286% */
}

.refuse button span {
    color: #323232;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    text-decoration-line: underline;
    display: block;
    margin-top: 5px;
}

.approved button {
    width: 100%;
    padding: 12px 64px;
    gap: 8px;
    border: none;
    font-size: 14px;
    color: #fefefe !important;
    background: linear-gradient(0deg, #009F53 0%, #009F53 100%), #323232;
    box-shadow: 0px 0px 10px 0px rgba(14, 14, 33, 0.06), 0px 6px 16px 0px rgba(14, 14, 33, 0.04), 0px 4px 6px 0px rgba(14, 14, 33, 0.04), 0px 2px 2px 0px rgba(14, 14, 33, 0.04), 0px 0px 10px 0px rgba(14, 14, 33, 0.06), 0px 6px 16px 0px rgba(14, 14, 33, 0.04), 0px 4px 6px 0px rgba(14, 14, 33, 0.04), 0px 2px 2px 0px rgba(14, 14, 33, 0.04);
}

.approved button span {
    font-weight: 600;
    display: block;
    font-size: 16px;
}


.onlyToday span {
    font-size: 14px;
}

.quantityBox {
    display: flex;
    height: 27px;
    align-items: center;
    gap: 4px;
    /* margin-bottom: 4px; */
}

.quantitySelector select {
    max-width: 50px;
    height: 27px;
    border: 1px solid #D9D9D9;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.offer center {
    margin-top: 28px;
    display: flex;
    position: relative;

}

.animate 
{
    animation: upDown 1.5s ease-in-out infinite;
}

@keyframes upDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-10px);
    }

    50% {
        transform: translateX(10px);
    }

    75% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(0);
    }
}

.shake {
    animation: shake 1s ease-in-out;
}

.box h3 {
    height: 70px;
    margin-bottom: 6px;
}

.qtyText {
    font-size: 16px;

}

.added-btn {
    background: #009F53  !important;
    color: #ffff !important;
    border: none;
}

.cs-stars-container {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2rem;
}

.cs-stars-container div {
    width: 100%;
    flex-direction: row;
    display: flex;
    align-items: center;
}

.cs-stars-container img {
    max-width: 1rem;
    max-height: 1rem;
    width: 1rem;
    height: 1rem;
}

.cs-sticky-buttons-container {
    padding: 1rem;
    /* display: flex; */
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    position: sticky;
    position: fixed;
    bottom: 0px;
    z-index: 100;
    left: 0px;
    width: 100%;
    background-color: #fff;
}

.quantityBox {
    display: flex !important;
    width: 30%;
    /* margin-bottom: 2rem; */
}

.variation-quantity {
    display: flex;
    gap: 1rem;
    width: 100%;
    margin-bottom: 1rem;
    align-items: flex-end;

}

.first span {
    font-weight: 600;
}

.select-variations {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.select-variations select {
    height: 27px;
    width: 100%;
    border: 1px solid #D9D9D9;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media only screen and (max-width: 768px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .onlyToday h1 {
        font-size: 16px;
    }

    .onlyToday p {
        color: #1A1A1A;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
    }

    .offer h1 {
        font-size: 16px;
    }

    .approved 
    {
        width: 100%;
    }
}

@media only screen and (max-width:350px) {

    .refuse,
    .approved {
        width: 240px;
    }
}