/*!
 * Cropper.js v1.5.12
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2021-06-12T08:00:11.623Z
 */@import url(//fonts.googleapis.com/css?family=Quicksand:500&display=swap);.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{display:block;height:100%;image-orientation:0deg;max-height:none !important;max-width:none !important;min-height:0 !important;min-width:0 !important;width:100%}.cropper-wrap-box,.cropper-canvas,.cropper-drag-box,.cropper-crop-box,.cropper-modal{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-wrap-box,.cropper-canvas{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:0.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:rgba(51,153,255,0.75);overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:0.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:calc(100% / 3);left:0;top:calc(100% / 3);width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:calc(100% / 3);top:0;width:calc(100% / 3)}.cropper-center{display:block;height:0;left:50%;opacity:0.75;position:absolute;top:50%;width:0}.cropper-center::before,.cropper-center::after{background-color:#eee;content:' ';display:block;position:absolute}.cropper-center::before{height:1px;left:-3px;top:0;width:7px}.cropper-center::after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:0.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:0.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width: 768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width: 992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width: 1200px){.cropper-point.point-se{height:5px;opacity:0.75;width:5px}}.cropper-point.point-se::before{background-color:#39f;bottom:-50%;content:' ';display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none !important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}.picker{font-size:16px;text-align:left;line-height:1.2;color:#000;position:absolute;z-index:10000;-webkit-user-select:none;-ms-user-select:none;user-select:none;outline:none}.picker__input{cursor:default}.picker__input.picker__input--active{border-color:#0089ec}.picker__holder{width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */.picker{width:100%}.picker__holder{position:absolute;background:#fff;border:1px solid #aaaaaa;border-top-width:0;border-bottom-width:0;border-radius:0 0 5px 5px;box-sizing:border-box;min-width:176px;max-width:466px;max-height:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;opacity:0;transform:translateY(-1em) perspective(600px) rotateX(10deg);transition:transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s}.picker__frame{padding:1px}.picker__wrap{margin:-1px}.picker--opened .picker__holder{max-height:25em;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;opacity:1;border-top-width:1px;border-bottom-width:1px;transform:translateY(0) perspective(600px) rotateX(0);transition:transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;box-shadow:0 6px 18px 1px rgba(0,0,0,0.12)}.picker__box{padding:0 1em}.picker__header{text-align:center;position:relative;margin-top:.75em}.picker__month,.picker__year{font-weight:500;display:inline-block;margin-left:.25em;margin-right:.25em}.picker__year{color:#999;font-size:.8em;font-style:italic}.picker__select--month,.picker__select--year{border:1px solid #b7b7b7;height:2em;padding:.5em;margin-left:.25em;margin-right:.25em}@media (min-width: 24.5em){.picker__select--month,.picker__select--year{margin-top:-0.5em}}.picker__select--month{width:35%}.picker__select--year{width:22.5%}.picker__select--month:focus,.picker__select--year:focus{border-color:#0089ec}.picker__nav--prev,.picker__nav--next{position:absolute;padding:.5em 1.25em;width:1em;height:1em;box-sizing:content-box;top:-0.25em}@media (min-width: 24.5em){.picker__nav--prev,.picker__nav--next{top:-0.33em}}.picker__nav--prev{left:-1em;padding-right:1.25em}@media (min-width: 24.5em){.picker__nav--prev{padding-right:1.5em}}.picker__nav--next{right:-1em;padding-left:1.25em}@media (min-width: 24.5em){.picker__nav--next{padding-left:1.5em}}.picker__nav--prev:before,.picker__nav--next:before{content:" ";border-top:.5em solid transparent;border-bottom:.5em solid transparent;border-right:0.75em solid #000;width:0;height:0;display:block;margin:0 auto}.picker__nav--next:before{border-right:0;border-left:0.75em solid #000}.picker__nav--prev:hover,.picker__nav--next:hover{cursor:pointer;color:#000;background:#b1dcfb}.picker__nav--disabled,.picker__nav--disabled:hover,.picker__nav--disabled:before,.picker__nav--disabled:before:hover{cursor:default;background:none;border-right-color:#f5f5f5;border-left-color:#f5f5f5}.picker__table{text-align:center;border-collapse:collapse;border-spacing:0;table-layout:fixed;font-size:inherit;width:100%;margin-top:.75em;margin-bottom:.5em}@media (min-height: 33.875em){.picker__table{margin-bottom:.75em}}.picker__table td{margin:0;padding:0}.picker__weekday{width:14.285714286%;font-size:.75em;padding-bottom:.25em;color:#999;font-weight:500}@media (min-height: 33.875em){.picker__weekday{padding-bottom:.5em}}.picker__day{padding:.3125em 0;font-weight:200;border:1px solid transparent}.picker__day--today{position:relative}.picker__day--today:before{content:" ";position:absolute;top:2px;right:2px;width:0;height:0;border-top:0.5em solid #0059bc;border-left:.5em solid transparent}.picker__day--disabled:before{border-top-color:#aaa}.picker__day--outfocus{color:#ddd}.picker__day--infocus:hover,.picker__day--outfocus:hover{cursor:pointer;color:#000;background:#b1dcfb}.picker__day--highlighted{border-color:#0089ec}.picker__day--highlighted:hover,.picker--focused .picker__day--highlighted{cursor:pointer;color:#000;background:#b1dcfb}.picker__day--selected,.picker__day--selected:hover,.picker--focused .picker__day--selected{background:#0089ec;color:#fff}.picker__day--disabled,.picker__day--disabled:hover,.picker--focused .picker__day--disabled{background:#f5f5f5;border-color:#f5f5f5;color:#ddd;cursor:default}.picker__day--highlighted.picker__day--disabled,.picker__day--highlighted.picker__day--disabled:hover{background:#bbb}.picker__footer{text-align:center}.picker__button--today,.picker__button--clear,.picker__button--close{border:1px solid #fff;background:#fff;font-size:.8em;padding:.66em 0;font-weight:bold;width:33%;display:inline-block;vertical-align:bottom}.picker__button--today:hover,.picker__button--clear:hover,.picker__button--close:hover{cursor:pointer;color:#000;background:#b1dcfb;border-bottom-color:#b1dcfb}.picker__button--today:focus,.picker__button--clear:focus,.picker__button--close:focus{background:#b1dcfb;border-color:#0089ec;outline:none}.picker__button--today:before,.picker__button--clear:before,.picker__button--close:before{position:relative;display:inline-block;height:0}.picker__button--today:before,.picker__button--clear:before{content:" ";margin-right:.45em}.picker__button--today:before{top:-0.05em;width:0;border-top:0.66em solid #0059bc;border-left:.66em solid transparent}.picker__button--clear:before{top:-0.25em;width:.66em;border-top:3px solid #e20}.picker__button--close:before{content:"\D7";top:-0.1em;vertical-align:top;font-size:1.1em;margin-right:.35em;color:#777}.picker__button--today[disabled],.picker__button--today[disabled]:hover{background:#f5f5f5;border-color:#f5f5f5;color:#ddd;cursor:default}.picker__button--today[disabled]:before{border-top-color:#aaa}@keyframes passing-through{0%{opacity:0;-ms-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-ms-transform:translateY(0px);transform:translateY(0px)}100%{opacity:0;-ms-transform:translateY(-40px);transform:translateY(-40px)}}@keyframes slide-in{0%{opacity:0;-ms-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-ms-transform:translateY(0px);transform:translateY(0px)}}@keyframes pulse{0%{-ms-transform:scale(1);transform:scale(1)}10%{-ms-transform:scale(1.1);transform:scale(1.1)}20%{-ms-transform:scale(1);transform:scale(1)}}.dropzone,.dropzone *{box-sizing:border-box}.dropzone{min-height:150px;border:2px solid rgba(0,0,0,0.3);background:#fff;padding:20px 20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}.dropzone .dz-message{text-align:center;margin:2em 0}.dropzone .dz-message .dz-button{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}.dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(to bottom, #eee, #ddd)}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:#fff}.dropzone .dz-preview.dz-image-preview .dz-details{transition:opacity 0.2s linear}.dropzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:none}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:rgba(0,0,0,0.9);line-height:150%}.dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{border:1px solid rgba(200,200,200,0.8);background-color:rgba(255,255,255,0.8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:rgba(255,255,255,0.4);padding:0 .4em;border-radius:3px}.dropzone .dz-preview:hover .dz-image img{-ms-transform:scale(1.05, 1.05);transform:scale(1.05, 1.05);filter:blur(8px)}.dropzone .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1)}.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px}.dropzone .dz-preview .dz-success-mark svg,.dropzone .dz-preview .dz-error-mark svg{display:block;width:54px;height:54px}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;transition:all 0.2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;transition:opacity 0.4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:16px;left:50%;top:50%;margin-top:-8px;width:80px;margin-left:-40px;background:rgba(255,255,255,0.9);-webkit-transform:scale(1);border-radius:8px;overflow:hidden}.dropzone .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(to bottom, #666, #444);position:absolute;top:0;left:0;bottom:0;width:0;transition:width 300ms ease-in-out}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;transition:opacity 0.3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#be2626;background:linear-gradient(to bottom, #be2626, #a92222);padding:.5em 1.2em;color:#fff}.dropzone .dz-preview .dz-error-message:after{content:"";position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #be2626}.select2-hidden-accessible{display:none}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container--open .select2-dropdown{left:0}.select2-selection{display:block;cursor:pointer;box-sizing:border-box;width:100%;max-width:100%;padding:10px 10px 9px;border:1px solid #999;color:#999;-webkit-appearance:none;border-radius:0;background-image:none;transition:border 0.2s ease-out;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-size:.9375rem}.select2-selection[disabled]{opacity:0.9}.select2-search--dropdown{display:block;padding:4px}.select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--hide{display:none}.select2-results{display:block}.select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results__option{padding:10px 15px;cursor:pointer;border:none;text-align:left;color:#595959;transition-duration:.3s;font-size:14px}.select2-results__option:hover{background:#eee}.select2-options-template{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.select2-options-template img{height:30px;margin-right:12px;margin-right:.75rem}.select-readonly .select2{pointer-events:none}.select-readonly .select2 .select2-selection{color:#333}.select-readonly .select2 .select2-selection__arrow{display:none !important}.select2-selection__arrow b{background-image:url(../fonts/svg/arrow-down.5483cb32.svg);background-color:transparent;background-size:contain;position:absolute;top:50%;right:10px;-ms-transform:translateY(-50%);transform:translateY(-50%);width:30px;height:30px}.select2-results__option[aria-selected="true"]{background:#079acc !important;color:#fff !important}.lr-accordion.is-open{border-bottom:1px solid #000;background:rgba(204,216,223,0.4);padding:15px 15px 0 15px}@media screen and (max-width: 720px){.lr-accordion.is-open{margin:0 -15px}}.lr-accordion__title,.lr-accordion__title--closed,.lr-accordion__title--opened{display:-ms-flexbox;display:flex;font-weight:bold;text-align:center;line-height:1.2;padding-top:6px;padding-top:.375rem;padding-bottom:6px;padding-bottom:.375rem;padding-left:18px;padding-left:1.125rem;padding-right:18px;padding-right:1.125rem}@media screen and (min-width: 721px){.lr-accordion__title,.lr-accordion__title--closed,.lr-accordion__title--opened{padding-top:1.2px;padding-top:.075rem;padding-bottom:1.2px;padding-bottom:.075rem;font-size:27px;font-size:1.6875rem;-ms-flex-pack:distribute;justify-content:space-around;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.lr-accordion__title span,.lr-accordion__title--closed span,.lr-accordion__title--opened span{-ms-flex:1;flex:1}}.lr-accordion__title--closed{font-size:20px;font-size:1.25rem;min-height:43px;background:#CCD8DF;-ms-flex-pack:center;justify-content:center}@media screen and (max-width: 720px){.lr-accordion__title--closed{-ms-flex-direction:column;flex-direction:column}}.lr-accordion__title--closed::before{content:'';display:block;width:10%}.is-open .lr-accordion__title--closed{display:none}.lr-accordion__title--opened{display:none;font-size:27px;font-size:1.6875rem}.lr-accordion__title--opened p{font-size:20px;font-size:1.25rem}@media screen and (min-width: 721px){.lr-accordion__title--opened{font-size:36px;font-size:2.25rem}.lr-accordion__title--opened p{font-size:25px;font-size:1.5625rem}}.is-open .lr-accordion__title--opened{display:-ms-flexbox;display:flex;padding-left:0;padding-right:0}.is-open .lr-accordion__title--opened>div{-ms-flex:1;flex:1}@media screen and (min-width: 721px){.is-open .lr-accordion__title--opened{-ms-flex-align:start;align-items:flex-start}.is-open .lr-accordion__title--opened>div,.is-open .lr-accordion__title--opened>span{padding-top:.4rem}}@media screen and (max-width: 720px){.is-open .lr-accordion__title--opened{-ms-flex-direction:column-reverse;flex-direction:column-reverse}.is-open .lr-accordion__title--opened .lr-accordion__link{margin:0 0 10px auto}}.lr-accordion__title--opened .lr-accordion__link{width:40px;height:40px;background:#D9D9D9;line-height:40px;-ms-flex-pack:center;justify-content:center}.lr-accordion__title--opened .lr-accordion__link i{font-size:30px;font-size:1.875rem}.lr-accordion__link{cursor:pointer;font-weight:normal;display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;font-size:15px;font-size:.9375rem;margin-top:6px;margin-top:.375rem}@media screen and (min-width: 721px){.lr-accordion__link{font-size:18px;font-size:1.125rem;margin:0 0 0 auto;width:10%}}.lr-accordion__footer{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end}@media screen and (max-width: 720px){.lr-accordion__footer{-ms-flex-pack:center;justify-content:center}}.lr-accordion__read-all{background:#D9D9D9;font-weight:bold;display:block;padding-top:8.4px;padding-top:.525rem;padding-bottom:6px;padding-bottom:.375rem;padding-left:18px;padding-left:1.125rem;padding-right:18px;padding-right:1.125rem}.lr-accordion__content{display:none}.is-open .lr-accordion__content{display:block}.lr-banner{text-align:center;background-repeat:no-repeat;background-size:cover;background-position:center center}.lr-banner.with-padding{padding-top:33px;padding-top:2.0625rem;padding-bottom:33px;padding-bottom:2.0625rem}.lr-banner.with-spacing{margin-top:30px;margin-top:1.875rem}@media screen and (max-width: 720px){.lr-banner.with-mobile-spacing{margin-top:30px;margin-top:1.875rem}}.lr-banner [class*="button"]{max-width:100%;overflow:hidden;margin:6px auto 0}.lr-checkbox .input__label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.lr-checkbox .input__label::before{content:'';display:inline-block;width:25px;height:25px;background:url(../images/btn-singleprod-off.74352d7a.png)}.lr-checkbox input:checked+.input__label::before{content:'';background:url(../images/btn-singleprod-on.a3f64e8f.png);opacity:.45}.lr-checkbox input:checked+.input__label::after{content:'';background:url(../images/check.5ab00711.svg);background-repeat:no-repeat;position:absolute;left:0;width:25px;height:25px}.lr-checkout__title{padding-top:14.4px;padding-top:.9rem;padding-bottom:3px;padding-bottom:.1875rem;text-align:center}@media screen and (min-width: 721px){.lr-checkout__title{padding-top:32.4px;padding-top:2.025rem;padding-bottom:19.2px;padding-bottom:1.2rem}}.lr-checkout__subtitle{display:inline-block;color:#636363;text-decoration:none;font-style:italic;font-size:20px;font-size:1.25rem;padding-top:6px;padding-top:.375rem}.lr-checkout__subtitle span{text-decoration:underline}.lr-checkout__subtitle i{font-size:30px;font-size:1.875rem;margin-right:6px;margin-right:.375rem}.lr-checkout__consensi .input__label{font-size:15px}@media screen and (min-width: 721px){.lr-checkout__consensi .input__label{font-size:15.5px}}.lr-checkout__consensi-wrapper{padding:1rem 0}.lr-checkout__consensi-wrapper.check-all-visible{padding:1rem 2rem}@media screen and (min-width: 721px){.lr-checkout__consensi-wrapper.check-all-visible{padding:1rem 4rem}}.lr-checkout__contacts{display:block;border-top:1px solid #999;margin-top:33.6px;margin-top:2.1rem;margin-bottom:49.2px;margin-bottom:3.075rem}.lr-checkout__contacts .footer__checkout-entry--border{border-left:0}@media screen and (min-width: 721px){.lr-checkout__contacts{padding:0 13vw}}.lr-contributor__header{margin-top:42px;margin-top:2.625rem}@media screen and (max-width: 720px){.lr-contributor__header{margin-top:24px;margin-top:1.5rem}}@media screen and (min-width: 721px){.lr-contributor__header img{max-width:330px}.lr-contributor__header .grid__item.lr-contributor__header__img-wrapper{text-align:right}}.lr-contributor__header .lr-view__title{padding-top:0}.lr-contributor__thanks div{white-space:pre-line}.lr-cover-image{width:100%}.lr-cover-image__dropzone{border-style:dotted;min-height:138px}.lr-cover-image .dz-error{color:#de0017;font-size:13px;font-size:.8125rem;text-align:center}.lr-cover-image .dz-message{text-decoration:underline}.lr-cropper-workspace{background:white;margin:0 auto;width:10vw;height:90vh}.lr-donatori{font-size:15px;font-size:.9375rem}.lr-donatori__info-totale,.lr-donatori__info-data,.lr-donatori__info-ringrazia{line-height:1.2;margin-top:8px}.lr-donatori__info-totale{margin-top:0}.lr-donatori__contributo a{text-decoration:underline}.lr-edit__section-title{font-weight:bold;line-height:1.2;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #000;font-size:20px;font-size:1.25rem;margin-bottom:6px;margin-bottom:.375rem}@media screen and (min-width: 721px){.lr-edit__section-title{font-size:25px;font-size:1.5625rem}}.lr-edit__section-title a{color:#333333;font-weight:300;text-decoration:underline;display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;padding:4px 0;cursor:pointer;font-size:13px;font-size:.8125rem}.lr-edit__section-title a img{margin-left:2px;text-decoration:none;margin-top:-2px;margin-bottom:-2px}@media screen and (min-width: 721px){.lr-edit__section-title a{font-size:14px;font-size:.875rem}}.lr-edit__section{padding-bottom:24px;padding-bottom:1.5rem}.lr-edit__section.is-editing .lr-edit__section-title a{display:none}.lr-edit__section.is-editing .lr-edit__section-body[data-type="view"]{display:none}.lr-edit__section.is-editing .lr-edit__section-body[data-type="edit"]{display:block}.lr-edit__section-body{font-size:13px;font-size:.8125rem}.lr-edit__section-body[data-type="view"]{display:block}.lr-edit__section-body[data-type="edit"]{display:none}.lr-edit__share-link{text-decoration:underline;font-weight:700}.lr-edit__share-copy{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:45px;margin:8px 0;font-size:20px;font-size:1.25rem;font-weight:800;text-align:center;border:1px solid #000;cursor:pointer}.lr-edit__share-copy img{margin-right:20px}.lr-edit__share-copy:hover{color:#f26f67}.lr-edit__share-descrizione{margin-top:18px;margin-top:1.125rem}.lr-edit__share-descrizione a{text-decoration:underline}.lr-edit__share-descrizione ul{padding-left:24px;padding-left:1.5rem;margin-top:12px;margin-top:.75rem;margin-bottom:12px;margin-bottom:.75rem}.lr-edit__share-descrizione li{list-style-type:disc}.lr-edit__table{width:100%}.lr-edit__table td{line-height:15px}.lr-edit__field-value{color:#7A7A7A}.lr-edit__field-textarea{border:1px solid #000;padding:15px;margin:10px 0;resize:vertical}.lr-edit__field-textarea[readonly]{color:#333;pointer-events:none}.lr-edit__link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-weight:bold;cursor:pointer;text-decoration:underline}.lr-footer-link{margin-top:60px;margin-top:3.75rem;margin-bottom:60px;margin-bottom:3.75rem}@media screen and (min-width: 721px){.lr-footer-link{margin-top:114px;margin-top:7.125rem}}.lr-form{line-height:1.2;font-size:18px;font-size:1.125rem;margin-bottom:180px;margin-bottom:11.25rem}.lr-form textarea{min-height:140px;resize:vertical}.lr-form .wd-fld-range{font-size:12px;font-size:.75rem}.lr-form .wd-fld-range label strong{color:#f26f67}.lr-form__action{margin-top:42px;margin-top:2.625rem}@media screen and (min-width: 721px){.lr-form__action{margin-top:54px;margin-top:3.375rem;margin-left:32%;width:68%}}.lr-form [class="inline-radio-buttons"]{display:-ms-flexbox;display:flex;margin-top:12px;margin-top:.75rem}.lr-form [class="inline-radio-buttons"] label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-width:auto;-ms-flex-positive:inherit;flex-grow:inherit;font-size:16px;font-size:1rem;margin-right:24px;margin-right:1.5rem}.lr-form__riservatezza{padding-top:6px;padding-top:.375rem}.lr-form__optional{margin-top:6px;margin-top:.375rem;opacity:.3;display:block}.lr-form__code label{margin-bottom:12px;margin-bottom:.75rem}.lr-form__code small{display:block;margin-top:12px;margin-top:.75rem;font-size:13px;font-size:.8125rem}.lr-form__box--success{background:#DCEEE7}.lr-form-group{display:-ms-flexbox;display:flex}.lr-form-group [class*="button"]{border-color:#999;border-left:unset}.lr-form__checkout{text-decoration:none !important;display:inline-block;vertical-align:middle;white-space:nowrap;cursor:pointer;border:none;transition:all .1s ease-in-out;font-size:1.1em;font-weight:bold;text-transform:uppercase;text-align:center;background:#54B481;color:white;border-color:#54B481;border-radius:5px;padding:8px 16px}.no-touch .lr-form__checkout:hover,.no-touch .lr-form__checkout:active,.lr-form__checkout:hover,.lr-form__checkout:active{background:#419468;color:white}.lr-form__actions{max-width:850px;margin:0 auto}.lr-form__actions .lr-form__box--success,.lr-form__actions .lr-form__checkout{margin-top:2rem;width:100%}.lr-form__fixed-contribution{max-width:650px;margin:auto;display:grid;grid-template-columns:auto auto;grid-gap:12.5px}.lr-form__fixed-contribution button{border:1px solid #f8a642;color:black;background:white;width:100%;font-weight:600;padding-top:6.6px;padding-top:.4125rem;padding-bottom:6.6px;padding-bottom:.4125rem}.lr-form__fixed-contribution button:hover{color:white;background:#f8a642}@media screen and (min-width: 721px){.lr-form__fixed-contribution{grid-template-columns:auto auto auto auto;grid-gap:25px}.lr-form__fixed-contribution button{padding-top:4.8px;padding-top:.3rem;padding-bottom:4.8px;padding-bottom:.3rem}}#lr-form-free-contributor{position:relative}#lr-form-free-contributor input[name="lineacarrellolistaregalo_contributo"]:not(:placeholder-shown){color:black;font-weight:bold}#lr-form-free-contributor input[name="lineacarrellolistaregalo_contributo"]:not(:placeholder-shown)+button{background:#f8a642;border-color:#f8a642;color:white}#lr-form-free-contributor input[name="lineacarrellolistaregalo_contributo"]:not(:placeholder-shown)+button:hover{background:black;border-color:black}@media screen and (max-width: 720px){.lr-footer-link [class*="grid__item"],.lr-grid-disclaimer [class*="grid__item"],.lr-home__recommendations [class*="grid__item"],.lr-opinions [class*="grid__item"],.lr-suggest [class*="grid__item"],.lr-suggest--block [class*="grid__item"]{margin-bottom:18px;margin-bottom:1.125rem}}.lr-grid-disclaimer{-ms-flex-align:center;align-items:center}.lr-grid-disclaimer p{font-size:25px;font-size:1.5625rem;line-height:30px}@media screen and (max-width: 720px){.lr-grid-disclaimer.reverse-mobile{-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media screen and (max-width: 720px){.lr-home [class*="button"]{font-size:14.5px;font-size:.90625rem}}.lr-home__title{padding-top:34.8px;padding-top:2.175rem;padding-bottom:39.6px;padding-bottom:2.475rem}@media screen and (max-width: 720px){.lr-home__title{padding-bottom:21px;padding-bottom:1.3125rem}}.lr-home__info{line-height:1.2;padding-top:28.8px;padding-top:1.8rem;padding-bottom:48px;padding-bottom:3rem}.lr-home__banner--gift{margin-top:45px;margin-top:2.8125rem;padding-top:45px;padding-top:2.8125rem;padding-bottom:45px;padding-bottom:2.8125rem;background:url(../images/ls-banner-gift.c424741b.png) no-repeat;background-size:cover;background-position:center center}@media screen and (max-width: 720px){.lr-home__banner--gift{padding-top:25px;padding-bottom:15px}}.lr-home__recommendations{line-height:1.3;margin-top:54px;margin-top:3.375rem}.lr-home__recommendations.bordered img{margin:0 0 20px}.lr-home__recommendations.bordered [class="lr-title--smaller"]{margin:0 0 10px}.lr-home__recommendations [class*="border-"]{position:relative}.lr-home__recommendations [class*="border-"]::before{content:'';display:block;height:21px;width:100%;background:black;margin-bottom:12px;margin-bottom:.75rem}.lr-home__recommendations [class*="border-"]::after{position:absolute;top:21px;right:10px;content:'';display:block;width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-top:20px solid #000}.lr-home__recommendations [class*="border-"].border-pink::before{background:#F7C3CF}.lr-home__recommendations [class*="border-"].border-pink::after{border-top-color:#F7C3CF}.lr-home__recommendations [class*="border-"].border-teal::before{background:#70C5C8}.lr-home__recommendations [class*="border-"].border-teal::after{border-top-color:#70C5C8}.lr-home__recommendations [class*="border-"].border-yellow::before{background:#FFD150}.lr-home__recommendations [class*="border-"].border-yellow::after{border-top-color:#FFD150}.lr-home__recommendations [class*="border-"].border-flesh::before{background:#F4A081}.lr-home__recommendations [class*="border-"].border-flesh::after{border-top-color:#F4A081}.lr-home__recommendations [class*="border-"].border-orange::before{background:#F7A941}.lr-home__recommendations [class*="border-"].border-orange::after{border-top-color:#F7A941}.lr-home__recommendations [class*="border-"].border-green::before{background:#A7D5C2}.lr-home__recommendations [class*="border-"].border-green::after{border-top-color:#A7D5C2}.lr-home__recommendations-icon{width:53px;height:53px;background:#FBD9CD;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;margin:0 0 20px}@media screen and (min-width: 721px){.lr-home__recommendations{text-align:center}.lr-home__recommendations.bordered,.lr-home__recommendations.bordered [class="lr-title--smaller"]{text-align:left}.lr-home__recommendations-icon{margin:0 auto 20px}}@media screen and (max-width: 720px){.lr-home__recommendations [class="lr-title--smaller"]{text-align:left}}.lr-home__helper{margin-top:12px;margin-top:.75rem}@media screen and (min-width: 721px){.lr-home__helper{margin-top:42px;margin-top:2.625rem}}.lr-home__banner--helper{margin-top:18px;margin-top:1.125rem;padding-top:45px;padding-top:2.8125rem;padding-bottom:45px;padding-bottom:2.8125rem;background:url(../images/ls-banner-helper.c90ec561.png) no-repeat;background-size:cover}.lr-home__news-info{line-height:1.3;margin:0 auto;margin-top:36px;margin-top:2.25rem}@media screen and (min-width: 721px){.lr-home__news-info{margin-top:54px;margin-top:3.375rem}}.lr-home__catalog{margin-top:36px;margin-top:2.25rem;padding-top:66px;padding-top:4.125rem;padding-bottom:66px;padding-bottom:4.125rem;text-align:center;background:#FFD150;font-size:20px;font-size:1.25rem;line-height:1.2}.lr-home__catalog a{font-weight:bold}.lr-home__catalog a:hover{text-decoration:underline;color:#333}.lr-list__item{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:1px solid #000;padding-top:18px;padding-top:1.125rem;padding-bottom:18px;padding-bottom:1.125rem}.lr-list__item:first-child{border-top:1px solid #000}.lr-list__item-icon{border-radius:50%;background:#D9D9D9;width:53px;height:53px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-right:18px;margin-right:1.125rem}.lr-list__item-icon img{height:35px}.lr-list__item-action{margin-left:auto;-ms-flex-item-align:center;align-self:center;min-width:20%;position:relative}@media screen and (max-width: 720px){.lr-list__item-action.verify{margin-top:12px;margin-top:.75rem;width:100%}.lr-list__item-action.verify [class*="button"]{-ms-flex:0 0 28%;flex:0 0 28%}}.lr-list__item.title{border-top:none !important;border-bottom:none}.lr-list__item [class*="lr-title--secondary"]{text-align:left}.lr-list__loader{position:absolute;top:60%;left:0;-ms-flex-pack:center;justify-content:center;display:-ms-flexbox;display:flex;-ms-transform:scale(0.7);transform:scale(0.7);width:100%}.lr-loader{display:inline-block;position:relative;width:80px;height:80px;-ms-transform:scale(0.8);transform:scale(0.8)}.lr-loader div{position:absolute;top:33px;right:33px;bottom:33px;left:33px;width:13px;height:13px;border-radius:50%;background:#ef5f64;animation-timing-function:cubic-bezier(0, 1, 1, 0)}button .lr-loader{display:none;-ms-transform:scale(0.5);transform:scale(0.5);height:30px}button .lr-loader div{background:white;top:10px}.button--loading .lr-loader{display:block}.lr-loader div:nth-child(1){left:8px;animation:lds-ellipsis1 0.6s infinite}.lr-loader div:nth-child(2){left:8px;animation:lds-ellipsis2 0.6s infinite}.lr-loader div:nth-child(3){left:32px;animation:lds-ellipsis2 0.6s infinite}.lr-loader div:nth-child(4){left:56px;animation:lds-ellipsis3 0.6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0, 0)}100%{transform:translate(24px, 0)}}.lr-menu{background:#DCEEE7;position:relative}.lr-menu__toggler{cursor:pointer;display:block;text-align:center;padding-top:6px;padding-top:.375rem;padding-bottom:6px;padding-bottom:.375rem}.lr-menu__toggler:hover{color:inherit}@media screen and (min-width: 721px){.lr-menu__toggler{display:none}}.lr-menu__toggler i{margin-left:6px;margin-left:.375rem}.lr-menu__items{display:none}@media screen and (max-width: 720px){.lr-menu__items{background:#DCEEE7;width:100%;position:absolute;top:100%;left:0}.is-active .lr-menu__items{display:block}.lr-menu__items a{display:block}}@media screen and (min-width: 721px){.lr-menu__items{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}}.lr-menu a{text-align:center;-ms-flex-positive:1;flex-grow:1;font-weight:500;font-size:18px;font-size:1.125rem;padding-top:6px;padding-top:.375rem;padding-bottom:6px;padding-bottom:.375rem}.lr-menu a:hover{color:#333;text-decoration:underline}.lr-menu a.selected{text-decoration:underline;font-weight:700}.lr-menu a.selected::before{content:'> '}@media screen and (min-width: 721px){.lr-menu a{font-size:20px;font-size:1.25rem}}.lr-menu-detail{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:18px;font-size:1.125rem;margin-bottom:22.8px;margin-bottom:1.425rem}.lr-menu-detail a{display:block}.lr-menu-detail__toggler{border-top:1px solid #000;border-bottom:1px solid #000;padding-top:9px;padding-top:.5625rem;padding-bottom:6px;padding-bottom:.375rem;font-size:15px;font-size:.9375rem;font-weight:bold;text-align:center}@media screen and (min-width: 721px){.lr-menu-detail__toggler{font-size:20px;font-size:1.25rem;font-weight:normal}}.lr-menu-detail__items{margin:0 auto;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:column;flex-direction:column;padding-top:6px;padding-top:.375rem;padding-bottom:6px;padding-bottom:.375rem}.lr-menu-detail__items a{padding-top:6px;padding-top:.375rem;padding-bottom:6px;padding-bottom:.375rem}.lr-menu-detail__items a.selected{text-decoration:underline;font-weight:bold}@media screen and (max-width: 720px){.lr-menu-detail__items{display:none}.is-active .lr-menu-detail__items{display:block}}.lr-modal[class*="mfp-bg"]{background:rgba(0,0,0,0.2)}.lr-modal [class*="mfp-content"]{border:1px solid #333}.lr-modal [class*="mfp-content"]:empty{opacity:0}.lr-modal [class*="mfp-container"]{padding:0}.lr-modal-close{display:block;position:absolute;top:15px;right:15px}@media screen and (min-width: 721px){.lr-modal-close{top:20px;right:20px}}.lr-modal .mfp-content{max-width:870px !important}.lr-modal form{margin-top:12px;margin-top:.75rem}.lr-modal__box{font-size:20px;font-size:1.25rem;padding-top:12px;padding-top:.75rem;padding-left:30px;padding-left:1.875rem;padding-right:30px;padding-right:1.875rem;padding-bottom:24px;padding-bottom:1.5rem}.lr-modal__description-wrapper{position:relative}.lr-modal__description{font-size:18px;font-size:1.125rem;position:relative;line-height:21px}.lr-modal__description:not(.is-active){height:84px;overflow:hidden}.lr-modal__show-more{display:inline-block;padding-top:6px;padding-top:.375rem;padding-bottom:6px;padding-bottom:.375rem;font-size:15px;font-size:.9375rem;background:white;cursor:pointer;float:right}@media screen and (max-width: 1124px){.lr-modal__show-more{padding-top:12px;padding-top:.75rem;padding-bottom:12px;padding-bottom:.75rem;font-size:18px;font-size:1.125rem;font-weight:600}}.is-active .lr-modal__show-more{display:none}.lr-modal__title{font-size:36px;font-size:2.25rem;margin-bottom:12px;margin-bottom:.75rem;font-weight:bold;text-align:center}.lr-modal__right{text-align:center;padding-top:12px}.lr-modal__subtitle{margin-top:12px;margin-top:.75rem;margin-bottom:12px;margin-bottom:.75rem;padding-bottom:6px;padding-bottom:.375rem;border-bottom:2px solid rgba(0,0,0,0.3)}@media screen and (max-width: 1124px){.lr-modal__subtitle{font-weight:600;border-bottom:1px solid #000}}.lr-modal__marca{font-weight:bold;padding:3px 0}@media screen and (min-width: 1125px){.lr-modal__marca{padding:0}}.lr-modal__nome{line-height:1.1;font-size:18px}.lr-modal__prezzo{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;font-size:16px;font-size:1rem;margin-top:12px;margin-top:.75rem}.lr-modal__prezzo-finale{font-size:20px;font-size:1.25rem;color:#f26f67;font-weight:bold}.lr-modal__prezzo-base{margin-left:12px;margin-left:.75rem}.lr-modal__title-bordered span{font-weight:bold;letter-spacing:0.2px;font-size:20px;font-size:1.25rem}@media screen and (max-width: 1124px){.lr-modal__title-bordered span{font-size:18px;font-size:1.125rem}}.lr-modal__percentage-lbl{text-align:left;font-size:19px;font-size:1.1875rem}@media screen and (max-width: 1124px){.lr-modal__percentage-lbl{font-size:18px;font-size:1.125rem}}.lr-modal__field-contributor[type="number"]{max-width:185px !important;margin:0 auto;border:2px solid #333;padding:11px 10px;text-align:center;font-size:18px;font-size:1.125rem;-moz-appearance:textfield}.lr-modal__field-contributor[type="number"]:-ms-input-placeholder{font-style:italic;font-weight:100;font-family:Quicksand}.lr-modal__field-contributor[type="number"]::placeholder{font-style:italic;font-weight:100;font-family:Quicksand}.lr-modal__field-contributor[type="number"]::-webkit-outer-spin-button,.lr-modal__field-contributor[type="number"]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}@media screen and (max-width: 720px){.lr-modal__field-contributor[type="number"]{margin:0 auto 5px}}.lr-modal__field-contributor-info{font-size:18px;font-size:1.125rem;margin-top:7px;letter-spacing:0.5px}.lr-modal__actions{margin-top:5px}.lr-modal__actions .prodotto__bottone-carrello{border:0;padding:0.4em 1em;margin-top:10px;margin-bottom:4px;font-size:20px;font-size:1.25rem}@media screen and (max-width: 720px){.lr-modal__actions .prodotto__bottone-carrello{padding:0.7em 1em;font-size:16px;font-size:1rem}}.lr-opinions{line-height:1.3}.lr-opinions img{margin-bottom:6px;margin-bottom:.375rem}.lr-opinions__item-user{font-weight:500;display:block;margin-bottom:12px;margin-bottom:.75rem}.lr-opinions p{margin-top:12px;margin-top:.75rem}.lr-page{margin-top:12px;margin-top:.75rem;font-size:15px;font-size:.9375rem}@media screen and (min-width: 721px){.lr-page{font-size:18px;font-size:1.125rem}}.lr-percentage{position:relative;background:#D9D9D9;width:100%;height:14px;border-radius:30px;overflow:hidden;margin-top:6px;margin-top:.375rem;margin-bottom:6px;margin-bottom:.375rem}@media screen and (min-width: 1125px){.lr-percentage.semi-thick{height:19px;margin:0px}.lr-percentage.semi-thick>div::before{line-height:20px}}@media screen and (min-width: 1125px){.lr-percentage.thick{height:24px}.lr-percentage.thick>div::before{line-height:25px}}.lr-percentage>div{position:relative;height:100%;border-radius:30px;background:#54B481}.lr-percentage>div::before{content:attr(data-contributototale);color:#fff;position:absolute;line-height:14px;top:0px;right:5px;font-size:12px;font-size:.75rem}.lr-prodotto-box__actions{-ms-flex-align:center;align-items:center}.lr-prodotto-box__percentage{min-height:42px;-ms-flex-positive:1;flex-grow:1;-ms-flex-direction:column;flex-direction:column;margin-right:24px;margin-right:1.5rem}.lr-prodotto-box__percentage-lbl{font-size:14px;font-size:.875rem}.lr-product-list{border-top:1px solid #000;margin-top:24px;margin-top:1.5rem;padding-top:27px;padding-top:1.6875rem;font-size:15px;font-size:.9375rem;line-height:1.2}.lr-product-list [class*="button"]{padding-top:14.4px;padding-top:.9rem;padding-bottom:14.4px;padding-bottom:.9rem}.lr-product-list img{margin-bottom:6px;margin-bottom:.375rem}@media screen and (max-width: 720px){.lr-product-list [class*="button"]{margin-top:6px;margin-top:.375rem}.lr-product-list img{margin-top:12px;margin-top:.75rem;margin-bottom:18px;margin-bottom:1.125rem}}.lr-product-list a{font-size:13px;font-size:.8125rem;text-decoration:underline}.lr-product-list__row{display:-ms-flexbox;display:flex;padding-top:12px;padding-top:.75rem;padding-bottom:12px;padding-bottom:.75rem;margin-bottom:12px;margin-bottom:.75rem}.lr-product-list__row:nth-child(even){background:rgba(220,238,231,0.4);box-shadow:12px 0 rgba(220,238,231,0.4),-12px 0 rgba(220,238,231,0.4)}.lr-product-list__col{display:-ms-flexbox;display:flex;width:50%;-ms-flex:0 0 50%;flex:0 0 50%;-ms-flex-direction:column;flex-direction:column}.lr-product-list__col a{display:block}.lr-product-list__col:not(:last-child){padding-right:27px;padding-right:1.6875rem;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media screen and (min-width: 721px){.lr-product-list__col{-ms-flex-direction:row !important;flex-direction:row !important}}.lr-product-list__col>div{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.lr-product-list__col>div:not(:last-child){padding-right:27px;padding-right:1.6875rem}@media screen and (min-width: 721px){.lr-product-list__col>div{width:50%;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width: 720px){.lr-product-list__col>div:last-child{margin-top:auto}}.lr-product-list__item-action{margin-top:auto}.lr-product-list__item-action a{display:block}.lr-product-list__item-action a:not(:first-child){margin-top:12px;margin-top:.75rem}.lr-product-list__sku{margin-top:7px;color:#706f6f;font-size:.9em}.lr-product-list__contributors-names{display:inline-block}.lr-product-list__contributors-names>span:first-child{display:none}.lr-product-modal{position:absolute;top:50%;left:50%;-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);background:#fff;border:1px solid #333;text-align:left;overflow:auto;padding:20px 30px 30px;z-index:1;max-height:90%;width:calc(100% - 30px);max-width:870px;font-size:18px;font-size:1.125rem}.lr-product-modal::-webkit-scrollbar{width:10px}.lr-product-modal::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0.4)}.lr-product-modal::-webkit-scrollbar-thumb{background-color:darkgrey}@media screen and (max-width: 720px){.lr-product-modal{font-size:15px;font-size:.9375rem;border:15px solid #333;-ms-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0);top:0;padding:10px;left:0;width:100vw;height:100vh;max-height:inherit;z-index:1000}}.lr-product-modal [class="prodotto__tagliaarea"]{margin-top:9px;margin-top:.5625rem;margin-bottom:12px;margin-bottom:.75rem}.lr-product-modal-container{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:100;background:rgba(0,0,0,0.2);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.lr-product-modal .select2-container{max-width:100%}.lr-product-modal .select2-selection{border:1px solid #000;height:45px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.lr-product-modal__title{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:21px;margin-bottom:1.3125rem;font-size:21px;font-size:1.3125rem;font-weight:600;line-height:30px}.lr-product-modal__title span{font-size:28px;font-size:1.75rem;-ms-flex-positive:1;flex-grow:1;text-align:center}@media screen and (min-width: 721px){.lr-product-modal__title span{font-size:36px;font-size:2.25rem}}.lr-product-modal__product{text-align:center;margin-top:3px;margin-top:.1875rem}@media screen and (min-width: 721px){.lr-product-modal__product.multiple-size{display:none}}.lr-product-modal__product img{max-height:294px;margin:0 auto}@media screen and (max-width: 720px){.lr-product-modal__product{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;text-align:left}.lr-product-modal__product>div:last-child{margin-left:18px;margin-left:1.125rem}}.lr-product-modal__product-brand{font-weight:600;font-size:20px;font-size:1.25rem;margin-top:12px;margin-top:.75rem}.lr-product-modal__product-name{margin-top:6px;margin-top:.375rem;line-height:1.2}.lr-product-modal__product-price{display:-ms-flexbox;display:flex;margin-top:12px;margin-top:.75rem}.lr-product-modal__product-price>div{width:100%}.lr-product-modal__product-price__base{text-decoration:line-through}.lr-product-modal__product-price__final{font-size:20px;font-size:1.25rem;font-weight:600;color:#f26f67}.lr-product-modal__form-title{font-weight:600;line-height:1.3;margin-top:21px;margin-top:1.3125rem}.lr-product-modal__form-field{padding-top:6px;padding-top:.375rem}.lr-product-modal__quantity{display:-ms-flexbox;display:flex;width:fit-content;border:1px solid #000}.lr-product-modal__quantity>span{width:45px;height:45px;line-height:45px;text-align:center;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;font-size:35px;font-size:2.1875rem}.lr-product-modal__quantity>span.lr-product-modal__quantity-sub{line-height:41px}.lr-product-modal__quantity>span:hover{color:#fff;background:#f15e61}.lr-product-modal__quantity>input{width:60px;height:45px;line-height:45px;text-align:center;padding:0;border:0;border-left:1px solid #000;border-right:1px solid #000;color:#000;outline:none;-moz-appearance:textfield}.lr-product-modal__quantity>input::-webkit-outer-spin-button,.lr-product-modal__quantity>input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.lr-product-modal__select{height:37px;width:100%}.lr-product-modal__actions{padding:10px 0}.lr-product-modal__button-submit,.lr-product-modal__button-newlist,.lr-product-modal__button-gotolist{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:45px;width:100%;padding:0;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}@media screen and (min-width: 721px){.lr-product-modal__button-submit,.lr-product-modal__button-newlist,.lr-product-modal__button-gotolist{font-size:20px;font-size:1.25rem}}.lr-product-modal__button-submit{background:#F7A941;color:#ffffff;font-weight:bold;border:1px solid transparent}.lr-product-modal__button-submit:hover{background:#faca8a;color:#ffffff;border:1px solid transparent}.lr-product-modal__button-newlist{background:#ffffff;color:#EF5F64;border:1px solid #EF5F64;margin-top:21px;margin-top:1.3125rem}.lr-product-modal__button-newlist:hover{background:#EF5F64;color:#ffffff;border:1px solid #EF5F64}.lr-product-modal__button-gotolist{background:#ffffff;color:#000000;border:1px solid #000000;margin-top:21px;margin-top:1.3125rem}.lr-product-modal__button-gotolist:hover{color:#555555;border:1px solid #555555}.lr-product-modal__success,.lr-product-modal__error{line-height:1.2;padding:12px}@media screen and (min-width: 721px){.lr-product-modal__success,.lr-product-modal__error{font-size:18px;font-size:1.125rem}}.lr-search [class*="lr-view__title"]{text-align:center;padding-bottom:18px;padding-bottom:1.125rem}.lr-search__box{margin-bottom:180px;margin-bottom:11.25rem}.lr-slider [class="owl-controls"]{bottom:0px;top:auto}.lr-suggest,.lr-suggest--block{text-align:center;line-height:1.2;margin-top:36px;margin-top:2.25rem}.lr-suggest [class*="lr-title--secondary"],.lr-suggest--block [class*="lr-title--secondary"]{max-width:80%;margin:0 auto;margin-bottom:25.2px;margin-bottom:1.575rem}.lr-suggest img,.lr-suggest--block img{margin-bottom:7.2px;margin-bottom:.45rem}.lr-suggest__item{font-weight:bold}.lr-suggest span,.lr-suggest--block span{white-space:nowrap;overflow:hidden;width:100%;display:block;text-overflow:ellipsis}.lr-suggest--block{border-top:1px solid #000;text-align:left;padding-top:30px;padding-top:1.875rem;padding-bottom:12px;padding-bottom:.75rem}.lr-suggest--block [class*="lr-title--secondary"]{max-width:none}@media screen and (min-width: 721px){.lr-suggest--block{border-bottom:1px solid #000}}.lr-table__row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}.lr-table__row>*{-ms-flex:1;flex:1}@media screen and (max-width: 720px){.lr-table__row>*{width:50%;-ms-flex:0 0 50%;flex:0 0 50%}}.lr-table__row.body{border-top:1px solid #000;margin-top:12px;margin-top:.75rem;padding-top:12px;padding-top:.75rem}@media screen and (max-width: 720px){.lr-table__row.body>*::before{content:attr(data-label);font-weight:bold;display:block;text-decoration:underline;margin-bottom:9px;margin-bottom:.5625rem}.lr-table__row.body>*:nth-child(n+3){margin-top:24px;margin-top:1.5rem}}.lr-table__sublist div:not(:first-child){margin-top:30px;margin-top:1.875rem}.lr-table [class="input__label__txt"]{font-size:15px;font-size:.9375rem}.lr-title,.lr-title--secondary,.lr-title--smaller,.lr-title--sub{text-align:center;font-weight:bold;line-height:1.2;font-size:27px;font-size:1.6875rem}@media screen and (min-width: 721px){.lr-title,.lr-title--secondary,.lr-title--smaller,.lr-title--sub{font-size:36px;font-size:2.25rem}}.lr-title--secondary{font-size:20px;font-size:1.25rem}@media screen and (min-width: 721px){.lr-title--secondary{font-size:25px;font-size:1.5625rem}}.lr-title--smaller{font-size:15px;font-size:.9375rem}@media screen and (min-width: 721px){.lr-title--smaller{font-size:20px;font-size:1.25rem}}.lr-title--bordered{font-size:25px;font-size:1.5625rem;font-weight:bold}.lr-title--sub{text-align:left;font-weight:normal;font-size:16px;font-size:1rem}@media screen and (min-width: 721px){.lr-title--sub{font-size:18px;font-size:1.125rem}}.lr-view__title{padding-top:14.4px;padding-top:.9rem;padding-bottom:3px;padding-bottom:.1875rem}@media screen and (min-width: 721px){.lr-view__title{padding-top:34.8px;padding-top:2.175rem;padding-bottom:49.2px;padding-bottom:3.075rem;text-align:left}}.lr-view__title.align--left *{text-align:left}.lr-view__title.align--center *{text-align:center}.lr-view [class*="lr-title--secondary"]{text-align:left}@media screen and (max-width: 720px){.lr-view [class*="lr-title--secondary"]{margin-bottom:7.2px;margin-bottom:.45rem}}.lr-view__counters{margin-top:12px;margin-top:.75rem;margin-bottom:27px;margin-bottom:1.6875rem;font-size:20px;font-size:1.25rem}.lr-view__counter-dispo{margin-top:12px;margin-top:.75rem;font-weight:bold}.lr-view__action{padding:12.5px 0;margin:12.5px 0;border-top:1px solid #000}.lr-view__action-title{margin:4px 0 10px}.lr-view__action-buttons{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}.lr-view__action-buttons>*{width:calc(50% - 12.5px);margin:8.3333333333px 0}.lr-view__action-buttons>* a{width:100%;padding-top:0;padding-bottom:0;height:45px;line-height:45px;transition:0s}.lr-view__action-buttons>*:nth-child(1){-ms-flex-order:1;order:1}.lr-view__action-buttons>*:nth-child(2){-ms-flex-order:2;order:2}.lr-view__action-buttons>*:nth-child(3){-ms-flex-order:3;order:3}.lr-view__action-buttons>*:nth-child(4){-ms-flex-order:4;order:4}@media screen and (max-width: 720px){.lr-view__action-buttons>*{width:100%}.lr-view__action-buttons>*:nth-child(1){-ms-flex-order:1;order:1}.lr-view__action-buttons>*:nth-child(2){-ms-flex-order:4;order:4}.lr-view__action-buttons>*:nth-child(3){-ms-flex-order:2;order:2}.lr-view__action-buttons>*:nth-child(4){-ms-flex-order:3;order:3}}.lr-view__share-copy{position:relative}.lr-view__share-copy img{margin-right:10px;margin-bottom:-2px}.lr-view__share-copy:hover img{filter:invert(1)}.lr-view__share-copy::after{pointer-events:none;content:'';position:absolute;left:0;top:0;width:100%;height:100%;transition:.1s}.lr-view__share-copy.share-copy-success{border-color:#86c4ac}.lr-view__share-copy.share-copy-success::after{content:attr(data-label-ok);background:#DCEEE7;color:#4b9a7b !important}.lr-view__share-copy.share-copy-fail{border-color:#ff5f6f}.lr-view__share-copy.share-copy-fail::after{content:attr(data-label-ko);background:#ffdee1;color:#c50014 !important}.lr-modal__title-bordered,.lr-title--bordered{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;position:relative;font-size:25px;font-size:1.5625rem;font-weight:bold}.lr-modal__title-bordered:before,.lr-title--bordered:before{content:'';position:absolute;top:50%;left:0;width:100%;height:1px;background:#000}.lr-modal__title-bordered span,.lr-title--bordered span{position:relative;padding-left:42px;padding-left:2.625rem;padding-right:42px;padding-right:2.625rem;display:block;width:max-content;background:white;text-align:center}@media screen and (min-width: 1125px){.lr-modal__title-bordered:before,.lr-title--bordered:before{height:3px}}.lr-form__box,.lr-form__box--success,.lr-product-modal__success,.lr-form__box--error,.lr-product-modal__error{padding:12px;padding:.75rem;font-size:13px;font-size:.8125rem;margin-top:12px;margin-top:.75rem;border-radius:5px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.lr-form__box i,.lr-form__box--success i,.lr-product-modal__success i,.lr-form__box--error i,.lr-product-modal__error i{margin-right:12px;margin-right:.75rem}.lr-product-modal__success{background:#45B384;color:white}.lr-form__box--error,.lr-product-modal__error{background:#FBD9CD;color:#f26f67}.lr-modal-close,.lr-product-modal__title a{font-weight:400;color:#111;background:#D9D9D9;width:30px;cursor:pointer;text-align:center}.lr-modal-close:hover,.lr-product-modal__title a:hover{color:#fff;background:#f15e61}
