.yith-wcaf.yith-wcaf-dashboard {
}



.yith-wcaf-section .affiliate-stats {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    margin-bottom: 45px;
}
.yith-wcaf-section .affiliate-stats .stat-box .stat-item.large {
    padding: 30px;
    text-align: center;
}
.yith-wcaf-section .affiliate-stats .stat-box .stat-item.large .stat-label {
    display: block;
    margin-bottom: 10px;
}
.yith-wcaf-section .affiliate-stats .stat-box .stat-item.large .stat-value {
    display: block;
    float: none;
    font-size: 2.5em;
    text-align: center;
}

.yith-wcaf.yith-wcaf-dashboard .yith-wcaf-dashboard-navigation,
.yith-wcaf-dashboard .yith-wcaf-dashboard-summary .affiliate-stats .stat-box, .yith-wcaf-section .affiliate-stats .stat-box,
.yith-wcaf-dashboard table.yith-wcaf-table,
.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box .settings-box,
.yith-wcaf-section .affiliate-settings-box .additional-info {
    background-color: #fff;
    border-radius: 15px;
	border: none;
	z-index: 2;
	padding: 0 25px 15px;
}
.yith-wcaf-dashboard .yith-wcaf-dashboard-summary .affiliate-stats .stat-box .stat-item.large .stat-value, .yith-wcaf-section .affiliate-stats .stat-box .stat-item.large .stat-value {
	font-family: 'Playfair Display', serif;
    font-weight: 400;
	color: #a51038;
}
.yith-wcaf-dashboard .yith-wcaf-dashboard-summary .affiliate-stats .stat-box .stat-item, .yith-wcaf-section .affiliate-stats .stat-box .stat-item {
	text-align: left;
    padding-left: 0;
}
.yith-wcaf-dashboard .yith-wcaf-dashboard-summary .affiliate-stats .stat-box .stat-item .stat-label, .yith-wcaf-section .affiliate-stats .stat-box .stat-item .stat-label {
	color: inherit !important;
    font-weight: 400;
}
.yith-wcaf-dashboard .yith-wcaf-dashboard-summary .affiliate-stats .stat-box .stat-item .stat-value, .yith-wcaf-section .affiliate-stats .stat-box .stat-item .stat-value {
	color: #a51038;
}
.yith-wcaf.yith-wcaf-dashboard .yith-wcaf-dashboard-navigation {
	float: left;
    width: 20%;
    border: none;
	padding: 25px 15px 25px;
}
.yith-wcaf.yith-wcaf-dashboard .yith-wcaf-dashboard-navigation li {
	float: none;
    display: block;
    border: none !important;
    text-align: left;
    border-radius: 10px;
}

.yith-wcaf.yith-wcaf-dashboard .yith-wcaf-dashboard-navigation li a {
    border-radius: 10px;
}
.yith-wcaf.yith-wcaf-dashboard .yith-wcaf-dashboard-navigation li a:hover {
	color: #a51038;
}
.yith-wcaf.yith-wcaf-dashboard .yith-wcaf-dashboard-navigation li.is-active a {
    color: #a51038;
    font-weight: bold;
    background-color: #f8d7dd;
    border-radius: 10px;
}
.yith-wcaf.yith-wcaf-dashboard ul.yith-wcaf-dashboard-navigation::after {
	display: none;
}
.yith-wcaf.yith-wcaf-dashboard .yith-wcaf-section {
	float: left;
    width: 80%;
	padding-left: 40px;
}
.yith-wcaf.yith-wcaf-dashboard::after {
	content: "";
	clear: both;
}
.yith-wcaf-dashboard .yith-wcaf-table-top-bar .select2, .yith-wcaf-dashboard .yith-wcaf-table-top-bar input, .yith-wcaf-dashboard .yith-wcaf-table-top-bar select {
	margin-left: 0;
    margin-right: 10px;
    border-radius: 8px;
    padding: 8px 10px;
}
.yith-wcaf-dashboard .yith-wcaf-table-top-bar {
    margin: 0px 0 20px 0;
	text-align: left;
}
.yith-wcaf-dashboard .dashboard-title {
    margin-bottom: 10px;
    padding-top: 10px;
}
.yith-wcaf-dashboard table.yith-wcaf-table {
    border-spacing: 0 15px;
	padding-top: 10px;
}
.yith-wcaf-dashboard table.yith-wcaf-table thead {
	background-color: #fff !important;
}
.yith-wcaf-dashboard table.yith-wcaf-table tr th {
	padding: 0 20px;
}
.yith-wcaf-dashboard table.yith-wcaf-table tr th a {
	/*color: #686160;*/
}
.yith-wcaf-dashboard table.yith-wcaf-table tr td {
    padding: 12px 15px;
}
.yith-wcaf-dashboard table.yith-wcaf-table tr td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.yith-wcaf-dashboard table.yith-wcaf-table tr td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.yith-wcaf-dashboard .dashboard-title {
	text-align: left;
}
.yith-wcaf-dashboard .dashboard-title h3 {
    font-size: 28px;
    color: #a81831;
    margin-bottom: 10px;
}

.yith-wcaf-notice-message {
    background-color: #dceaf9;
    border-radius: 10px;
    margin: 0 0 20px 0;
}

.yith-wcaf-dashboard table.yith-wcaf-table tr .column-status mark.status-badge {
	border-radius: 8px;
}

.yith-wcaf-dashboard .yith-wcaf-dashboard-summary .affiliate-stats, .yith-wcaf-section .affiliate-stats {
	grid-column-gap: 25px;
}
.yith-wcaf-dashboard .yith-wcaf-dashboard-summary .affiliate-stats .stat-box .stat-item.large, .yith-wcaf-section .affiliate-stats .stat-box .stat-item.large {
    padding: 30px 0 10px;
}

.yith-wcaf-dashboard ul.yith-wcaf-dashboard-navigation li.is-active a {
	color: #a51038;
}

.yith-wcaf-dashboard ul.yith-wcaf-dashboard-navigation li a:hover {
    color: #a51038;
}
.yith-wcaf-dashboard ul.yith-wcaf-dashboard-navigation li.is-active {
    border-bottom-color: #a51038;
}
.yith-wcaf-dashboard .yith-wcaf-dashboard-summary .affiliate-stats .stat-box .stat-item .stat-label, .yith-wcaf-section .affiliate-stats .stat-box .stat-item .stat-label {
    color: #a51038;
}

.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box .settings-box {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0;
    padding-right: 0;
}
.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box .settings-box h3 {
	margin-bottom: 10px;
}
.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box .settings-box label {
	text-align: left;
	margin-bottom: 5px;
	padding-top: 10px;
	font-size: 16px;
}
.yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box .settings-box small {
    text-align: left;
	font-size: 15px;
	margin-top: 8px;
}
.yith-wcaf-dashboard .yith-wcaf-toggle+.toggle {
    padding-top: 6px;
	padding-bottom: 7px;
    font-size: .9em;
}

.yith-wcaf-dashboard-lista-selezioni .affiliate-settings-box .additional-info {
	padding-left: 0;
	padding-right: 0;
}
.lista-selezioni {	
}
.lista-selezioni .lista-selezione {
	text-align: left;
    border: solid 1px #ddd;
    border-radius: 10px;
    margin-bottom: 45px;
    padding: 15px 15px;
	position: relative;
}
.lista-selezioni .lista-selezione .btns {
    position: absolute;
    bottom: -13px;
    right: 15px;
}
.lista-selezioni .lista-selezione .btn {
	background-color: #a51038;
    color: #f8d7dd;
    border-radius: 8px;
    padding: 4px 10px;
    line-height: 18px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2px;
	margin-left: 3px;
}
.lista-selezioni .lista-selezione .btn:hover {
	color: #a51038;
    background-color: #f8d7dd;
}
.lista-selezioni .lista-selezione .btn-view {
	background-color: #a51038;
    color: #f8d7dd;
}
.lista-selezioni .lista-selezione .btn-view:hover {
	color: #a51038;
    background-color: #f8d7dd;
}
.lista-selezioni .lista-selezione .btn-edit {
	color: #a51038;
    background-color: #f8d7dd;
}
.lista-selezioni .lista-selezione .btn-edit:hover {
	background-color: #a51038;
    color: #f8d7dd;
}
.lista-selezioni .lista-selezione h4 {
	line-height: 24px;
	min-height: 48px;
}
.lista-selezione-wrap:nth-child(3n+1) {
	clear: both;
}

.yith-wcaf-dashboard-crea-selezione .with_frm_style .chosen-container-multi .chosen-choices {
	border: none;
    border-bottom: 1px solid #ddd;
	margin-top: 5px;
	margin-bottom: 5px;
}

.added_to_cart {
	display: block;
	text-align: center;
	padding: 8px 0;
}

.selezione-col-dx {
	
}
@media (min-width: 768px) {
	.selezione-col-dx {
		float: right;
		position: relative;
		padding-left: 80px;
	}
	.selezione-col-dx::after {
		content: "";
		display: block;
		position: absolute;
		left: 32px;
		top: 0;
		background-color: #ccc;
		width: 1px;
		height: 200px;
	}
}
.selezione-col-sx {
	
}
.selezione-sommelier {
	background-color: #fff;
	border-radius: 10px;
	padding: 18px 22px;
}

.selezione-prodotti, .selezione-prodotti tbody, .selezione-prodotti tr, .selezione-prodotti td {
	border: none;
}
.selezione-prodotti td {
	padding-bottom: 25px;
}
.selezione-prodotti .thumbnail {
	width: 120px;
}
.selezione-prodotti .thumbnail img {
	width: 100%;
	border-radius: 8px;
}
.selezione-prodotti .woocommerce-loop-product__title {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-bottom: 0px;
}
.selezione-prodotti .woocommerce-loop-product__title a {
	color: #686160;
}
.selezione-prodotti .woocommerce-loop-product__title a:hover {
	color: #a51038;
}
.selezione-prodotti .btn-more {
	font-family: 'Playfair Display',serif;
	text-decoration: underline;
}
.selezione-prodotti .btn-more:hover {
	text-decoration: none;
}
.selezione-prodotti .price {
	font-family: 'Playfair Display',serif;
    font-size: 1.375rem;
    color: #a51038;
	margin-bottom: 15px;
	display: block;
	line-height: 1.38rem;
}
.selezione-prodotti .price del {
	color: #686160;
	opacity: 0.5;
}
.selezione-prodotti .add-to-cart-col {
	max-width: 140px;
	text-align: center;
}
.selezione-prodotti .add_to_cart_button {
	display: block;
	padding: 5px 10px;
    margin: 12px 0 0 0;
	color: #fff;
    background-color: #a51038;
}
.selezione-prodotti .add_to_cart_button:hover {
    opacity: 0.75;
}

.selezione-prodotti .add-to-cart-col a.button.added::after {
    font-family: WooCommerce;
    content: '\e017';
    margin-left: 0.53em;
    vertical-align: bottom;
}
.selezione-prodotti .add-to-cart-col a.button.loading::after {
    font-family: WooCommerce;
    content: '\e01c';
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    /* position: absolute; */
    /* top: auto; */
    /* right: 1em; */
    animation: spin 2s linear infinite;
    margin-left: 7px;
}

.add-all-products-box {
	padding: 8px;
	margin: 0;
	text-align: right;
}
.add-all-products-box .add-all-products {
	margin: 0 !important;
}

.selezione-reflink-box {
	text-align: center;
    background-color: #fff;
    border-radius: 10px;
    max-width: 800px;
    margin: 0 auto 60px auto;
    padding: 25px;
	box-shadow: 0 0 25px rgb(0 0 0 / 20%);
}

.copy-field-wrapper {
	display: block;
    position: relative;
	max-width: 700px;
    margin: 0 auto 15px;
}
.copy-field-wrapper input {
	border-style: dashed;
    color: #686160;
    padding-right: 110px;
	border-color: #ddd;
    background: #f9f8f4;
    box-shadow: none;
    border-radius: 0;
	width: 100%;
}
.copy-field-wrapper .copy-trigger {
	cursor: pointer;
    display: inline-block;
    font-size: .8em;
    margin-left: 5px;
    text-decoration: none;
	color: #434343;
    font-weight: 600;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.copy-field-wrapper .copy-trigger:hover {
	color: #a51038;
}
.copy-field-wrapper .copy-trigger::before {
    background: url(/wp-content/plugins/yith-woocommerce-affiliates-premium/assets/images/copy.svg);
    content: "";
    display: inline-block;
    height: 15px;
    margin-right: 5px;
    vertical-align: middle;
    width: 15px;
}

.yith-wcaf form #nsl-custom-login-form-1 {
	display: none;
}

.page-template-page-affiliates .select2-results__group {
	text-transform: uppercase;
    text-align: center;
    color: #a51838;
    font-size: 20px;
    line-height: 34px;
    padding: 10px 0 3px 0;
}
.page-template-page-affiliates .select2-results__option--highlighted[aria-selected] {
    background-color: #a51038 !important;
}
.page-template-page-affiliates .select2-results__option {
	padding-top: 5px;
}
.page-template-page-affiliates .select2-results__option::after {
	/*content: "";
	clear: both;*/
}
.page-template-page-affiliates .select2-results__option span.prod_wrap, .crea-select-wrap .prod_wrap {
	font-weight: 400;
	display: inline-block;
    padding-top: 5px;
}
.page-template-page-affiliates .select2-results__option span.prod_info, .crea-select-wrap .prod_info {
	display: inline-block;
}
.page-template-page-affiliates .select2-results__option span.prod_price, .crea-select-wrap .prod_price {
	font-weight: 500;
}

.page-template-page-affiliates .select2-results__option span.prod_price strike, .crea-select-wrap .prod_price strike {
	text-decoration: line-through;
	color: #999;
	font-weight: 400;
	font-size: 18px;
}
.page-template-page-affiliates .select2-results__option span.prod_final_price, .crea-select-wrap .prod_final_price {
	color: #a51038 !important;
	font-weight: 500;
    font-size: 20px;
	line-height: 20px;
}
.page-template-page-affiliates .select2-results__option--highlighted span.prod_price strike, .crea-select-wrap .prod_price strike {
	color: #ccc;
}
.page-template-page-affiliates .select2-results__option--highlighted span.prod_final_price, .crea-select-wrap .prod_final_price {
	color: #fff;
}
.page-template-page-affiliates .select2-results__option .img-prodotto, .crea-select-wrap .img-prodotto {
	margin-right: 6px;
	/*float: left;*/
	margin-top: -5px;
}
.crea-select-wrap {
	position: relative;
}
.crea-select-wrap .icon-swipe-up {
	position: absolute;
    top: 80px;
    right: 10PX;
    width: 28px;
}
.page-template-page-affiliates .select-selezione-vini .select2-selection {
	margin-bottom: 5px;
	border-color: #ddd;
}
.page-template-page-affiliates #vini-selezionati {
	background-color: #f9f8f4;
    padding: 10px;
    border-radius: 12px;
    margin: 15px 0 0 0;
}
.page-template-page-affiliates #vini-selezionati table {
	border: none;
	margin: 0;
}
.page-template-page-affiliates #vini-selezionati table tr {
	border: none;
}
.page-template-page-affiliates #vini-selezionati table tr td {
	border: none;
	padding: 8px;
	font-weight: 500;
}
.page-template-page-affiliates #vini-selezionati table tr td .img-prodotto {
	width: 50px !important;
}
.page-template-page-affiliates .select-selezione-vini .select2-selection__choice {
	display: none;
}

.select-selezione-vini > select {
	display: none;
}
.select-selezione-vini .frm_description {
	padding-top: 5px !important;
	font-size: 13px !important;
}

.yith-wcaf-dashboard.woocommerce .woocommerce-pagination {
	font-weight: 500;
}
.yith-wcaf-dashboard.woocommerce .woocommerce-pagination span,
.yith-wcaf-dashboard.woocommerce .woocommerce-pagination a {
	display: inline-block;
	padding: 8px 7px;
	font-size: 18px;
}


.crea-select-wrap {
}
.crea-select-wrap ul {
	padding: 0;
    margin: 0;
    overflow: auto;
    max-height: 245px;
	min-height: 80px;
}
.crea-select-wrap ul li {
	list-style: none;
	list-style-type: none;
	padding: 8px;
	cursor: pointer;
}
.crea-select-wrap ul li + li {
	border-top: solid 1px #f1f1f2;
}
.crea-select-wrap .prod_wrap {
	padding: 0;
}
.crea-select-wrap .prod_info {
	font-size: 15px;
    line-height: 22px;
}
.crea-select-wrap .prod_price {
}
.crea-select-wrap .prod_price strike, .crea-select-wrap ul li:hover .prod_price strike {
	color: #777;
}
.crea-select-wrap .prod_final_price, .crea-select-wrap ul li:hover .prod_final_price {
	color: #666;
}
.crea-select-wrap .img-prodotto {
	float: left;
    margin: 0 10px 0 0;
    padding: 0;
}
.crea-select-wrap input {
	width: 100%;
    line-height: 20px;
    padding: 7px 10px;
    border: solid 1px #aaa;
    border-radius: 3px;
	margin-bottom: 5px;
	color: #777;
	font-weight: 500;
}
.crea-select-wrap ul li:hover {
	background-color: #f1f1f2;
}
.crea-select-wrap ul li.selected {
	background-color: #a51038;
}
.crea-select-wrap ul li .prod_info_title {
	margin-bottom: 10px;
	display: inline-block;
	font-weight: 400;
}
.crea-select-wrap ul li.selected, .crea-select-wrap ul li.selected .prod_price strike, .crea-select-wrap ul li.selected .prod_final_price, .crea-select-wrap ul li.selected:hover .prod_price strike, .crea-select-wrap ul li.selected:hover .prod_final_price, .crea-select-wrap ul li.selected .prod_info .c-primary {
	color: #fff !important;
}

.yith-wcaf-dashboard-contratto .frm_primary_label {
	padding-bottom: 10px;
	color: #888;
}
.yith-wcaf-dashboard-contratto .vertical_radio .frm_checkbox label {
	padding-left: 26px;
	font-size: 14px;
}
.yith-wcaf-dashboard-contratto .vertical_radio .frm_checkbox label input {
	margin-left: -6px;
}
.yith-wcaf-dashboard-contratto .frm_style_stile-di-formidable.with_frm_style .form-field {
	margin-bottom: 30px;
}
.yith-wcaf-dashboard-contratto .frm_dropzone.frm_single_upload {
	max-width: 600px;
	margin: 0 auto;
}
.icon-area-sommelier {
	display: inline-block;
    border: solid 2px #fff;
    border-radius: 27px;
    padding: 2px 12px 2px 14px;
}
.icon-area-sommelier img {
	width: 22px;
    margin-right: 4px;
}
.icon-area-sommelier span {
	text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
    /* width: 84px; */
    display: inline-block;
    line-height: 30px;
    font-weight: 500;
    vertical-align: top;
	color: #fff;
}
.icon-sommelier-top {
	display: inline-block;
}
.icon-sommelier-top img {
	height: 23px;
    margin-right: 0;
	width: 15px;
}

.logged-not-sommelier .ast-header-html-5 {
	display: none;
}

.form-box-condizioni {
	max-height: 200px;
    overflow: auto;
    border: solid 1px #dddddd;
    border-radius: 10px;
    padding: 15px;
    box-shadow: inset 0 0 10px 5px #f9f8f4;
}
.form-box-condizioni p {
	margin-bottom: 15px;
}

.yith-wcaf-dashboard-ordini-personali .settings-box h2 {
	display: none;
}
.yith-wcaf-dashboard-ordini-personali .my_account_orders {
	border-radius: 12px !important;
}
.yith-wcaf-dashboard-ordini-personali .my_account_orders tr th, .yith-wcaf-dashboard-ordini-personali .my_account_orders tr td {
	padding: 8px 10px;
}
.yith-wcaf-dashboard-ordini-personali .my_account_orders tr td:last-child {
	border-right: 0;
}
.woocommerce .yith-wcaf-dashboard-ordini-personali a.button {
	margin-bottom: 10px;
}


.yith-wcaf-registration-form .form-row .woocommerce-privacy-policy-text {
	display: none;
}
.yith-wcaf-registration-form label {
	padding-bottom: 7px;
	padding-top: 4px;
}

.yith-wcaf-registration-form.woocommerce input.button {
	font-family: 'Roboto',sans-serif;
	background-color: #a51038;
    border-color: #a51038;
    border: solid 2px #a51038;
    color: #fff;
}
.yith-wcaf-registration-form.woocommerce input.button:hover {
	font-family: 'Roboto',sans-serif;
	background-color: #fff;
    color: #a51038;
}


.woocommerce-info {
	background-color: #fff3cd;
    border-top-color: #cc9d14;
	color: #856404;
	display: block;
}
.woocommerce-info::before {
	color: #cc9d14;
}

.yith-wcaf-dashboard- .yith-wcaf-dashboard-summary .affiliate-stats:first-child .stat-box:first-child .stat-item:nth-child(3) {
	display: none;
}


.custom-ul {
	margin: 0;
	list-style-type: none;
	list-style: none;
}
.custom-ul li {
	position: relative;	
	list-style-type: none;
	list-style: none;
	line-height: 20px;
    margin-bottom: 4px;
	padding: 0 0 0 20px;
}
.custom-ul li::before {
	position: absolute;
	content: "";
	display: block;
	top: 6px;
    left: 4px;
    background-color: #a51838;
    width: 5px;
    height: 5px;
}

#crea-sel-vini {
	border: solid 1px #ddd;
    padding: 15px 18px;
    border-radius: 12px;
	margin-top: 10px;
	position: relative;
}
#crea-sel-vini .crea-sel-swipe {
	display: none;
	position: absolute;
    top: 12px;
    right: 20px;
    width: 22px;
    height: auto;
}
#crea-sel-vini #crea-sel-categories {
	
}
#crea-sel-vini #crea-sel-categories a {
	background-color: #fff;
    color: #a51038;
	font-size: 15px;
    padding: 9px 16px;
	margin-bottom: 10px;
}
#crea-sel-vini #crea-sel-categories a:hover, #crea-sel-vini #crea-sel-categories a.selected {
	background-color: #a51038;
    color: #fff;
}
#crea-sel-selects .crea-select-wrap {
	display: none;
	padding-top: 15px;
}

#area-sommelier-menu-btn {
	display: none;
	font-size: 15px;
	text-transform: uppercase;
    padding: 10px 16px;
    border-radius: 15px;
}

/*VALIDATE TOKEN USER CONTRACT*/
.box-validate-reg {
	padding: 10px 0px 70px;
}
.box-validate-reg button{
	margin-right: 0!important;
}
#completa-reg {
	margin-top: 30px;
	display: none;
}
#completa-reg p {
	margin: 30px 0 0;
}
#completa-reg input {
	padding: 10px 12px;
    font-weight: bold;
    border-radius: 12px;
    font-size: 16px;
	margin-right: 8px;
}

.p-high {
	text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: block;
    color: #777;
}

.yith-wcaf-table, .yith-wcaf-dashboard-ordini-personali .my_account_orders {
	min-width: 727px;
}

.yith-wcaf-table-top-bar form::after {
	clear: both;
	content: "";
	display: table-cell;
}
.custom-table-responsive-wrap {
	position: relative;
	clear: both;
}
.custom-table-responsive-wrap .custom-table-responsive-gif {
	position: absolute;
    top: 10px;
    right: 10px;
    width: 26px;
	display: none;
}

.yith-wcaf-dashboard-ordini-personali table {
	margin-bottom: 0 !important;
	margin-top: 10px !important;
}

.yith-wcaf-registration-form .login-form p.form-row .error-msg, .yith-wcaf-registration-form .register-form p.form-row .error-msg {
	position: relative;
	bottom: 0;
	left: 0;
}

.yith-wcaf-dashboard .yith-wcaf-dashboard-payments #withdraw_modal_opener {
	display: block !important;
    width: auto;
    clear: both;
    margin: 15px 0 24px;
    text-align: center;
    padding: 10px 15px 12px 10px;
}

.yith-wcaf-dashboard-payments {
	
}
.yith-wcaf-dashboard-payments .yith-wcaf-modal {
	
}
.yith-wcaf-dashboard-payments .yith-wcaf-modal .title {
	margin-bottom: 20px;
}
.yith-wcaf-dashboard-payments .yith-wcaf-modal .title h3 {
	color: #a51038;
}
.yith-wcaf-dashboard-payments .yith-wcaf-modal {
	
}
.yith-wcaf-dashboard .yith-wcaf-dashboard-payments #withdraw_modal .submit {
	background-color: #a51038;
	color: #fff;
	border: solid 2px #a51038;
	display: inline-block;
	width: auto;
}
.yith-wcaf-dashboard .yith-wcaf-dashboard-payments #withdraw_modal .submit:hover {
	background-color: #fff;
	color: #a51038;
}
.yith-wcaf-dashboard .yith-wcaf-dashboard-payments #withdraw_modal .balance-recap {
	border: none;
    background-color: #f4f4f5;
    max-width: 300px;
    margin: 0 auto;
}
.yith-wcaf-dashboard .yith-wcaf-dashboard-payments #withdraw_modal .withdraw-amount input {
	min-width: 100px;
}
.yith-wcaf-dashboard .yith-wcaf-dashboard-payments #withdraw_modal .withdraw-amount .woocommerce-Price-currencySymbol {
	color: #a51038;
}

/*PAGE COMMUNITY*/
.sec-faq-new {
	padding: 50px 0 200px;
}
.sec-contact-bottom {
	padding: 30px 0 70px;
}

#popup-community {
	max-width: 760px;
    padding: 60px 70px 60px 70px;
    text-align: center;
	position: relative;
}
#popup-community * {
	position: relative;
	z-index: 2;
}

#popup-community .fancybox-button {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	opacity: 1;
}

.site-header-section>div:last-child {
	padding-left: 0;
}

@media (min-width: 768px) {
	.pc-bacco-community {
	    margin: 0 0 0 100px;
	    transform: scale(1.5);
	}
	
}

@media (max-width: 991px) {
	.yith-wcaf-dashboard .yith-wcaf-table-top-bar {
		display: block;
	}
	.yith-wcaf-dashboard .yith-wcaf-table-top-bar select,
	.yith-wcaf-dashboard .yith-wcaf-table-top-bar input {
		margin-bottom: 8px;
	}
	.yith-wcaf-dashboard .yith-wcaf-dashboard-payments #withdraw_modal_opener {
		margin-left: auto;
		margin-right: auto;
		width: 230px;
	}
	.yith-wcaf-dashboard .yith-wcaf-table-top-bar .table-options {
		width: 100%;
	}
}
@media (max-width: 921px) {
	.woocommerce.yith-wcaf-dashboard table.shop_table_responsive tr {
		display: table-row;
	}
	.woocommerce.yith-wcaf-dashboard table.shop_table_responsive tr td {
		display: table-cell;
	}
	.woocommerce.yith-wcaf-dashboard table.yith-wcaf-table {
		border-spacing: 0 25px;
	}
	.yith-wcaf-registration-form .register-form {
		padding: 25px 20px;
	}
	.yith-wcaf-registration-form .register-form form.register {
		margin-top: 0;
		margin-bottom: 0;
	}
	.selezione-col-dx {
		padding-left: 28px;
	}
	.selezione-col-dx::after {
		left: 5px;
	}
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
		text-align: left !important;
	}
	.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
		border-top: 1px solid #ccc;
	}
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		float: none;
    	display: block;
		word-break: normal;
	}
	.yith-wcaf-dashboard table.yith-wcaf-table tr .column-status mark.status-badge {
		min-width: auto;
		word-break: normal;
	}
	.ast-header-break-point .ast-header-html-1 {
		padding-right: 0;
	}
}
@media (max-width: 768px) {
	.yith-wcaf-dashboard table.yith-wcaf-table.shop_table_responsive tr td {
		padding-top: 10px;
		padding-bottom: 10px;
		word-break: break-all;
		min-width: 54px;
	}
	.add-all-products-box {
		text-align: center;
	}
	#popup-community {
		padding: 30px 30px 35px 30px;
	}
}
@media (max-width: 767px) {
	
	.single-product.woocommerce span.onsale {
		padding: 4px 8px !important;
    	font-size: 14px;
	}
	
	.yith-wcaf-section .affiliate-stats {
		grid-column-gap: 15px;
		margin-bottom: 35px;
	}
	.yith-wcaf-section.yith-wcaf-dashboard-ordini-personali .affiliate-stats {
		grid-template-columns: repeat(2,1fr);
	}
	
	.yith-wcaf-dashboard table.yith-wcaf-table.shop_table_responsive tr td, .yith-wcaf-dashboard table.yith-wcaf-table.shop_table_responsive tr th {
		padding: 4px 6px;
	}
	.woocommerce.yith-wcaf-dashboard table.yith-wcaf-table {
		border-spacing: 0 15px;
	}
	.yith-wcaf-dashboard table.yith-wcaf-table.shop_table_responsive tr td {
		text-align: left !important;
	}	
	#area-sommelier-menu-btn {
		display: inline-block;
		margin-bottom: 15px;
	}
	.yith-wcaf-dashboard-navigation {
		display: none;
	}
	.yith-wcaf.yith-wcaf-dashboard .yith-wcaf-dashboard-navigation {
		float: none;
		width: 100%;
	}
	.yith-wcaf.yith-wcaf-dashboard .yith-wcaf-section {
		float: none;
		width: 100%;
		padding: 0;
	}
	.yith-wcaf.yith-wcaf-dashboard .yith-wcaf-dashboard-navigation {
		margin-bottom: 15px;
	}
	.woocommerce .yith-wcaf-section table.shop_table_responsive thead {
		display: table-header-group;
	}
	.woocommerce .yith-wcaf-section table.shop_table_responsive tr td::before {
		content: "";
	}
	.woocommerce.yith-wcaf-dashboard table.yith-wcaf-table.shop_table_responsive tr.empty-table td {
		text-align: center !important;
	}
	.woocommerce.yith-wcaf-dashboard table.shop_table_responsive tbody tr:first-child td:first-child {
		border-top: 1px solid #ccc;
	}
	.selezione-col-sx {
		display: none;
	}
	.yith-wcaf-registration-form .already-an-affiliate-wrapper, .yith-wcaf-registration-form .become-an-affiliate-form, .yith-wcaf-registration-form .pending-request-wrapper, .yith-wcaf-registration-form .rejected-request-wrapper {
		padding: 30px 30px;
	}
	
	.yith-wcaf.yith-wcaf-dashboard .yith-wcaf-dashboard-navigation, .yith-wcaf-dashboard .yith-wcaf-dashboard-summary .affiliate-stats .stat-box, .yith-wcaf-section .affiliate-stats .stat-box, .yith-wcaf-dashboard table.yith-wcaf-table, .yith-wcaf-dashboard .yith-wcaf-dashboard-settings .affiliate-settings-box .settings-box, .yith-wcaf-section .affiliate-settings-box .additional-info {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#crea-sel-vini #crea-sel-categories {
		overflow-x: auto;
	}
	#crea-sel-vini #crea-sel-categories-inner {
		min-width: 620px;
	}
	#crea-sel-vini #crea-sel-categories a {
		font-size: 14px;
    	padding: 8px 12px;
	}
	.crea-select-wrap ul li {		
	}
	.crea-select-wrap .prod_wrap {
		position: relative;
	}
	.crea-select-wrap .img-prodotto {
		position: absolute;
		top: 0;
		left: 0;
		float: none;
		width: 60px;
		margin: 0;
	}
	.crea-select-wrap .prod_info {
		position: relative;
    	padding-left: 68px;
		font-size: 14px;
    	line-height: 20px;
	}
	.crea-select-wrap .prod_price {
		font-size: 13px;
	}
	.sec-faq-new {
	    padding: 50px 0 100px;
	}
}
@media (max-width: 700px) {
	#crea-sel-vini .crea-sel-swipe {
		display: block;
	}
}
@media (max-width: 480px) {
	#crea-sel-vini #crea-sel-categories a {
		padding: 6px 12px;
	}
}
@media (max-width: 375px) {
	
	.single-product.woocommerce span.onsale {
		padding: 4px 5px !important;
		font-size: 13px;
		max-width: 80px;
		line-height: 15px !important;
	}
}

