body {
    font-family: 'Lato', sans-serif;
    color: #212121;
}
header {
    width: 100%;
    height: 80px;
    box-shadow: 8px 8px 24px rgba(126, 156, 175, 0.09);
}
* {
    font-family: 'Lato', sans-serif !important;
}
header img {
    height: 56px;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 64px;
}
.container-fluid.Product-Container {
    margin: auto;
    width: 1440px;
    max-width: 100%;
    margin-top: 80px;
    padding-top: 48px;
    padding-left: 70px;
    padding-right: 70px;
    font-family: 'Lato', sans-serif;
}
.landing-page .container-fluid {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.img-section img {

    width: 100%;
    border: 1px solid #e6e6e6;
    margin-bottom: 16px;
}
.img-section .col-md-6 {
    margin-top: 36px;
    width:50%
}
.input-number::-webkit-inner-spin-button {
    opacity: 1;
  }
.input-number {
    width: 109px;
    height: 64px;
    font-size: 20px;
    padding-left: 25px;
    border: 1px solid #D5D5D5;
    border-radius: 4px;
    margin-right: 30px;
}
.product-page h1 {
    font-size: 54px;
    font-weight: 900;
    color: #54A7DC;
    text-transform: uppercase;
    line-height: 65px;
    letter-spacing: 0.02em;
    margin-top: 60px;
    margin-bottom: 18px;
}
.product-price span {
    font-size: 38px;
    font-weight: 500;
    line-height: 50px;
    text-transform: uppercase;
    color: #212121;
}
#discountValue {
    color: #B84A4F;
    font-size: 22px;
    margin-left: 15px;
    text-decoration: line-through;
}
.product-price .cart-btn, .product-price button, .product-price button:focus, .product-price button:hover, .product-price button:active {
    height: 64px;
    width: 240px;
    background-color: #B84A4F;
    border-radius: 32px;
    font-size: 22px;
    font-weight: bold;
    line-height: 33px;
    text-align: center;
    border: none;
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    background-image: none;
}
#button-price-label {
    font-weight: bold;
    line-height: 33px;
    text-align: center;
    border: none;
    color: #ffffff;
}
    .product-price button, .product-price button:focus, .product-price button:hover, .product-price button:active, .promo-box button {
        height: 64px;
        width: 240px;
        background-color: #B84A4F;
        border-radius: 32px;
        font-size: 22px;
        font-weight: bold;
        line-height: 33px;
        text-align: center;
        border: none;
        color: #ffffff;
        margin-top: 15px;
        margin-bottom: 15px;
        cursor: pointer;
        background-image: none !important;
    }
        .product-price button#card-button {
            margin-top: 5px;
            margin-bottom: 0;
        }
#card-button
{
    position:relative;
}
#CouponLoading, #PaymentLoading {
    position: absolute;
    left: -8px;
    top: -7.5px;
    color: white;
}
#PaymentLoading {
    position: absolute;
    left: 6px;
    top: 2.5px;
    color: white;
}
#ApplyCoupon {
    position: relative;

}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings' !important;
}
    .promo-box button, .promo-box button:hover, .promo-box button:active, .promo-box button:visited {
            width: auto !important;
            height: auto !important;
            font-size: 16px !important;
            padding: 5px 40px !important;
            margin-left: 15px !important;
            margin-top:5px !important;
            margin-bottom:0 !important;
        }
.promo-box input
{
    /*background:transparent;*/
    border-radius:5px;
    min-height:40px;
    box-shadow:none;
    border:1px solid black;
    padding:5px;
    font-size:14px;

}
.product-page .modal-backdrop {
    background-color: rgba(255,255,255,0.1);
}

.product-page .modal-content {
    background-color: rgba(255,255,255,0.98);
    margin-top: 200px;
    border: 2px solid #D5D5D5;
}
    .product-page .modal-content .modal-header h1 {
        font-size: 28px;
        margin-top: 0;
        text-align: center;
        line-height: 32px;
        margin-bottom: 0;
    }
.product-page .modal-header .close {
    right: 13px;
    position: absolute;
    top: 10px;
}
#js-apply-promo {
    color: rgb(84, 167, 220);
    position: relative;
    top: -34px;
}
.promo-box {
    display: none;
}
#promoCode.Error {
    border-color: #B84A4F;
    border-width: 2px;
}
#promoCode.Success {
    border-color: #54A7DC;
    border-width: 2px;
}
.product-price button span, .product-price button:focus span, .product-price button:hover span, .product-price button:active span {
    background: transparent !important;
    box-shadow: none !important;
    background-image: none !important;
    font-size: 22px;
}
    footer {
        padding-left: 70px;
        padding-right: 70px;
    }
footer .right-section
{
    text-align:right;
   
}
.product-price .cart-btn:hover {
    background-color: rgba(184, 74, 79,0.7);
}
    .product-desc h4 {
    font-size: 30px;
    line-height: 40px;
    text-transform: capitalize;
}
.product-desc ul {
    list-style-image: url('../images/Ellipse-icon.svg');
    padding-inline-start: 20px;
}
.product-desc ul li {
    font-size: 18px;
    line-height: 30px;
    padding-left: 8px;
    width: 65%;
    padding-top: 5px;
    padding-bottom: 5px;
}
.description-section h3 {
    margin-top: 45px;
    font-size: 30px;
    line-height: 40px;
    color: #54A7DC;
    text-transform: capitalize;
    margin-bottom: 17px;
    margin-left: 33px;
}
.description-section p {
    font-size: 18px;
    line-height: 30px;
}
.description-section-inner {
    margin-left: 20px;
    margin-right: 20px;
}
footer {
    border-top: 1px solid #909294;
    height: auto;
    color: #909294;
    font-size: 14px;
    line-height: 24px;
    margin-top: 50px;
    padding-top: 24px;
  
    padding-bottom: 24px;
}
.landing-page footer {
    margin-top: 0;
}
footer span a {
    font-size: 14px;
    line-height: 24px;
    color: #909294;
    margin-right: 22px;
}
footer .left-section span:first-child {
    margin-left: 55px;
}
.product-page h1.mobile-only-heading {
    display: none;
}

.more-info-paragraph
{
    font-weight:600;
}
    .more-info-paragraph a, .more-info-paragraph a:hover{
        color: rgb(84, 167, 220);
        text-decoration: none;
    }
.popup-description
{
    margin-top:16px;
    margin-bottom:0 !important;
    text-align:center !important;
}
/* Mobile Styles */
@media screen and (max-width: 1280px) {
    h1 {
        font-size: 48px;
        margin-top: 32px;
    }
    .product-price span.product-price span {
        font-size: 34px;
    }
    .product-desc ul li {
        width: 75%;
    }
}
@media screen and (max-width: 1024px) {
    h1 {
        font-size: 34px;
        margin-top: 22px;
    }
    .product-price span {
        font-size: 32px;
    }
    .product-desc ul li {
        width: 100%;
    }
    .product-desc h4 {
        font-size: 26px;
    }
    .product-price .cart-btn {
        height: 54px;
        width: 200px;
        font-size: 22px;
    }
}
@media screen and (max-width: 991px) {
    .product-page h1.mobile-only-heading {
        display: block;
        margin-top: 0;
        font-size: 35px;
        line-height: 40px;
    }
   
    h1 {
    }
    .product-price {
        margin-top:15px;
    }
    .container-fluid.Product-Container {
        padding-left:15px;
        padding-right:15px;
        padding-top:15px;
    }
}
@media screen and (max-width: 768px) {
    #js-apply-promo {
        color: rgb(84, 167, 220);
         top: -32px; 
        float: right;
    }
    .product-price button {
       
        margin-top:0px;
    }
    .product-price span {
        font-size: 32px;
        float:right;
    }
  
        .product-price span#button-price-label
        {
            float:none;
        }
        .product-price .cart-btn {
            width: 100%;
        }
    .product-page h1 {
        display: none;
    }

        .product-page h1.mobile-only-heading {
            display: block;
            margin-top: 0;
            font-size: 25px;
            line-height: 32px;
        }
    header img {
        height: 50px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    footer div {
        text-align: center;
    }
    footer .left-section {
        margin-bottom: 10px;
    }
    footer .right-section {
        margin-bottom: 10px;
    }
    footer .left-section span:first-child {
        margin-left: 0px;
    }
}
@media screen and (max-width: 540px) {
    .product-price button {
       width:100%;
    }
    #js-apply-promo {
        color: rgb(84, 167, 220);
        top: -5px;
        float: right;
        margin-bottom:10px;
    }
    .product-desc
    {
        margin-top:10px;
    }
    header img {
        margin-left: 30px;
    }
    .container-fluid {
        margin-left: 10px;
        margin-right: 10px;
    }
    h1 {
        font-size: 30px;
    }
    .description-section h3 {
        font-size: 26px;
    }
}