body {
    background-color: white;
}
.product-container {
    width: 62rem;
    margin-left: auto;
    margin-right: auto;
}
.left-content {
    width: 66%;
}
.right-content {
    width: 33%;
}
.left-content img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #dee5eb;
}
.header-width {
    width: 62rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
}
.product-content {
    display: flex;
}
.model-content {
    max-width: 676px;
}
.offer-container {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 4px;
    padding: 20px 20px 20px 0px;
    background: #fff;
}
.offer-container h3 {
    font-size: 24px;
    word-wrap: break-word;
    margin-bottom: 7px;
}
.actionbar {
    color: #3B96E0;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
}
.rupee-container {
    font-size: 22px;
    font-weight: 700;
}
.pay-now-btn {
    cursor: pointer;
    margin-top: 12px;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    box-shadow: none;
    padding: .65rem 1rem;
    display: inline-block;
    transition: background .1s ease-in;
    letter-spacing: 1px;
    line-height: 1.2em;
    background: #2fbe6d;
    color: #fff;
    border: 1px solid #2fbe6d;
    width: 100%;
}
.pay-now-btn:hover {
    background: #27ae62;
}
.offer__description {
    border-radius: 4px;
    padding: 20px 20px 20px 0px;
    background: #fff;
    margin-top: 14px !important;
}
.offer__description p {
    margin-bottom: 10px;
}
.offer-sidebar {
    border-radius: 4px;
    padding: 10px;
    background: #fff;
}
.view-store {
    width: 100%;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
    box-shadow: none;
    padding: .65rem 1rem;
    display: inline-block;
    transition: background .1s ease-in;
    letter-spacing: 1px;
    line-height: 1.2em;
    background: #fff;
    color: #3b96e0;
    border: 1px solid #3b96e0;
}
ul {
    list-style: disc;
    margin-left: 20px;
}
ol {
    list-style: auto;
    margin-left: 20px;
}
.emi-field-title {
    display: block;
    height: 50px;
}
.payNowBtn,
.pay-btn {
    background-color: #0DAC47;
}
@media (max-width: 640px) {
    .sm-hidden {
        display: none;
    }
    .emi-field-title {
        height: unset;
    }
}
@media only screen and (max-width: 640px) {
    .product-container {
        width: 100%;
    }
    .header-width {
        width: 100%;
    }
    .product-content {
        display: block;
    }
    .left-content {
        width: 100%;
    }
    .right-content {
        width: 100%;
        margin-top: 20px;
    }
    .offer-container {
        padding: 4px !important;
    }
    .offer__description {
        padding: 5px !important;
    }
    .offer-sidebar {
        border-radius: 0;
        padding: 2px;
    }
    .model-content {
        width: 18rem;
    }
}
.opacity-50 {
    opacity: 0.5;
} 
.cursor-not-allowed {
    cursor: not-allowed;
}