/*
Theme Name: Razzi Child
Theme URI: https://demo4.drfuri.com/razzi/
Author: DrFuri
Author URI: http://drfuri.com
Description: Razzi Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: razzi
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: razzi
*/
.clickBuyButton::after,
.woocommerce-shipping-fields {
	display: none !important;
}
.clickBuyButton {
	margin-right: 18px;
	text-transform: capitalize;
	padding-left: 45px;
	padding-right: 45px;
	position: relative;
}
.woocommerce-checkout .razzi-quantity-dropdown .current .razzi-svg-icon {
	top: calc(50% - 4px);
}
.woocommerce-checkout .product-remove .razzi-svg-icon svg {
	top: 3px;
	position: relative;
}
#site-footer .social-links {
	justify-content: center;
}
.page-header .breadcrumbs {
	margin-top: 15px;
	margin-bottom: 15px;
}
.woocommerce-badges {
	display: none !important;
}
.razzi-posts__found {
	font-size: 0 !important;
}
.footer-widgets-diff-5 {
	margin-top: 30px;
	width: 100%;
}
@media all and (min-width: 768px) {
	.footer-widgets-diff-5 ul {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		gap: 5px;
	}
	.footer-widgets-diff-5 ul li {
		display: inline-block;
		padding: 0 !important;
		margin: 0 !important;
	}
}
.footer-widgets-diff-5 figure {
	text-align: center;
}
.footer-widgets-diff-5 figure img {
	max-width: 175px;
}
.product-is-quickview .clickBuyButton {
	display: none !important;
}