.menu-area {
    border-top: 1px solid #e5e5e5;
}
@media only screen and (max-width: 991px) {
    .menu-area {
        padding-top: 20px;
    }
}

.main-header .logo-box {
    text-align: center;
}
.main-header .logo-box .logo img {
    max-width: 150px;
    margin: 0 auto;
}
.main-header .logo-box .logo .logo-profine {
    margin-right: 20px;
}
.main-header .logo-box .logo .logo-water {
    max-width: 70px;
}

.mobile-menu .close-btn {
    right: 15px;
}
.mobile-menu .nav-logo {
    padding-bottom: 30px;
}
.mobile-menu .nav-logo .logo-profine {
    max-width: 150px;
    margin-right: 20px;
}
.mobile-menu .nav-logo .logo-water {
    max-width: 70px;
}
.mobile-menu .contact-info {
    padding-top: 60px;
}

.main-footer .logo-widget .footer-logo img {
    max-width: 150px;
}
.main-footer .schedule-box img {
    max-width: 110px;
}

.main-footer .footer-top .text h2 {
    line-height: 40px;
}

.scroll-top {
    line-height: 55px;
}

.banner-style-two .banner-carousel .content-box h2 {
    padding-top: 0.15em;
    margin-top: -0.15em;
    line-height: 1.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.testimonial-block-one .inner-box {
    padding: 45px;
}

.rte {
    border: 0;
}
.rte h3 {
    margin-top: 2rem !important;
    margin-bottom: 1.25rem !important;
    font-size: 1.5rem;
    font-weight: 600;
    color: #00d1f9;
}
.rte h4 {
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
}
.rte p {
    margin-bottom: 1rem;
    color: #333;
}
.rte p strong {
    color: #333;
}
.rte a {
    color: #333;
    text-decoration: underline;
}
.rte ul {
    margin-left: 20px;
    margin-bottom: 1rem;
    list-style: disc;
    color: #333;
}
.rte ul li {
    margin-bottom: 0.5rem;
    list-style: disc !important;
}

.shop-details .text ul {
    margin-top: 20px;
}
.shop-details .text ul li {
    margin-left: 15px;
    list-style: square;
}
.shop-details
    .product-details-content
    .product-details
    .addto-cart-box
    .item-quantity {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.25rem;
    color: #00d1f9;
}

.shop-details
    .product-details-content
    .product-details
    .addto-cart-box
    .clearfix
    li
    a.theme-btn {
    width: auto;
    height: auto;
    line-height: 25px;
    padding: 15px 34px;
    border: none;
    border-radius: 30px;
    color: #fff !important;
}

.shop-details .product-discription {
    padding-bottom: 0;
}

.shop-details .product-discription .tabs-content .content-box {
    margin-bottom: 45px;
}
.shop-details
    .product-discription
    .tabs-content
    .content-box:not(:first-child) {
    padding-top: 40px;
    border-top: 1px solid #e5e5e5;
}
.shop-details .product-discription .tabs-content .content-box:last-child {
    margin-bottom: 0;
}

.shop-details .product-discription .spec-table-row {
    margin-top: 30px;
    align-items: center;
}
.shop-details .product-discription .spec-table-column .table-outer {
    overflow-x: auto;
    width: 100%;
}
.shop-details .product-discription .spec-table-column table {
    margin-bottom: 15px;
}
.shop-details .product-discription .spec-table-column table th,
.shop-details .product-discription .spec-table-column table td {
    vertical-align: middle;
    white-space: nowrap;
}
.shop-details .product-discription .spec-image-column {
    text-align: center;
}
.shop-details .product-discription .spec-image-column .image {
    display: inline-block;
    max-width: 100%;
}
.shop-details .product-discription .spec-image-column img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

@media only screen and (max-width: 991px) {
    .shop-details .product-discription .spec-table-column {
        margin-bottom: 30px;
    }
}

.shop-details .product-discription .spec-video-box {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #172746;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
}
.shop-details .product-discription .spec-video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.shop-details .product-discription .spec-gallery-row {
    margin-top: 10px;
}
.shop-details .product-discription .spec-gallery-column {
    margin-bottom: 20px;
}
.shop-details .product-discription .spec-gallery-item {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}
.shop-details .product-discription .spec-gallery-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: transform 400ms ease;
}
.shop-details .product-discription .spec-gallery-item:hover img {
    transform: scale(1.08);
}

.order-form-modal {
    max-width: 560px;
    width: 90vw;
    padding: 40px 35px;
    background: #fff;
    border-radius: 12px;
}
.order-form-modal h4 {
    margin-bottom: 20px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
}
.order-form-modal .widget {
    margin-bottom: 20px;
}

@media only screen and (max-width: 575px) {
    .order-form-modal {
        padding: 30px 20px;
    }
}

form label {
    margin-bottom: 5px;
    font-weight: 600;
    color: #000;
}
