/* Import ../components Single Product Orange Moon*/

@import url(../components/breadcrumb-header-general.css);
@import url(../components/product-header.css);
@import url(../components/product-content.css);
@import url(../components/product-detailes.css);
@import url(../components/product-accordion.css);
@import url(../components/our-products.css);
@import url(../components/product-card.css);
@import url(../components/contact-form.css);
@import url(../components/product-comments.css);

/* Sec Single Products Page Orange Moon */

.sec-single-product {
    margin: 100px auto;
    margin-top: 0;
}

.single-product-page {
    overflow: hidden;
}

.single-product-page .sec-header-OrangeMoon {
    width: 100%;
    height: auto;
    display: block;
    background: transparent;
}

.single-product-page .sec-header-OrangeMoon::after {
    content: unset;
}

.single-product-page .sec-breadcrumb {
    margin-top: 0;
    margin-bottom: 50px;
    padding-left: 30px;
}

.single-product-page #main-content-OrangeMoon {
    padding-top: 100px;
}

/* All Media Queris Single Products Orange Moon */

@media screen and (max-width: 998px) {
    .single-product-page main.mt-lg-6 {
        margin-top: 6rem;
    }
    .single-product-page #main-content-OrangeMoon {
        padding-top: 0;
    }
    .single-product-page .sec-breadcrumb {
        margin-bottom: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .sec-single-product {
        margin-top: 0;
        margin-bottom: 100px;
    }
    .sec-product-SinglePro , .sec-product-detailes ,
    .sec-product-content , .sec-product-FAQ {
        margin: 100px auto;
        margin-top: 0;
    }
}