:root{
    --color-button-principale : #e04404;
    --color-button-secondario : #e04404;
    --color-button-secondario-hover : #ad3706;
    --color-button-standard : #fff;
    --color-border-button-standard : #e04404;
    --color-text-button-standard : #1b232e;
    --color-testoimportante : #1b232e;
    --color-logo: #e04404;
    --color-blue: #1b232e;
    --color-text-grey :#23446e;
    --bck-block: #f5f6f8;
}
html .navigation, html .breadcrumbs, html .page-header .header.panel, html .header.content, html .footer.content, html .page-wrapper > .widget, html .page-wrapper > .page-bottom, html .block.category.event, html .top-container, html .page-main {
	max-width: 1440px;
}
.block-minicart .block-content > .actions > .secondary {
    text-align: center;
    border: solid 1px var(--color-button-secondario);
    padding: 10px 10px;
    text-transform: uppercase;
    color: var(--color-button-secondario);
}
*::-webkit-scrollbar{width:5px}*::-webkit-scrollbar-track{background-color:transparent}*::-webkit-scrollbar-thumb{border:1px solid #000;background-color:transparent}
html .message.success {
    padding: 9px 20px 7px 40px;
    color: #43AC6A;
    border: solid 1px #43AC6A;
    background: white;
}
html .message.error {
	padding: 9px 20px 7px 40px;
    color: #de0000;
    border: solid 1px #de0000;
    background: white;
}
html a:visited, html .alink:visited {
	color: var(--color-button-secondario);
}
#narrow-by-list .filter-options-item .filter-options-content .items {
	    max-height: 192px;
    overflow-y: auto;
}
#narrow-by-list .filter-options-item .filter-options-content .items.am-filter-items-attr_category_ids {
max-height: 100%;	
}
#gotocart .button{
	font-size: 10px;
    padding: 2px 15px;
}
html .firecheckout .column.main {
    max-width: 1000px;
    margin: 0 auto;
}
#gotocart {
	    float: right;
     margin-bottom: 5px;
    margin-top: -5px;
}
html .message.success a {
	color: #43AC6A;
	text-decoration: underline;
	padding: 0px 5px;
}
html .message.success>*:first-child:before {
	font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f058";
    color: #43AC6A;
    top: 17px;    font-size: 20px;
}
html .message.error > *:first-child:before {
	font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f057";
    color: #de0000;
    top: 18px;
    font-size: 20px;
}
html .message.success a:hover {
	background: #43AC6A;
	color: white;
}
.action.primary:focus, .action.primary:active {
	background: var(--color-button-secondario-hover);
    border: 1px solid var(--color-button-secondario-hover);
}
.abs-revert-to-action-secondary, .paypal-review .block .actions-toolbar .action.primary, .abs-discount-block .actions-toolbar .action.primary, .abs-discount-block .actions-toolbar .action.cancel, .block-compare .action.primary, .cart-summary .block .actions-toolbar > .primary .action.primary, .cart-summary .form.giftregistry .fieldset .action.primary, .paypal-review-discount .actions-toolbar .action.primary, .paypal-review-discount .actions-toolbar .action.cancel, .cart-discount .actions-toolbar .action.primary, .cart-discount .actions-toolbar .action.cancel {
	background: white;
	border: solid 1px black;
	margin-left: 0px;
    border-radius: 0px;
}
html .abs-revert-secondary-color:hover, html .abs-revert-to-action-secondary:hover, html .paypal-review .block .actions-toolbar .action.primary:hover, html .abs-discount-block .actions-toolbar .action.primary:hover, html .abs-discount-block .actions-toolbar .action.cancel:hover, html .block-compare .action.primary:hover, html .cart-summary .block .actions-toolbar > .primary .action.primary:hover, html .cart-summary .form.giftregistry .fieldset .action.primary:hover, html .paypal-review-discount .actions-toolbar .action.primary:hover, html .paypal-review-discount .actions-toolbar .action.cancel:hover, html .cart-discount .actions-toolbar .action.primary:hover, html .cart-discount .actions-toolbar .action.cancel:hover, html .action.primary:hover {
	background: var(--color-button-secondario-hover);
	color: white;
	border-color: var(--color-button-secondario-hover);
}
html button:focus {
	outline: none !important;
}
.loading-mask .loader > img {
	max-width: 100px;
}
html *:focus {
    box-shadow: none;
    outline: 0
}
html .action-primary:focus, html .action-primary:active {
	background: var(--color-button-secondario-hover);
    border: 1px solid var(--color-button-secondario-hover);
    box-shadow: none;
}
.modal-content {
	border: none;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus,
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.block-compare .action.primary:not(:focus),
.cart-summary .block .actions-toolbar>.primary .action.primary:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus), 
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar>.primary .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active{
    box-shadow: none;
}
@charset "UTF-8";
@-webkit-keyframes slideInUp {from {    -webkit-transform: translate3d(0, 100%, 0);    transform: translate3d(0, 100%, 0);   visibility: visible;  }  to {    -webkit-transform: translate3d(0, 0, 0);    transform: translate3d(0, 0, 0);  }}
@keyframes slideInUp {  from {    -webkit-transform: translate3d(0, 100%, 0);    transform: translate3d(0, 100%, 0);    visibility: visible;  }  to {    -webkit-transform: translate3d(0, 0, 0);    transform: translate3d(0, 0, 0);  }}
.slideInUp {  -webkit-animation-name: slideInUp;  animation-name: slideInUp;}
@-webkit-keyframes slideOutUp {  from {    -webkit-transform: translate3d(0, 0, 0);    transform: translate3d(0, 0, 0);  }  to {    visibility: hidden;    -webkit-transform: translate3d(0, -100%, 0);    transform: translate3d(0, -100%, 0);  }}
@keyframes slideOutUp {  from {    -webkit-transform: translate3d(0, 0, 0);    transform: translate3d(0, 0, 0);  }  to {    visibility: hidden;    -webkit-transform: translate3d(0, -100%, 0);    transform: translate3d(0, -100%, 0);  }}
.slideOutUp {  -webkit-animation-name: slideOutUp;  animation-name: slideOutUp;}
.animated {  -webkit-animation-duration: 1s;  animation-duration: 1s;  -webkit-animation-fill-mode: both;  animation-fill-mode: both;}
.animated.infinite {  -webkit-animation-iteration-count: infinite;  animation-iteration-count: infinite;}
.animated.delay-1s {  -webkit-animation-delay: 1s;  animation-delay: 1s;}
.animated.delay-2s {  -webkit-animation-delay: 2s;  animation-delay: 2s;}
.animated.delay-3s {  -webkit-animation-delay: 3s;  animation-delay: 3s;}
.animated.delay-4s {  -webkit-animation-delay: 4s;  animation-delay: 4s;}
.animated.delay-5s {  -webkit-animation-delay: 5s;  animation-delay: 5s;}
.animated.fast {  -webkit-animation-duration: 800ms;  animation-duration: 800ms;}
.animated.faster {  -webkit-animation-duration: 500ms;  animation-duration: 500ms;}
.animated.slow {  -webkit-animation-duration: 2s;  animation-duration: 2s;}
.animated.slower {  -webkit-animation-duration: 3s;  animation-duration: 3s;}
@media (print), (prefers-reduced-motion: reduce) {  .animated {    -webkit-animation-duration: 1ms !important;    animation-duration: 1ms !important;    -webkit-transition-duration: 1ms !important;    transition-duration: 1ms !important;    -webkit-animation-iteration-count: 1 !important;    animation-iteration-count: 1 !important;  }}
.breadcrumbs a:visited, a, .alink , a:visited, .alink:visited, html .pages a.page:visited, html .pages a.page, html .pages a.page:hover, .breadcrumbs a:visited, .breadcrumbs a, .abs-action-remove, .abs-discount-block .action.check, .popup .actions-toolbar .action.cancel, .paypal-button-widget .paypal-button, .bundle-options-container .action.back, .block.related .action.select, .cart.table-wrapper .actions-toolbar > .action-delete, .cart.table-wrapper .action.help.map, .checkout-index-index .modal-popup .modal-footer .action-hide-popup, .opc-wrapper .edit-address-link, .opc-block-shipping-information .shipping-information-title .action-edit, .action-auth-toggle, .checkout-payment-method .checkout-billing-address .action-cancel, .checkout-agreements-block .action-show, .gift-options .actions-toolbar .action-cancel, .gift-summary .action-edit, .gift-summary .action-delete, .action-gift, .gift-wrapping-title .action-remove, .wishlist.split.button > .action, .abs-add-fields .action.remove, .paypal-review-discount .action.check, .cart-discount .action.check, .form-giftregistry-share .action.remove, .form-giftregistry-edit .action.remove, .form-add-invitations .action.remove, .form-create-return .action.remove, .form.send.friend .action.remove, html .firecheckout .opc-progress-bar li._complete span {
	color: var(--color-button-secondario);
}
.abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-discount-block .action.check:hover, .popup .actions-toolbar .action.cancel:hover, .paypal-button-widget .paypal-button:hover, .bundle-options-container .action.back:hover, .block.related .action.select:hover, .cart.table-wrapper .actions-toolbar > .action-delete:hover, .cart.table-wrapper .action.help.map:hover, .checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .checkout-agreements-block .action-show:hover, .gift-options .actions-toolbar .action-cancel:hover, .gift-summary .action-edit:hover, .gift-summary .action-delete:hover, .action-gift:hover, .gift-wrapping-title .action-remove:hover, .wishlist.split.button > .action:hover, .abs-add-fields .action.remove:hover, .paypal-review-discount .action.check:hover, .cart-discount .action.check:hover, .form-giftregistry-share .action.remove:hover, .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover {
	text-decoration: underline;
	color: black;
}
html a:hover, html .alink:hover , html a:visited:hover, html .alink:visited:hover {
	color: var(--color-button-secondario-hover);
	text-decoration: none;
}
._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
    box-shadow: 0px;
}








body {
	font-family: Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Ropa Sans', sans-serif;
    color: var(--color-testoimportante);
}
html .action.primary {
	background: var(--color-button-secondario);
	border-color: var(--color-button-secondario);
	text-transform: uppercase;
	padding: 12px 20px;
	font-size: 16px;
}
html .action.primary.checkout, html .action.primary.tocart {
	background: var(--color-button-principale);
	border-color: var(--color-button-principale);
	text-transform: uppercase;
}
.block-minicart .block-content > .actions > .primary .action.primary {
    background: var(--color-button-principale);
    color: white;
    padding: 10px 12px;
    width: 100%;
    position: relative;
    transition: transform .3s;
}
html button {
	background-image: none;
    background: var(--color-button-standard);
    border: 1px solid var(--color-border-button-standard);
    color: var(--color-text-button-standard);
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 0px;
    box-shadow: none;
}
html button:hover {
	background: var(--color-text-button-standard);
    border: 1px solid var(--color-text-button-standard);
    color: var(--color-button-standard);
}
html .block-minicart .block-content > .actions > .primary {
    margin: 0px;
    margin-bottom: 10px;
}
html .page-main, html .container, html .breadcrumbs {
	max-width: 1440px;
}
#logoheader .action.nav-toggle {
	display: none;
}
#menutopdf {
	padding-left: 0px;
}
#menutopdf .submenu {
	display: none;
}
#menutopdf li {
	list-style: none;
}
html .nav.items li, html .nav.items li a {
	width: 100%;
}
html .block-collapsible-nav .item.current a, html .block-collapsible-nav .item.current > strong {
    border-color: var(--color-button-secondario);
}
html .minicart-wrapper .action.showcart .counter.qty {
	background: var(--color-button-secondario);	
}


@media only screen and (max-width: 1440px){

}
@media only screen and (max-width: 1366px){

}
@media only screen and (max-width: 1280px){
    html body #menutopdf li{
        padding-left: 29px;
    }
}
@media only screen and (max-width: 1199px){
    html body .info_faq{
        display: none !important;
    }
    html body .menu_fullwidth{
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    html body .logo img{
        max-width: 200px;
    }
    html body .linktop .helptopdf{
        display: none;
    }
    #footerinfo > div:nth-child(4) p > a {
        padding-left: 70px;
    }

}
@media only screen and (max-width: 1024px){

}

@media only screen and (max-width: 991px){
    #menutopdf{
        justify-content: center;
    }
    html body #menutopdf li{
        padding-left: 22px;
        background-size: 22px !important;
        line-height: 22px;
    }
    html body .menu_fullwidth{
        padding: 0;
    }
}

@media only screen and (max-width: 767px){

}

@media only screen and (max-width: 575px){

}

@media only screen and (max-width: 480px) {
    #owlheader p{
        display: none;
    }
}

@media only screen and (max-width: 380px){

}

@media only screen and (max-width: 320px){

}