.offers {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap:1rem;
}

.offers .offer {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    text-align: center;
}

.offers .offer h3 {
    font-size: 2rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    background: #000;
    text-align: center;
}

.offers .offer img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 0px;
}
.offers .offer .prices {
    display: flex;
    font-size: 2.2rem;
    font-weight: 500;
    color: #000000;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

#offerList h2 {

    background: #000;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
}
.offers .offer .prices .price {
    background: #000;
    padding: 0.5rem 1rem;
    border-radius: 5px;
}

.offers .offer .prices .old-price {
    color: #000000;
    font-weight: 300;
}

.offers .offer .prices .discount {
    background: #c22c33;
    padding: 1rem 2rem;
    border-radius: 20px 0 20px 0;
    color: #fff;
    position: absolute;
    width: 30%;
    top: 0;
    left: 0;
    font-size: 12px;
    font-size: +2.2rem;
    line-height: 23px;
}

.offers .offer .prices .discounted-price {
    padding: 0.5rem 1rem;
    border-radius: 5px;
}

.offers .offer .size-selector {
    display: flex;
    justify-content: center;
    gap: 1rem;
    font-size: .8em;
    margin-top: 1rem;
}

.offers .offer .size-selector button.size {
    border: 1px solid #000000;
    background-color: #000;
    border-radius: 50%;
    color: #e1e1e1;
    cursor: pointer;
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
}

.offers .offer .size-selector button.size.active {
    color: #000000;
    background: white;
    font-weight: 800;
    border: 1px solid #fff;
}

.offers .offer .variants {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.offers .offer .variants img.variant {
    border: 1px solid #626262;
    background: transparent;
    border-radius: 50%;
    color: #000;
    cursor: pointer;
    width: 35px;
    height: 35px;
}

.offers .offer .variants img.variant.active {
    border: 1px solid #000;
    color: #fff;
    background: white;
}

.offers .offer .reset {
    margin-top: 1rem;
    background-color: #c22c33;
    color: #fff;
    border: none;
    padding: 1rem;
    border-radius: 10px 0 0 10px;
}

.offers .offer .reset:hover {
    background-color: #555;
}
.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid;
  border-color: #c22c33;
  
  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}

.offer .add-to-cart {
    margin-top: 1rem;
    background-color: #000;
    color: #fff;
    border: none;
    width: 80%;
    padding: 0.43rem 1rem;
    border-radius: 0 10px 10px 0;
}

.offer .add-to-cart i {
    margin-right: 0.5rem;
}

.offer .add-to-cart:hover {
    background-color: #333;
    color: #fff;
}

.offers .offer .error {
    color: #ffffff;
    font-size: 1.2rem;
    background: #c22c33;
    font-weight: 500;
    border-radius: 20px;
}

.offers .offer .show-back {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
    border: 0;
    color: #fff;
    outline: none;
    text-transform: uppercase;
    padding: 1.5rem 2rem;
    border-radius: 0 20px 0 20px;
    cursor: pointer;
}

.offers .offer {
    font-family: 'Montserrat';
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    border: none;
    background: rgb(0 0 0 / 15%);
    border-radius: 30px;
    width: 100%;
    text-align: center;
}

.offer-cart h3 {
    color: #fff;
    font-size: 22px;
    font-weight: bold !important;
    background: #000000;
    text-transform: uppercase !important;
    margin: 0px !important;
    padding: 5px 10px;
    text-align: left;
    letter-spacing: 0px;
}


.offer-cart {
    padding: 1rem;
}

.cart-items button {
    background-color: #c22c33;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0 0 0 5px;
    cursor: pointer;
}

.cart-items button.remove-from-cart {
    background: #c22c33;
    outline: none;
    border: 1px solid #c22c33;
    text-transform: uppercase;
    font-weight: 500;
}

.cart-items button.remove-from-cart:hover {
    background: #000;
    border: 1px solid #fff;
}

.clear-cart {
    background: #740005;
    outline: none;
    border: 1px solid #740005;
    text-transform: uppercase;
    font-weight: 500;
}

.clear-cart:hover {
    background: #000;
    border: 1px solid #fff;
}

.cart-items .table {
    font-family: 'Montserrat';
}

.cart-items .table thead {
    text-transform: uppercase;
    background: #333;
    color: #ffffff;
    font-size: +1.2em;
}

.cart-items tr:nth-child(even) {
    background: rgb(197 197 197 / 40%);
}

.cart-items td:nth-child(even) {
    background: rgb(155 155 155 / 30%);
}

.cart-items th:nth-child(2) {text-align:center;}
.cart-items th:nth-child(3) {text-align:center;}
.cart-items th:nth-child(4) {text-align:center;}
.cart-items th:nth-child(5) {text-align:center;}

.cart-items td:nth-child(2) {text-align:center;}
.cart-items td:nth-child(3) {text-align:center;}
.cart-items td:nth-child(4) {text-align:center;}
.cart-items td:nth-child(5) {text-align:center;}

.cart-items tfoot tr td:nth-child(1) {text-align: right; padding-right: 40px;}

.cart-items .table tfoot {
    background: #000;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.offer .reset {
    margin-top: 1rem;
    background-color: #c22c33;
    color: #fff;
    border: none;
    text-transform: uppercase;
    width: 13%;
    padding: 0.5rem 1rem;
    border-radius: 10px 0 0 10px;
}

.offers .offer-foot {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.cart-items #cart_total_discount td {
    font-weight: bold;
    color: #ffffff;
    background: #c22c33;
}

.cart-summary {
    font-size: 2rem;
}

.old-total {
    text-decoration: line-through;
    font-weight: normal;
    color: #efefef;
    font-size: 1.5rem;
}

.offer-text {
    display: inline-block;
    margin: 2rem 0 2rem 0;
    font-size: 2rem;
    font-weight: 500;
    width: 100%;
    color: #fff;
    background-color: #c22c33;
    text-align: center;
    padding: 0.5rem 1rem;
}

.offer-text span {
    font-weight: 800;
}

#offersList h2 {
    margin: 0;
    text-transform: uppercase;
    background: transparent;
    color: #000;
    padding: 10px;
    font-size: +2em;
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
}
#offersList p {
    line-height: 1.2;
    margin: 0;
    color: #333;
}
.OfferUpSide {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
#img_offer_image_now {
    width: auto;
    height: 300px;
    cursor: pointer;
}

.OfferUpLeft {

}
.OfferUpRight {

}
.OfferUpRight p{
    color: #333;
    font-size: +2em;
    line-height: +1.8em;
    text-align: center;
}

.bf_color_one {
    background: #c22c33;
    color: #fff;
    padding: 10px 20px;
    margin: 0;
}

.bf_color_two {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    margin: 0;
}

.ple {
    font-size: +8em;
    margin: 0;
    padding: 0;
    line-height: 0.5;
}

.offer-cart ::marker{
    content: '\00BB';
    color: #c22c33;
    font-size: +1.3em;
    letter-spacing: 10px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
    border: 0;
}
