/* Theme Name: 1offerta
Theme URI: https://bagubits.it
Description: Tema per 1offerta
Author: Bagubits
Author URI: https://bagubits.it
Template: entox
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  1offerta
*/

/* CSS categories  */
.entox_product_manager_cats_checklist_fields .wcfm_product_manager_cats_checklist_fields {
	max-width: inherit !important;
}

.entox_fetch_tag_cloud {
	max-width: inherit !important;
	text-decoration: underline;
	text-align: right;
}

.entox_taxonomy {
	display: grid;
  	grid-template-columns: auto auto auto;
  	grid-column-gap: 20px;
}

.entox_taxonomy [class*="wcfm_product_taxonomy_"] {
	margin: inherit !important;
}

/* CSS tags  */
#product_tags {
	width: 90% !important;
}
.product_tags {
	width: 10% !important;
}

/* CSS custom field  */
#wcfm_products_manage_form .ovabrw_metabox_car_rental {
	padding:  0 !important;
}
.ovabrw_price_daily input[type="text"] {
	width: 100% !important;
}


.wrap_footer{
	margin-top: -25px;
}



.ovabrw-form-field.price_not_period_time{
	display:none;
}
.ovabrw-form-field.price_not_period_time{
	display:none;
}

.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
}

.cart-contents:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;	
    content: "\f290" !important;
    font-size: 30px;
    color: #FF1493;
}

.cart-contents:hover {
    text-decoration: none;
}

.cart-contents-count {
	position: absolute;
    	top: 15px;
   	right: 1px;
   	transform: translateY(-105%) translateX(25%);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	height: 22px;
   	width: 22px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
    	background: #000;
    	border-radius: 50%;
    	padding: 1px;  
}