/* top menu dans header.page-header */
.switcher-language,.switcher-currency {
    margin: auto 10px;
}

/* correction formulaire contact */
.field {
	position: relative;
	padding: 8px 20px;
}

div.recaptcha {
	margin: 0;
}

/* correction homepage */ 
.banners a.btn-banner{
	background-color: rgb(72,91,95);
}
.banners a.btn-banner:hover {
    color: rgb(72,91,95);
    background-color: #FFF;
}

/* correction tunnel conversion */
#checkout #payment div.payment-method {
	padding-bottom: 20px;
	border-bottom: 1px solid black;
}

.sm-desktop .switcher .dropdown .mage-dropdown-dialog{
	position:absolute;
	left:-5px;
	top:0px;
	margin:0;
	padding:5px;
	width:38px;
	background:rgba(0,0,0,0.1);
	margin-top:5px;
}

.sm-desktop #switcher-currency .dropdown .mage-dropdown-dialog{
	position:absolute;
	left:-5px;
	top:33px;
	margin:0;
	padding:5px;
	width:150px;
	background:rgba(0,0,0,0.1);
	margin-top:5px;
}

.sm-desktop .switcher .dropdown.active .mage-dropdown-dialog{
	top:33px;	
}
.sm-desktop .switcher .dropdown .mage-dropdown-dialog a{
    -webkit-filter: grayscale(50%);
    -moz-filter:    grayscale(50%);
    -ms-filter:     grayscale(50%);
    -o-filter:      grayscale(50%);
	filter:      grayscale(50%);
}
.sm-desktop .switcher .dropdown .mage-dropdown-dialog{
	margin:0;
}

.sm-desktop .switcher .dropdown .switcher-trigger{
	cursor:pointer;
}

.sm-desktop .switcher .dropdown .mage-dropdown-dialog:hover{
	background:rgba(0,0,0,0.05);
}
.sm-desktop .switcher .dropdown.active  .mage-dropdown-dialog:hover a{
    -webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
	filter:      grayscale(0%);
}

.field.qty {
    display:none;
}

.links-title {
    display:none;
}

.catalog-product-view .product-options-wrapper .fieldset > .field.downloads-no-separately > .label {
    display: none;
}

.block-minicart .minicart-items .product.options[role="tablist"] .list > dt.label {
    display: none;
}

.block-minicart .minicart-items .product.options[role="tablist"] .list > dd {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 10px;
}

#shopping-cart-table .cart.item .product-item-details dl.item-options {
    display:none;
}

#shopping-cart-table .cart.item .product-item-details {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    text-align: left;
}

.action.compare {
    display:none;
}

.field.downloads.downloads-no-separately {
    display:none;
}

.page-product-downloadable .product-options-wrapper {
    border-top: 0px solid #e3e3e3;
}

.product-options-bottom .price-box {
    display:none;
}


.banners .col-md-6 a.btn-banner {
    width: 47%;
    max-width: 288px;
    text-align: center;
    margin: 0 10px 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.banners-3 > div:nth-child(2) .title-5 {
    color: #FFF;
}

.banners-3 .list-content > div {
    text-align: left;
    margin-left: 13%;
    margin-top: 0%;
}

.filter-options[role="tablist"] .filter-options-content .item a {
    text-transform: none;
}

.item-qty,.details-qty,.qty{
    display: none;
}

/* page customer: debug adresses supplémentaires */
.customer-address-index .items.addresses li.item {
    position: relative;
}
.catalog-product-view .action-skip-wrapper {
    display: none;
}