/* ===================================================================================

* Theme Name: Suxnix Child
* Theme URI: https://www.themegenix.net/wp/suxnix/
* Author: ThemeGenix
* Author URI: https://themeforest.net/user/themegenix/
* Description: Suxnix - Health Supplement WordPress Theme
* Version: 1.2
* Template: suxnix
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

.sticky_buy_now {
    display: none !important;
}

.testimonial-bg {
    display: none !important;
}

section.breadcrumb-area {
    display: none;
}

div.transparent-header .navbar-wrap ul li a,
div.transparent-header .header-action>ul>li>a {
    color: #777777;
}

div.tg-page-area,
div.blog-post-area {
    position: relative;
    padding: 40px 0 40px;
    z-index: 3;
}

div.inner-shop-details-area,
div.inner-shop-area {
    padding: 150px 0 120px;
}

.testimonial-bg:before,
.testimonial-bg:after,
.single-product input#shiprocket_pincode_check,
.single-product button#check_pincode {
    display: none !important;
}

@media (max-width: 767px) {
    .cart-collaterals {
        margin-top: 20px !important;
    }

    .sticky_buy_now {
        display: block !important;
        position: fixed;
        bottom: 10px;
        left: 10px;
        width: calc(100% - 20px);
        background: #2b3d89;
        z-index: 999999999;
        border-radius: 10px;
        box-shadow: 0 0px 5px 1px #5a6da4;
    }

    .sticky_buy_now span {
        color: #fff;
        font-size: 12px;
    }

    .sticky_buy_now h4 {
        font-size: 18px;
        color: #fff;
    }

    .sticky_buy_now a.btn.btn-primary {
        background: #26a29d;
        /* border-radius: 0; */
        padding: 12px 30px;
        font-weight: 500;
    }
}