:root{
    --color-button-principale : #002e6d;
    --color-button-secondario : #002e6d;
    --colore-secondario : #009fe3;
    --color-button-secondario-hover : #002e6d;
    --color-button-standard : #fff;
    --color-border-button-standard : #002e6d;
    --color-text-button-standard : #002e6d;
    --color-testoimportante : #002e6d;
    --color-logo: #002e6d;
    --color-blue: #002e6d;
    /*--bkg-button-yello: #FFB700;*/
    --bkg-button-yello: #008001;
    --color-text-grey :#23446e;
    --bck-block: #f5f6f8;
}
@font-face {
    font-family: 'GeneralSans';
    src: url('../fonts/GeneralSans-Extralight.woff2') format('woff2'),
    url('../fonts/GeneralSans-Extralight.woff') format('woff'),
    url('../fonts/GeneralSans-Extralight.ttf') format('truetype');
    font-weight: 200;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'GeneralSans';
    src: url('../fonts/GeneralSans-Light.woff2') format('woff2'),
    url('../fonts/GeneralSans-Light.woff') format('woff'),
    url('../fonts/GeneralSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}


@font-face {
    font-family: 'GeneralSans';
    src: url('../fonts/GeneralSans-LightItalic.woff2') format('woff2'),
    url('../fonts/GeneralSans-LightItalic.woff') format('woff'),
    url('../fonts/GeneralSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: italic;
}


@font-face {
    font-family: 'GeneralSans';
    src: url('../fonts/GeneralSans-Regular.woff2') format('woff2'),
    url('../fonts/GeneralSans-Regular.woff') format('woff'),
    url('../fonts/GeneralSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}


@font-face {
    font-family: 'GeneralSans';
    src: url('../fonts/GeneralSans-Italic.woff2') format('woff2'),
    url('../fonts/GeneralSans-Italic.woff') format('woff'),
    url('../fonts/GeneralSans-Italic.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: italic;
}
@font-face {
    font-family: 'GeneralSans';
    src: url('../fonts/GeneralSans-Medium.woff2') format('woff2'),
    url('../fonts/GeneralSans-Medium.woff') format('woff'),
    url('../fonts/GeneralSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'GeneralSans';
    src: url('../fonts/GeneralSans-MediumItalic.woff2') format('woff2'),
    url('../fonts/GeneralSans-MediumItalic.woff') format('woff'),
    url('../fonts/GeneralSans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: italic;
}


@font-face {
    font-family: 'GeneralSans';
    src: url('../fonts/GeneralSans-Semibold.woff2') format('woff2'),
    url('../fonts/GeneralSans-Semibold.woff') format('woff'),
    url('../fonts/GeneralSans-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'GeneralSans';
    src: url('../fonts/GeneralSans-Bold.woff2') format('woff2'),
    url('../fonts/GeneralSans-Bold.woff') format('woff'),
    url('../fonts/GeneralSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

body > canvas {
    display: none;
}


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%;
    margin: 0;
}
.button_assist {
    text-align: center;
    padding: 8px;
    background: #1c9ad4;
    font-size: 13px;
    border-radius: 0 0 5px 5px;
}
.assitancebox {
    background: var(--color-button-secondario);
    color: white;
    border-radius: 5px;
}
.assitancebox .hd_assist {
    font-size: 21px;
    padding: 10px;
    font-weight: 600;
    line-height: 20px;
}
.assitancebox .info_asst{
    padding: 10px;
}
.assitancebox .info_asst span {
    clear: both;
    font-size: 12px;
    color: #c7dfea;
}
.assitancebox .info_asst .info_tel{
    font-size: 20px;
    padding: 5px 0;
}
.assitancebox .info_asst .info_tel a{
    color: white;
    padding-left: 10px;
    font-size: 15px;
}
#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;
}








html body {
	font-family: "GeneralSans",Arial, Helvetica, sans-serif !important;
    font-weight: 400;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'GeneralSans', 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(--bkg-button-yello);
	border-color: var(--bkg-button-yello);
	text-transform: uppercase;
    color: white;
}
.block-minicart .block-content > .actions > .primary .action.primary {
    background: var(--color-button-principale);
    border-color: 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: 1500px;
}
#logoheader .action.nav-toggle {
	display: none;
}
#menutopdf {
	padding-left: 0px;
}
html body #menutopdf .headsubcat li{
    padding: 2px 0;
}
.namecatlevel0 {
    padding: 0 15px;
    font-weight: 600;
    padding-bottom: 6px;
    display: block;
    font-size: 16px;
}
.box_search_code{
    padding: 40px 0;
    color: var(--color-blue);
    font-size: 40px;
    font-weight: 600;
}
#brandshp .titleblock{
    padding-bottom: 20px;
}
.bkg_blue {
    background: #bddae6;
    padding: 50px 0;
}
.color_yell.titleedit {
    color: #ffb701;
    font-size: 21px;
    font-weight: 500;
}
.edit_text {
    padding: 5px 0;
}
.edit_text b{
    font-weight: 500;
}
.edit_text a{
    color: white !important;
    padding-top: 10px;
    font-weight: 500;
    display: block;
}
.all_box {
    color: white;
    padding: 20px;
    background: #012d6d;
    border-radius: 15px;
    min-height: 150px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.all_box:after{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #009fe3 transparent;
    position: absolute;
    top: -50px;
    z-index: -1;
    right: -190px;
    border-width: 0px 175px 200px 175px;

}
.box_search_code .pretitle{
    font-size: 25px;
}
.box_search_code p{
    font-size: 14px;
    font-weight: 500;
}
.box_search_code p a{
    text-decoration: underline;
}
.box_search_code p i{
    padding-right: 15px;
}

#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);	
}
html .checkout-cart-index .page-footer,
html .checkout-cart-index .page-wrapper {
    background: #e0e4e6;
}
html .checkout-cart-index .summary.title,
html .checkout-cart-index #block-shipping,
html .checkout-cart-index .search_desk,
html .checkout-cart-index .cart_login,
html .checkout-cart-index #menutop,
html .checkout-cart-index #topcomunication{
    display: none !important;
}
html .checkout-cart-index .logo_desk{
    width: 100%;
    max-width: 100%;
    flex: 100%;
    padding: 0;
}
html .checkout-cart-index #logoheader .logo img{
    margin: 0 auto !important;
}

html .checkout-cart-index #logoheader{
    padding: 10px 0;
}
html .checkout-cart-index.stickyheaderdf .dfheader{
    position: relative;
}
html .checkout-cart-index .cart-totals .grand .mark,
html .checkout-cart-index .cart-totals .grand .amount,
html .checkout-cart-index .cart-totals,
html .checkout-cart-index .opc-block-summary .table-totals{
    border: 0 !important;
}

html .cart.table-wrapper .actions-toolbar > .action-delete{
    display: block;
    padding-top: 10px;
}

/*START*/
#logoheader{
    background: white;
    color: var(--color-border-button-standard);
}
#logoheader .logo img{
    width: 100%;
    max-width: 100px;
    margin: 0 auto;
}
html body .block-search{
    max-width: 450px;
}
html .minicart-wrapper .action.showcart:before, html .minicart-wrapper .action.showcart.active:before {
    background: url(../images/cart.svg) no-repeat;
    display: block;
    content: " ";
    height: 31px;
    position: relative;
    margin: 0 auto;
    width: 34px;
    top: 2px;
    left: -5px;
}
/*html body .icontopdf:hover,
html body .icontopdf{
    color: white !important;
}*/
html #topcomunication{
    background: var(--colore-secondario);
    color: white;
    align-items: center;
}
html #topcomunication .comunication{
    text-align: center;
    position: relative;
    padding: 5px;
}
#b2barea {
    position: absolute;
    top: 0;
    right: 0;
    background: #FFB700;
    padding: 6px 30px;
    font-weight: 600;
}
#most {
    background: #CDE2EC;
    border: 0;
}
#most .divlistcategory .box_border{
    background: white;
}
html #topcomunication p{
    margin: 0;
}
#topinsight {
    background: #EFEFEF;
    color: var(--color-button-secondario);
    text-align: center;
    padding: 6px 0px;
}
#topinsight .container > div {
    border-right: solid 1px #CCCCCC;
    font-size: 16px;
}
#topinsight img {
    max-width: 25px;
    margin-right: 10px;
}
.search-desk {
    display: block;
    width: 100%;
    clear: both;
    max-width: 450px;
}
#menutop{
    clear: both;
}
.page-footer .block_newsletter { padding: 40px 0px 6px 0px; }
.block_newsletter .block.newsletter{
    max-width: 100%;
    width: 100%;
}
html .block.newsletter input{
    width: 70%;
    margin-right: 5px;
    padding-left: 50px !important;
    background: #c8dfea;
    border: solid 2px #182161 !important;
    border-radius: 5px;
    height: 50px !important;
}
.page-footer .block_newsletter {
    padding: 40px 0px 6px 0px;
    background: #c8dfea;
}
.page-footer .block_newsletter button span {
    color: white;
}
.page-footer .block_newsletter button:hover span {
    color: white;
}
.page-footer .block_newsletter button{
    margin-top: 0 !important;
}
.page-footer .block_newsletter button:hover{
    background: #182161;
    border-color: #182161;
}
.page-footer .block_newsletter button{
    background: #182161;
    border-color: #182161;
    width: 29%;
    padding: 8px;
    margin-top: 1px;
    border-radius: 5px !important;
    font-size: 14px;
}
.title_newslet{
    margin-bottom: 0px;
    font-size: 20px;
    color: #182161;
}
.title_newslet + p{
    color: #182161;
}
.block.newsletter .field .control:before{
    margin-top: 5px;
}
html body #menutopdf .level0 .level-top{
    color: white;
    text-transform: capitalize;
}
html .catalog-product-view .prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after{
    display: none;
}
html .catalog-product-view .prices-tier .price-including-tax + .price-excluding-tax .price{
    font-size: 22px !important;
}
#footerinfo h5 {
    font-size: 19px;
    color: white;
    margin-bottom: 20px !important;
}
#footerclass ul li {
    list-style: none;
    line-height: 20px;
    padding-left: 0px;
    font-size: 16px;
}
#footerclass ul {
    padding-left: 0px;
}
#footerclass a {
    color: #388ab3;
}
html .page-footer{
    background: white;
    color: white;
    padding-bottom: 0px;
}
#footerclass ul li a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    margin-right: 7px;
}
.socialfooter ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
html .socialfooter ul li{
    font-size: 20px !important;
}
.socialfooter ul li a:before{
    display: none !important;
}
html .block.newsletter .field .control:before{
    background: url(../images/email.svg) no-repeat;
    content: " ";
    height: 30px;
    margin: 0 auto;
    width: 30px;
    top: 13px;
    left: 10px;
}
html .block.newsletter input::placeholder{
    color: #182161;
}
.supportfooter {
    color: white !important;
    font-size: 18px;
}
.supportfooter em{
    font-size: 22px;
}
#copyfooter{
    background: white !important;
    color: #182161;
    padding: 10px 0;
}
#copyfooter .copyfot .logofoot{
    max-width: 50px;
}
#copyfooter .copyfot .paymentlogo {
    max-width: 300px;
}
#footerclass {
    padding: 40px 0 0px;
    background: var(--color-button-secondario);
}
#footerclass .box_static{
    padding-top: 80px;
}
.cms-index-index #maincontent{
    max-width: 100%;
    padding: 0px;
}
.whatsapp_icon {
    position: fixed;
    bottom: 20px;
    right: 15px;
    cursor: pointer;
    z-index: 99999999;
}
.amorderattr_img_radio {
    padding-right: 20px !important;
}
.heading-text {
    font-size: 35px;
    font-weight: 600;
    padding: 40px 0;
}
.block_registration {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    background: #009fe3;
    padding: 20px;
    border-radius: 5px;
}
.block_registration.mobile_block{
    display: none;
}
.text_bold {
    font-size: 16px;
    font-weight: 600;
    color: white;
    padding-bottom: 10px;
}
.normal_text{
    color: var(--color-button-secondario);
    font-size: 16px;
}
.button_white {
    background: white;
    padding: 10px;
    font-weight: 600;
    display: block;
    border-radius: 5px;
    max-width: 250px;
    margin: 10px auto;
    margin-top: 10px;
}
html .imagebox{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    height: 280px;
    background-position: center center !important;
}
html .box-vertical.dx .imagebox.one{
    height: 330px;
}
html .box-vertical.dx .imagebox.two{
    height: 230px;
}
html .box-central .imagebox{
    max-height: 100% !important;
    height: 100% !important;
}
#banner_tracking{
    padding: 30px 0;
}
.banner_access{
    padding: 30px 0;
}
.banner_access .box-text-sx,
#banner_tracking .box-text-sx{
    background-color: var(--color-button-secondario);
    color: white;
    padding: 45px;
    position: relative;
    border-radius: 10px 0 0 10px;
}
.banner_access .box-text-sx{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.mytexthead.linktop.logedin {
    display: flex;
    align-items: center;
}
.banner_access .box-img-dx{
    background: url("../images/riparatore-elettrodomestico.jpg") no-repeat center;
    border-radius: 0 10px 10px 0;
    min-height: 250px;
    background-size: cover;
}
.banner_access .button_white{
    margin-left: 0;
    text-align: center;
    max-width: 300px;
    width: 100%;
}
.banner_access b,
.banner_access strong{
    font-weight: 500 !important;
    color: #FFB700 !important;
}
.banner_access .text{
    font-size: 18px;
}
#banner_tracking .box-img-dx{
    background: url("../images/tracking_banner.jpg") no-repeat center center;
    border-radius: 0 10px 10px 0;
    min-height: 330px;
}
#banner_tracking .button_white{
    max-width: 300px;
    margin-left: 0;
    text-align: center;
}
#banner_tracking .title_head {
    font-size: 22px;
    padding-bottom: 10px;
    font-weight: 600;
}
#banner_tracking .text{
    padding-bottom: 20px;
    font-size: 18px;
}
.banner_access .box-text-sx:after{
    content: '';
    background-color: var(--color-button-secondario);
    position: absolute;
    left: 99.9%;
    width: 200px;
    height: 100%;
    top: 0;
    display: block;
    z-index: 8;
    clip-path: polygon(100% 0, 0 0, 0 100%);
}
#banner_tracking .box-text-sx:after {
    content: '';
    background-color: var(--color-button-secondario);
    position: absolute;
    left: 99.9%;
    width: 100px;
    height: 100%;
    top: 0;
    display: block;
    z-index: 8;
    clip-path: polygon(0 0, 0 100%, 66% 100%);
}
html body .form.create.account .fieldset{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 !important;
    order: 2;
}
html body .form.create.account .fieldset.address {
    margin-top: 25px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
html .customer-account-create #banner_tracking{
    display: none;
}
html .customer-account-create .page-wrapper{
    background: #e0e4e6;
}
.head_title {
    text-align: center;
    font-size: 18px;
    color: var(--color-button-secondario);
    padding-bottom: 20px;
}
html .customer-account-create .field.choice.newsletter{
    display: none;
}
html .customer-account-create .actions-toolbar .primary{
    width: 100%;
}
html .customer-account-create .actions-toolbar .primary .action{
    width: 100%;
    margin: 0 !important;
    background: var(--colore-secondario);
    border: 0;
    border-radius: 5px !important;
}
.box_checkbox {
    text-align: left;
    padding-bottom: 30px;
    font-size: 16px;
    color: black;
}
.box_checkbox a{
    color: black;
    font-weight: 600;
    text-decoration: underline;
}
html .customer-account-create .privacy-policy-cookie{
    padding-right: 20px !important;
}
.head_title .hdtit {
    font-weight: 600;
    font-size: 32px;
    color: var(--color-button-secondario);
}
.shdtit {
    max-width: 400px;
    margin: 0 auto;
}

html .admin__legend.step-title{
    display: none;
}
html body .form.create.account .fieldset.create.info{
    order: 2;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
html body .form.create.account .fieldset > .field{
    max-width: 48%;
    width: 100%;
    padding: 0;
}
html .pulsante_dentro_prodotto{
    color: white;
}
html .pulsante_dentro_prodotto:hover{
    opacity: .8;
}
#layered-filter-block .filter-options-item.Marchi{
    display: block !important;
}
html body .form.create.account .field.email,
html body .form.create.account .field.telephone{
    max-width: 100%;
}
html body .form.create.account .fieldset.create.account{
    order: 3;
    width: 100%;
    padding-top: 20px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
html #group-fields-customer-attributes{
    order: 1;
    width: 100%;
}
html body .form.create.account .actions-toolbar{
    order: 4;
    width: 100%;
}
.form-create-account .fieldset.create.account:after{
    display: none !important;
}
#b2barea a,
.button_white a{
    color: var(--color-button-secondario) !important;
}
#bannerhp {
    padding: 30px 0;
}
#bannerhp .box-vertical .imagebox:first-child{
    margin-bottom: 15px;
}
html .imagebox{
    position: relative;
}
html .imagebox .titlebox{
    position: absolute;
    bottom: 15px;
    left: 20px;
    font-size: 20px;
    color: white;
    z-index: 2;
}
#overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
    z-index: 1;
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgb(2 0 36 / 47%) 0%, rgb(11 11 11 / 56%) 3%, rgb(255 255 255 / 17%) 60%);
}
html .imagebox .titlebox span{
    position: relative;
}
html .imagebox .titlebox span:after {
    content: '\f054';
    color: white;
    font-family: "Font Awesome 5 Pro";
    font-size: 13px;
    padding-left: 20px;
}
.products.list .linkcatlist{
    text-align: center;
    padding: 0;
}
.products.list .linkcatlist a:hover .hovercart {
    display: initial;
}
.products.list .linkcatlist a:hover img {
    background: var(--color-button-secondario);
    display: none;
}
.products.list .linkcatlist a img:hover {
    opacity: 1;
}
.linkcatlist a img {
    background: #ffb700;
    border-radius: 4px;
}
.products.list .bottomcatlist {
    font-size: 18px;
    line-height: inherit;
    padding: 0;
}
html .wishcatlist {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 22px;
    color: #c4c4c4;
    z-index: 8;
}

.divlistcategory .box_border {
    border: solid 2px var(--colore-secondario);
    background-color: #ffffff;
    border-radius: 7px;
    position: relative;
    padding: 15px;
    min-height: 410px;
}
.divlistcategory .image_carousel{
    text-align: center;
}
.linkcatlist .hovercart, .owl-carousel .owl-item img.hovercart {
    display: none;
}

.products.list .linkcatlist a:hover .normalcart {
    display: none;
}
.products.list .divlistcategory .linkcatlist img{
    max-width: 40px;
    width: 100%;
    padding: 10px;
}
html .wishcatlist i{
    color: var(--colore-secondario);
}
.products.list .border-top{
    padding-top: 15px;
}
.name_product.namecatlist {
    padding-bottom: 10px;
    min-height: 67px;
    font-weight: 600;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.name_product.namecatlist a{
    color: #333;
    word-break: break-word;
}
html .percscont {
    font-size: 12px;
    background: #D96262;
    color: white;
    padding: 1px 6px;
    border-radius: 4px;
    margin-left: -25px;
}
html .product-item .price-box .price {
    font-weight: 600;
    white-space: nowrap;
    color: var(--color-button-secondario);
    font-size: 26px;
}
html .products.list .product-item .price-box{
    text-align: right;
    flex-wrap: wrap;
    margin: 0;
    display: flex;
}
html .product-item .divlistcategory .price-box{
    text-align: left !important;
}
html .products.list .product-item .old-price {
    /*margin: 5px 0;
    width: 100%;*/
    display: none;
}
html .products.list .product-item .old-price .price{
    color: var(--color-blue) !important;
    text-decoration: line-through ;
    font-size: 21px !important;
}
.staticprogressive {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 14px;
}
.staticprogressive img{
    max-width: 50px;
}
#text_progressive{
    padding-right: 10px;
}
html .pricebox{
    text-align: right;
}
html .pricebox .ivatext{
    color: #009fe3;
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: 500;
}
html .single_box_product .box_border_left{
    border-left: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
}
html .single_box_product .box_border_left .shipday,
html .single_box_product .box_border_left .product-item-inner{
    width: 100%;
}
html .single_box_product .box_border_left .product-item-inner{
    margin-top: auto;
}
html .toolbar .sorter-action{
    display: none !important;
}
html .breadcrumbs a{
    color: var(--color-button-secondario) !important;
}
html .breadcrumbs strong{
    font-weight: 700;
    color: var(--color-button-secondario);
}
html .products.list .product-item .old-price .price {
    color: #7a7878;
    font-weight: 400;
    font-size: 16px;
}
/*html .products.list .product-item .special-price{
    display: block;
    width: 100%;
}*/
html .titleblock{
    font-size: 22px;
    color: var(--color-button-secondario);
    font-weight: 600;
    padding-left: 15px;
}
html .head_block {
    display: flex;
    align-items: center;
    padding: 30px 10px;
}
html .head_block i{
    font-size: 40px;
    color: #0d95e8;
}
html #most .head_block i{
    color: red;
}
.producthomeblock .subtitle {
    font-size: 14px;
    font-weight: 400;
}

html #newarrivals .owl-nav,
html .producthomeblock .owl-nav {
    display: block !important;
    position: absolute;
    top: 35%;
    width: 100%;
    color: #e1e1e1;
}

html .block-search input{
    border-radius: 5px;
    font-weight: 600 !important;
    border-color: #012d6d !important;
    -webkit-box-shadow: 0 0 3px 0px #4e73a9 !important;
    box-shadow: 0 0 3px 0px #4e73a9 !important;
    font-size: 16px !important;
}
html .mst-searchautocomplete__autocomplete{
    left: 15px !important;
    top: 33px !important;
}
html .block-search .action.search:before{
    font-size: 16px;
    color: white !important;
}
.search_desk .block-search .action.search {
    top: 4px;
    background: #012d6d !important;
    border-radius: 100% !important;
    width: 32px;
}
.block-search .action.search:hover{
    opacity: .7;
}
html .product-item-actions .actions-primary{
    display: block;
}
html .action.primary.tocart {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 10px !important;
}
html .form-addtocart #qty{
    max-width: 40px;
    margin-right: 0;
    height: 40px !important;
    text-align: center;
    margin: 0;
    width: 70px;
    border-color: var(--colore-secondario) !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
html .form-addtocart .field.qty .control{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    justify-content: flex-end;
}
html .brandsingle {

}
html .action.primary.tocart img{
    max-width: 50px;
    width: 100%;
}
html .catalog-category-view .page-title .base{
    font-size: 40px;
    color: var(--color-button-secondario);
    font-weight: 500;
}
html .catalog-category-view .page-title{
    margin-bottom: 10px;
}
html .category-description{
    font-size: 16px;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 22px;
}
html .cart-area{
    border: 1px solid var(--color-button-secondario);
    padding: 10px;
    border-radius: 10px;
}
html .accounttop.icontopdf{
    padding-right: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}
html .accounttop.icontopdf i{
    font-size: 28px;
}
.helloinfo a {
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0px;
}
html #newarrivals .owl-nav .owl-prev,
html .producthomeblock .owl-nav .owl-prev {
    margin-left: -10px;
    font-size: 50px;
    float: left;
}
html #newarrivals .owl-nav .owl-next  , html .producthomeblock .owl-nav .owl-next {
    float: right;
    margin-right: -10px;
    font-size: 50px;
}
html .owl-theme .owl-nav [class*=owl-]:hover{
    background:inherit;
    color: initial;
}
.single_box_product {
    border: 2px solid var(--colore-secondario);
    margin-bottom: 0px !important;
    border-radius: 15px;
    padding: 12px;
}
.name_prod{
    font-size: 21px;
    width: 100%;
    display: block;
}
html .name_prod a{
    color: #333333;
    font-weight: 600 !important;
}
html .imagebox .titlebox a{
    color: white;
}
html .single_brand{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 0 5px;
}
html .breadcrumbs .item:not(:last-child):after{
    content: '\f111' !important;
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    color: var(--color-button-secondario);
    font-size: 5px;
}
html .skuprod {
    color: white;
    font-size: 17px;
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 10px;
}
html .skuprod span.label-sku{
    background: var(--color-button-secondario);
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 20px;
    font-weight: bold;
}
html .catalog-category-view .codici_orig .single_cod{
    font-weight: 500;
    font-size: 16px;
}
html .single_box_product .wishlist {
    margin-top: auto;
}
html .action.primary.tocart:hover{
    background: var(--color-button-secondario);
    color: white;
}
html .action.primary.tocart:hover .normalcart{
    display: none;
}
html .action.primary.tocart:hover .hovercart{
    display: block;
    margin: 0 auto;
}
html .page-products .sorter .sorter-label{
    color: var(--color-button-secondario);
    font-weight: 600;
}
html .shipday {
    padding-bottom: 25px;
    text-align: right;
    font-size: 12px;
    color: #D96262;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
html .box_name{
    display: flex;
    flex-wrap: wrap;
}
html .product-item .action.towishlist{
    color: var(--color-button-secondario);
    font-weight: 400;
    text-transform: initial ;
}
html .product-item .action.towishlist:before{
    content: '\f004';
    font-family: "Font Awesome 5 Pro";
}
html body .products + .toolbar-products .limiter{
    display: none !important;
}
html .products.wrapper~.toolbar .pages{
    float: none;
}
html .pages strong.page{
    background: transparent;
    color: var(--color-button-secondario);
}
html .products-grid.wishlist .product-item-actions .action.edit{
    display: none;
}
html .products-grid.wishlist .product-item-comment{
    height: 45px;
    margin: 30px 0;
}
html .products-grid.wishlist .product-item .product-item-info:hover{
    z-index: 0;
}
html .pages .action:hover,
html .pages .action{
    background: transparent;
}
html .pages .action.next:before{
    content: '\f061';
    font-family: "Font Awesome 5 Pro";
}
html .pages .action.previous:before{
    content: '\f060';
    font-family: "Font Awesome 5 Pro";
}
html #footerinfo > div:first-child a {
    color: white;
}
html #footerinfo > div:first-child {
    line-height: 32px;
    font-size: 18px;
}
html #footerinfo > div:not(:first-child) a{
    font-weight: 600;
}
.banner-catalogo-ris {
    background: #009fe3;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    align-items: center;
    color: white;
}
.intest {
    font-weight: 600;
    font-size: 22px;
}
.banner-catalogo-ris .button_white{
    text-align: center;
    max-width: 100%;
}
.banner-catalogo-ris .button_white a{
    color: var(--color-border-button-standard);
}
html .small-text {
    text-align: center;
    font-size: 14px;
    margin: 0;
}
html .page-with-filter .toolbar-amount{
    color: var(--colore-secondario);
}
html body .product-info-price .price-box .price-container .price {
    font-weight: 600;
    font-size: 35px;
    color: var(--colore-secondario);
    letter-spacing: 1px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
html .textVat {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #009fe3;
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 0 6px;
}
html .price .textVat {
    display: block;
}
html .percscont.df{
    margin-left: 0;
}

html .price-wrapper .discount{
    display: block;
}
html body .product-info-price .price-box .old-price .price-wrapper{
    display: flex;
}
html .catalog-product-view .product-info-main .page-title-wrapper .page-title{
    margin-bottom: 0px;
}
.skuproductpage {
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin: 0;
    background: var(--color-button-secondario);
    padding: 5px 20px;
    border-radius: 5px;
}
.banner_riservato {
    margin-top: 30px;
    margin-bottom: 30px;
}
html .title_attr {
    font-weight: bold;
    font-size: 16px;
    color: var(--color-button-secondario);
    padding-right: 5px;
}
html .single_cod {
    color: black;
    word-break: break-word;
}
#brandshp .titleblock{
    padding-left: 0;
}
.codici_orig .single_cod{
    font-size: 16px;
    font-weight: 500;
}
#layered-filter-block .filter-options-item{
    display: none;
}
#layered-filter-block .filter-options-item.Categoria,
#layered-filter-block .filter-options-item.active{
    display: block;
}
/*html p{
    font-size: 16px;
}*/
html .pricebox .wishlist span{
    display: none;
}

html .codici_orig{
    padding-top: 20px;
}
html .page-products .codici_orig,
html .catalog-category-view .codici_orig{
    padding-top: 0;
}
.catalog-category-view .codici_orig {
    width: 100%;
}
.sidebar-main .label {
    word-wrap: break-word;
}
.cat-home .skuprod,
.producthomeblock .skuprod{
    margin: 10px 0;
}
.catalog-product-view .banner-catalogo-ris{

}
.catalog-product-view .banner-catalogo-ris .intest{
    font-size: 16px;
    margin: 0;
}
.tierpricebox {
    background: #ebf2f5;
    max-width: 500px;
    padding: 30px 50px;
    border-radius: 15px;
}
html body .product-info-main .product-info-price .old-price,
.catalog-product-view .special-price.discountedprice {
    width: 100%;
    display: block;
}

html .catalog-product-view .prices-tier .item{
    list-style: disc;
    font-weight: 600;
    font-size: 16px;
    list-style-position: inside;
}


.titletier {
    font-size: 22px;
    font-weight: bold;
    color: #008001;
    padding-bottom: 30px;
}
html .products-list .product-item-details,
html .products-list .product-item-info,
html .products-list .product-item{
    display: block !important;
}
html .sidebar .widget.block.block-static-block{
    display: none;
}
html .catalog-topnav.amasty-catalog-topnav{
    display: none;
}
.catalog-product-view .qtypz {
    font-size: 20px;
}
.titletier i{
    font-size: 40px;
    padding-right: 10px;
}
 .product-items .titletier i{
    font-size: 25px;
}
.catalog-product-view .banner-catalogo-ris .button_white{
    font-size: 13px;
}
html body .product-info-main .product-info-price{
    margin-bottom: 0;
    padding: 20px 0;
}
.catalog-product-view .banner-catalogo-ris .small-text{
    display: none;
}
html .description {
    padding-top: 20px;
}
html .tool .single_select{
    padding: 10px 1px;
    text-align: left;
}
html .tool .single_select .title_select{
    display: block;
    font-size: 16px;
}
html .tool .single_select select{
    height: 70px !important;
    background: #c8dfea;
    font-size: 18px;
}
.box_name .brands{
    display: block;
    width: 100%;
}
.headbox {
    min-height: 46px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}

html .minimal-price-link{
    display: none !important;
}
html .ui-menu-item.level0.parent.twocolumn {

}
html .subtitle_select a{
    color: var(--bkg-button-yello) !important;
    text-decoration: underline;
}
html .subtitle_select {
    font-size: 12px;
    display: block;
    width: 100%;
}
html .finder {
    padding-bottom: 50px;
}
html .product-add-form{
    max-width: 500px;
    margin-left: auto;
}
html .action.primary.tocart .hovercart{
    display: none;
}
html .action.primary.tocart:hover .hovercart{
    display: block;
}
html .catalog-product-view .product-info-main .box-tocart .action.tocart{
    padding: 0;
}
html .product-info-main .box-tocart .fieldset #qty{
    width: 70px;
    border-color: var(--colore-secondario) !important;
}
.cartminplus {
    display: inline-block;
    padding: 0px 8px;
    border: solid 1px var(--colore-secondario);
    border-right: 0px;
    line-height: 38px;
    border-radius: 5px 0px 0px 5px;
    cursor: pointer;
    background: white;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 20px;
}
html .catalog-product-view .product-info-main .box-tocart .action.tocart span{
    margin: 0 auto;
}
html .catalog-product-view #maincontent{
    border-top: 1px solid #D6D8DB;
}
html .catalog-product-view .breadcrumbs{

}
#pluscart.cartminplus {
    border-right: solid 1px var(--colore-secondario);
    border-left: 1px solid #009fe3;
    border-radius: 0px 5px 5px 0px;
}
.product-info-main .box-tocart .fieldset .control {
    display: flex;
}
#switcher-language-trigger strong i {
    padding-left: 4px;
}
#triglang img,
.switcher-language .switcher-trigger img {
    width: 23px;
    max-width: 23px;
}
#switcher-language-trigger {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
}
html .page-header .switcher{
    float: left;
}
#switcher-language-trigger strong {
    display: flex;
    align-items: center;
}
#switcher-language .actions.dropdown.options.switcher-options {
    width: 30px;
}
#switcher-language ul {
    padding: 10px;
    z-index: 2;
    position: absolute;
    width: 70px;
    right: 0px;
    background: white;
    z-index: 9;
    margin-bottom: 0px;
}
html .page-header .switcher .options .action.toggle:after{
    display: none !important;
}
#switcher-language ul li {
    list-style: none;
    margin-bottom: 0px;
}
#topheader a {
    text-decoration: underline;
}
.switcher-language .switcher-option .name_switch_lang {
    display: none;
}
.product-info-main .box-tocart .fieldset #qty {
    border-right: 0px !important;
    border-left: 0px !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
html .breadcrumbs .items>li:last-child{
    font-weight: 600;
    color: var(--color-button-secondario);
}
html #layered-filter-block {
    background: #c8dfea;
    border-radius: 5px;
}

html body .filter-options-item.allow.active .filter-options-title{
    color: white;
    background: var(--colore-secondario);
}
html .numberbrand span{
    font-weight: 600;
    text-transform: uppercase;
}
html #brandshp {
    padding: 40px 0;
}
html #brandshp .single-brand {
    width: 100%;
}
html #brandshp #brands_slider_one{
    align-items: center;
}
html #brandshp #brands_slider_one .am-image-wrapper {
    background-color: #ffffff;
    height: 70px;
    display: flex;
    align-items: center;
}
html #brandshp #brands_slider_one .am-image {
    height: auto;
    width: auto !important;
    max-height:70px;
    margin: 0 auto;
}
html #brandshp #brands_slider_one .single-brand {
    text-align: center;
    padding-bottom: 45px;
}
html .button_allbrands{
    text-align: center;
}
html .button_allbrands a {
    background: var(--colore-secondario);
    color: white !important;
    padding: 10px;
    border-radius: 5px;
    max-width: 250px;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 600;
}
.items[class*='am-filter-items-attr_category']:not(.items-children)>.item>a{
    font-weight: 400 !important;
    color: var(--color-button-secondario);
}
html .filter-options-content .items.-am-singleselect .amshopby-link-selected{
    font-weight: 600 !important;
    text-decoration: inherit;
}
html .fotorama__thumb-border{
    border: 1px solid var(--colore-secondario);
    border-radius: 5px;
}
html .add-to-wish{
    text-align: right;
}
.boxinfo {
    color: var(--color-button-secondario);
}
.boxinfo .box{
    padding: 25px 15px;
    display: flex;
    align-items: center;
}
.boxinfo .box .title {
    font-weight: 600;
    font-size: 16px;
}
.info_box {
    padding-left: 30px;
}
.icon_box img{
    width: 100%;
    max-width: 50px;
    max-height: 40px;
}
.icon_box {
    background: #f4f6f9;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    max-width: 70px;
    text-align: center;
    min-height: 60px;
    display: flex;
    align-items: center;
}
.boxinfo .box .titlebox{
    display: flex;
    align-items: center;
}
.boxinfo .box span{
    display: block;
}
.boxinfo .box:not(:last-child){

}
html body .product-info-main .product-info-price .amasty-hide-price-container{
    display: none !important;
}
html .old-price{

}
html .savePercent {
    margin: 0;
    background: transparent;
    max-width: 100%;
    color: red;
    display: block;
    font-weight: 600;
}
.cms-i-miei-prezzi .textVat,
.page-products .textVat{
    width: auto;
}
.disclaimer {
    padding-top: 20px;
    color: var(--colore-secondario);
}
.boxinfo .box .other a{
    text-decoration: underline;
    color: #0ea4ed !important;
}
.boxinfo .box .other {
    color: #0ea4ed;
}
.boxinfo .box .numbertel {
    font-size: 17px;
}
html .tab_info_prod .product.data.items>.item.content{
    border: none !important;
    padding-left: 0;
}
html .tab_info_prod .product.data.items>.item.title>.switch{
    color: #16277d;
    text-decoration: none;
    background: transparent;
    border: 0;
    text-align: left;
    font-size: 20px;
    position: relative;
    padding: 0;
    padding-right: 100px;
    border-bottom: 1px solid #ccc;
}
html .tab_info_prod .product.data.items>.item.title.active{
    position: relative;
}
html .tab_info_prod .product.data.items>.item.title.active .switch{
    font-weight: bold;
}
.product.data.items>.item.title:not(.disabled)>.switch:active, .product.data.items>.item.title.active>.switch, .product.data.items>.item.title.active>.switch:focus, .product.data.items>.item.title.active>.switch:hover{
    color: #16277d !important;
}
html .tab_info_prod .product.data.items>.item.title.active:after{
    content: '';
    background-color: var(--colore-secondario);
    width: 80%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}
html .request-assistance{
    text-transform: uppercase;
    text-align: right;
    padding-top: 15px;
}
html .request-assistance i{
    font-size: 17px;
    padding-right: 5px;
}
html .box-tocart{
    margin-bottom: 0px;
}
html .checkout-index-index #topcomunication,
html .checkout-index-index .search_desk,
html .checkout-index-index .cart_login{
    display: none;
}
html .checkout-index-index .logo_desk {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    text-align: center;
}
html .checkout-index-index .logo_desk img{
    margin: 0 auto;
    max-width:350px;
}
html .checkout-index-index #logoheader{
    padding: 10px 0 !important;
}
html .checkout-index-index .checkout-header .title{
    font-weight: bold;
}
html .checkout-index-index .page-wrapper{
    background: #DFE4E6;
}
html .amcheckout-step-container .amcheckout-title+.amcheckout-content>.amcheckout-wrapper{
    background-color: white;
    padding: 20px;
}
html .checkout-index-index .page-main{
    max-width: 1680px;
}
html .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
html .amcheckout-step-container .amcheckout-title{
    text-align: center;
    color: #284999;
    text-transform: uppercase;
    background: white !important;
    padding-top: 40px;
}
._amcheckout-selectable-item, .amcheckout-step-container .amcheckout-shipping-address .billing-address-details, .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details, .amcheckout-step-container .shipping-address-items .shipping-address-item, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method{
    background: transparent !important;
}


html .amcheckout-step-container .checkout-payment-method .checkout-billing-address .fieldset{
    background: white;
    padding: 20px;
}
html .checkout-index-index #shipping .step-title:before {
    content: '1';
    background: #20409A;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 8px;
    font-weight: 400;
}
html .checkout-index-index #opc-shipping_method .step-title:before {
    content: '2';
    background: #20409A;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 8px;
    font-weight: 400;
}
html .checkout-index-index #payment .step-title:before {
    content: '3';
    background: #20409A;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 8px;
    font-weight: 400;
}
html .checkout-index-index .-summary .opc-block-summary .step-title:before{
    content: '4';
    background: #20409A;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 8px;
    font-weight: 400;
}
html .checkout-index-index .checkout-header{
    width: 100%;
    text-align: center;
}
html .amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type){
    margin: 0;
}
html .authentication-wrapper{
    display: none;
}
html .amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container{
    border: none;
}
._amcheckout-selectable-item, .amcheckout-step-container .amcheckout-shipping-address .billing-address-details, .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details, .amcheckout-step-container .shipping-address-items .shipping-address-item, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method{
    border-radius: 5px !important;
    border: 2px solid #f9f9f9 !important;
}
html .cart-container{
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
html .cart.table-wrapper .product-item-details{
    width: 100%;
    display: block;
    padding: 0;
}
.price_qty {
    display: flex;
    align-items: center;
}
.cart.table-wrapper .col.price, .order-items.table-wrapper .col.price, .cart.table-wrapper .col.qty, .order-items.table-wrapper .col.qty, .cart.table-wrapper .col.subtotal, .order-items.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp, .order-items.table-wrapper .col.msrp{
    text-align: left !important;
}
.cart.table-wrapper .product-item-name a{
    color: var(--color-button-secondario);
}
.cart.table-wrapper .product-item-name{
    font-weight: 600;
}
html .cart.table-wrapper .sku {
    color: #038bca;
}
.cart.table-wrapper .actions-toolbar > .action-edit, .cart.table-wrapper .actions-toolbar > .action-delete{
    position: relative;
}
html .cart.table-wrapper .actions-toolbar > .action-delete > span{
    width: 100%;
    position: relative;
    height: auto;
    overflow: visible;
    margin: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete{
    left: 0;
    position: relative !important;
    color: #e82222 !important;
}
html .cart.table-wrapper .actions-toolbar > .action-delete:before {
    content: '\f00d';
    font-family: 'Font Awesome 5 Pro';
    color: #e82222;
    font-size: 30px;
    font-weight: 300;
}
html .cart.table-wrapper .price {
    color: var(--color-border-button-standard);
    font-size: 24px;
}
html .cart-summary,
html .cart-container .form-cart{
    width: 100%;
    float: none;
}
html .cart-container .form-cart{
    background: white;
    padding: 30px;
    margin-bottom: 0;
}
html .cart.table-wrapper .control.qty label{
    margin: 0;
}
html .cart-summary{
    background: transparent;
    padding: 0;
    order: 2;
}
html .cart.table-wrapper .product-item-photo{
    left: 0;
    max-width: 125px;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
}
html .minicart-items-wrapper{
    max-height: 400px;
}
html .cart-summary .cart-totals .table-wrapper{
    background: white;
    padding: 0 20px;
}
html .checkout-cart-index .cart-totals{
    padding: 0;
}
html .cart-discount{
    padding: 0 20px;
    background: white;
    width: 100%;
    float: none;
}
html .checkout-cart-index .page-title-wrapper{
    text-align: center;
}
html .checkout-cart-index .page-title-wrapper .page-title{
    font-weight: 500;
    margin-bottom: 20px;
}
html .cart.table-wrapper .cart > .item{
    border-color: #7ed1f8;
}
html .cart.table-wrapper .col.qty{
    padding: 20px 0;
}
html .qty_control{
    border: 1px solid;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
html .cart.table-wrapper .col.qty{
    max-width: 200px;
}
html .cart.table-wrapper .col.price{
    padding: 0 0 0 30px;
}
html .qty_control button{
    border: 0;
    background: transparent;
}
html .qty_control button:hover{
    color: inherit;
}
html .cart.table-wrapper .col.qty .input-text{
    border: 0 !important;
    background: transparent;
    margin-top: 0;
}
html .cart-summary .checkout-methods-items{
    max-width: 300px;
    margin: 0 auto;
    margin-top: 30px;
}
html body .cart-discount .block .content{
    max-width: 400px;
}
#coupon_code{
    border: 0 !important;
}
html body .cart-discount .action.primary{
    border: 0 !important;
    padding: 0;
    text-transform: capitalize;
}
html body .cart-discount .block .content .fieldset.coupon {
    border: 1px solid #7ed1f8;
    border-radius: 5px;
    padding: 0 10px;
}
html body #menutopdf .ui-menu-item.level0.parent .level-top span {
    position: relative;
}
html .progressiv_ship{
    text-align: center;
    padding-bottom: 30px;
}
html .progressiv_ship #health{
    width: 100%;
    height: 15px;
    max-width: 600px;
}
html .assistance {
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 180px;
}
html .assistance img {
    max-width: 30px;
    width: 100%;
}
html .assistance .box_text {
    padding-left: 10px;
}
html .assistance .box_text strong {
    display: block;
    text-transform: uppercase;
}
.bar {
    height: 10px;
    background-color: #f5f5f5;
    border-radius: 10px;
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}
#text_progressive {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-button-secondario);
}
.bar::before {
    content: '';
    display: flex;
    justify-content: end;
    width: calc(var(--percent) * 1%);
    height: 100%;
    background: #0891d1;
    white-space: nowrap;
    border-radius: 10px;
}

/*DASHBOARD ACCOUNT
.customer-account-index .block-dashboard-info,
.customer-account-index .block-dashboard-addresses{
    display: none;
}
.customer-account-index.account.page-layout-2columns-left .column.main {
    width: 100%;
    order: 1;
    float: none;
    min-height: 0px;
    padding: 0;
    margin: 0;
}
.customer-account-index.account.page-layout-2columns-left .sidebar-main,
.customer-account-index.account.page-layout-2columns-left .sidebar-additional{
    width: 100%;
    padding: 0px;
}
.customer-account-index .block-collapsible-nav .content{
    background-color: white;
}
html .nav.items{
    display: block;
}
html .customer-account-index .nav.items{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

html .customer-account-index .nav.items .item{
    max-width: 50%;
    width: 100%;
    padding: 20px;
}
html .customer-account-index .nav.items .item:nth-child(2),
html .customer-account-index .nav.items .item:nth-child(4),
html .customer-account-index .nav.items .item:nth-child(6){
    padding-right: 0px;
}
html .customer-account-index .nav.items .item:nth-child(1),
html .customer-account-index .nav.items .item:nth-child(3),
html .customer-account-index .nav.items .item:nth-child(5){
    padding-left: 0px;
}
html .customer-account-index .nav.items .item a,
html .customer-account-index .nav.items .item strong{
    border: 1px solid #545253;
    padding: 20px 40px;
    width: 100%;
}
html .block-collapsible-nav .item a:hover {
    background: #f1f1f1;
}
html .nav.items .subtitle_acc,
html .nav.items .item img{
    display: none !important;
}
html .customer-account-index .nav.items .item img{
    max-width: 100px;
    max-height: 100px;
    display: block !important;
}
html .customer-account-index .nav.items .item a{
    display: flex;
}
html .customer-account-index .nav.items .title_acc {
    display: block;
    padding-left: 20px;
    font-size: 16px;
    color: var(--bck-button);
    font-weight: 700;
}
html .customer-account-index .nav.items .subtitle_acc{
    display: block !important;
    padding-left: 20px;
}*/
.boxaccount {
    display: flex;
    border: solid 2px #eaeaea;
    border-radius: 5px;
    padding: 20px;
    cursor: pointer;
    margin-bottom: 30px;
}
.boxaccount i {
    color: var(--colore-secondario);
    font-size: 40px;
    margin-right: 17px;
}
.boxaccount:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    color: #eaeaea;
    position: absolute;
    right: 30px;
    font-size: 35px;
    margin-top: 5px;
}
.customer-account-index .columns .sidebar-main{
    display: none;
}
html .customer-account-index .column.main{
    width: 100% !important;
}
.infoaccount {
    padding-left: 20px;
}
.infoaccount b{
    font-size: 20px;
    color: var(--color-button-secondario);
}
html .password-info{
    display: none;
}
html .catalog-product-view #banner_tracking{
    display: none;
}
html .catalog-product-view .page-footer{
    padding-top: 30px;
}
.login_btton {
    padding-top: 20px;
    clear: both;
    text-align: center;
    border-top: 1px solid #e0e4e6;
    margin-top: 50px;
}
.login_btton .btn_login {
    padding: 3px 20px;
    background: var(--colore-secondario);
    color: white;
    margin-left: 10px;
}

#menutopdf .level0:hover .submenu .indexmenu.twocolumn .box_menu_col{
    width: 100%;
    max-width: 100%;
}
/*#menutopdf .level0:hover .submenu .indexmenu.twocolumn .box_menu_col a{
    padding-left: 0;
}*/
.producthomeblock .titleblock i{
    font-size: 40px;
    color: #009fe3;
}
html .sorter-options{
    width: 150px;
}
html .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment,
html .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes{
    width: 100% !important;
}
html .contact-index-index .column:not(.sidebar-additional) .form.contact{
    width: 100%;
}

.search_ok {
    background: #c7dfea;
    padding: 15px;
    max-width: 710px;
    width: 100%;
    border-radius: 10px;
    font-size: 18px;
    color: #37ca43;
    font-weight: 500;
    margin-bottom: 30px;
}
.search_fail i{
    background: white;
    padding: 5px;
    border-radius: 100%;
    font-size: 30px;
    box-shadow: 1px 1px 10px 5px rgba(0,0,0,0.1);
}
.search_ok i{
    background: white;
    padding: 10px;
    position: absolute;
    top: -10px;
    border-radius: 100%;
    font-size: 50px;
    box-shadow: 1px 1px 10px 5px rgba(0,0,0,0.1);
}
.search_ok span{
    padding-left: 80px;
}
.search_fail{
    background: #c7dfea;
    padding: 15px;
    width: 100%;
    border-radius: 10px;
    font-size: 18px;
    color: #f60000;
    font-weight: 500;
    margin-bottom: 30px;
}
.search_fail a{
    color: #f60000;
}
#logoheader .userlink,
#logoheader .userinfo {
    display: inline-block;
}
/*START mobile*/
@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 .linktop .helptopdf{
        display: none;
    }
    #footerinfo > div:nth-child(4) p > a {
        padding-left: 70px;
    }
    html body #menutopdf .level0{
        padding: 0 10px !important;
    }
    #menutopdf .submenu .indexmenu{
        max-width: 300px;
    }
}
@media only screen and (max-width: 1024px){
    html .action.primary.tocart{
        font-size: 13px;
    }
}

@media only screen and (max-width: 991px){
    html .catalog-product-view #maincontent{
        padding: 0 15px;
    }
    html #menutopdf .level0 .submenu .indexmenu{
        column-count: 1 !important;
    }
    html body #menutopdf .ui-menu-item.level0.parent .level-top span:after{
        display: none;
    }
    #menutopdf{
        justify-content: center;
    }
    html body #menutopdf li{
        padding-left: 22px;
        background-size: 22px !important;
        line-height: 22px;
    }
    html body .menu_fullwidth{
        padding: 0;
    }
    html #topcomunication .comunication .center .shipcenter{
        display: none;
    }
    html #topcomunication .comunication{
        padding: 0;
    }
    html .storelanguage {
        height: 30px;
        padding: 5px;
    }
    html #b2barea{
        position: relative;
    }
    html #switcher-language ul{
        left: 0;
    }
    html .page-header .switcher .options ul.dropdown:before{
        left: 11px !important;
    }
    html .page-header .switcher .options ul.dropdown:after{
        left: 10px !important;
    }
    html .minicart-wrapper .action.showcart:before, html .minicart-wrapper .action.showcart.active:before{
        left: 0px;
    }
    html body .logo img{
        margin: 0 auto;
        max-width: 70px;
    }
    html .block-search .label:before,
    html .nav-toggle:before {
        color: var(--color-button-secondario) !important;
    }

    html .accounttop.icontopdf.wishlist{
        display: none;
    }
    #menutopdf .submenu .indexmenu{
        margin: 0;
        width: 100%;
        max-width: 100%;
        border: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .namecatlevel0{
        display: none;
    }

    html .accounttop.icontopdf {
        padding-right: 5px;
    }
    html body #menutopdf .level0 .level-top{
        color: black;
        font-size: 16px;
    }
    html body #menutopdf .level0 {
        padding: 0 10px 10px 0 !important;
    }
    #topinsight .container > div{
        padding: 10px 5px;
    }
    .catalog-category-view .widget.block.block-static-block{
        margin-top: 50px;
        margin-bottom: 0;
    }
    html body.page-with-filter.page-layout-2columns-left .main {
        padding: 0;
        padding-top: 40px;
    }
    html .breadcrumbs{
        padding: 0 15px;
    }
    html .page-with-filter .toolbar-amount{
        display: none;
    }
    html .single_box_product .box_border_left{
        border: 0;
    }
    html .single_box_product .wishlist{
        padding-top: 10px;
    }
    html .box_name{
        display: block;

        padding-left: 10px !important;
    }
    html .skuprod{
        margin-top: 20px;
    }
    .additionalinfoprod {
        order: 4;
        width: 100%;
        padding: 0 20px;
    }
    .product.data.items{
        border: 0 !important;
        margin: 0 !important;
    }
    .static_info_prod,
    .catalog-product-view.page-layout-1column .product-info-main{
        padding: 0 !important;
    }
    html .single_static_hp{
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px){
    .userinfo{
        display: none !important;
    }
    .banner_access .box-text-sx,
    #banner_tracking .box-text-sx{
        border-radius: 10px 10px 0 0;
    }
    #banner_tracking .box-img-dx,
    .banner_access .box-img-dx{
        border-radius: 0 0 10px 10px;
    }
    .banner_access .box-text-sx:after{
        display: none;
    }
    html .filter .filter-current{
        border: 0;
    }
    html .breadcrumbs {
        display: block;
        margin: 0 !important;
        padding: 5px 15px;
    }
    #banner_tracking .box-text-sx:after{
        display: none;
    }
    html #newarrivals .owl-nav .owl-next, html .producthomeblock .owl-nav .owl-next{
        margin-right: -30px;
    }
    html #newarrivals .owl-nav .owl-prev, html .producthomeblock .owl-nav .owl-prev{
        margin-left: -30px;
    }
    html .assistance{
        display: none;
    }
    #logoheader .block-search .control.opened input{
        position: fixed !important;
        top: 100px;
        left: 0;
        margin: 0px;
        background: var(--bck-block);
    }
    .filter-options-item.Categoria {
        display: block !important;
    }
    .additionalinfoprod{
        padding: 0;
    }
    html body .product-info-price .price-box .price-container .price{
        padding: 15px 0;
    }
    html .cart.table-wrapper .item .col.item{
        padding: 15px 0;
    }
    html .gift-options-cart-item + .towishlist{
        position: relative;
    }
    html .cart-container .form-cart{
        padding: 10px;
    }
}

@media only screen and (max-width: 575px){
    #logoheader .block-search .control.opened input{
        top: 190px;
    }
    html .mst-searchautocomplete__autocomplete{
        top: 123px !important;
    }
    .block_registration{
        display: none;
    }
    .block_registration.mobile_block{
        display: block;
        margin: 0;
        max-width: 100%;
        text-align: center;
        border-radius: 0;
    }
    html #bannerfind{
        min-height: 390px !important;
    }
    html .catalog-product-view.page-layout-1column .product-info-main .page-title-wrapper .page-title span{
        font-size: 30px;
        word-break: break-all;
    }
    html .catalog-product-view.page-layout-1column .product-info-main .page-title-wrapper{
        padding-top: 15px;
    }
    #logoheader .logo img{
        max-width: 80px;
    }
    html .heading-text{
        font-size: 23px;
        padding: 20px;
    }
    html body .cart-area{
        border: 0 !important;
        padding: 0 !important;
    }
    html .catalog-product-view .page-footer{
        padding-top: 0;
    }
    html .minicart-wrapper .action.showcart:before, html .minicart-wrapper .action.showcart.active:before{
        width: 30px;
        height: 24px;
    }
    html body .icontopdf{
        font-size: 24px !important;
        padding: 0 5px !important;
    }
    html .nav-toggle:before{
        font-size: 24px;
    }
    html .block-search .label:before{
        font-size: 20px;
    }
    .product-info-main .box-tocart .fieldset{
        flex-wrap: wrap;
    }
    .product-info-main .box-tocart .actions{
        padding-left: 0 !important;
        margin-top: 10px;
    }
    html .add-to-wish {
        display: block;
        width: 100%;
        max-width: 100%;
        flex: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 7;
        text-align: right;
        padding-top: 0 !important;
    }
    html .catalog-product-view .add-to-wish span{
        display: none;
    }
    html .catalog-product-view .product-addto-links .towishlist:before{
        padding-right: 0;
    }
    html .product-addto-links .action{
        margin: 0;
        font-size: 20px;
    }
    html .catalog-product-view .columns .column.main{
        position: relative;
    }
    html .catalog-category-view .page-title .base{
        font-size: 30px;
    }
    html .catalog-category-view .page-title{
        padding-top: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .catalog-product-view.page-layout-1column .product-info-main{
        padding-top: 30px !important;
    }
    #owlheader p{
        display: none;
    }
    html body .form.create.account .fieldset > .field{
        max-width: 100%;
    }
    html #newarrivals .owl-nav .owl-next, html .producthomeblock .owl-nav .owl-next {
        margin-right: -20px;
    }
    html #newarrivals .owl-nav .owl-prev, html .producthomeblock .owl-nav .owl-prev {
        margin-left: -20px;
    }
    .all_box:after{
        top: -20px;
        z-index: -1;
        right: -230px;
        border-width: 0px 245px 240px 175px;
    }
}

@media only screen and (max-width: 380px){
    html #cathp1 .products.list .linkcatlist{
        flex: 0 0 100%;
        max-width: 100%;
        text-align: right;
        padding: 0;
    }
    html #cathp1 .products.list .divlistcategory .linkcatlist img{
        margin: 0;
        margin-left: auto;
    }

}

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

}