/* stylelint-disable */
/**
 * Theme Name:   Faeberparts
 * Description:  Go is an innovative, Gutenberg-first WordPress theme, hyper-focused on empowering makers to build beautifully rich websites with WordPress.
 * Author:       Sharjeel Alam
 * Author URI:   https://www.linkedin.com/in/sharjeelalam/
 * Version:      1.8.2
 * Tested up to: 6.2
 * Requires PHP: 5.6
 * License:      GPL-2.0
 * License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain:  go
 * Domain Path:  /languages
 * Tags:         block-styles, custom-colors, custom-logo, custom-menu, e-commerce, editor-style, one-column, theme-options, threaded-comments, translation-ready, wide-blocks
 *
 * 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.
 *
 * Copyright © 2019 GoDaddy Operating Company, LLC. All Rights Reserved.
 */
 /* stylelint-enable */


 footer section {
  width: 101vw !important;
}

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    color: #fff;
    background-color: #0693e3 !important;
}
.content_heading_center .vc_column-inner {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
	#undefined-sticky-wrapper .header-bottom { padding-left: 0  !important; }
	#undefined-sticky-wrapper .header-right,
	.columns-1 .products .product .product-wrapper .thumbnail-wrapper,
	.woocommerce div.product div.woocommerce-product-gallery,
	.ts-header nav>ul.menu li.ts-megamenu-fullwidth ul.sub-menu,
	.woocommerce div.product div.summary,
	.columns-1 .products .product .product-wrapper .meta-wrapper { width: 100% !important; }
	.elementor-3161 .elementor-element.elementor-element-02b2b9f img { margin-right: 0px !important;  }
	#menu-main-menu #menu-item-5319 { 
		margin: 0 0 15px 0 !important ;
		width: 100% !important; 
	}
	.woocommerce div.product div.summary {
		padding-left: 0 !important ;
	}
	.ts-menu-drop-a {
		width: 100%;
	}
	.ts-menu-drop-a .menu-label {
		width: 95%;
    	display: inline-block;
	}
	.ts-header .attribute-search-wrapper+.menu-wrapper nav>ul.menu li ul.sub-menu {
		padding: 0 !important;
	}
	.jet-custom-nav__mega-sub { display: none !important; }
	.elementor-4818 .elementor-element.elementor-element-df9c32a>.elementor-widget-container>div>.jet-custom-nav,
	.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
#et-content .wc-block-components-sidebar-layout .wc-block-components-main { width: 100% !important; }
#et-content .price,
#main-content .price,
.woocommerce-mini-cart-item .subtotal,
.dropdown-footer .total,
#et-content .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block,
#et-content .wc-block-cart-items__header-total,
#et-content .wp-block-woocommerce-checkout-order-summary-block,
#et-content .product-total .woocommerce-Price-amount.amount,
#et-content .order_details tfoot,
#et-content .woocommerce-order .woocommerce-customer-details,
#main-content .button.ts-buy-now-button { display: none !important; }
#et-content .wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  background: rgb(255 185 31);
  color: rgb(32 32 32);
  border: rgb(255 185 31);
  font-size: 14px;
  border-radius: 42px;
  max-width: 400px;
}

#et-content .wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover{
color: rgb(255 185 31);
  background: rgb(32 32 32);
  border-color: rgb(32 32 32);
}
#et-content .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
  width: 100%;
  text-align: center;
}
#et-content .wc-block-cart-item__wrap {
  display: flex;
  gap: 10px;
  justify-content: space-around;
  align-items: center;
}


