/*!
Theme Name: Suxnix
Theme URI: https://themegenix.net/wp/suxnix/
Author: ThemeGenix
Author URI: https://themeforest.net/user/themegenix/
Description: Suxnix - Health Supplement WordPress Theme
Version: 1.7
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: suxnix
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

li.header-shop-cart {
    display: none !important;
}
button#place_order {
    user-select: none;
        -moz-user-select: none;
        background: var(--tg-primary-color);
        border: none;
        border-radius: 50px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.4;
        margin-top: 12px;
        padding: 19px 50px;
        text-align: center;
        text-transform: capitalize;
        touch-action: manipulation;
        transition: all 0.3s ease;
        vertical-align: middle;
        white-space: nowrap;
        position: relative;
        overflow: hidden;
        z-index: 1;
        text-decoration: none;
}
button#place_order:hover {
        color: #fff;
    }
button#place_order::before {
        content: "";
        position: absolute;
        transition-duration: 800ms;
        width: 200%;
        height: 200%;
        top: 110%;
        left: 50%;
        background: var(--tg-secondary-color);
        transform: translateX(-50%);
        border-radius: 50%;
        z-index: -1;
    }
button#place_order:hover::before {
        top: -40%;
    }

@media (max-width: 576px) {
	.contact-form-wrap .section-title .title {
		font-size: 30px !important;
	}
}
