/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.single-product .woocommerce-notices-wrapper {
	display: none;
}

.iconic-wsb-product-bumps  {
	background: #F8F8F8;
	padding: 30px;
	margin: 0px 0px 20px 0px;
	border: none;
	border-radius: 10px;
}

@media only screen and (max-width: 768px) {
	.iconic-wsb-product-bumps {
		padding: 20px;
	}
}

.iconic-wsb-product-bumps__header {
	padding: 0px;
	background: unset;
}

.iconic-wsb-product-bumps__title {
	font-size: 16px;
}

.iconic-wsb-product-bumps__images {
	margin: 10px 0px 0px 0px !important;
	padding: 0px !important;
}

.iconic-wsb-product-bumps__image img {
	border-radius: 4px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.iconic-wsb-product-bumps__list {
	border: none;
}

.iconic-wsb-product-bumps__list-item {
	border: none;
	padding: 0px;
}

.iconic-wsb-bump-product__title {
	font-size: 13px;
}

.iconic-wsb-product-bumps__total-price {
	font-size: 13px;
}

.iconic-wsb-product-bumps__discount-message {
	font-size: 13px;
	padding: 4px 12px;
	background: #2C9814;
}

.iconic-wsb-product-bumps__discount-message::before {
	border-color: transparent transparent #2C9814 transparent;
}

.iconic-wsb-product-bumps__actions {
	margin-top: 10px;
	padding: 0px;
}

.iconic-wsb-product-bumps__button-wrap {
	margin-top: 15px;
}

.iconic-wsb-product-bumps__button {
	font-size: 13px !important;
	padding: 15px 20px !important;
	background: transparent !important;
	color: #111111 !important;
	border: 1px solid #111111 !important;
}


.iconic-wsb-product-bumps__button:hover {
	background: #111111 !important;
	color: #FFFFFF !important;
}