/* Start Main Code */

:root {
    --mainColor: #004657;
    --transition: ease-in-out .3s;
}
body {
    font-family: Cairo, Open Sans;
    background-color: #f7f7f7;
    padding-top: 61px;
}
.btn-custom:hover {
    box-shadow: 1px 1px 10px #0046578a;
    color: #fff;
    text-decoration: none;
}
.btn-custom {
    display: inline-block;
    font-size: 20px;
    background-color: var(--mainColor);
    padding: 10px 40px 10px 40px;
    text-decoration: none;
    border-radius: 50px;
    color: #fff;
    transition: var(--transition);
}
.form-control:focus {
    box-shadow: none;
    border-color: var(--mainColor);
}
.form-control {
    border: 0;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    box-shadow: none!important;

}
/* End Main Code */

/* Start Global Sections Options */

.section {
    padding-top: 60px;
    padding-bottom: 40px;
}

.section-title {
    margin-bottom: 30px;
}
.section-title h3 {
    font-weight: 700;
    color: var(--mainColor);
    text-align: center;
}
span.productName {
    font-weight: 700;
    color: var(--mainColor);
}
.changeSectionBackground {
    background-color: #fff;
}

/* End Global Sections Options */

/* Start Offer Top Bar */

.offerTopBar {
    background-color: #fff;
    padding: 18px;
    box-shadow: 1px 1px 10px #acacac80;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
}
.offerEndTime {
    display: inline-block;
    margin-left: 20px;
}
.offerEndTime i {
    margin-left: 10px;
    color: var(--mainColor);
    font-size: 19px;
}
.offerTopBar a {
    color: #fff;
    text-decoration: none;
    background-color: var(--mainColor);
    padding: 5px 20px 5px 20px;
    border-radius: 20px;
}

/* End Offer Top Bar */

/* Start Home Intro */

.homeIntro {
    background: url("../img/headerBg.png")no-repeat center;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 50px;
}
.homeIntroTitles h1 {
    color: var(--mainColor);
}
.homeIntroTitles h3, .homeIntroTitles h1 {
    font-weight: 700;
}
.homeIntro ul li i {
    color: var(--mainColor);
}
.homeIntro ul li i.fa-angle-double-down {
    display: none;
}
.homeIntro ul li {
    margin-bottom: 10px;
}
/* End Home Intro */

/* Start About Product Section */

.aboutProduct .aboutProductParagraph {
    line-height: 33px;
    font-size: 20px;
}

/* End About Product Section */

/* Start Product Ingredients */
.productIngredients h5 {
    margin-top: 13px;
    font-weight: 700;
    color: var(--mainColor);
}
.productIngredients p {
    font-size: 15px;
}
.productIngredients img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
/* End Product Ingredients */

/* Start Testimonials */
.testimonials .comment {
    border-radius: 11px;
    background-color: #fff;
    padding: 10px;
    width: 90%;
    position: relative;
    height: 218px;
    padding-top: 40px;
}
.testimonials .comment img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    top: -35px;
    position: absolute;
    right: 38%;
}
.owl-carousel .owl-stage-outer {
    padding-top: 74px;
}
.testimonials .comment .comment-meta {
    text-align: center;
    margin-bottom: 13px;
}
.testimonials .comment .comment-meta .comment-name {
    margin-left: 10px;
}
.testimonials .comment .comment-meta .comment-age {
    color: var(--mainColor);
    font-weight: 600;
}
.testimonials .comment .comment-content {
    font-size: 14px;
}
/* End Testimonials */

/* Start Contact Form */

.orderSection .newPrice, .orderSection .oldPrice {
    font-size: 30px;
    font-weight: 700;
    line-height: 60px;
}
.orderSection .oldPrice {
    margin-bottom: 30px;
}
.orderSection .oldPrice span {
    text-decoration: line-through;
}
button.btn-custom {
    border: 0;
    outline: none;
}
.priceOnMob {
    display: none;
}

/* End Contact Form */