.offers {
    color: #f6bf16;
    font-weight: 700;
    margin-bottom: 0
}

.offers-desc {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 15px
}

.p-0 {
    padding: 0
}

.has-search {
    position: relative
}

.has-search .form-control {
    padding-left: 4.375rem
}

.has-search .form-control {
    height: 45px
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 4.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    left: 11px;
    font-size: 2rem
}

.group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.group .btn {
    font-weight: 700;
    padding: 18px 0;
    flex: 1;
    min-width: 0;
    font-size: 1.5rem;
    gap: 1px;
    margin-right: 10px
}

.group .btn:last-child {
    margin-right: 0
}

.btn.active {
    border: 0;
    box-shadow: none!important;
    background: #f6c017;
    font-weight: 700;
    text-align: center
}

.price {
    color: #f6c017;
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 0
}

.price sup {
    font-size: 1.5rem;
    top: -2em;
    left: -7px
}

.offer-name {
    color: #f6c017;
    font-size: 3rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: 3px;
    line-height: 22px;
    text-transform: uppercase
}

.print {
    width: 100%
}

.logo-offer {
    margin-top: 0;
    width: 150px;
    position: relative;
}

.offer ul li {
    list-style-type: none
}

.offer ul li p {
    color: #f6c017;
    text-align: center;
    margin-top: 16px;
    min-height: 50px;
}

#reviews h4 {
    color: #f6c017
}

.w-100 {
    width: 100%
}

ul.star li {
    display: inline-block;
    list-style: none
}

ul.star li img {
    width: 25px;
    margin-bottom: 10px
}

#reviews .row p {
    font-size: 1.2em;
    margin: .6em 0
}

.no-coupon-message {
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px
}

@media(max-width: 767px) {
    .group .btn {
        font-weight:700;
        padding: auto;
        flex: auto;
        min-width: auto;
        font-size: 1.5rem;
        gap: auto;
        margin-bottom: 10px;
        margin-right: 10px
    }
}

.offer-box {
    padding-right:0;
    min-height: 420px;
    padding-left: 10px;
}

.offer * {
    -webkit-font-smoothing: antialiased;
}

.offer {
    padding: 20px;
    min-height: 420px;
    position:relative;
    
    border-style: dashed !important;
    border-width: 1px !important;
    border-color: rgba(246, 191, 22, 1) !important;
    background-repeat: no-repeat !important;
    background-image: url(../img/AdobeStock_638327024-2880w.webp) !important;
    background-size: cover !important;
    border-radius: 0px 0px 0px 0px !important;
    box-shadow: rgba(217, 217, 217, 0.59) 3px 3px 11px 0px !important;
    -moz-box-shadow: rgba(217, 217, 217, 0.59) 3px 3px 11px 0px !important;
    -webkit-box-shadow: rgba(217, 217, 217, 0.59) 3px 3px 11px 0px !important;
    background-position:50% 50%;
}

/*.offer:hover {*/
/*    box-shadow: 0 0 38px -6px rgba(0,0,0,.51);*/
/*    -webkit-box-shadow: 0 0 38px -6px rgba(0,0,0,.51);*/
/*    -moz-box-shadow: 0 0 38px -6px rgba(0,0,0,.51)*/
/*}*/

.offer::before {
    background-color: rgba(8, 8, 8, 1) !important;
    opacity: 0.75 !important;
}

.offer::before {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    content: ' ' !important;
    border-radius: inherit;
}

hr {
    border: none !important;
    height: 3px !important;
    background: linear-gradient(89deg, transparent, currentColor, transparent) !important;
    display: block;
    margin: 10px 0;
    color: rgba(250, 1, 0, 1) !important;
    position: relative;
}

.offer-date {
    margin-top: 25px;
    color:white;
    font-size: 16px !important;
} 
.btn.print {
    background-color: rgba(246, 191, 22, 1);
    border-color: rgba(0, 0, 0, 0);
    border-radius: 1px;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-width: 1px 1px 1px 1px;
    text-align: center;
    height: 60px !important;
    margin-top: 20px !important;
    font-size: 17px;
    /* margin-bottom: 20px !important; */
    font-weight: bold;
}

.btn.print:hover {
    background: rgba(0, 0, 0, 0);
    border-color: rgba(246, 191, 22, 1);
    color: rgba(246, 191, 22, 1);
}