/**
 * Custom CSS stylesheet. Add here your custom styles.
 *
 * Enable this file from the backend:
 * System -> Configuration -> Theme Setup -> Custom CSS -> Load Custom CSS File
 * 
 * Please refer to the User's Guide for more information.
*/


body.es_es #histogram .stars {
	width: 4rem !important;
}

body.es_es #select_language_chosen.chosen-container-active .chosen-single span:before,
body.es_es #select_language_chosen.chosen-container .chosen-single span:before {
	content: 'Idioma: ';
}
body.es_es #select_currency_chosen.chosen-container-active .chosen-single span:before,
body.es_es #select_currency_chosen.chosen-container .chosen-single span:before {
	content: 'Moneda: ';
}

.customer-account-login h1{color:#000000;}
.opc h1,
.checkout-multishipping-register h1 {
    color: #000000;
}
.opc .section.allow.active .step-title h2, .checkout-multishipping h2, .checkout-multishipping-address-newshipping h2, .checkout-onestep h2
{
    color:#000000;
}

.logo-container {
    text-align: center;
}

@media only screen and (max-width: 40.063em) {
    .logo-container.small-3 {
        width: 45%;
    }
}

/* Style for customizing banner info message to get free shipping */
.custom-shipping-cost{
	background-color: rgb(224, 52, 112);
    color: white;    
	height: 40px;
	margin-bottom: 20px;
}
.custom-free-shipping-cost{background-color: #6bb358;}

.custom-shipping-cost p{
	color: white;
	padding: 9px;
	margin-left: 30px;
}
.free-shipping-not-reached{ color: red; }
.free-shipping-amount { color: green; }

.custom-shipping-cost span{
    background-color: white;
    padding: 4px;
    border-radius: 3px;
    font-weight: 400;
}
.triangle-right {
    width: 0;
    height: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    overflow: hidden;
    float: left;
}

.triangle-right:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top:-500px;
    margin-left: -500px;
    border-top: 500px solid transparent;
    border-bottom: 500px solid transparent;
    border-left: 500px solid #ffffff;
}
.triangle-right2 {
    width: 0;
    height: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    overflow: hidden;
    float: right;
}

.triangle-right2:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top:-500px;
    margin-left: -500px;
    border-top: 500px solid #ffffff;
    border-bottom: 500px solid #ffffff;
    border-left: 500px solid transparent;
}
@media screen and (max-width: 480px) {
	.triangle-right {
		display: none;
	}
	.triangle-right2{display: none;}
	.custom-shipping-cost p{ margin-left: 10px;}
	.custom-shipping-cost span{padding: 2px;}
	.custom-shipping-cost{height: 60px;
}
}
/* END FREE SHIPPING STYLE */

/* --------------------- */
/* MOBILE MENU*/

.cart-img {
    margin-top: 18px;
    margin-right: 10px;
    margin-bottom: 50px;
}

.move-left a.exit-off-canvas {
    right: 250px!important;
    background: rgba(255, 255, 255, 0.5)!important;
    box-shadow: none;
}

/*END MOBILE MENU*/

/* MENU SUB MENU */

@media only screen and (min-width: 40.063em){

    .level1 a {
        font-size: 11px!important;
    }

    .top-bar-section .left li.mega-menu > ul > li {
        margin-bottom: 0px !important;

    }

    .top-bar-section .has-dropdown > a {
        font-size: 14px!important;
    }

    .top-bar-section > ul > li > a {
        font-size: 14px!important;  
    }

}

/* FIX PER IMMAGINI CHE NON SI VEDONO SU MOBILE - SCHEDA PRODOTTO */
@media only screen and (max-width: 40em) {
    .product-img-box {
        position: relative;
        z-index: 10;
    }
}

.error{
    background-color: yellow !important;
}

.customer-account-create h1{color:#000000;}

#payment_form_msp_cashondelivery li {
    display: inline-table !important;
    margin: 0px !important;
}

.block-account .last{display: none}
#checkout-review-table-wrapper {
    margin-right: inherit !important;
    margin-top: 20px !important;
}

/* -- Ottimizzazione layout Rivedi Ordine -- */
#checkoutSteps{
    padding: 3% 10% !important;

}
#checkout-review-table thead tr th{
    font-weight: 500 !important;
    padding: 1.5rem 1.625rem !important;
}
#checkout-review-table-wrapper h3{font-weight: 100 !important;}
#checkout-review-table-wrapper td, #checkout-review-table-wrapper th {
    font-size: 0.813rem !important;
}
#checkout-review-table tbody tr td {padding: 0.8rem 1.625rem !important;}

#checkout-review-table tfoot tr td {padding: 0.8rem 1.625rem !important;}
#checkout-review-table tfoot tr td .a-right {padding: 0.8rem 1.625rem !important;}
/* ---- Fine ottimizzazione rivedi ordine --- */

.my-phone{color: #ffffff !important;}

.checkout-multishipping-login h1{color:#000000 !important;}

.hideprice{background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3a4d6a), color-stop(1, #3a4d6a) ); !important; box-shadow: none !important;border: 0px !important;text-shadow: none !important}
.hideprice:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9c2d95), color-stop(1, #9c2d95) );
    background: -moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
    background-color: #9c2d95;
}
.hideprice a:hover{color:#ffffff;}

.product-shop .hideprice{margin-top:10px !important;}

.grouped-items-table .price{width:40% !important;text-align: end !important}

.compare-table .product-info{display: inline !important}

/* SEARCH BAR CUSTOM*/

@media only screen and (min-width: 40.063em)
{

    .header-ribbon {
        text-align: right!important;
        padding: 0px!important;
    }

.right-off-canvas-menu.main-nav {
    padding: 6px 0px;
}

.main-header .row {
    padding-top: 6px;
}

.form-search {
    height: auto;
}
#search_mini_form .form-search .input-text {
    margin-bottom: 5px;
}

.top-bar-section ul li {
    padding-top: 0px;
}

div.row.top-header {
    padding: 0px;
}

.rowsearch {
    background-color: #f1f1f1;  
}

.search {
    background-color: #f1f1f1;
    margin-top: 30px;
}

#label_search {
    padding-top: 12px; 
    padding-left: 20px;
    color: #333333!important; 
    font-weight: 400;
}

.icon-sec-menu:before {
    color: #fff;
}

#search_mini_form .form-search .sec-menu {
    border-color: none;
}

.search-box{
    background-color: #e0e0e0;
}

.form-search .button span {
    font-size: 16px!important;
}

.icon-search {
    color: #333333;
    padding-left: 10px;

}

.form-search .search-box {
    margin-right: 210px;
}

.form-search .action {
    width: 170px;
}

.form-search .button {
    width:120px;
}

.form-search .button:hover {
    background-color:#003f7d!important;
}

#search_mini_form .form-search label {
    color: #333;
}

.form-search .sec-menu {
    border: 0px!important;
}

.form-search .sec-menu:hover {
    background-color:#003f7d!important;
}

.top-bar-section ul.left {
    padding-left: 19px;
}


}
/*END SEARCH BAR CUSTOM*/

.top-bar .sup {
    top: -0.9em;
}

.main-logo{
    display: inline;
    margin: 10px auto !important;
}
#search_mini_form .form-search .input-text {
    color: #333333 !important;
}
#search_mini_form .form-search .input-text:hover {
    border-color: #afafaf !important;
}
@media only screen and (max-width: 40em) {
    .main-header .row{min-height: 100px}
}
.main-logo-small{display: none}
.logo-container{z-index: 1}