.header-wrapper {
    padding: 1.5rem 0;
    border-bottom: 1px solid #DDDDDD;
}
#offer .card {
    border: none;
}
#offer .card.offer_stepper {
    border-bottom: 1px solid #DDDDDD;
}
#offer .card-body {
    padding: 0;
}
.offer-title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: normal;
    color: var(--font-color);
    text-align: center;
}
.offer .line {
    display: none;
}
.offer-img-wrapper {
    width: 100%;
    aspect-ratio: 5 / 4;
    background: var(--color);
    border-radius: var(--radius-bigger);
    display: flex;
    justify-content: center;
    align-items: center;
}
.offer-img-wrapper .offer-img-title {
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}
.offer-description {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: normal;
    text-align: center;
    color: var(--font-color);
    margin-bottom: 0;
}
.offer .nav-pills .nav-link {
    border-radius: 6px;
    border: solid 1px #ecf0f1;
    padding: 0;
}
.offer .nav-pills .nav-link.active,
.offer .nav-pills .show > .nav-link {
    background: 0 0;
    border: none;
}
.offer .nav-pills .nav-link .img-nav {
    opacity: 0.6;
}
.offer .nav-pills .nav-link.active .img-nav {
    opacity: 1;
}
.offer #products-nav .nav-item {
    margin-right: 0.9rem;
}
.offer .prod-img {
    width: 100%;
    max-width: 500px;
    aspect-ratio: 5 / 4;
    object-fit: cover;
    border-radius: var(--radius-big);
}
.offer #products-tabContent {
    position: relative;
}
#offerProductModal #products-tabContent .tab-pane,
.offer #products-tabContent .tab-pane {
    background-color: #fff !important;
    padding-right: 1rem;
}
.offer #products-tabContent .tab-pane {
    text-align: center;
}
.offer .img-nav {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}
.offer .product-title {
    width: calc(100% - 40px);
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #242424;
}
.offer .favorites-btn {
    background: 0 0;
}
.offer .favorites-icon {
    width: 20px;
    height: 20px;
}
.offer .favorites-icon path {
    fill: none;
    stroke: var(--color);
    stroke-width: 2;
}
.offer .favorites-icon.addedToFavorites path {
    fill: var(--color);
}
.offer .product-code {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8e8e8e;
    margin-bottom: 0.65rem;
}
#offer input.productQuantity.form-control:disabled {
    width: 50px;
    height: auto !important;
    text-align: center;
    border: none;
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: var(--font-color);
    background-color: transparent;
    padding: 0;
}
#offer .change-quantity {
    background: 0 0;
    border: none;
    padding: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
}
#offer .change-quantity:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color);
    opacity: 0.3;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
}
.minus-icon,
.plus-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
#offer .change-quantity svg path {
    fill:var(--color);
}
.offer .product-offer {
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #db000b;
}
.offer .loyalty-pts-icon {
    width: 14.3px;
    height: 14.3px;
    object-fit: contain;
    transform: rotate(45deg);
}
.offer .product-subheading {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.06;
    letter-spacing: normal;
    color: #272c32;
}
.offer .beforeOfferPrice {
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: right;
    color: #7c7b7c;
    text-decoration: line-through;
}
.offer .afterOfferPrice {
    font-size: 27px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: right;
    color: #272c32;
    padding-left: 0.5rem;
}
.offer .loyalty-pts {
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: right;
    color: #272c32;
    padding-left: 0.5rem;
}
.offer .select-group {
    margin-top: 1.5rem;
}
.offer .select-group label {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.06;
    letter-spacing: normal;
    color: #272c32;
    padding-bottom: 0.5rem;
}
.offer .select-group label:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 25px;
    top: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}
.offer select.form-control {
    height: 40px;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.11);
    background-color: #fff;
    border: none;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3e3d3f;
}
.offer .divider {
    width: 100%;
    height: 2px;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    visibility: hidden;
}
.offer .line {
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}
.offer .form-check-input {
    width: 20px;
    height: 20px !important;
    margin-left: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.offer .form-check-label {
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #272c32;
    margin-left: 0.5rem;
    cursor: pointer;
}
.offer .form-check-inline {
    width: 30%;
}
.offer .form-check.checkbox-group .form-check-label:before {
    width: 20px;
    height: 20px;
    top: 3px;
    left: 0;
}
.offer .form-check.radio-check .form-check-label:before {
    width: 20px;
    height: 20px;
    left: 0;
    top: 4px;
    background-color: #d3d3d3;
}
.offer input[type="checkbox"] + .form-check-label:before {
    background: #d3d3d3;
}
.offer input[type="checkbox"]:checked + .form-check-label:after {
    width: 20px;
    height: 20px;
    top: 3px;
    left: 0;
    background-size: auto;
    cursor: pointer;
}
.offer input[type="radio"]:checked + .form-check-label:after {
    width: 10px;
    height: 10px;
    top: 9px;
    left: 5px;
    background: #dc0031;
    border-radius: 100%;
}
.offer .addToCartBtn {
    width: 250px;
    height: 45px;
    border-radius: var(--radius-big);
    border: none;
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color);
}
.offer .addToCartBtn.disabled {
    pointer-events: none;
}
.offer .cart-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 0.5rem;
    margin-top: -4px;
}
.offer input {
    width: 173px;
    height: 50px;
    border-radius: 4px;
    background-color: #ecf0f1;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #272c32;
    text-align: center;
}
.offer .card,
.offer .card-header {
    background: 0 0;
    border: none;
}
.offer .card-header {
    padding-top: 0;
}
.offer {
    padding-bottom: 2.5rem;
}
.offer #offerAccordion .card-header {
    padding: 0;
    margin-top: 0.5rem;
}
.offer #offerAccordion {
    margin-top: -1rem;
}
.offer #offerAccordion .card-body {
    padding: 0.5rem 0 0 0;
}
.offer .selected-product {
    box-shadow: 0 0 10px #E5E5E5;
    border-radius: var(--radius-big);
    background: #fff;
    margin-bottom: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.offer .selected-product .row {
    margin-left: 0;
    margin-right: 0;
}
.offer .selected-product .selected-product-img {
    width: 100%;
    aspect-ratio: 5 / 4;
    object-fit: cover;
    border-radius: 22px;
}
.offer .selected-product .change-product {
    width: 100%;
    height: 40px;
    border-radius: var(--radius-big);
    background-color: #8F8F8F;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.offer .selected-product .change-product svg,
.offer .selected-product .edit-product svg {
    width: 15px;
    height: 15px;
    object-fit: contain;
}
.offer .selected-product .commaSeparated {
    color: #8DC63F;
}
.offer .selected-product .commaSeparated:before {
    content: '+';
}
.offer .selected-product .commaSeparated.mainColor {
    color: #F62407 !important;
}
.offer .selected-product .commaSeparated.mainColor:before {
    content: '-';
}
.offer .banner-section {
    position: absolute;
    top: 50px;
    left: 3px;
}
.offer .offer-banner {
    position: absolute;
    right: -20px;
    bottom: 7px;
}
.offer .banner-section .offer-text {
    width: auto;
    font-size: 15.6px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.07;
    letter-spacing: normal;
    color: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #db000b;
}
.offer .selected-product .edit-product {
    width: 100%;
    height: 40px;
    border-radius: var(--radius-big);
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
/*.offer .selected-product .col-auto {*/
/*margin-left: 7px;*/
/*margin-right: 7px;*/
/*}*/
.offer .selected-product .col-auto.img-col {
    flex: 0 0 20%;
    max-width: 20%;
}

.offer .selected-product .description-col {
    flex: 0 0 40%;
    max-width: 40%;
}
.offer .selected-product .price-col {
    flex: 0 0 15%;
    max-width: 15%;
    font-size: 17px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.06;
    letter-spacing: normal;
    text-align: center;
    color: #3e3d3f;
}
.offer .selected-product .button-col {
    flex: 0 0 25%;
    max-width: 25%;
}
.offer .selected-product .offer-product-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: normal;
    color: var(--font-color);
    margin-bottom: 0.5rem;
}
.offer .selected-product .extra-materials {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: normal;
    color: #525252;
    margin-bottom: 0.5rem;
}
.offer .selected-product .price {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color:var(--font-color);
}
.offer .offer-slider .card {
    width: 100%;
    box-shadow: 0 0 10px #E5E5E5;
    border-radius: var(--radius-big);
    background: #fff;
    border: none;
    margin-left: auto;
    margin-right: auto;
}
.offer .offer-slider .slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
}
.offer .offer-slider .card-header {
    background: 0 0;
    border: none;
    padding: 0;
}
.offer .offer-slider .card-img-overlay {
    padding: 0;
}
.offer .offer-slider .favorites-btn {
    position: absolute;
    top: 20px;
    right: 12px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
}
.offer .offer-slider .favorites-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--color);
    opacity: 0.2;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.offer .offer-slider .card-img-top {
    width: calc(100% - 1.25rem);
    aspect-ratio: 5 / 4;
    object-fit: cover;
    margin: 0.75rem auto;
    border-radius: 20px;
}
.offer #offerAccordion .offer-slider .card-body {
    padding: 0 0.75rem;
    display: flex;
    justify-content: center;
}
.offer .offer-slider .card-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--font-color);
    margin-bottom: 0;
}
.offer .offer-slider .card-text p {
    margin-bottom: 0;
}
.offer .offer-slider .line {
    height: 1px;
    background: #d3d3d3;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.offer .offer-slider .product_section {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.offer .offer-slider .card-footer {
    background: none;
    border:none;
    padding: 0.75rem;
}
.offer .offer-slider .card-title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: normal;
    color: var(--font-color);
    margin-bottom: 0.5rem;
}
.offer .offer-slider .card-title.price-beforeOffer {
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #7c7b7c !important;
    text-decoration: line-through;
    padding-right: 0.5rem;
}
.offer .offer-slider .card-footer .cart-data {
    width: 100%;
    height: 40px;
    border-radius: var(--radius-big);
    margin-left: auto;
    margin-right: auto;
}
.offer .offer-slider .card-footer .add {
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.offer .btn-link {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #272c32;
}
.offer #offerAccordion .btn-link {
    width: 100%;
    height: 45px;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: normal;
    text-align: left;
    color: var(--font-color);
    padding: 0;
    display: flex;
    align-items: center;
}
.offer #offerAccordion .btn-link + .accordion-dropdown {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 22px;
    height: 22px;
    object-fit: contain;
    pointer-events: none;
    transition: all 0.3s;
}
.offer #offerAccordion .btn-link[aria-expanded="false"] + .accordion-dropdown {
    transform: rotate(-180deg);
}
.offer #offerAccordion .btn-link::before {
    display: none;
}
.offer .offer-slider .slick-arrow {
    display: block;
    top: 42%;
    width: 59.2px;
    height: 59.2px;
    border-radius: 29.6px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.11);
    background-color: #fff;
    padding: 15px;
    z-index: 3;
    position: absolute;
    cursor: pointer;
}
.offer .offer-slider .slick-arrow.prev-arrow {
    left: -20px;
}
.offer .offer-slider .slick-arrow.next-arrow {
    right: -20px;
}
.offer .offer-slider .slick-arrow::before {
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.offer .btn-link:focus,
.offer .btn-link:hover,
.offer .btn-link:visited {
    text-decoration: none;
}
.offer .change-quantity {
    background: 0 0;
}
.offer .change-quantity.disabled {
    pointer-events: none;
}
.offer .offerError.formMessage {
    margin-top: 0 !important;
}
.offer #productData .card-body {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.77;
    letter-spacing: normal;
    color: #242424;
    padding-top: 0.5rem;
    padding-bottom: 0;
    padding-left: 0.25rem;
}
.offer .btn-link:before {
    content: "";
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 2px;
    background-color: #ecf0f1;
}
.offer #productDesc,
.offer .btn.btn-link[data-collapse="false"] {
    padding-left: 0;
}
.offer #productDesc,
.offer .btn.btn-link[data-collapse="false"] {
    padding-left: 0;
    padding-bottom: 0;
}
.offer .btn.btn-link[data-collapse="false"]:before {
    background: 0 0;
}
.offer .btn.btn-link[data-collapse="false"]:hover {
    cursor: default;
}
.offer .quantity-title-price {
    font-size: 12px;
}
.offer .table td {
    padding: 0.45rem 0.75rem;
}
.offer .table td:first-child {
    font-weight: 700;
}
.offer textarea {
    border: none;
    resize: none;
    background-color: #ecf0f1;
    height: 120px;
    color: #272c32;
    font-size: 13px;
}
.offer textarea::placeholder {
    color: #272c32;
}
.offer textarea:focus {
    background-color: #ecf0f1;
}
.offer .price-div {
    display: flex;
    align-items: center;
}
.offer .price-div .price {
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: right;
    margin-bottom: 0;
}
.offer .loyalty-icon {
    width: 29px;
    height: 29px;
    object-fit: contain;
}
.offer .loyalty-pts {
    font-size: 25px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #f6af2b;
    margin-bottom: 0;
}
.offer .loyalty-message {
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-top: 0.75rem;
}
#offerProductModal .modal-dialog {
    max-width: 1420px !important;
}
#offerProductModal .modal-dialog .modal-header {
    padding-bottom: 0;
}
#offerProductModal .modal-dialog .modal-body {
    padding-top: 0;
    padding-bottom: 3rem;
    margin-top: -0.5rem;
}
#offerProductModal #productDesc,
#offerProductModal .btn.btn-link[data-collapse="false"] {
    padding-left: 0;
    padding-bottom: 0;
}
#offerProductModal .form-container {
    width: 1250px;
    margin: auto;
}
#offerProductModal .img-nav {
    object-fit: contain;
    padding: 0.2rem;
    border-radius: 5px;
    background-color: #fff;
}
.back_to_menu {
    width: max-content;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--radius-big);
    background: #ECECEC;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: normal;
    padding: 0 1rem;
    color: #525252;
}
.back_to_menu .arrow-right {
    transform: rotate(-180deg);
    width: 14px;
    height: 14px;
    object-fit: contain;
}
.back_to_menu .arrow-right path {
    fill: #525252;
}

/*NEW OFFER TEMPLATE*/
.offer .offer-stepper-wrapper .form-group {
    background: #FFFFFF;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
    border-radius: var(--radius-small);
    padding: 1.25rem;
}

.offer .offer-stepper-wrapper .offer-stepper-label {
    font-weight: 700;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    color: #343434;
}

.offer .offer-stepper-wrapper select.form-control {
    height: 48px;
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-15);
    color: #343434;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    box-shadow: none;
}

.offer .offer-stepper-wrapper .edit_offer_btn {
    background: none;
    border: none;
    outline: none;
    padding: 0;
    margin: 0 0 0 15px;
}

.offer .offer-stepper-wrapper .select-wrapper {
    display: flex;
    align-items: center;
}

.offer .offer-stepper-wrapper .select-wrapper .position-relative {
    width: 100%;
}

.offer .offer-stepper-wrapper .edit_offer_btn svg rect {
    fill: var(--color);
}

.offer .offer-stepper-wrapper span:has(svg.arrow-down) {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 14px;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.offer .offer-stepper-wrapper svg.arrow-down {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.offer .offer-stepper-wrapper svg.arrow-down path {
    fill: #666666;
}

.offer .offer-stepper-wrapper .materials-wrapper .material-item {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #525252;
}

.offer .offer-stepper-wrapper .materials-wrapper {
    margin-top: 0.5rem;
}

.offer .offer-stepper-wrapper .materials-wrapper .material-item:after {
    content: ', ';
}

.offer .offer-stepper-wrapper .materials-wrapper .material-item:last-child:after {
    content: '';
}

.offer .offer-stepper-wrapper .materials-wrapper .material-item.added-material {
    color: #8DC63F;
}

.offer .offer-stepper-wrapper .materials-wrapper .material-item.added-material:before {
    content: '+ ';
}

.offer .offer-stepper-wrapper .materials-wrapper .material-item.removed-material {
    color: #F62407;
}

.offer .offer-stepper-wrapper .materials-wrapper .material-item.removed-material:before {
    content: '- '
}

@media (max-width: 1439px) {

    .offer .addToCartBtn {
        width: 207.2px;
    }
    .products-slider .card {
        width: 280px !important;
        height: 390px;
    }
    .products-slider .card-footer .cart-data {
        height: 37px;
    }
    .products-slider .card-text {
        width: 240px;
        height: 36px;
        -webkit-line-clamp: 2;
    }
    .products-slider .line {
        margin-top: 1rem;
    }
    #offerProductModal .modal-dialog {
        max-width: 1180px !important;
    }
    #offerProductModal .form-container {
        width: 1000px;
    }
}
@media (max-width: 1199px) {
    #offer .card-body {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .offer input {
        width: 90px;
    }
    .offer .addToCartBtn {
        width: 246px;
    }
    .products-slider .card {
        width: 222px !important;
        height: 390px;
    }
    .products-slider .line {
        margin-top: unset;
    }
    .products-slider .card-text {
        width: 197.6px;
        height: 54px;
        -webkit-line-clamp: 3;
    }
    .offer .offer-slider .product_section {
        flex: 0 0 50%;
        max-width: 50%;
    }
    #offerProductModal .modal-dialog {
        max-width: 950px !important;
    }
    #offerProductModal .form-container {
        width: 850px;
    }

    .offer .selected-product .description-col {
        width: calc(100% - 390px);
        padding-left: 0;
        padding-right: 0;
    }
    .offer .selected-product .price-col {
        width: 80px;
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 969px) {
    #offerProductModal #products-tabContent .tab-pane,
    .offer #products-tabContent .tab-pane {
        padding-right: 0;
    }
    .offer .form-check-inline {
        width: 45%;
    }
    .offer .select-group {
        margin-top: 0.5rem;
    }
    .offer input {
        width: 196px;
    }
    .offer .offer-slider .slick-slide {
        width: 277px !important;
    }
    .offer #products-nav {
        display: none;
    }
    #offerProductModal .modal-dialog {
        max-width: 730px !important;
    }
    #offerProductModal .form-container {
        width: 100%;
    }
    #offerProductModal .container {
        width: 100% !important;
    }
    #offerProductModal .right-col .product-code,
    #offerProductModal .right-col .product-title {
        visibility: hidden;
    }
    .offer #offerAccordion {
        margin-top: 1rem;
    }
}
@media (max-width: 749px) {
    .offer input {
        width: 93px;
    }
    .offer .offer-slider .slick-slide {
        width: 265px !important;
    }
    .offer .selected-product .col-auto {
        margin-left: 0;
        margin-right: 0;
    }
    .offer .selected-product .button-col,
    .offer .selected-product .description-col {
        width: 100%;
        padding-left: 7px;
        padding-right: 7px;
    }
    .offer .selected-product .offer-product-title {
        margin-top: 1rem;
    }
    .offer .addToCartBtn {
        width: 260px;
    }
    .back_to_menu {
        width: 100%;
    }
    #offerProductModal .modal-dialog {
        max-width: 90% !important;
    }
    #offerProductModal .right-col .product-code,
    #offerProductModal .right-col .product-title {
        display: none;
    }
    #offerProductModal #products-nav {
        display: none;
    }
    .offer_footer_template .quantity_section {
        justify-content: center;
    }
}
@media (max-width: 575px) {
    .offer .offer-slider .slick-slide {
        width: 250px !important;
    }
    #offerProductModal .prod-img {
        height: auto !important;
    }
}
@media (max-width: 480px) {
    .offer .addToCart-col .col-auto:nth-child(1) {
        flex-basis: 40%;
        max-width: 40%;
    }
    .offer .addToCart-col .col-auto:nth-child(2) {
        flex-basis: 60%;
        max-width: 60%;
    }
    .offer input {
        width: 100%;
        margin-left: 0;
    }
    .offer .addToCart-col .col-auto:last-child {
        flex-basis: 100%;
        max-width: 100%;
    }
    .back_btn_section,
    .offer .addToCartBtn {
        width: 100%;
        margin-top: 0rem!important;
    }
    .offer .offer-slider .product_section {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .offer .product-title {
        font-size: 19px;
    }
    .offer .product-offer {
        font-size: 12px;
    }
    .offer .product-subheading {
        font-size: 14px;
    }
    .offer .afterOfferPrice {
        font-size: 22px;
    }
    .offer .beforeOfferPrice {
        font-size: 18px;
    }
    .offer .offer-slider .slick-slide {
        width: 220px !important;
    }
    .offer .selected-product .title-col {
        width: 60%;
    }
    .offer .selected-product .price-col {
        width: 34%;
    }
    .offer_footer_template .quantity_section {
       margin-bottom: 1.5rem !important;
    }
}
