/*
 Theme Name:   Organium Child
 Description:  Organium Child Theme
 Theme URI:	   https://organium.artureanec.com
 Author:       Artureanec
 Author URI:   https://demo.artureanec.com
 Template:     organium
 Version:      1.1.0
 License: GNU  General Public License version 3.0
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  organium-child
*/

/* =Theme customization starts here
------------------------------------------------------- */

/*Product List*/
.woocommerce-loop-product__wrapper .content-woocommerce_wrapper h3.woocommerce-loop-product__title {
	font-size: 22px !important;
}
.woocommerce-loop-product__wrapper .content-woocommerce_wrapper h3.woocommerce-loop-product__title span {
	display: block;
	font-size: 17px !important;
}
.woocommerce-loop-product__wrapper .content-woocommerce_wrapper .price {
	font-size: 24px !important;
	font-weight: bold !important;
}
.woocommerce-loop-product__wrapper .content-woocommerce_wrapper .price .precio-kg {
	margin-left: 8px !important;
	color: #9ebc18 !important;
	font-weight: normal;
	font-size: 18px;
}
.woocommerce-loop-product__wrapper .content-woocommerce_wrapper .price .iva-portes {
	display: block !important;
	font-size: 13px !important;
}
.woocommerce-loop-product__wrapper .content-woocommerce_wrapper .price bdi .woocommerce-Price-currencySymbol {
	display: none !important;
}


/*Single product*/
.single-product .summary .price {
	font-size: 28px !important;
	font-weight: bold !important;
}
.single-product .summary .price bdi .woocommerce-Price-currencySymbol {
	display: none !important;
}
.single-product .summary .price .precio-kg {
	margin-left: 8px !important;
	color: #9ebc18 !important;
	font-weight: normal;
	font-size: 20px;
}
.single-product .summary .price .iva-portes {
	display: block;
	font-size: 14px !important;
	line-height: 10px;
}
.single-product .sku_wrapper {
	display: none;
}
.single-product .cwg_popup_submit {
	margin-top: 15px;
}

/*Footer*/
.organium_footer {
	padding-top: 45px !important;
	padding-bottom: 30px !important;
}
.organium_footer .organium_footer_menu_container {
	margin-bottom: 1em !important;
}
.organium_footer .organium_copyright_container, .organium_footer .organium_footer_socials, .organium_footer .organium_payment_container {
	display: block;
	margin-top: 0px !important;
	margin-bottom: 15px !important;
}
.organium_footer .organium_footer_additional_menu_container {
	margin-top: 20px !important;
}

/*General*/
img.align-right-product {
	margin-top: 0px !important;
}
.woocommerce-mini-cart__buttons {
	overflow: hidden !important;
	display: block !important;
	margin-top: 15px !important;
	width: 100% !important;
}
.woocommerce-mini-cart__buttons a {
	display: block !important;
}
.organium_content_slide.slick-slide.slick-current.slick-active:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.35);
}
@media only screen and (min-width: 1200px) {
  .organium_header .organium_main-menu li:not(:last-of-type), body .quadmenu-navbar-nav li:not(:last-of-type) {
    margin-right: 30px;
  }
}
.organium_page_title_wrapper h1.organium_page_title span {
	font-size: 65%;
}
table.woocommerce-checkout-review-order-table tfoot tr.tax-rate.tax-rate-es-iva-1 {
	display: none !important;
}
li.woocommerce-MyAccount-navigation-link--downloads {
	display: none !important;
}

/*Sweet alert*/
.swal2-shown .swal2-container > div {
	padding: 0px !important;
}
.swal2-shown .swal2-container .swal2-content {
	padding: 0px !important;
}
.cwginstock-subscribe-form .panel {
	margin-bottom: 0px !important;
}
.cwginstock-subscribe-form .panel-primary {
	border: 0 !important;
}
.cwginstock-subscribe-form .panel-primary>.panel-heading {
	margin-bottom: 0px !important;
	border: 0;
	background-color: #9ebc18 !important;
}
.cwginstock-panel-heading {
	padding: 20px 25px !important;
}
.cwginstock-panel-heading h4 {
	margin: 0px;
	font-size: 20px;
}
.swal2-close {
	font-size: 22px !important;
	color: #FFF !important;
}
.cwginstockerror {
	font-size: 15px !important;
}