/*
Theme Name: Antek-Child
Theme URI: https://parkofideas.com/antek/
Text Domain: antek-child
Description: Auto Camping WordPress Theme
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0
Template: antek
Author: ideapark
Author URI: https://ideapark.com/antek-documentation/
Tags: right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/


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

.product-thumb-wrap {
	padding-bottom:0 !important;
}
.product-thumb-wrap > img {
	position:relative !important;
}

div.payment_method_mollie_wc_gateway_ideal {
	display:none !important;
}

.cart-info {
	text-align:left;
	margin:10px 0 !important;
	font-weight:bold;
	display:flex;
}

.cart-info i {
	margin-right:10px;
}

.order-total {
	display:none !important;
}

.c-cart__collaterals-hr {
	padding:10px 0 !important;
}

.order-total + tr .c-cart__collaterals-hr {
	display: none!important;
}

script {
	display:none !important;
}

.c-product__share,
.tagged_as,
.c-product .tabs {
	display:none!important;
}

.woocommerce > .woocommerce-notice, .woocommerce > .woocommerce-error, .woocommerce > .woocommerce-message {
	display:block !important;
	background:var(--accent-color);
	color:white;
    margin-bottom: 25px;
}

.woocommerce-notice-success-svg, .woocommerce-notice-info-svg, .woocommerce-notice-error-svg {
	display: none !important;
}

.berocket_better_labels .berocket_better_labels_line .br_alabel span {
	width: 102px;
    height: 102px;
    display: flex;
    align-items: center;
    padding: 0;
}

@media only screen and (max-width: 776px) {
	body.single-product .c-breadcrumbs {
	  display:none !important;
	}

	body.single-product .c-page-header {
	  min-height:0 !important;
	  padding: 30px 0 !important;
	}
}

ul.products form.cart {
	padding:15px;
}

ul.products form.cart input.qty {
	display:none;
}
ul.products .thwepo-extra-options input,
ul.products .thwepo-extra-options select {
	background:white;
}
ul.products form.cart button[type=submit] {
	width:100%
}


.line-item-additional {
	display: flex;
	justify-content: start;
	font-weight: normal;
	margin-bottom:5px;
}

.line-item-additional small {
	display:block;
}

.line-item-additional input {
	margin-top:5px !important;
}
.thwepo-extra-options {
	width:100%;
}
.thwepo-extra-options input,
.thwepo-extra-options select {
	background: white;
	padding: 0 10px !important;
	width: 100%;
	box-sizing: border-box;
	height: 50px !important;
	line-height: 50px !important;
}


.thwepo-extra-options input[type="date"]{
	-webkit-appearance: none;
}

.woocommerce-notices-wrapper--ajax {
	z-index:999999!important;
}

.woocommerce-terms-and-conditions-wrapper {
	display:none;
}

.woocommerce-shipping-totals.shipping {
	display:none;
}

.c-cart__totals-space {
display:none !important;
}

.shipping-calculator {
display:none;
}

.c-button--default {
	padding: 20px 30px !important;
}
.c-button--default, .c-form__button, .thwmscf-buttons input[type=button], .wpcf7-form input[type=submit], .wpcf7-form button:not([class]), .mc4wp-form-fields input[type=submit], .mc4wp-form-fields button, .woocommerce-button, .woocommerce-Button, .order-again .button, .c-account .edit, .woocommerce-address-fields .button, .mc4wp-form-fields input[type=submit], .mc4wp-form-fields button, .widget .button, .woocommerce-store-notice__dismiss-link, .woocommerce-widget-layered-nav-dropdown__submit, .single_add_to_cart_button, .product .wc-forward, .comment-form .submit, .woocommerce-form-login .button {
	background: #1fc709 !important;
	border-radius:5px;
	text-transform:none;
}

.fpf-field .form-row {
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.fpf-field .form-row input,
.fpf-field .form-row select {
	background:white;
}

.woocommerce-store-notice__dismiss-link {
	background:white !important;
}

.woocommerce-loop-product__excerpt {
	padding:0 15px 15px 15px;
}
@media (max-width: 640px) {
	.c-page-header__title {
		font-size:30px !important;
	}

	.product-price-total-tax {
		font-size:12px !important;
	}

	.woocommerce-cart .c-breadcrumbs,
	.woocommerce-checkout .c-breadcrumbs {
		display:none;
	}


	body.woocommerce-page .c-page-header {
		min-height:140px !important;
		padding: 25px 0;
	}

	body.woocommerce-cart .c-page-header,
	body.woocommerce-checkout .c-page-header {
		min-height:100px !important;
	}

	.c-cart__shop-td {
		padding:10px 0 !important;
	}

	.c-cart__shop-tr:not(:last-of-type) {
		border-bottom:solid 1px var(--text-color-tr);
		padding-bottom:10px;
	}

	body.woocommerce-cart .c-cart__shop-td--product-var-list {
		display:flex;
		gap:5px;
	}

	.woocommerce > .woocommerce-notice, .woocommerce > .woocommerce-error, .woocommerce > .woocommerce-message {
		padding:15px 45px 15px 25px;
		font-size:14px;
	}
	.line-item-additional {
		font-size:90%;
	}
	.c-cart__shop-td {
		border-bottom: 0 !important;
	}
	.c-cart__shop-tr {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.c-cart__shop-tbody {
		display: block;
	}

	.c-cart__shop-thead {
		display: none;
	}

	.c-cart__shop-td--product-name {
		max-width:calc(100% - 50px);
	}
}

.fpf-radio-images .form-row,
.fpf-textarea .form-row {
	flex-direction: column;
}

.fpf-radio-images .woocommerce-input-wrapper, .fpf-radio-colors .woocommerce-input-wrapper {
	margin: 0 -10px;
}

.fpf-radio-images .form-row > label,
.fpf-textarea .form-row > label{
	display:block;
	width:100%;
	height:40px
}

.fpf-textarea .woocommerce-input-wrapper,
.fpf-textarea .woocommerce-input-wrapper textarea {
	width:100%;
}

.fpf-radio-images input[type="radio"]+label, .fpf-radio-colors input[type="radio"]+label {
	width:calc(50% - 46px) !important;
}

.fpf-totals {
	width:100%;
}
.go-to-product {
	padding:15px;
}

.go-to-product a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.line-item-additional br {
display:none;
}


.line-item-additional input[type=checkbox] {
flex-shrink:0;
}