.extrafee{
        display:none;
    visibility:hidden;
}
.form-create-account input[type=text], .form-create-account input[type=url],.form-create-account input[type=tel],
.form-create-account input[type=search], .form-create-account input[type=number],
.form-create-account input[type*=date],.form-create-account input[type=email] {
text-transform: uppercase;
}
.form-address-edit input[type="text"],.form-address-edit input[type="password"],.form-address-edit input[type="url"],.form-address-edit input[type="tel"],.form-address-edit input[type="search"],.form-address-edit input[type="number"],.form-address-edit input[type*="date"], .form-address-edit input[type="email"]{
    text-transform: uppercase;
}
.form-create-account #password{
    text-transform:none;
}
.form-create-account #password-confirmation{
    text-transform:none;
}

.form-create-account #asdi,.form-create-account #apec
{
    display: none;
}
.box-billing-address .box-actions{
    display: none;
}
.copyright:nth-of-type(1) {
    display: none;
}
.product-item-actions .actions-primary+.actions-secondary {
    display: none;
    vertical-align: middle;
}
.product-addto-links {
    display: none;
}
.buynow {

    display: none;
}
.buy-now-div .buynow {

    display: none !important;
}
.product-item .buynow {
    display: none !important;
}
.taxvat {
    border: 0;
    margin: 0 0 3px !important;
    padding: 0;

}
.choice.set.billing{
    display: none !important;
}
.form-address-edit .field.taxvat{
    display: none !important;
}
.form-address-edit .field.field-fiscal_code{
    display: none !important;
}
.form-address-edit .field.field-pec{
    display: none !important;
}

.form-address-edit .field.field-sdi{
    display: none !important;
}

.form-address-edit .field.company{
    display: none !important;
}
#street_2{
    display: none !important;
}
fieldset.address {
    margin-bottom: 0px;
}
.results .block{
    display: none;
}
#block-shipping{
    display: none;
}
/*
.opc-opc-form-for-payments .checkout-billing-address
{
    display:none;
}
*/
.totals.additionalfee th span.title:after
{
    display:none;
}
.block-reorder{
	 display:none;
}
.products-grid .product-item .qty {
    width: 40px;
    text-align: center;
    margin-right: 8px;
}

 @media screen and (min-width: 768px){
    @media (min-width: 768px), print {
        .block-search {
     padding-left: 0px !important;
float:left !important;
            min-width: 400px;
            width: 60% !important;
      top:15px;
            left: 9%;
        }
                .minicart-wrapper {

            margin-top: 15px;
        }
    }
}


.product-item-actions .field.qty {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;

    .control {
        .input-text.qty {
            width: 50px; 
            text-align: center;
        }
    }
    

    .label {
        display: none;
    }
}


.product-item-actions .actions-primary {
    display: inline-block;
    vertical-align: middle;
}

.qty-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    max-width: 110px;
}

.qty-wrapper button.qty-minus,
.qty-wrapper button.qty-plus {
    /*
    width: 28px;
    height: 28px;
    border: 1px solid #ccc;
    background: #f6f6f6;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    border-radius: 4px;
    */
}

.qty-wrapper input.qty {
    width: 45px;
    text-align: center;
}
.product-item-actions .actions-primary {
    display: flex;
    align-items: center;
    gap: 10px;
}