@charset "UTF-8";

/*
Theme Name: Fitrxx
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
.product-details-desc{position:relative;}
.sub-menu-toggle{display:none}
.wpmm_item_description{display:none !important}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border-radius: 4px;
    padding: 7px;
    border: 1px solid #777;
}
.mfooter {
    display: none;
    width: 100%;
    background: #FFF;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    right: 0;
    height: 70px;
}
.mfooter .macicon {
    display: table-cell;
    width: 18.33%;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
.mfooter .macicon a {
    font-size: 32px;
    color: #141414;
}
.mfooter .macicon a i {
    font-size: 20px !important;
}
.mfooter .mtext {
    display: block;
    font-size: 13px !important;
    color: #000 !important;
}
.mfooter .macicon a span {
    font-size: 12px;
    color: #141414;
}
.wp-caption-text
{display:none;}
.product-details-area .product-details-tab {
    margin-bottom: 30px;
}
.single-footer-widget .newsletter-form .form-control
{color:#000 !important;}
.gcount {
    position: absolute;
    width: 18px;
    height: 18px;
    background: #FFF;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    top: 16px;
    right: 22px;
    left: auto;
    color: #FFF;
    font-size: 13px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 2.8% 1.992em 0 !important;
	border:1px solid #d5d5d5  !important;
}

.product a.viewmor
{visibility: hidden;}
.product:hover a.viewmor
{visibility: visible;}
.variation dt, .variation dd{display: inline-block;}
#wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a:hover{background:var(--main-color);}
#wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a:hover img
{
	filter: invert(1);
}
#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li:hover>a, #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.current-menu-ancestor>a, #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.active>a, .wpmm-woo-product-category ul li.cat-list a:hover, .wpmm-woo-product-category.layout_2 ul li a:hover {
    color: #ffffff!important;
    background-color: #4caf50 !important;
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item {
    list-style: none;
    margin: 0;
    max-width: 100%;
    float: left;
    position: relative !important;
    left: initial !important;
    top: initial !important;
    width: 25%;
    padding: 7px;
    box-sizing: border-box;
    /* border: 1px solid #ededed; */
    margin: 0 !important;
}
.wpb_image_grid .wpb_image_grid_ul a {
    border: 1px solid #ededed;
}
.RNAddToCartContainer {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.rednaoWooRow {
    width: 49%;
    float: left;
    display: flex;
    background: #e8e8e8;
    padding: 3px 7px;
    margin: 2px;
}
.rnTextFieldInput
 {
    width:78%;
    float: left;
    display: initial;
	 margin-top: 5px;
}
.rnTextFieldQuantity
 {
    width:20%;
    display: flex;
    float: left;
}
.checkout-card {
    padding: 8px 15px;
}
.variation .variation-Checkbox:first-child{display:none !important;}
.woocommerce table  td
{width:30% !important}
.woocommerce table td.product-thumbnail img
{
    width: 100px !important;
}

form label.rnOptionItem {
    margin-bottom: 0;
    font-weight: bold;
    color: #000;
}
.offcanvas-body .menu-item-description {display:none;}
.offcanvas-body .nav-link {color:#000;}
.form-row.place-order
{
	text-align:center;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #ffffff;
    border-radius: 5px;
}
.wa-order-class {
    margin-top: -4px;
    display: inline-flex;
    position: absolute;
    top: 12px;
    right: 8px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,.button.wc-forward.wp-element-button, .wa-order-class .button{
    font-size: 16px;
    color: var(--white-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    text-align: center;
    position: relative;
	float: inherit;
    z-index: 1;
    overflow: hidden;
    display: inline-table;
    padding: 15px 35px;
    background-color: var(--main-color);
}
.wa-order-class .button {
    padding: 8px 8px !important;
    float: none !important;
    border-radius: 0 !important;
    background: #1ecf40 !important;
    color: #1ecf40 !important;
}
.button.wc-forward.wp-element-button {
    text-transform: capitalize;
    float: right;
    padding: 7px 22px;
}
.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
	display: none;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 0;
	font-weight:bold;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{background:#f2c200 !important}
.form-inline
{
    position:relative;
}
.form-inline .form-control {
    width: 100%;
}
.form-inline .btn-outline-light {
    border-radius: 0;
    height: 53px;
    background: #FFF;
    color: #000;
    border: none;position:absolute;top:1px;right:1px;
}
a.wa-shop-button:before, .wa-order-button:before, a.wa-order-thankyou:before, a.wa-order-checkout:before {
    margin-right: 0;
	width: 1.5em;
}
.wt-crp-heading {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.wt-crp-heading:after {
    position: absolute;
    width: 250px;
    height: 4px;
    margin: 0 auto;
    bottom: -10px;
    content: '';
    background: #1bd13f;
    left: 0;
    right: 0;
}
.wt-related-products .owl-carousel .owl-nav button.owl-next, .wt-related-products .owl-carousel .owl-nav button.owl-prev, .wt-related-products .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    position: absolute;
    top: 37%;
}
.wt-related-products .owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    padding: 0px !important;
    margin: 20px !important;
    height: 40px !important;
    width: 40px !important;
    border-radius: 0;
    z-index: 10000000;
    background: #7e7e7e;
}
.flaticon-back:before {
    content: url(https://fitrxx.com/wp-content/uploads/2023/02/back.png) !important;
}
.wt-related-products .single-product
{text-align:center;}
@media only screen and (max-width: 980px){
.mfooter {
    display: table;
}
}

@media only screen and (max-width: 767px){
.mfooter {
    display: table;
}
.copy-right-area {
    padding-bottom: 73px !important;
}
.rednaoWooRow {
    width: 46%;
}
.rnTextFieldInput {
    width: 70%;
}
.rnTextFieldQuantity {
    
    width: 30%;
}.single-footer-widget{display:none}
	.product-details-area .product-details-desc .default-btn {
    padding: 12px 9px;
    font-size: 10px;
}
	.wpb_image_grid .wpb_image_grid_ul .isotope-item {
    width: 33.33%;
}
	.top-header-area .default-btn.btn-warning
	{margin-top:20px;}
	.footer-area .cart.default-btn
	{margin-bottom:30px;}
	.floating_button {
    width: 50px !important;
    height: 50px !important;
    bottom: 79px !important;
}
	.floating_button:before {
    width: 49px;
    margin-top: 9px !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 !important;
}
}