/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
*/

#authentication.shop-2 #header, #authentication.shop-2 nav, #authentication.shop-2 #footer{
    display:none;
}

#authentication.shop-2 .page-authentication #content{
    background:#fff;
    border:1px solid #333;
}

#authentication.shop-2{
    background-image: url(/b2b/img/ets_wholesale/1662107179_3232.jpeg);
    background-color: #505b60;
    background-size: cover;
}

#authentication.shop-2 #wrapper{
    background:transparent;
}

#authentication.shop-2 #content-wrapper{
    max-width: 725px;
    margin: auto;
    background: #fff;
    padding: 20px;
    border: 20px solid #eee;
    border-radius: 4px;
}

#authentication.shop-2 div.idxfm{
    display: flex!important;
}

#module-supercheckout-supercheckout #content-wrapper .section-title{
    font-size: 1.2rem;
}

.ets-btn-wholesale.ets-btn-wholesale-product{
    display:none;
}

.ets-ws-product-price-and-shipping{
    display:none;
}

label {
	margin-bottom:.5rem;
}

@media (min-width: 1200px) {
    h2 {
        font-size: 1.25rem;
    }
    h3 {
        font-size:1.125rem;
    }
}

#wrapper .breadcrumb {
	font-size:1rem;
}

/* 7/10/25 Modifica Ruben per task https://app.clickup.com/t/86c5ju71j */
@media(max-width: 575.98px) {
	#mobile-header .col-mobile-btn-menu .m-nav-btn > i, #mobile-header .col-mobile-btn-search .m-nav-btn > i {
		font-size:2rem;
		font-weight:bold;
	}
}
/* Fine modifica Hostinato */

/* 15/10/25 Modifica Ruben per task https://app.clickup.com/t/86c5a0f5b */
.btn-outline-primary, .btn-outline-primary.disabled, .btn-outline-primary:disabled {
	background:transparent;
	color:#48aa59;
	border:1px solid #48aa59;
}
.btn-outline-primary:hover, .btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
	background:#48aa59;
	color:#ffffff;
	border-color:#48aa59;
}
.btn.active, .btn.active:active, :not(.btn-check) + .btn:active {
	background:#48aa59;
	color:#ffffff;
	border:none 1px;
}
/* Fine modifica Hostinato */

/* Aggiunta Ruben per task https://app.clickup.com/t/86c59n43e */
#idxrcombtabs-product .combination-price, #idxrcombtabs-product .stock {
	font-size:110%;
	text-align:center;
}
#idxrcombtabs-product .combination-price {
	font-weight:bold;
}
#idxrcombtabs-product .table-combinations .table-combinations-header .header-item, #idxrcombtabs-product .table-combinations .table-combinations-body .body-item {
	width:100%;
}
/* Fine aggiunta Hostinato */

/* Aggiunta Ruben per task https://app.clickup.com/t/86c5mycww */
.using_awesome_font .ma_block_qty .ma_block_qty_vertical .btn i {
	left:.35rem;
	font-weight:900;
}
.js-mailalert input[type=email] {
	border:1px solid #ccc;
}
/* Fine aggiunta Hostinato */