.item .m-navigation-link-highlight{color:#ff5501}.m-navigation-highlight-swatch .swatch-option.selected{outline:2px solid #ff5501}.m-navigation-swatch .swatch-option:not(.disabled):hover{outline:2px solid #ff5501;border:1px solid #fff;color:#333}.m-navigation-swatch .m-navigation-highlight-swatch .swatch-option{outline:2px solid #ff5501;border:1px solid #fff;color:#333}.m-navigation-filter-item .swatch-option.image:not(.disabled):hover{outline:2px solid #ff5501;border:1px solid #fff}.swatch-option.image.m-navigation-highlight-swatch{outline:2px solid #ff5501;border:1px solid #fff}.m-navigation-slider .ui-slider{position:relative;right:0;top:0;left:0;bottom:0}.m-navigation-slider .ui-slider-handle{position:absolute;z-index:1}.m-navigation-slider .ui-slider-handle{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.m-navigation-slider .ui-slider-handle{width:34px;height:28px;left:-17px;top:-6px}.m-navigation-slider .ui-slider{background:#3fb8af;border-radius:4px;box-shadow:inset 0 0 3px rgba(51,51,51,.45);-webkit-transition:background .45s;transition:background .45s}.m-navigation-slider .ui-slider-handle{border:1px solid #d9d9d9;border-radius:3px;background:#fff;cursor:default;box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb}.m-navigation-slider .ui-slider-handle:before,.m-navigation-slider .ui-slider-handle:after{content:"";display:block;position:absolute;height:14px;width:1px;background:#e8e7e6;left:14px;top:6px}.m-navigation-slider .ui-slider-handle:after{left:17px}[disabled] .m-navigation-slider .ui-slider{background:#b8b8b8}[disabled].m-navigation-slider .ui-slider-handle,[disabled] .m-navigation-slider .ui-slider-handle{cursor:not-allowed}.m-navigation-slider .ui-slider{background:#dadada;box-shadow:none;height:6px;padding-left:8px;padding-right:8px}.m-navigation-slider .ui-slider-handle:after,.m-navigation-slider .ui-slider-handle:before{display:none}.m-navigation-slider .ui-slider-handle{width:14px;height:22px;left:0;top:-8px}.m-navigation-slider a{margin:0;padding:0}.m-navigation-slider .ui-slider-handle{display:inline-block}.m-navigation-slider-price{width:98%;padding-left:0}.ui-slider-horizontal .ui-slider-handle{margin-left:-10px}[m-navigation-filter=RatingFilter] a{margin:0;padding:0}.navigation-horizontal{padding-bottom:2rem}.navigation-horizontal .filter-options{border-bottom:1px solid #ccc}.navigation-horizontal .filter-options .filter-options-item{display:inline-table;border-bottom:0}.navigation-horizontal .filter-options-content{border:1px solid #ccc;background-color:#fff;position:absolute !important;z-index:10000}.navigation-horizontal .items{padding:0}.navigation-horizontal .items .m-navigation-state{white-space:nowrap}.navigation-horizontal .items .m-navigation-state .action.remove{position:initial}.navigation-horizontal .items .m-navigation-state{padding-left:10px;display:inline-block}.navigation-horizontal .filter-current .filter-current-subtitle{display:none}.filter-options-content{display:none}.navigation-overlay{position:absolute;top:-78px;left:0;width:100%;height:100%;background:#fff;opacity:.4;z-index:1000000}.navigation-overlay>i{font-size:3rem;position:absolute;right:0;top:0}.filter-options-content li.item{position:relative}.filter-options-content a{margin-left:20px}.m-navigation-filter-item{display:block;padding-top:2px;padding-bottom:2px;margin-top:-3px;margin-bottom:-3px;position:relative}.arrowHolder{width:25px;height:25px;position:relative;float:left;z-index:100;top:0}.arrowHolder .arrowDown{border-color:transparent #494949 transparent transparent;content:"";border-style:solid;border-width:5px;height:0;width:0;position:absolute;top:8px;z-index:1}.arrowHolder .arrowLeft{border-color:#494949 transparent transparent;content:"";border-style:solid;border-width:5px;height:0;width:0;position:absolute;top:9px;left:5px;z-index:1}.m-navigation-filter-item-ensure{display:none;font-size:10px;color:#006bb4 !important;position:absolute;right:0;top:0}.ensure_show{display:block}.ensure_show:hover{background-color:transparent !important;text-decoration:underline !important}.m-navigation-filter-item-nested{display:none}li[class^="item m-navigation-show-more-"]{display:none}span[class^=more-links-m-navigation-show-more-]{cursor:pointer;color:#757575}
/*!
 *  Font Awesome Bootstrap Checkboxes & Radios. Pure css way to make inputs look prettier.
 *  https://github.com/flatlogic/awesome-bootstrap-checkbox
 *  License - https://github.com/flatlogic/awesome-bootstrap-checkbox/blob/master/LICENSE (MIT License)
 */
.checkbox{display:inline;cursor:pointer}.checkbox label{display:inline;vertical-align:baseline;position:relative;padding-left:5px;cursor:pointer}.checkbox label:before{content:"";display:inline-block;position:absolute;width:15px;height:15px;left:0;top:1px;margin-left:-20px;border:1px solid #ccc;border-radius:3px;background-color:#fff;-webkit-transition:border .15s ease-in-out,color .15s ease-in-out;-o-transition:border .15s ease-in-out,color .15s ease-in-out;transition:border .15s ease-in-out,color .15s ease-in-out}.checkbox label:after{display:inline-block;position:absolute;width:16px;height:16px;left:0;top:0;margin-left:-20px;padding-left:3px;padding-top:1px;font-size:11px;color:#555}.checkbox input[type=checkbox],.checkbox input[type=radio]{opacity:0;z-index:1;cursor:pointer}.checkbox input[type=checkbox]:focus+label:before,.checkbox input[type=radio]:focus+label:before{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.checkbox input[type=checkbox]:checked+label:after,.checkbox input[type=radio]:checked+label:after{font-family:"FontAwesome";content:"\f00c"}.checkbox input[type=checkbox]:indeterminate+label:after,.checkbox input[type=radio]:indeterminate+label:after{display:block;content:"";width:10px;height:3px;background-color:#555;border-radius:2px;margin-left:-16.5px;margin-top:7px}.checkbox input[type=checkbox]:disabled,.checkbox input[type=radio]:disabled{cursor:not-allowed}.checkbox input[type=checkbox]:disabled+label,.checkbox input[type=radio]:disabled+label{opacity:.65}.checkbox input[type=checkbox]:disabled+label:before,.checkbox input[type=radio]:disabled+label:before{background-color:#eee;cursor:not-allowed}.checkbox.checkbox-circle label:before{border-radius:50% !important}.checkbox.checkbox-circle label:after{border-radius:50% !important}.checkbox.checkbox-inline{margin-top:0}.checkbox-primary input[type=checkbox]:checked+label:before,.checkbox-primary input[type=radio]:checked+label:before{background-color:#337ab7;border-color:#337ab7}.checkbox-primary input[type=checkbox]:checked+label:after,.checkbox-primary input[type=radio]:checked+label:after{color:#fff}.checkbox-danger input[type=checkbox]:checked+label:before,.checkbox-danger input[type=radio]:checked+label:before{background-color:#d9534f;border-color:#d9534f}.checkbox-danger input[type=checkbox]:checked+label:after,.checkbox-danger input[type=radio]:checked+label:after{color:#fff}.checkbox-info input[type=checkbox]:checked+label:before,.checkbox-info input[type=radio]:checked+label:before{background-color:#5bc0de;border-color:#5bc0de}.checkbox-info input[type=checkbox]:checked+label:after,.checkbox-info input[type=radio]:checked+label:after{color:#fff}.checkbox-warning input[type=checkbox]:checked+label:before,.checkbox-warning input[type=radio]:checked+label:before{background-color:#f0ad4e;border-color:#f0ad4e}.checkbox-warning input[type=checkbox]:checked+label:after,.checkbox-warning input[type=radio]:checked+label:after{color:#fff}.checkbox-success input[type=checkbox]:checked+label:before,.checkbox-success input[type=radio]:checked+label:before{background-color:#5cb85c;border-color:#5cb85c}.checkbox-success input[type=checkbox]:checked+label:after,.checkbox-success input[type=radio]:checked+label:after{color:#fff}.checkbox-primary input[type=checkbox]:indeterminate+label:before,.checkbox-primary input[type=radio]:indeterminate+label:before{background-color:#337ab7;border-color:#337ab7}.checkbox-primary input[type=checkbox]:indeterminate+label:after,.checkbox-primary input[type=radio]:indeterminate+label:after{background-color:#fff}.checkbox-danger input[type=checkbox]:indeterminate+label:before,.checkbox-danger input[type=radio]:indeterminate+label:before{background-color:#d9534f;border-color:#d9534f}.checkbox-danger input[type=checkbox]:indeterminate+label:after,.checkbox-danger input[type=radio]:indeterminate+label:after{background-color:#fff}.checkbox-info input[type=checkbox]:indeterminate+label:before,.checkbox-info input[type=radio]:indeterminate+label:before{background-color:#5bc0de;border-color:#5bc0de}.checkbox-info input[type=checkbox]:indeterminate+label:after,.checkbox-info input[type=radio]:indeterminate+label:after{background-color:#fff}.checkbox-warning input[type=checkbox]:indeterminate+label:before,.checkbox-warning input[type=radio]:indeterminate+label:before{background-color:#f0ad4e;border-color:#f0ad4e}.checkbox-warning input[type=checkbox]:indeterminate+label:after,.checkbox-warning input[type=radio]:indeterminate+label:after{background-color:#fff}.checkbox-success input[type=checkbox]:indeterminate+label:before,.checkbox-success input[type=radio]:indeterminate+label:before{background-color:#5cb85c;border-color:#5cb85c}.checkbox-success input[type=checkbox]:indeterminate+label:after,.checkbox-success input[type=radio]:indeterminate+label:after{background-color:#fff}.radio{padding-left:20px}.radio label{display:inline-block;vertical-align:middle;position:relative;padding-left:5px}.radio label:before{content:"";display:inline-block;position:absolute;width:17px;height:17px;left:0;margin-left:-20px;border:1px solid #ccc;border-radius:50%;background-color:#fff;-webkit-transition:border .15s ease-in-out;-o-transition:border .15s ease-in-out;transition:border .15s ease-in-out}.radio label:after{display:inline-block;position:absolute;content:" ";width:11px;height:11px;left:3px;top:3px;margin-left:-20px;border-radius:50%;background-color:#555;-webkit-transform:scale(0,0);-ms-transform:scale(0,0);-o-transform:scale(0,0);transform:scale(0,0);-webkit-transition:-webkit-transform .1s cubic-bezier(.8,-.33,.2,1.33);-moz-transition:-moz-transform .1s cubic-bezier(.8,-.33,.2,1.33);-o-transition:-o-transform .1s cubic-bezier(.8,-.33,.2,1.33);transition:transform .1s cubic-bezier(.8,-.33,.2,1.33)}.radio input[type=radio]{opacity:0;z-index:1;cursor:pointer}.radio input[type=radio]:focus+label:before{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.radio input[type=radio]:checked+label:after{-webkit-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1)}.radio input[type=radio]:disabled{cursor:not-allowed}.radio input[type=radio]:disabled+label{opacity:.65}.radio input[type=radio]:disabled+label:before{cursor:not-allowed}.radio.radio-inline{margin-top:0}.radio-primary input[type=radio]+label:after{background-color:#337ab7}.radio-primary input[type=radio]:checked+label:before{border-color:#337ab7}.radio-primary input[type=radio]:checked+label:after{background-color:#337ab7}.radio-danger input[type=radio]+label:after{background-color:#d9534f}.radio-danger input[type=radio]:checked+label:before{border-color:#d9534f}.radio-danger input[type=radio]:checked+label:after{background-color:#d9534f}.radio-info input[type=radio]+label:after{background-color:#5bc0de}.radio-info input[type=radio]:checked+label:before{border-color:#5bc0de}.radio-info input[type=radio]:checked+label:after{background-color:#5bc0de}.radio-warning input[type=radio]+label:after{background-color:#f0ad4e}.radio-warning input[type=radio]:checked+label:before{border-color:#f0ad4e}.radio-warning input[type=radio]:checked+label:after{background-color:#f0ad4e}.radio-success input[type=radio]+label:after{background-color:#5cb85c}.radio-success input[type=radio]:checked+label:before{border-color:#5cb85c}.radio-success input[type=radio]:checked+label:after{background-color:#5cb85c}input[type=checkbox].styled:checked+label:after,input[type=radio].styled:checked+label:after{content:'';width:9px;height:9px;background:#ff915b;border-radius:2px;position:absolute;top:5px;left:4px;display:block;padding:0}input[type=checkbox] .styled:checked+label:before,input[type=radio] .styled:checked+label:before{color:#fff}input[type=checkbox] .styled:checked+label:after,input[type=radio] .styled:checked+label:after{color:#fff}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face{font-family:'FontAwesome';font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.mst-brand__brand-list .toolbar{display:flex}.mst-brand__brand-list .toolbar a{display:block;padding:.3rem 1rem;text-align:center;color:#949494;font-size:12px;line-height:20px;font-weight:700;text-decoration:none;cursor:pointer;border:1px solid #dadada;background:#f0f0f0;text-transform:uppercase}.mst-brand__brand-list .toolbar a:hover{border-color:#fff;z-index:1005;color:#333;outline:1px solid #999}.mst-brand__brand-list .toolbar a._active{background:#fff;outline:2px solid #ff5501;border-color:#fff;color:#333;z-index:1000}.mst-brand__brand-list .toolbar .letters{margin-left:5rem;display:flex}.mst-brand__brand-list .toolbar .letters a{margin-left:-1px}.mst-brand__brand-list .letter-row{overflow:hidden;border-bottom:1px solid #ccc;padding-top:10px}.mst-brand__brand-list .letter-row .letter{top:0;left:0;font-size:40px;line-height:60px;clear:left}.mst-brand__brand-list .letter-row ul{list-style:none;margin:0;display:flex;flex-wrap:wrap}.mst-brand__brand-list .letter-row ul li{text-align:center}.mst-brand__brand-list .letter-row ul li a{color:#333;text-decoration:none;display:block;padding:1rem}.mst-brand__brand-list .letter-row ul li a .logo-wrapper{height:10rem;vertical-align:middle;display:table-cell;opacity:.8}.mst-brand__brand-list .letter-row ul li a .logo-wrapper img{max-height:10rem;max-width:15rem}.mst-brand__brand-list .letter-row ul li a:hover{text-decoration:underline;outline:2px solid #ff5501}.mst-brand__brand-list .letter-row ul li a:hover .logo-wrapper{opacity:1}.brand-brand-view .columns{position:relative}.m-brand-logo{float:left;margin-right:10px;width:200px}.m-brand-additional-info{margin:0 0 35px;display:inline-block}.brand-brand-view .m-brand-banner img{width:100%}.m-brand-slider-container{text-align:-webkit-center}.m-brand-slider-container .m-brand-slider-wrapper.flexslider .slides{display:flex;align-items:center}.m-brand-slider-container .m-brand-label{position:absolute;bottom:0;width:inherit;text-align:center}.m-brand-slider-wrapper{margin:0 auto}.m-slider-brand-label{padding-bottom:30px}.m-brand-slider-wrapper .slides{text-align:-webkit-center}.m-brand-slider-container .m-brand-slider-wrapper.flexslider .slides .m-brand-label a{color:#333}@font-face{font-family:'flexslider-icon';src:url('../../frontend/Youngdogs/ambients/es_ES/Mirasvit_Core/css/Mirasvit_Brand/fonts/flexslider-icon.eot');src:url('../../frontend/Youngdogs/ambients/es_ES/Mirasvit_Core/css/Mirasvit_Brand/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),url('../../frontend/Youngdogs/ambients/es_ES/Mirasvit_Core/css/Mirasvit_Brand/fonts/flexslider-icon.woff') format('woff'),url('../../frontend/Youngdogs/ambients/es_ES/Mirasvit_Core/css/Mirasvit_Brand/fonts/flexslider-icon.ttf') format('truetype'),url('../../frontend/Youngdogs/ambients/es_ES/Mirasvit_Core/css/Mirasvit_Brand/fonts/flexslider-icon.svg#flexslider-icon') format('svg');font-weight:400;font-style:normal}.flex-container a:hover,.flex-slider a:hover{outline:none}.slides,.slides>li,.flex-control-nav,.flex-direction-nav{margin:0;padding:0;list-style:none}.flex-pauseplay span{text-transform:capitalize}.flexslider{margin:0;padding:0}.flexslider .slides>li{display:none;-webkit-backface-visibility:hidden}.flexslider .slides img{width:100%;display:block}.flexslider .slides:after{content:"\0020";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .flexslider .slides{display:block}* html .flexslider .slides{height:1%}.no-js .flexslider .slides>li:first-child{display:block}.flexslider{margin:0 0 60px;background:#fff;border:4px solid #fff;position:relative;zoom:1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:'' 0 1px 4px rgba(0,0,0,.2);-moz-box-shadow:'' 0 1px 4px rgba(0,0,0,.2);-o-box-shadow:'' 0 1px 4px rgba(0,0,0,.2);box-shadow:'' 0 1px 4px rgba(0,0,0,.2)}.flexslider .slides{zoom:1}.flexslider .slides img{height:auto;-moz-user-select:none}.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}.loading .flex-viewport{max-height:300px}@-moz-document url-prefix(){.loading .flex-viewport{max-height:none}}.carousel li{margin-right:5px}.flex-direction-nav{*height:0}.flex-direction-nav a{text-decoration:none;display:block;width:40px;height:40px;margin:-20px 0 0;position:absolute;top:50%;z-index:10;overflow:hidden;opacity:0;cursor:pointer;color:rgba(0,0,0,.8);text-shadow:1px 1px 0 rgba(255,255,255,.3);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.flex-direction-nav a:before{font-family:"flexslider-icon";font-size:37px;display:inline-block;content:'\f001';color:rgba(0,0,0,.8);text-shadow:1px 1px 0 rgba(255,255,255,.3)}.flex-direction-nav a.flex-next:before{content:'\f002'}.flex-direction-nav .flex-prev{left:-50px}.flex-direction-nav .flex-next{right:-50px;text-align:right}.flexslider:hover .flex-direction-nav .flex-prev{opacity:.7;left:10px}.flexslider:hover .flex-direction-nav .flex-prev:hover{opacity:1}.flexslider:hover .flex-direction-nav .flex-next{opacity:.7;right:10px}.flexslider:hover .flex-direction-nav .flex-next:hover{opacity:1}.flex-direction-nav .flex-disabled{opacity:0 !important;filter:alpha(opacity=0);cursor:default;z-index:-1}.flex-pauseplay a{display:block;width:20px;height:20px;position:absolute;bottom:5px;left:10px;opacity:.8;z-index:10;overflow:hidden;cursor:pointer;color:#000}.flex-pauseplay a:before{font-family:"flexslider-icon";font-size:20px;display:inline-block;content:'\f004'}.flex-pauseplay a:hover{opacity:1}.flex-pauseplay a.flex-play:before{content:'\f003'}.flex-control-nav{width:100%;position:absolute;bottom:-40px;text-align:center}.flex-control-nav li{margin:0 6px;display:inline-block;zoom:1;*display:inline}.flex-control-paging li a{width:11px;height:11px;display:block;background:#666;background:rgba(0,0,0,.5);cursor:pointer;text-indent:-9999px;-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,.3);-moz-box-shadow:inset 0 0 3px rgba(0,0,0,.3);-o-box-shadow:inset 0 0 3px rgba(0,0,0,.3);box-shadow:inset 0 0 3px rgba(0,0,0,.3);-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}.flex-control-paging li a:hover{background:#333;background:rgba(0,0,0,.7)}.flex-control-paging li a.flex-active{background:#000;background:rgba(0,0,0,.9);cursor:default}.flex-control-thumbs{margin:5px 0 0;position:static;overflow:hidden}.flex-control-thumbs li{width:25%;float:left;margin:0}.flex-control-thumbs img{width:100%;height:auto;display:block;opacity:.7;cursor:pointer;-moz-user-select:none;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}.flex-control-thumbs img:hover{opacity:1}.flex-control-thumbs .flex-active{opacity:1;cursor:default}@media screen and (max-width:860px){.flex-direction-nav .flex-prev{opacity:1;left:10px}.flex-direction-nav .flex-next{opacity:1;right:10px}}.m-brand-tooltip-container .ui-tooltip-content:after,.m-brand-tooltip-container .ui-tooltip-content:before{content:"";position:absolute;border-style:solid;display:block;left:4px}.m-brand-tooltip-container.bottom .ui-tooltip-content:before{bottom:-8px;border-color:#aaa transparent;border-width:8px 10px 0}.m-brand-tooltip-container.bottom .ui-tooltip-content:after{bottom:-7px;border-color:#fff transparent;border-width:8px 10px 0}.m-brand-tooltip-container.top .ui-tooltip-content:before{top:-8px;border-color:#aaa transparent;border-width:0 8px 8px}.m-brand-tooltip-container.top .ui-tooltip-content:after{top:-7px;border-color:#fff transparent;border-width:0 8px 8px}.m-brand-tooltip-container.ui-tooltip{border-width:.8px !important;max-width:350px !important;padding:10px;text-align:justify}.m-brand-tooltip-container .ui-tooltip-content img{display:block;margin:0 auto}.catalog-product-view .m-logo .m-brand-tooltip img{padding-right:15px}.catalog-product-view .m-logo{display:inline-block}.catalog-product-view .m-logo a{float:left}.main .mst-scroll__button{display:block;margin:1rem auto}@keyframes reveal{from{transform:scale(.001)}to{transform:scale(1)}}@keyframes slide{to{transform:translateX(1.5em)}}.mst-scroll__loader{font-size:20px;position:relative;width:4em;height:1em;margin:10px auto}.mst-scroll__loader .loader-dot{display:block;width:1em;height:1em;border-radius:.5em;background:#555;position:absolute;animation-duration:.5s;animation-timing-function:ease;animation-iteration-count:infinite}.mst-scroll__loader .loader-dot:nth-child(1),.mst-scroll__loader .loader-dot:nth-child(2){left:0}.mst-scroll__loader .loader-dot:nth-child(3){left:1.5em}.mst-scroll__loader .loader-dot:nth-child(4){left:3em}.mst-scroll__loader .loader-dot:nth-child(1){animation-name:reveal}.mst-scroll__loader .loader-dot:nth-child(2),.mst-scroll__loader .loader-dot:nth-child(3){animation-name:slide}.mst-scroll__loader .loader-dot:nth-child(4){animation-name:reveal;animation-direction:reverse}.all-products-page-index-index .columns{position:relative}.ui-datepicker{display:none;z-index:999999 !important}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em;cursor:pointer}.ui-datepicker .ui-datepicker-next-hover span,.ui-datepicker .ui-datepicker-prev-hover span{border-color:transparent #ff8400 transparent transparent}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-5px;font-size:0px;width:0;height:0;border:solid;border-width:5px 8px 5px 0;border-color:transparent #ff9635 transparent transparent}.ui-datepicker .ui-datepicker-next span{margin-left:0;top:50%;margin-top:-5px;border-width:5px 0 5px 8px;border-color:transparent transparent transparent #ff9635}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker table{width:100%;font-size:.9em}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:4px;text-align:right;text-decoration:none;color:#000}.ui-datepicker .ui-datepicker-buttonpane button{float:right}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-timepicker-div .ui-widget-header{margin-bottom:8px}.ui-timepicker-div dl{text-align:left}.ui-timepicker-div dl dt{height:25px;margin-bottom:-22px}.ui-timepicker-div dl .ui_tpicker_time_label{margin-bottom:-25px}.ui-timepicker-div dl dd{margin:0 10px 10px 65px}.ui-timepicker-div td{font-size:90%}.ui-tpicker-grid-label{background:0 0;border:none;margin:0;padding:0}.ui-datepicker{background:#fff;padding:15px;border:#fff 4px solid;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#efefef;-webkit-box-shadow:5px 5px 10px 0px rgba(0,0,0,.35);box-shadow:5px 5px 10px 0px rgba(0,0,0,.35)}.ui-datepicker .ui-datepicker-header{background:0 0;border:none;padding-bottom:10px}.ui-datepicker .ui-datepicker-title .ui-datepicker-month{width:47%;margin-right:6%}.ui-datepicker .ui-datepicker-title .ui-datepicker-year{width:47%}.ui-datepicker .ui-datepicker-calendar td{border:#cfcfcf 1px solid}.ui-datepicker .ui-datepicker-calendar td a{padding:4px;display:block}.ui-datepicker .ui-datepicker-calendar td .ui-state-hover{background:#f9eae7}.ui-datepicker .ui-datepicker-calendar{background:#fff;border:#cfcfcf 1px solid;border-collapse:collapse}.ui-datepicker .ui-datepicker-calendar th{background:#efefef;border:#cfcfcf 1px solid;padding:4px;text-transform:uppercase}.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col{text-align:center;border:#cfcfcf 1px solid}.ui-datepicker{width:auto}.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today{background:#f3d7d2}.ui-datepicker .ui-datepicker-calendar .ui-state-active{background:#ffdf66}.ui-timepicker-div .ui-widget-header{margin-bottom:8px}.ui-timepicker-div dl{text-align:left}.ui-timepicker-div dl dd{margin:0 0 10px 65px}.ui-timepicker-div td{font-size:90%}.ui-tpicker-grid-label{background:0 0;border:none;margin:0;padding:0}.ui-slider{position:relative;text-align:left}.ui-slider-horizontal .ui-slider-handle{margin-left:-5px}.ui-slider .ui-slider-handle{position:absolute;z-index:2;cursor:default}.ui-slider-horizontal{height:10px;-webkit-border-radius:10px;border-radius:10px;border:none;background:#dadada}.ui-slider-handle{height:10px;width:10px;-webkit-border-radius:10px;border-radius:10px;background:#f98b25;display:block;position:absolute}.ui-timepicker-div{padding:10px 0 5px}.ui-datepicker .ui-datepicker-buttonpane{overflow:hidden;padding-top:10px;border-top:#cfcfcf 1px solid}.ui-datepicker .ui-datepicker-calendar .ui-state-disabled{background:#f9f9f9}.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span{color:#959595}.ui-datepicker-cover{position:absolute;z-index:-1;filter:mask();top:-4px;left:-4px;width:200px;height:200px}.swatch-option-loading-webp{content:url(../../frontend/Youngdogs/ambients/es_ES/images/loader-2.gif)}body{margin:0;padding:0}article,aside,details,figcaption,figure,main,footer,header,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}nav ul,nav ol{list-style:none none}img{border:0}img,object,video,embed{height:auto;max-width:100%}svg:not(:root){overflow:hidden}figure{margin:0}html{font-size:62.5%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-size-adjust:100%}body{color:#333;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.42857143;font-size:1.4rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{border-bottom:1px dotted #ccc;cursor:help}b,strong{font-weight:700}em,i{font-style:italic}mark{background:#f6f6f6;color:#000}small,.small{font-size:12px}hr{border:0;border-top:1px solid #ccc;margin-bottom:20px;margin-top:20px}sub,sup{font-size:71.42857143000001%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}dfn{font-style:italic}h1{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:0;margin-bottom:2rem}h2{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}h3{font-weight:600;line-height:1.1;font-size:1.8rem;margin-top:2rem;margin-bottom:1rem}h4{font-weight:700;line-height:1.1;font-size:1.4rem;margin-top:2rem;margin-bottom:2rem}h5{font-weight:700;line-height:1.1;font-size:1.2rem;margin-top:2rem;margin-bottom:2rem}h6{font-weight:700;line-height:1.1;font-size:1rem;margin-top:2rem;margin-bottom:2rem}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small{color:#333;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1}a,.alink{color:#006bb4;text-decoration:none}a:visited,.alink:visited{color:#006bb4;text-decoration:none}a:hover,.alink:hover{color:#006bb4;text-decoration:underline}a:active,.alink:active{color:#ff5501;text-decoration:underline}ul,ol{margin-top:0;margin-bottom:2.5rem}ul>li,ol>li{margin-top:0;margin-bottom:1rem}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}dl{margin-bottom:20px;margin-top:0}dt{font-weight:700;margin-bottom:5px;margin-top:0}dd{margin-bottom:10px;margin-top:0;margin-left:0}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,'Courier New',monospace}code{background:#f6f6f6;color:#111;padding:2px 4px;font-size:1.2rem;white-space:nowrap}kbd{background:#f6f6f6;color:#111;padding:2px 4px;font-size:1.2rem}pre{background:#f6f6f6;border:1px solid #ccc;color:#111;line-height:1.42857143;margin:0 0 10px;padding:10px;font-size:1.2rem;display:block;word-wrap:break-word}pre code{background-color:transparent;border-radius:0;color:inherit;font-size:inherit;padding:0;white-space:pre-wrap}blockquote{border-left:0 solid #ccc;margin:0 0 20px 40px;padding:0;color:#333;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-style:italic;font-weight:400;line-height:1.42857143;font-size:1.4rem}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{color:#333;line-height:1.42857143;font-size:1rem;display:block}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}blockquote cite{font-style:normal}blockquote:before,blockquote:after{content:''}q{quotes:none}q:before,q:after{content:'';content:none}cite{font-style:normal}table{width:100%;border-collapse:collapse;border-spacing:0;max-width:100%}table th{text-align:left}table>tbody>tr>th,table>tfoot>tr>th,table>tbody>tr>td,table>tfoot>tr>td{vertical-align:top}table>thead>tr>th,table>thead>tr>td{vertical-align:bottom}table>thead>tr>th,table>tbody>tr>th,table>tfoot>tr>th,table>thead>tr>td,table>tbody>tr>td,table>tfoot>tr>td{padding:11px 10px}button{background-image:none;background:#eee;border:1px solid #ccc;color:#333;cursor:pointer;display:inline-block;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:600;margin:0;padding:7px 15px;font-size:1.4rem;line-height:1.6rem;box-sizing:border-box;vertical-align:middle}button:focus,button:active{background:#e2e2e2;border:1px solid #ccc;color:#333}button:hover{background:#e1e1e1;border:1px solid #ccc;color:#333}button.disabled,button[disabled],fieldset[disabled] button{opacity:.5;cursor:default;pointer-events:none}button::-moz-focus-inner{border:0;padding:0}input[type=text],input[type=password],input[type=url],input[type=tel],input[type=search],input[type=number],input[type=datetime],input[type=email]{background:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;height:32px;line-height:1.42857143;padding:0 9px;vertical-align:baseline;width:100%;box-sizing:border-box}input[type=text]:disabled,input[type=password]:disabled,input[type=url]:disabled,input[type=tel]:disabled,input[type=search]:disabled,input[type=number]:disabled,input[type=datetime]:disabled,input[type=email]:disabled{opacity:.5}input[type=text]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=url]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=datetime]::-moz-placeholder,input[type=email]::-moz-placeholder{color:#575757}input[type=text]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=datetime]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder{color:#575757}input[type=text]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=datetime]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder{color:#575757}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=search]{-webkit-appearance:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}select{background:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;height:32px;line-height:1.42857143;padding:5px 10px 4px;vertical-align:baseline;width:100%;box-sizing:border-box}select:disabled{opacity:.5}select[multiple]{height:auto;background-image:none}textarea{background:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;height:auto;line-height:1.42857143;margin:0;padding:10px;vertical-align:baseline;width:100%;box-sizing:border-box;resize:vertical}textarea:disabled{opacity:.5}textarea::-moz-placeholder{color:#575757}textarea::-webkit-input-placeholder{color:#575757}textarea:-ms-input-placeholder{color:#575757}input[type=checkbox]{margin:2px 5px 0 0;position:relative;top:2px}input[type=checkbox]:disabled{opacity:.5}input[type=radio]{margin:2px 5px 0 0}input[type=radio]:disabled{opacity:.5}input.mage-error,select.mage-error,textarea.mage-error{border-color:#ed8380}div.mage-error[generated]{color:#e02b27;font-size:1.2rem}input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}input::-moz-focus-inner{border:0;padding:0}form{-webkit-tap-highlight-color:rgba(0,0,0,0)}address{font-style:normal}*:focus{box-shadow:none;outline:0}._keyfocus *:focus,input:not([disabled]):focus,textarea:not([disabled]):focus,select:not([disabled]):focus{box-shadow:0 0 3px 1px #00699d}input[type=radio]:focus,input[type=checkbox]:focus{box-shadow:none}.cart-summary .checkout-methods-items,.opc-wrapper .opc,.opc-progress-bar,.checkout-agreements-items,.bundle-options-container .block-bundle-summary .bundle.items,.product-items,.prices-tier,.search-terms,.order-details-items .items-qty,.footer.content ul,.block-banners .banner-items,.block-banners-inline .banner-items,.block-event .slider-panel .slider{margin:0;padding:0;list-style:none none}.cart-summary .checkout-methods-items>li,.opc-wrapper .opc>li,.opc-progress-bar>li,.checkout-agreements-items>li,.bundle-options-container .block-bundle-summary .bundle.items>li,.product-items>li,.prices-tier>li,.search-terms>li,.order-details-items .items-qty>li,.footer.content ul>li,.block-banners .banner-items>li,.block-banners-inline .banner-items>li,.block-event .slider-panel .slider>li{margin:0}.action-primary:focus,.action-primary:active{background:#006bb4;border:1px solid #006bb4;color:#fff}.action-primary:hover{background:#006bb4;border:1px solid #006bb4;color:#fff}.action-primary.disabled,.action-primary[disabled],fieldset[disabled] .action-primary{opacity:.5;cursor:default;pointer-events:none}.abs-discount-block .actions-toolbar .action.primary,.abs-discount-block .actions-toolbar .action.cancel,.cart-summary .block .actions-toolbar>.primary .action.primary,.block-compare .action.primary,.cart-summary .form.giftregistry .fieldset .action.primary,.paypal-review-discount .actions-toolbar .action.primary,.paypal-review-discount .actions-toolbar .action.cancel{border-radius:3px}.abs-discount-block .actions-toolbar .action.primary:not(:focus),.abs-discount-block .actions-toolbar .action.cancel:not(:focus),.cart-summary .block .actions-toolbar>.primary .action.primary:not(:focus),.block-compare .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){box-shadow:inset 0 1px 0 0 #fff,inset 0 -1px 0 0 rgba(204,204,204,.3)}.abs-discount-block .actions-toolbar .action.primary:active,.abs-discount-block .actions-toolbar .action.cancel:active,.cart-summary .block .actions-toolbar>.primary .action.primary:active,.block-compare .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{box-shadow:inset 0 1px 0 0 rgba(204,204,204,.8),inset 0 -1px 0 0 rgba(204,204,204,.3)}.block-event .slider-panel .slider .item .action.event{background-image:none;background:#eee;border:1px solid #ccc;color:#333;cursor:pointer;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:600;margin:0;padding:7px 15px;font-size:1.4rem;line-height:1.6rem;box-sizing:border-box;vertical-align:middle;display:inline-block;text-decoration:none;border-radius:3px}.abs-action-link-button:focus,.abs-action-link-button:active,.block-event .slider-panel .slider .item .action.event:focus,.block-event .slider-panel .slider .item .action.event:active{background:#e2e2e2;border:1px solid #ccc;color:#333}.abs-action-link-button:hover,.block-event .slider-panel .slider .item .action.event:hover{background:#e1e1e1;border:1px solid #ccc;color:#333}.abs-action-link-button.disabled,.abs-action-link-button[disabled],fieldset[disabled] .abs-action-link-button,.block-event .slider-panel .slider .item .action.event.disabled,.block-event .slider-panel .slider .item .action.event[disabled],fieldset[disabled] .block-event .slider-panel .slider .item .action.event{opacity:.5;cursor:default;pointer-events:none}.abs-action-link-button:hover,.abs-action-link-button:active,.abs-action-link-button:focus,.block-event .slider-panel .slider .item .action.event:hover,.block-event .slider-panel .slider .item .action.event:active,.block-event .slider-panel .slider .item .action.event:focus{text-decoration:none}.abs-action-remove,.abs-discount-block .action.check,.popup .actions-toolbar .action.cancel,.paypal-button-widget .paypal-button,.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-payment-method .checkout-billing-address .billing-address-details .action-edit-address,.checkout-agreements-block .action-show,.bundle-options-container .action.back,.block.related .action.select,.gift-options .actions-toolbar .action-cancel,.gift-summary .action-edit,.gift-summary .action-delete,.gift-wrapping-title .action-remove,.wishlist.split.button>.action,.abs-add-fields .action.remove,.paypal-review-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{line-height:1.42857143;padding:0;color:#006bb4;text-decoration:none;background:0 0;border:0;display:inline;font-weight:400;border-radius:0}.abs-action-button-as-link:visited,.abs-action-remove:visited,.abs-discount-block .action.check:visited,.popup .actions-toolbar .action.cancel:visited,.paypal-button-widget .paypal-button:visited,.cart.table-wrapper .action.help.map:visited,.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,.opc-wrapper .edit-address-link:visited,.opc-block-shipping-information .shipping-information-title .action-edit:visited,.action-auth-toggle:visited,.checkout-payment-method .checkout-billing-address .action-cancel:visited,.checkout-payment-method .checkout-billing-address .billing-address-details .action-edit-address:visited,.checkout-agreements-block .action-show:visited,.bundle-options-container .action.back:visited,.block.related .action.select:visited,.gift-options .actions-toolbar .action-cancel:visited,.gift-summary .action-edit:visited,.gift-summary .action-delete:visited,.gift-wrapping-title .action-remove:visited,.wishlist.split.button>.action:visited,.abs-add-fields .action.remove:visited,.paypal-review-discount .action.check:visited,.form-giftregistry-share .action.remove:visited,.form-giftregistry-edit .action.remove:visited,.form-add-invitations .action.remove:visited,.form-create-return .action.remove:visited,.form.send.friend .action.remove:visited{color:#006bb4;text-decoration:none}.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,.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-payment-method .checkout-billing-address .billing-address-details .action-edit-address:hover,.checkout-agreements-block .action-show:hover,.bundle-options-container .action.back:hover,.block.related .action.select:hover,.gift-options .actions-toolbar .action-cancel:hover,.gift-summary .action-edit:hover,.gift-summary .action-delete:hover,.gift-wrapping-title .action-remove:hover,.wishlist.split.button>.action:hover,.abs-add-fields .action.remove:hover,.paypal-review-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{color:#006bb4;text-decoration:underline}.abs-action-button-as-link:active,.abs-action-remove:active,.abs-discount-block .action.check:active,.popup .actions-toolbar .action.cancel:active,.paypal-button-widget .paypal-button:active,.cart.table-wrapper .action.help.map:active,.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,.opc-wrapper .edit-address-link:active,.opc-block-shipping-information .shipping-information-title .action-edit:active,.action-auth-toggle:active,.checkout-payment-method .checkout-billing-address .action-cancel:active,.checkout-payment-method .checkout-billing-address .billing-address-details .action-edit-address:active,.checkout-agreements-block .action-show:active,.bundle-options-container .action.back:active,.block.related .action.select:active,.gift-options .actions-toolbar .action-cancel:active,.gift-summary .action-edit:active,.gift-summary .action-delete:active,.gift-wrapping-title .action-remove:active,.wishlist.split.button>.action:active,.abs-add-fields .action.remove:active,.paypal-review-discount .action.check:active,.form-giftregistry-share .action.remove:active,.form-giftregistry-edit .action.remove:active,.form-add-invitations .action.remove:active,.form-create-return .action.remove:active,.form.send.friend .action.remove:active{color:#ff5501;text-decoration:underline}.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,.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-payment-method .checkout-billing-address .billing-address-details .action-edit-address:hover,.checkout-agreements-block .action-show:hover,.bundle-options-container .action.back:hover,.block.related .action.select:hover,.gift-options .actions-toolbar .action-cancel:hover,.gift-summary .action-edit:hover,.gift-summary .action-delete:hover,.gift-wrapping-title .action-remove:hover,.wishlist.split.button>.action:hover,.abs-add-fields .action.remove:hover,.paypal-review-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{color:#006bb4}.abs-action-button-as-link:hover,.abs-action-button-as-link:active,.abs-action-button-as-link:focus,.abs-action-remove:hover,.abs-action-remove:active,.abs-action-remove:focus,.abs-discount-block .action.check:hover,.abs-discount-block .action.check:active,.abs-discount-block .action.check:focus,.popup .actions-toolbar .action.cancel:hover,.popup .actions-toolbar .action.cancel:active,.popup .actions-toolbar .action.cancel:focus,.paypal-button-widget .paypal-button:hover,.paypal-button-widget .paypal-button:active,.paypal-button-widget .paypal-button:focus,.cart.table-wrapper .action.help.map:hover,.cart.table-wrapper .action.help.map:active,.cart.table-wrapper .action.help.map:focus,.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,.opc-wrapper .edit-address-link:hover,.opc-wrapper .edit-address-link:active,.opc-wrapper .edit-address-link:focus,.opc-block-shipping-information .shipping-information-title .action-edit:hover,.opc-block-shipping-information .shipping-information-title .action-edit:active,.opc-block-shipping-information .shipping-information-title .action-edit:focus,.action-auth-toggle:hover,.action-auth-toggle:active,.action-auth-toggle:focus,.checkout-payment-method .checkout-billing-address .action-cancel:hover,.checkout-payment-method .checkout-billing-address .action-cancel:active,.checkout-payment-method .checkout-billing-address .action-cancel:focus,.checkout-payment-method .checkout-billing-address .billing-address-details .action-edit-address:hover,.checkout-payment-method .checkout-billing-address .billing-address-details .action-edit-address:active,.checkout-payment-method .checkout-billing-address .billing-address-details .action-edit-address:focus,.checkout-agreements-block .action-show:hover,.checkout-agreements-block .action-show:active,.checkout-agreements-block .action-show:focus,.bundle-options-container .action.back:hover,.bundle-options-container .action.back:active,.bundle-options-container .action.back:focus,.block.related .action.select:hover,.block.related .action.select:active,.block.related .action.select:focus,.gift-options .actions-toolbar .action-cancel:hover,.gift-options .actions-toolbar .action-cancel:active,.gift-options .actions-toolbar .action-cancel:focus,.gift-summary .action-edit:hover,.gift-summary .action-edit:active,.gift-summary .action-edit:focus,.gift-summary .action-delete:hover,.gift-summary .action-delete:active,.gift-summary .action-delete:focus,.gift-wrapping-title .action-remove:hover,.gift-wrapping-title .action-remove:active,.gift-wrapping-title .action-remove:focus,.wishlist.split.button>.action:hover,.wishlist.split.button>.action:active,.wishlist.split.button>.action:focus,.abs-add-fields .action.remove:hover,.abs-add-fields .action.remove:active,.abs-add-fields .action.remove:focus,.paypal-review-discount .action.check:hover,.paypal-review-discount .action.check:active,.paypal-review-discount .action.check:focus,.form-giftregistry-share .action.remove:hover,.form-giftregistry-share .action.remove:active,.form-giftregistry-share .action.remove:focus,.form-giftregistry-edit .action.remove:hover,.form-giftregistry-edit .action.remove:active,.form-giftregistry-edit .action.remove:focus,.form-add-invitations .action.remove:hover,.form-add-invitations .action.remove:active,.form-add-invitations .action.remove:focus,.form-create-return .action.remove:hover,.form-create-return .action.remove:active,.form-create-return .action.remove:focus,.form.send.friend .action.remove:hover,.form.send.friend .action.remove:active,.form.send.friend .action.remove:focus{background:0 0;border:0}.abs-action-button-as-link.disabled,.abs-action-button-as-link[disabled],fieldset[disabled] .abs-action-button-as-link,.abs-action-remove.disabled,.abs-action-remove[disabled],fieldset[disabled] .abs-action-remove,.abs-discount-block .action.check.disabled,.abs-discount-block .action.check[disabled],fieldset[disabled] .abs-discount-block .action.check,.popup .actions-toolbar .action.cancel.disabled,.popup .actions-toolbar .action.cancel[disabled],fieldset[disabled] .popup .actions-toolbar .action.cancel,.paypal-button-widget .paypal-button.disabled,.paypal-button-widget .paypal-button[disabled],fieldset[disabled] .paypal-button-widget .paypal-button,.cart.table-wrapper .action.help.map.disabled,.cart.table-wrapper .action.help.map[disabled],fieldset[disabled] .cart.table-wrapper .action.help.map,.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,.opc-wrapper .edit-address-link.disabled,.opc-wrapper .edit-address-link[disabled],fieldset[disabled] .opc-wrapper .edit-address-link,.opc-block-shipping-information .shipping-information-title .action-edit.disabled,.opc-block-shipping-information .shipping-information-title .action-edit[disabled],fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,.action-auth-toggle.disabled,.action-auth-toggle[disabled],fieldset[disabled] .action-auth-toggle,.checkout-payment-method .checkout-billing-address .action-cancel.disabled,.checkout-payment-method .checkout-billing-address .action-cancel[disabled],fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,.checkout-payment-method .checkout-billing-address .billing-address-details .action-edit-address.disabled,.checkout-payment-method .checkout-billing-address .billing-address-details .action-edit-address[disabled],fieldset[disabled] .checkout-payment-method .checkout-billing-address .billing-address-details .action-edit-address,.checkout-agreements-block .action-show.disabled,.checkout-agreements-block .action-show[disabled],fieldset[disabled] .checkout-agreements-block .action-show,.bundle-options-container .action.back.disabled,.bundle-options-container .action.back[disabled],fieldset[disabled] .bundle-options-container .action.back,.block.related .action.select.disabled,.block.related .action.select[disabled],fieldset[disabled] .block.related .action.select,.gift-options .actions-toolbar .action-cancel.disabled,.gift-options .actions-toolbar .action-cancel[disabled],fieldset[disabled] .gift-options .actions-toolbar .action-cancel,.gift-summary .action-edit.disabled,.gift-summary .action-edit[disabled],fieldset[disabled] .gift-summary .action-edit,.gift-summary .action-delete.disabled,.gift-summary .action-delete[disabled],fieldset[disabled] .gift-summary .action-delete,.gift-wrapping-title .action-remove.disabled,.gift-wrapping-title .action-remove[disabled],fieldset[disabled] .gift-wrapping-title .action-remove,.wishlist.split.button>.action.disabled,.wishlist.split.button>.action[disabled],fieldset[disabled] .wishlist.split.button>.action,.abs-add-fields .action.remove.disabled,.abs-add-fields .action.remove[disabled],fieldset[disabled] .abs-add-fields .action.remove,.paypal-review-discount .action.check.disabled,.paypal-review-discount .action.check[disabled],fieldset[disabled] .paypal-review-discount .action.check,.form-giftregistry-share .action.remove.disabled,.form-giftregistry-share .action.remove[disabled],fieldset[disabled] .form-giftregistry-share .action.remove,.form-giftregistry-edit .action.remove.disabled,.form-giftregistry-edit .action.remove[disabled],fieldset[disabled] .form-giftregistry-edit .action.remove,.form-add-invitations .action.remove.disabled,.form-add-invitations .action.remove[disabled],fieldset[disabled] .form-add-invitations .action.remove,.form-create-return .action.remove.disabled,.form-create-return .action.remove[disabled],fieldset[disabled] .form-create-return .action.remove,.form.send.friend .action.remove.disabled,.form.send.friend .action.remove[disabled],fieldset[disabled] .form.send.friend .action.remove{color:#006bb4;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.abs-action-remove:active,.abs-action-remove:not(:focus),.abs-discount-block .action.check:active,.abs-discount-block .action.check:not(:focus),.popup .actions-toolbar .action.cancel:active,.popup .actions-toolbar .action.cancel:not(:focus),.paypal-button-widget .paypal-button:active,.paypal-button-widget .paypal-button:not(:focus),.cart.table-wrapper .action.help.map:active,.cart.table-wrapper .action.help.map:not(:focus),.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),.opc-wrapper .edit-address-link:active,.opc-wrapper .edit-address-link:not(:focus),.opc-block-shipping-information .shipping-information-title .action-edit:active,.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),.action-auth-toggle:active,.action-auth-toggle:not(:focus),.checkout-payment-method .checkout-billing-address .action-cancel:active,.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),.checkout-payment-method .checkout-billing-address .billing-address-details .action-edit-address:active,.checkout-payment-method .checkout-billing-address .billing-address-details .action-edit-address:not(:focus),.checkout-agreements-block .action-show:active,.checkout-agreements-block .action-show:not(:focus),.bundle-options-container .action.back:active,.bundle-options-container .action.back:not(:focus),.block.related .action.select:active,.block.related .action.select:not(:focus),.gift-options .actions-toolbar .action-cancel:active,.gift-options .actions-toolbar .action-cancel:not(:focus),.gift-summary .action-edit:active,.gift-summary .action-edit:not(:focus),.gift-summary .action-delete:active,.gift-summary .action-delete:not(:focus),.gift-wrapping-title .action-remove:active,.gift-wrapping-title .action-remove:not(:focus),.wishlist.split.button>.action:active,.wishlist.split.button>.action:not(:focus),.abs-add-fields .action.remove:active,.abs-add-fields .action.remove:not(:focus),.paypal-review-discount .action.check:active,.paypal-review-discount .action.check:not(:focus),.form-giftregistry-share .action.remove:active,.form-giftregistry-share .action.remove:not(:focus),.form-giftregistry-edit .action.remove:active,.form-giftregistry-edit .action.remove:not(:focus),.form-add-invitations .action.remove:active,.form-add-invitations .action.remove:not(:focus),.form-create-return .action.remove:active,.form-create-return .action.remove:not(:focus),.form.send.friend .action.remove:active,.form.send.friend .action.remove:not(:focus){box-shadow:none}.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,.cart-summary .block .actions-toolbar>.primary .action.primary,.block-compare .action.primary,.cart-summary .form.giftregistry .fieldset .action.primary,.paypal-review-discount .actions-toolbar .action.primary,.paypal-review-discount .actions-toolbar .action.cancel{background:#eee;border:1px solid #ccc;color:#333}.abs-revert-secondary-color:focus,.abs-revert-secondary-color:active,.abs-revert-to-action-secondary:focus,.abs-revert-to-action-secondary:active,.paypal-review .block .actions-toolbar .action.primary:focus,.paypal-review .block .actions-toolbar .action.primary:active,.abs-discount-block .actions-toolbar .action.primary:focus,.abs-discount-block .actions-toolbar .action.primary:active,.abs-discount-block .actions-toolbar .action.cancel:focus,.abs-discount-block .actions-toolbar .action.cancel:active,.cart-summary .block .actions-toolbar>.primary .action.primary:focus,.cart-summary .block .actions-toolbar>.primary .action.primary:active,.block-compare .action.primary:focus,.block-compare .action.primary:active,.cart-summary .form.giftregistry .fieldset .action.primary:focus,.cart-summary .form.giftregistry .fieldset .action.primary:active,.paypal-review-discount .actions-toolbar .action.primary:focus,.paypal-review-discount .actions-toolbar .action.primary:active,.paypal-review-discount .actions-toolbar .action.cancel:focus,.paypal-review-discount .actions-toolbar .action.cancel:active{background:#e2e2e2;border:1px solid #ccc;color:#333}.abs-revert-secondary-color:hover,.abs-revert-to-action-secondary:hover,.paypal-review .block .actions-toolbar .action.primary:hover,.abs-discount-block .actions-toolbar .action.primary:hover,.abs-discount-block .actions-toolbar .action.cancel:hover,.cart-summary .block .actions-toolbar>.primary .action.primary:hover,.block-compare .action.primary:hover,.cart-summary .form.giftregistry .fieldset .action.primary:hover,.paypal-review-discount .actions-toolbar .action.primary:hover,.paypal-review-discount .actions-toolbar .action.cancel:hover{background:#e1e1e1;border:1px solid #ccc;color:#333}.products-grid.wishlist .product-item .box-tocart .tocart{font-size:1.4rem;line-height:1.6rem;padding:7px 15px}.order-review-form .action.primary,.cart-summary .checkout-methods-items .action.primary.checkout,.block-minicart .block-content>.actions>.primary .action.primary,.block-authentication .action.action-register,.block-authentication .action.action-login,.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary,.box-tocart .action.instant-purchase,.multicheckout .action.primary,.bundle-actions .action.primary.customize,.bundle-options-container .block-bundle-summary .box-tocart .action.primary,.box-tocart .action.tocart,.form-address-edit .actions-toolbar .action.primary{line-height:2.2rem;padding:14px 17px;font-size:1.8rem}.minicart-items .product-item-details .product .options.list dt,.opc-block-summary .items-in-cart .product .item-options dt,.multicheckout .item-options dt,.block-giftregistry-shared-items .product .item-options dt{clear:left;float:left;margin:0 10px 5px 0}.minicart-items .product-item-details .product .options.list dt:after,.opc-block-summary .items-in-cart .product .item-options dt:after,.multicheckout .item-options dt:after,.block-giftregistry-shared-items .product .item-options dt:after{content:': '}.minicart-items .product-item-details .product .options.list dd,.opc-block-summary .items-in-cart .product .item-options dd,.multicheckout .item-options dd,.block-giftregistry-shared-items .product .item-options dd{display:inline-block;float:left;margin:0 0 5px}.actions-toolbar>.primary .action,.actions-toolbar>.secondary .action,.box-tocart .action.instant-purchase,.bundle-actions .action.primary.customize,.bundle-options-container .block-bundle-summary .box-tocart .action.primary,.box-tocart .action.tocart{width:100%}.minicart-items .product-image-wrapper,.products-list .product-image-wrapper,.block-giftregistry-shared-items .product-image-wrapper{height:auto;padding:0 !important}.minicart-items .product-image-wrapper .product-image-photo,.products-list .product-image-wrapper .product-image-photo,.block-giftregistry-shared-items .product-image-wrapper .product-image-photo{position:static}.product.media .product.photo .photo.image{display:block;height:auto;margin:0 auto;max-width:100%}.login-container .block .block-title{border-bottom:1px solid #e8e8e8;font-size:1.8rem;margin-bottom:15px;padding-bottom:12px}.login-container .block .block-title strong{font-weight:500}.giftregisty-dropdown,.wishlist-dropdown{display:inline-block;position:relative}.abs-dropdown-simple:before,.abs-dropdown-simple:after,.giftregisty-dropdown:before,.giftregisty-dropdown:after,.wishlist-dropdown:before,.wishlist-dropdown:after{content:'';display:table}.abs-dropdown-simple:after,.giftregisty-dropdown:after,.wishlist-dropdown:after{clear:both}.abs-dropdown-simple .action.toggle,.giftregisty-dropdown .action.toggle,.wishlist-dropdown .action.toggle{cursor:pointer;display:inline-block;text-decoration:none}.abs-dropdown-simple .action.toggle:after,.giftregisty-dropdown .action.toggle:after,.wishlist-dropdown .action.toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:inherit;color:inherit;content:'\e622';font-family:'luma-icons';margin:0 0 0 5px;vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.abs-dropdown-simple .action.toggle:hover:after,.giftregisty-dropdown .action.toggle:hover:after,.wishlist-dropdown .action.toggle:hover:after{color:inherit}.abs-dropdown-simple .action.toggle:active:after,.giftregisty-dropdown .action.toggle:active:after,.wishlist-dropdown .action.toggle:active:after{color:inherit}.abs-dropdown-simple .action.toggle.active,.giftregisty-dropdown .action.toggle.active,.wishlist-dropdown .action.toggle.active{display:inline-block;text-decoration:none}.abs-dropdown-simple .action.toggle.active:after,.giftregisty-dropdown .action.toggle.active:after,.wishlist-dropdown .action.toggle.active:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:inherit;color:inherit;content:'\e621';font-family:'luma-icons';margin:0 0 0 5px;vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.abs-dropdown-simple .action.toggle.active:hover:after,.giftregisty-dropdown .action.toggle.active:hover:after,.wishlist-dropdown .action.toggle.active:hover:after{color:inherit}.abs-dropdown-simple .action.toggle.active:active:after,.giftregisty-dropdown .action.toggle.active:active:after,.wishlist-dropdown .action.toggle.active:active:after{color:inherit}.abs-dropdown-simple ul.dropdown,.giftregisty-dropdown ul.dropdown,.wishlist-dropdown ul.dropdown{margin:0;padding:0;list-style:none none;background:#fff;border:1px solid #bbb;margin-top:4px;min-width:200px;z-index:100;box-sizing:border-box;display:none;position:absolute;top:100%;box-shadow:0 3px 3px rgba(0,0,0,.15)}.abs-dropdown-simple ul.dropdown li,.giftregisty-dropdown ul.dropdown li,.wishlist-dropdown ul.dropdown li{margin:0;padding:5px 5px 5px 23px}.abs-dropdown-simple ul.dropdown li:hover,.giftregisty-dropdown ul.dropdown li:hover,.wishlist-dropdown ul.dropdown li:hover{background:#e8e8e8;cursor:pointer}.abs-dropdown-simple ul.dropdown:before,.abs-dropdown-simple ul.dropdown:after,.giftregisty-dropdown ul.dropdown:before,.giftregisty-dropdown ul.dropdown:after,.wishlist-dropdown ul.dropdown:before,.wishlist-dropdown ul.dropdown:after{border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0}.abs-dropdown-simple ul.dropdown:before,.giftregisty-dropdown ul.dropdown:before,.wishlist-dropdown ul.dropdown:before{border:6px solid;border-color:transparent transparent #fff;z-index:99}.abs-dropdown-simple ul.dropdown:after,.giftregisty-dropdown ul.dropdown:after,.wishlist-dropdown ul.dropdown:after{border:7px solid;border-color:transparent transparent #bbb;z-index:98}.abs-dropdown-simple ul.dropdown:before,.giftregisty-dropdown ul.dropdown:before,.wishlist-dropdown ul.dropdown:before{left:10px;top:-12px}.abs-dropdown-simple ul.dropdown:after,.giftregisty-dropdown ul.dropdown:after,.wishlist-dropdown ul.dropdown:after{left:9px;top:-14px}.abs-dropdown-simple.active,.giftregisty-dropdown.active,.wishlist-dropdown.active{overflow:visible}.abs-dropdown-simple.active ul.dropdown,.giftregisty-dropdown.active ul.dropdown,.wishlist-dropdown.active ul.dropdown{display:block}.giftregisty-dropdown ul.items,.wishlist-dropdown ul.items{padding:6px 0}.multicheckout .table-wrapper .col .qty .input-text,.column .block-addbysku .qty .qty,.bundle-options-container .input-text.qty,.box-tocart .input-text.qty,.account .data.table-return-items .qty .input-text,.table-giftregistry-items .field.qty .qty,.block-giftregistry-shared-items .qty .qty,.table.grouped .col.qty .control.qty .qty,.block-wishlist-info-items .input-text.qty,.account .table-wrapper .data.table.wishlist .box-tocart .qty,.products-grid.wishlist .product-item .box-tocart input.qty,.sidebar .block-addbysku .fieldset .fields .field.qty .qty{text-align:center;width:54px}.block,.customer-review .product-details,.block-banners,.block-banners-inline{margin-bottom:40px}.sidebar .product-items .action.delete,.table-comparison .cell.remove .action.delete,.block-compare .action.delete,.filter-current .action.remove{display:inline-block;text-decoration:none}.abs-remove-button-for-blocks>span,.sidebar .product-items .action.delete>span,.table-comparison .cell.remove .action.delete>span,.block-compare .action.delete>span,.filter-current .action.remove>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-remove-button-for-blocks:before,.sidebar .product-items .action.delete:before,.table-comparison .cell.remove .action.delete:before,.block-compare .action.delete:before,.filter-current .action.remove:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:15px;color:#757575;content:'\e616';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.abs-remove-button-for-blocks:hover:before,.sidebar .product-items .action.delete:hover:before,.table-comparison .cell.remove .action.delete:hover:before,.block-compare .action.delete:hover:before,.filter-current .action.remove:hover:before{color:#494949}.abs-remove-button-for-blocks:active:before,.sidebar .product-items .action.delete:active:before,.table-comparison .cell.remove .action.delete:active:before,.block-compare .action.delete:active:before,.filter-current .action.remove:active:before{color:#999}.product-item-name,.product.name a{font-weight:400}.product-item-name>a,.product.name a>a{color:#333;text-decoration:none}.abs-product-link>a:visited,.product-item-name>a:visited,.product.name a>a:visited{color:#333;text-decoration:underline}.abs-product-link>a:hover,.product-item-name>a:hover,.product.name a>a:hover{color:#333;text-decoration:underline}.abs-product-link>a:active,.product-item-name>a:active,.product.name a>a:active{color:#333;text-decoration:underline}.abs-like-link:visited{color:#006bb4;text-decoration:none}.abs-like-link:hover{color:#006bb4;text-decoration:underline}.abs-like-link:active{color:#ff5501;text-decoration:underline}.form.giftregistry.items .actions-toolbar,.form.wishlist.items .actions-toolbar{margin-left:0}.abs-add-fields .action.remove,.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{line-height:normal;margin-left:73%;position:absolute;top:34px;width:auto}.form-giftregistry-share .fieldset .field .control,.form-giftregistry-edit .fieldset .field .control,.form-add-invitations .fieldset .field .control,.form-create-return .fieldset .field .control,.form.send.friend .fieldset .field .control{width:70%}.form-giftregistry-share .fieldset .actions-toolbar>.secondary,.form-giftregistry-edit .fieldset .actions-toolbar>.secondary,.form-add-invitations .fieldset .actions-toolbar>.secondary,.form-create-return .fieldset .actions-toolbar>.secondary,.form.send.friend .fieldset .actions-toolbar>.secondary{float:left}.form-giftregistry-share .fieldset .actions-toolbar>.secondary .action.add,.form-giftregistry-edit .fieldset .actions-toolbar>.secondary .action.add,.form-add-invitations .fieldset .actions-toolbar>.secondary .action.add,.form-create-return .fieldset .actions-toolbar>.secondary .action.add,.form.send.friend .fieldset .actions-toolbar>.secondary .action.add{margin-top:30px}.form-giftregistry-share .fieldset .fields .actions-toolbar,.form-giftregistry-edit .fieldset .fields .actions-toolbar,.form-add-invitations .fieldset .fields .actions-toolbar,.form-create-return .fieldset .fields .actions-toolbar,.form.send.friend .fieldset .fields .actions-toolbar{margin:0}.form-giftregistry-share .additional,.form-giftregistry-edit .additional,.form-add-invitations .additional,.form-create-return .additional,.form.send.friend .additional{margin-top:55px;position:relative}.form-giftregistry-share .message.notice,.form-giftregistry-edit .message.notice,.form-add-invitations .message.notice,.form-create-return .message.notice,.form.send.friend .message.notice{margin:30px 0 0}.order-details-items .order-items .order-gift-message:not(.expanded-content){height:0;visibility:hidden}.block.newsletter .label,.opc-wrapper .form-discount .field .label,.minicart-wrapper .action.showcart .text,.minicart-wrapper .action.showcart .counter-label,.checkout-index-index .page-title-wrapper,.checkout-payment-method .field-select-billing>.label,.checkout-payment-method .payments .legend,.checkout-payment-method .ccard .legend,.multicheckout .table-wrapper .col .label,.multicheckout .block .methods-shipping .item-content .fieldset>.legend,.block.newsletter .label,.bundle-options-container .block-bundle-summary .product-image-container,.bundle-options-container .block-bundle-summary .product.name,.bundle-options-container .block-bundle-summary .stock,.product-item-actions .actions-secondary>.action span,.special-price .price-label,.table-comparison .cell.label.remove span,.table-comparison .cell.label.product span,.block.related .field.choice .label,.field.street .field.additional .label,.block-balance .balance-price-label,.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,.page-product-giftcard .fieldset.giftcard>.legend,.opc-wrapper .form-giftcard-account .field .label,.form-add-invitations .fields .label,.filter-options-content .filter-count-label,.table-comparison .wishlist.split.button>.action.split span,.product-items .wishlist.split.button>.action.split span,.page-multiple-wishlist .page-title-wrapper .page-title,.block-wishlist-search-form .form-wishlist-search .fieldset>.legend,.review-date .review-details-label,.customer-review .product-details .rating-average-label,.block-reorder .product-item .label,.action.skip:not(:focus),.page-header .switcher .label,.page-footer .switcher .label,.products-grid.wishlist .product-item .comment-box .label{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.minicart-items .product.options .toggle>span,.shipping-policy-block.field-tooltip .field-tooltip-action span{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.abs-add-clearfix:before,.abs-add-clearfix:after,.abs-add-fields .fieldset .actions-toolbar:before,.abs-add-fields .fieldset .actions-toolbar:after,.payment-method-braintree .hosted-date-wrap:before,.payment-method-braintree .hosted-date-wrap:after,.cart.table-wrapper .actions-toolbar:before,.cart.table-wrapper .actions-toolbar:after,.minicart-items .product-item>.product:before,.minicart-items .product-item>.product:after,.minicart-items .product-item-details .product .options.list:before,.minicart-items .product-item-details .product .options.list:after,.checkout-container:before,.checkout-container:after,.checkout-onepage-success:before,.checkout-onepage-success:after,.opc-estimated-wrapper:before,.opc-estimated-wrapper:after,.opc-wrapper .field.addresses:before,.opc-wrapper .field.addresses:after,.opc-block-summary .items-in-cart .product .item-options:before,.opc-block-summary .items-in-cart .product .item-options:after,.opc-block-summary .product-item .product-item-details:before,.opc-block-summary .product-item .product-item-details:after,.multicheckout .item-options:before,.multicheckout .item-options:after,.multicheckout .block:before,.multicheckout .block:after,.multicheckout .block-content:before,.multicheckout .block-content:after,.bundle-options-container .product-options-wrapper .field.choice .label:before,.bundle-options-container .product-options-wrapper .field.choice .label:after,.toolbar:before,.toolbar:after,.sidebar .product-items-images:before,.sidebar .product-items-images:after,.page-product-downloadable .product-add-form:before,.page-product-downloadable .product-add-form:after,.gift-item-block .content:before,.gift-item-block .content:after,.order-details-items .order-gift-message:before,.order-details-items .order-gift-message:after,.order-details-items .block-order-details-gift-message:before,.order-details-items .block-order-details-gift-message:after,.block-giftregistry-shared-items .product .item-options:before,.block-giftregistry-shared-items .product .item-options:after,.gift-wrapping-list:before,.gift-wrapping-list:after,.opc-wrapper .data.table .gift-wrapping .content:before,.opc-wrapper .data.table .gift-wrapping .content:after,.table-order-items .gift-wrapping .content:before,.table-order-items .gift-wrapping .content:after,.map-popup .map-info-price:before,.map-popup .map-info-price:after,.customer-review .product-details:before,.customer-review .product-details:after,.form-create-return .actions-toolbar:before,.form-create-return .actions-toolbar:after,.header.content:before,.header.content:after,.form-giftregistry-share .fieldset .actions-toolbar:before,.form-giftregistry-share .fieldset .actions-toolbar:after,.form-giftregistry-edit .fieldset .actions-toolbar:before,.form-giftregistry-edit .fieldset .actions-toolbar:after,.form-add-invitations .fieldset .actions-toolbar:before,.form-add-invitations .fieldset .actions-toolbar:after,.form-create-return .fieldset .actions-toolbar:before,.form-create-return .fieldset .actions-toolbar:after,.form.send.friend .fieldset .actions-toolbar:before,.form.send.friend .fieldset .actions-toolbar:after{content:'';display:table}.abs-add-clearfix:after,.abs-add-fields .fieldset .actions-toolbar:after,.payment-method-braintree .hosted-date-wrap:after,.cart.table-wrapper .actions-toolbar:after,.minicart-items .product-item>.product:after,.minicart-items .product-item-details .product .options.list:after,.checkout-container:after,.checkout-onepage-success:after,.opc-estimated-wrapper:after,.opc-wrapper .field.addresses:after,.opc-block-summary .items-in-cart .product .item-options:after,.opc-block-summary .product-item .product-item-details:after,.multicheckout .item-options:after,.multicheckout .block:after,.multicheckout .block-content:after,.bundle-options-container .product-options-wrapper .field.choice .label:after,.toolbar:after,.sidebar .product-items-images:after,.page-product-downloadable .product-add-form:after,.gift-item-block .content:after,.order-details-items .order-gift-message:after,.order-details-items .block-order-details-gift-message:after,.block-giftregistry-shared-items .product .item-options:after,.gift-wrapping-list:after,.opc-wrapper .data.table .gift-wrapping .content:after,.table-order-items .gift-wrapping .content:after,.map-popup .map-info-price:after,.customer-review .product-details:after,.form-create-return .actions-toolbar:after,.header.content:after,.form-giftregistry-share .fieldset .actions-toolbar:after,.form-giftregistry-edit .fieldset .actions-toolbar:after,.form-add-invitations .fieldset .actions-toolbar:after,.form-create-return .fieldset .actions-toolbar:after,.form.send.friend .fieldset .actions-toolbar:after{clear:both}.abs-field-date .control,.abs-field-tooltip,.columns .column.main,.columns .sidebar-main,.columns .sidebar-additional,.cart-summary,.opc-wrapper .shipping-address-item,.shipping-policy-block.field-tooltip .field-tooltip-content,#opc-sidebar,.column .block-addbysku .sku,.product-item,.sidebar .product-items-images .product-item,.search-autocomplete,.block-event .slider-panel .slider .item .action.show,.sidebar .block-addbysku .fieldset .fields .field.sku,.field .control._with-tooltip,.form.search.advanced .fields.range .field.date .control,.form-giftregistry-edit .field.date .control{box-sizing:border-box}.abs-navigation-icon:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:34px;line-height:1.2;color:inherit;content:'\e622';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.abs-split-button:before,.abs-split-button:after{content:'';display:table}.abs-split-button:after{clear:both}.abs-split-button .action.split{float:left;margin:0}.abs-split-button .action.toggle{float:right;margin:0}.abs-split-button button.action.split{border-bottom-right-radius:0;border-top-right-radius:0}.abs-split-button button+.action.toggle{border-bottom-left-radius:0;border-left:0;border-top-left-radius:0}.abs-split-button .action.toggle{display:inline-block;text-decoration:none}.abs-split-button .action.toggle>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-split-button .action.toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:inherit;color:inherit;content:'\e622';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.abs-split-button .action.toggle:hover:after{color:inherit}.abs-split-button .action.toggle:active:after{color:inherit}.abs-split-button .action.toggle.active{display:inline-block;text-decoration:none}.abs-split-button .action.toggle.active>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-split-button .action.toggle.active:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:inherit;color:inherit;content:'\e621';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.abs-split-button .action.toggle.active:hover:after{color:inherit}.abs-split-button .action.toggle.active:active:after{color:inherit}.abs-split-button .items{margin:0;padding:0;list-style:none none;background:#fff;border:1px solid #bbb;margin-top:4px;min-width:100%;z-index:100;box-sizing:border-box;display:none;position:absolute;top:100%;box-shadow:0 3px 3px rgba(0,0,0,.15)}.abs-split-button .items li{margin:0;padding:3px 5px}.abs-split-button .items li:hover{background:#e8e8e8;cursor:pointer}.abs-split-button .items:before,.abs-split-button .items:after{border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0}.abs-split-button .items:before{border:6px solid;border-color:transparent transparent #fff;z-index:99}.abs-split-button .items:after{border:7px solid;border-color:transparent transparent #bbb;z-index:98}.abs-split-button .items:before{right:10px;top:-12px}.abs-split-button .items:after{right:9px;top:-14px}.abs-split-button.active{overflow:visible}.abs-split-button.active .items{display:block}.bundle-options-container .block-bundle-summary .product-addto-links>.action,.product-item-actions .actions-secondary>.action,.product-social-links .action.tocompare,.wishlist.split.button>.action.split,.product-social-links .action.mailto.friend,.product-social-links .action.towishlist,.block-bundle-summary .action.towishlist,.product-item .action.towishlist,.table-comparison .action.towishlist{color:#999;font-weight:600;letter-spacing:.05em;text-transform:uppercase;display:inline-block;text-decoration:none}.abs-actions-addto:before,.bundle-options-container .block-bundle-summary .product-addto-links>.action:before,.product-item-actions .actions-secondary>.action:before,.product-social-links .action.tocompare:before,.wishlist.split.button>.action.split:before,.product-social-links .action.mailto.friend:before,.product-social-links .action.towishlist:before,.block-bundle-summary .action.towishlist:before,.product-item .action.towishlist:before,.table-comparison .action.towishlist:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:16px;color:inherit;font-family:'luma-icons';margin:-2px 5px 0 0;vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.bundle-options-container .block-bundle-summary .product-addto-links>.action:hover,.product-item-actions .actions-secondary>.action:hover,.product-social-links .action.tocompare:hover,.wishlist.split.button>.action.split:hover,.product-social-links .action.mailto.friend:hover,.product-social-links .action.towishlist:hover,.block-bundle-summary .action.towishlist:hover,.product-item .action.towishlist:hover,.table-comparison .action.towishlist:hover{color:#333;text-decoration:none}.bundle-options-container .block-bundle-summary .product-addto-links>.action:before,.product-item-actions .actions-secondary>.action:before,.product-social-links .action.tocompare:before,.wishlist.split.button>.action.split:before,.product-social-links .action.mailto.friend:before,.product-social-links .action.towishlist:before,.block-bundle-summary .action.towishlist:before,.product-item .action.towishlist:before,.table-comparison .action.towishlist:before{width:18px}.bundle-options-container .block-bundle-summary .box-tocart,.box-tocart{margin:0 0 30px}.abs-cart-block>.title,.minicart-items .product .toggle,.abs-discount-block .block>.title,.cart-summary .block>.title,.paypal-review-discount .block>.title{border-top:1px solid #ccc;cursor:pointer;margin-bottom:0;position:relative;padding:10px 40px 10px 15px;display:block;text-decoration:none}.abs-cart-block>.title:after,.minicart-items .product .toggle:after,.abs-discount-block .block>.title:after,.cart-summary .block>.title:after,.paypal-review-discount .block>.title:after{position:absolute;right:20px;top:10px}.abs-toggling-title>span,.abs-cart-block>.title>span,.minicart-items .product .toggle>span,.abs-discount-block .block>.title>span,.cart-summary .block>.title>span,.paypal-review-discount .block>.title>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-toggling-title:after,.abs-cart-block>.title:after,.minicart-items .product .toggle:after,.abs-discount-block .block>.title:after,.cart-summary .block>.title:after,.paypal-review-discount .block>.title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:12px;color:inherit;content:'\e622';font-family:'luma-icons';margin:3px 0 0;vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.abs-discount-block .block,.cart-summary .block,.paypal-review-discount .block{margin:0}.abs-discount-block .block>.title:after,.cart-summary .block>.title:after,.paypal-review-discount .block>.title:after{color:#858585}.abs-discount-block .block .content,.cart-summary .block .content,.paypal-review-discount .block .content{display:none;padding:5px 15px 23px;position:relative}.abs-cart-block.active>.title:after,.abs-discount-block .block.active>.title:after,.cart-summary .block.active>.title:after,.paypal-review-discount .block.active>.title:after{content:'\e621'}.abs-discount-block .block.active .content,.cart-summary .block.active .content,.paypal-review-discount .block.active .content{display:block}.multicheckout .table-wrapper .cart-price{color:#7d7d7d;font-size:1.6rem;font-weight:700}.multicheckout .table-wrapper .product-item-name{font-size:1.8rem;font-weight:300;margin:0}.abs-account-blocks .block-title,.multicheckout .block-title,.multicheckout .block-content .title,.account .legend,.form-giftregistry-search .legend,.block-giftregistry-results .block-title,.block-giftregistry-shared-items .block-title,.block-wishlist-search-form .block-title,.block-wishlist-search-results .block-title,.customer-review .review-details .title,.paypal-review .block .block-title,.multicheckout .block-title,.account .column.main .block:not(.widget) .block-title,.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,[class^=sales-guest-] .column.main .block:not(.widget) .block-title,.sales-guest-view .column.main .block:not(.widget) .block-title{border-bottom:1px solid #c6c6c6;margin-bottom:25px;padding-bottom:10px}.abs-account-blocks .block-title>strong,.abs-account-blocks .block-title>span,.multicheckout .block-title>strong,.multicheckout .block-title>span,.multicheckout .block-content .title>strong,.multicheckout .block-content .title>span,.account .legend>strong,.account .legend>span,.form-giftregistry-search .legend>strong,.form-giftregistry-search .legend>span,.block-giftregistry-results .block-title>strong,.block-giftregistry-results .block-title>span,.block-giftregistry-shared-items .block-title>strong,.block-giftregistry-shared-items .block-title>span,.block-wishlist-search-form .block-title>strong,.block-wishlist-search-form .block-title>span,.block-wishlist-search-results .block-title>strong,.block-wishlist-search-results .block-title>span,.customer-review .review-details .title>strong,.customer-review .review-details .title>span,.paypal-review .block .block-title>strong,.paypal-review .block .block-title>span,.multicheckout .block-title>strong,.multicheckout .block-title>span,.account .column.main .block:not(.widget) .block-title>strong,.account .column.main .block:not(.widget) .block-title>span,.magento-rma-guest-returns .column.main .block:not(.widget) .block-title>strong,.magento-rma-guest-returns .column.main .block:not(.widget) .block-title>span,[class^=sales-guest-] .column.main .block:not(.widget) .block-title>strong,[class^=sales-guest-] .column.main .block:not(.widget) .block-title>span,.sales-guest-view .column.main .block:not(.widget) .block-title>strong,.sales-guest-view .column.main .block:not(.widget) .block-title>span{font-size:2.2rem;font-weight:300}.block-addresses-list address,.box-billing-address .box-content,.box-shipping-address .box-content,.box-information .box-content,.box-newsletter .box-content{line-height:24px}.order-details-items tfoot td{background:#f5f5f5}.paypal-review .table-paypal-review-items .col.price .price-including-tax,.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,.order-details-items .col.price .price-including-tax,.order-details-items .col.price .price-excluding-tax,.order-details-items .col.subtotal .price-including-tax,.order-details-items .col.subtotal .price-excluding-tax{color:#666;font-size:1.8rem;display:block;line-height:1;white-space:nowrap}.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,.order-details-items .col.price .price-including-tax .price,.order-details-items .col.price .price-excluding-tax .price,.order-details-items .col.subtotal .price-including-tax .price,.order-details-items .col.subtotal .price-excluding-tax .price{font-weight:700}.cart-summary .price-including-tax,.cart-summary .price-excluding-tax,.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,.gift-summary .price-including-tax,.gift-summary .price-excluding-tax,.gift-options .price-including-tax,.gift-options .price-excluding-tax{font-size:1.4rem;display:inline-block}.cart-summary .price-including-tax+.price-excluding-tax,.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax+.price-excluding-tax,.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax+.price-excluding-tax,.gift-summary .price-including-tax+.price-excluding-tax,.gift-options .price-including-tax+.price-excluding-tax{font-size:1.1rem;display:inline-block}.cart-summary .price-including-tax+.price-excluding-tax:before,.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax+.price-excluding-tax:before,.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax+.price-excluding-tax:before,.gift-summary .price-including-tax+.price-excluding-tax:before,.gift-options .price-including-tax+.price-excluding-tax:before{content:'(' attr(data-label) ': '}.cart-summary .price-including-tax+.price-excluding-tax:after,.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax+.price-excluding-tax:after,.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax+.price-excluding-tax:after,.gift-summary .price-including-tax+.price-excluding-tax:after,.gift-options .price-including-tax+.price-excluding-tax:after{content:')'}.price-including-tax .cart-tax-total,.price-excluding-tax .cart-tax-total,.paypal-review .table-paypal-review-items .cart-tax-total,.cart.table-wrapper .cart-tax-total,.order-details-items .cart-tax-total{cursor:pointer;padding-right:10px;position:relative;display:inline-block;text-decoration:none}.abs-tax-total:after,.price-including-tax .cart-tax-total:after,.price-excluding-tax .cart-tax-total:after,.paypal-review .table-paypal-review-items .cart-tax-total:after,.cart.table-wrapper .cart-tax-total:after,.order-details-items .cart-tax-total:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:8px;line-height:8px;color:inherit;content:'\e622';font-family:'luma-icons';margin:3px 0 0;vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.price-including-tax .cart-tax-total:after,.price-excluding-tax .cart-tax-total:after,.paypal-review .table-paypal-review-items .cart-tax-total:after,.cart.table-wrapper .cart-tax-total:after,.order-details-items .cart-tax-total:after{position:absolute;right:-2px;top:4px}.abs-tax-total-expanded:after,.price-including-tax .cart-tax-total-expanded:after,.price-excluding-tax .cart-tax-total-expanded:after,.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,.cart.table-wrapper .cart-tax-total-expanded:after,.order-details-items .cart-tax-total-expanded:after{content:'\e621'}.giftcard-account .form-giftcard-redeem .fieldset,.form-giftregistry-create .fieldset{margin-bottom:20px}.review-ratings .rating-summary,.customer-review .review-details .customer-review-rating .rating-summary{display:table-row}.review-ratings .rating-label,.customer-review .review-details .customer-review-rating .rating-label{display:table-cell;padding-bottom:5px;padding-right:25px;padding-top:1px;vertical-align:top}.review-ratings .rating-result,.customer-review .review-details .customer-review-rating .rating-result{display:table-cell;vertical-align:top}.block-addresses-list .items.addresses .item.actions .action:after,.account .data.table .col.actions .action:after,[class^=sales-guest-] .data.table .col.actions .action:after,.sales-guest-view .data.table .col.actions .action:after,.block .box-actions .action:after{border-left:1px solid #a6a6a6;content:'';display:inline-block;height:12px;margin:0 10px;vertical-align:-1px}.block-addresses-list .items.addresses .item.actions .action:last-child:after,.account .data.table .col.actions .action:last-child:after,[class^=sales-guest-] .data.table .col.actions .action:last-child:after,.sales-guest-view .data.table .col.actions .action:last-child:after,.block .box-actions .action:last-child:after{display:none}.paypal-review .block .block-title>.action,.multicheckout .block-title>.action,.account .column.main .block:not(.widget) .block-title>.action,.magento-rma-guest-returns .column.main .block:not(.widget) .block-title>.action,[class^=sales-guest-] .column.main .block:not(.widget) .block-title>.action,.sales-guest-view .column.main .block:not(.widget) .block-title>.action{margin-left:15px}.paypal-review .block .box-title,.multicheckout .box-title,.account .column.main .block:not(.widget) .box-title,.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,[class^=sales-guest-] .column.main .block:not(.widget) .box-title,.sales-guest-view .column.main .block:not(.widget) .box-title{display:inline-block;margin:0 0 10px}.paypal-review .block .box-title>span,.multicheckout .box-title>span,.account .column.main .block:not(.widget) .box-title>span,.magento-rma-guest-returns .column.main .block:not(.widget) .box-title>span,[class^=sales-guest-] .column.main .block:not(.widget) .box-title>span,.sales-guest-view .column.main .block:not(.widget) .box-title>span{font-size:1.6rem}.paypal-review .block .box-title>.action,.multicheckout .box-title>.action,.account .column.main .block:not(.widget) .box-title>.action,.magento-rma-guest-returns .column.main .block:not(.widget) .box-title>.action,[class^=sales-guest-] .column.main .block:not(.widget) .box-title>.action,.sales-guest-view .column.main .block:not(.widget) .box-title>.action{font-weight:400;margin-left:10px}.minicart-items .details-qty .label:after,.minicart-items .price-minicart .label:after,.order-details-items .order-gift-message .label:after,.order-details-items .block-order-details-gift-message .label:after,.block-wishlist-management .wishlist-select .wishlist-name-label:after{content:': '}.abs-dropdown-items-new .action.new,.wishlist.split.button .action.new,.wishlist-dropdown .action.new{display:inline-block;text-decoration:none}.abs-icon-add:before,.abs-dropdown-items-new .action.new:before,.wishlist.split.button .action.new:before,.wishlist-dropdown .action.new:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;line-height:10px;color:inherit;content:'\e61c';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.wishlist.split.button .items .item:last-child:hover,.wishlist-dropdown .items .item:last-child:hover{background:#e8e8e8}.wishlist.split.button .action.new:before,.wishlist-dropdown .action.new:before{margin-left:-17px;margin-right:5px}.abs-sidebar-totals .table-caption,.cart-summary .block .fieldset.estimate>.legend,.cart-summary .block .fieldset.estimate>.legend+br,.multicheckout .block .methods-shipping .item-content .fieldset>.legend+br,.multicheckout .hidden,[class^=multishipping-] .nav-sections,[class^=multishipping-] .nav-toggle,.sidebar .subtitle,.page-product-giftcard .fieldset.giftcard>.legend+br,.order-details-items .order-items .order-gift-message .action.close,.no-display,.cart-totals .table-caption,.opc-block-summary .table-totals .table-caption{display:none}.return-status,.order-status{border:2px solid #ccc;border-radius:3px;display:inline-block;margin:3px 0 0;padding:2px 10px;text-transform:uppercase;vertical-align:top}.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,.magento-rma-returns-view .page-main .page-title-wrapper .page-title,.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,.account .page-main .page-title-wrapper .page-title,[class^=sales-guest-] .page-main .page-title-wrapper .page-title,.sales-guest-view .page-main .page-title-wrapper .page-title,.magento-rma-guest-returns .page-main .page-title-wrapper .page-title{margin-right:25px}.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,.magento-rma-returns-view .page-main .page-title-wrapper .order-date,.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,.account .page-main .page-title-wrapper .order-date,[class^=sales-guest-] .page-main .page-title-wrapper .order-date,.sales-guest-view .page-main .page-title-wrapper .order-date,.magento-rma-guest-returns .page-main .page-title-wrapper .order-date{font-size:16px;margin-bottom:10px}.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,.account .page-main .page-title-wrapper .order-date .label,[class^=sales-guest-] .page-main .page-title-wrapper .order-date .label,.sales-guest-view .page-main .page-title-wrapper .order-date .label,.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label{display:none}.account .column.main .order-details-items .table-wrapper .data.table,[class^=sales-guest-] .column.main .order-details-items .table-wrapper .data.table,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,.block-giftregistry-results .data.table,.block-wishlist-search-results .data.table,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table{border:none}.abs-table-striped>tbody>tr:nth-child(even)>td,.abs-table-striped>tbody>tr:nth-child(even)>th,.account .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>td,.account .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>th,[class^=sales-guest-] .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>td,[class^=sales-guest-] .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>th,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>td,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>th,.block-giftregistry-results .data.table>tbody>tr:nth-child(even)>td,.block-giftregistry-results .data.table>tbody>tr:nth-child(even)>th,.block-wishlist-search-results .data.table>tbody>tr:nth-child(even)>td,.block-wishlist-search-results .data.table>tbody>tr:nth-child(even)>th,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>td,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>th{background:#f6f6f6}.abs-table-striped>thead>tr>th,.abs-table-striped>tbody>tr>th,.abs-table-striped>tfoot>tr>th,.abs-table-striped>thead>tr>td,.abs-table-striped>tbody>tr>td,.abs-table-striped>tfoot>tr>td,.account .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,.account .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,.account .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,.account .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,.account .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,.account .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td,[class^=sales-guest-] .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,[class^=sales-guest-] .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,[class^=sales-guest-] .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,[class^=sales-guest-] .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,[class^=sales-guest-] .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,[class^=sales-guest-] .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td,.block-giftregistry-results .data.table>thead>tr>th,.block-giftregistry-results .data.table>tbody>tr>th,.block-giftregistry-results .data.table>tfoot>tr>th,.block-giftregistry-results .data.table>thead>tr>td,.block-giftregistry-results .data.table>tbody>tr>td,.block-giftregistry-results .data.table>tfoot>tr>td,.block-wishlist-search-results .data.table>thead>tr>th,.block-wishlist-search-results .data.table>tbody>tr>th,.block-wishlist-search-results .data.table>tfoot>tr>th,.block-wishlist-search-results .data.table>thead>tr>td,.block-wishlist-search-results .data.table>tbody>tr>td,.block-wishlist-search-results .data.table>tfoot>tr>td,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td{border:none}.abs-table-striped>thead>tr>th,.abs-table-striped>thead>tr>td,.account .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,.account .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,[class^=sales-guest-] .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,[class^=sales-guest-] .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,.block-giftregistry-results .data.table>thead>tr>th,.block-giftregistry-results .data.table>thead>tr>td,.block-wishlist-search-results .data.table>thead>tr>th,.block-wishlist-search-results .data.table>thead>tr>td,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>td{border-bottom:1px solid #ccc}.block-compare .counter,.block-wishlist .counter{color:#6d6d6d;font-size:1.2rem;white-space:nowrap}.block-compare .counter:before,.block-wishlist .counter:before{content:'('}.block-compare .counter:after,.block-wishlist .counter:after{content:')'}.block-compare .block-title,.block-reorder .block-title,.widget .block-title,.block-wishlist .block-title{margin:0 0 20px}.block-compare .block-title strong,.block-reorder .block-title strong,.widget .block-title strong,.block-wishlist .block-title strong{font-size:18px;font-weight:300}.block-cart-failed{margin-bottom:20px}.block-cart-failed .actions.main .continue,.block-cart-failed .actions.main .clear{display:none}.form.search.advanced .fields.range .field.date .control,.form-giftregistry-edit .field.date .control{position:relative}.abs-field-date input,.field.date ._has-datepicker,.field-dob ._has-datepicker,.form-giftregistry-search .fields-specific-options .datetime-picker,.form.search.advanced .fields.range .field.date input,.form-giftregistry-edit .field.date input{margin-right:10px;width:calc(100% - 33px)}.field .control._with-tooltip{position:relative}.field .control._with-tooltip input{margin-right:10px;width:calc(100% - 36px)}.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,.shipping-policy-block.field-tooltip .field-tooltip-content{right:-10px;top:40px;left:auto}.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,.shipping-policy-block.field-tooltip .field-tooltip-content:before,.shipping-policy-block.field-tooltip .field-tooltip-content:after{border:10px solid transparent;height:0;width:0;margin-top:-21px;right:10px;left:auto;top:0}.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,.shipping-policy-block.field-tooltip .field-tooltip-content:before{border-bottom-color:#666}.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,.shipping-policy-block.field-tooltip .field-tooltip-content:after{border-bottom-color:#f4f4f4;top:1px}.opc-wrapper .step-title,.opc-block-shipping-information .shipping-information-title,.checkout-agreements-items .checkout-agreements-item-title{padding-bottom:10px;color:#333;font-weight:300;font-size:2.6rem}.cart-totals,.opc-block-summary .table-totals{border-top:1px solid #ccc;padding-top:10px}.cart-totals tbody .mark,.cart-totals tfoot .mark,.opc-block-summary .table-totals tbody .mark,.opc-block-summary .table-totals tfoot .mark{border:0;font-weight:400;padding:6px 0}.cart-totals tbody .amount,.cart-totals tfoot .amount,.opc-block-summary .table-totals tbody .amount,.opc-block-summary .table-totals tfoot .amount{border:0;font-weight:400;padding:6px 0 6px 14px;text-align:right;white-space:nowrap}.cart-totals .grand th,.cart-totals .grand td,.opc-block-summary .table-totals .grand th,.opc-block-summary .table-totals .grand td{padding:11px 0}.cart-totals .grand strong,.opc-block-summary .table-totals .grand strong{display:inline-block;font-weight:600;padding:3px 0 0}.cart-totals .grand .mark,.opc-block-summary .table-totals .grand .mark{font-size:1.8rem;border-top:1px solid #ccc;padding-right:10px}.cart-totals .grand .amount,.opc-block-summary .table-totals .grand .amount{font-size:1.8rem;border-top:1px solid #ccc}.cart-totals .msrp,.opc-block-summary .table-totals .msrp{margin-bottom:10px}.cart-totals tbody tr:last-child td,.opc-block-summary .table-totals tbody tr:last-child td{padding-bottom:19px}.cart-totals .totals-tax-summary .mark,.cart-totals .totals-tax-summary .amount,.opc-block-summary .table-totals .totals-tax-summary .mark,.opc-block-summary .table-totals .totals-tax-summary .amount{border-bottom:1px solid #ccc;border-top:1px solid #ccc;cursor:pointer}.cart-totals .totals-tax-summary .amount .price,.opc-block-summary .table-totals .totals-tax-summary .amount .price{padding-right:20px;position:relative;display:inline-block;text-decoration:none}.abs-sidebar-totals .totals-tax-summary .amount .price>span,.cart-totals .totals-tax-summary .amount .price>span,.opc-block-summary .table-totals .totals-tax-summary .amount .price>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-sidebar-totals .totals-tax-summary .amount .price:after,.cart-totals .totals-tax-summary .amount .price:after,.opc-block-summary .table-totals .totals-tax-summary .amount .price:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:12px;color:inherit;content:'\e622';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.cart-totals .totals-tax-summary .amount .price:after,.opc-block-summary .table-totals .totals-tax-summary .amount .price:after{position:absolute;right:3px;top:3px}.cart-totals .totals-tax-summary.expanded .mark,.cart-totals .totals-tax-summary.expanded .amount,.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,.opc-block-summary .table-totals .totals-tax-summary.expanded .amount{border-bottom:0}.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,.cart-totals .totals-tax-summary.expanded .amount .price:after,.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after{content:'\e621'}.cart-totals .totals-tax-details,.opc-block-summary .table-totals .totals-tax-details{border-bottom:1px solid #ccc;display:none}.cart-totals .totals-tax-details.shown,.opc-block-summary .table-totals .totals-tax-details.shown{display:table-row}.cart-totals .table-wrapper,.opc-block-summary .table-totals .table-wrapper{margin-bottom:0}.paypal-review-discount .block>.title strong{color:#1979c3;font-weight:400}.paypal-review-discount .actions-toolbar{display:table-cell;vertical-align:top;width:1%}.paypal-review-discount .actions-toolbar .action.primary,.paypal-review-discount .actions-toolbar .action.cancel{border-bottom-left-radius:0;border-top-left-radius:0;margin:0 0 0 -1px;white-space:nowrap;width:auto}.paypal-review-discount .actions-toolbar .secondary{bottom:5px;left:15px;position:absolute}.paypal-review-discount .action.check{font-weight:400}.paypal-review-discount .fieldset{display:table;width:100%}.paypal-review-discount .fieldset>.field>.label{display:none}.paypal-review-discount .field{display:table-cell}@font-face{font-family:'Montserrat';src:url('../../frontend/Youngdogs/ambients/es_ES/fonts/montserrat-bold-webfont.woff2') format('woff2'),url('../../frontend/Youngdogs/ambients/es_ES/fonts/montserrat-bold-webfont.woff') format('woff');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'Montserrat';src:url('../../frontend/Youngdogs/ambients/es_ES/fonts/montserrat-regular-webfont.woff2') format('woff2'),url('../../frontend/Youngdogs/ambients/es_ES/fonts/montserrat-regular-webfont.woff') format('woff');font-weight:500;font-style:normal;font-display:swap}.columns{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;box-sizing:border-box}.columns:after{clear:both;content:' ';display:block;height:0;overflow:hidden;visibility:hidden}.columns .column.main{padding-bottom:40px;-webkit-flex-basis:100%;flex-basis:100%;-webkit-flex-grow:1;flex-grow:1;-ms-flex-order:1;-webkit-order:1;order:1;width:100%}.columns .sidebar-main{-webkit-flex-grow:1;flex-grow:1;-webkit-flex-basis:100%;flex-basis:100%;-ms-flex-order:1;-webkit-order:1;order:1}.columns .sidebar-additional{-webkit-flex-grow:1;flex-grow:1;-webkit-flex-basis:100%;flex-basis:100%;-ms-flex-order:2;-webkit-order:2;order:2}.table-wrapper{margin-bottom:20px}table>caption{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.table tfoot{background:#f5f5f5}.table tfoot>tr:first-child th,.table tfoot>tr:first-child td{border-top:1px solid #ccc;padding-top:20px}.table tfoot th,.table tfoot td{border:0}.table tfoot .mark{font-weight:400;text-align:right}.message.info{margin:0 0 10px;padding:12px 20px 12px 25px;display:block;font-size:1.3rem;background:#fdf0d5;color:#6f4400;padding-left:45px;position:relative}.message.info a{color:#006bb4}.message.info a:hover{color:#006bb4}.message.info a:active{color:#006bb4}.message.info>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:24px;color:#c07600;content:'\e602';font-family:'luma-icons';margin:-12px 0 0;vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;left:0;top:22px;width:45px;position:absolute;text-align:center}.message.error{margin:0 0 10px;padding:12px 20px 12px 25px;display:block;font-size:1.3rem;background:#fae5e5;color:#e02b27;padding-left:45px;position:relative}.message.error a{color:#006bb4}.message.error a:hover{color:#006bb4}.message.error a:active{color:#006bb4}.message.error>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:24px;color:#b30000;content:'\e61f';font-family:'luma-icons';margin:-12px 0 0;vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;left:0;top:22px;width:45px;position:absolute;text-align:center}.message.warning{margin:0 0 10px;padding:12px 20px 12px 25px;display:block;font-size:1.3rem;background:#fdf0d5;color:#6f4400;padding-left:45px;position:relative}.message.warning a{color:#006bb4}.message.warning a:hover{color:#006bb4}.message.warning a:active{color:#006bb4}.message.warning>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:24px;color:#c07600;content:'\e602';font-family:'luma-icons';margin:-12px 0 0;vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;left:0;top:22px;width:45px;position:absolute;text-align:center}.message.notice{margin:0 0 10px;padding:12px 20px 12px 25px;display:block;font-size:1.3rem;background:#fdf0d5;color:#6f4400;padding-left:45px;position:relative}.message.notice a{color:#006bb4}.message.notice a:hover{color:#006bb4}.message.notice a:active{color:#006bb4}.message.notice>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:24px;color:#c07600;content:'\e602';font-family:'luma-icons';margin:-12px 0 0;vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;left:0;top:22px;width:45px;position:absolute;text-align:center}.message.success{margin:0 0 10px;padding:12px 20px 12px 25px;display:block;font-size:1.3rem;background:#e5efe5;color:#006400;padding-left:45px;position:relative}.message.success a{color:#006bb4}.message.success a:hover{color:#006bb4}.message.success a:active{color:#006bb4}.message.success>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:24px;color:#006400;content:'\e60e';font-family:'luma-icons';margin:-12px 0 0;vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;left:0;top:22px;width:45px;position:absolute;text-align:center}.panel.header .links{display:none}.nav-sections{background:#f0f0f0}.nav-toggle{display:inline-block;text-decoration:none;cursor:pointer;display:block;font-size:0;left:15px;position:absolute;top:15px;z-index:14}.nav-toggle:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:inherit;color:#8f8f8f;content:'\e609';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.nav-toggle:hover:before{color:#333}.nav-toggle>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.tooltip.wrapper{position:relative}.tooltip.wrapper .tooltip.content{background:#fff;max-width:360px;min-width:210px;padding:12px 16px;z-index:100;display:none;position:absolute;text-align:left;color:#333;line-height:1.4;border:1px solid #bbb;margin-top:5px;left:0;top:100%}.tooltip.wrapper .tooltip.content:after,.tooltip.wrapper .tooltip.content:before{border:solid transparent;content:'';height:0;position:absolute;width:0}.tooltip.wrapper .tooltip.content:after{border-width:5px;border-color:transparent}.tooltip.wrapper .tooltip.content:before{border-width:6px;border-color:transparent}.tooltip.wrapper .tooltip.content:after,.tooltip.wrapper .tooltip.content:before{bottom:100%}.tooltip.wrapper .tooltip.content:after{border-bottom-color:#fff;left:15px;margin-left:-5px}.tooltip.wrapper .tooltip.content:before{border-bottom-color:#bbb;left:15px;margin-left:-6px}.tooltip.wrapper tooltip.toggle{cursor:help}.tooltip.wrapper tooltip.toggle:hover+.tooltip.content,.tooltip.wrapper tooltip.toggle:focus+.tooltip.content,.tooltip.wrapper:hover .tooltip.content{display:block}.tooltip.wrapper .tooltip.content dl{margin-bottom:0}.tooltip.wrapper .tooltip.content dd{white-space:normal}.tooltip.wrapper .tooltip.content .subtitle{display:inline-block;font-size:16px;font-weight:500;margin-bottom:15px}.tooltip.wrapper .tooltip.content .label{margin-top:10px}.tooltip.wrapper .tooltip.content .label:first-child{margin-top:0}.tooltip.wrapper .tooltip.content .values{margin:0}.ui-tooltip{position:absolute;z-index:9999}.load.indicator{background-color:rgba(255,255,255,.7);z-index:9999;bottom:0;left:0;position:fixed;right:0;top:0;position:absolute}.load.indicator:before{background:transparent url('../../frontend/Youngdogs/ambients/es_ES/images/loader-2.gif') no-repeat 50% 50%;border-radius:5px;height:160px;width:160px;bottom:0;box-sizing:border-box;content:'';left:0;margin:auto;position:absolute;right:0;top:0}.load.indicator>span{display:none}.loading-mask{bottom:0;left:0;margin:auto;position:fixed;right:0;top:0;z-index:100;background:rgba(255,255,255,.5)}.loading-mask .loader>img{bottom:0;left:0;margin:auto;position:fixed;right:0;top:0;z-index:100}.loading-mask .loader>p{display:none}body>.loading-mask{z-index:9999}._block-content-loading{position:relative}.fieldset{border:0;margin:0 0 40px;padding:0;letter-spacing:-.31em}.fieldset>*{letter-spacing:normal}.fieldset>.legend{margin:0 0 20px;padding:0 0 10px;width:100%;box-sizing:border-box;float:left;font-weight:300;line-height:1.2;font-size:1.8rem}.fieldset>.legend+br{clear:both;display:block;height:0;overflow:hidden;visibility:hidden}.fieldset:last-child{margin-bottom:0}.fieldset>.field,.fieldset>.fields>.field{margin:0 0 20px}.fieldset>.field>.label,.fieldset>.fields>.field>.label{margin:0 0 8px;display:inline-block}.fieldset>.field:last-child,.fieldset>.fields>.field:last-child{margin-bottom:0}.fieldset>.field>.label,.fieldset>.fields>.field>.label{font-weight:600}.fieldset>.field>.label+br,.fieldset>.fields>.field>.label+br{display:none}.fieldset>.field .choice input,.fieldset>.fields>.field .choice input{vertical-align:top}.fieldset>.field .fields.group:before,.fieldset>.fields>.field .fields.group:before,.fieldset>.field .fields.group:after,.fieldset>.fields>.field .fields.group:after{content:'';display:table}.fieldset>.field .fields.group:after,.fieldset>.fields>.field .fields.group:after{clear:both}.fieldset>.field .fields.group .field,.fieldset>.fields>.field .fields.group .field{box-sizing:border-box;float:left}.fieldset>.field .fields.group.group-2 .field,.fieldset>.fields>.field .fields.group.group-2 .field{width:50% !important}.fieldset>.field .fields.group.group-3 .field,.fieldset>.fields>.field .fields.group.group-3 .field{width:33.3% !important}.fieldset>.field .fields.group.group-4 .field,.fieldset>.fields>.field .fields.group.group-4 .field{width:25% !important}.fieldset>.field .fields.group.group-5 .field,.fieldset>.fields>.field .fields.group.group-5 .field{width:20% !important}.fieldset>.field .addon,.fieldset>.fields>.field .addon{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;padding:0;width:100%}.fieldset>.field .addon textarea,.fieldset>.fields>.field .addon textarea,.fieldset>.field .addon select,.fieldset>.fields>.field .addon select,.fieldset>.field .addon input,.fieldset>.fields>.field .addon input{-ms-flex-order:2;-webkit-order:2;order:2;-webkit-flex-basis:100%;flex-basis:100%;display:inline-block;margin:0;width:auto}.fieldset>.field .addon .addbefore,.fieldset>.fields>.field .addon .addbefore,.fieldset>.field .addon .addafter,.fieldset>.fields>.field .addon .addafter{background:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;height:32px;line-height:1.42857143;padding:0 9px;vertical-align:baseline;width:100%;box-sizing:border-box;-ms-flex-order:3;-webkit-order:3;order:3;display:inline-block;vertical-align:middle;white-space:nowrap;width:auto}.fieldset>.field .addon .addbefore:disabled,.fieldset>.fields>.field .addon .addbefore:disabled,.fieldset>.field .addon .addafter:disabled,.fieldset>.fields>.field .addon .addafter:disabled{opacity:.5}.fieldset>.field .addon .addbefore::-moz-placeholder,.fieldset>.fields>.field .addon .addbefore::-moz-placeholder,.fieldset>.field .addon .addafter::-moz-placeholder,.fieldset>.fields>.field .addon .addafter::-moz-placeholder{color:#575757}.fieldset>.field .addon .addbefore::-webkit-input-placeholder,.fieldset>.fields>.field .addon .addbefore::-webkit-input-placeholder,.fieldset>.field .addon .addafter::-webkit-input-placeholder,.fieldset>.fields>.field .addon .addafter::-webkit-input-placeholder{color:#575757}.fieldset>.field .addon .addbefore:-ms-input-placeholder,.fieldset>.fields>.field .addon .addbefore:-ms-input-placeholder,.fieldset>.field .addon .addafter:-ms-input-placeholder,.fieldset>.fields>.field .addon .addafter:-ms-input-placeholder{color:#575757}.fieldset>.field .addon .addbefore,.fieldset>.fields>.field .addon .addbefore{float:left;-ms-flex-order:1;-webkit-order:1;order:1}.fieldset>.field .additional,.fieldset>.fields>.field .additional{margin-top:10px}.fieldset>.field.required>.label:after,.fieldset>.fields>.field.required>.label:after,.fieldset>.field._required>.label:after,.fieldset>.fields>.field._required>.label:after{content:'*';color:#e02b27;font-size:1.2rem;margin:0 0 0 5px}.fieldset>.field .note,.fieldset>.fields>.field .note{font-size:1.2rem;margin:3px 0 0;padding:0;display:inline-block;text-decoration:none}.fieldset>.field .note:before,.fieldset>.fields>.field .note:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:12px;font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.fieldset>.field.no-label>.label,.fieldset>.fields>.field.no-label>.label{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.fieldset>.field.choice .label,.fieldset>.fields>.field.choice .label{display:inline;font-weight:400;margin:0}.column:not(.main) .fieldset>.field .label,.column:not(.main) .fieldset>.fields>.field .label{font-weight:400}.fieldset>.field .field.choice,.fieldset>.fields>.field .field.choice{margin-bottom:10px}.fieldset>.field .field.choice:last-child,.fieldset>.fields>.field .field.choice:last-child{margin-bottom:0}.legend+.fieldset,.legend+div{clear:both}.legend>span{margin-right:5px}fieldset.field{border:0;padding:0}.field.date .time-picker{display:inline-block;margin-top:10px;white-space:nowrap}.field .message.warning{margin-top:10px}select{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;background:#fff url('../../frontend/Youngdogs/ambients/es_ES/images/select-bg.svg') no-repeat 100% 45%;background-size:30px 60px;border:1px solid #ccc;height:32px;padding-right:25px;text-indent:.01em;text-overflow:''}select::-ms-expand{display:none}.lt-ie10 select{background-image:none;padding-right:4px}.field-error,div.mage-error[generated]{margin-top:7px}.field-error{color:#e02b27;font-size:1.2rem}.field .tooltip{position:relative}.field .tooltip .tooltip-content{background:#fff;max-width:360px;min-width:210px;padding:12px 16px;z-index:100;display:none;position:absolute;text-align:left;color:#333;line-height:1.4;border:1px solid #bbb;margin-left:5px;left:100%;top:0}.field .tooltip .tooltip-content:after,.field .tooltip .tooltip-content:before{border:solid transparent;content:'';height:0;position:absolute;width:0}.field .tooltip .tooltip-content:after{border-width:5px;border-color:transparent}.field .tooltip .tooltip-content:before{border-width:6px;border-color:transparent}.field .tooltip .tooltip-content:after,.field .tooltip .tooltip-content:before{right:100%}.field .tooltip .tooltip-content:after{border-right-color:#fff;margin-top:-5px;top:15px}.field .tooltip .tooltip-content:before{border-right-color:#bbb;margin-top:-6px;top:15px}.field .tooltip .tooltip-toggle{cursor:help}.field .tooltip .tooltip-toggle:hover+.tooltip-content,.field .tooltip .tooltip-toggle:focus+.tooltip-content,.field .tooltip:hover .tooltip-content{display:block}.field .tooltip .tooltip-content{min-width:200px;white-space:normal}input:focus~.tooltip .tooltip-content,select:focus~.tooltip .tooltip-content{display:block}._has-datepicker~.ui-datepicker-trigger{background-image:none;background:0 0;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-shadow:none;font-weight:400;display:block;text-decoration:none;display:inline-block;margin-top:-4px;vertical-align:middle}._has-datepicker~.ui-datepicker-trigger:focus,._has-datepicker~.ui-datepicker-trigger:active{background:0 0;border:none}._has-datepicker~.ui-datepicker-trigger:hover{background:0 0;border:none}._has-datepicker~.ui-datepicker-trigger.disabled,._has-datepicker~.ui-datepicker-trigger[disabled],fieldset[disabled] ._has-datepicker~.ui-datepicker-trigger{pointer-events:none;opacity:.5}._has-datepicker~.ui-datepicker-trigger>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}._has-datepicker~.ui-datepicker-trigger:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:23px;line-height:23px;color:#7d7d7d;content:'\e612';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}._has-datepicker~.ui-datepicker-trigger:focus{box-shadow:none;outline:0}.sidebar .fieldset{margin:0}.sidebar .fieldset>.field:not(.choice):not(:last-child),.sidebar .fieldset .fields>.field:not(:last-child){margin:0 0 20px}.sidebar .fieldset>.field:not(.choice) .label,.sidebar .fieldset .fields>.field .label{margin:0 0 4px;padding:0 0 5px;text-align:left;width:100%}.sidebar .fieldset>.field:not(.choice) .control,.sidebar .fieldset .fields>.field .control{width:100%}@font-face{font-family:'luma-icons';src:url('../../frontend/Youngdogs/ambients/es_ES/fonts/Luma-Icons.woff2') format('woff2'),url('../../frontend/Youngdogs/ambients/es_ES/fonts/Luma-Icons.woff') format('woff');font-weight:400;font-style:normal}@font-face{font-family:'luma-icons';src:url('../../frontend/Youngdogs/ambients/es_ES/fonts/Luma-Icons.woff2') format('woff2'),url('../../frontend/Youngdogs/ambients/es_ES/fonts/Luma-Icons.woff') format('woff');font-weight:400;font-style:normal;font-display:auto}button,a.action.primary{border-radius:3px}button:not(.primary){box-shadow:inset 0 1px 0 0 #fff,inset 0 -1px 0 0 rgba(204,204,204,.3)}button:not(.primary):active{box-shadow:inset 0 1px 0 0 rgba(204,204,204,.8),inset 0 -1px 0 0 rgba(204,204,204,.3)}body:not(._keyfocus) button:focus{box-shadow:none}a.action.primary{display:inline-block;text-decoration:none}a.action.primary:hover,a.action.primary:active,a.action.primary:focus{text-decoration:none}.action.primary{background-image:none;background:#1979c3;border:1px solid #1979c3;color:#fff;cursor:pointer;display:inline-block;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:600;padding:7px 15px;font-size:1.4rem;box-sizing:border-box;vertical-align:middle}.action.primary:focus,.action.primary:active{background:#006bb4;border:1px solid #006bb4;color:#fff}.action.primary:hover{background:#006bb4;border:1px solid #006bb4;color:#fff}.action.primary.disabled,.action.primary[disabled],fieldset[disabled] .action.primary{opacity:.5;cursor:default;pointer-events:none}.product.data.items{margin:0;padding:0;border-bottom:1px solid #ccc;margin-bottom:20px;margin-left:-15px;margin-right:-15px}.product.data.items>.item.title{box-sizing:border-box;float:none;width:100%}.product.data.items>.item.title>.switch{display:block}.product.data.items>.item.content{box-sizing:border-box;display:block;float:none;margin:0}.product.data.items>.item.content:before,.product.data.items>.item.content:after{content:'';display:table}.product.data.items>.item.content:after{clear:both}.product.data.items>.item.content.active{display:block}.product.data.items>.item.title{margin:0}.product.data.items>.item.title>.switch{border-top:1px solid #ccc;height:40px;padding:1px 10px;font-weight:600;line-height:40px;font-size:1.4rem;color:#333;text-decoration:none}.product.data.items>.item.title>.switch:visited{color:#6d6d6d;text-decoration:none}.product.data.items>.item.title>.switch:hover{color:#333;text-decoration:none}.product.data.items>.item.title>.switch:active{color:#333;text-decoration:none}.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:#333;text-decoration:none;padding-bottom:1px}.product.data.items>.item.content{background:#fff;margin:0;padding:10px 10px 30px}.product.data.items .item.title a{position:relative;text-decoration:none}.product.data.items .item.title a:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:inherit;color:inherit;content:'\e622';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.product.data.items .item.title a:after{position:absolute;right:10px;top:1px}.product.data.items .item.title.active a:after{content:'\e621'}.product.data.items .value p:last-child{margin-bottom:0}.product.data.items .table-wrapper{margin:0}.pages>.label{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.pages .items{font-size:0;letter-spacing:-1px;line-height:0;white-space:nowrap;margin:0;padding:0;list-style:none none;display:inline-block;font-weight:400}.pages .item{font-size:1.2rem;line-height:3rem;letter-spacing:normal;margin:0 8px 0 0;display:inline-block}.pages .item .label{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.pages a.page{color:#006bb4;display:inline-block;padding:0 5px;text-decoration:none}.pages a.page:visited{color:#006bb4}.pages a.page:hover{color:#006bb4;text-decoration:none}.pages a.page:active{color:#ff5501}.pages strong.page{background:#e5e5e5;font-size:1.2rem;line-height:3rem;letter-spacing:normal;color:#333;display:inline-block;font-weight:700;padding:0 5px}.pages .action{background:#f0f0f0;border:1px solid #ccc;color:#7d7d7d;display:inline-block;padding:0;text-decoration:none}.pages .action:visited{color:#7d7d7d}.pages .action:hover{background:#dedede;color:#7d7d7d;text-decoration:none}.pages .action:active{color:#7d7d7d}.pages .action.next{display:inline-block;text-decoration:none}.pages .action.next:visited:before{color:#7d7d7d}.pages .action.next:active:before{color:#7d7d7d}.pages .action.next>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.pages .action.next:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:inherit;color:#7d7d7d;content:'\e608';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.pages .action.next:hover:before{color:#7d7d7d}.pages .action.next:active:before{color:#7d7d7d}.pages .action.previous{display:inline-block;text-decoration:none}.pages .action.previous:visited:before{color:#7d7d7d}.pages .action.previous:active:before{color:#7d7d7d}.pages .action.previous>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.pages .action.previous:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:inherit;color:#7d7d7d;content:'\e617';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.pages .action.previous:hover:before{color:#7d7d7d}.pages .action.previous:active:before{color:#7d7d7d}.pages .action{box-shadow:inset 0 1px 0 0 #fff,inset 0 -1px 0 0 rgba(204,204,204,.3);border-radius:3px;padding:0 8px}.pages .action.previous{margin-right:8px}.pages .action.next{margin-left:8px}.actions-toolbar>.primary,.actions-toolbar>.secondary{margin-bottom:10px;text-align:center}.actions-toolbar>.primary .action,.actions-toolbar>.secondary .action{margin-bottom:10px}.actions-toolbar>.primary .action:last-child,.actions-toolbar>.secondary .action:last-child{margin-bottom:0}.actions-toolbar>.primary:last-child,.actions-toolbar>.secondary:last-child{margin-bottom:0}.actions-toolbar>.secondary .action.back{display:none}.breadcrumbs{margin:0 0 15px}.breadcrumbs .items{font-size:1.2rem;color:#707070;margin:0;padding:0;list-style:none none}.breadcrumbs .items>li{display:inline-block;vertical-align:top}.breadcrumbs .item{margin:0}.breadcrumbs a{color:#006bb4;text-decoration:none}.breadcrumbs a:visited{color:#006bb4;text-decoration:none}.breadcrumbs a:hover{color:#006bb4;text-decoration:underline}.breadcrumbs a:active{color:#006bb4;text-decoration:none}.breadcrumbs strong{font-weight:400}.breadcrumbs .item:not(:last-child){display:inline-block;text-decoration:none}.breadcrumbs .item:not(:last-child):after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;line-height:18px;content:'\e608';font-family:'luma-icons';margin:0 10px;vertical-align:top;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.ui-dialog.popup .action.close{position:absolute;height:40px;right:0;top:0;width:40px;z-index:1001;display:inline-block;background-image:none;background:0 0;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400}.ui-dialog.popup .action.close>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-dialog.popup .action.close:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:16px;color:#8c8c8c;content:'\e616';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.ui-dialog.popup .action.close:hover:before{color:#737373}.ui-dialog.popup .action.close:active:before{color:#737373}.ui-dialog.popup .action.close:focus,.ui-dialog.popup .action.close:active{background:0 0;border:none}.ui-dialog.popup .action.close:hover{background:0 0;border:none}.ui-dialog.popup .action.close.disabled,.ui-dialog.popup .action.close[disabled],fieldset[disabled] .ui-dialog.popup .action.close{pointer-events:none;opacity:.5}.popup .actions-toolbar .action.cancel{font-weight:400}.popup-pointer{margin-left:-14px;position:absolute;top:-14px}.popup-pointer:before,.popup-pointer:after{content:'';position:absolute;display:block;width:0;height:0;border-bottom-style:solid}.popup-pointer:before{left:2px;top:2px;border:solid 6px;border-color:transparent transparent #fff;z-index:99}.popup-pointer:after{left:1px;top:0;border:solid 7px;border-color:transparent transparent #aeaeae;z-index:98}.price-tier_price .price-excluding-tax,.price-tier_price .price-including-tax{display:inline}.price-including-tax,.price-excluding-tax{display:block;font-size:1.8rem;line-height:1}.price-including-tax .price,.price-excluding-tax .price{font-weight:700}.price-including-tax+.price-excluding-tax,.weee[data-label]{display:block;font-size:1.8rem}.price-including-tax+.price-excluding-tax:before,.weee[data-label]:before{content:attr(data-label) ': ';font-size:1.1rem}.price-including-tax+.price-excluding-tax .price,.weee[data-label] .price{font-size:1.1rem}body._has-modal{height:100%;overflow:hidden;width:100%}.modals-overlay{z-index:899}.modal-slide,.modal-popup{bottom:0;left:0;min-width:0;position:fixed;right:0;top:0;visibility:hidden;opacity:0;-webkit-transition:visibility 0s .3s,opacity .3s ease;transition:visibility 0s .3s,opacity .3s ease}.modal-slide._show,.modal-popup._show{visibility:visible;opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.modal-slide._show .modal-inner-wrap,.modal-popup._show .modal-inner-wrap{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-slide .modal-inner-wrap,.modal-popup .modal-inner-wrap{background-color:#fff;box-shadow:0 0 12px 2px rgba(0,0,0,.35);opacity:1;pointer-events:auto}.modal-slide{left:44px;z-index:900}.modal-slide._show .modal-inner-wrap{-webkit-transform:translateX(0);transform:translateX(0)}.modal-slide .modal-inner-wrap{height:100%;overflow-y:auto;position:static;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;width:auto}.modal-slide._inner-scroll .modal-inner-wrap{overflow-y:visible;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.modal-slide._inner-scroll .modal-header,.modal-slide._inner-scroll .modal-footer{-webkit-flex-grow:0;flex-grow:0;-webkit-flex-shrink:0;flex-shrink:0}.modal-slide._inner-scroll .modal-content{overflow-y:auto}.modal-slide._inner-scroll .modal-footer{margin-top:auto}.modal-slide .modal-header,.modal-slide .modal-content,.modal-slide .modal-footer{padding:0 2.6rem 2.6rem}.modal-slide .modal-header{padding-bottom:2.1rem;padding-top:2.1rem}.modal-popup{z-index:900;left:0;overflow-y:auto}.modal-popup.confirm .modal-inner-wrap{max-width:50rem}.modal-popup.confirm .modal-inner-wrap .modal-content{padding-right:7rem}.modal-popup._show .modal-inner-wrap{-webkit-transform:translateY(0);transform:translateY(0)}.modal-popup .modal-inner-wrap{margin:5rem auto;width:75%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;box-sizing:border-box;height:auto;left:0;position:absolute;right:0;-webkit-transform:translateY(-200%);transform:translateY(-200%);-webkit-transition:-webkit-transform .2s ease;transition:transform .2s ease}.modal-popup._inner-scroll{overflow-y:visible}.ie11 .modal-popup._inner-scroll{overflow-y:auto}.modal-popup._inner-scroll .modal-inner-wrap{max-height:90%}.ie11 .modal-popup._inner-scroll .modal-inner-wrap{max-height:none}.modal-popup._inner-scroll .modal-content{overflow-y:auto}.modal-popup .modal-header,.modal-popup .modal-content,.modal-popup .modal-footer{padding-left:3rem;padding-right:3rem}.modal-popup .modal-header,.modal-popup .modal-footer{-webkit-flex-grow:0;flex-grow:0;-webkit-flex-shrink:0;flex-shrink:0}.modal-popup .modal-header{padding-bottom:1.2rem;padding-top:3rem}.modal-popup .modal-footer{margin-top:auto;padding-bottom:3rem;padding-top:3rem}.modal-popup .modal-footer-actions{text-align:right}.modal-custom .action-close,.modal-popup .action-close,.modal-slide .action-close{background-image:none;background:0 0;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-shadow:none;font-weight:400;display:inline-block;text-decoration:none;position:absolute;right:0;top:0}.modal-custom .action-close:focus,.modal-popup .action-close:focus,.modal-slide .action-close:focus,.modal-custom .action-close:active,.modal-popup .action-close:active,.modal-slide .action-close:active{background:0 0;border:none}.modal-custom .action-close:hover,.modal-popup .action-close:hover,.modal-slide .action-close:hover{background:0 0;border:none}.modal-custom .action-close.disabled,.modal-popup .action-close.disabled,.modal-slide .action-close.disabled,.modal-custom .action-close[disabled],.modal-popup .action-close[disabled],.modal-slide .action-close[disabled],fieldset[disabled] .modal-custom .action-close,fieldset[disabled] .modal-popup .action-close,fieldset[disabled] .modal-slide .action-close{pointer-events:none;opacity:.5}.modal-custom .action-close>span,.modal-popup .action-close>span,.modal-slide .action-close>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.modal-custom .action-close:before,.modal-popup .action-close:before,.modal-slide .action-close:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:14px;color:#8f8f8f;content:'\e616';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.modal-custom .action-close:hover:before,.modal-popup .action-close:hover:before,.modal-slide .action-close:hover:before{color:inherit}.modal-custom .action-close:active:before,.modal-popup .action-close:active:before,.modal-slide .action-close:active:before{color:inherit}.modal-custom .action-close:hover:before,.modal-popup .action-close:hover:before,.modal-slide .action-close:hover:before{color:#1a1a1a}.modal-custom .action-close{margin:25px}.modal-popup .modal-title{border-bottom:1px solid #c1c1c1;font-weight:300;padding-bottom:10px;font-size:20px;font-weight:600;margin-bottom:10px;word-wrap:break-word}.modal-popup .action-close{padding:20px}.modal-popup .action-close:before{font-size:20px;line-height:20px;font-weight:700}.modal-popup .modal-footer{padding-bottom:10px;padding-top:10px}.modal-popup .modal-footer .action.primary{text-transform:none}.modal-popup .modal-footer .action-hide-popup{color:#222}.modal-slide .action-close{padding:2.1rem 3rem}.modal-slide .page-main-actions{margin-bottom:-12.9rem;margin-top:2.1rem}.modals-overlay{background-color:rgba(51,51,51,.55);bottom:0;left:0;position:fixed;right:0;top:0}body._has-modal-custom .modal-custom-overlay{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:899}.sio-product .scroll-to-id:not(.netreviews-stars-link),.sio-product .qty,.sio-product .etiqueta .new{display:none}.sio-product.catalog-product-view .product-info-main .product-info-price{margin:25px 0 15px}.sio-product.catalog-product-view .product-info-main .product-add-form{border-top:1px solid #ececec;border-bottom:1px solid #ececec;padding:30px 0}.sio-product.catalog-product-view button.action.primary{margin-left:0;width:100%}.sio-product .description-block .description a{font-weight:600;color:#222;text-decoration:underline;text-underline-offset:3px}.sio-product .description-block .atributos{max-width:385px}@media only screen and (max-width:991px){.sio-product .description-block .atributos{order:2;max-width:100%;margin-top:10px}}.sio-product .steps-title{font-weight:700;font-size:15px;margin-top:10px;line-height:24px}.sio-product .lista-pasos{margin:20px 0;list-style:none;counter-reset:li}.sio-product .lista-pasos li{position:relative;padding:2px 0 5px 48px;font-size:15px;line-height:1.5}.sio-product .lista-pasos li:before{content:counter(li);counter-increment:li;height:28px;width:28px;line-height:28px;background-color:#d8d8d8;border-radius:50%;color:#222;font-size:14px;text-align:center;position:absolute;left:0;top:0}.sio-product .lista-pasos strong{font-weight:600}.fieldset.pro{margin:10px 0}.fieldset.pro select{height:43px}#professional_fields .field{margin:0 0 20px}#professional_fields .field .label{font-weight:600;margin:0 0 8px;display:inline-block}.amb-dashboard-heading{display:flex;align-items:flex-end;gap:20px;flex-wrap:wrap;margin-bottom:20px}.amb-dashboard-heading h4{font-size:24px;font-weight:700;margin-bottom:0}.amb-dashboard-heading div{font-size:14px !important}.amb-dashboard-heading div strong{font-weight:600}.amb-dashboard-heading div.message.warning{width:100%;margin:0}.amb-dashboard-heading div.message.warning>*:first-child:before{font-size:22px}.status-approved{border:1px solid #da0101;border-radius:4px;padding:4px;display:inline-flex;align-items:center;gap:4px}.status-approved:before{content:"";display:inline-block;width:14px;height:14px;background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNEQTAxMDEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1jaXJjbGUtY2hlY2stYmlnLWljb24gbHVjaWRlLWNpcmNsZS1jaGVjay1iaWciPjxwYXRoIGQ9Ik0yMS44MDEgMTBBMTAgMTAgMCAxIDEgMTcgMy4zMzUiLz48cGF0aCBkPSJtOSAxMSAzIDNMMjIgNCIvPjwvc3ZnPg==") no-repeat center center;background-size:contain}.status-approved>div{color:#da0101;text-align:center;font-size:12px !important;line-height:1}.catalog-product-view .product-professional-customer{margin-top:10px;margin-bottom:20px;clear:left}.catalog-product-view .product-professional-customer div.toggle-dropdown{font-size:15px;font-weight:700;margin:0 0 20px}.catalog-product-view .product-professional-customer div.toggle-dropdown:before{content:'';margin-right:8px;display:inline-block;vertical-align:middle;background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMyMjIiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1jaXJjbGUtY2hlY2stYmlnLWljb24gbHVjaWRlLWNpcmNsZS1jaGVjay1iaWciPjxwYXRoIGQ9Ik0yMS44MDEgMTBBMTAgMTAgMCAxIDEgMTcgMy4zMzUiLz48cGF0aCBkPSJtOSAxMSAzIDNMMjIgNCIvPjwvc3ZnPg==") no-repeat left top;background-size:18px 18px;width:18px;height:18px}.catalog-product-view .product-professional-customer ul{padding-left:25px;margin-bottom:0}.catalog-product-view .product-professional-customer ul li{font-size:14px;line-height:23px;margin-top:0;margin-bottom:15px;list-style:disc}@media only screen and (max-width:991px){.catalog-product-view .product-professional-customer div.toggle-dropdown{cursor:pointer}.catalog-product-view .product-professional-customer div.toggle-dropdown:after{content:"";float:right;margin-top:7px;margin-right:10px;width:7px;height:7px;border-top:2px solid #222;border-right:2px solid #222;transform:rotate(135deg);transition:transform .5s}.catalog-product-view .product-professional-customer.toggle-active div.toggle-dropdown:after{transform:rotate(-45deg)}.catalog-product-view .product-professional-customer ul{max-height:0;transition:max-height .4s;overflow:hidden}}.checkout-cart-index .cart-professional-customer{margin:0;padding:40px 0;width:70%;padding-right:4%;clear:left}@media only screen and (max-width:966px){.checkout-cart-index .cart-professional-customer{width:100%;padding-right:0}}.checkout-cart-index .cart-professional-customer--inner{border:1px solid #ddd;background-color:#fcfcfc;padding:25px;border-radius:4px;position:relative}@media only screen and (max-width:966px){.checkout-cart-index .cart-professional-customer--inner{padding:15px}}.checkout-cart-index .cart-professional-customer--inner.toggle-active .cart-professional-customer--content{max-height:0}@media only screen and (max-width:767px){.checkout-cart-index .cart-professional-customer--inner.toggle-active .cart-professional-customer--content{max-height:350px}}.checkout-cart-index .cart-professional-customer--inner.toggle-active .toggle-dropdown:after{transform:rotate(-180deg)}.checkout-cart-index .cart-professional-customer .toggle-dropdown{position:absolute;border-radius:100%;width:30px;height:30px;background-color:rgba(34,34,34,.1);top:15px;right:15px;display:flex;justify-content:center;align-items:center;cursor:pointer}.checkout-cart-index .cart-professional-customer .toggle-dropdown:after{content:'\e622';font-family:'luma-icons';font-size:12px;line-height:12px;display:inline-block}.checkout-cart-index .cart-professional-customer--title{font-size:20px;line-height:1.5;font-weight:600;margin:15px 0 0}@media only screen and (max-width:966px){.checkout-cart-index .cart-professional-customer--title{font-size:18px;line-height:25px;margin:10px 0 0}}.checkout-cart-index .cart-professional-customer--subtitle{display:block;font-size:16px;margin-bottom:5px;font-weight:600}@media only screen and (max-width:966px){.checkout-cart-index .cart-professional-customer--subtitle{font-size:15px}}.checkout-cart-index .cart-professional-customer--content{font-size:15px;line-height:1.5;overflow:hidden;transition:max-height .3s ease;max-height:350px}@media only screen and (max-width:767px){.checkout-cart-index .cart-professional-customer--content{font-size:14px;max-height:0}}.checkout-cart-index .cart-professional-customer--content p{margin:0 0 15px}.checkout-cart-index .cart-professional-customer--content p:first-of-type{margin-top:10px}.checkout-cart-index .cart-professional-customer .amb-budget-request-btn{width:auto;background-color:transparent;color:#222;font-size:14px;font-weight:600;padding:0;margin-top:5px;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.checkout-cart-index .cart-professional-customer .amb-budget-request-btn:hover{background-color:transparent}.checkout-cart-index .amb-budget-request-btn{width:100%;background-color:#222;color:#fff;border:none;border-radius:0;font-size:14px;font-weight:400;padding:12px 25px;cursor:pointer;box-shadow:none}.checkout-cart-index .amb-budget-request-btn:hover{background-color:rgba(34,34,34,.85)}.checkout-cart-index .amb-budget-request-note{margin-top:10px;font-size:12px;text-align:left;display:inline-flex;align-items:flex-start}.checkout-cart-index .amb-budget-request-note .fa.fa-info-circle{margin-top:2px;margin-right:5px;font-size:14px}.amb-budget-confirm-modal .modal-inner-wrap{max-width:500px}.amb-budget-confirm-modal .modal-title{padding-bottom:15px}.amb-budget-confirm-modal .modal-footer{padding-top:20px;padding-bottom:20px}.amb-budget-confirm-modal .modal-footer button{box-shadow:none}.amb-budget-confirm-modal .modal-footer .action-primary{color:#fff;background-color:#006bb4;border-color:#006bb4}.amb-budget-confirm-modal .modal-footer .action-primary:hover{background-color:rgba(0,107,180,.8)}.amb-budget-confirm-modal .modal-footer .action-secondary{background-color:#fff;border:1px solid #fff}.amb-budget-confirm-modal .modal-footer .action-secondary:hover{text-decoration:underline;text-underline-offset:2px}.faq_categorias{margin:0 auto;font-size:0;text-align:left;padding:40px 0;font-family:'Open Sans',sans-serif}@media only screen and (max-width:991px){.faq_categorias{padding:20px 0}}.faq_categorias summary{position:relative;cursor:pointer;padding:20px 35px 20px 20px;list-style:none}@media only screen and (max-width:991px){.faq_categorias summary{padding:15px 30px 15px 15px}}.faq_categorias summary::-webkit-details-marker{display:none}.faq_categorias summary h3{font-size:16px;line-height:1.5;font-weight:600;margin:0;padding:0}.faq_categorias summary:before,.faq_categorias summary:after{content:'';width:9px;height:2px;position:absolute;top:50%;right:20px;background-color:currentColor;text-align:right;transform:translateY(-50%);transition:transform .2s ease-in-out}@media only screen and (max-width:991px){.faq_categorias summary:before,.faq_categorias summary:after{right:15px}}.faq_categorias summary:after{transform:translateY(-50%) rotate(90deg)}.faq_categorias details{margin-top:-1px;background-color:#fff;width:100%;border:1px solid #d8d8d8;color:#222;position:relative;transition:background-color .5s ease}.faq_categorias details:hover,.faq_categorias details[open]{background-color:#fff}.faq_categorias details[open]{background:#fff}.faq_categorias details[open] summary:after{transform:translateY(-50%) rotate(180deg)}.faq_categorias details>div{font-size:14px;line-height:1.5;padding:0 35px 25px 20px;max-width:1024px}@media only screen and (max-width:991px){.faq_categorias details>div{padding:0 30px 20px 15px}}.enlaces_categorias{margin:0 auto;font-size:0;text-align:left;padding:40px 0}@media only screen and (max-width:991px){.enlaces_categorias{padding:20px 0}}.enlaces_categorias h3{font-family:'Montserrat',sans-serif;text-align:left;font-size:20px;line-height:1.5;font-weight:700;margin-top:0;margin-bottom:25px}@media only screen and (max-width:991px){.enlaces_categorias h3{font-size:16px;margin-top:0;margin-bottom:10px}}.enlaces_categorias a{border:1px solid #d8d8d8;background:#fff;border-radius:4px;display:inline-block;margin:4px 8px 4px 0;padding:8px 20px;transition:all .3s ease-out 0s;font-size:13px;line-height:18px;font-family:'Open Sans',sans-serif;font-weight:400;color:#222}@media only screen and (max-width:991px){.enlaces_categorias a{padding:4px 10px}}@media only screen and (max-width:991px){.enlaces_categorias a{font-size:12px}}.enlaces_categorias a:hover{border-color:rgba(34,34,34,.5);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.block.newsletter{margin-bottom:20px}.block.newsletter .form.subscribe{display:table;width:100%}.block.newsletter .fieldset{display:table-cell;margin:0;padding:0;vertical-align:top}.block.newsletter .field{margin:0}.block.newsletter .field .control{display:inline-block;text-decoration:none;display:block}.block.newsletter .field .control:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:32px;color:#575757;content:'\e61d';font-family:'luma-icons';margin:0 0 0 8px;vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.block.newsletter .field .control:before{position:absolute}.block.newsletter input{padding-left:35px}.block.newsletter .title{display:none}.block.newsletter .actions{display:table-cell;vertical-align:top;width:1%}.block.newsletter .action.subscribe{border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px}.form.subscribe .field.newsletter input{font-family:'Open Sans',sans-serif}.form.subscribe .actions{margin-top:15px;margin-bottom:10px}.form.subscribe .actions button{font-family:'Open Sans',sans-serif;letter-spacing:1px;min-width:150px}.subscribe .preloading{margin-right:10px;display:none}.subscribe .preloading.show{display:inline-block !important}.form.subscribe .field-error,.form.subscribe div.mage-error[generated]{margin-top:7px}.form.subscribe .privacyCheck{padding:0;margin-top:15px;clear:both;position:relative;text-align:left}.form.subscribe .privacyCheck .control--checkbox{display:inline-block;padding-left:22px !important;font-size:13px;line-height:16px;color:#222;position:relative;outline:0;font-weight:400}.form.subscribe .privacyCheck .control--checkbox a{text-decoration:underline;color:currentColor}.control--checkbox{display:block;position:relative;padding-left:22px !important;font-size:12px;line-height:16px;font-weight:400}.control--checkbox .mage-error{margin-left:-22px}.control--checkbox input{position:absolute;z-index:-1;opacity:0}.control--checkbox input:checked~.control__indicator{background:#fff}.control--checkbox input:checked~.control__indicator:after{display:block}.control--checkbox .control__indicator{position:absolute;top:0;left:0;height:16px;width:16px;background:#fff;border:1px solid rgba(0,0,0,.5)}.control--checkbox .control__indicator.light-color{border:1px solid #d5d5d5}.control--checkbox .control__indicator:after{content:'';position:absolute;display:none;left:5px;top:1px;width:5px;height:10px;border:solid #000;border-width:0 2px 2px 0;transform:rotate(45deg)}.subscribe-success-msg{border:1px solid #446423;background-color:#eff5ea;color:#3d6611;font-size:14px;padding:15px;display:flex;line-height:18px;flex-direction:column;align-items:center;text-align:center;margin-top:30px}.subscribe-success-msg:before{content:'\f00c';display:inline-block;font-family:FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;font-size:20px;line-height:20px;margin-bottom:10px;border:3px solid #3d6611;border-radius:100%;padding:10px}.subscribe-error-msg{border:1px solid #f16048;background-color:#faebe7;color:#df280a;font-size:13px;padding:10px;display:flex;line-height:15px;flex-direction:row}.subscribe-error-msg:before{content:'\f06a';display:inline-block;font-family:FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;font-size:14px;margin-right:7px}.block-newsletter .subscribe-success-msg{font-size:13px;padding:10px;display:flex;line-height:15px;flex-direction:row;margin-top:0;text-align:left}.block-newsletter .subscribe-success-msg:before{font-size:12px;line-height:12px;margin-right:7px;margin-bottom:0;padding:2px;border-width:2px}body #hubspot-messages-iframe-container{z-index:999}html.nav-before-open body #hubspot-messages-iframe-container{z-index:899}.simplepopup_newsletter .close{right:10px;top:0;line-height:1}.simplepopup_newsletter .dontShowFeature{right:2rem;left:initial;bottom:1rem}.block_popup_newsletter{display:flex;flex-direction:row}.block_popup_newsletter .popup_bg_image{width:50%}.block_popup_newsletter .popup_bg_image img{width:100%;height:100%;object-fit:cover}.block_popup_newsletter .popup_content{width:50%;padding:25px 17px}.block_popup_newsletter .popup_content .popup_title{color:#9e342f;font-size:24px;font-weight:700;margin-bottom:10px;text-align:left;font-family:'Montserrat'}.block_popup_newsletter .popup_content p{margin:0;font-size:13px;line-height:21px;text-align:left}.form.popup-subscribe .field.popup_newsletter{margin-top:20px}.form.popup-subscribe .field.popup_newsletter input{font-family:'Open Sans',sans-serif}.form.popup-subscribe .actions{margin-top:25px;margin-bottom:10px;overflow:hidden}.form.popup-subscribe .actions button{font-family:'Open Sans',sans-serif;letter-spacing:1px;min-width:150px}.form.popup-subscribe .field-error,.form.popup-subscribe div.mage-error[generated]{margin-top:7px}.form.popup-subscribe .privacyCheck{padding:0;margin-top:15px;clear:both;position:relative;text-align:left}.form.popup-subscribe .privacyCheck .control--checkbox{display:inline-block;padding-left:22px !important;font-size:12px;line-height:16px;color:#222;position:relative;outline:0;font-weight:400}.form.popup-subscribe .privacyCheck .control--checkbox a{text-decoration:underline}@media (max-width:575px){.block_popup_newsletter{flex-direction:column}.block_popup_newsletter .popup_bg_image,.block_popup_newsletter .popup_content{width:100%}.block_popup_newsletter .popup_bg_image{height:200px;display:none}.simplepopup .close{top:10px !important;right:10px !important}.simplepopup_newsletter .dontShowFeature{left:2rem;right:initial}}.etiqueta{position:absolute;top:10px;right:10px;z-index:2;display:flex;align-items:flex-end;flex-direction:column}.etiqueta>span{margin-bottom:5px;border-radius:2px;text-align:center;width:min-content;color:#222;border:1px solid;font-family:'Open Sans';display:block;font-size:12px;line-height:1;letter-spacing:0;font-weight:600;padding:3px 8px;text-transform:none}.etiqueta .sales{background-color:#e7646c;border-color:#e7646c;color:#fff}.etiqueta .new{background-color:#788f93;border-color:#788f93;color:#fff}.etiqueta .sostenible{background-color:rgba(255,255,255,0);border-color:#779385;color:#779385}.etiqueta .fast-delivery{background-color:#ff8942;border-color:#ff8942;color:#fff;width:auto}.catalog-product-view .etiqueta{left:inherit;right:15px;top:15px}.catalog-product-view .related .etiqueta,.catalog-product-view .upsell .etiqueta,.catalog-product-view .recently-viewed .etiqueta{right:10px;top:10px}.etiqueta .only-product-view{display:none}.catalog-product-view .etiqueta .only-product-view{display:block}.catalog-product-view .delivery-assembly-wrapper .delivery-assembly-info .delivery-time dd{margin-bottom:0}.catalog-product-view .delivery-assembly-wrapper .delivery-assembly-info .delivery-time dd:nth-of-type(1){display:none}.catalog-product-view .delivery-assembly-wrapper .delivery-assembly-info .delivery-time.fast-delivery dd:nth-of-type(1){display:block;color:#ff6005;font-weight:600}.catalog-product-view .delivery-assembly-wrapper .delivery-assembly-info .delivery-time.fast-delivery dd:nth-of-type(2){display:none}.payment-method-discount{font-size:14px}.payment-method-discount strong{color:#199f5b;font-weight:600;margin-left:5px}.checkout-payment-method .payment-method.payment-banktransfer .payment-method-title>label{flex-wrap:wrap}.amblog-disabled{color:red}.amblog_views_label,.amblog_likes_label,.amblog_dislikes_label{font-weight:600;line-height:3.2rem}.amblog-hidden{color:grey}.amblog-published{color:green}.amblog-scheduled{color:grey}.pagebuilder-content-type .amblog_widget .amblog-widget-placeholder{align-items:center;background-color:#fafafa;display:flex;justify-content:center;min-height:300px}#amblog_canvas_container{max-width:400px;max-height:400px}.tag-list.cloud-enabled .amblog-item{display:none}.amblog-post-list .block-title strong{font-weight:600}.amblog-loader{background:url('../../frontend/Magento/luma/es_ES/Amasty_Blog/images/ajax-loader.gif') no-repeat scroll 50% 0 transparent;height:11px;width:16px;margin:0 auto}.word-wrap{word-break:break-word;word-wrap:break-word;overflow-wrap:anywhere}.amblog-index-index .page-title,.amblog-index-post .page-title{margin-bottom:0;padding-right:50px;font-size:40px;word-break:break-word;word-wrap:break-word;overflow-wrap:anywhere}.mobile{display:none}.mobile .mobile-block{display:none}.mobile.two-columns-right .content,.mobile.two-columns-left .content{position:relative}.amblog-main-content{padding-top:40px}.amblog-main-content>.amblog-item{margin-bottom:30px}.amblog-main-content>.amblog-item:last-child{margin-bottom:0}.amblog-main-content .amblog-btn{height:auto}.amblog-aside-right,.amblog-aside-left{position:fixed;z-index:1000;top:0;display:none;width:300px;height:100vh;padding-top:20px;background:#fff;box-shadow:0 4px 8px rgba(0,98,176,.1);overflow-y:scroll}.amblog-aside-right.active,.amblog-aside-left.active{display:block}.amblog-aside-right .amblog-close,.amblog-aside-left .amblog-close{position:relative;width:15px;height:15px;margin:0 0 25px 15px}.amblog-aside-right .amblog-close:before,.amblog-aside-left .amblog-close:before,.amblog-aside-right .amblog-close:after,.amblog-aside-left .amblog-close:after{content:'';position:absolute;top:0;left:0;width:2px;height:13px;background:#333}.amblog-aside-right .amblog-close:before,.amblog-aside-left .amblog-close:before{transform:rotate(45deg)}.amblog-aside-right .amblog-close:after,.amblog-aside-left .amblog-close:after{transform:rotate(-45deg)}.amblog-aside-right{right:0}.amblog-aside-left{left:0}.amblog-overlay{position:fixed;z-index:999;top:0;bottom:0;right:0;left:0;display:none;width:100%;height:100%;background:rgba(60,60,60,.3)}.amblog-index-index .amblog-ref,.amblog-index-post .amblog-ref,.amblog-index-author .amblog-ref{font-size:14px;font-weight:600;color:#0e6bd7}.amblog-index-index .amblog-ref:hover,.amblog-index-post .amblog-ref:hover,.amblog-index-author .amblog-ref:hover{color:#0e6bd7}.amblog-cloud-tags{width:auto}.amblog-cloud-tags .amblog-cloud{width:100%}.amblog-author-container,.amblog-post-container .amblog-item.-author,.amblog-post-container .amblog-item.-comments,.amblog-post-container .amblog-item.-print,.amblog-element-block .amblog-author,.amblog-comment-content .amblog-author,.amblog-grid-list>.amblog-item .amblog-item.-author,.amblog-grid-list>.amblog-item .amblog-item.-comments,.amblog-grid-list>.amblog-item .amblog-item.-print,.amblog-grid-list .slick-slide .amblog-item .amblog-item.-author,.amblog-grid-list .slick-slide .amblog-item .amblog-item.-comments,.amblog-grid-list .slick-slide .amblog-item .amblog-item.-print,.amblog-post-container .amblog-widget-container .amblog-author,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-author,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-author{line-height:25px;font-size:14px;color:#333;word-break:break-word;word-wrap:break-word;overflow-wrap:anywhere}.amblog-wrap{display:-webkit-flex;display:-ms-flexbox;display:flex}.amblog-svg{position:relative;top:7px;min-width:25px;margin-right:10px}.amblog-svg.user{width:25px;height:25px}.amblog-svg.comment{top:6px;width:25px;height:24px}.amblog-svg.print{width:21px;min-width:auto;height:24px}.amblog-svg.-classic{fill:#499bf8}.amblog-svg.-red{fill:#ef5350}.amblog-svg.-green{fill:#43a047}.amblog-svg.-blue{fill:#3f51b5}.amblog-svg.-grey{fill:#bdbdbd}.amblog-svg.-purple{fill:#9c27b0}.amblog-swipe.-left,.amblog-swipe.-right{position:absolute;top:-45px;right:0;width:50px;height:50px;border-radius:50%;cursor:pointer;transition:all .5s .3s ease-in-out;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMjUiIGN5PSIyNSIgcj0iMjUiIGZpbGw9IiM0OTlCRjgiLz48cGF0aCBkPSJNMjIuOTEgMTVoLTYuODAyYy0uNjEyIDAtMS4xMDguNTE5LTEuMTA4IDEuMTU5djYuN2MwIC42NC40OTYgMS4xNTkgMS4xMDggMS4xNTloNi44MDFjLjYxMiAwIDEuMTA5LS41MiAxLjEwOS0xLjE1OXYtNi43YzAtLjY0LS40OTctMS4xNTktMS4xMDktMS4xNTl6TTM0LjA0MyAxNWgtNi44Yy0uNjEzIDAtMS4xMS41MTktMS4xMSAxLjE1OXY2LjdjMCAuNjQuNDk3IDEuMTU5IDEuMTEgMS4xNTloNi44Yy42MTIgMCAxLjEwOC0uNTIgMS4xMDgtMS4xNTl2LTYuN2MwLS42NC0uNDk2LTEuMTU5LTEuMTA4LTEuMTU5ek0yMi45MSAyNS45ODJoLTYuODAyYy0uNjEyIDAtMS4xMDguNTItMS4xMDggMS4xNTl2Ni43YzAgLjY0LjQ5NiAxLjE1OSAxLjEwOCAxLjE1OWg2LjgwMWMuNjEyIDAgMS4xMDktLjUxOSAxLjEwOS0xLjE1OXYtNi43YzAtLjY0LS40OTctMS4xNTktMS4xMDktMS4xNTl6TTM0LjA0MyAyNS45ODJoLTYuOGMtLjYxMyAwLTEuMTEuNTItMS4xMSAxLjE1OXY2LjdjMCAuNjQuNDk3IDEuMTU5IDEuMTEgMS4xNTloNi44Yy42MTIgMCAxLjEwOC0uNTE5IDEuMTA4LTEuMTU5di02LjdjMC0uNjQtLjQ5Ni0xLjE1OS0xLjEwOC0xLjE1OXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);box-shadow:0 4px 8px rgba(0,98,176,.2)}.amblog-post-container,.amblog-main-content .amblog-search,.amblog-grid-list>.amblog-item,.amblog-grid-list .slick-slide .amblog-item{padding-bottom:15px;margin-bottom:30px;border:1px solid #e9e9e9;border-radius:4px}.amblog-post-container:last-child,.amblog-grid-list>.amblog-item:last-child,.amblog-grid-list .slick-slide .amblog-item:last-child{margin-bottom:0}.amblog-post-container .amblog-tags,.amblog-grid-list>.amblog-item .amblog-tags,.amblog-grid-list .slick-slide .amblog-item .amblog-tags{margin:20px 0;padding:0 15px}.amblog-post-container .amblog-tag,.amblog-element-block .amblog-tag,.amblog-grid-list>.amblog-item .amblog-tag,.amblog-grid-list .slick-slide .amblog-item .amblog-tag,.amblog-post-container .amblog-widget-container .amblog-tag,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-tag,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-tag{display:inline-block;margin:0 10px 5px 0;padding:3px 8px;border-radius:3px;color:#fff;font-size:14px;font-weight:600;background:#de3078;word-break:break-word;word-wrap:break-word;overflow-wrap:anywhere}.amblog-post-container .amblog-tag:last-child,.amblog-element-block .amblog-tag:last-child,.amblog-grid-list>.amblog-item .amblog-tag:last-child,.amblog-grid-list .slick-slide .amblog-item .amblog-tag:last-child,.amblog-post-container .amblog-widget-container .amblog-tag:last-child,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-tag:last-child,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-tag:last-child{margin-right:0}.amblog-post-container .amblog-tag:hover,.amblog-element-block .amblog-tag:hover,.amblog-grid-list>.amblog-item .amblog-tag:hover,.amblog-grid-list .slick-slide .amblog-item .amblog-tag:hover,.amblog-post-container .amblog-widget-container .amblog-tag:hover,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-tag:hover,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-tag:hover{text-decoration:none}.amblog-post-container .amblog-title,.amblog-grid-list>.amblog-item .amblog-title,.amblog-grid-list .slick-slide .amblog-item .amblog-title{margin:0 0 20px;font-size:24px;color:#333;font-weight:600;word-break:break-word;word-wrap:break-word;overflow-wrap:anywhere}.amblog-post-container .amblog-image,.amblog-grid-list>.amblog-item .amblog-image,.amblog-grid-list .slick-slide .amblog-item .amblog-image{border-radius:4px}.amblog-post-container .amblog-content,.amblog-grid-list>.amblog-item .amblog-content,.amblog-grid-list .slick-slide .amblog-item .amblog-content{margin-top:15px;padding:0 15px 15px}.amblog-post-container .amblog-widget-container,.amblog-grid-list>.amblog-item .amblog-widget-container,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container{margin:20px -15px}.amblog-post-container .amblog-headline,.amblog-grid-list>.amblog-item .amblog-headline,.amblog-grid-list .slick-slide .amblog-item .amblog-headline{color:#333}.amblog-post-container .amblog-headline:hover,.amblog-grid-list>.amblog-item .amblog-headline:hover,.amblog-grid-list .slick-slide .amblog-item .amblog-headline:hover{color:#0e6bd7}.amblog-post-container .amblog-shot,.amblog-grid-list>.amblog-item .amblog-shot,.amblog-grid-list .slick-slide .amblog-item .amblog-shot{margin:15px 0;font-size:16px;color:#333}.amblog-post-container .amblog-shot>p,.amblog-post-container .amblog-content>p,.amblog-grid-list>.amblog-item .amblog-shot>p,.amblog-grid-list>.amblog-item .amblog-content>p,.amblog-grid-list .slick-slide .amblog-item .amblog-shot>p,.amblog-grid-list .slick-slide .amblog-item .amblog-content>p{word-break:break-word;word-wrap:break-word;overflow-wrap:anywhere}.amblog-post-container .amblog-bottom,.amblog-grid-list>.amblog-item .amblog-bottom,.amblog-grid-list .slick-slide .amblog-item .amblog-bottom{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:baseline;-ms-align-items:baseline;align-items:baseline;margin-top:20px}.amblog-post-container .amblog-date,.amblog-grid-list>.amblog-item .amblog-date,.amblog-grid-list .slick-slide .amblog-item .amblog-date{margin-right:15px;font-size:14px;color:#999}.amblog-post-container .amblog-views,.amblog-grid-list>.amblog-item .amblog-views,.amblog-grid-list .slick-slide .amblog-item .amblog-views{font-size:14px;color:#999;white-space:nowrap}.amblog-post-container .amblog-footer,.amblog-grid-list>.amblog-item .amblog-footer,.amblog-grid-list .slick-slide .amblog-item .amblog-footer{padding:15px 15px 20px}.amblog-post-container .amblog-features,.amblog-grid-list>.amblog-item .amblog-features,.amblog-grid-list .slick-slide .amblog-item .amblog-features{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.amblog-post-container .amblog-features.-post,.amblog-grid-list>.amblog-item .amblog-features.-post,.amblog-grid-list .slick-slide .amblog-item .amblog-features.-post{padding:15px 15px 20px}.amblog-post-container .amblog-item,.amblog-grid-list>.amblog-item .amblog-item,.amblog-grid-list .slick-slide .amblog-item .amblog-item{margin:5px 31px 5px 0}.amblog-post-container .amblog-item.-print,.amblog-grid-list>.amblog-item .amblog-item.-print,.amblog-grid-list .slick-slide .amblog-item .amblog-item.-print{margin:0 0 0 auto;white-space:nowrap}.amblog-post-container .amblog-category,.amblog-grid-list>.amblog-item .amblog-category,.amblog-grid-list .slick-slide .amblog-item .amblog-category{margin:5px 30px 5px 0;line-height:25px;font-size:14px;color:#333;word-break:break-word;word-wrap:break-word;overflow-wrap:anywhere}.amblog-post-container .amblog-item.-author-posts,.amblog-grid-list>.amblog-item .amblog-item.-author-posts,.amblog-grid-list .slick-slide .amblog-item .amblog-item.-author-posts{margin:5px 30px 5px 0;line-height:25px;font-size:14px;color:#333;word-break:break-word;word-wrap:break-word;overflow-wrap:anywhere}.amblog-post-container .amblog-read,.amblog-grid-list>.amblog-item .amblog-read,.amblog-grid-list .slick-slide .amblog-item .amblog-read{display:block;width:100%;margin-top:20px;padding:9px 0;border-radius:3px;text-align:center;color:#fff;font-size:16px;font-weight:700;background:#0e6bd7}.amblog-post-container .amblog-arrow,.amblog-grid-list>.amblog-item .amblog-arrow,.amblog-grid-list .slick-slide .amblog-item .amblog-arrow{display:inline-block;width:16px;height:12px;margin-left:10px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjY5NyA1LjM2M2wtNS4xMjYtNS4xYS44ODYuODg2IDAgMCAwLTEuMjYgMCAuODc1Ljg3NSAwIDAgMCAwIDEuMjU0bDMuNjEzIDMuNTk1SC44OTFBLjg5NC44OTQgMCAwIDAgMCA1Ljk5OGMwIC40ODUuNDAzLjg4Ni44OS44ODZoMTIuMDE4TDkuMzEgMTAuNDc5YS44NzUuODc1IDAgMCAwIDAgMS4yNTQuOTIuOTIgMCAwIDAgLjYzOS4yNjcuODguODggMCAwIDAgLjYzOC0uMjY4bDUuMTQzLTUuMTE1QS45MTEuOTExIDAgMCAwIDE2IDUuOThhMS4xMzQgMS4xMzQgMCAwIDAtLjMwMy0uNjE4eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)}.amblog-recent-post{display:flex}.amblog-recent-post .amblog-recent-post-image-wrapper{margin-right:5%;vertical-align:top;min-width:20%}.amblog-element-block,.amblog-post-container .amblog-widget-container,.amblog-grid-list>.amblog-item .amblog-widget-container,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container{display:block;border-bottom:1px solid #e9e9e9}.amblog-element-block .amblog-btn,.amblog-post-container .amblog-widget-container .amblog-btn,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-btn,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-btn{height:auto}.amblog-element-block .amblog-list,.amblog-post-container .amblog-widget-container .amblog-list,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-list,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-list{margin:0;padding:0;list-style:none}.amblog-element-block .amblog-empty,.amblog-post-container .amblog-widget-container .amblog-empty,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-empty,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-empty{padding:20px}.amblog-element-block .amblog-title,.amblog-main-content .amblog-search .amblog-title,.amblog-post-container .amblog-widget-container .amblog-title,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-title,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title{position:relative;padding:20px;font-size:14px;font-weight:700;text-transform:uppercase;color:#0e6bd7}.amblog-element-block .amblog-title:before,.amblog-element-block .amblog-title:after,.amblog-post-container .amblog-widget-container .amblog-title:before,.amblog-post-container .amblog-widget-container .amblog-title:after,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-title:before,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-title:after,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title:before,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title:after{content:'';position:absolute;top:30px;height:2px;width:10px;background:#0e6bd7}.amblog-element-block .amblog-title:before,.amblog-post-container .amblog-widget-container .amblog-title:before,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-title:before,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title:before{right:26px;transform:rotate(45deg)}.amblog-element-block .amblog-title:after,.amblog-post-container .amblog-widget-container .amblog-title:after,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-title:after,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title:after{right:20px;transform:rotate(-45deg)}.amblog-element-block .amblog-title.active,.amblog-post-container .amblog-widget-container .amblog-title.active,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-title.active,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title.active{border-bottom:1px solid #e9e9e9}.amblog-element-block .amblog-title.active:before,.amblog-post-container .amblog-widget-container .amblog-title.active:before,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-title.active:before,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title.active:before{transform:rotate(-45deg)}.amblog-element-block .amblog-title.active:after,.amblog-post-container .amblog-widget-container .amblog-title.active:after,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-title.active:after,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title.active:after{transform:rotate(45deg)}.amblog-element-block .amblog-item,.amblog-element-block .amblog-categories.-level1>.amblog-category,.amblog-post-container .amblog-widget-container .amblog-item,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-item,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item,.amblog-post-container .amblog-widget-container .amblog-categories.-level1>.amblog-category,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-categories.-level1>.amblog-category,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1>.amblog-category{margin-bottom:0;padding:15px 25px;border-bottom:1px solid #e9e9e9}.amblog-element-block .amblog-item:last-child,.amblog-element-block .amblog-categories.-level1>.amblog-category:last-child,.amblog-post-container .amblog-widget-container .amblog-item:last-child,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-item:last-child,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item:last-child,.amblog-post-container .amblog-widget-container .amblog-categories.-level1>.amblog-category:last-child,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-categories.-level1>.amblog-category:last-child,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1>.amblog-category:last-child{border-bottom:none}.amblog-element-block .amblog-item.-search,.amblog-element-block .amblog-categories.-level1>.amblog-category.-search,.amblog-post-container .amblog-widget-container .amblog-item.-search,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-item.-search,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item.-search,.amblog-post-container .amblog-widget-container .amblog-categories.-level1>.amblog-category.-search,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-categories.-level1>.amblog-category.-search,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1>.amblog-category.-search{padding:20px}.amblog-element-block .amblog-item.-comment:hover,.amblog-element-block .amblog-categories.-level1>.amblog-category.-comment:hover,.amblog-post-container .amblog-widget-container .amblog-item.-comment:hover,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-item.-comment:hover,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item.-comment:hover,.amblog-post-container .amblog-widget-container .amblog-categories.-level1>.amblog-category.-comment:hover,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-categories.-level1>.amblog-category.-comment:hover,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1>.amblog-category.-comment:hover{background:#f1f8ff}.amblog-element-block .amblog-headline,.amblog-element-block .amblog-categories .amblog-link,.amblog-post-container .amblog-widget-container .amblog-headline,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-headline,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline,.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-categories .amblog-link,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link{display:block;font-size:16px;font-weight:600;color:#333;word-break:break-word;word-wrap:break-word;overflow-wrap:anywhere}.amblog-element-block .amblog-headline:hover,.amblog-element-block .amblog-categories .amblog-link:hover,.amblog-post-container .amblog-widget-container .amblog-headline:hover,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-headline:hover,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline:hover,.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link:hover,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-categories .amblog-link:hover,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link:hover{color:#0e6bd7}.amblog-element-block .amblog-date,.amblog-post-container .amblog-widget-container .amblog-date,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-date,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date{margin:0;font-size:14px;color:#999}.amblog-element-block .amblog-date.-post,.amblog-post-container .amblog-widget-container .amblog-date.-post,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-date.-post,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-post{margin-top:5px}.amblog-element-block .amblog-date.-comment,.amblog-post-container .amblog-widget-container .amblog-date.-comment,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-date.-comment,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-comment{margin:10px 0}.amblog-element-block .amblog-thesis,.amblog-post-container .amblog-widget-container .amblog-thesis,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-thesis,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-thesis{margin:5px 0;word-break:break-word;word-wrap:break-word;overflow-wrap:anywhere}.amblog-element-block .amblog-thesis:last-child,.amblog-post-container .amblog-widget-container .amblog-thesis:last-child,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-thesis:last-child,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-thesis:last-child{margin-bottom:0}.amblog-element-block .amblog-comment,.amblog-post-container .amblog-widget-container .amblog-comment,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-comment,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-comment{margin:10px 0;font-style:italic;font-size:16px;word-break:break-word;word-wrap:break-word;overflow-wrap:anywhere}.amblog-element-block .amblog-author,.amblog-post-container .amblog-widget-container .amblog-author,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-author,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-author{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:baseline;-ms-align-items:baseline;align-items:baseline;margin-top:5px}.sidebar-main .amblog-element-block .amblog-title:before,.sidebar-main .amblog-element-block .amblog-title:after,.sidebar-main .amblog-post-container .amblog-widget-container .amblog-title:before,.sidebar-main .amblog-post-container .amblog-widget-container .amblog-title:after,.sidebar-main .amblog-grid-list>.amblog-item .amblog-widget-container .amblog-title:before,.sidebar-main .amblog-grid-list>.amblog-item .amblog-widget-container .amblog-title:after,.sidebar-main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title:before,.sidebar-main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title:after{display:none}.amblog-element-block .amblog-categories,.amblog-post-container .amblog-widget-container .amblog-categories,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-categories,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories{margin:0;padding:0;list-style:none}.amblog-element-block .amblog-categories.-level1 .amblog-categories,.amblog-post-container .amblog-widget-container .amblog-categories.-level1 .amblog-categories,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-categories.-level1 .amblog-categories,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1 .amblog-categories{padding-left:20px}.amblog-element-block .amblog-categories .amblog-link,.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-categories .amblog-link,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link{font-weight:400}.amblog-element-block .amblog-categories.-level1>.amblog-category>.amblog-link,.amblog-post-container .amblog-widget-container .amblog-categories.-level1>.amblog-category>.amblog-link,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-categories.-level1>.amblog-category>.amblog-link,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1>.amblog-category>.amblog-link{font-weight:600}.amblog-element-block .amblog-categories.-level3 .amblog-link,.amblog-post-container .amblog-widget-container .amblog-categories.-level3 .amblog-link,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-categories.-level3 .amblog-link,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level3 .amblog-link{font-size:14px}.amblog-element-block .amblog-categories.-level2 .amblog-category,.amblog-post-container .amblog-widget-container .amblog-categories.-level2 .amblog-category,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-categories.-level2 .amblog-category,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level2 .amblog-category{margin:10px 0 0}.amblog-element-block .amblog-categories.-level3 .amblog-category,.amblog-post-container .amblog-widget-container .amblog-categories.-level3 .amblog-category,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-categories.-level3 .amblog-category,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level3 .amblog-category{margin-top:5px}.amblog-form-search .amblog-field{position:relative;margin-bottom:10px}.amblog-form-search .amblog-field:before{content:'';position:absolute;top:12px;left:10px;width:16px;height:16px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1Ljc1NyAxNC41NzNsLTMuOTQ0LTMuOTZhNi4zMDcgNi4zMDcgMCAwIDAgMS41Ny00LjE1M0MxMy4zODIgMi44OTggMTAuMzggMCA2LjY5IDAgMy4wMDEgMCAwIDIuODk4IDAgNi40NnMzLjAwMiA2LjQ2IDYuNjkxIDYuNDZhNi43ODQgNi43ODQgMCAwIDAgMy44MzQtMS4xNjlsMy45NzQgMy45OWMuMTY2LjE2Ny4zOS4yNTkuNjI5LjI1OWEuODg1Ljg4NSAwIDAgMCAuNjA1LS4yMzUuODIzLjgyMyAwIDAgMCAuMDI0LTEuMTkyek02LjY5IDEuNjg1YzIuNzI3IDAgNC45NDYgMi4xNDIgNC45NDYgNC43NzUgMCAyLjYzMy0yLjIxOSA0Ljc3NS00Ljk0NiA0Ljc3NVMxLjc0NiA5LjA5MyAxLjc0NiA2LjQ2YzAtMi42MzMgMi4yMTgtNC43NzUgNC45NDUtNC43NzV6IiBmaWxsPSIjQTRBM0EzIi8+PC9zdmc+)}.amblog-form-search .amblog-input-wrapper{display:inline-block;width:100%}.amblog-form-search .amblog-input,.amblog-form-comment .amblog-input{width:100%;height:100%;padding:9px 10px 9px 36px;border-radius:3px;font-size:14px;border:1px solid #e9e9e9;background:#f9f9f9;color:#525252}.amblog-form-search .amblog-input::-webkit-input-placeholder,.amblog-form-comment .amblog-input::-webkit-input-placeholder{color:#525252}.amblog-form-search .amblog-input::-moz-placeholder,.amblog-form-comment .amblog-input::-moz-placeholder{color:#525252}.amblog-form-search .amblog-input:-ms-input-placeholder,.amblog-form-comment .amblog-input:-ms-input-placeholder{color:#525252}.amblog-form-search .amblog-input:focus,.amblog-form-comment .amblog-input:focus{border:1px solid #499bf8;background:#f1f8ff;box-shadow:none}.amblog-form-search .amblog-input:focus:focus::-webkit-input-placeholder,.amblog-form-comment .amblog-input:focus:focus::-webkit-input-placeholder{color:transparent}.amblog-form-search .amblog-input:focus:focus::-moz-placeholder,.amblog-form-comment .amblog-input:focus:focus::-moz-placeholder{color:transparent}.amblog-form-search .amblog-input:focus:focus:-ms-input-placeholder,.amblog-form-comment .amblog-input:focus:focus:-ms-input-placeholder{color:transparent}.amblog-form-search .amblog-btn,.amblog-form-comment .amblog-btn{width:100%;padding:12px 0;border:none;border-radius:3px;font-size:16px;font-weight:700;color:#fff;box-shadow:none;background:#0e6bd7}.amblog-form-search .amblog-btn:hover{background:#185eaf}.amblog-main-content .amblog-search{box-shadow:0 4px 8px rgba(0,98,176,.1)}.amblog-main-content .amblog-search .amblog-item{padding:20px 15px}.amblog-main-content .amblog-search .amblog-title{padding:15px;border-bottom:1px solid #e9e9e9}.amblog-grid-list{padding:0;list-style:none}.amblog-grid-list>.amblog-item,.amblog-grid-list .slick-slide .amblog-item{width:100%}.amblog-grid-list .amblog-item.-comments{white-space:nowrap}.amblog-grid-list .image{border-radius:4px}.amblog-social-container{padding:15px 15px 0}.amblog-social-container .amblog-list{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0;list-style:none}.amblog-social-container .amblog-social{display:block;width:25px;height:25px}.amblog-social-container .amblog-icon{width:25px;height:25px;margin:0 15px 5px 0;border-radius:50%;background-color:#888;background-position:center;background-repeat:no-repeat;cursor:pointer}.amblog-social-container .amblog-icon:hover{background-color:#585858}.amblog-social-container .amblog-icon.-twitter{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuODMyIDEyLjMwMmguMTk2Yy4xMzQgMCAuMjgxLS4wMzMuMzM0LS4wMzZhOC4zNjMgOC4zNjMgMCAwIDAgMS42My0uMjY5YzEuNzI2LS40NDcgMy4xNjUtMS4yODkgNC4zMTYtMi41NiAxLjQyLTEuNTU3IDIuMTg2LTMuNDAxIDIuMjYzLTUuNDZ2LS41MDFjMC0uMTA4LjAzOS0uMjg3LjIxMS0uNDEyLjI1LS4xNjEuNDgtLjM1OC42OS0uNTU1LS4yNDkuMDUzLS40NzkuMDktLjcxLjEwN2EuNDAzLjQwMyAwIDAgMS0uNDAyLS4yMzMuMzMuMzMgMCAwIDEgLjE1NC0uNDExYy4yODctLjE4LjUzNy0uMzc2Ljc0OC0uNjA5LS4zNDYuMTI1LS42OS4yMTUtMS4wNTUuMjg2YS41NTcuNTU3IDAgMCAxLS40OTktLjE0M0MxMi4wMzcuODggMTEuMjMxLjYzIDEwLjI3Mi43MDFhMi44ODIgMi44ODIgMCAwIDAtMS41OTIuNjQ0Yy0uNjMzLjUyLS45NTkgMS4xNDYtMS4wMTYgMS45MTYtLjAyLjI1IDAgLjUwMS4wNTcuNzE2YS4zNTYuMzU2IDAgMCAxLS4wOTYuMzc2LjQyNi40MjYgMCAwIDEtLjM2NC4xMDdoLS4wMzljLS41MTctLjAzNi0uOTk3LS4wOS0xLjQxOS0uMTc5QTkuNTAyIDkuNTAyIDAgMCAxIC41ODYgMS41NiAyLjU3OSAyLjU3OSAwIDAgMCAuNDkgMy4wODJjLjE3My42OC41NTYgMS4yMzUgMS4yMDggMS42ODMuMTM1LjA5LjE5Mi4yNS4xMzUuNDExYS40MS40MSAwIDAgMS0uMzY1LjI1MWMtLjM0NSAwLS42OS0uMDcyLTEuMDM1LS4xOC4wOTUuNDQ5LjI4Ny44NDIuNTk0IDEuMi40NDEuNTAyLjk3OC44MjQgMS42ODguOTg1YS4zNS4zNSAwIDAgMSAuMjg4LjM0YzAgLjE2MS0uMTE1LjMwNS0uMjg4LjM1OGE0LjA5IDQuMDkgMCAwIDEtLjk0LjEyNmMuNTE4Ljg1OSAxLjM0MyAxLjMwNyAyLjQ5NCAxLjM5NmEuNDE0LjQxNCAwIDAgMSAuMzQ1LjI1Yy4wNTcuMTQ0IDAgLjI4Ny0uMTM0LjM5NWE3LjE1MiA3LjE1MiAwIDAgMS0yLjQzNiAxLjE0NSA4LjY2NCA4LjY2NCAwIDAgMS0xLjE1MS4yMTUgOC4zMDIgOC4zMDIgMCAwIDAgMS42MTEuNDg0Yy40Ni4wOS44NjMuMTYgMS4yNjYuMTZoMS4wNjJ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+)}.amblog-social-container .amblog-icon.-facebook{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDggMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNjk4NzQgMC4wMDMxMjFMNS43Nzk5MSAwQzMuNjI0MTYgMCAyLjIzMTAyIDEuNDQ4OTIgMi4yMzEwMiAzLjY5MTUyVjUuMzkzNTZIMC4zMDE3MTlDMC4xMzUwMDQgNS4zOTM1NiAwIDUuNTMwNTcgMCA1LjY5OTU3VjguMTY1NjNDMCA4LjMzNDYzIDAuMTM1MTU4IDguNDcxNDkgMC4zMDE3MTkgOC40NzE0OUgyLjIzMTAyVjE0LjY5NDFDMi4yMzEwMiAxNC44NjMxIDIuMzY2MDMgMTUgMi41MzI3NCAxNUg1LjA0OTkzQzUuMjE2NjUgMTUgNS4zNTE2NSAxNC44NjMgNS4zNTE2NSAxNC42OTQxVjguNDcxNDlINy42MDc0NkM3Ljc3NDE3IDguNDcxNDkgNy45MDkxOCA4LjMzNDYzIDcuOTA5MTggOC4xNjU2M0w3LjkxMDEgNS42OTk1N0M3LjkxMDEgNS42MTg0MyA3Ljg3ODI0IDUuNTQwNzEgNy44MjE3NCA1LjQ4MzI5QzcuNzY1MjUgNS40MjU4NiA3LjY4ODI4IDUuMzkzNTYgNy42MDgyMyA1LjM5MzU2SDUuMzUxNjVWMy45NTA3MkM1LjM1MTY1IDMuMjU3MjMgNS41MTQ2NyAyLjkwNTE4IDYuNDA1ODIgMi45MDUxOEw3LjY5ODQ0IDIuOTA0NzJDNy44NjUgMi45MDQ3MiA4IDIuNzY3NyA4IDIuNTk4ODZWMC4zMDg5NzlDOCAwLjE0MDI4OSA3Ljg2NTE1IDAuMDAzNDMzMSA3LjY5ODc0IDAuMDAzMTIxWiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=)}.amblog-social-container .amblog-icon.-vkontakte{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuOTIgOC4xMjhhMS4wNjkgMS4wNjkgMCAwIDAtLjA1LS4xMDNjLS4yNi0uNDkzLS43NTgtMS4wOTgtMS40OTItMS44MTVsLS4wMTYtLjAxNi0uMDA3LS4wMDgtLjAwOC0uMDA5aC0uMDA4YTkuMzA0IDkuMzA0IDAgMCAxLS42MzMtLjY3M2MtLjE2MS0uMjItLjE5Ny0uNDQtLjExLS42NjYuMDYzLS4xNy4yOTgtLjUyOC43MDQtMS4wNzUuMjEzLS4yOS4zODItLjUyMy41MDctLjY5OEMxNC43MDggMS44MDUgMTUuMSAxIDE0Ljk4LjY1bC0uMDQ3LS4wODJjLS4wMy0uMDUtLjExMi0uMDk0LS4yNDItLjEzNmExLjE3MSAxLjE3MSAwIDAgMC0uNS0uMDJsLTIuMjQ5LjAxNmEuMjc4LjI3OCAwIDAgMC0uMTU2LjAwNGwtLjEwMi4wMjUtLjAzOS4wMi0uMDMuMDI1YS4zNTQuMzU0IDAgMCAwLS4wODcuMDg3LjU3Mi41NzIgMCAwIDAtLjA3OC4xNDMgMTMuNzE2IDEzLjcxNiAwIDAgMS0uODM1IDEuODQ4Yy0uMTkzLjM0LS4zNy42MzQtLjUzMi44ODMtLjE2LjI1LS4yOTYuNDMzLS40MDYuNTUtLjEwOS4xMTgtLjIwOC4yMTItLjI5Ni4yODQtLjA4OS4wNzEtLjE1Ny4xMDEtLjIwMy4wOWE1LjUwMiA1LjUwMiAwIDAgMS0uMTMzLS4wMzMuNTM3LjUzNyAwIDAgMS0uMTc2LS4yMDEuOTM2LjkzNiAwIDAgMS0uMDktLjMyIDMuNzA2IDMuNzA2IDAgMCAxLS4wMjMtLjcyN2MuMDA1LS4xNy4wMDgtLjI4NS4wMDgtLjM0NSAwLS4yMDguMDA0LS40MzQuMDExLS42NzhsLjAyLS41NzljLjAwNS0uMTQyLjAwOC0uMjkzLjAwOC0uNDUyIDAtLjE1OC0uMDEtLjI4My0uMDI4LS4zNzNhMS4zMjUgMS4zMjUgMCAwIDAtLjA4MS0uMjYzLjQzNy40MzcgMCAwIDAtLjE2LS4xOTcuODc4Ljg3OCAwIDAgMC0uMjYyLS4xMTFBNC45NSA0Ljk1IDAgMCAwIDcuMjE2IDBjLS45NjgtLjAxLTEuNTkuMDU1LTEuODY2LjE5Ny0uMTEuMDYtLjIwOC4xNDMtLjI5Ny4yNDctLjA5NC4xMi0uMTA3LjE4Ni0uMDQuMTk3LjMxMy4wNDkuNTM1LjE2Ny42NjUuMzUzbC4wNDcuMDk4Yy4wMzYuMDcyLjA3My4xOTguMTEuMzc4YTQgNCAwIDAgMSAuMDcuNmMuMDI1LjQuMDI1Ljc0MiAwIDEuMDI2LS4wMjcuMjg1LS4wNTEuNTA3LS4wNzUuNjY2YTEuMzg0IDEuMzg0IDAgMCAxLS4yLjU2Ni4xMzguMTM4IDAgMCAxLS4wMzguMDQxLjU2LjU2IDAgMCAxLS4yMTEuMDQyYy0uMDczIDAtLjE2MS0uMDM5LS4yNjYtLjExNmExLjkxMyAxLjkxMyAwIDAgMS0uMzI0LS4zMTYgNC4yMzEgNC4yMzEgMCAwIDEtLjM3OC0uNTYyIDkuOTkgOS45OSAwIDAgMS0uNDM4LS44NTRsLS4xMjUtLjIzOWEyMC45NSAyMC45NSAwIDAgMS0uMzItLjY2OSAxMy4yNSAxMy4yNSAwIDAgMS0uMzYtLjg1LjU0LjU0IDAgMCAwLS4xODctLjI2M0wyLjk0NC41MThBLjc5OC43OTggMCAwIDAgMi42NC4zOTVMLjUuNDEyQy4yODIuNDEyLjEzNC40NjQuMDU2LjU2OEwuMDIzLjYxN0EuMjc3LjI3NyAwIDAgMCAwIC43NDhjMCAuMDYuMDE2LjEzNS4wNDcuMjIyYTI3Ljc0IDI3Ljc0IDAgMCAwIDEuMDE5IDIuMjM0Yy4zNjcuNzE3LjY4NiAxLjI5NS45NTcgMS43MzMuMjcuNDM4LjU0Ni44NTEuODI4IDEuMjQuMjguMzg5LjQ2Ny42MzguNTU4Ljc0Ny4wOTEuMTEuMTYzLjE5Mi4yMTUuMjQ3bC4xOTUuMTk3Yy4xMjUuMTMxLjMwOC4yODkuNTUuNDcyLjI0My4xODQuNTEuMzY0LjgwNS41NDIuMjk0LjE3OC42MzcuMzIzIDEuMDI3LjQzNS4zOS4xMTMuNzcuMTU4IDEuMTQuMTM2aC44OThjLjE4My0uMDE2LjMyLS4wNzcuNDE0LS4xOGwuMDMxLS4wNDJhLjU2LjU2IDAgMCAwIC4wNTktLjE1Mi44NzUuODc1IDAgMCAwIC4wMjctLjIyNSAyLjg0MSAyLjg0MSAwIDAgMSAuMDUxLS42MzdjLjAzOS0uMTg5LjA4My0uMzMxLjEzMy0uNDI3YTEuMDQ5IDEuMDQ5IDAgMCAxIC4zLS4zNjEuNDk5LjQ5OSAwIDAgMSAuMDYzLS4wMjljLjEyNS0uMDQ0LjI3Mi0uMDAxLjQ0MS4xMjcuMTcuMTMuMzI4LjI4OC40NzcuNDc3LjE0OC4xODkuMzI3LjQuNTM1LjYzNi4yMDguMjM2LjM5LjQxLjU0Ni41MjZsLjE1Ny4wOTljLjEwNC4wNjUuMjQuMTI2LjQwNi4xOGEuODM1LjgzNSAwIDAgMCAuNDM3LjA0MWwyLS4wMzJjLjE5NyAwIC4zNTEtLjAzNS40Ni0uMTAzLjExLS4wNjkuMTc1LS4xNDQuMTk1LS4yMjZhLjY2OS42NjkgMCAwIDAgLjAwNC0uMjggMS4wNjggMS4wNjggMCAwIDAtLjA1NS0uMjE3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)}.amblog-social-container .amblog-icon.-digg{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuMDIyIDB2M0gwdjZINC43MjJWMGgtMS43ek0xLjcgNy41di0zaDEuMzIydjNIMS43ek01LjEgM2gxLjd2Nkg1LjFWM3ptMC0zaDEuN3YxLjY4OEg1LjFWMHptNi45ODkgM0g3LjU1NnY2aDIuODMzdjEuMzEzSDcuNTU2VjEyaDQuNTMzVjN6TTkuMjU2IDcuNXYtM2gxLjEzM3YzSDkuMjU2ek0xNyAzaC00LjUzM3Y2aDMuMDIydjEuMzEzaC0zLjAyMlYxMkgxN1Yzem0tMS41MTEgNC41aC0xLjMyMnYtM2gxLjMyMnYzeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)}.amblog-social-container .amblog-icon.-pinterest{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOS41NzM0MSAxLjQzNDY0QzguNjEwMDMgMC41MDk1MiA3LjI3NjgzIDAgNS44MTk0MSAwQzMuNTkzMTIgMCAyLjIyMzg1IDAuOTEyODgyIDEuNDY3MjIgMS42Nzg2NUMwLjUzNDcyNSAyLjYyMjM3IDAgMy44NzU0NSAwIDUuMTE2NjRDMCA2LjY3NTA1IDAuNjUxNjM3IDcuODcxMTggMS43NDI4OSA4LjMxNjE4QzEuODE2MTUgOC4zNDYyMSAxLjg4OTg2IDguMzYxMzMgMS45NjIxMyA4LjM2MTMzQzIuMTkyMzQgOC4zNjEzMyAyLjM3NDc1IDguMjEwNjUgMi40Mzc5NSA3Ljk2ODk0QzIuNDc0NzggNy44MzAyNyAyLjU2MDE0IDcuNDg4MTkgMi41OTcyNSA3LjMzOTY3QzIuNjc2NjkgNy4wNDY0IDIuNjEyNSA2LjkwNTM0IDIuNDM5MjYgNi43MDExQzIuMTIzNjQgNi4zMjc1NCAxLjk3NjY3IDUuODg1OCAxLjk3NjY3IDUuMzEwOUMxLjk3NjY3IDMuNjAzMjYgMy4yNDc4IDEuNzg4MzggNS42MDM3MyAxLjc4ODM4QzcuNDczMDYgMS43ODgzOCA4LjYzNDI3IDIuODUxMTcgOC42MzQyNyA0LjU2MTk3QzguNjM0MjcgNS42NDE1NiA4LjQwMTggNi42NDEzNyA3Ljk3OTU3IDcuMzc3MzNDNy42ODYxNiA3Ljg4ODcgNy4xNzAyMSA4LjQ5ODI4IDYuMzc4MTUgOC40OTgyOEM2LjAzNTYzIDguNDk4MjggNS43Mjc5NiA4LjM1NzU0IDUuNTMzODEgOC4xMTIxN0M1LjM1MDQxIDcuODgwMjEgNS4yODk5NyA3LjU4MDU3IDUuMzYzNzIgNy4yNjgyOUM1LjQ0NzA1IDYuOTE1NDUgNS41NjA2NyA2LjU0NzQgNS42NzA2MyA2LjE5MTU4QzUuODcxMTggNS41NDE3MyA2LjA2MDc3IDQuOTI3OTUgNi4wNjA3NyA0LjQzODI1QzYuMDYwNzcgMy42MDA2NCA1LjU0NiAzLjAzNzg0IDQuNzc5OTMgMy4wMzc4NEMzLjgwNjM2IDMuMDM3ODQgMy4wNDM2MyA0LjAyNjk4IDMuMDQzNjMgNS4yODk3MkMzLjA0MzYzIDUuOTA5MDEgMy4yMDgxNyA2LjM3MjIgMy4yODI2NSA2LjU1MDA2QzMuMTYgNy4wNjk4OCAyLjQzMTA5IDEwLjE2MDMgMi4yOTI4MyAxMC43NDNDMi4yMTI4OCAxMS4wODMyIDEuNzMxMjkgMTMuNzcwMSAyLjUyODQxIDEzLjk4NDRDMy40MjQwMyAxNC4yMjUxIDQuMjI0NTggMTEuNjA4MiA0LjMwNjA2IDExLjMxMjVDNC4zNzIwOSAxMS4wNzIgNC42MDMxNyAxMC4xNjI3IDQuNzQ0NzcgOS42MDM2NkM1LjE3NzEyIDEwLjAyMDMgNS44NzMyNiAxMC4zMDE5IDYuNTUwNjMgMTAuMzAxOUM3LjgyNzU4IDEwLjMwMTkgOC45NzU5OCA5LjcyNzA3IDkuNzg0MyA4LjY4MzQyQzEwLjU2ODIgNy42NzExNSAxMSA2LjI2MDI2IDExIDQuNzEwODRDMTEgMy40OTk1NCAxMC40OCAyLjMwNTM5IDkuNTczNDEgMS40MzQ2NFoiIGZpbGw9IndoaXRlIi8+PC9zdmc+)}.amblog-social-container .amblog-icon.-blogger{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjY1NiA0LjU4SDkuMjgxYy0uMTkyIDAtLjM0NC0uMTY5LS4zNDQtLjM4MnYtLjc2NEM4LjkzOCAxLjU0MiA3LjU1IDAgNS44NDUgMGgtMi43NUMxLjM4OSAwIDAgMS41NDIgMCAzLjQzNHY2LjEzMkMwIDExLjQ1OCAxLjM4OSAxMyAzLjA5NCAxM2g0LjgxMkM5LjYxMSAxMyAxMSAxMS40NTggMTEgOS41NjZWNC45NmMwLS4yMTQtLjE1MS0uMzgyLS4zNDQtLjM4MnptLTQuNDY5LS4zODJjMCAuMjEzLS4xNS4zODEtLjM0My4zODFoLTIuNzVjLS4xOTMgMC0uMzQ0LS4xNjgtLjM0NC0uMzgxdi0uNzY0YzAtLjIxMy4xNTEtLjM4MS4zNDQtLjM4MWgyLjc1Yy4xOTIgMCAuMzQzLjE2OC4zNDMuMzgxdi43NjR6TTIuNzUgOC44MDJjMC0uMjEzLjE1MS0uMzgxLjM0NC0uMzgxaDQuODEyYy4xOTMgMCAuMzQ0LjE2OC4zNDQuMzgxdi43NjRjMCAuMjEzLS4xNTEuMzgxLS4zNDQuMzgxSDMuMDk0Yy0uMTkzIDAtLjM0NC0uMTY4LS4zNDQtLjM4MXYtLjc2NHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=)}.amblog-social-container .amblog-icon.-linkedin{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDcuOTdWMTNoLTIuNzg2VjguMzA3YzAtMS4xNzktLjQwMy0xLjk4My0xLjQxMi0xLjk4My0uNzcgMC0xLjIyOC41NDItMS40MyAxLjA2Ni0uMDczLjE4OC0uMDkyLjQ0OS0uMDkyLjcxMVYxM0g0LjQ5M3MuMDM3LTcuOTQ4IDAtOC43NzJINy4yOHYxLjI0NEw3LjI2IDUuNWguMDE5di0uMDI4Yy4zNy0uNTk3IDEuMDMxLTEuNDUgMi41MTEtMS40NUMxMS42MjUgNC4wMjIgMTMgNS4yNzYgMTMgNy45N3pNMS41NzcgMEMuNjI0IDAgMCAuNjU1IDAgMS41MTVjMCAuODQyLjYwNiAxLjUxNyAxLjU0IDEuNTE3aC4wMTljLjk3MiAwIDEuNTc2LS42NzUgMS41NzYtMS41MTdDMy4xMTcuNjU1IDIuNTMxIDAgMS41NzcgMHpNLjE2NiAxM2gyLjc4NlY0LjIyOEguMTY2VjEzeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)}.amblog-social-container .amblog-icon.-tumblr{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNi43OTMgMTIuNTU5Yy0uNDI1IDAtLjc5Ni0uMTAxLTEuMTEzLS4zMDNhMS4wOTQgMS4wOTQgMCAwIDEtLjQ5NS0uNTg2Yy0uMDg5LS4yMzUtLjEzMy0uNzk0LS4xMzMtMS42OFY2LjE0MmgzLjQ2M1YzLjc5SDUuMDUyVjBIMi45NjhjLS4wOTUuNzY4LS4yNjYgMS40MDYtLjUxMyAxLjkxNGE0LjE0NSA0LjE0NSAwIDAgMS0uOTggMS4yOUE0LjM1MiA0LjM1MiAwIDAgMSAwIDQuMDIzdjIuMTE5aDEuNjE3djUuMjYzYzAgLjY5Ny4wNyAxLjIyMS4yMSAxLjU3Mi4xMzMuMzUyLjM4My42OTQuNzUxIDEuMDI2LjM4LjMyNS44MTguNTcgMS4zMTMuNzMyLjUxNC4xNzYgMS4xMDQuMjY0IDEuNzcuMjY0LjYwOSAwIDEuMTU3LS4wNjIgMS42NDUtLjE4Ni40ODMtLjExIDEuMDQ3LS4zMjIgMS42OTQtLjYzNXYtMi4zNjNjLS43My40OTUtMS40NjUuNzQyLTIuMjA3Ljc0MnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=)}.amblog-social-container .amblog-icon.-reddit{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1IDYuNjQ0YzAtMS4wMjEtLjg0Mi0xLjg1Mi0xLjg3Ny0xLjg1Mi0uNTc3IDAtMS4xMDguMjU1LTEuNDYyLjY5Mi0uOTk0LS40NDYtMi4xMjctLjcyMS0zLjMyNi0uODA4bDEuMDMtMy4yMSAyLjMuNDlhMS41ODcgMS41ODcgMCAwIDAgMS41MzkgMS4xNzggMS41OCAxLjU4IDAgMCAwIDEuNTg4LTEuNTY3QTEuNTggMS41OCAwIDAgMCAxMy4yMDQgMGMtLjYzMyAwLTEuMTguMzY3LTEuNDM1Ljg5N0w5LjExNS4zMjlhLjUzNy41MzcgMCAwIDAtLjYyNS4zNThMNy4yMiA0LjY0OWMtMS40MDQuMDM0LTIuNzM1LjMyLTMuODguODM0YTEuODcyIDEuODcyIDAgMCAwLTEuNDYzLS42OUMuODQyIDQuNzkyIDAgNS42MjIgMCA2LjY0MmMwIC40OTcuMTk3Ljk2Mi41NDggMS4zMDhhMy4xOSAzLjE5IDAgMCAwLS4zMTUgMS4zNzJjMCAxLjI3Mi43NzIgMi40NiAyLjE3NCAzLjM0M0MzLjc3IDEzLjUyNiA1LjU4IDE0IDcuNSAxNHMzLjcyOS0uNDc0IDUuMDkzLTEuMzM0YzEuNDAyLS44ODQgMi4xNzQtMi4wNzEgMi4xNzQtMy4zNDMgMC0uNDY5LS4xMDYtLjkzLS4zMTUtMS4zNzIuMzUtLjM0Ni41NDgtLjgxMS41NDgtMS4zMDd6TS44MjQgNy4yNzhhMS4xOSAxLjE5IDAgMCAxLS4xOC0uNjM0YzAtLjY3MS41NTMtMS4yMTcgMS4yMzMtMS4yMTcuMjkyIDAgLjU2Ni4wOTguNzg1LjI3OC0uNzg0LjQ0LTEuNDAxLjk2OC0xLjgzOCAxLjU3M3pNMy42NDggOC4zNWMwLS43MjkuNjAyLTEuMzIyIDEuMzQtMS4zMjIuNzQgMCAxLjM0MS41OTMgMS4zNDEgMS4zMjIgMCAuNzMtLjYwMSAxLjMyMy0xLjM0IDEuMzIzLS43NCAwLTEuMzQtLjU5My0xLjM0LTEuMzIzem02LjYwMiAzLjAxOGMtLjUyMy41NjMtMS41NzYuOTEzLTIuNzUuOTEzcy0yLjIyNy0uMzUtMi43NS0uOTEzYS41MjIuNTIyIDAgMCAxIC4wMzMtLjc0Ny41MzkuNTM5IDAgMCAxIC43NTguMDMzYy4zMTEuMzM1IDEuMTE3LjU2OSAxLjk1OS41NjkuODQyIDAgMS42NDgtLjIzNCAxLjk2LS41N2EuNTQxLjU0MSAwIDAgMSAuNzU3LS4wMzIuNTIyLjUyMiAwIDAgMSAuMDMzLjc0N3ptLS4yMzktMS42OTVjLS43MzkgMC0xLjM0LS41OTMtMS4zNC0xLjMyMyAwLS43MjkuNjAxLTEuMzIyIDEuMzQtMS4zMjIuNzQgMCAxLjM0LjU5MyAxLjM0IDEuMzIyIDAgLjczLS42IDEuMzIzLTEuMzQgMS4zMjN6bTQuMTY1LTIuMzk1Yy0uNDM3LS42MDUtMS4wNTQtMS4xMzMtMS44MzgtMS41NzMuMjItLjE4LjQ5My0uMjc4Ljc4NS0uMjc4LjY4IDAgMS4yMzQuNTQ2IDEuMjM0IDEuMjE3IDAgLjIyOC0uMDYzLjQ0NS0uMTgxLjYzNHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=)}.amblog-social-container .amblog-icon.-slashdot{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMTMuODg5TDUuOTkgMGgyLjU5NEwyLjU5NSAxMy44ODlIMHptMTEtMi4xYzAtMS4yMjItLjk2My0yLjIxMi0yLjE1LTIuMjEyLTEuMTkgMC0yLjE1MS45OTItMi4xNTEgMi4yMTIgMCAxLjIyMi45NjEgMi4yMTEgMi4xNSAyLjIxMUMxMC4wMzcgMTQgMTEgMTMuMDEgMTEgMTEuNzg5eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)}.amblog-social-container .amblog-icon.-stumbleupon{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDYuOTU5djQuNTU2YzAgLjcwMy41ODIgMS4yNzMgMS4zIDEuMjczLjcxOCAwIDEuMy0uNTcgMS4zLTEuMjczVjQuNTVDMi41MjUgNS44OTMgMS4zOSA2Ljk2IDAgNi45NnpNMTIuOTE0IDBjLTIuODM2IDAtNS4xMzYgMi4yNDUtNS4xMzYgNS4wMTR2MS41NjJjMC0uNzA0LjU4NC0xLjI3MyAxLjMwNC0xLjI3My43MiAwIDEuMzAzLjU3IDEuMzAzIDEuMjczdi42NDdjMCAuNzAzLjU4NCAxLjI3MyAxLjMwNCAxLjI3My43MiAwIDEuMzAzLS41NyAxLjMwMy0xLjI3M1YuMDAxQTIuNSAyLjUgMCAwIDAgMTIuOTE0IDB6IiBmaWxsPSIjZmZmIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDYuOTk4YzEuMzg4IDAgMi41MjItMS4wNjggMi41OTYtMi40MTJWMy4zOWExLjI4OSAxLjI4OSAwIDAgMSAxLjI5OC0xLjI3NWMuNzE4IDAgMS4zLjU3MSAxLjMgMS4yNzV2NC45ODdjMCAuNzA0LjU4IDEuMjc0IDEuMjk4IDEuMjc0LjcxNiAwIDEuMjk4LS41NyAxLjI5OC0xLjI3NFY1LjAyMkM3Ljc5IDIuMjQ4IDEwLjA4IDAgMTIuOTA1IDBIMHY2Ljk5OHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=)}.amblog-social-container .amblog-icon.-odnoklassniki{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUuNTE4LjhDNy45NS44MDkgOS45MDUgMi43OTkgOS44OTUgNS4yNmMtLjAxMyAyLjQwNi0xLjk5NyA0LjM1NS00LjQyOCA0LjM0Ny0yLjQwNi0uMDA4LTQuMzgtMi4wMDMtNC4zNjUtNC40MTNBNC40MDggNC40MDggMCAwIDEgNS41MTguOHptNC45MyAxMC41MzdjLS41MzcuNTUzLTEuMTg1Ljk1MS0xLjkwNSAxLjIzMi0uNjgxLjI2Mi0xLjQyNi4zOTUtMi4xNjMuNDg0LjExMi4xMjMuMTYzLjE4MS4yMzUuMjUgMS4wMDIgMS4wMDggMi4wMDcgMi4wMDggMy4wMDUgMy4wMTguMzM5LjM0NS40MS43Ny4yMjQgMS4xNzEtLjIwNC40MzYtLjY2My43MjUtMS4xMTIuNjk0LS4yODYtLjAyLS41MDgtLjE2LS43MDQtLjM2LS43NTUtLjc2LTEuNTI2LTEuNTA3LTIuMjY1LTIuMjgzLS4yMTctLjIyNC0uMzItLjE4My0uNTEuMDEzLS43Ni43ODMtMS41MzQgMS41NTQtMi4zMTIgMi4zMjEtLjM1LjM0NS0uNzY1LjQwNi0xLjE2OC4yMS0uNDMxLS4yMS0uNzA0LS42NDgtLjY4NC0xLjA5LjAxNS0uMjk4LjE2LS41MjguMzY3LS43MzIuOTkzLS45OSAxLjk4LTEuOTgyIDIuOTctMi45NzQuMDY2LS4wNjcuMTI3LS4xMzYuMjIyLS4yMzgtMS4zNS0uMTQtMi41NjQtLjQ3Mi0zLjYwNy0xLjI4NS0uMTMtLjEwMi0uMjYzLS4yLS4zOC0uMzE0Qy4yMDMgMTEuMDE1LjE1NyAxMC41MTUuNTIgMTBjLjMwOC0uNDQyLjgyNi0uNTYxIDEuMzY0LS4zMDYuMTA1LjA0OC4yMDQuMTEuMjk4LjE3NiAxLjk0MiAxLjMzNCA0LjYwNSAxLjM3IDYuNTU0LjA1OC4xOTQtLjE0OC4zOTgtLjI2OC42MzgtLjMyOWExIDEgMCAwIDEgMS4xNDguNDZjLjI4LjQ2NC4yNzguOTE4LS4wNzQgMS4yNzd6IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTUuNTE4LjhDNy45NS44MDkgOS45MDUgMi43OTkgOS44OTUgNS4yNmMtLjAxMyAyLjQwNi0xLjk5NyA0LjM1NS00LjQyOCA0LjM0Ny0yLjQwNi0uMDA4LTQuMzgtMi4wMDMtNC4zNjUtNC40MTNBNC40MDggNC40MDggMCAwIDEgNS41MTguOHoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMTAuNDQ5IDExLjMzNmMtLjUzOC41NTQtMS4xODYuOTUyLTEuOTA2IDEuMjMzLS42ODEuMjYyLTEuNDI2LjM5NS0yLjE2My40ODQuMTEyLjEyMy4xNjMuMTgxLjIzNS4yNSAxLjAwMiAxLjAwOCAyLjAwNyAyLjAwOCAzLjAwNSAzLjAxOC4zMzkuMzQ1LjQxLjc3LjIyNCAxLjE3MS0uMjA0LjQzNi0uNjYzLjcyNS0xLjExMi42OTQtLjI4Ni0uMDItLjUwOC0uMTYtLjcwNC0uMzYtLjc1NS0uNzYtMS41MjYtMS41MDctMi4yNjUtMi4yODMtLjIxNy0uMjI0LS4zMi0uMTgzLS41MS4wMTMtLjc2Ljc4My0xLjUzNCAxLjU1NC0yLjMxMiAyLjMyMS0uMzUuMzQ1LS43NjUuNDA2LTEuMTY4LjIxLS40MzEtLjIxLS43MDQtLjY0OC0uNjg0LTEuMDkuMDE1LS4yOTguMTYtLjUyOC4zNjctLjczMi45OTMtLjk5IDEuOTgtMS45ODIgMi45Ny0yLjk3NC4wNjYtLjA2Ny4xMjctLjEzNi4yMjItLjIzOC0xLjM1LS4xNC0yLjU2NC0uNDcyLTMuNjA3LTEuMjg1LS4xMy0uMTAyLS4yNjMtLjItLjM4LS4zMTRDLjIwMyAxMS4wMTUuMTU3IDEwLjUxNS41MiAxMGMuMzA4LS40NDIuODI2LS41NjEgMS4zNjQtLjMwNi4xMDUuMDQ4LjIwNC4xMS4yOTguMTc2IDEuOTQyIDEuMzM0IDQuNjA1IDEuMzcgNi41NTQuMDU4LjE5NC0uMTQ4LjM5OC0uMjY4LjYzOC0uMzI5YTEgMSAwIDAgMSAxLjE0OC40NmMuMjguNDY0LjI3OC45MTgtLjA3NCAxLjI3N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=)}.amblog-social-container .amblog-icon.-google{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uNTUgMEMuMjQ0IDAgMCAuMjIzIDAgLjQ5OHYxMy45ODVjMCAuNTUxLjM0OC42ODIuNzc2LjI5M0w1LjUgMTAuNDg3bDQuNzI0IDQuMjg5Yy40MjguMzg5Ljc3Ni4yNTguNzc2LS4yOTNWLjQ5OEMxMSAuMjI1IDEwLjc1NCAwIDEwLjQ1IDBILjU1ek0yLjM4IDMuOTY4YTMuNTc2IDMuNTc2IDAgMCAxIDIuMDIzLTEuNzcyIDMuNjE2IDMuNjE2IDAgMCAxIDIuNDA2LjAyIDMuNDcgMy40NyAwIDAgMSAxLjE1LjcxM3YuMDAyYTYuNjYgNi42NiAwIDAgMS0uMjIyLjIyN2wtLjEyNS4xMjQtLjY1Ni42NTdhMS45MjMgMS45MjMgMCAwIDAtLjc3LS40NTMgMi4xMyAyLjEzIDAgMCAwLTEuMDQ5LS4wNDJjLS40MDUuMDg2LS43OC4yOTctMS4wNjcuNTkzYTIuMjMgMi4yMyAwIDAgMC0uNTE2LjgzNiAyLjE1NSAyLjE1NSAwIDAgMCAwIDEuMzlsLS4wMDQuMDA0LjAwMS4wMDNhMi4yMTYgMi4yMTYgMCAwIDAgLjgxNiAxLjA5MmMuMjM4LjE2Ny41MS4yODYuNzk1LjM0NC4yOC4wNTcuNTcuMDUuODUyLjAwMi4yOC0uMDUuNTUxLS4xNTIuNzg4LS4zMTJsLjAwMS4wMDJjLjM3My0uMjUxLjYzOC0uNjU3LjcxMy0xLjEwMUg1LjU3MnYtLjAwMkg1LjU3Yy4wMDItLjQ2NS4wMDItLjkzLjAwMi0xLjM5NGgzLjM2Yy4wMjYuMTQ0LjA0NC4yOS4wNTUuNDM2QTQuMTEgNC4xMSAwIDAgMSA4Ljg0MiA2LjhhMy4yNDUgMy4yNDUgMCAwIDEtLjkwNCAxLjQ4MiAzLjI0MSAzLjI0MSAwIDAgMS0xLjQ2My43NiAzLjgyMiAzLjgyMiAwIDAgMS0xLjgyOC0uMDE5IDMuNTU4IDMuNTU4IDAgMCAxLTEuMjk4LS42NTQgMy42MDQgMy42MDQgMCAwIDEtLjk3LTEuMTkzIDMuNTg0IDMuNTg0IDAgMCAxIC4wMDItMy4yMDh6IiBmaWxsPSIjZmZmIi8+PC9zdmc+)}.amblog-pager-container{margin:20px auto 50px}.amblog-pager-container .amblog-links{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;align-items:center}.amblog-pager-container .amblog-link{position:relative;display:block;width:35px;height:35px;border-radius:50%;background:#0e6bd7}.amblog-pager-container .amblog-link:before,.amblog-pager-container .amblog-link:after{content:'';position:absolute;width:12px;height:2px;background:#fff}.amblog-pager-container .amblog-link:before{top:13px;left:13px;transform:rotate(45deg)}.amblog-pager-container .amblog-link:after{top:20px;left:13px;transform:rotate(-45deg)}.amblog-pager-container .amblog-link:hover{background:#185eaf}.amblog-pager-container .amblog-link.-new:before{left:10px;transform:rotate(-45deg)}.amblog-pager-container .amblog-link.-new:after{left:10px;transform:rotate(45deg)}.amblog-pager-container .amblog-link.-disabled{cursor:auto;pointer-events:none;background:#c4c4c4}.amblog-pager-container .amblog-pagination{font-size:16px;color:#333}.main .amblog-related-wrapper{margin-bottom:40px;padding:0 10px}.main .amblog-related-wrapper>.amblog-title{border-bottom:0}.main .amblog-related-wrapper .amblog-related-grid{padding:0 5px 0 7px}.main .amblog-related-wrapper .slick-list{margin:0 10px;width:100%}.main .amblog-related-wrapper .slick-list>.slick-track{margin-left:0}.main .amblog-related-wrapper .slick-slide{vertical-align:top;margin:0 7px}.amblog-comments-wrapper,.amblog-related-wrapper{margin-bottom:31px;border:1px solid #e9e9e9;border-radius:4px}.amblog-comments-wrapper>.amblog-title,.amblog-related-wrapper>.amblog-title{position:relative;padding:20px;border-bottom:1px solid #e9e9e9;font-size:14px;font-weight:700;text-transform:uppercase;color:#0e6bd7}.amblog-comments-container{margin:30px 20px 0}.amblog-comments-container .amblog-comment{margin-bottom:40px}.amblog-comments-action .amblog-replies,.amblog-comments-container .amblog-replies{margin:30px 0 0 35px;padding-left:20px;border-left:1px solid #e9e9e9}.amblog-comment-content{padding-left:35px}.amblog-comment-content .amblog-author{position:relative;display:inline-block;margin:0 20px 0 0;padding-left:0}.amblog-comment-content .amblog-author .amblog-svg.user{position:absolute;top:0;left:-35px}.amblog-comment-content .amblog-header{margin-bottom:15px}.amblog-comment-content .amblog-date{display:inline-block;margin:0;font-size:14px;color:#999}.amblog-comment-content .amblog-willapprove{margin-top:15px;padding:0 10px;border-radius:4px;color:#f57c00;background:#fff3e0}.amblog-comment-content .amblog-thesis{font-style:italic;font-size:16px;word-break:break-word;word-wrap:break-word;overflow-wrap:anywhere}.amblog-comment-content .amblog-reply{margin-top:10px;text-align:right}.amblog-comments-action{padding:20px 20px 40px}.amblog-comments-action>.amblog-comment{margin-bottom:60px}.amblog-comment-reply{margin-bottom:30px}.amblog-form-comment{position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.amblog-form-comment .amblog-svg.comment{position:absolute;top:-40px;left:0}.amblog-form-comment .amblog-fieldset{margin:0;padding:0;border:none;min-inline-size:initial}.amblog-form-comment .amblog-customer{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.amblog-form-comment .amblog-customer.-hidden{display:none}.amblog-form-comment .amblog-wrapper{margin-bottom:15px}.amblog-form-comment .amblog-input{padding-left:15px}.amblog-form-comment .amblog-input.-name,.amblog-form-comment .amblog-input.-email{max-height:40px}.amblog-form-comment .amblog-input.-textarea{margin-bottom:0;height:100px}.amblog-form-comment .amblog-gdprtext{position:relative;margin-top:15px}.amblog-form-comment .amblog-gdprtext .amblog-label{word-break:break-word;word-wrap:break-word;overflow-wrap:anywhere;word-wrap:anywhere}.amblog-form-comment .amblog-input.-gdpr{position:relative;top:2px;width:auto;height:13px}.amblog-form-comment .mage-error{margin-bottom:0}.amblog-form-comment .amblog-btn{margin-top:15px}.amblog-widget-container .amblog-list{padding-left:40px}.amblog-element-block .amblog-widget-container.-post .amblog-list,.amblog-element-block .amblog-widget-container.-comments .amblog-list,.amblog-element-block .amblog-widget-container.-categories .amblog-list,.amblog-post-container .amblog-widget-container .amblog-widget-container.-post .amblog-list,.amblog-post-container .amblog-widget-container .amblog-widget-container.-comments .amblog-list,.amblog-post-container .amblog-widget-container .amblog-widget-container.-categories .amblog-list,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-widget-container.-post .amblog-list,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-widget-container.-comments .amblog-list,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-widget-container.-categories .amblog-list,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-widget-container.-post .amblog-list,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-widget-container.-comments .amblog-list,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-widget-container.-categories .amblog-list{padding-left:0}.amblog-post-container .amblog-widget-container,.amblog-grid-list>.amblog-item .amblog-widget-container,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container{padding-bottom:25px;border:none;background:#f7fbff}.amblog-post-container .amblog-widget-container .amblog-title,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-title,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title{padding:25px 20px 0;border-bottom:none}.amblog-post-container .amblog-widget-container .amblog-title:before,.amblog-post-container .amblog-widget-container .amblog-title:after,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-title:before,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-title:after,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title:before,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title:after{content:none}.amblog-post-container .amblog-widget-container .amblog-list,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-list,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-list,.amblog-post-container .amblog-widget-container.-post .amblog-item,.amblog-grid-list>.amblog-item .amblog-widget-container.-post .amblog-item,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-post .amblog-item{margin:0 20px 0;border:1px solid #e9e9e9;border-radius:4px;background:#fff}.amblog-post-container .amblog-widget-container .amblog-item,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-item,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item{margin:0}.amblog-post-container .amblog-widget-container.-post,.amblog-grid-list>.amblog-item .amblog-widget-container.-post,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-post{padding-bottom:10px}.amblog-post-container .amblog-widget-container.-post .amblog-list,.amblog-grid-list>.amblog-item .amblog-widget-container.-post .amblog-list,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-post .amblog-list{border:none;background:inherit}.amblog-post-container .amblog-widget-container.-post .amblog-item,.amblog-grid-list>.amblog-item .amblog-widget-container.-post .amblog-item,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-post .amblog-item{margin:0 0 15px}.amblog-post-container .amblog-widget-container.-tags,.amblog-grid-list>.amblog-item .amblog-widget-container.-tags,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-tags{padding:0 20px 15px}.amblog-post-container .amblog-widget-container.-tags .amblog-title,.amblog-grid-list>.amblog-item .amblog-widget-container.-tags .amblog-title,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-tags .amblog-title{margin-bottom:15px;padding:25px 0 0}.amblog-post-container .amblog-widget-container.-tags .amblog-tag,.amblog-grid-list>.amblog-item .amblog-widget-container.-tags .amblog-tag,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-tags .amblog-tag{margin-bottom:10px}.amblog-post-container .amblog-widget-container.-tags .amblog-item,.amblog-grid-list>.amblog-item .amblog-widget-container.-tags .amblog-item,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-tags .amblog-item{padding:0}.amblog-post-container .amblog-widget-container.-tags .amblog-cloud-tags,.amblog-grid-list>.amblog-item .amblog-widget-container.-tags .amblog-cloud-tags,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-tags .amblog-cloud-tags{width:200px;margin:0 auto}.amblog-post-container .amblog-widget-container.-categories .amblog-category,.amblog-grid-list>.amblog-item .amblog-widget-container.-categories .amblog-category,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-categories .amblog-category{margin-right:0}.amblog-helpful-wrap{padding:15px 25px 0;text-align:left}.amblog-helpful-wrap>.amblog-helpful{font-size:14px;color:#5b5b5b;vertical-align:top}.amblog-helpful-wrap>.amblog-options{margin-left:5px}.amblog-helpful-wrap>.amblog-options,.amblog-helpful-wrap .amblog-plus,.amblog-helpful-wrap .amblog-minus,.amblog-helpful-wrap .amblog-icon{display:inline-block;cursor:pointer}.amblog-helpful-wrap .amblog-icon{margin:0 5px 0 10px;width:20px;height:18px;-webkit-transition:all .3 ease;-moz-transition:all .3 ease;-ms-transition:all .3 ease;transition:all .3 ease}.amblog-helpful-wrap .amblog-plus>.amblog-icon{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMHYxOEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiA3LjI4NkguNTU2QS41NTQuNTU0IDAgMCAwIDAgNy44NDh2OC45ODVjMCAuMzE0LjI0NS41NjEuNTU3LjU2MWgzLjM0YS41NTMuNTUzIDAgMCAwIC41NTYtLjU2MVY3Ljg0OGEuNTUzLjU1MyAwIDAgMC0uNTU3LS41NjJ6TTIwIDguMzVjMC0uOTE1LS42MjMtMS44NC0xLjgxMy0xLjg0aC01LjM5MmMuNzctMS4zOTEuOTk3LTMuMzQ3LjQ2Mi00Ljc3OEMxMi44NjMuNjggMTIuMTEuMDY2IDExLjEzOS4wMDRsLS4wMTYtLjAwMkExLjE3IDEuMTcgMCAwIDAgOS44ODkgMS4wOEM5Ljc1MSAyLjUgOS4xMzQgNS4wMSA4LjI1MSA1LjljLS43NDQuNzUtMS4zOCAxLjA2NS0yLjQzNiAxLjU4Ni0uMTUyLjA3NS0uMzIuMTU3LS40OTYuMjQ2YTEuNCAxLjQgMCAwIDEgLjAwNS4xMTd2OC44OTNsLjM3Ny4xM0M3LjQ0MyAxNy40NzggOC45NDggMTggMTEuMjQ4IDE4aDQuMzZjMS4xOSAwIDEuODEyLS45MjYgMS44MTItMS44NDFhMiAyIDAgMCAwLS4xNjMtLjc5MyAxLjcxOCAxLjcxOCAwIDAgMCAxLS41NTljLjI5Mi0uMzM0LjQ1My0uNzc5LjQ1My0xLjI1MSAwLS4yNy0uMDU1LS41NDMtLjE2My0uNzkyLjk1Ni0uMTY2IDEuNDUzLS45OTMgMS40NTMtMS44MSAwLS40NzUtLjE2OC0uOTUzLS40OTQtMS4zMDIuMzI2LS4zNS40OTQtLjgyNy40OTQtMS4zMDJ6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+)}.amblog-helpful-wrap .amblog-plus:hover>.amblog-icon{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMHYxOEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiA3LjI4NkguNTU2QS41NTQuNTU0IDAgMCAwIDAgNy44NDh2OC45ODVjMCAuMzE0LjI0NS41NjEuNTU3LjU2MWgzLjM0YS41NTMuNTUzIDAgMCAwIC41NTYtLjU2MVY3Ljg0OGEuNTUzLjU1MyAwIDAgMC0uNTU3LS41NjJ6TTIwIDguMzVjMC0uOTE1LS42MjMtMS44NC0xLjgxMy0xLjg0aC01LjM5MmMuNzctMS4zOTEuOTk3LTMuMzQ3LjQ2Mi00Ljc3OEMxMi44NjMuNjggMTIuMTEuMDY2IDExLjEzOS4wMDRsLS4wMTYtLjAwMkExLjE3IDEuMTcgMCAwIDAgOS44ODkgMS4wOEM5Ljc1MSAyLjUgOS4xMzQgNS4wMSA4LjI1MSA1LjljLS43NDQuNzUtMS4zOCAxLjA2NS0yLjQzNiAxLjU4Ni0uMTUyLjA3NS0uMzIuMTU3LS40OTYuMjQ2YTEuNCAxLjQgMCAwIDEgLjAwNS4xMTd2OC44OTNsLjM3Ny4xM0M3LjQ0MyAxNy40NzggOC45NDggMTggMTEuMjQ4IDE4aDQuMzZjMS4xOSAwIDEuODEyLS45MjYgMS44MTItMS44NDFhMiAyIDAgMCAwLS4xNjMtLjc5MyAxLjcxOCAxLjcxOCAwIDAgMCAxLS41NTljLjI5Mi0uMzM0LjQ1My0uNzc5LjQ1My0xLjI1MSAwLS4yNy0uMDU1LS41NDMtLjE2My0uNzkyLjk1Ni0uMTY2IDEuNDUzLS45OTMgMS40NTMtMS44MSAwLS40NzUtLjE2OC0uOTUzLS40OTQtMS4zMDIuMzI2LS4zNS40OTQtLjgyNy40OTQtMS4zMDJ6IiBmaWxsPSIjQzJFQUJDIi8+PC9zdmc+)}.amblog-helpful-wrap .amblog-plus.-voted>.amblog-icon{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMHYxOEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiA3LjI4NkguNTU2QS41NTQuNTU0IDAgMCAwIDAgNy44NDh2OC45ODVjMCAuMzE0LjI0NS41NjEuNTU3LjU2MWgzLjM0YS41NTMuNTUzIDAgMCAwIC41NTYtLjU2MVY3Ljg0OGEuNTUzLjU1MyAwIDAgMC0uNTU3LS41NjJ6TTIwIDguMzVjMC0uOTE1LS42MjMtMS44NC0xLjgxMy0xLjg0aC01LjM5MmMuNzctMS4zOTEuOTk3LTMuMzQ3LjQ2Mi00Ljc3OEMxMi44NjMuNjggMTIuMTEuMDY2IDExLjEzOS4wMDRsLS4wMTYtLjAwMkExLjE3IDEuMTcgMCAwIDAgOS44ODkgMS4wOEM5Ljc1MSAyLjUgOS4xMzQgNS4wMSA4LjI1MSA1LjljLS43NDQuNzUtMS4zOCAxLjA2NS0yLjQzNiAxLjU4Ni0uMTUyLjA3NS0uMzIuMTU3LS40OTYuMjQ2YTEuNCAxLjQgMCAwIDEgLjAwNS4xMTd2OC44OTNsLjM3Ny4xM0M3LjQ0MyAxNy40NzggOC45NDggMTggMTEuMjQ4IDE4aDQuMzZjMS4xOSAwIDEuODEyLS45MjYgMS44MTItMS44NDFhMiAyIDAgMCAwLS4xNjMtLjc5MyAxLjcxOCAxLjcxOCAwIDAgMCAxLS41NTljLjI5Mi0uMzM0LjQ1My0uNzc5LjQ1My0xLjI1MSAwLS4yNy0uMDU1LS41NDMtLjE2My0uNzkyLjk1Ni0uMTY2IDEuNDUzLS45OTMgMS40NTMtMS44MSAwLS40NzUtLjE2OC0uOTUzLS40OTQtMS4zMDIuMzI2LS4zNS40OTQtLjgyNy40OTQtMS4zMDJ6IiBmaWxsPSIjMUFCOTAwIi8+PC9zdmc+)}.amblog-helpful-wrap .amblog-minus>.amblog-icon{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMThoMjBWMEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiAxMC43MTRILjU1NkEuNTU0LjU1NCAwIDAgMSAwIDEwLjE1MlYxLjE2N0MwIC44NTMuMjQ1LjYwNi41NTcuNjA2aDMuMzRjLjMxMSAwIC41NTYuMjQ3LjU1Ni41NjF2OC45ODVhLjU1My41NTMgMCAwIDEtLjU1Ny41NjJ6TTIwIDkuNjVjMCAuOTE1LS42MjMgMS44NC0xLjgxMyAxLjg0aC01LjM5MmMuNzcgMS4zOTEuOTk3IDMuMzQ3LjQ2MiA0Ljc3Ny0uMzk0IDEuMDUzLTEuMTQ2IDEuNjY3LTIuMTE4IDEuNzNoLS4wMTZhMS4xNyAxLjE3IDAgMCAxLTEuMjM0LTEuMDc2Yy0uMTM4LTEuNDItLjc1NS0zLjkzLTEuNjM4LTQuODItLjc0NC0uNzUtMS4zOC0xLjA2NS0yLjQzNi0xLjU4Ni0uMTUyLS4wNzUtLjMyLS4xNTctLjQ5Ni0uMjQ2YTEuNCAxLjQgMCAwIDAgLjAwNS0uMTE3VjEuMjZsLjM3Ny0uMTNDNy40NDMuNTIyIDguOTQ4IDAgMTEuMjQ4IDBoNC4zNmMxLjE5IDAgMS44MTIuOTI2IDEuODEyIDEuODQxYTIgMiAwIDAgMS0uMTYzLjc5M2MuMzk3LjA3Mi43NDMuMjY0IDEgLjU1OS4yOTIuMzM0LjQ1My43NzkuNDUzIDEuMjUxIDAgLjI3LS4wNTUuNTQzLS4xNjMuNzkyLjk1Ni4xNjYgMS40NTMuOTkzIDEuNDUzIDEuODEgMCAuNDc1LS4xNjguOTUyLS40OTQgMS4zMDIuMzI2LjM1LjQ5NC44MjcuNDk0IDEuMzAyeiIgZmlsbD0iI0M0QzRDNCIvPjwvc3ZnPg==)}.amblog-helpful-wrap .amblog-minus:hover>.amblog-icon{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMThoMjBWMEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiAxMC43MTRILjU1NkEuNTU0LjU1NCAwIDAgMSAwIDEwLjE1MlYxLjE2N0MwIC44NTMuMjQ1LjYwNi41NTcuNjA2aDMuMzRjLjMxMSAwIC41NTYuMjQ3LjU1Ni41NjF2OC45ODVhLjU1My41NTMgMCAwIDEtLjU1Ny41NjJ6TTIwIDkuNjVjMCAuOTE1LS42MjMgMS44NC0xLjgxMyAxLjg0aC01LjM5MmMuNzcgMS4zOTEuOTk3IDMuMzQ3LjQ2MiA0Ljc3Ny0uMzk0IDEuMDUzLTEuMTQ2IDEuNjY3LTIuMTE4IDEuNzNoLS4wMTZhMS4xNyAxLjE3IDAgMCAxLTEuMjM0LTEuMDc2Yy0uMTM4LTEuNDItLjc1NS0zLjkzLTEuNjM4LTQuODItLjc0NC0uNzUtMS4zOC0xLjA2NS0yLjQzNi0xLjU4Ni0uMTUyLS4wNzUtLjMyLS4xNTctLjQ5Ni0uMjQ2YTEuNCAxLjQgMCAwIDAgLjAwNS0uMTE3VjEuMjZsLjM3Ny0uMTNDNy40NDMuNTIyIDguOTQ4IDAgMTEuMjQ4IDBoNC4zNmMxLjE5IDAgMS44MTIuOTI2IDEuODEyIDEuODQxYTIgMiAwIDAgMS0uMTYzLjc5M2MuMzk3LjA3Mi43NDMuMjY0IDEgLjU1OS4yOTIuMzM0LjQ1My43NzkuNDUzIDEuMjUxIDAgLjI3LS4wNTUuNTQzLS4xNjMuNzkyLjk1Ni4xNjYgMS40NTMuOTkzIDEuNDUzIDEuODEgMCAuNDc1LS4xNjguOTUyLS40OTQgMS4zMDIuMzI2LjM1LjQ5NC44MjcuNDk0IDEuMzAyeiIgZmlsbD0iI0ZGQkNCQyIvPjwvc3ZnPg==)}.amblog-helpful-wrap .amblog-minus.-voted>.amblog-icon{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMThoMjBWMEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiAxMC43MTRILjU1NkEuNTU0LjU1NCAwIDAgMSAwIDEwLjE1MlYxLjE2N0MwIC44NTMuMjQ1LjYwNi41NTcuNjA2aDMuMzRjLjMxMSAwIC41NTYuMjQ3LjU1Ni41NjF2OC45ODVhLjU1My41NTMgMCAwIDEtLjU1Ny41NjJ6TTIwIDkuNjVjMCAuOTE1LS42MjMgMS44NC0xLjgxMyAxLjg0aC01LjM5MmMuNzcgMS4zOTEuOTk3IDMuMzQ3LjQ2MiA0Ljc3Ny0uMzk0IDEuMDUzLTEuMTQ2IDEuNjY3LTIuMTE4IDEuNzNoLS4wMTZhMS4xNyAxLjE3IDAgMCAxLTEuMjM0LTEuMDc2Yy0uMTM4LTEuNDItLjc1NS0zLjkzLTEuNjM4LTQuODItLjc0NC0uNzUtMS4zOC0xLjA2NS0yLjQzNi0xLjU4Ni0uMTUyLS4wNzUtLjMyLS4xNTctLjQ5Ni0uMjQ2YTEuNCAxLjQgMCAwIDAgLjAwNS0uMTE3VjEuMjZsLjM3Ny0uMTNDNy40NDMuNTIyIDguOTQ4IDAgMTEuMjQ4IDBoNC4zNmMxLjE5IDAgMS44MTIuOTI2IDEuODEyIDEuODQxYTIgMiAwIDAgMS0uMTYzLjc5M2MuMzk3LjA3Mi43NDMuMjY0IDEgLjU1OS4yOTIuMzM0LjQ1My43NzkuNDUzIDEuMjUxIDAgLjI3LS4wNTUuNTQzLS4xNjMuNzkyLjk1Ni4xNjYgMS40NTMuOTkzIDEuNDUzIDEuODEgMCAuNDc1LS4xNjguOTUyLS40OTQgMS4zMDIuMzI2LjM1LjQ5NC44MjcuNDk0IDEuMzAyeiIgZmlsbD0iI0QyMzczNyIvPjwvc3ZnPg==)}.amblog-post-list{margin-top:30px}.amblog-post-list .slick-track{display:flex}.amblog-post-list .slick-slide{margin:0 10px;text-align:center}.amblog-post-list .post-item-details{margin-top:10px}.aminst-feed-wrapper{position:relative;padding:10px 0 25px;margin:50px 0}.aminst-feed-title{position:relative;flex-basis:100%;margin:20px 0;padding:0 0 10px;text-align:center;font-size:16px}.aminst-feed-title:after{position:absolute;right:0;bottom:0;left:0;margin:0 auto;max-width:106px;width:100%;height:2px;background:#dadada;content:''}.aminst-feed-link{display:block;overflow:hidden;height:100%;transition:.1s all ease-in}.aminst-feed-img{width:100%;height:100%;transition:.3s all ease-in}.aminst-feed-comment-cont{display:none}.aminst-feed .instagram-media{padding:1px !important;min-width:auto !important}.aminst-feed-post{position:relative;overflow:hidden;box-sizing:border-box;width:100%;height:100%;cursor:pointer;opacity:0;transform:translate(0,-100%);animation:slide-top .3s forwards}@keyframes slide-top{100%{opacity:1;transform:translate(0,0)}}.aminst-feed-post.-thumbnail{max-width:150px;max-height:150px;width:100%}.aminst-feed-post.-thumbnail .aminst-feed-review{margin:0 0 10px}.aminst-feed-post.-thumbnail .aminst-feed-caption{font-size:12px}.aminst-relation-link{display:flex;justify-content:space-between;align-items:center;transition:.2s all ease-in;position:absolute;right:0;bottom:0;padding:0 10px;min-height:35px;width:15px;background:0 0;color:#fff;font-size:11px;line-height:1}.aminst-relation-link:hover{text-decoration:none}.aminst-relation-link .aminst-title{display:none;overflow:hidden;max-width:80%;color:#fff;text-align:left;line-height:1.3}.aminst-relation-link .aminst-button{position:absolute;right:5px;bottom:5px;left:initial;padding:0;min-height:auto;width:25px;height:25px;border:0;border-radius:100px;background-color:#22c9ee;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNyAxMCI+ICA8ZGVmcy8+ICA8cGF0aCBmaWxsPSIjZmZmIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iLjMiIGQ9Ik04LjUwMTcxIDFjLTQuMDc3NTkgMC03LjMxNDIgNC4wMDQ4NS03LjQ1MDU3IDQuMTc3NTktLjA2ODE4Ny4wODE4My0uMDY4MTg3LjIwMDAyIDAgLjI4MTg0LjEzNjM3LjE3Mjc0IDMuMzcyOTggNC4xNzc1OSA3LjQ1MDU3IDQuMTc3NTlzNy4zMTQxOS00LjAwNDg1IDcuNDUwNTktNC4xNzc1OWMuMDYzNi0uMDgxODIuMDYzNi0uMjAwMDEgMC0uMjgxODRDMTUuODE1OSA1LjAwNDg1IDEyLjU3OTMgMSA4LjUwMTcxIDF6bTAgOC4xODI0NGMtMy40NDExNyAwLTYuMzU5NTgtMy4xNTAyNC02Ljk3NzgxLTMuODYzOTMuNjE4MjMtLjcxMzY5IDMuNTM2NjQtMy44NjM5MyA2Ljk3NzgxLTMuODYzOTMgMy40NDExOSAwIDYuMzU5NTkgMy4xNTAyNCA2Ljk3Nzc5IDMuODYzOTMtLjYxODIuNzEzNjktMy41MzIxIDMuODYzOTMtNi45Nzc3OSAzLjg2MzkzeiIvPiAgPHBhdGggZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9Ii4zIiBkPSJNOC41MDE3NSAyLjUxMzc1Yy0xLjU0NTU3IDAtMi44MDQ3NiAxLjI1OTE4LTIuODA0NzYgMi44MDQ3NiAwIDEuNTQ1NTcgMS4yNTkxOSAyLjgwNDc2IDIuODA0NzYgMi44MDQ3NiAxLjU0NTU1IDAgMi44MDQ3NS0xLjI1OTE5IDIuODA0NzUtMi44MDQ3NiAwLTEuNTQ1NTgtMS4yNTkyLTIuODA0NzYtMi44MDQ3NS0yLjgwNDc2em0wIDUuMTU0OTRjLTEuMjk1NTUgMC0yLjM1MDE4LTEuMDU0NjMtMi4zNTAxOC0yLjM1MDE4IDAtMS4yOTU1NiAxLjA1NDYzLTIuMzUwMTggMi4zNTAxOC0yLjM1MDE4czIuMzUwMTUgMS4wNTQ2MiAyLjM1MDE1IDIuMzUwMThjMCAxLjI5NTU1LTEuMDU0NiAyLjM1MDE4LTIuMzUwMTUgMi4zNTAxOHoiLz48L3N2Zz4=);background-position:center;background-size:20px;background-repeat:no-repeat;box-shadow:0 2px 4px rgba(19,112,179,.25);color:#fff;font-size:0}.aminst-relation-wrap{display:flex;width:100%}.aminst-relation-wrap .aminst-relation-link{position:relative;margin:-12px 0 0;width:100%;outline:1px solid #a72626}.aminst-relation-wrap .aminst-relation-link .aminst-title{display:-webkit-box}.aminst-relation-wrap .aminst-relation-link:hover .aminst-button{right:10px;width:35px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAzMSA4Ij4gIDxkZWZzLz4gIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0zMC4zNTM2IDQuMzUzNTZjLjE5NTItLjE5NTI3LjE5NTItLjUxMTg1IDAtLjcwNzExTDI3LjE3MTYuNDY0NDY4Yy0uMTk1My0uMTk1MjYyLS41MTE5LS4xOTUyNjItLjcwNzEgMC0uMTk1My4xOTUyNjMtLjE5NTMuNTExODQ1IDAgLjcwNzExMkwyOS4yOTI5IDRsLTIuODI4NCAyLjgyODQzYy0uMTk1My4xOTUyNi0uMTk1My41MTE4NCAwIC43MDcxMS4xOTUyLjE5NTI2LjUxMTguMTk1MjYuNzA3MSAwbDMuMTgyLTMuMTgxOTh6TS00ZS04IDQuNUgzMHYtMUg0ZS04bC04ZS04IDF6Ii8+PC9zdmc+)}.aminst-relation-wrap .aminst-relation-link .aminst-button{background-color:transparent;box-shadow:none;border-radius:inherit;bottom:initial;background-size:contain;white-space:nowrap;position:absolute;right:15px;font-size:0;width:30px;height:15px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNiA4Ij4gIDxkZWZzLz4gIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yNS4zNTM2IDQuMzUzNTZjLjE5NTItLjE5NTI3LjE5NTItLjUxMTg1IDAtLjcwNzExTDIyLjE3MTYuNDY0NDY4Yy0uMTk1My0uMTk1MjYyLS41MTE5LS4xOTUyNjItLjcwNzEgMC0uMTk1My4xOTUyNjItLjE5NTMuNTExODQ1IDAgLjcwNzEwMkwyNC4yOTI5IDRsLTIuODI4NCAyLjgyODQzYy0uMTk1My4xOTUyNi0uMTk1My41MTE4NCAwIC43MDcxMS4xOTUyLjE5NTI2LjUxMTguMTk1MjYuNzA3MSAwbDMuMTgyLTMuMTgxOTh6TS00ZS04IDQuNUgyNXYtMUg0ZS04bC04ZS04IDF6Ii8+PC9zdmc+)}.aminst-feed-post.-low_resolution{max-width:320px;max-height:320px;width:100%;width:calc(25% - 20px)}@media (max-width:767px){.aminst-feed-post.-low_resolution{width:calc(33.3334% - 20px)}}@media (max-width:575px){.aminst-feed-post.-low_resolution{width:calc(50% - 20px)}}.aminst-feed-post.-low_resolution .aminst-feed-caption{max-height:64%}.aminst-feed-post.-standard_resolution{max-width:640px;max-height:640px;width:100%}.aminst-feed-btn{display:inline-flex;align-content:center;align-items:center;justify-content:center;margin:20px 0 0;max-width:270px;width:100%;border:1px solid #1787e0;border-radius:2px;background:#fff;box-shadow:none;color:#1787e0;text-align:center;font-size:16px;transition:.1s all ease-in}.aminst-feed-btn:not(.primary){box-shadow:none}.aminst-feed-btn:hover,.aminst-feed-btn:focus,.aminst-feed-btn:active{border-color:#1787e0;background:#1787e0;color:#fff}.aminst-feed-btn:focus,.aminst-feed-btn:active{transform:translateY(2px)}.aminsta-load-dot{background:#fff}.aminst-feed-btn-text{transition:.1s all ease-in}.ie11 .aminst-relation-link .aminst-title{padding:10px 10px 10px 0;text-overflow:ellipsis;white-space:nowrap}.ie11 .aminst-feed-post:not(.-thumbnail) .aminst-feed-link:hover+.aminst-relation-link .aminst-title,.ie11 .aminst-feed-post:not(.-thumbnail) .aminst-feed-link.-hovered+.aminst-relation-link .aminst-title{padding:15px 10px 15px 0}.ie11 .aminst-feed-post:not(.-thumbnail) .aminst-relation-link .aminst-button{bottom:30%}._am-hide{display:block !important;overflow:hidden !important;margin:0 !important;padding:0 !important;width:0 !important;height:0 !important;opacity:0 !important}._am-slide-top{opacity:0;transform:translate(0,-100%);animation:slide-top .3s forwards}@keyframes slide-top{100%{opacity:1;transform:translate(0,0)}}.aminst-button-arrow{background-color:transparent;box-shadow:none;border-radius:inherit;bottom:initial;background-size:contain;white-space:nowrap;position:absolute;right:15px;font-size:0;width:30px;height:15px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNiA4Ij4gIDxkZWZzLz4gIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yNS4zNTM2IDQuMzUzNTZjLjE5NTItLjE5NTI3LjE5NTItLjUxMTg1IDAtLjcwNzExTDIyLjE3MTYuNDY0NDY4Yy0uMTk1My0uMTk1MjYyLS41MTE5LS4xOTUyNjItLjcwNzEgMC0uMTk1My4xOTUyNjItLjE5NTMuNTExODQ1IDAgLjcwNzEwMkwyNC4yOTI5IDRsLTIuODI4NCAyLjgyODQzYy0uMTk1My4xOTUyNi0uMTk1My41MTE4NCAwIC43MDcxMS4xOTUyLjE5NTI2LjUxMTguMTk1MjYuNzA3MSAwbDMuMTgyLTMuMTgxOTh6TS00ZS04IDQuNUgyNXYtMUg0ZS04bC04ZS04IDF6Ii8+PC9zdmc+)}@keyframes aminsta-load-1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes aminsta-load-2{0%{transform:scale(1)}100%{transform:scale(0)}}.aminst-loader-wrapper{display:inline-flex}.aminst-loader-wrapper.-progress .aminst-loader-content{display:block !important;overflow:hidden !important;margin:0 !important;padding:0 !important;width:0 !important;height:0 !important;opacity:0 !important}.aminst-loader-dot{display:inline-block;margin:5px;width:6px;height:6px;border-radius:50%;background:#a72626;animation-timing-function:cubic-bezier(0,2,2,0)}.aminst-loader-dot:nth-child(1){left:-50%;animation:aminsta-load-1 .8s infinite}.aminst-loader-dot:nth-child(2){left:-25%;animation:aminsta-load-1 .8s infinite;animation-delay:.1s}.aminst-loader-dot:nth-child(3){left:0;animation:aminsta-load-1 .8s infinite;animation-delay:.2s}.aminst-loader-dot:nth-child(4){left:25%;animation:aminsta-load-1 .8s infinite;animation-delay:.3s}.aminst-feed-wrapper .fancyambox-bg{background:rgba(255,255,255,.8);opacity:1}.aminst-feed-wrapper .fancyambox-close-small{display:flex;justify-content:center;align-items:center}.aminst-feed-wrapper .fancyambox-close-small:after{content:none}.aminst-feed-wrapper .fancyambox-close-small:before{top:15px;right:15px;width:15px;height:15px;transition:.3s all ease-in;display:flex;justify-content:center;align-items:center;background-size:cover;background-position:center center;background-repeat:no-repeat;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE1IDEuMTYzMTRMMTMuODM2NCAwTDcuNSA2LjMzNzI5TDEuMTYzNTcgMEwwIDEuMTYyNzFMNi4zMzcyOSA3LjVMMC4wMDA4NTcxNDMgMTMuODM3M0wxLjE2MzU3IDE1TDcuNSA4LjY2MzE0TDEzLjgzNjQgMTQuOTk5NkwxNC45OTgzIDEzLjgzNjlMOC42NjI3MSA3LjVMMTUgMS4xNjMxNFoiIGZpbGw9IiM1NzU4NTUiLz48L3N2Zz4=);content:''}.aminst-feed-wrapper .fancyambox-close-small:hover{border:none;background:0 0;box-shadow:none}.aminst-feed-wrapper .fancyambox-close-small:hover:before{background-color:transparent;filter:contrast(5)}.aminst-feed-wrapper .fancyambox-inner .aminst-feed-post{display:flex;border:none}.aminst-feed-wrapper .fancyambox-inner .instagram-media{min-width:auto;max-width:100%}.aminst-feed-wrapper .fancyambox-inner .aminst-feed-single-post{padding:25px 30px;max-width:420px;border:none;border-radius:6px;box-shadow:0 5px 16px rgba(18,36,50,.2)}.aminst-feed-wrapper .fancyambox-inner .aminst-feed-single-post .aminst-feed-post{margin:0}.aminst-feed-grid-container .aminst-feed-posts{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;overflow:hidden}.aminst-feed-grid-container{text-align:center}.aminst-feed-link{display:flex}.aminst-feed-collage-container{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.aminst-feed-collage-container .aminst-feed-posts{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.aminst-feed-collage-container .aminst-feed-title{flex-basis:100%}.aminst-feed-collage-container .aminst-feed-link{display:flex}.aminst-feed-single-post{display:inline-block;width:100%}.aminst-feed-single-post .aminst-feed-posts{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;overflow:hidden;cursor:pointer}.aminst-feed-single-post .aminst-feed-post{display:flex;justify-content:center;align-items:center;width:100%;flex-direction:column}.aminst-feed-single-post .aminst-feed-post .aminst-relation-wrap .aminst-relation-link{min-height:40px;background:#a72626}.aminst-feed-single-post .aminst-feed-post .aminst-relation-wrap .aminst-relation-link .aminst-title{display:block;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;max-height:calc(14px*2);-webkit-line-clamp:2}.aminst-feed-slider-container{display:flex;justify-content:center;flex-wrap:wrap}.aminst-feed-slider-container .aminst-feed-posts{display:inline-flex;flex-basis:100%;flex-wrap:wrap;justify-content:center;overflow:hidden;cursor:pointer}.aminst-feed-slider-container .aminst-feed-post{display:none;border-style:solid;border-color:transparent;border-width:0}.aminst-feed-slider-container .aminst-feed-link{display:flex}.aminst-feed-slider-container .slick-track{display:flex}.aminst-feed-slider-container .slick-arrow{padding:10px;transition:.3s all ease-in}.aminst-feed-slider-container .slick-arrow:hover{filter:contrast(0)}.aminst-feed-slider-container .slick-slider{padding:0 30px}.columns .column.main{max-width:100%}.ui-tooltip.ui-widget{padding:5px 10px;max-width:250px;border:1px solid #ccc;box-shadow:1px 0 3px #ccc;word-wrap:break-word;background:#fff}.ui-tooltip .arrow{position:absolute;left:15px;bottom:-15px;width:20px;height:15px}.ui-tooltip .arrow:after{content:"";position:absolute;border-top:10px solid #ccc;border-right:20px solid transparent}.ui-tooltip .arrow:before{content:"";position:absolute;top:-1px;left:1px;border-top:9px solid #fff;border-right:19px solid transparent;z-index:9}.ui-tooltip .arrow.top{top:-15px;transform:scale(1,-1)}.ui-tooltip .am-brand-small_image{margin:auto;display:block;max-width:150px}.ui-tooltip .am-brand-image{margin:auto;display:block;max-width:400px}.ui-tooltip .ui-tooltip-content h3{margin:5px 0}.amslider *{margin:0;padding:0}.amslider{position:relative;margin:30px auto}.amslider .swiper-pagination{position:static;margin-top:15px}.amslider .swiper-container>.wrapper{text-align:center}.amslider .swiper-slide .brand-title{margin-top:10px;min-height:40px;color:#4f4f4f;word-break:break-all;word-break:break-word;font-size:15px;line-height:1.2}.amslider .swiper-pagination-bullet{margin:0 5px;width:12px;height:12px}.amslider .swiper-pagination-bullet-active{background:#4f4f4f}.amslider .swiper-button-next,.amslider .swiper-button-prev{z-index:2}.amslider .swiper-button-next{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDMiIHZpZXdCb3g9IjAgMCAyNSA0MyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+VmVjdG9yPC90aXRsZT48ZGVzYz5DcmVhdGVkIHVzaW5nIEZpZ21hPC9kZXNjPjxnIGlkPSJDYW52YXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0NTMgNzkwKSI+PGcgaWQ9IlZlY3RvciI+PHVzZSB4bGluazpocmVmPSIjcGF0aDBfc3Ryb2tlIiB0cmFuc2Zvcm09Im1hdHJpeCgtMSAwIDAgMSAtMTQzMC4zNSAtNzg4LjY0NikiIGZpbGw9IiM0RjRGNEYiLz48L2c+PC9nPjxkZWZzPjxwYXRoIGlkPSJwYXRoMF9zdHJva2UiIGQ9Ik0gNi4xMzcwNGUtMDUgMTkuOTM5M0wgLTEuMDQxOTYgMTguODYwNEwgLTIuMTM5OSAxOS45MjA3TCAtMS4wNjA2IDIxTCA2LjEzNzA0ZS0wNSAxOS45MzkzWk0gMTkuNjA0NCAtMS4wNzg5N0wgLTEuMDQxOTYgMTguODYwNEwgMS4wNDIwOSAyMS4wMTgzTCAyMS42ODg1IDEuMDc4OTdMIDE5LjYwNDQgLTEuMDc4OTdaTSAtMS4wNjA2IDIxTCAxOC45MzkzIDQxTCAyMS4wNjA3IDM4Ljg3ODdMIDEuMDYwNzIgMTguODc4N0wgLTEuMDYwNiAyMVoiLz48L2RlZnM+PC9zdmc+)}.amslider .swiper-button-prev{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX3N0cm9rZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi43MSAxLjM1NCkiIGZpbGw9IiM0RjRGNEYiLz48ZGVmcz48cGF0aCBpZD0icGF0aDBfc3Ryb2tlIiBkPSJNMCAxOS45NGwtMS4wNDItMS4wOC0xLjA5OCAxLjA2TC0xLjA2IDIxIDAgMTkuOTR6TTE5LjYwNC0xLjA4bC0yMC42NDYgMTkuOTQgMi4wODQgMi4xNTdMMjEuNjkgMS4wOGwtMi4wODUtMi4xNTh6TS0xLjA2IDIxbDIwIDIwIDIuMTIyLTIuMTIxLTIwLTIwTC0xLjA2MSAyMXoiLz48L2RlZnM+PC9zdmc+)}.amslider .swiper-button-next,.amslider .swiper-button-prev{z-index:0}.amslider .swiper-slide{text-align:center;font-size:18px}.amslider .category-item .category-item-title{margin:auto}.amslider .slide .category-item-title,.amslider .swiper-slide .swiper-category-item{font-size:15px;line-height:1.2;word-break:break-word}.amslider .wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center}.amslider .no-img{margin:auto}.brands-filters{display:inline-block;margin:0 0 10px;width:100%;min-height:50px}.brands-filters .letter{display:block;float:left;margin:0 5px 10px;padding:2px 5px;min-width:17px;min-height:20px;text-align:center;color:#333;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;border:1px solid #ccc;border-radius:5px;background:#e2e2e2}.brands-filters .letter-all{min-width:90px;margin-right:20px}.brands-filters .letters{margin-top:4px}.brands-filters .letter.-disabled{opacity:.6;pointer-events:none;background-color:#f1f1f1}.brands-filters .letter.hide{display:none}.brands-filters .letter:hover,.brands-filters .letter.-active{background:#fed285}.ambrands-search-wrapper{position:relative;display:block;margin:0 auto}.ambrands-search-wrapper .ambrands-search-input{display:block;margin:0 0 10px;max-width:100%}.ambrands-search-wrapper #livesearch{position:absolute;display:none;width:365px;max-width:100%;max-height:250px;background-color:#fff;overflow-x:hidden;overflow-y:auto;border:1px solid #c2c2c2;border-top:2px solid #309ef3;z-index:99}.ambrands-search-wrapper #livesearch a{display:block;float:left;padding:5px 10px;width:100%;color:#000;box-sizing:border-box}.ambrands-search-wrapper #livesearch a:hover{background-color:#e8e8e8;text-decoration:none}.brand-images .brands-letter{width:100%;vertical-align:top;box-sizing:border-box}.brand-images .brands-letter .bare-list{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0}.brand-images .brands-letter .letter{border-bottom:1px solid #b2b2b2;font-size:18px;font-weight:400}.brand-images .brands-letter .letter .title{padding:0 2px 1px;text-transform:uppercase;background:#e2e2e2}.brands-letter .brand-item{position:relative;margin:0 5px 20px}.brands-letter .brand-item .item{display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;color:#333;-webkit-justify-content:flex-start}.brands-letter .brand-item .item:hover{text-decoration:none}.brands-letter .brand-item .no-img{color:#e2e2e2}.brands-letter .brand-item .count{position:absolute;right:0;top:0;display:block;box-sizing:border-box;min-width:25px;height:25px;padding:0 3px;line-height:25px;text-align:center;background:#f58c12;border-radius:20px;color:#fff}.brands-letter .brand-item .label{position:relative;margin:5px 0 0;padding-top:5px;width:100%;word-wrap:break-word}.brands-letter .brand-item .label:before{content:'';position:absolute;top:0;left:25%;right:25%;display:block;height:1px;background:#b2b2b2}.brands-letter .brand-item .item:hover .label:before{left:0;right:0;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;transition:all ease .3s}.brands-letter .brand-item .am-image-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center}.brands-letter .brand-item .am-image-wrapper .am-image{max-width:100%;max-height:100%}.bare-list .ambrands-image{pointer-events:none}.amslider-header-container{padding:5px 0 5px 35px;height:35px;font-size:22px;line-height:35px;color:#000;background:#e2e2e2}.icon .brand-label{float:left}.brand-images li.brand-item{list-style-type:none;text-align:center}ul.bare-list img{display:block;margin:0 auto}.children-category .amslider{position:relative;left:inherit;margin:0 50px;width:100%;transform:inherit;display:block}.amslider.am-brand-slider{max-width:100%;padding:0}.amslider.am-brand-slider .swiper-brand{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-grow:1;flex-grow:1}.amslider.am-brand-slider .am-image-wrapper{display:flex;justify-content:center;align-items:center;flex-grow:1;margin:0 auto}.amslider.am-brand-slider .am-image-wrapper .am-image{max-width:100%;max-height:100%}.amslider.am-brand-slider .slide{-webkit-align-items:stretch;-ms-align-items:stretch;align-items:stretch}.amslider.am-brand-slider .slide .am-image-wrapper{margin-bottom:10px;overflow:hidden}.amslider.am-brand-slider .swiper-slide{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:stretch;-ms-align-items:stretch;align-items:stretch;height:auto}.amslider .slide{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;margin:0 9px 20px 0;max-width:30%;-webkit-flex-basis:30%;flex-basis:30%;text-align:center;color:#4f4f4f}.amslider .slide .category-item{position:relative;padding:10px;width:100%;border:1px solid #fff}.amslider .slide .category-item:hover,.amslider .slide .category-item.active{box-shadow:3px 3px 4px 0 rgba(0,0,0,.3);border-color:#bbb;position:relative;z-index:2;padding:10px}.amslider .slide .category-item.category-item-label img{margin-bottom:25px}.amslider .slide .swiper-brand .am-image{height:auto}.children-category-container.swiper-container{width:calc(100% - 2*27px);margin:auto}.children-category-container .swiper-wrapper{-webkit-align-items:baseline;-moz-align-items:baseline;-ms-align-items:baseline;align-items:baseline}.amslider .swiper-slide{padding:10px;box-sizing:border-box;color:#4f4f4f}.amslider .swiper-slide .swiper-category-item{padding:10px 0;border:1px solid #fff}.amslider .swiper-slide .swiper-category-item img{height:auto}.amslider .swiper-slide .swiper-category-item.category-item-label img{margin-bottom:25px}.amslider .swiper-slide .swiper-category-item:hover,.amslider .swiper-slide .swiper-category-item.active{background:#fff;box-shadow:3px 3px 4px 0 rgba(0,0,0,.3);border:1px solid #bbb;margin:0}.amslider .swiper-slide .swiper-brand .no-img{display:inline-block;margin:0 auto;color:#e2e2e2}.amslider .swiper-slide:hover,.amslider .slide:hover{text-decoration:none}#category-carousel .swiper-button-next{right:0}#category-carousel .swiper-button-prev{left:0}#category-carousel .swiper-button-next,#category-carousel .swiper-button-prev{top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);opacity:.3;height:100%;margin:0}#category-carousel .swiper-button-next:hover,#category-carousel .swiper-button-prev:hover{opacity:1;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;transition:all ease .3s}.amslider .swiper-slide .swiper-category-item:not(:root:root),.amslider .swiper-slide .swiper-brand:not(:root:root),.amslider .slide .category-item:not(:root:root){padding:10px}.amshopby-morefrom .products-grid .product-item{width:auto}.amshopby-morefrom .product-image-container{min-width:auto}.ambrands-menu-item.parent .ambrands-link.level-top:after{content:''}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.swiper-brand{width:100%}.swiper-brand .no-img{width:100%}}.ambrands-list-popup,.ambrands-menu-item .ambrands-arrow{display:none}.amrelated-grid-wrapper .amshopby-option-link{margin-bottom:10px}h2.bss_h2{margin-top:0;border:0;padding-bottom:5px;float:left;width:100%;border-bottom:1px #3fbc6c solid}h3.bss_product_list{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:14px;margin:5px 0;padding:5px 5px 3px 0;text-transform:capitalize}.col-bss-2 ul{margin:0}h3.bss_product_list:hover{color:red}.bss_h3{width:100%;float:left;font-size:20px;color:#000;margin:5px 0}.bss_h3 a{width:100%;float:left;font-size:20px;color:#000;margin:5px 0}.signature li{float:right;list-style:none}.signature a{color:#e1e1e1}@media all and (min-width:1224px){.col-bss-3{width:33%;float:left}}@media all and (max-width:1223px) and (min-width:720px){.col-bss-3{width:50%;float:left}}@media all and (max-width:719px){.col-bss-3{width:100%;float:left}}@media all and (max-width:719px){.col-bss-2{width:100%;float:left}}.col-bss-1{width:100%;margin:0 0 20px;float:left}@media all and (min-width:720px){.col-bss-2{width:50%;float:left}}.bss_site_map_grid{width:100%;margin:0 0 20px;float:left}#bss_seo_toolbar{display:none;width:500px;height:auto;position:fixed;bottom:15px;right:15px;z-index:100000000;background:#fff;border-radius:10px;-webkit-box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)}@media only screen and (max-width:967px){#bss_seo_toolbar{width:calc(100% - 30px)}}#bss_seo_toolbar.toolbar_hide{width:260px;padding:0;opacity:.6}#bss_seo_toolbar.toolbar_hide .bss_toolbar_header{height:20px;border-radius:10px}#bss_seo_toolbar.toolbar_hide .bss_toolbar_header img{margin:-7px 0 0}#bss_seo_toolbar.toolbar_hide .bss_toolbar_header svg{transform:rotate(180deg);margin:2px 0 0}#bss_seo_toolbar.toolbar_hide .bss_toolbar_header p{float:left;font-weight:900;font-size:14px;margin:1px 0 0}#bss_seo_toolbar .bss_toolbar_header{width:calc(100% - 30px);padding:15px;float:left;background:#f2852a;border-radius:10px 10px 0 0}#bss_seo_toolbar .bss_toolbar_header img{width:50px;float:left;margin:3px 0 0}#bss_seo_toolbar .bss_toolbar_header p{width:calc(100% - 100px);float:left;font-weight:900;font-size:16px;color:#fff;margin:7px 0 0;text-align:center}#bss_seo_toolbar .bss_toolbar_header svg{width:18px;height:18px;fill:#fff;float:right;margin:10px 0 0;cursor:pointer}#bss_seo_toolbar .bss_toolbar_header .bss_toolbar_edit{float:right;background:#aaa;color:#fff;padding:4px 20px;border-radius:4px;margin:-2px 10px 0;font-size:12px;font-weight:900;user-select:none;cursor:pointer}#bss_seo_toolbar .bss_toolbar_body{float:left;width:100%}#bss_seo_toolbar .bss_toolbar_body.hide_body{display:none}#bss_seo_toolbar .bss_toolbar_body.show_body{display:block}#bss_seo_toolbar .edit_body_toolbar{width:calc(100% - 30px);float:left;text-align:center;padding:10px 0 15px}#bss_seo_toolbar .bss_toolbar_item{width:calc(100% - 30px);padding:10px 0;margin:0 15px;position:relative;white-space:pre-line;-ms-word-break:break-all;word-break:break-word;word-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;border-bottom:1px #f0f0f0 solid;hyphens:auto;float:left}#bss_seo_toolbar .bss_toolbar_item svg{width:16px;height:16px;margin:4px 15px 0 0;float:left}#bss_seo_toolbar .bss_toolbar_item .toolbar_content{width:calc(100% - 35px);float:right}#bss_seo_toolbar .bss_toolbar_item .tooltip-content{visibility:hidden;width:400px;background-color:#555;color:#fff;text-align:left;border-radius:6px;padding:10px;position:absolute;z-index:1;bottom:calc(100% - 40px);right:calc(100% + 15px);margin-right:0;opacity:0;transition:opacity .3s}#bss_seo_toolbar .bss_toolbar_item .tooltip-content a{color:#fff}#bss_seo_toolbar .bss_toolbar_item .tooltip-content:after{content:"";position:absolute;top:calc(100% - 30px);left:calc(100% + 5px);margin-left:-5px;border-width:5px;border-style:solid;border-color:transparent transparent transparent #555}#bss_seo_toolbar .bss_toolbar_item:hover .tooltip-content{visibility:visible;opacity:1}@media only screen and (max-width:967px){#bss_seo_toolbar .bss_toolbar_item:hover .tooltip-content{visibility:hidden}}.wrapper-category-widget .wrapper-cateogries{padding:15px 0}.wrapper-category-widget .title,.wrapper-category-widget .title-sub{text-align:center;margin:10px 0 0}.wrapper-category-widget .widget-category-img{margin:0}.wrapper-category-widget .category-block{text-align:center;padding:0;box-sizing:border-box}.wrapper-category-widget img{display:block;margin:0 auto}.wrapper-category-widget a{display:block}.wrapper-category-widget a:hover{text-decoration:none}.login-container .g-recaptcha,.form-login .g-recaptcha{margin-bottom:10px !important}body.scrolling-disabled{overflow:hidden}body.open-consent-banner .amb-consent--dark-filter,body.open-consent-modal .amb-consent--dark-filter{display:block}#amb-consent a{color:#222;text-decoration:underline;text-underline-offset:2px}.amb-consent--dark-filter{display:none;background:rgba(0,0,0,.5);z-index:2147483645;width:100%;height:100%;overflow:hidden;position:fixed;top:0;bottom:0;left:0}.amb-consent--banner{display:none;position:fixed;z-index:2147483645;bottom:0;right:0;left:0;background-color:#fff;max-height:90%;overflow-x:hidden;overflow-y:auto;box-shadow:0 0 18px rgba(0,0,0,.2)}.amb-consent--banner-container{flex-wrap:nowrap;padding-bottom:24px;justify-content:space-between;padding:24px;display:flex;flex-direction:column;gap:16px}@media only screen and (min-width:1280px){.amb-consent--banner-container{flex-direction:row}}.amb-consent--banner-container-info{width:100%;font-size:14px;line-height:1.5}@media only screen and (min-width:1280px){.amb-consent--banner-container-info{width:100%;grid-area:1/1/3/2;margin-right:24px}}.amb-consent--banner-container-buttons{flex-shrink:0;width:auto;display:flex;gap:16px;flex-direction:column;align-items:center}@media only screen and (min-width:768px){.amb-consent--banner-container-buttons{flex-direction:row}}.amb-consent--banner-container-buttons button{margin:0;padding:12px 24px;font-size:14px;width:100%;min-width:210px;color:#222;text-align:center;text-decoration:none;border:1px solid #222;background-color:#fff;cursor:pointer;border-radius:0;box-shadow:none}@media only screen and (min-width:768px){.amb-consent--banner-container-buttons button{width:fit-content}}.amb-consent--banner-container-buttons button#amb-consent-btn-accept{order:1}@media only screen and (min-width:768px){.amb-consent--banner-container-buttons button#amb-consent-btn-accept{order:3}}.amb-consent--banner-container-buttons button#amb-consent-btn-reject{order:2}.amb-consent--banner-container-buttons button#amb-consent-btn-customize{order:3}@media only screen and (min-width:768px){.amb-consent--banner-container-buttons button#amb-consent-btn-customize{order:1}}.amb-consent--banner-container-buttons button#amb-consent-btn-accept{background-color:#222;border-color:#222;color:#fff}.amb-consent--customize{display:none;overflow:hidden;position:fixed;margin:0 auto;top:5%;right:0;left:0;max-width:575px;width:100%;z-index:2147483647;background-color:#fff;box-shadow:0px 2px 10px -3px #999}.amb-consent--customize button:not(.setting-btn){margin:0;padding:12px 24px;font-size:14px;width:fit-content;min-width:210px;text-align:center;text-decoration:none;border:1px solid #222;background-color:#222;color:#fff;cursor:pointer;border-radius:0;box-shadow:none}.amb-consent--customize button:not(.setting-btn).amb-consent--customize-reject{background-color:#fff;color:#222}@media only screen and (max-width:575px){.amb-consent--customize{top:.5rem;bottom:.5rem;left:.5rem;right:.5rem;width:calc(100% - 1rem);height:calc(100% - 1rem)}.amb-consent--customize button:not(.setting-btn){width:100%}.amb-consent--customize button:first-child{margin-bottom:10px}}.amb-consent--customize-wrapper{display:flex;flex-direction:column;flex:1 1 0;max-height:90vh}@media only screen and (max-width:575px){.amb-consent--customize-wrapper{height:100%;max-height:100vh}}.amb-consent--customize-header{padding:24px 30px 15px;position:relative}.amb-consent--customize-header-title{font-size:18px;font-weight:700}.amb-consent--customize-header .close{position:absolute;top:24px;right:30px;width:26px;height:26px;background:#fff;cursor:pointer}.amb-consent--customize-header .close:before,.amb-consent--customize-header .close:after{position:absolute;left:12px;content:' ';height:26px;width:2px;background-color:#222}.amb-consent--customize-header .close:before{transform:rotate(45deg)}.amb-consent--customize-header .close:after{transform:rotate(-45deg)}.amb-consent--customize-header .amb-consent--customize-header-logo{display:block}.amb-consent--customize-content{width:100%;border:none !important;padding-left:30px;padding-right:30px;margin:0 !important;height:auto;flex-grow:1;overflow:auto;font-size:14px;line-height:1.5}.amb-consent--customize-content p{margin:0 0 10px}.amb-consent--customize-content>button{margin:10px 0 !important}.amb-consent--customize-content .amb-consent--customize-accordion{margin-top:20px}.amb-consent--customize-footer{padding-top:30px;padding-bottom:24px;padding-left:30px;padding-right:30px;width:100%}:root{--color-btn:#222;--bgcolor-btn-hover:#222}.setting-card{border-top:1px solid #edeff0}.setting-card:last-child{border-bottom:1px solid #edeff0}.setting-card-header{background:0 0;padding:8px 0;display:flex;align-items:center;border-radius:0 !important}.setting-card-header span.setting-caption{font-size:14px;font-weight:400;color:#222;margin-left:2px}.setting-card-body{padding:0 0 20px;font-size:14px;line-height:1.5;color:#222}.icona-chevron-right{width:7px;height:11px;margin-right:5px;display:inline-block;vertical-align:top;transition:all .2s ease-in-out}.icona-chevron-right svg{fill:#222}.setting-btn{font-weight:600;color:#222;padding:0;font-size:14px;text-align:left;text-transform:none;border:none;line-height:1;text-decoration:none;background:0 0;margin:10px 0;cursor:pointer}.setting-btn-link:hover,.setting-btn-link:focus,.setting-btn-link:active{text-decoration:none;color:#222;outline:none;background:0 0;border:0;box-shadow:none !important}.setting-btn-link[aria-expanded=true] .icona-chevron-right{transform:rotate(90deg)}.setting-btn-link:hover svg path{fill:#222}.switch{position:relative;display:inline-block;width:45px;height:24px;margin-bottom:0;margin-left:auto;flex:0 0 auto}.switch.disable{opacity:.5}.switch input{display:none}.toogle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.switch.disable .slider{cursor:default}.toogle-slider:before{position:absolute;content:"";height:16px;width:16px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s}input:checked+.toogle-slider{background-color:var(--bgcolor-btn-hover)}input:focus+.toogle-slider{box-shadow:0 0 1px var(--bgcolor-btn-hover)}input:checked+.toogle-slider:before{-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}.toogle-slider.round{border-radius:34px}.toogle-slider.round:before{border-radius:50%}.collapse{display:none;height:0;overflow:hidden;transition:height .35s ease}.collapsing{display:block;height:0;overflow:hidden;transition:height .35s ease}.show{display:block;height:auto;overflow:visible}.amb-consent--banner.banner-center{top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:800px;height:fit-content}.amb-consent--banner.banner-center .amb-consent--banner-container{flex-direction:column;align-items:center}.amb-consent--banner.banner-center .amb-consent--banner-container-info{width:100%;grid-area:1;margin-right:0}.amb-consent--banner.banner-center .amb-consent--banner-container-info p{margin-top:0}@media only screen and (max-width:768px){.amb-consent--banner.banner-center .amb-consent--banner-container-buttons{width:100%}}.opc-payment .payment-group .actions-toolbar{display:none}#place-order-trigger{width:100%;background-color:#9e342f !important;text-transform:none;font-size:16px;font-weight:600;border-color:#9e342f;padding:14px 20px;margin-top:20px}#place-order-trigger:hover{background-color:rgba(158,52,48,.95) !important}.agreementsCheck{margin-top:50px}.agreementsCheck .control--checkbox{font-size:14px;padding-left:25px !important}.agreementsCheck .control a span{color:#222;text-decoration:underline}.mage-error-amb{margin-top:10px;color:#e02b27;font-size:1.2rem}.checkout-payment-method .payment-method._active.payment-paypal .payment-method-content,.checkout-payment-method .payment-method._active.payment-sequra-invoice .payment-method-content,.checkout-payment-method .payment-method._active.payment-sequra-partpayment .payment-method-content,.checkout-payment-method .payment-method._active.payment-redsys .payment-method-content{margin-top:0;display:none !important}.contact-index-index .column:not(.sidebar-main) .form.contact{float:none;width:50%}.contact-index-index .column:not(.sidebar-additional) .form.contact{float:none;width:50%}.widget-wrapper a,.widget-wrapper img{display:block}.brand-note{border:1px solid #d8d8d8;border-radius:2px;background:#fff;color:#222;font-size:13px;padding:10px;text-underline-offset:3px;margin-top:10px}.brand-note.dashed{border-style:dashed}.brand-note.green{border-color:#118000;background:rgba(17,128,0,.1);color:#118000}.brand-note.red{border-color:#ed5757;background:rgba(237,87,87,.16);color:#ed5757}.brand-note.orange{border-color:#ff6000;background:#ffeade;color:#ff6000}.ui-tooltip .arrow{left:8px;width:15px}.ui-tooltip .arrow:after{border-right:15px solid transparent}.ui-tooltip .arrow:before{border-right:14px solid transparent}.amslider-container{margin:auto;margin-bottom:15px;width:100%}.am-rating-up{font-size:smaller}.amshopby-hightlighted{background-color:transparent}.amshopby-item .filter-value{margin-left:5px}.amshopby-filter-tooltip{display:inline-block;margin-left:6px;max-width:16px;max-height:16px;vertical-align:top}.amshopby-filter-value .swatch-option.image,.amshopby-filter-value .swatch-attribute.size .swatch-option,.amshopby-filter-value .swatch-attribute.manufacturer .swatch-option{background-position:center;background-size:contain;background-repeat:no-repeat}.filter-options-content .am-swatch-wrapper .swatch-option.image,.filter-options-content .swatch-attribute.size .swatch-option.selected,.filter-options-content .swatch-attribute.manufacturer .swatch-option.selected{background-position:center;background-size:contain;background-repeat:no-repeat}.filter-options-content .swatch-attribute.color{margin-bottom:2.5rem}.filter-options-content .delimiter{margin:0 5px;line-height:30px}.filter-options-content .range{display:flex;align-items:center;margin-top:10px;text-align:center}.filter-options-content .am-filter-price{padding:6px;font-size:13px;max-width:inherit;width:33.3333%}.filter-options-content .items a{margin-left:0}.filter-options-content .count{display:inline-flex}.filter-options-content .am-shopby-swatch-label .count{margin:0;padding:0}.filter-options-content .am-shopby-swatch-label .label{margin-right:5px}.filter-options-content .am-shopby-form{overflow-x:hidden;overflow-y:auto}.filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover{background-color:unset}.am-show-more{transition:.1s all ease-in;position:relative;display:none;margin-top:10px;padding:5px 25px 10px 0;color:inherit;cursor:pointer}.am-show-more:hover{background-color:transparent;color:#006bb4}.am-show-more:before,.am-show-more:after{transition:.1s all ease-in;position:absolute;right:0;width:8px;height:1px;background:#000;content:''}.am-show-more:before{right:5px;transform:rotate(45deg)}.am-show-more:after{transform:rotate(-45deg)}.am-show-more.-active{display:flex;align-items:center}.am-show-more .am-counter{display:inline-block;margin:0 2px;opacity:.5}.am-show-more[data-is-hide=false]:before{right:6px;transform:rotate(-45deg)}.am-show-more[data-is-hide=false]:after{transform:rotate(45deg)}.range.am-fromto-widget .am-filter-go{margin:0 0 0 10px;vertical-align:top}.am-filter-go{width:auto;background:#f4f4f4;padding:6px;outline:none;border-color:#f4f4f4;color:#222;font-size:13px;font-family:'Open Sans';font-weight:600;border-radius:0;box-shadow:none !important;width:120px}.am-filter-go:hover{background:#efefef;border-color:#efefef}input[type=text].am-filter-price.-to.right{float:right}.amshopby-slider-container{margin:10px 15px 15px 10px}.amshopby-slider-container .am-slider.ui-slider-horizontal{height:4px;background:#dfdfdf}.amshopby-slider-container .ui-slider-range{position:absolute;height:4px;background:#222}.amshopby-slider-container .am-slider .ui-slider-handle{margin-top:-6px;margin-left:-8px;padding:0;width:16px;height:16px;border-radius:50%;border:1px solid #fff;background:#222}.amshopby-slider-container .am-slider .ui-slider-handle:hover,.amshopby-slider-container .am-slider .ui-slider-handle:active{background-color:#222}.amshopby-slider-container .amshopby-slider-display{text-align:center;padding-bottom:15px;font-weight:600}.am-swatch-options{display:flex;flex-direction:column;padding:5px}.am-swatch-options .swatch-option{display:inline-block;margin:0 10px 0 0;background-position:center;background-size:contain;background-repeat:no-repeat}.am-swatch-options>.item{padding-bottom:4px}.am-swatch-options>.item:hover{background-color:transparent}.am-swatch-options .am-shopby-swatch-label{display:inline-block;max-width:70%;vertical-align:middle;word-wrap:break-word}.filter-actions .am-swatch-options{padding:0}.filter-options .am-swatch-wrapper{margin:5px 0 0 !important;padding:5px 0 !important;line-height:initial}.filter-options .am-swatch-wrapper:nth-child(1){margin-top:0 !important}.catalog-topnav .filter-options{flex-wrap:wrap;min-height:40px;border-bottom:1px solid #ccc}.catalog-topnav .filter-options .filter-options-item{display:inline-block;border:0}.catalog-topnav .filter-options .filter-options-content{position:absolute;z-index:9999;margin-top:5px;min-width:100px;border:1px solid #ccc;background-color:#fff}.catalog-topnav .filter-options .am-filter-items-rating li{margin:0 0 10px}.catalog-topnav .filter-options .am-filter-items-rating li:last-child{margin:0}.catalog-topnav .block-actions{display:none}.catalog-topnav{display:none}.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{top:5px;right:8px}.filter-options .items .items-children.-folding{padding-left:18px;width:100%;list-style:none}.filter-options .items .items-children.-folding .item{margin:5px 0}.filter-options .items.amshopby-fly-out-view .items-children{z-index:9999;background-color:#fff}.filter-options .am-ranges{overflow-x:hidden;overflow-y:auto}.filter-options .items.amshopby-fly-out-view .item{display:flex;align-items:center;margin:0;border:1px solid #ccc;border-top:none}.filter-options .items.amshopby-fly-out-view .item:hover{background-color:#ccc}.filter-options .items.amshopby-fly-out-view .item:first-child{border-top:1px solid #ccc}.filter-options .items.amshopby-fly-out-view .item>.am-input{margin:14px 5px 14px 10px;top:0}.filter-options .items.amshopby-fly-out-view a:hover{background-color:transparent}.filter-options .ui-widget-overlay{background:#aaa;opacity:.3}.filter-options .ui-widget-shadow{box-shadow:0 0 5px #666}.filter-options .am-category-view{position:absolute;z-index:9;display:none;overflow-y:auto;box-sizing:border-box;margin:0;padding:10px;max-height:300px;width:100%;border:1px solid #ccc;background-color:#fff;white-space:nowrap}.filter-options .items.am-category-view,.filter-options .am-category-view ol.items{margin:0}.filter-options .am-category-view .item a.amshopby-filter-parent{padding-left:20px}.filter-options .am-category-view .item>.am-collapse-icon~a.amshopby-filter-parent{padding-left:40px}.filter-options .am-category-view a{display:inline-block;white-space:initial}.filter-options .filter-options-content .rating-summary{display:inline-block;vertical-align:sub}.filter-options .amshopby-search-box{margin:0 0 15px;padding-right:20px;position:relative}.filter-options .amshopby-search-box input[type=text]{padding:.5em .75em;border-color:#d8d8d8;border-radius:2px;font-size:13px}.filter-options .amshopby-search-box .am-clear-search-box{position:absolute;top:6px;right:30px;color:#7c7c7c;font-size:16px;visibility:hidden}.filter [data-role=collapsible]:not([data-collapsible=true]) [data-role=content]{display:none}div.swatch-option-tooltip{z-index:9999}.swatch-option-tooltip .image,.swatch-option-tooltip-layered .image{background-size:contain !important}.filter-options .am-labels-folding .item{position:relative}.filter-options .ui-menu{display:block;margin:0;padding:0;outline:0;list-style:none}.filter-options .ui-menu .ui-menu{position:absolute}.filter-options .ui-menu .ui-menu-item{margin:0;list-style:none;cursor:pointer}.filter-options .ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.filter-options .ui-menu .ui-menu-divider{margin:5px 0;height:0;border-width:1px 0 0;font-size:0;line-height:0}.filter-options-content .am-swatch-wrapper{display:inline-block}.filter-options-content .am-swatch-wrapper:hover .am-swatch-link{background:0 0}.filter-options-content .am-swatch-wrapper>.input.-hidden{display:none}.am-filter-items-attr_price{min-width:130px;max-width:350px}.am-filter-items-attr_price li~li{margin:30px 4px 0}.am-filter-items-attr_color .swatch-option.text{padding:1px 2px;width:30px}.amasty-catalog-topnav.block.filter{flex-basis:auto}.amasty-catalog-topnav .filter-options-content .amshopby-fly-out-view a{display:block;box-sizing:border-box}.am-filter-items-stock .am_shopby_link_selected,.am-filter-items-rating .am_shopby_link_selected{background-color:#e8e8e8;text-decoration:none}.am_shopby_link_selected{font-weight:700}.amshopby-fly-out-view.ui-menu{position:relative}.amshopby-fly-out-view .ui-menu{width:100%}.amshopby-fly-out-view .items-children:not(.ui-menu){display:none}.amshopby-fly-out-view a{display:inline-block;padding:10px}.amshopby-fly-out-view input[type=checkbox],.amshopby-fly-out-view input[type=radio]{margin:3px 3px 3px 4px}.amshopby-category-dropdown{display:block;overflow:hidden;padding-right:3.6rem;min-height:3.2rem;border:1px solid #adadad;background-color:#fff;text-align:left;text-overflow:ellipsis;white-space:normal;font-weight:400;cursor:pointer}.amshopby-category-dropdown:after{position:absolute;top:50%;right:1.2rem;box-sizing:border-box;margin-top:-.2rem;width:0;height:0;border-width:.5rem .4rem 0;border-style:solid;border-color:#000 transparent transparent;content:'';transition:all .2s linear}.amshopby-category-dropdown:before{position:absolute;top:0;right:0;bottom:0;width:3.2rem;border:1px solid #adadad;background-color:#e3e3e3;content:''}.am-category-wrapper{position:relative;display:block;user-select:none}.am-category-wrapper._active .amshopby-category-dropdown:after{transform:rotate(180deg)}.am-category-wrapper .amshopby-checkbox,.am-category-wrapper .amshopby-radio{margin-left:17px}.am-category-wrapper .amshopby-filter-parent{padding-left:0}.am-category-wrapper .am-multiselect-crumb{position:relative;display:inline-block;margin:.3rem 0 .3rem .3rem;padding:.3rem 2.4rem .4rem 1rem;border:1px solid #a79d95;border-radius:1px;background-color:#f5f5f5;font-size:1.2rem;transition:border-color .1s linear}.am-category-wrapper .am-multiselect-crumb .action-close{position:absolute;top:0;right:0;bottom:0;margin:0;padding:0;width:2rem;height:auto;border:none;border-radius:0;background-color:transparent;box-shadow:none;color:#514943;font-size:.5em;line-height:1}.am-category-wrapper .am-multiselect-crumb .action-close:before{content:'x';font-size:10px;transition:color .1s linear}.am-category-wrapper .am-multiselect-crumb .action-close>span{position:absolute;display:none;visibility:hidden;overflow:hidden;clip:rect(0,0,0,0)}.filter-options .am-labels-folding .item{display:flex;align-items:center;flex-wrap:wrap;position:relative;padding:0 0 0 20px}.filter-options .am-labels-folding .item .am-input,.filter-options [class*=am-filter-items-].am-labels-folding .item:not(.swatch-option-link-layered) input[type=radio],.filter-options .amshopby-category-dropdown+form .item input[type=radio],.filter-options [class*=am-filter-items-].am-labels-folding .item:not(.swatch-option-link-layered) input[type=checkbox],.filter-options .amshopby-category-dropdown+form .item input[type=checkbox]{position:absolute;top:4px;left:0;margin:0 5px 0 0}.filter-options .am-labels-folding .item .am-collapse-icon+.am-input{left:17px}.filter-options .am-labels-folding .item .am-collapse-icon~[class*=am-filter-item-]{padding-left:17px}.filter-options [class*=am-filter-items-].am-labels-folding .item:not(.swatch-option-link-layered),.filter-options .amshopby-category-dropdown+form .item{position:relative;flex-wrap:wrap}.filter-options [class*=am-filter-items-].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon+.am-input,.filter-options .amshopby-category-dropdown+form .item .am-collapse-icon+.am-input,.filter-options [class*=am-filter-items-].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon+input[type=radio],.filter-options .amshopby-category-dropdown+form .item .am-collapse-icon+input[type=radio],.filter-options [class*=am-filter-items-].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon+input[type=checkbox],.filter-options .amshopby-category-dropdown+form .item .am-collapse-icon+input[type=checkbox]{left:17px}.filter-options .amshopby-category-dropdown+form .item .items-children.-folding{padding-left:30px}.am-labels-folding .am-collapse-icon,.filter-options .amshopby-category-dropdown+form .item .am-collapse-icon{display:flex;align-items:center;top:0;left:0;align-self:flex-start}.am-labels-folding .am-collapse-icon:after,.filter-options .amshopby-category-dropdown+form .item .am-collapse-icon:after{position:static;margin:0}.am-collapse-icon{position:absolute;box-sizing:border-box;width:2rem;height:2rem;border-radius:50%;font-weight:400;font-style:normal;line-height:1;cursor:pointer;-webkit-font-smoothing:antialiased}.am-collapse-icon:after{position:absolute;top:50%;right:1.2rem;box-sizing:border-box;margin-top:-.5rem;width:0;height:0;border-width:.5rem .4rem 0;border-style:solid;border-color:#000 transparent transparent;content:'';transition:all .2s linear;transform:rotate(-90deg)}.am-collapse-icon._active:after{transform:rotate(0deg)}#amasty-shopby-product-list{z-index:1}#amasty-shopby-product-list .products.wrapper{position:relative}.amshopby-option-link{display:inline-block;clear:both;margin-right:5px}.amshopby-option-link img{float:left;margin:0 5px 5px 0}.amshopby-option-link img:not([src*='/resized']){max-width:30px;max-height:30px}.am_shopby_apply_filters{position:fixed;bottom:-80px;z-index:9999;width:100%;transition:left .2s ease}.am_shopby_apply_filters.visible{bottom:0}.am-show-button{z-index:999;box-sizing:border-box;margin:0 auto;padding:15px 0;width:100%;background:#eee;text-align:center}.am-show-button>.am-items{font-size:15px}.am-show-button>.am-items.-loading{display:inline-block;margin:0 5px;width:25px;height:25px;background-image:url('../../frontend/Youngdogs/ambients/es_ES/Amasty_Shopby/images/loader-1.gif');background-size:contain;vertical-align:middle}.am-show-button>.am-button{margin-left:15px;padding:17px 50px;height:auto;border:0;border-radius:5px;background:#ff9416;box-shadow:none;color:#fff;text-align:center;font-size:14px;line-height:1}.am-show-button>.am-button:hover{background:#e27a00;transition:background .3s ease}.am-category-image{vertical-align:middle}.amshopby-filter-current .filter-label{vertical-align:middle}.amshopby-filter-current .amshopby-items{padding:0 0 0 10px}.amshopby-filter-current .amshopby-item.item{display:flex;align-items:center;position:relative;padding:0 0 0 20px}.amshopby-filter-current .amshopby-filter-name{display:flex;padding:0 5px 0 0;font-weight:700}.amshopby-filter-current .amshopby-filter-name:after{content:':'}.amshopby-filter-current .amshopby-filter-value{display:inline-block}.amshopby-filter-current .am-swatch-link{display:flex;align-items:center}.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option{margin:0}.amshopby-filter-current .amshopby-remove{display:flex;justify-content:center;align-items:center;position:absolute;left:0;width:12px;height:12px}.amshopby-filter-current .amshopby-remove:hover:after,.amshopby-filter-current .amshopby-remove:hover:before{background-color:#006bb4}.amshopby-filter-current .amshopby-remove:after,.amshopby-filter-current .amshopby-remove:before{position:absolute;width:100%;height:1px;background-color:#757575;content:''}.amshopby-filter-current .amshopby-remove:after{transform:rotate(45deg)}.amshopby-filter-current .amshopby-remove:before{transform:rotate(-45deg)}.amshopby-filter-current .am-shopby-swatch-label{margin-left:10px}.amshopby-filter-current .swatch-option-link-layered{display:flex;align-items:center;flex-basis:100%}.amshopby-filter-current .item{padding-bottom:0}.am-dropdown .am-select,.am-dropdown .chosen-container .chosen-choices{min-height:32px;border-color:#ccc;background-color:#fff;font-size:14px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif}.am-dropdown .chosen-container .chosen-choices{background-image:none}.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type=text]{min-width:100px;color:#000;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif}#amasty-shopby-overlay{position:fixed;top:0;left:0;bottom:0;right:0;width:100%;height:100%;opacity:.4;background:rgba(0,0,0,.3);z-index:1999000000;display:none}#amasty-shopby-overlay>i{font-size:3rem;position:absolute;right:50%;top:50%}.filter-state-swatch .dotted-color-img,.filter-state-swatch .dotted-color{width:10px;height:10px;display:inline-block;border-radius:50px;margin-right:5px;border:1px solid rgba(34,34,34,.1);background-position:center center;background-size:10px 10px}.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item{display:flex;align-items:center;padding:0 0 10px 20px}.am-porto-cmtb .amshopby-filter-current.filter-current .items{padding:15px}.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more{padding:12px 25px 0 0}.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image{display:block;max-width:100%;width:auto;height:auto}.am-porto-cmtb .filter-options-content .swatch-option{min-width:22px;width:22px;height:22px;border:none;background-position:center center;background-size:100% 100%;background-repeat:no-repeat;box-shadow:0 0 3px rgba(0,0,0,.2)}.am-porto-cmtb .page-wrapper>.page-header{z-index:9005}.am-porto-cmtb .page-main{z-index:9}.am-porto-cmtb .am-show-more:hover{color:#006bb4 !important}.block-products-list-carousel{position:relative}.block-products-list-carousel .block-products-list-carousel-title{position:relative;margin-bottom:30px;min-height:28px}.block-products-list-carousel .block-products-list-carousel-title h2,.block-products-list-carousel .block-products-list-carousel-title h3{font-family:'Montserrat',sans-serif;font-size:24px;font-weight:700;color:#222;line-height:1.25;margin-bottom:12px;margin-top:2rem}.block-products-list-carousel .block-products-list-carousel-title .block-products-list-carousel-description{font-family:'Open Sans',sans-serif;font-size:15px;line-height:21px;color:#222;max-width:430px;margin:0}.block-products-list-carousel .block-products-list-carousel-title .block-products-list-carousel-description a{color:currentColor;text-decoration:underline;text-underline-offset:2px}.block-products-list-carousel>.block-content{width:100%}.block-products-list-carousel.contenedor{width:100%;padding-left:20px;padding-right:20px;margin:50px auto 35px;max-width:1360px}.block-products-list-carousel .product-items-carousel{display:none;margin:0;padding:0;margin-left:-10px;margin-right:-10px}.block-products-list-carousel .product-items-carousel.slick-slider{padding:0}.block-products-list-carousel .product-items-carousel.slick-initialized{display:block}.block-products-list-carousel .product-items-carousel .slick-list{margin-bottom:40px}.block-products-list-carousel .product-items-carousel .slick-slide{padding-bottom:0;vertical-align:top}.block-products-list-carousel .product-items-carousel .product-item-carousel{margin:0 10px}.block-products-list-carousel .product-items-carousel .product-item-info .action.towishlist{padding:0 !important;line-height:42px;text-decoration:none}.block-products-list-carousel .product-items-carousel .product-item-info .action.towishlist:before{width:inherit !important;height:inherit !important}.block-products-list-carousel .product-items-carousel .product-item-info .action.towishlist:hover{text-decoration:none !important}.block-products-list-carousel .product-items-carousel .product-item-info .product-item-photo{outline:0}.block-products-list-carousel .product-items-carousel .product-item-info img.product-image-photo{margin-bottom:auto !important}.block-products-list-carousel .product-items-carousel .product-item-details{line-height:16px}.block-products-list-carousel .product-items-carousel .swatch-opt{margin:0}@media only screen and (max-width:575px){.block-products-list-carousel .product-items-carousel .swatch-opt{margin-top:5px}}.block-products-list-carousel .product-items-carousel .netreviews-stars{display:none}.block-products-list-carousel .product-items-carousel .product-item-details .swatch-attribute-options .swatch-option{background-size:30px auto !important;width:35px !important;height:35px !important}.block-products-list-carousel .product-items-carousel .product-item-details .swatch-attribute-options .swatch-more{width:35px;height:35px;position:relative;display:flex}.block-products-list-carousel .product-items-carousel .product-item-details .swatch-attribute-options .swatch-more:after{font-size:16px}.block-products-list-carousel .product-items-carousel .product-item-details .netreviews-stars-link{font-size:14px;color:#6d6e70 !important;cursor:text;text-decoration:none !important}.block-products-list-carousel .product-items-carousel .product-item-name h4{font-weight:400;line-height:inherit;font-size:inherit;margin-top:0;margin-bottom:0}.block-products-list-carousel .product-items-carousel .product-item-name a,.block-products-list-carousel .product-items-carousel .price-box.price-final_price span{color:#222 !important}.block-products-list-carousel .product-items-carousel .product-item-name a:hover{color:currentColor;text-decoration:underline !important}.block-products-list-carousel .product-items-carousel .product-item-link{text-decoration:none !important}.block-products-list-carousel .product-items-carousel .price-box.price-final_price span{font-weight:600;color:#222 !important}.block-products-list-carousel .product-items-carousel .price-box.price-final_price .special-price span{font-weight:600}.block-products-list-carousel .product-items-carousel .price-box.price-final_price span.old-price{margin-top:5px}.amblog-content-article .product-items-carousel .product-item-details .swatch-attribute-options .swatch-option{background-size:contain !important}.mega-menu-item .product-items-carousel .product-item-info,.mega-menu-item .product-items-carousel .product-item-info:hover{background-color:#f4f4f4;padding:0 20px !important}.mega-menu-item .product-items-carousel .product-item-info:hover .product-item-photo:after{opacity:0 !important}.mega-menu-item .product-items-carousel .slick-list{margin-bottom:0}.carousel-arrows-widget{position:absolute;bottom:0;right:0;display:flex;align-items:center;font-size:0}.carousel-arrows-widget .arrow-prev,.carousel-arrows-widget .arrow-next{width:28px;height:28px;line-height:28px;border-radius:100px;text-align:center;border:1px solid #222;cursor:pointer}.carousel-arrows-widget .arrow-prev.slick-disabled,.carousel-arrows-widget .arrow-next.slick-disabled{cursor:default;opacity:.5}.carousel-arrows-widget .arrow-prev:hover,.carousel-arrows-widget .arrow-next:hover{border-color:#9e342f}.carousel-arrows-widget .arrow-prev:hover .icona-prev:before,.carousel-arrows-widget .arrow-next:hover .icona-prev:before,.carousel-arrows-widget .arrow-prev:hover .icona-next:before,.carousel-arrows-widget .arrow-next:hover .icona-next:before{color:#9e342f}.carousel-arrows-widget .arrow-prev{margin-right:5px}.carousel-arrows-widget .icona-prev:before,.carousel-arrows-widget .icona-next:before{font-family:'luma-icons';font-size:12px;font-style:normal;color:#222}.carousel-arrows-widget .icona-prev:before{content:'\e617'}.carousel-arrows-widget .icona-next:before{content:'\e608'}.multi-checkout-fields label{display:block;margin-bottom:7px}.multi-checkout-fields .field{margin:1.5em 0}.multi-checkout-fields .field.checkbox label{display:inline-block;margin:0 0 0 12px}.collection-point-country,.collection-point-postalcode,.collection-point-button{display:inline-block;padding:20px 10px 0 0}.collection-point-postalcode{max-width:9em;vertical-align:top}.field-error{color:#e02b27;font-size:1.2rem;margin-top:7px}.box-order-shipping-address .box-subtitle{font-weight:600}.box-order-shipping-address .order-shipping-secondary-address{margin-top:1rem}#delivery-options-fields-block{max-width:100%}.pickup-locations-headline{font-weight:600;font-size:16px;margin-bottom:25px}.delivery-locations-form .delivery-locations-list{border:1px solid #c2c2c2;max-height:500px;overflow:auto}.delivery-locations-form .delivery-locations-list table.location{margin-top:28px}.delivery-locations-form .delivery-locations-list table.location .first-column{padding:0 14px;width:14px}.delivery-locations-form .delivery-locations-list table.location .second-column{padding:0}.opening-hour-wrapper{font-size:12px}.opening-hour-wrapper table thead{cursor:pointer;font-weight:700}.opening-hour-wrapper table thead tr td{padding:10px 0 0;display:inline-block;text-decoration:none}.opening-hour-wrapper table thead tr td:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.2rem;line-height:20px;color:#8f8f8f;content:'\e622';font-family:'luma-icons';margin:0 0 0 10px;vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.opening-hour-wrapper table thead tr td:hover:after{color:#333}.opening-hour-wrapper table thead tr td:active:after{color:#8f8f8f}.opening-hour-wrapper table tbody{display:none}.opening-hour-wrapper table tbody.special-hours-heading{padding-top:10px;font-weight:700}.opening-hour-wrapper table tbody tr td{padding:0 10px 0 0}.opening-hour-wrapper table tbody tr td.time-span{font-weight:600}.opening-hour-wrapper table._active thead tr td:after{content:'\e621'}.opening-hour-wrapper table._active tbody{display:block}.opc-block-summary .vertex-message td,.cart-summary .vertex-message td{padding:0;border-top:none}.estimation-wrapper{margin-bottom:10px}.estimation-wrapper .heading-container{margin-bottom:3px;position:relative}.estimation-wrapper .heading-container .label{display:none;font-weight:600;margin-bottom:0;margin-right:5px}.estimation-wrapper .heading-container img.loader{display:none;max-height:20px;position:absolute;top:0}.estimation-wrapper .heading-container img.loader.visible{display:inline-block}.estimation-wrapper .heading-container.visible .label{display:inline-block}.estimation-wrapper .response-container{display:none;min-height:28px}.estimation-wrapper .response-container span{margin-top:5px;margin-bottom:0}.estimation-wrapper .response-container span.post-code{cursor:pointer;font-weight:600;text-decoration:underline}.estimation-wrapper .response-container span.country-code{font-weight:600}.estimation-wrapper .response-container span.error-massage{display:none;color:red;cursor:pointer;text-decoration:underline}.estimation-wrapper .response-container .order-within-container,.estimation-wrapper .response-container #estimation_message{display:none;margin-top:3px}.estimation-wrapper .response-container .order-within-container #order_within,.estimation-wrapper .response-container #estimation_message #order_within{font-weight:700;margin-top:0}.estimation-wrapper .response-container .input-wrapper{display:inline-block}.estimation-wrapper .response-container .input-wrapper input,.estimation-wrapper .response-container .input-wrapper select{display:none;height:auto;margin:0 5px 0 0;max-width:72px;padding:2px;text-align:center}.estimation-wrapper .response-container.visible{display:block}.estimation-wrapper.show-spinner{min-height:25px}#estimated_content{display:none;float:left;margin-bottom:10px;width:100%}#estimated_content strong.label{float:left;min-height:25px}#estimated_content .loader{display:none;position:relative;top:0;left:10px}#estimated_content .loader img{height:20px}#estimated_content #estimated_response{display:none;float:left;min-height:30px;width:100%}#estimated_content #estimated_response span{display:inline-block;padding-top:5px}#estimated_content #estimated_response span#zip{cursor:pointer;text-decoration:underline}#estimated_content #estimated_response span#zip_response,#estimated_content #estimated_response span#country_response{font-weight:700}#estimated_content #estimated_response span#zip_response.clickable{cursor:pointer;text-decoration:underline}#estimated_content #estimated_response span.input-wrapper{padding-top:0}#estimated_content #estimated_response .update-location{display:inline-block;position:relative;padding:0;margin:0}#estimated_content #estimated_response .update-location .input-wrapper,#estimated_content #estimated_response .update-location .buttons{padding:0;margin:0;position:relative;top:0}#estimated_content #estimated_response .update-location #input_zip,#estimated_content #estimated_response .update-location #input_country{display:none;border:1px solid #ccc;border-radius:0;font-size:inherit;text-align:center;margin:0 2px;height:26px;padding:0;max-width:75px}#estimated_content #estimated_response .update-location #input_zip.empty,#estimated_content #estimated_response .update-location #input_country.empty{border-color:red}#estimated_content #estimated_response .update-location #coutry_text{display:none}#estimated_content #estimated_response .update-location #input_zip{margin-left:0}#estimated_content #estimated_response .update-location #input_country{padding:0 20px 0 10px;position:relative}#estimated_content #estimated_response .update-location .buttons{padding:0}#estimated_content #estimated_response .update-location .buttons #update_location{cursor:pointer;border-radius:0;padding:0;margin:0 5px;top:-2px;position:relative}#estimated_content #estimated_response .update-location .buttons #update_location span{padding:0;margin:0;width:26px}#estimated_content #estimated_response .update-location .buttons #update_location span:before{font-family:'luma-icons';font-size:12px;line-height:24px;content:'\e610';display:inline-block}#estimated_content #estimated_response .update-location .buttons #update_location{display:none}@media only screen and (max-width:1040px){#estimated_content #estimated_response .update-location{margin-top:5px}}#estimated_content #error{display:none;float:left;width:100%}#estimated_content #error #error-message{color:red}#estimated_content #error #error-message.clickable{cursor:pointer;text-decoration:underline}.wesupply_estimations_zip{max-width:65px}.page-header-v3 .header_right .wesupply-link-v2,.page-header-v4 .header_right .wesupply-link-v2{display:none}.page-header-v4.sticky-header .header.links .wesupply-tracking-info{margin-right:15px}.wesupply_options{width:150px;margin-right:10px}.wesupply-link-v2{float:left;line-height:30px}.sticky-header .wesupply-link-v2{display:none}.sms-center{text-align:center}#ws_embed_sms_notification{clear:left;font:14px Helvetica,Arial,sans-serif;margin:40px 0 20px;padding:0}#ws_embed_sms_notification.design-1 #phonePrefix,#ws_embed_sms_notification.design-1 #ws-Phone{height:50px}#ws_embed_sms_notification.ws-left{text-align:left}#ws_embed_sms_notification.ws-left.sms-center{max-width:640px;margin:0 auto;text-align:center}#ws_embed_sms_notification .block-span{display:block}#ws_embed_sms_notification .block-span.mg-top-span{margin-bottom:10px}#ws_embed_sms_notification .control-subs:before{font-size:16px;line-height:32px;color:#575757;margin:6px 0 0 8px;vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center;position:absolute;background:url('../../frontend/Youngdogs/ambients/es_ES/WeSupply_Toolbox/images/icone_phone.png');content:'';width:12px;height:20px}#ws_embed_sms_notification .control-subs .ws-Phone{padding-left:35px}#ws_embed_sms_notification #ws-responses{padding:20px 0;margin:0 auto}#ws-responses{padding-bottom:20px}#ws-responses #ws-error-response{color:red}#ws-responses #ws-success-response{color:green}.sms-center-design-2{margin:0 auto;text-align:center}.ws-title-description-container-dsg2{margin:0;position:absolute;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.ws_embed_sms_notification{width:100%;margin-top:50px}.ws_embed_sms_notification .inline-block{width:100%;text-align:left;border:1px solid #b5b5b5;position:relative}.ws_embed_sms_notification .inline-block .title-dsg-2{border-right:1px solid #b5b5b5;float:left;min-height:26px;line-height:26px;padding:15px 30px}.ws_embed_sms_notification .inline-block .description-dsg-2{float:left;display:inline-block;width:auto;padding:14px 20px;min-height:26px;line-height:26px}.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2{float:right;display:inline-block;max-width:unset;padding:11px;min-width:396px;width:auto}.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-phone-dsg-2{width:205px;float:left;height:32px;padding:0 0 0 26px;border-right:0 none}.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-country-pc-dsg2{padding:0 0 0 26px;height:34px;width:130px}.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-orderId-dsg2{margin-bottom:10px;max-width:100%}.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 button.action{float:left;clear:none;margin:0;border-radius:0}.ws_embed_sms_notification .inline-block .sms-subs{margin-top:-3px;border-radius:3px;border-bottom-left-radius:0;border-top-left-radius:0}.ws_embed_sms_notification .inline-block .title-dsg-2{padding:14px;font-size:13px;margin:0;background:#f4f4f4}.ws_embed_sms_notification .inline-block .control-subs-2:before{font-size:16px;line-height:32px;color:#575757;margin:6px 0 0 8px;vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center;position:absolute;background:url('../../frontend/Youngdogs/ambients/es_ES/WeSupply_Toolbox/images/icone_phone.png');content:'';width:12px;height:20px}@media screen and (max-width:988px){.ws_embed_sms_notification .inline-block .title-dsg-2{display:none}}@media screen and (max-width:767px){.ws_embed_sms_notification .inline-block{border:0 none}.ws_embed_sms_notification .inline-block .description-dsg-2{padding-left:0}.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2{float:left;padding:0 0 10px;clear:both}.ws_embed_sms_notification .inline-block .ws-title-description-container-dsg2{position:relative}}@media screen and (max-width:767px){.ws_embed_sms_notification .inline-block{border:1px solid #b5b5b5}.ws_embed_sms_notification .inline-block .description-dsg-2{text-align:center;width:100%}.ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2{padding:0 20px;min-width:unset}.ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 #ws-Phone{width:calc(100% - 130px);border-right:1px solid #c2c2c2}.ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 #ws-orderId{margin-bottom:10px;width:100%;max-width:100%}.ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 button#ws-embedded-subscribe{width:100%;margin-top:10px;float:none;height:auto}}.wesupply-track-shipment .page-title-wrapper,.wesupply-orders-view .page-title-wrapper{display:none}iframe.embedded-iframe.ws-stores-view{height:820px}#order-view-container{height:1000px}.order-view-modal .page-main-actions{display:none}.order-view-modal .modal-header{display:none}.order-view-modal .modal-content{padding:0}.loading-container{text-align:center;padding:40px;position:relative}.loading-container .loading-image{background:url('../../frontend/Youngdogs/ambients/es_ES/images/loader-2.gif') center center no-repeat transparent;background-size:contain;position:absolute;top:0;left:calc(50% - 100px);height:200px;width:200px;z-index:100}[class*=cms-wesupply-store-locator].sales-order-history .embedded-iframe-container,[class*=cms-wesupply-store-details].sales-order-history .embedded-iframe-container,.account.sales-order-history .embedded-iframe-container,[class*=cms-wesupply-store-locator].customer-account-index .embedded-iframe-container,[class*=cms-wesupply-store-details].customer-account-index .embedded-iframe-container,.account.customer-account-index .embedded-iframe-container{display:none}.wesupply-track-shipment #maincontent{position:relative;margin:0 auto !important;max-width:unset;padding:0;width:100%}.wesupply-track-shipment #maincontent .embedded-iframe-container{display:block}.wesupply-track-shipment #maincontent .embedded-iframe-container .page-title{text-align:left}.wesupply-track-shipment #maincontent .not-found{padding:40px 0 20px;margin:0 auto;display:table}.wesupply-track-shipment .breadcrumbs{display:none}#co-shipping-method-form .item-options .field.item{margin-left:20px}#co-shipping-method-form .item-options .field.item input.radio{margin-left:-20px;margin-top:2px}#co-shipping-method-form .item-options .field.item label.label{position:relative;top:-2px;left:-2px}#co-shipping-method-form .item-options .field.item span.eta{display:block}@media screen and (min-width:1024px){.order-view-modal{max-width:989px;left:calc(100% - 989px)}}.theme-pearl .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-phone-dsg-2{height:34px}.theme-pearl .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-country-pc-dsg2{height:34px}@media screen and (max-width:767px){.theme-pearl .checkout-shipping-method .table-checkout-shipping-method thead{display:none}.theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody{padding-bottom:20px}.theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row{display:flex;margin-left:0;padding-bottom:0}.theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row:first-child,.theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row.row-eta,.theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row td.col{border:0 none}}body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_zip,body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_zip{height:26px;min-height:unset;max-height:unset;position:relative;top:-1px}body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country,body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_country,body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #update_location,body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #update_location{height:28px}body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country,body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_country{top:-1px}body:not(.theme-pearl) #ws_embed_sms_notification.sms-center{max-width:560px;margin:40px auto}body:not(.theme-pearl) #ws_embed_sms_notification.sms-center-design-2{margin:40px auto}body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group{position:relative}body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group:before{left:0}body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #phonePrefix,body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-Phone{height:32px;vertical-align:bottom}body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-Phone{padding-left:5px}body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-orderId{margin-bottom:10px;width:460px;max-width:100%}.checkout-onepage-success .delivery-estimations{font-size:1.8rem;font-weight:600;padding-top:20px}img[src*="Loader.gif"]{opacity:0;visibility:hidden;height:auto}.lazy{opacity:1;-webkit-transition:opacity .8s;-moz-transition:opacity .8s;-ms-transition:opacity .8s;-o-transition:opacity .8s;transition:opacity .8s;visibility:visible}.payment-method-braintree .hosted-control{background:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;height:32px;line-height:1.42857143;padding:0 9px;vertical-align:baseline;width:100%;box-sizing:border-box;position:relative;width:225px}.payment-method-braintree .hosted-control:disabled{opacity:.5}.payment-method-braintree .hosted-control::-moz-placeholder{color:#575757}.payment-method-braintree .hosted-control::-webkit-input-placeholder{color:#575757}.payment-method-braintree .hosted-control:-ms-input-placeholder{color:#575757}.payment-method-braintree .hosted-control.braintree-hosted-fields-focused{border-color:#006bb4}.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused){border-color:#e02b27}.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused)~.hosted-error{height:auto;opacity:1}.payment-method-braintree .hosted-control.braintree-hosted-fields-valid{border-color:#006400}.payment-method-braintree .hosted-control.hosted-cid{width:5rem}.payment-method-braintree .hosted-control.hosted-date{float:left;margin-bottom:7px;width:6rem}.payment-method-braintree .hosted-control.hosted-date:first-of-type{margin-right:50px}.payment-method-braintree .hosted-control.hosted-date:first-of-type:after{content:'/';display:inline;padding-bottom:inherit;padding-top:inherit;position:absolute;right:-25px;top:5px}.payment-method-braintree .field-tooltip{right:0}.payment-method-braintree .hosted-error{clear:both;color:#e02b27;font-size:1.2rem;height:0;margin-top:7px;opacity:0}.braintree-paypal-logo{margin-top:10px;text-align:center}.braintree-paypal-account{padding:15px 0 15px 50px;position:relative;display:inline-block}.braintree-paypal-account:before{background-image:url('../../frontend/Youngdogs/ambients/es_ES/Magento_Braintree/images/paypal-small.png');background-position-x:0;background-position-y:0;line-height:16px;vertical-align:middle;height:16px;width:16px;background-repeat:no-repeat;content:'';display:inline-block}.braintree-paypal-account:before{left:17px;margin-top:-8px;position:absolute;top:50%}.braintree-paypal-account .payment-method-type{font-weight:700}.braintree-paypal-account .payment-method-description{color:#575757}.braintree-paypal-fieldset{border:0;margin:0;padding:0}.action-braintree-paypal-logo{background-image:none;background:0 0;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400}.action-braintree-paypal-logo:focus,.action-braintree-paypal-logo:active{background:0 0;border:none}.action-braintree-paypal-logo:hover{background:0 0;border:none}.action-braintree-paypal-logo.disabled,.action-braintree-paypal-logo[disabled],fieldset[disabled] .action-braintree-paypal-logo{pointer-events:none;opacity:.5}.action-braintree-paypal-logo img{margin:0;width:114px}.payment-method .payment-method-content .actions-toolbar.braintree-paypal-actions{margin-left:0}.account .table .col.paypal-account img{vertical-align:middle}.account .table .col.paypal-account+.actions{vertical-align:middle}.block-category-event{background:#f0f0f0;color:#333;padding:10px 0 15px;text-align:center}.block-category-event.block:last-child{margin-bottom:10px}.block-category-event .block-title{margin:0 0 10px}.block-category-event .block-title strong{font-size:1.5rem;font-weight:300}.block-category-event .ticker{margin:0;padding:0;list-style:none none}.block-category-event .ticker li{display:none;margin:0 15px}.block-category-event .ticker .value{font-size:1.8rem;font-weight:300}.block-category-event .ticker .label{font-size:1rem;display:block;text-transform:lowercase}.block-category-event .dates{display:table;margin:0 auto}.block-category-event .dates .start,.block-category-event .dates .end{display:table-cell;vertical-align:top}.block-category-event .dates .date{font-size:1.8rem}.block-category-event .dates .time{display:block}.block-category-event .dates .start{padding-right:40px;position:relative}.block-category-event .dates .start:after{font-size:1.8rem;content:'\2013';display:block;position:absolute;right:15px;top:0}.table-wrapper.billing-agreements{margin-bottom:40px}.paypal{display:inline-block;vertical-align:top}.block-minicart .paypal,.cart-summary .paypal{display:block}.paypal img{display:block;margin:5px auto 0}.opc .paypal{vertical-align:middle}.paypal.acceptance{display:block;margin:0 0 20px}.map-form-addtocart .paypal{display:block;margin:10px auto 5px}.cart-summary .paypal+.paypal{margin-top:25px}.paypal-review .actions-toolbar{margin-top:10px}.paypal-review .paypal-review-title{padding:0 0 10px}.paypal-review .paypal-review-title>strong{font-size:2.4rem;font-weight:300}.paypal-review .paypal-review-title .action{display:inline-block;margin:12px 0 0 30px}.paypal-review .table-paypal-review-items .col.name{padding-top:16px}.paypal-review .table-paypal-review-items .col.qty{text-align:center}.paypal-review .item-options dt{display:inline-block}.paypal-review .item-options dt:after{content:': '}.paypal-review .item-options dd{margin:0}.paypal-review-discount{border-bottom:1px solid #ccc;margin:0 0 40px;padding:10px 0 0}.fotorama-video-container:after{background:url(../../frontend/Youngdogs/ambients/es_ES/Magento_ProductVideo/img/gallery-sprite.png) bottom right;bottom:0;content:'';height:100px;left:0;margin:auto;position:absolute;right:0;top:12px;width:100px}.fotorama-video-container .magnify-lens{display:none !important}.fotorama-video-container.video-unplayed:hover img{opacity:.6}.fotorama-video-container.video-unplayed:hover:after{transform:scale(1.25)}.video-thumb-icon:after{background:url(../../frontend/Youngdogs/ambients/es_ES/Magento_ProductVideo/img/gallery-sprite.png) bottom left;bottom:0;content:'';height:40px;left:0;margin:auto;position:absolute;right:0;top:10px;width:49px}.product-video{bottom:0;height:75%;left:0;margin:auto;position:absolute;right:0;top:0;width:100%}.product-video iframe{height:100%;left:0;position:absolute;top:0;width:100%;z-index:9999}.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after{bottom:0;content:'';height:100px;left:0;margin:auto;position:absolute;right:0;top:12px;width:100px}.fotorama__product-video--loading:after{visibility:hidden}@media only screen and (min-device-width:320px) and (max-device-width:780px) and (orientation:landscape){.product-video{height:100%;width:81%}}.opc-wrapper .form-discount{max-width:500px}.swatch-attribute-label{font-weight:700;position:relative}.swatch-attribute-label.required{padding-right:10px}.swatch-attribute-label[data-required='1']:after{color:#e02b27;content:'*';font-size:14px;font-weight:700;position:absolute;right:-11px;top:-2px}.swatch-attribute-selected-option{color:#646464;padding-left:17px}.swatch-attribute-options{margin-top:10px}.swatch-attribute-options .swatch-option-tooltip-layered .title{color:#282828;width:100%;height:20px;position:absolute;bottom:-5px;left:0;text-align:center;margin-bottom:10px}.swatch-attribute.size .swatch-option,.swatch-attribute.manufacturer .swatch-option{background:#f0f0f0;color:#949494}.swatch-attribute.size .swatch-option.selected,.swatch-attribute.manufacturer .swatch-option.selected{blackground:#fff;border:1px solid #fff;color:#000}.swatch-option{border:1px solid #dadada;cursor:pointer;float:left;height:20px;margin:0 10px 5px 0;max-width:100%;min-width:30px;overflow:hidden;padding:1px 2px;position:relative;text-align:center;text-overflow:ellipsis}.swatch-option.text{background:#f0f0f0;color:#686868;font-size:12px;font-weight:700;line-height:20px;padding:4px 8px;min-width:22px;margin-right:7px}.swatch-option.text.selected{background-color:#fff !important}.swatch-option.selected{outline:2px solid #ff5501;border:1px solid #fff;color:#333}.swatch-option:not(.disabled):hover{border:1px solid #fff;color:#333;outline:1px solid #999}.swatch-option.image:not(.disabled):hover,.swatch-option.color:not(.disabled):hover{border:1px solid #fff;outline:2px solid #c34000}.swatch-option.disabled{cursor:default}.swatch-option.disabled:after{background:linear-gradient(to left top,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,#fff 43%,#fff 46%,#ff5216 47%,#ff5216 53%,#fff 54%,#fff 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);background:-moz-linear-gradient(to left top,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,#fff 43%,#fff 46%,#ff5216 47%,#ff5216 53%,#fff 54%,#fff 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);background:-ms-linear-gradient(to left top,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,#fff 43%,#fff 46%,#ff5216 47%,#ff5216 53%,#fff 54%,#fff 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);background:-o-linear-gradient(to left top,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,#fff 43%,#fff 46%,#ff5216 47%,#ff5216 53%,#fff 54%,#fff 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(42%,rgba(255,255,255,0)),color-stop(43%,#fff),color-stop(46%,#fff),color-stop(47%,#ff5216),color-stop(53%,#ff5216),color-stop(54%,#fff),color-stop(57%,#fff),color-stop(58%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,0)));background:-webkit-linear-gradient(to left top,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,#fff 43%,#fff 46%,#ff5216 47%,#ff5216 53%,#fff 54%,#fff 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);bottom:0;content:'';filter:'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';left:0;position:absolute;right:0;top:0}.swatch-option-disabled{border:0;cursor:default;outline:none !important}.swatch-option-disabled:after{-webkit-transform:rotate(-30deg);-ms-transform:rotate(-30deg);transform:rotate(-30deg);content:'';height:2px;left:-4px;position:absolute;top:10px;width:42px;z-index:995;background:#e02b27}.swatch-option-loading{content:url('../../frontend/Youngdogs/ambients/es_ES/images/loader-2.gif')}.swatch-option-tooltip{border:1px solid #dadada;color:#949494;display:none;max-height:100%;min-height:20px;min-width:20px;padding:5px;position:absolute;text-align:center;z-index:999;background:#fff}.swatch-option-tooltip .corner,.swatch-option-tooltip-layered .corner{bottom:0;height:8px;left:40%;position:absolute}.swatch-option-tooltip .corner:before,.swatch-option-tooltip-layered .corner:before,.swatch-option-tooltip .corner:after,.swatch-option-tooltip-layered .corner:after{border-style:solid;content:'';font-size:1px;height:0;position:relative;width:0}.swatch-option-tooltip .corner:before,.swatch-option-tooltip-layered .corner:before{border-color:#adadad transparent transparent;border-width:8px 8.5px 0;left:0;top:2px}.swatch-option-tooltip .corner:after,.swatch-option-tooltip-layered .corner:after{border-color:#fff transparent transparent;border-width:7px 7.5px 0;left:-15px;top:1px}.swatch-option-tooltip .image,.swatch-option-tooltip-layered .image{display:block;height:130px;margin:0 auto;width:130px}.swatch-option-tooltip-layered{border:1px solid #dadada;color:#949494;background:#fff;display:none;left:-47px;position:absolute;width:140px;z-index:999}.swatch-option-tooltip .title{color:#282828;display:block;max-height:200px;min-height:20px;overflow:hidden;text-align:center}.swatch-option-link-layered{margin:0 !important;padding:0 !important;position:relative}.swatch-option-link-layered:focus>div{box-shadow:0 0 3px 1px #00699d}.swatch-option-link-layered:hover>.swatch-option-tooltip-layered{display:block}.swatch-opt{margin:20px 0}.swatch-opt-listing{margin-bottom:10px}.swatch-more{display:inline-block;margin:2px 0;position:static;text-decoration:none !important;z-index:1}.swatch-visual-tooltip-layered{height:160px;top:-170px}.swatch-textual-tooltip-layered{height:30px;top:-40px}.swatch-input{left:-1000px;position:absolute;visibility:hidden}.clearfix:after{clear:both;content:'';display:block;height:0;visibility:hidden}.minilist .weee{display:table-row;font-size:1.1rem}.minilist .weee:before{display:none}.price-container.weee:before{display:none}.checkout-cart-index .page-main{padding-left:0;padding-right:0}.checkout-cart-index .page-title-wrapper{margin-bottom:15px}.checkout-cart-index h1.page-title{font-size:28px !important;line-height:31px}.cart-container{margin-bottom:75px}.cart-container .form-cart{width:70%;float:left;padding-right:4%;position:relative;margin-top:50px}.cart-container .form-cart .actions.main{text-align:center}.cart-container .form-cart .actions.main .action.continue,.cart-container .form-cart .actions.main .action.clear{display:none}.cart-container .form-cart .actions.main button.update{border-radius:4px;border:1px solid #ccc;background-color:#fff;box-shadow:none;padding:10px 12px}.cart-container .form-cart .actions.main button.update img{margin-right:5px}.cart-container .form-cart .actions.main button.update:hover{box-shadow:0px 2px 5px 0px rgba(0,0,0,.05)}.cart-summary-inner{background:#f5f5f5;margin-bottom:25px;padding:1px 0 25px}.cart-summary-inner>.title{font-size:2.4rem;display:block;font-weight:600;margin:13px 0;padding:0 15px}.cart-summary .block form:not(:last-of-type) .fieldset{margin:0 0 25px}.cart-summary .block .price{font-weight:700}.cart-summary .block .field{margin:0 0 16px}.cart-summary .block .actions-toolbar>.primary{text-align:left}.cart-summary .block .actions-toolbar>.primary .action.primary{width:auto}.cart-summary .block .fieldset.estimate select{height:43px}.cart-summary .block .title strong{font-size:1.4rem;font-weight:600}.cart-summary .block .item-options{margin:0 0 16px}.cart-summary .block .item-options .field .radio{float:left;margin-top:4px}.cart-summary .block .item-options .field .radio+.label{display:block;margin:0;overflow:hidden}.page-main .cart-summary .block{margin-bottom:0}.cart-summary .checkout-methods-items{margin:20px 0 0;padding:0 15px;text-align:center;overflow:hidden}.cart-summary .checkout-methods-items .action.primary.checkout{width:100%;text-transform:none;font-weight:600;font-size:16px}.cart-summary .checkout-methods-items .action.primary.checkout:hover{border-color:#9e342f;background-color:rgba(158,52,48,.95) !important}.cart-summary .checkout-methods-items .item{margin-bottom:25px}.cart-summary .checkout-methods-items .item:last-child{margin-bottom:0}.cart-summary .message{padding-left:20px}.cart-summary .message>*:first-child:before{display:none}.payment-methods-available{background-color:#fff;margin-top:30px;text-align:center;font-size:14px}.payment-methods-available .title img{margin-right:5px;vertical-align:text-top}.payment-methods-available .methods-available{margin-top:15px;display:flex;justify-content:center}.payment-methods-available .methods-available img{margin:5px}.cart-totals tbody .mark,.cart-totals tfoot .mark{text-align:left}.cart-totals .discount.coupon{display:none}.cart.table-wrapper{border-top:0}.cart.table-wrapper .item-info{position:relative;display:flex;justify-content:space-between;border:1px solid #ddd;padding:20px;border-radius:4px;margin-bottom:20px}.cart.table-wrapper .item-info .item-details{display:flex;width:70%;padding-right:20px}.cart.table-wrapper .item-info .item-details .product-item-details{width:100%}.cart.table-wrapper .item-info .item-details .product-item-name{-moz-hyphens:none;-ms-hyphens:none;-webkit-hyphens:none}.cart.table-wrapper .item-info .item-details .price-including-tax .price{font-weight:400;font-size:14px}.cart.table-wrapper .item-info>.qty{width:45px;text-align:center;font-size:14px;color:#222}.cart.table-wrapper .item-info>.qty .input-text.qty{padding:4px;border-radius:2px;border-color:#c2c2c2;text-align:center}.cart.table-wrapper .subtotal{width:calc(30% - 45px);text-align:left;margin-left:6%}.cart.table-wrapper .subtotal .price-including-tax .price{font-size:16px}.cart.table-wrapper .actions-toolbar{margin-top:15px;padding-bottom:15px;font-size:0}.cart.table-wrapper .actions-toolbar .action-divider{margin-right:9px;font-size:14px}.cart.table-wrapper .action{margin-right:8px;color:#222;font-size:14px;text-decoration:underline;text-underline-offset:2px;display:inline-block}.cart.table-wrapper .action:last-child{margin-right:0}.cart.table-wrapper .action.help.map{font-weight:400}.cart.table-wrapper .action.action-delete{position:absolute;top:20px;right:20px;display:inline-block;text-decoration:none}.cart.table-wrapper .action.action-delete>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.cart.table-wrapper .action.action-delete:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#8f8f8f;content:'\e604';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.cart.table-wrapper .action.action-delete:hover:before{color:#333}.cart.table-wrapper .action.action-delete:active:before{color:#8f8f8f}.cart.table-wrapper .product-item-photo{display:block;padding:0;width:100%;max-width:100px;margin-right:45px}.cart.table-wrapper .product-image-photo{mix-blend-mode:multiply}.cart.table-wrapper .product-item-name{display:block;font-size:16px;font-weight:700;margin:0 0 5px}.cart.table-wrapper .gift-registry-name-label:after{content:':'}.cart.table-wrapper .item-options{margin-bottom:0}.cart.table-wrapper .item-options dt{font-weight:600;margin:0 5px 5px 0;float:left;clear:left}.cart.table-wrapper .item-options dd{margin:0 5px 5px 0}.cart.table-wrapper .product-item-name+.item-options{margin-top:5px}.cart.table-wrapper .product-image-wrapper{background-color:#f4f4f4}.cart.table-wrapper .product-image-wrapper img{min-height:100px}.cart.table-wrapper .action.configure{display:inline-block;margin:10px 0 0}.cart.table-wrapper .item .message{margin-top:20px}.cart-products-toolbar .toolbar-amount{left:inherit;margin:25px 0 15px;padding:0;position:relative;text-align:center;top:inherit}.cart-products-toolbar-top{border-bottom:1px solid #ccc}.cart-empty{padding-left:15px;padding-right:15px}.cart-tax-info+.cart-tax-total,.cart .cart-tax-info+.cart-tax-total{display:block}.cart-discount{border:0;box-sizing:border-box;width:100%;max-width:480px;clear:left}.cart-discount .block.discount{width:auto;padding:0;border:0}.cart-discount #block-discount-heading{font-size:16px;font-weight:700;margin-bottom:15px;display:flex;align-items:flex-start}.cart-discount #block-discount-heading img{margin-right:10px;margin-top:5px}.cart-discount .fieldset.coupon{display:flex}.cart-discount .fieldset.coupon .field{width:100%;max-width:320px;margin-bottom:0}.cart-discount .fieldset.coupon input#coupon_code{border:1px solid #222;border-radius:4px;background-color:#fff;padding:10px;font-size:15px}.cart-discount .fieldset.coupon input#coupon_code::placeholder{color:#bbb}.cart-discount .fieldset.coupon input#coupon_code:disabled{color:#222;opacity:1}.cart-discount .fieldset.coupon .action.apply,.cart-discount .fieldset.coupon .action.cancel{width:max-content;background-color:#222;border:1px solid #222;font-size:16px;color:#fff;border-radius:4px;margin:0;margin-left:8px;padding:10px 15px;box-shadow:none}#co-shipping-method-form input[type=radio]{-webkit-appearance:none;appearance:none;background-color:#067eff;margin:0;margin-right:8px;color:currentColor;width:14px;height:14px;border:1px solid #067eff;border-radius:50%;display:grid;place-content:center}#co-shipping-method-form input[type=radio]:before{content:"";width:5px;height:5px;border-radius:50%;transform:scale(0);transition:.12s transform ease-in-out;box-shadow:inset 1em 1em #fff}#co-shipping-method-form input[type=radio]:checked:before{transform:scale(1)}#co-shipping-method-form .item-options .field.item label.label{top:inherit;left:inherit;line-height:18px}.block.crosssell{padding:0 15px;margin-top:70px}.block.crosssell .product-item-info{width:200px}.block-minicart .items-total .count{font-weight:400}.block-minicart .subtotal,.block-minicart .grand-total{margin:20px 0 0;display:flex;justify-content:space-between;align-items:center}.block-minicart .subtotal .label,.block-minicart .grand-total .label{font-size:18px;font-weight:600}.block-minicart .grand-total .label span~span{font-size:14px}.block-minicart .subtotal{display:none}.block-minicart .amount .price-wrapper:first-child .price{font-size:18px;font-weight:700}.block-minicart .subtitle{display:none}.block-minicart .subtitle.empty{display:block;font-size:14px;padding:30px 0 20px;text-align:center}.block-minicart dl.product.options.list{display:inline-block;vertical-align:top}.block-minicart dl.product.options.list dt{margin-right:2px !important;font-weight:600}.block-minicart .text.empty{text-align:center}.block-minicart .block-content>.actions{margin-top:15px}.block-minicart .block-content>.actions>.secondary{text-align:center;color:#222;font-size:14px;text-decoration:underline;text-underline-offset:3px;font-weight:600;padding:5px 0}.block-minicart .block-content>.actions>.secondary a>span{color:#222}.block-minicart .block-content>.actions>.primary{margin:0 0 15px}.block-minicart .block-content>.actions>.primary .action.primary{display:block;width:100%;text-transform:none;font-size:16px !important;font-weight:600;margin:0;background-color:#9e342f !important}.block-minicart .block-content>.actions>.primary .action.primary:hover{border-color:currentColor}.block-minicart .block-content>.actions .paypal-logo{margin-top:15px;text-align:center}.block-minicart .block-category-link,.block-minicart .block-product-link,.block-minicart .block-cms-link,.block-minicart .block-banners{margin:15px 0 0;text-align:center}.minicart-wrapper{display:inline-block;position:relative;float:right}.minicart-wrapper:before,.minicart-wrapper:after{content:'';display:table}.minicart-wrapper:after{clear:both}.minicart-wrapper .action.showcart{cursor:pointer;display:inline-block;text-decoration:none}.minicart-wrapper .action.showcart:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:28px;color:#8f8f8f;content:'\e611';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.minicart-wrapper .action.showcart:hover:before{color:#333}.minicart-wrapper .action.showcart:active:before{color:#8f8f8f}.minicart-wrapper .action.showcart.active{display:inline-block;text-decoration:none}.minicart-wrapper .action.showcart.active:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:28px;color:#8f8f8f;content:'\e611';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.minicart-wrapper .action.showcart.active:hover:before{color:#333}.minicart-wrapper .action.showcart.active:active:before{color:#8f8f8f}.minicart-wrapper .block-minicart{margin:0;padding:0;list-style:none none;background:#fff;border:1px solid #bbb;margin-top:4px;min-width:inherit;width:390px;z-index:101;box-sizing:border-box;display:none;position:absolute;top:100%;right:-20px;box-shadow:0 3px 3px rgba(0,0,0,.15)}.minicart-wrapper .block-minicart li{margin:0}.minicart-wrapper .block-minicart li:hover{cursor:pointer}.minicart-wrapper .block-minicart:before,.minicart-wrapper .block-minicart:after{border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0}.minicart-wrapper .block-minicart:before{border:6px solid;border-color:transparent transparent #fff;z-index:99}.minicart-wrapper .block-minicart:after{border:7px solid;border-color:transparent transparent #bbb;z-index:98}.minicart-wrapper .block-minicart:before{right:20px;top:-12px}.minicart-wrapper .block-minicart:after{right:19px;top:-14px}.minicart-wrapper.active{overflow:visible}.minicart-wrapper.active .block-minicart{display:block}.minicart-wrapper .block-minicart{padding:15px 20px;margin-top:15px;box-shadow:0px 10px 20px 0px rgba(0,0,0,.15);border-color:#ccc}.minicart-wrapper .block-minicart:before{top:-20px;border:10px solid;border-color:transparent transparent #fff}.minicart-wrapper .block-minicart:after{top:-22px;border:11px solid;border-color:transparent transparent #bbb}.minicart-wrapper .block-minicart .block-title span.text{font-size:18px;font-weight:700}.minicart-wrapper .block-minicart .block-title .qty{display:block}.minicart-wrapper .block-minicart .items-total{font-size:13px}.minicart-wrapper .product .actions{position:absolute;top:20px;right:0}.minicart-wrapper .product .actions>.primary,.minicart-wrapper .product .actions>.secondary{display:inline}.minicart-wrapper .product .actions>.primary:not(:last-child),.minicart-wrapper .product .actions>.secondary:not(:last-child){margin-right:15px}.minicart-wrapper .action.close{height:20px;position:absolute;right:20px;top:22px;width:20px;background-image:none;background:0 0;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-shadow:none;font-weight:400;display:inline-block;text-decoration:none}.minicart-wrapper .action.close:focus,.minicart-wrapper .action.close:active{background:0 0;border:none}.minicart-wrapper .action.close:hover{background:0 0;border:none}.minicart-wrapper .action.close.disabled,.minicart-wrapper .action.close[disabled],fieldset[disabled] .minicart-wrapper .action.close{pointer-events:none;opacity:.5}.minicart-wrapper .action.close>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.minicart-wrapper .action.close:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:20px;line-height:20px;color:#222;content:'\e616';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.minicart-wrapper .action.close:hover:before{color:inherit}.minicart-wrapper .action.close:active:before{color:inherit}.minicart-wrapper .action.showcart{white-space:nowrap}.minicart-wrapper .action.showcart .counter.qty{background:#ff5501;color:#fff;height:24px;line-height:24px;border-radius:2px;display:inline-block;margin:3px 0 0;min-width:18px;overflow:hidden;padding:0 3px;text-align:center;white-space:normal}.minicart-wrapper .action.showcart .counter.qty.empty{display:none}.minicart-wrapper .action.showcart .counter.qty .loader>img{max-width:24px}.minicart-wrapper .action.showcart .counter-number{text-shadow:0 0 7px #000}.minicart-wrapper .minicart-widgets{margin-top:15px}.minicart-items-wrapper{overflow-y:auto;width:100%}.minicart-items-wrapper::-webkit-scrollbar{width:12px;background-color:#ffff}.minicart-items-wrapper::-webkit-scrollbar-thumb{background-color:#ccc;border-left:8px #fff solid;background-clip:padding-box}.minicart-items{margin:0;padding:0;list-style:none none}.minicart-items .product-item{padding:20px 0;padding-right:5px;position:relative;border-bottom:1px solid #ccc}.minicart-items .product-image-wrapper{background-color:#f4f4f4}.minicart-items .product-image-wrapper .product-image-photo{mix-blend-mode:multiply}.minicart-items .product-item-pricing{margin-top:0}.minicart-items .product-item-pricing .label{display:none}.minicart-items .product-item-pricing .details-qty.qty{font-size:13px}.minicart-items .price-minicart{margin-bottom:5px}.minicart-items .product-item-name{font-weight:700;margin:0 0 5px;padding-right:25px;font-size:14px;line-height:18px;-moz-hyphens:none;-ms-hyphens:none;-webkit-hyphens:none}.minicart-items .product-item-name a{color:#222}.minicart-items .product-item-details{padding-left:85px}.minicart-items .product-item-details .details-qty .price{font-weight:400;font-size:13px}.minicart-items .product-item-details .details-qty>span{display:inline-block}.minicart-items .product-item-details .price-container{text-align:right;width:100%}.minicart-items .product-item-details .price-container .price-wrapper>span{display:flex;justify-content:flex-end}.minicart-items .product-item-details .price-container .price-including-tax,.minicart-items .product-item-details .price-container .price-excluding-tax{font-size:14px;line-height:1}.minicart-items .product-item-details .price-container .price{font-size:14px;font-weight:700;line-height:16px}.minicart-items .product-item-details .price-container .minicart-price-unit{margin-right:auto;font-size:12px}.minicart-items .product-item-details .price-container .minicart-price-unit .price{font-size:13px;font-weight:400}.minicart-items .product-item-details .product .options.list{margin-bottom:0;font-size:13px}.minicart-items .product>.product-item-photo,.minicart-items .product>.product-image-container{float:left}.minicart-items .product .toggle{border:0;padding:0 40px 5px 0}.minicart-items .product .toggle:after{color:#8f8f8f;margin:0 0 0 5px;position:static}.minicart-items .product .active>.toggle:after{content:'\e621'}.minicart-items .product.pricing{margin-top:3px}.minicart-items .product.options .toggle.tooltip{display:inline-block;text-decoration:none}.minicart-items .product.options .toggle.tooltip>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.minicart-items .product.options .toggle.tooltip:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:12px;color:inherit;content:'\e622';font-family:'luma-icons';margin:-3px 0 0 7px;vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.minicart-items .product.options .details{display:none}.minicart-items .item-qty{margin-right:10px;text-align:center;width:45px}.minicart-items .update-cart-item{font-size:1.1rem;vertical-align:top}.minicart-items .subtitle{display:none}.minicart-items .action.edit,.minicart-items .action.delete{display:inline-block;text-decoration:none}.minicart-items .action.edit>span,.minicart-items .action.delete>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.minicart-items .action.edit:before,.minicart-items .action.delete:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:15px;line-height:20px;color:#8f8f8f;content:'\e601';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.minicart-items .action.edit:hover:before,.minicart-items .action.delete:hover:before{color:#333}.minicart-items .action.edit:active:before,.minicart-items .action.delete:active:before{color:#8f8f8f}.minicart-items .action.delete:before{content:'\e604'}@media (min-width:1190px){.minicart-wrapper .block-minicart{right:-10px}}.checkout-container{margin:25px 0 20px}.opc-wrapper{margin:0 0 20px}.opc-wrapper .step-title{border-bottom:1px solid #ccc;margin-bottom:25px;font-weight:700;font-size:16px;padding-bottom:10px;color:#222}.opc-wrapper .step-content{margin:0 0 40px}.checkout-index-index .logo{margin-left:0}.checkout-onepage-success .print{display:none}.opc-estimated-wrapper{background:#f4f4f4;border:1px solid #ccc;margin:0 0 45px;padding:18px 15px;position:relative}.opc-estimated-wrapper .estimated-block{font-size:18px;font-weight:700;display:flex;flex-wrap:wrap;align-items:flex-end}.opc-estimated-wrapper .estimated-block .estimated-label{display:block;margin:0 0 5px;width:100%;font-size:20px;font-weight:600;position:relative}.opc-estimated-wrapper .estimated-block .estimated-label:after{content:'\e622';font-family:'luma-icons';font-size:16px;line-height:20px;position:absolute;top:4px;right:0;transform:rotate(-90deg)}.opc-estimated-wrapper .estimated-block .qty-counter{font-size:14px;font-weight:400}.opc-estimated-wrapper .estimated-block .qty-counter .counter-number{font-weight:600}.opc-estimated-wrapper .estimated-block .estimated-price{margin-left:auto;font-size:18px;font-weight:600}.opc-estimated-wrapper .estimated-block-btn{position:absolute;width:100%;height:100%;top:0;left:0}.opc-estimated-wrapper .minicart-wrapper button.action.showcart{background-image:none;background:0 0;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400}.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active{background:0 0;border:none}.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover{background:0 0;border:none}.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart{pointer-events:none;opacity:.5}.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before{color:#333}.opc-progress-bar{margin-bottom:15px}.opc-progress-bar .opc-progress-bar-item{display:inline-block;font-size:13px}.opc-progress-bar .opc-progress-bar-item:first-child:after{content:'/';display:inline-block;margin:4px}.opc-progress-bar .opc-progress-bar-item._active{font-weight:600}.opc-progress-bar .opc-progress-bar-item._complete{cursor:pointer}.field .control._with-tooltip input{width:100%}.field.choice .field-tooltip{display:inline-block;margin-left:10px;position:relative;top:-3px}.field.choice .field-tooltip-action{line-height:21px}.field._error .control input,.field._error .control select,.field._error .control textarea{border-color:#ed8380}.checkout-index-index .modal-popup .field-tooltip{top:5px;right:10px}.checkout-index-index .modal-popup .fieldset .field .label{font-weight:400}.checkout-index-index .modal-popup .fieldset .field select{height:43px}.checkout-index-index .modal-popup .modal-footer .action-hide-popup{color:#222;margin-top:8px}.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover{color:currentColor}.field-tooltip{cursor:pointer;position:absolute;right:0;top:1px}.field-tooltip._active{z-index:100}.field-tooltip._active .field-tooltip-content{display:block}.field-tooltip._active .field-tooltip-action:before{color:#333}.field-tooltip .field-tooltip-action{display:inline-block;text-decoration:none}.field-tooltip .field-tooltip-action>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.field-tooltip .field-tooltip-action:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:21px;line-height:inherit;color:#bbb;content:'\e623';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.field-tooltip .field-tooltip-action:hover:before{color:#333}._keyfocus .field-tooltip .field-tooltip-action:focus{z-index:100}._keyfocus .field-tooltip .field-tooltip-action:focus+.field-tooltip-content{display:block}._keyfocus .field-tooltip .field-tooltip-action:focus:before{color:#333}.field-tooltip .field-tooltip-content{background:#f4f4f4;border:1px solid #999;border-radius:1px;font-size:14px;padding:12px;width:270px;display:none;left:38px;position:absolute;text-transform:none;top:-9px;word-wrap:break-word;z-index:2}.field-tooltip .field-tooltip-content:before,.field-tooltip .field-tooltip-content:after{border:10px solid transparent;height:0;width:0;border-right-color:#f4f4f4;left:-21px;top:12px;content:'';display:block;position:absolute;z-index:3}.field-tooltip .field-tooltip-content:before{border-right-color:#666}.field-tooltip .field-tooltip-content:after{border-right-color:#f4f4f4;width:1px;z-index:4}@media only screen and (max-width:967px){.field-tooltip .field-tooltip-content{left:auto;right:-10px;top:40px}.field-tooltip .field-tooltip-content:before,.field-tooltip .field-tooltip-content:after{border:10px solid transparent;height:0;left:auto;margin-top:-21px;right:10px;top:0;width:0}.field-tooltip .field-tooltip-content:before{border-bottom-color:#666}.field-tooltip .field-tooltip-content:after{border-bottom-color:#f4f4f4;top:1px}}.opc-wrapper .form-login,.opc-wrapper .form-shipping-address{margin-top:28px;margin-bottom:28px}.opc-wrapper .form-login .fieldset .field .label,.opc-wrapper .form-shipping-address .fieldset .field .label{font-weight:400;font-size:16px}.opc-wrapper .form-login .fieldset .field._required>.label:after,.opc-wrapper .form-shipping-address .fieldset .field._required>.label:after{font-size:12px;margin:0 0 0 2px}.opc-wrapper .form-login .fieldset .field select,.opc-wrapper .form-shipping-address .fieldset .field select{height:inherit;padding:.75em}.opc-wrapper .form-login .fieldset .field input,.opc-wrapper .form-shipping-address .fieldset .field input,.opc-wrapper .form-login .fieldset .field select,.opc-wrapper .form-shipping-address .fieldset .field select{font-size:15px;color:#222}.opc-wrapper .form-login .fieldset>.field,.opc-wrapper .form-shipping-address .fieldset>.field{margin-bottom:25px}.opc-wrapper .form-login .fieldset .note,.opc-wrapper .form-shipping-address .fieldset .note{font-size:14px;margin-top:5px}.opc-wrapper .form-login .actions-toolbar,.opc-wrapper .form-shipping-address .actions-toolbar{margin-bottom:40px}.opc-wrapper .form-login .actions-toolbar>.primary,.opc-wrapper .form-shipping-address .actions-toolbar>.primary{float:none;display:block}.opc-wrapper .form-login .actions-toolbar .action.primary,.opc-wrapper .form-shipping-address .actions-toolbar .action.primary{margin:0;padding:14px 15px;text-transform:none;font-weight:600;font-size:16px;width:100%}.opc-wrapper .form-login .actions-toolbar .action.primary:hover,.opc-wrapper .form-shipping-address .actions-toolbar .action.primary:hover{background-color:#222 !important}.opc-wrapper .form-login .actions-toolbar>.secondary,.opc-wrapper .form-shipping-address .actions-toolbar>.secondary{text-align:left}.opc-wrapper .form-login .actions-toolbar>.secondary .action,.opc-wrapper .form-shipping-address .actions-toolbar>.secondary .action{margin-top:15px;text-align:left;color:#222;text-decoration:underline;font-size:14px}.opc-wrapper .shipping-address-items{font-size:0}.opc-wrapper .shipping-address-item{border:2px solid #ccc;font-size:14px;line-height:26px;margin:0 0 20px;padding:20px 35px 20px 20px;transition:.3s border-color;width:100%;display:inline-block;position:relative;vertical-align:top;word-wrap:break-word}.opc-wrapper .shipping-address-item a{color:#222}.opc-wrapper .shipping-address-item.selected-item{border-color:#222}.opc-wrapper .shipping-address-item.selected-item:after{background:#222;color:#fff;content:'\f00c';font-family:'FontAwesome';height:30px;width:30px;font-size:18px;line-height:30px;padding-top:0;position:absolute;right:3px;text-align:center;top:3px}.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item{visibility:hidden}.opc-wrapper .action-show-popup{margin:0 0 20px;background-color:#fff;box-shadow:none;padding:10px 22px;border:1px solid #ccc;border-radius:4px;color:#222}.opc-wrapper .action-show-popup:hover{box-shadow:0px 2px 5px 0px rgba(0,0,0,.05)}.opc-wrapper .action-show-popup>span:before{content:'+';padding-right:5px}.opc-wrapper .action-select-shipping-item{float:right;margin:20px 0 0;border-radius:4px;border:1px solid #ccc;background-color:#fff;box-shadow:none;padding:12px 22px;line-height:14px}.opc-wrapper .action-select-shipping-item:hover{box-shadow:0px 2px 5px 0px rgba(0,0,0,.05)}.opc-wrapper .edit-address-link{display:block;float:left;margin:20px 0 0;color:#222;text-decoration:underline}.opc-wrapper .field-tooltip{top:10px;right:10px}.opc-wrapper .field-tooltip .field-tooltip-action:before{font-size:18px}#shipping-new-address-form input#shipping-save-in-address-book{padding:0;height:initial;width:initial;margin-bottom:0;display:none;cursor:pointer}#shipping-new-address-form input#shipping-save-in-address-book+label{position:relative;cursor:pointer}#shipping-new-address-form input#shipping-save-in-address-book+label:before{content:'';-webkit-appearance:none;appearance:none;background-color:transparent;border:1px solid #222;width:16px;height:16px;display:inline-block;position:relative;vertical-align:middle;cursor:pointer;margin-right:5px}#shipping-new-address-form input#shipping-save-in-address-book:checked+label:after{content:'';display:block;position:absolute;left:6px;top:5px;width:5px;height:10px;border:solid #000;border-width:0 2px 2px 0;transform:rotate(45deg)}.checkout-shipping-method{margin-top:50px}.checkout-shipping-method .step-title{margin-bottom:25px}.checkout-shipping-method .no-quotes-block{margin:20px 0}.methods-shipping .actions-toolbar .action.primary{margin:20px 0 0;text-transform:none;border-color:#222;background-color:#222 !important;font-size:16px;min-width:210px;padding:16px 20px}.table-checkout-shipping-method{margin-bottom:25px}.table-checkout-shipping-method .item-shipping-method{position:relative;padding:22px 25px;margin-bottom:15px;display:flex;align-items:center;font-size:15px}.table-checkout-shipping-method .item-shipping-method span{position:relative;pointer-events:none}.table-checkout-shipping-method .item-shipping-method .radio-btn{width:20px;height:20px;border:1px solid #222;background:#fff;border-radius:50%;z-index:1;margin-right:15px}.table-checkout-shipping-method .item-shipping-method .col.col-carrier:after{content:'-';display:inline-block;margin:0 4px}.table-checkout-shipping-method .item-shipping-method .col.col-price{margin-left:auto;font-weight:700}.checkout-index-index #co-shipping-method-form input[type=radio]{position:absolute;width:100%;height:100%;margin:0;background:#fff;border:1px solid #ddd;border-radius:4px;top:0;left:0;z-index:0}.checkout-index-index #co-shipping-method-form input[type=radio]:checked{background:#f5f5f5;border-color:#222}.checkout-index-index #co-shipping-method-form input[type=radio]:checked~span.radio-btn:after{content:"";position:absolute;width:14px;height:14px;border-radius:50%;background-color:#222;top:2px;left:2px}.checkout-index-index #co-shipping-method-form input[type=radio]:before{display:none}.checkout-shipping-method{position:relative}.shipping-policy-block.field-tooltip{top:12px}.shipping-policy-block.field-tooltip .field-tooltip-action{color:#006bb4;cursor:pointer}.shipping-policy-block.field-tooltip .field-tooltip-action:before{display:none}.shipping-policy-block.field-tooltip .field-tooltip-content{width:420px;top:30px}.opc-block-shipping-information{padding:0 30px}.opc-block-shipping-information .shipping-information-title{border-bottom:1px solid #ccc;margin:0 0 20px;position:relative;font-size:18px;font-weight:600}.opc-block-shipping-information .shipping-information-title .action-edit{font-size:14px;font-weight:600;color:#222;text-decoration:underline;text-transform:capitalize;margin:0;position:absolute;right:0}.opc-block-shipping-information .shipping-information-content{line-height:25px}.opc-block-shipping-information .shipping-information-content .actions-toolbar{margin-left:0}.opc-block-shipping-information .shipping-information-content a{color:#222}.opc-block-shipping-information .ship-to,.opc-block-shipping-information .ship-via{margin:0}.opc-block-shipping-information .ship-to{margin-bottom:40px}.opc-summary-wrapper .modal-header .action-close{margin:20px 15px}.opc-summary-wrapper .modal-header .action-close:before{color:#222;font-size:17px;line-height:17px}#opc-sidebar{padding:20px 15px;background:#fff;border:1px solid #ccc}.opc-block-summary>.title{font-size:24px;font-weight:600;padding-bottom:5px;color:#222;display:block}.opc-block-summary .outer-table-totals{border-top:1px solid #ccc;padding-top:5px}.opc-block-summary .table-totals{border-top:0;padding-top:0;margin-bottom:30px}.opc-block-summary .table-totals tbody .mark{padding:8px 0}.opc-block-summary .mark .value{color:#222;display:inline-block}.opc-block-summary .discount.coupon{display:none}.opc-block-summary .grand.incl+.grand.excl .mark,.opc-block-summary .grand.incl+.grand.excl .amount{border-top:0;font-size:1.4rem;padding-top:0}.opc-block-summary .grand.incl+.grand.excl .mark strong,.opc-block-summary .grand.incl+.grand.excl .amount strong{font-weight:400}.opc-block-summary .not-calculated{font-style:italic}.opc-block-summary .items-in-cart{margin-bottom:10px !important}.opc-block-summary .items-in-cart>.title{padding:0 40px 0 0;cursor:pointer;display:block;text-decoration:none;margin-bottom:0;position:relative}.opc-block-summary .items-in-cart>.title>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.opc-block-summary .items-in-cart>.title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:12px;color:inherit;content:'\e622';font-family:'luma-icons';margin:3px 0 0;vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.opc-block-summary .items-in-cart>.title:after{position:absolute;right:0;top:0}.opc-block-summary .items-in-cart>.title strong{font-size:1.4rem;font-weight:400;margin:0}.opc-block-summary .items-in-cart>.title strong span:first-of-type{font-weight:700}.opc-block-summary .items-in-cart.active>.title:after{content:'\e621'}.opc-block-summary .items-in-cart .product{position:relative}.opc-block-summary .items-in-cart .product .item-options{margin-bottom:0;font-size:13px}.opc-block-summary .items-in-cart .product .item-options dt{font-weight:600;margin:0 5px 5px 0}.opc-block-summary .content.minicart-items{border-top:1px solid #ccc;margin-top:10px}.opc-block-summary .minicart-items-wrapper{margin:0;padding:15px 0 0;border:0}.column.main .opc-block-summary .product-item{margin:0;padding-left:0}.opc-block-summary .product-item{border-bottom:0;padding:15px 0}.opc-block-summary .product-item .product-item-inner{display:table;margin:0 0 10px;width:100%}.opc-block-summary .product-item .product-item-name-block{display:table-cell;padding-right:5px;text-align:left}.opc-block-summary .product-item .details-qty{margin-bottom:5px;font-size:13px}.opc-block-summary .product-item .subtotal{display:table-cell;text-align:right}.opc-block-summary .product-item .price{font-size:1.6rem;font-weight:700}.opc-block-summary .product-item .price-including-tax+.price-excluding-tax .price{font-size:1rem}.opc-block-summary .product-item .product-image-wrapper{height:100%}.opc-block-summary .product-item .product-image-wrapper img{mix-blend-mode:multiply;height:100%}.opc-block-summary .product-item .message{margin-top:10px}.opc-block-summary .actions-toolbar{position:relative;z-index:1}.opc-block-summary .actions-toolbar .secondary{display:block;text-align:center;padding:5px 0;margin-top:10px;margin-bottom:20px}.opc-block-summary .actions-toolbar .secondary a{color:#222;font-size:14px;text-decoration:underline;text-underline-offset:3px;font-weight:600}.opc-block-summary .actions-toolbar .secondary .action{margin:0}.authentication-dropdown{box-sizing:border-box}.authentication-dropdown .modal-inner-wrap{padding:25px}.authentication-wrapper{float:right;margin-top:-60px;max-width:50%;position:relative;z-index:1}._has-auth-shown .authentication-wrapper{z-index:900}.block-authentication .block-title{font-size:1.8rem;border-bottom:0;margin-bottom:25px}.block-authentication .block-title strong{font-weight:300}.block-authentication .field .label{font-weight:400}.block-authentication .actions-toolbar{margin-bottom:5px}.block-authentication .actions-toolbar>.secondary{padding-top:25px;text-align:left}.block-authentication .block[class]{margin:0}.block-authentication .block[class] ul{list-style:none;padding-left:10px}.block-authentication .block[class] .field .control,.block-authentication .block[class] .field .label{float:none;width:auto}.block-authentication .block[class]+.block{border-top:1px solid #c1c1c1;margin-top:40px;padding-top:40px;position:relative}.block-authentication .block[class]+.block:before{height:36px;line-height:34px;margin:-19px 0 0 -18px;min-width:36px;background:#fff;border:1px solid #c1c1c1;border-radius:50%;box-sizing:border-box;color:#c1c1c1;content:attr(data-label);display:inline-block;left:50%;letter-spacing:normal;padding:0 .2rem;position:absolute;text-align:center;text-transform:uppercase;top:0}.checkout-payment-method .payment-method{margin-bottom:20px;background:#fff;border:1px solid #ddd;border-radius:4px;padding:22px 25px;position:relative;margin-bottom:15px}.checkout-payment-method .payment-method._active{background:#f5f5f5;border-color:#222}.checkout-payment-method .payment-method._active .payment-method-content{display:block;margin-top:15px}.checkout-payment-method .payment-method .payment-method-title{display:flex;align-items:center;font-size:15px;justify-content:flex-start}.checkout-payment-method .payment-method .payment-method-title input[type=radio]{-webkit-appearance:none;position:relative;width:20px;height:20px;appearance:none;border:1px solid #222;border-radius:50%;margin-right:12px;flex:0 0 20px;margin-top:0}.checkout-payment-method .payment-method .payment-method-title input[type=radio]:checked:before{content:'';width:14px;height:14px;background:#222;position:absolute;top:2px;left:2px;border-radius:50%}.checkout-payment-method .payment-method .payment-method-title>label{display:flex;align-items:center;width:100%}.checkout-payment-method .payment-method .payment-method-title>label>span:first-of-type{font-weight:600;margin-right:15px}.checkout-payment-method .payment-method .payment-method-title>label img{order:10;margin:0;margin-left:auto}.checkout-payment-method .payment-method form.form-purchase-order{margin-bottom:15px}.checkout-payment-method .payment-method-content #po_number{margin-bottom:20px}.checkout-payment-method .payment-method-title .payment-icon{display:inline-block;margin-right:5px;vertical-align:middle}.checkout-payment-method .payment-method-title .action-help{display:inline-block;margin-left:5px}.checkout-payment-method .payment-method-content{display:none}.checkout-payment-method .payment-method-content .fieldset:not(:last-child){margin:0 0 20px}.checkout-payment-method .payment-group+.payment-group .step-title{margin:20px 0 0}.checkout-payment-method .field-select-billing,.checkout-payment-method .billing-address-form{max-width:100%}.checkout-payment-method .billing-address-form .choice.field{position:relative}.checkout-payment-method .billing-address-form .choice.field label{display:inline-block;padding-left:25px;font-size:14px;line-height:16px;color:#222;position:relative;outline:0;font-weight:400}.checkout-payment-method .billing-address-form .choice.field input[type=checkbox]{position:absolute;z-index:-1;opacity:0}.checkout-payment-method .billing-address-form .choice.field .control__indicator{border:1px solid #222;position:absolute;top:0;left:0;height:16px;width:16px;background:#fff}.checkout-payment-method .billing-address-form .choice.field .control__indicator:after{content:'';position:absolute;display:none;left:5px;top:1px;width:5px;height:10px;border:solid #000;border-width:0 2px 2px 0;transform:rotate(45deg)}.checkout-payment-method .billing-address-form .choice.field input:checked~.control__indicator:after{display:block}.checkout-payment-method .billing-address-same-as-shipping-block{position:relative}.checkout-payment-method .billing-address-same-as-shipping-block label{display:inline-block;padding-left:25px;font-size:14px;line-height:16px;color:#222;position:relative;outline:0;font-weight:600}.checkout-payment-method .billing-address-same-as-shipping-block input[type=checkbox]{position:absolute;z-index:-1;opacity:0}.checkout-payment-method .billing-address-same-as-shipping-block .control__indicator{border:1px solid #222;position:absolute;top:0;left:0;height:16px;width:16px;background:#fff}.checkout-payment-method .billing-address-same-as-shipping-block .control__indicator:after{content:'';position:absolute;display:none;left:5px;top:1px;width:5px;height:10px;border:solid #000;border-width:0 2px 2px 0;transform:rotate(45deg)}.checkout-payment-method .billing-address-same-as-shipping-block input:checked~.control__indicator:after{display:block}.checkout-payment-method .checkout-billing-address{margin:20px 0;padding:20px;border:2px solid #222}.checkout-payment-method .checkout-billing-address>fieldset{margin:20px 0 0}.checkout-payment-method .checkout-billing-address select{height:43px}.checkout-payment-method .checkout-billing-address .primary{margin-top:20px}.checkout-payment-method .checkout-billing-address .primary .action-update{margin-right:0;background-color:#fff;box-shadow:none;padding:12px 22px;border:1px solid #ccc;border-radius:4px;color:#222;line-height:1}.checkout-payment-method .checkout-billing-address .primary .action-update:hover{box-shadow:0px 2px 5px 0px rgba(0,0,0,.05)}.checkout-payment-method .checkout-billing-address .action-cancel{color:#222}.checkout-payment-method .checkout-billing-address .billing-address-details{line-height:26px;margin-bottom:20px}.checkout-payment-method .checkout-billing-address .billing-address-details a{color:#222}.checkout-payment-method .checkout-billing-address .billing-address-details .action-edit-address{display:block;margin:20px 0 0;color:#222;text-decoration:underline}.checkout-payment-method .payment-method-note+.checkout-billing-address{margin-top:20px}.checkout-payment-method .payment-method-iframe{background-color:transparent;display:none;width:100%}.checkout-payment-method .no-payments-block{margin:20px 0}.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after{content:'\e621'}.checkout-payment-method .payment-option._collapsible .payment-option-title{cursor:pointer}.checkout-payment-method .payment-option._collapsible .payment-option-content{display:none}.checkout-payment-method .payment-option-title{border-top:1px solid #ccc;padding:20px 0}.checkout-payment-method .payment-option-title .action-toggle{color:#006bb4;display:inline-block;text-decoration:none}.checkout-payment-method .payment-option-title .action-toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:16px;color:#8f8f8f;content:'\e622';font-family:'luma-icons';margin:0 0 0 10px;vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.checkout-payment-method .payment-option-title .action-toggle:hover:after{color:#333}.checkout-payment-method .payment-option-title .action-toggle:active:after{color:#8f8f8f}.checkout-payment-method .payment-option-content{padding:0 0 20px 22px}.checkout-payment-method .payment-option-content .primary .action.action-apply{margin-right:0}.checkout-payment-method .payment-option-inner{margin:0 0 20px}.checkout-payment-method .credit-card-types{padding:0}.checkout-payment-method .credit-card-types .item{display:inline-block;list-style:none;margin:0 5px 0 0;vertical-align:top}.checkout-payment-method .credit-card-types .item._active{font-weight:700}.checkout-payment-method .credit-card-types .item._active img{-webkit-filter:grayscale(0%)}.checkout-payment-method .credit-card-types .item._inactive{opacity:.4}.checkout-payment-method .credit-card-types .item span{display:inline-block;padding-top:6px;vertical-align:top}.checkout-payment-method .credit-card-types img{-webkit-filter:grayscale(100%);-webkit-transition:all .6s ease}.checkout-payment-method .ccard .fields>.year{padding-left:5px}.checkout-payment-method .ccard .fields .select{padding-left:5px;padding-right:5px}.checkout-payment-method .ccard .month .select{width:140px}.checkout-payment-method .ccard .year .select{width:80px}.checkout-payment-method .ccard .number .input-text{width:225px}.checkout-payment-method .ccard>.field.cvv>.control{display:inline-block;padding-right:20px}.checkout-payment-method .ccard .cvv .label{display:block}.checkout-payment-method .ccard .cvv .input-text{width:55px}.checkout-payment-method .ccard.fieldset>.field .fields.group.group-2 .field{width:auto !important}.checkout-payment-method .discount-code.payment-option{margin:0;margin-top:40px}.checkout-payment-method .discount-code.payment-option .payment-option-title{padding:25px 0 0}.checkout-payment-method .discount-code.payment-option .payment-option-title #block-discount-heading{display:flex;align-items:flex-start}.checkout-payment-method .discount-code.payment-option .payment-option-title #block-discount-heading>span{font-size:16px;font-weight:700}.checkout-payment-method .discount-code.payment-option .payment-option-title #block-discount-heading img{margin-right:10px}.checkout-payment-method .discount-code.payment-option .payment-option-content{padding:0;margin-top:15px}.checkout-payment-method .discount-code.payment-option .payment-option-content #discount-form{display:flex;width:100%}.checkout-payment-method .discount-code.payment-option .payment-option-content #discount-form .payment-option-inner{width:100%;max-width:320px}.checkout-payment-method .discount-code.payment-option .payment-option-content #discount-form input{border:1px solid #222;border-radius:4px;background-color:#fff;padding:10px;font-size:15px;opacity:1}.checkout-payment-method .discount-code.payment-option .payment-option-content #discount-form .actions-toolbar>.primary .action{width:max-content;background-color:#222;border:1px solid #222;font-size:16px;color:#fff;border-radius:4px;margin:0;margin-left:8px;padding:10px 15px;box-shadow:none}.checkout-agreements-block .checkout-agreements{margin-bottom:20px}.checkout-agreements-block .action-show{vertical-align:baseline}.checkout-agreements-items{padding-bottom:30px}.checkout-agreements-items .checkout-agreements-item{margin-bottom:20px}.checkout-agreements-items .checkout-agreements-item-title{border-bottom:0}.checkout-agreement-item-content{overflow:auto}.box-tocart .action.instant-purchase{vertical-align:top}.box-tocart .action.instant-purchase:not(:last-child){margin-bottom:15px}.multicheckout.results h3,.multicheckout.success h3{font-size:1.6rem;margin-bottom:20px;margin-top:30px}.multicheckout.results h3 a,.multicheckout.success h3 a{color:#333}.multicheckout.results h3 a:hover,.multicheckout.success h3 a:hover{text-decoration:none}.multicheckout.results ul.orders-list,.multicheckout.success ul.orders-list{list-style:none;padding-left:0}.multicheckout.results .orders-list,.multicheckout.success .orders-list{margin-top:25px;padding-left:16px}.multicheckout.results .orders-list .shipping-list .shipping-item,.multicheckout.success .orders-list .shipping-list .shipping-item{margin-left:84px}.multicheckout.results .orders-list .shipping-list .shipping-label,.multicheckout.success .orders-list .shipping-list .shipping-label{font-weight:700;margin-right:10px}.multicheckout.results .orders-list .shipping-list .shipping-address,.multicheckout.success .orders-list .shipping-list .shipping-address{font-weight:400}.multicheckout.results .orders-list .shipping-list .error-block,.multicheckout.success .orders-list .shipping-list .error-block{color:#e02b27}.multicheckout.results .orders-list .shipping-list .error-block .error-label,.multicheckout.success .orders-list .shipping-list .error-block .error-label{font-weight:700;margin-right:10px}.multicheckout.results .orders-list .shipping-list .error-block .error-description,.multicheckout.success .orders-list .shipping-list .error-block .error-description{font-weight:400}.multicheckout.results .orders-succeed .orders-list,.multicheckout.success .orders-succeed .orders-list{margin-top:0}.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id{float:left}.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item{margin-left:100px}.multicheckout .title{margin-bottom:30px}.multicheckout .title strong{font-weight:400}.multicheckout .table-wrapper{margin-bottom:0}.multicheckout .table-wrapper .action.delete{display:inline-block}.multicheckout .table-wrapper .col .qty{display:inline-block}.multicheckout .table-wrapper .col.item .action.edit{font-weight:400;margin-left:10px}.multicheckout:not(.address) .table-wrapper .product-item-name{margin:0}.multicheckout>.actions-toolbar{margin-top:40px}.multicheckout .actions-toolbar>.secondary{display:block}.multicheckout .actions-toolbar>.secondary .action{margin-bottom:25px}.multicheckout .actions-toolbar>.secondary .action.back{display:block;margin-left:0}.multicheckout .actions-toolbar>.primary{margin-right:10px}.multicheckout .item-options{margin:10px 0 0}.multicheckout .block .methods-shipping .item-content .fieldset>.field:before{display:none}.multicheckout .block .methods-shipping .item-content .fieldset>.field .control{display:inline-block}.multicheckout .block-title,.multicheckout .block-content .title{border-bottom:1px solid #ccc;padding-bottom:10px}.multicheckout .block-title strong,.multicheckout .block-content .title strong{font-weight:400}.multicheckout .block-title strong span,.multicheckout .block-content .title strong span{color:#a6a6a6}.multicheckout .block-content .title{border-bottom:none;padding-bottom:0}.multicheckout.order-review .block-title>strong{font-size:2.4rem}.multicheckout.order-review .block-shipping .block-content:not(:last-child){margin-bottom:40px}.multicheckout.order-review .error-description{color:#e02b27;font-weight:400;margin-bottom:10px;margin-top:-10px}.multicheckout .box-title span{margin-right:10px}.multicheckout .box-title>.action{margin:0}.multicheckout .box-shipping-method .price{font-weight:700}.multicheckout .box-billing-method .fieldset{margin:0}.multicheckout .box-billing-method .fieldset .legend.box-title{margin:0 0 5px}.multicheckout .checkout-review .grand.totals{font-size:2.1rem;margin-bottom:40px}.multicheckout .checkout-review .grand.totals .mark{font-weight:400}[class^=multishipping-] .logo{margin-left:0}.multishipping-checkout-success .nav-sections{display:block}.block.newsletter{margin-bottom:20px}.block.newsletter .form.subscribe{display:table;width:100%}.block.newsletter .fieldset{display:table-cell;margin:0;padding:0;vertical-align:top}.block.newsletter .field{margin:0}.block.newsletter .field .control{display:inline-block;text-decoration:none;display:block}.block.newsletter .field .control:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:32px;color:#575757;content:'\e61d';font-family:'luma-icons';margin:0 0 0 8px;vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.block.newsletter .field .control:before{position:absolute}.block.newsletter input{padding-left:35px}.block.newsletter .title{display:none}.block.newsletter .actions{display:table-cell;vertical-align:top;width:1%}.block.newsletter .action.subscribe{border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px;white-space:nowrap}.am-login-overlay{position:fixed;top:0;z-index:99999;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;width:100%;height:100%;overflow:auto;background:rgba(0,0,0,.4)}.am-separator{position:relative;display:none;margin:0;border:1px solid #dbdbdb}.am-separator .am-icon{position:absolute;top:50%;left:50%;display:block;box-sizing:border-box;width:33px;height:33px;font-size:14px;line-height:27px;text-align:center;color:#dbdbdb;background:#fff;border:2px solid #dbdbdb;border-radius:20px;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.am-login-content{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;width:100%}.am-login-content .form-login .field.password{margin-bottom:0}.am-login-content .field{margin-bottom:15px}.am-login-content .fieldset>.field>.label{display:none}.am-login-content .primary,.am-login-content .action.primary.login{width:100%}.am-login-content .secondary{margin-top:5px;text-align:right}.am-login-content .secondary .action.remind{color:#4878bf}.am-register-content{width:100%}.am-register-content .label{color:#000}.am-register-content .field{margin-bottom:25px}.am-register-content .field.newsletter .label{color:#787878}.am-register-content .form.create.account{width:100%;min-width:inherit}.am-register-content .fieldset.create.account .field:nth-of-type(1){margin-bottom:10px}.am-register-content .fieldset.create.info .field-name-firstname,.am-register-content .fieldset.create.info .field-name-lastname{display:block;width:100%}.am-register-content .fieldset.create.info .field-name-lastname{float:right}.am-register-content .password-strength-meter,.am-register-content .password-strength-meter:before,.am-register-content .password-none .password-strength-meter:before{background-color:#fff}.am-register-content .fiedset:after,.am-register-content .legend,.am-register-content .fieldset>.legend+br{display:none}.am-sl-button{display:block;border-radius:100px;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;transition:all .2s ease}.am-sl-button.-google{background:#fff}.am-sl-button.-google .am-social-icon{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMzMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PG1hc2sgaWQ9ImEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIzMSIgaGVpZ2h0PSIzMyI+PHBhdGggZD0iTS4xMDIgMTYuNTJDLS4yMDggOC4yNjUgNi45MTYuNjM1IDE1LjA1Ni41MzZjNC4xNS0uMzYgOC4xODYgMS4yNzYgMTEuMzI2IDMuOTQ0LTEuMjg4IDEuNDM4LTIuNTk5IDIuODU5LTMuOTk4IDQuMTktMi43NjUtMS43MDUtNi4wOTMtMy4wMDUtOS4zMjMtMS44NS01LjIxIDEuNTA1LTguMzY2IDcuNzUxLTYuNDM4IDEyLjkyNiAxLjU5NyA1LjQwNSA4LjA3MiA4LjM3IDEzLjE0NyA2LjEgMi42MjgtLjk1NSA0LjM2LTMuNDE2IDUuMTItNi4wNjEtMy4wMTEtLjA2MS02LjAyMy0uMDIzLTkuMDM1LS4xMDctLjAwOC0xLjgyLS4wMTUtMy42MzItLjAwOC01LjQ1IDUuMDIzLS4wMDggMTAuMDUzLS4wMjQgMTUuMDgzLjAyMi4zMDkgNC40NTctLjM0IDkuMjI3LTMuMTkzIDEyLjgwNC0zLjkwOSA1LjEwNy0xMS4xMyA2LjYwNS0xNy4wMDMgNC42MDJDNC41IDI5LjU3OC0uMDM0IDIzLjIwMi4xMDIgMTYuNTJ6IiBmaWxsPSIjZmZmIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGQ9Ik0tOS43NjIgMzQuMzZWMi4zMzVsMjAuOTQgMTYuMDE0LTIwLjk0IDE2LjAxM3oiIGZpbGw9IiNGQkJDMDUiLz48cGF0aCBkPSJNLTkuNzYyIDIuMzM1bDIwLjk0IDE2LjAxMyA4LjYyMy03LjUxNEw0OS4zNjMgNi4wM3YtMTcuMjQ1SC05Ljc2MnYxMy41NXoiIGZpbGw9IiNFQTQzMzUiLz48cGF0aCBkPSJNLTkuNzYyIDM0LjM2TDI3LjE5IDYuMDNsOS43MzEgMS4yMzIgMTIuNDQxLTE4LjQ3N1Y0Ny45MUgtOS43NjJWMzQuMzZ6IiBmaWxsPSIjMzRBODUzIi8+PHBhdGggZD0iTTQ5LjM2MyA0Ny45MUwxMS4xNzggMTguMzQ4bC00LjkyNy0zLjY5Nkw0OS4zNjMgMi4zMzRWNDcuOTF6IiBmaWxsPSIjNDI4NUY0Ii8+PC9nPjwvc3ZnPg==) no-repeat;background-position:center}.am-sl-button.-twitter{background:#1da1f2}.am-sl-button.-twitter .am-social-icon{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjgyMSAyNi45ODJjMTIuMjY1IDAgMTguOTcyLTEwLjE4OCAxOC45NzItMTkuMDIxIDAtLjI5LS4wMDYtLjU3OC0uMDItLjg2NUExMy41NzggMTMuNTc4IDAgMCAwIDMzLjEgMy42MzVjLTEuMTk1LjUzMi0yLjQ4Ljg5LTMuODMgMS4wNTJBNi43MDUgNi43MDUgMCAwIDAgMzIuMjA0Ljk5YTEzLjM1IDEzLjM1IDAgMCAxLTQuMjM0IDEuNjIzQTYuNjUyIDYuNjUyIDAgMCAwIDIzLjEwMi41Yy0zLjY4MyAwLTYuNjY5IDIuOTk0LTYuNjY5IDYuNjg0IDAgLjUyNS4wNTkgMS4wMzUuMTczIDEuNTI1LTUuNTQyLS4yOC0xMC40NTYtMi45NC0xMy43NDQtNi45ODVhNi42OCA2LjY4IDAgMCAwLS45MDMgMy4zNiA2LjY4NSA2LjY4NSAwIDAgMCAyLjk2NyA1LjU2NSA2LjYwNiA2LjYwNiAwIDAgMS0zLjAyLS44MzZ2LjA4NWE2LjY4MyA2LjY4MyAwIDAgMCA1LjM0OSA2LjU1MyA2LjY1OCA2LjY1OCAwIDAgMS0zLjAxMi4xMTUgNi42NzcgNi42NzcgMCAwIDAgNi4yMyA0LjY0MyAxMy4zNTQgMTMuMzU0IDAgMCAxLTguMjgyIDIuODYyYy0uNTM4IDAtMS4wNy0uMDMtMS41OTEtLjA5M2ExOC44NCAxOC44NCAwIDAgMCAxMC4yMjEgMy4wMDMiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat;background-position:center}.am-sl-button.-facebook{background:#3c5a99}.am-sl-button.-facebook .am-social-icon{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjM3IDM3LjI4VjIwLjY2OGg1LjU3NmwuODM1LTYuNDc0SDEyLjM3VjEwLjA2YzAtMS44NzUuNTItMy4xNTIgMy4yMDktMy4xNTJsMy40MjgtLjAwMnYtNS43OWMtLjU5My0uMDgtMi42MjgtLjI1Ni00Ljk5Ni0uMjU2LTQuOTQzIDAtOC4zMjcgMy4wMTctOC4zMjcgOC41NTh2NC43NzVILjA5NHY2LjQ3NWg1LjU5VjM3LjI4aDYuNjg2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat;background-position:center}.am-sl-button.-linkedin{background:#0077b7}.am-sl-button.-linkedin .am-social-icon{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIzNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTguMDQ2IDMyLjg1MmMwIC42MzQtLjUwMyAxLjE0OC0xLjEyMiAxLjE0OEgyLjE0OWMtLjYyIDAtMS4xMjItLjUxNC0xLjEyMi0xLjE0OFYxMi4zNjVjMC0uNjM0LjUwMi0xLjE0OCAxLjEyMi0xLjE0OGg0Ljc3NWMuNjIgMCAxLjEyMi41MTQgMS4xMjIgMS4xNDh2MjAuNDg3ek00LjUzNiA5LjI4NkMyLjAzMSA5LjI4NiAwIDcuMjA3IDAgNC42NDMgMCAyLjA3OSAyLjAzMSAwIDQuNTM2IDBjMi41MDYgMCA0LjUzNyAyLjA3OSA0LjUzNyA0LjY0MyAwIDIuNTY0LTIuMDMxIDQuNjQzLTQuNTM3IDQuNjQzek0zMyAzMi45NDRjMCAuNTgzLS40NjIgMS4wNTYtMS4wMzEgMS4wNTZoLTUuMTI0Yy0uNTcgMC0xLjAzMi0uNDczLTEuMDMyLTEuMDU2di05LjYxYzAtMS40MzMuNDExLTYuMjgtMy42Ni02LjI4LTMuMTU4IDAtMy43OTkgMy4zMTgtMy45MjcgNC44MDd2MTEuMDgzYzAgLjU4My0uNDYyIDEuMDU2LTEuMDMyIDEuMDU2SDEyLjI0Yy0uNTcgMC0xLjAzMi0uNDczLTEuMDMyLTEuMDU2VjEyLjI3MmMwLS41ODIuNDYyLTEuMDU1IDEuMDMyLTEuMDU1aDQuOTU1Yy41NyAwIDEuMDMyLjQ3MyAxLjAzMiAxLjA1NnYxLjc4N2MxLjE3LTEuNzk5IDIuOTExLTMuMTg3IDYuNjE2LTMuMTg3IDguMjA1IDAgOC4xNTggNy44NDUgOC4xNTggMTIuMTU2djkuOTE1eiIvPjwvc3ZnPg==) no-repeat;background-position:center}.am-sl-button.-instagram{background:linear-gradient(0deg,#e09b3d,#c74c4d,#c21975,#7024c4)}.am-sl-button.-instagram .am-social-icon{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNSIgaGVpZ2h0PSIzNSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE3LjUgMy4xNTNjNC42NzMgMCA1LjIyNi4wMTggNy4wNzIuMTAyIDEuNzA2LjA3OCAyLjYzMi4zNjMgMy4yNDkuNjAzLjc2LjI4IDEuNDQ4LjcyOCAyLjAxMiAxLjMwOWE1LjQyIDUuNDIgMCAwIDEgMS4zMSAyLjAxMmMuMjM5LjYxNy41MjQgMS41NDMuNjAyIDMuMjUuMDg0IDEuODQ1LjEwMiAyLjM5OC4xMDIgNy4wNzFzLS4wMTggNS4yMjYtLjEwMiA3LjA3MmMtLjA3OCAxLjcwNi0uMzYzIDIuNjMzLS42MDMgMy4yNWE1Ljc5NCA1Ljc5NCAwIDAgMS0zLjMyMSAzLjMyYy0uNjE3LjI0LTEuNTQzLjUyNS0zLjI1LjYwMy0xLjg0NS4wODQtMi4zOTguMTAyLTcuMDcxLjEwMnMtNS4yMjYtLjAxOC03LjA3Mi0uMTAyYy0xLjcwNi0uMDc4LTIuNjMyLS4zNjMtMy4yNS0uNjAyYTUuNDIzIDUuNDIzIDAgMCAxLTIuMDExLTEuMzEgNS40MjIgNS40MjIgMCAwIDEtMS4zMS0yLjAxMmMtLjI0LS42MTYtLjUyNC0xLjU0My0uNjAyLTMuMjUtLjA4NC0xLjg0NC0uMTAyLTIuMzk4LS4xMDItNy4wNyAwLTQuNjc0LjAxOC01LjIyNy4xMDItNy4wNzIuMDc4LTEuNzA3LjM2My0yLjYzMy42MDMtMy4yNS4yOC0uNzYuNzI4LTEuNDQ4IDEuMzA5LTIuMDEyYTUuNDIyIDUuNDIyIDAgMCAxIDIuMDEyLTEuMzFjLjYxNy0uMjM5IDEuNTQzLS41MjQgMy4yNS0uNjAyIDEuODQ1LS4wODQgMi4zOTgtLjEwMiA3LjA3MS0uMTAyek0xNy41IDBjLTQuNzUzIDAtNS4zNDkuMDItNy4yMTUuMTA1QzguNDIyLjE5IDcuMTUuNDg2IDYuMDM3LjkyYTguNTc4IDguNTc4IDAgMCAwLTMuMSAyLjAxOCA4LjU3OCA4LjU3OCAwIDAgMC0yLjAxOSAzLjFDLjQ4NiA3LjE1LjE5IDguNDIyLjEwNiAxMC4yODUuMDIgMTIuMTUgMCAxMi43NDcgMCAxNy41cy4wMiA1LjM0OS4xMDYgNy4yMTVjLjA4NSAxLjg2My4zOCAzLjEzNS44MTMgNC4yNDhhOC41NzkgOC41NzkgMCAwIDAgMi4wMTkgMy4xIDguNTc4IDguNTc4IDAgMCAwIDMuMSAyLjAxOGMxLjExMi40MzMgMi4zODQuNzI5IDQuMjQ3LjgxNCAxLjg2Ny4wODUgMi40NjMuMTA1IDcuMjE1LjEwNSA0Ljc1MyAwIDUuMzQ5LS4wMiA3LjIxNS0uMTA1IDEuODYzLS4wODUgMy4xMzUtLjM4MSA0LjI0OC0uODE0YTguOTUgOC45NSAwIDAgMCA1LjExOC01LjExOGMuNDMzLTEuMTEzLjcyOS0yLjM4NS44MTQtNC4yNDguMDg1LTEuODY2LjEwNS0yLjQ2Mi4xMDUtNy4yMTVzLS4wMi01LjM0OS0uMTA1LTcuMjE1Yy0uMDg1LTEuODYzLS4zODEtMy4xMzUtLjgxNC00LjI0OGE4LjU3OCA4LjU3OCAwIDAgMC0yLjAxOC0zLjEgOC41NzkgOC41NzkgMCAwIDAtMy4xLTIuMDE5QzI3Ljg1LjQ4NiAyNi41NzguMTkgMjQuNzE1LjEwNiAyMi44NDkuMDIgMjIuMjUzIDAgMTcuNSAweiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xNy41IDguNTEzYTguOTg2IDguOTg2IDAgMSAwIDAgMTcuOTczIDguOTg2IDguOTg2IDAgMCAwIDAtMTcuOTczem0wIDE0LjgyYTUuODMzIDUuODMzIDAgMSAxIDAtMTEuNjY2IDUuODMzIDUuODMzIDAgMCAxIDAgMTEuNjY2ek0yNi44NDEgMTAuMjU4YTIuMSAyLjEgMCAxIDAgMC00LjIgMi4xIDIuMSAwIDAgMCAwIDQuMnoiLz48L3N2Zz4=) no-repeat;background-position:center}.am-sl-button.-amazon{background:#fff}.am-sl-button.-amazon .am-social-icon{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MyIgaGVpZ2h0PSI0MCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0Y5MCIgZD0iTTM4Ljg2OCAzNC42ODVDMzQuMTYgMzguMTUxIDI3LjMzNSA0MCAyMS40NTggNDAgMTMuMjIgNDAgNS44MDIgMzYuOTU3LjE5IDMxLjg5NmMtLjQ0LS4zOTgtLjA0Ni0uOTQuNDgzLS42M0M2LjczIDM0Ljc4NCAxNC4yMTcgMzYuOSAyMS45NTMgMzYuOWM1LjIxNiAwIDEwLjk1NC0xLjA3OCAxNi4yMy0zLjMxNC43OTgtLjMzOCAxLjQ2NS41Mi42ODUgMS4wOTh6Ii8+PHBhdGggZmlsbD0iI0Y5MCIgZD0iTTQwLjgyNiAzMi40NWMtLjYtLjc2OS0zLjk3OS0uMzY0LTUuNDk1LS4xODQtLjQ2My4wNTYtLjUzMy0uMzQ1LS4xMTctLjYzNCAyLjY5MS0xLjg5MSA3LjEwNy0xLjM0NSA3LjYyMi0uNzExLjUxNS42MzctLjEzNCA1LjA1Ny0yLjY2MyA3LjE2Ny0uMzg4LjMyNC0uNzU4LjE1MS0uNTg1LS4yNzkuNTY4LTEuNDE1IDEuODQtNC41ODggMS4yMzgtNS4zNnoiLz48cGF0aCBmaWxsPSIjMjIxRjFGIiBkPSJNMjQuMzczIDE2LjQ0NVYxNS4zM2MtMy43NjMgMC03LjczOC43OTctNy43MzggNS4xODggMCAyLjIyNCAxLjE2NCAzLjczIDMuMTYzIDMuNzMgMS40NjQgMCAyLjc3NC0uODkgMy42MDEtMi4zNCAxLjAyNS0xLjc4Mi45NzQtMy40NTUuOTc0LTUuNDYyek0yOS42MiAyOWMtLjM0NC4zMDQtLjg0MS4zMjYtMS4yMy4xMjMtMS43MjctMS40Mi0yLjAzNC0yLjA4LTIuOTg2LTMuNDM0LTIuODU1IDIuODgzLTQuODc1IDMuNzQ1LTguNTggMy43NDUtNC4zNzcgMC03Ljc4OC0yLjY3My03Ljc4OC04LjAyNiAwLTQuMTggMi4yOTEtNy4wMjggNS41NDgtOC40MTkgMi44MjYtMS4yMzEgNi43NzItMS40NDkgOS43ODgtMS43ODl2LS42NjZjMC0xLjIyNS4wOTUtMi42NzQtLjYzLTMuNzMxLS42MzctLjk1LTEuODUyLTEuMzQtMi45Mi0xLjM0LTEuOTg0IDAtMy43NTYgMS4wMDYtNC4xODggMy4wOTMtLjA4OC40NjMtLjQzMi45Mi0uOS45NDJsLTUuMDUxLS41MzdjLS40MjUtLjA5NC0uODkzLS40MzQtLjc3Ni0xLjA3OUMxMS4wNzIgMS44MjYgMTYuNTk4IDAgMjEuNTQ4IDBjMi41MzIgMCA1Ljg0LjY2NiA3Ljg0IDIuNTY1IDIuNTMyIDIuMzQgMi4yOSA1LjQ2MiAyLjI5IDguODZ2OC4wMjdjMCAyLjQxMiAxLjAxIDMuNDcgMS45NjIgNC43NzQuMzM3LjQ2My40MSAxLjAyMS0uMDE0IDEuMzY5LTEuMDYyLjg3Ny0yLjk1IDIuNTA3LTMuOTkgMy40MkwyOS42MjEgMjkiLz48L3N2Zz4=) no-repeat;background-position:center}.am-sl-button.-paypal{background:#fff}.am-sl-button.-paypal .am-social-icon{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIzNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzI1M0I4MCIgZD0iTTkuNDUzIDM2bC43MTMtNC4yNTEtMS41ODgtLjAzNUgzTDYuMjY3IDQuMzQzYS40MDkuNDA5IDAgMCAxIC4xNDctLjI0Ni40NDcuNDQ3IDAgMCAxIC4yOC0uMDk3TDE3IDNjNSAwIDguNDcxLTIuNjM3IDEwLTEgMC0uNS43OCAyLjExNyAxIDMgLjIzMi45MjcgMS44IDEuOTUzIDEuNTc0IDMuMzAzbC0uMDE2LjA5OXYuODY1bC43MTYuMzgxYy42MDQuMzAxIDEuMDgzLjY0NSAxLjQ1MSAxLjA0LjYxMy42NTYgMS4wMSAxLjQ5IDEuMTc3IDIuNDguMTczIDEuMDE3LjExNi4yMjgtLjE2NyAxLjU5OC0uMzI3IDEuNTc3LS44NTYgMi45NS0xLjU3IDQuMDc0YTguNTk3IDguNTk3IDAgMCAxLTIuNDg2IDIuNTZjLS45NDguNjMyLTIuMDc1IDEuMTEyLTMuMzQ4IDEuNDE5LTEuMjM1LjMwMi0yLjY0Mi40NTQtNC4xODUuNDU0aC0uOTk1Yy0uNzEgMC0xLjQwMi4yNC0xLjk0NC42NzItLjU0My40NC0uOTAzIDMuMDQyLTEuMDEzIDMuN2wtLjA3NS4zODItMS4yNiA3LjQ5My0uMDU2LjI3NWMtLjAxNS4wODctLjA0MS4xMy0uMDguMTZhLjIxOS4yMTkgMCAwIDEtLjEzLjA0NWgtNi4xNHoiLz48cGF0aCBmaWxsPSIjMTc5QkQ3IiBkPSJNMjkuNSA3Yy0uMDM2LjIyOS4xNzcuNjYzLjEzMS45MDQtMS41ODggOC4xMjUtNy4wMiAxMC45MzItMTMuOTYgMTAuOTMySDEyLjE0Yy0uODQ4IDAtMS41NjMuNjE1LTEuNjk2IDEuNDQ5TDguNjM1IDMxLjcxOGwtLjUxMyAzLjI0QS45MDIuOTAyIDAgMCAwIDkuMDE1IDM2aDYuMjY1Yy43NDIgMCAxLjM3My0uNTM3IDEuNDktMS4yNjdsLjA2MS0uMzE3IDEuMTgtNy40NjIuMDc2LS40MDlhMS41MDUgMS41MDUgMCAwIDEgMS40ODktMS4yN2guOTM3YzYuMDcgMCAxMC44MjMtMi40NTYgMTIuMjEyLTkuNTY0LjU4LTIuOTcuMjgtNS40NS0xLjI1Ni03LjE5M0MzMS4wMDUgNy45OTIgMzAuMTc0IDcuMzU2IDI5LjUgN3oiLz48cGF0aCBmaWxsPSIjMjIyRDY1IiBkPSJNMjguMDUzIDdjLS4yMjMtLjA3LTEuMjA1LS41NjQtMS40NDEtLjYyMmExMi4yMDQgMTIuMjA0IDAgMCAwLS43MzItLjE1QTE2LjYxMyAxNi42MTMgMCAwIDAgMjMuMDEzIDZoLTguNjg5Yy0uMjEzIDAtLjQxNy4wNTMtLjU5OS4xNDgtLjQuMjEtLjY5OC42MjMtLjc3IDEuMTI5TDExLjA1MyAyMGwtLjA1My4zNzJjLjEyMi0uODQuODMzLTEuNDMgMS42MTQtMS40M2gzLjI1M2M2LjAxIDAgMTEuNDU5LTIuMTIxIDEzLjI5OS05LjE4MWExNy4yMzIgMTcuMjMyIDAgMCAwIC4zMDMtMS4zODljLjA0NC0uMjQyLjA4LS40NzcuMTEzLS43MDhhNy40NTkgNy40NTkgMCAwIDAtMS4yMDEtLjU1MkE5Ljk4NSA5Ljk4NSAwIDAgMCAyOC4wNTMgN3oiLz48cGF0aCBmaWxsPSIjMjUzQjgwIiBkPSJNMTIuNzgzIDkuMzk3Yy4wNzUtLjQ3NC4zODQtLjg2Mi44LTEuMDU4LjE5LS4wODkuNC0uMTM4LjYyMi0uMTM4aDkuMDJjMS4wNjkgMCAyLjA2Ni4wNjggMi45NzcuMjEzYTEyLjEyMiAxMi4xMjIgMCAwIDEgMS44MTcuNDI2Yy40NDcuMTQ3Ljg2My4zMiAxLjI0Ny41MTkgMS4yMjItMy4yNTkuMjc5LTUuMDEyLTEuMjc4LTYuNzU5QzI2LjI3LjY3NiAyMi44OS4xIDE4LjkyOC4xSDcuNDE4Yy0uODEgMC0xLjUuNTgtMS42MjYgMS4zNjhMMSAzMS4zNzVhLjk3OC45NzggMCAwIDAgLjk3NSAxLjEyNWg2LjYyMmwyLjI2Ny0xMS4xNCAxLjkxOS0xMS45NjN6Ii8+PC9zdmc+) no-repeat;background-position:center}.am-sl-button .am-social-icon{display:block;width:100%;height:100%}.am-social-login{position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;height:100%;text-align:center;background:#fff;border-radius:0 0 8px 8px}.am-social-login .am-title{position:absolute;right:0;left:0;box-sizing:border-box;width:100%;max-width:300px;margin:0 auto;padding:10px 55px;background:#dbdbdb;border-radius:4px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.am-social-login .am-title.-short{display:none;width:inherit}.am-social-login .am-buttons{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-align-items:center;align-items:center;width:100%;padding:50px 10px}.am-social-login .am-sl-button{width:65px;height:65px;box-shadow:0 4px 4px 0 rgba(0,0,0,.25)}.am-social-login .am-sl-button:hover{box-shadow:0 4px 4px 2px rgba(0,0,0,.15);text-decoration:none}.am-social-login .am-sl-button:focus{box-shadow:none;-webkit-transform:translateY(-1px);-moz-transform:translateY(-1px);-ms-transform:translateY(-1px);transform:translateY(-1px)}.am-social-login .am-sl-button.-google:hover{background:#fff}.am-social-login .am-sl-button.-twitter:hover{background:#4db5f5}.am-social-login .am-sl-button.-facebook:hover{background:#4e71ba}.am-social-login .am-sl-button.-linkedin:hover{background:#0098ea}.am-social-login .am-sl-button.-amazon:hover{background:#fff}.am-social-login .am-sl-button.-paypal:hover{background:#fff}.am-sl-cart-page .-labeled-buttons>.am-title,.am-sl-registration-page .-labeled-buttons>.am-title,.am-sl-login-page .-labeled-buttons>.am-title{display:none}.am-sl-cart-page .-labeled-buttons .am-buttons,.am-sl-registration-page .-labeled-buttons .am-buttons,.am-sl-login-page .-labeled-buttons .am-buttons{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%}.am-sl-cart-page .-labeled-buttons .am-button-wrapper.with-label.-rectangular,.am-sl-registration-page .-labeled-buttons .am-button-wrapper.with-label.-rectangular,.am-sl-login-page .-labeled-buttons .am-button-wrapper.with-label.-rectangular{margin:0 0 15px}.am-button-wrapper.-rectangular .am-sl-button,.am-linked-wrapper.-rectangular .am-sl-button{border-radius:4px}.am-button-wrapper.with-label.-rectangular{width:100%}.am-button-wrapper.with-label.-rectangular .am-sl-button{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-ms-align-items:center;align-items:center;width:100%;height:50px;box-shadow:none}.am-button-wrapper.with-label.-rectangular .am-sl-button:hover{box-shadow:none}.am-button-wrapper.with-label.-rectangular .am-sl-button:focus{transform:none}.am-button-wrapper.with-label.-rectangular .am-sl-button.-google{background:#448fff}.am-button-wrapper.with-label.-rectangular .am-sl-button.-google:hover{background:#77aeff}.am-button-wrapper.with-label.-rectangular .am-sl-button.-paypal{background:#009cde}.am-button-wrapper.with-label.-rectangular .am-sl-button.-paypal:hover{background:#12b9ff}.am-button-wrapper.with-label.-rectangular .am-sl-button.-amazon{background:#232f3e}.am-button-wrapper.with-label.-rectangular .am-sl-button.-amazon:hover{background:#35485f}.am-button-wrapper.with-label.-rectangular .am-sl-button.-facebook .am-social-icon{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTguNDM4IDI1VjEzLjU5NmgzLjgzM2wuNTc0LTQuNDQ0SDguNDM4VjYuMzE1YzAtMS4yODcuMzU4LTIuMTY0IDIuMjA1LTIuMTY0SDEzVi4xNzRDMTIuNTkyLjEyMSAxMS4xOTQgMCA5LjU2NiAwIDYuMTcgMCAzLjg0MyAyLjA3MSAzLjg0MyA1Ljg3NXYzLjI3N0gwdjQuNDQ0aDMuODQzVjI1aDQuNTk1eiIgZmlsbD0iIzNDNUE5OSIvPjwvc3ZnPg==) no-repeat center;background-size:13px}.am-button-wrapper.with-label.-rectangular .am-sl-button.-google .am-social-icon,.am-button-wrapper.with-label.-rectangular .am-sl-button.-facebook .am-social-icon,.am-button-wrapper.with-label.-rectangular .am-sl-button.-amazon .am-social-icon,.am-button-wrapper.with-label.-rectangular .am-sl-button.-paypal .am-social-icon{background-color:#fff;border-radius:4px}.am-button-wrapper.with-label.-rectangular .am-social-icon{width:30px;min-width:30px;height:30px;margin:0 10px;background-size:70%;transform:none}.am-button-wrapper.with-label.-rectangular .am-sl-text{margin-right:5px;color:#fff}.am-login-popup .am-register-content .am-button-wrapper.with-label .am-sl-button{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.am-sl-cart-page .am-social-login,.am-sl-login-page .am-social-login,.am-sl-registration-page .am-social-login{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-align-items:center;align-items:center;padding-top:20px}.am-sl-cart-page .am-social-login .am-title,.am-sl-login-page .am-social-login .am-title,.am-sl-registration-page .am-social-login .am-title{position:relative;margin:0;padding:0 30px;text-align:center;color:#000;background:0 0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none}.am-sl-cart-page .am-social-login .am-buttons,.am-sl-login-page .am-social-login .am-buttons,.am-sl-registration-page .am-social-login .am-buttons{width:inherit;margin:0;padding:0}.am-sl-cart-page .am-social-login .am-button-wrapper,.am-sl-login-page .am-social-login .am-button-wrapper,.am-sl-registration-page .am-social-login .am-button-wrapper{margin:0 10px 10px}.am-login-popup{position:relative;box-sizing:border-box;min-width:300px;max-width:95vw;margin:10px auto auto;background:#fff;border-radius:8px}.am-login-popup .am-social-login{min-height:180px}.am-login-popup .am-button-wrapper{margin:0 10px 15px}.am-login-popup .am-form{margin:0 20px 65px;min-width:250px}.am-login-popup .am-login-success{padding:50px;color:#407740}.am-login-popup .block{margin-bottom:0}.am-login-popup .actions-toolbar>.primary{margin-bottom:0}.am-login-popup.-social-top .am-login-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.am-login-popup.-social-top .am-login-content .am-separator{display:block;margin:45px 20px}.am-login-popup.-social-top .am-login-content .am-form{margin-bottom:20px}.am-login-popup.-social-top .am-login-content .am-social-login{-ms-flex-pack:distribute;justify-content:space-around;-webkit-align-items:center;-ms-align-items:center;align-items:center;min-height:inherit;margin:0 20px;padding:0;border-radius:4px}.am-login-popup.-social-top .am-login-content .am-social-login .am-title{display:none}.am-login-popup.-social-top .am-login-content .am-social-login .am-title.-short{position:relative;display:block;margin:0;padding:0;background:0 0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none}.am-login-popup.-social-top .am-login-content .am-social-login .am-buttons{width:60%;margin:20px 0;padding:0}.am-login-popup.-social-top .am-login-content .am-social-login .am-button-wrapper{margin:5px}.am-login-popup.-social-top .am-login-content .am-social-login .am-sl-button{width:40px;height:40px}.am-login-popup.-social-top .am-login-content .am-social-login .am-social-icon{-webkit-transform:scale(.6);-moz-transform:scale(.6);-ms-transform:scale(.6);transform:scale(.6)}.am-login-popup.-social-top .am-login-content .am-error{order:1;margin:5px 20px}.am-login-popup.-social-top .am-login-content .am-error.-social{margin:0}.am-login-popup.-social-top .am-login-content .am-social-login.-labeled-buttons{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:20px 0 0}.am-login-popup.-social-top .am-login-content .am-social-login.-labeled-buttons .am-error.-social{box-sizing:border-box;width:100%}.am-login-popup.-social-top .am-login-content .am-social-login.-labeled-buttons .am-buttons{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;width:100%}.am-login-popup.-social-top .am-login-content .am-social-login.-labeled-buttons .am-button-wrapper{box-sizing:border-box;margin:0 0 15px;padding:0 15px;width:100%}.am-login-popup.-social-top .am-login-content .am-social-login.-labeled-buttons .am-sl-button{width:auto}.am-login-popup.-social-top .am-login-content .am-social-login.-labeled-buttons .am-social-icon{margin:auto 5px;transform:none}.am-login-popup .actions-toolbar{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;margin-top:35px}.am-login-popup .actions-toolbar:before,.am-login-popup .actions-toolbar:after{display:none}.am-login-popup .actions-toolbar .action.primary{height:50px;margin:0;padding:14px 45px;font-weight:400;font-size:18px;color:#fff;background:#4878bf;border:none;border-radius:4px;box-shadow:none}.am-login-popup .actions-toolbar .action.primary:hover{background:#5891e6}.am-login-popup .fieldset{margin-bottom:25px}.am-login-popup .fieldset:last-of-type{margin-bottom:0}.am-login-popup .fieldset>.field>.label,.am-login-popup .fieldset>.fields>.field>.label{font-weight:400}.am-login-popup .checkbox{width:20px;height:20px;margin:0 5px 0 0;vertical-align:middle}.am-login-popup .checkbox+.label{vertical-align:middle}.am-login-popup .input-text{height:45px;color:#585858;background:#f2f2f2;border:0;border-radius:4px}.am-login-popup .input-text::placeholder{color:#a1a1a1}.am-login-popup .am-close{position:absolute;top:20px;right:20px;width:15px;height:15px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;background-size:contain;cursor:pointer}.am-login-popup .am-close:hover{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjxnIGNsYXNzPSJjdXJyZW50TGF5ZXIiPjxwYXRoIGQ9Ik0xIDFsMTEgMTFtMC0xMUwxIDEyIiBzdHJva2U9IiMxZGExZjIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIGNsYXNzPSJzZWxlY3RlZCIvPjwvZz48L3N2Zz4=) no-repeat;background-size:contain}.am-login-popup .form-create-account .fieldset.create.account:after,.am-login-popup .block-title,.am-login-popup .field.note{display:none}.am-error{display:none;-webkit-flex-basis:100%;flex-basis:100%;margin:0 20px 20px;padding:5px;text-align:left;word-break:break-word;background:#f69b98}.am-error.-default{margin-bottom:10px}.am-error.-social{margin:35px 15px 0}.am-tablist{margin:20px 20px 30px;padding:0;list-style:none}.am-tablist .am-title{display:inline-block;margin:0 5px 0 0;font-size:18px}.am-tablist .am-title:hover{background:#f0f0f0}.am-tablist .am-title.active .am-link{color:#4878bf;border-bottom:1px solid #4878bf}.am-tablist .am-title .am-link{display:block;padding:7px 20px;color:#787878}.am-tablist .am-title .am-link:hover{text-decoration:none}.am-content{min-width:300px}.am-social-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.am-sl-cart-page,.am-sl-login-page,.am-sl-registration-page{margin:10px 0}.am-sl-cart-page .am-error,.am-sl-login-page .am-error,.am-sl-registration-page .am-error{margin:0 0 10px}.am-sl-accounts{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.am-sl-accounts,.am-sl-accounts .am-linked{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.am-sl-accounts .am-accounts-block{width:100%;margin-bottom:20px}.am-sl-accounts .am-sl-button{width:45px;height:45px}.am-sl-accounts .am-sl-button.-amazon,.am-sl-accounts .am-sl-button.-paypal{border:1px solid #ececec}.am-sl-accounts .am-linked{-webkit-align-items:center;-ms-align-items:center;align-items:center;box-sizing:border-box;height:45px;margin:0 0 15px 23px;padding:8px 8px 8px 0;background:#ececec}.am-sl-accounts .am-linked:last-of-type{margin-bottom:0}.am-sl-accounts .am-linked .am-sl-button{position:absolute;transform:translateX(-50%)}.am-sl-accounts .am-name{margin:0 2px 0 40px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.am-sl-accounts .am-social-icon{transform:scale(.7)}.am-sl-accounts .am-unlink{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;padding:1px 15px;height:100%;border-radius:4px;background:#4878bf;line-height:1}.am-sl-accounts .am-unlink,.am-sl-accounts .am-unlink:hover,.am-sl-accounts .am-unlink:visited{color:#fff;text-decoration:none}.am-sl-accounts .am-unlink:hover{background:#5891e6}.am-sl-accounts .am-social-login{height:inherit}.am-sl-accounts .am-buttons{padding:35px}.am-sl-accounts .am-button-wrapper{margin:0 15px}.am-sl-accounts .am-button-wrapper:nth-of-type(n+4),.am-sl-accounts .am-button-wrapper.with-label.-rectangular:not(:first-of-type){margin-top:15px}.amsocial-popup-observed .modal-custom.authentication-dropdown,.amsocial-popup-observed .authentication-wrapper .dropdown-overlay{display:none}.amslogin-show-more{position:relative;display:block;margin:25px 0;width:100%;height:1px;color:#4878bf}.amslogin-show-more:before{content:'';position:absolute;left:0;width:100%;height:1px;background:#dbdbdb}.amslogin-show-more>.amslogin-label{display:inline-block;padding:5px 15px;background:#fff;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out;cursor:pointer}.amslogin-show-more>.amslogin-label:hover{opacity:.8}.amslogin-show-more .amslogin-arrow{display:inline-block;margin-left:5px;width:12px;height:7px;vertical-align:middle;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMUw2IDZMMTEgMSIgc3Ryb2tlPSIjNDg3OEJGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center}.am-login-popup.-social-top .amslogin-show-more{margin:25px 0 7px}.product-attachments ul.product-attachments-list{margin:0}.product-attachments ul.product-attachments-list li{display:flex;align-items:center}.product-attachments ul.product-attachments-list li:last-child{margin-bottom:0}.product-attachments ul.product-attachments-list li img{margin-right:8px;flex:0 0 18px}.product-attachments ul.product-attachments-list li a{color:#222;font-size:15px;line-height:24px;font-weight:600;text-decoration:none;text-underline-offset:3px}.product-attachments ul.product-attachments-list li a:hover{text-decoration:underline}.account.descargas-customer-attachment_index #my-downloadable-products-table tbody tr img{margin-right:5px}.account.descargas-customer-attachment_index #my-downloadable-products-table tbody tr a{color:#222}.account.descargas-customer-attachment_index #my-downloadable-products-table tbody tr a:hover{text-decoration:underline;text-underline-offset:3px}.account.descargas-customer-attachment_index .downloadable-products-toolbar{display:none}.column .block-addbysku .fieldset{margin:0}.column .block-addbysku .fieldset .fields{position:relative}.column .block-addbysku .fieldset .fields .field{display:inline-block;margin-bottom:10px;vertical-align:top}.column .block-addbysku .fieldset .fields .actions-toolbar{position:absolute;right:0;top:7px}.column .block-addbysku .sku{margin-right:-155px;padding-right:160px;width:100%}.column .block-addbysku .qty .qty+.mage-error{width:80px}.column .block-addbysku .block-content .actions-toolbar{clear:both;margin:0 0 20px;text-align:left}.column .block-addbysku .block-content .actions-toolbar:before,.column .block-addbysku .block-content .actions-toolbar:after{content:'';display:table}.column .block-addbysku .block-content .actions-toolbar:after{clear:both}.column .block-addbysku .block-content .actions-toolbar .primary{float:left}.column .block-addbysku .block-content .actions-toolbar .primary,.column .block-addbysku .block-content .actions-toolbar .secondary{display:inline-block}.column .block-addbysku .block-content .actions-toolbar .primary a.action,.column .block-addbysku .block-content .actions-toolbar .secondary a.action{display:inline-block}.column .block-addbysku .block-content .actions-toolbar .primary .action{margin:0 15px 0 0}.column .block-addbysku .block-content .actions-toolbar .secondary a.action{margin-top:6px}.column .block-addbysku .block-content .actions-toolbar .primary,.column .block-addbysku .block-content .actions-toolbar .secondary{display:block;float:none}.column .block-addbysku .block-content .actions-toolbar>.secondary{text-align:left}.column .block-addbysku .action.add{display:inline-block;text-decoration:none;line-height:normal;padding:4px;width:auto}.column .block-addbysku .action.add>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.column .block-addbysku .action.add:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:20px;line-height:inherit;color:inherit;content:'\e61c';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.column .block-addbysku .action.add:hover:before{color:inherit}.column .block-addbysku .action.add:active:before{color:inherit}.column .block-addbysku .reset{margin:7px 0}.column .block-addbysku .note{display:block;margin:0 0 20px;padding-top:10px}.block-cart-failed{margin:40px 0}.block-cart-failed .block-title{font-size:2.6rem}.block-cart-failed .block-title strong{font-weight:300}.block-cart-failed .actions{text-align:center}.block-cart-failed .actions .action{display:block;margin:0 auto 10px}.catalogsearch-advanced-result .message.error{margin-top:-60px}.bundle-actions{margin:0 0 30px}.bundle-options-container{clear:both;margin-bottom:40px}.bundle-options-container .legend.title{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:0;margin-bottom:2rem;border:0;padding:0}.bundle-options-container .product-add-form{display:none}.bundle-options-container .product-options-wrapper{margin-bottom:30px}.bundle-options-container .product-options-wrapper .fieldset>.field{border-top:1px #e4e4e4 solid;padding-top:20px}.bundle-options-container .product-options-wrapper .fieldset>.field:first-of-type{border-top:0;padding-top:0}.bundle-options-container .product-options-wrapper .field.choice input{float:left}.bundle-options-container .product-options-wrapper .field.choice .label{display:block;margin-left:24px}.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax{display:inline-block}.bundle-options-container .action.back{margin-bottom:30px}.bundle-options-container .block-bundle-summary>.title{margin-bottom:15px}.bundle-options-container .block-bundle-summary>.title>strong{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}.bundle-options-container .block-bundle-summary>.title,.bundle-options-container .block-bundle-summary .bundle-summary .subtitle{border-bottom:1px #e4e4e4 solid;margin-bottom:25px;padding-bottom:16px}.bundle-options-container .block-bundle-summary .price-box{margin-bottom:20px}.bundle-options-container .block-bundle-summary .price-box .price-label{display:block;margin-bottom:5px}.bundle-options-container .block-bundle-summary .bundle-summary{margin-top:30px}.bundle-options-container .block-bundle-summary .bundle-summary.empty{display:none}.bundle-options-container .block-bundle-summary .bundle-summary>.subtitle{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem;display:block}.bundle-options-container .block-bundle-summary .bundle.items>li{margin-bottom:20px}.bundle-options-container .block-bundle-summary .product-addto-links{text-align:center}.bundle-options-container .block-bundle-summary .product-addto-links>.action{margin-right:5%}.bundle-options-container .block-bundle-summary .product-addto-links>.action.tocompare:before{content:'\e61e'}.bundle-options-container p.required{color:#e02b27}.bundle-options-container .nested .field.qty{margin:0 0 20px;margin-top:20px}.bundle-options-container .nested .field.qty>.label{margin:0 0 8px;display:inline-block}.bundle-options-container .nested .field.qty .label{font-weight:600}.bundle-options-container .nested .field.qty:last-child{margin-bottom:0}.bundle-options-container .price{font-weight:600}.bundle-options-container .product-options-bottom{border-top:1px solid #ccc;clear:left;margin:0 0 40px;padding-top:20px}.products{margin:30px 0}.product-item{vertical-align:top}.products-grid .product-item{display:inline-block;width:50%}.product-item-name{display:block;hyphens:auto;margin:5px 0}.product-item-info{max-width:100%}.page-products .product-item-info{width:240px}.product-item-actions{display:none}.product-item-actions .actions-secondary>.action:before{margin:0}.product-item-description{margin:25px 0}.product-item .product-reviews-summary .rating-summary{margin:0 4px 0 0}.product-item .product-reviews-summary .reviews-actions{font-size:12px;margin-top:5px;text-transform:lowercase}.product-item .price-box{margin:10px 0 25px}.product-item .price-box .price{font-weight:700;white-space:nowrap}.product-item .price-box .price-label{color:#7d7d7d;font-size:12px}.product-item .old-price{margin:5px 0}.product-item .old-price .price{font-weight:400}.product-item .minimal-price .price-container{display:block}.product-item .minimal-price-link{margin-top:5px}.product-item .price-from,.product-item .price-to{margin:0}.product-item .tocompare:before{content:'\e61e'}.product-item .tocart{font-size:1.3rem;border-radius:0;line-height:1;padding-bottom:10px;padding-top:10px;white-space:nowrap}.product-count-variants{font-size:13px;color:gray;margin-top:4px;display:block}.column.main .product-items{margin-left:0}.column.main .product-item{padding-left:20px}.price-container .price{font-size:1.4rem}.price-container .price-including-tax+.price-excluding-tax,.price-container .weee{margin-top:5px}.price-container .price-including-tax+.price-excluding-tax,.price-container .weee,.price-container .price-including-tax+.price-excluding-tax .price,.price-container .weee .price,.price-container .weee+.price-excluding-tax:before,.price-container .weee+.price-excluding-tax .price{font-size:1.1rem}.price-container .weee:before{content:'(' attr(data-label) ': '}.price-container .weee:after{content:')'}.price-container .weee+.price-excluding-tax:before{content:attr(data-label) ': '}.products-list .product-item{display:table;width:100%}.products-list .product-item-info{display:table-row}.products-list .product-item-photo{display:table-cell;padding:0 30px 30px 0;vertical-align:top;width:1%}.products-list .product-item-details{display:table-cell;vertical-align:top}.page-products .columns{padding-top:60px;position:relative;z-index:1}.toolbar{margin-bottom:30px;text-align:center}.toolbar select{border-color:#d8d8d8;border-radius:4px;font-size:14px;font-weight:400;height:35px}.toolbar-amount{left:0;line-height:18px;margin:0;padding:7px 0;position:absolute;text-align:left;top:0;vertical-align:middle}.products.wrapper~.toolbar .toolbar-amount{display:none}.page-with-filter .toolbar-amount{position:static}.toolbar-products{background-color:transparent}.toolbar-products .pages{display:none}.products.wrapper~.toolbar-products .pages{display:block}.toolbar .pages{margin-bottom:25px}.sorter{float:right}.page-products .sorter{position:absolute;right:0;top:0;z-index:1}.products.wrapper~.toolbar .sorter{display:none}.sorter-options{margin:0 0 0 15px;width:auto}.sorter-action{display:inline-block;text-decoration:none}.sorter-action:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:inherit;color:#8f8f8f;content:'\e613';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.sorter-action:hover:before{color:#333}.sorter-action>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sorter-action.sort-desc:before{content:'\e614'}.modes{display:none}.limiter{display:none}.limiter-options{margin:0 5px 0 7px;width:auto}.limiter-label{font-weight:400}.page-products .toolbar .limiter{display:none}.limiter .control{display:inline-block}@media (max-width:450px){.page-products .sorter{position:relative}.sorter{float:none;text-align:left;right:0 !important;padding:7px 0}.toolbar-amount,.sorter-options{font-size:14px}.toolbar-amount{display:none}}.old-price,.old.price{color:#7d7d7d}.prices-tier .price-container .price-including-tax+.price-excluding-tax:before{content:'(' attr(data-label) ':'}.prices-tier .price-container .price-including-tax+.price-excluding-tax:last-child:after{content:')'}.prices-tier .price-container .weee[data-label]{display:inline}.prices-tier .price-container .weee[data-label]:before{content:' +' attr(data-label) ':'}.actual-price{font-weight:700}.category-image .image{display:block;height:auto;max-width:100%}.category-cms,.category-image,.category-description{margin-bottom:20px}.product-image-container{display:inline-block;max-width:100%}.product-image-wrapper{display:block;height:0;overflow:hidden;position:relative;z-index:1}.product-image-photo{bottom:0;display:block;height:auto;left:0;margin:auto;max-width:100%;position:absolute;right:0;top:0}.product.media .placeholder .photo.container{max-width:100%}.product.media .notice{margin:10px 0;color:#7d7d7d;font-size:1.2rem}.product.media .product.thumbs{margin:10px 0 25px}.product.media .items.thumbs{margin:0;padding:0;list-style:none none}.product.media .items.thumbs>li{display:inline-block;vertical-align:top}.product.media .items.thumbs>li{margin:1rem 0 0}.product.media .items.thumbs img{display:block}.product.media .items.thumbs .active{display:block;line-height:1}.product.info.detailed{clear:both;margin-bottom:30px}.product.info.detailed .additional-attributes{width:auto;border:none}.product.info.detailed .additional-attributes>thead>tr>th,.product.info.detailed .additional-attributes>tbody>tr>th,.product.info.detailed .additional-attributes>tfoot>tr>th,.product.info.detailed .additional-attributes>thead>tr>td,.product.info.detailed .additional-attributes>tbody>tr>td,.product.info.detailed .additional-attributes>tfoot>tr>td{border:none}.product.info.detailed .additional-attributes>thead>tr>td,.product.info.detailed .additional-attributes>tbody>tr>td,.product.info.detailed .additional-attributes>tfoot>tr>td{padding:5.5px 5px 10px}.product.info.detailed .additional-attributes>thead>tr>th,.product.info.detailed .additional-attributes>tbody>tr>th,.product.info.detailed .additional-attributes>tfoot>tr>th{padding:5.5px 30px 10px 0}.product-info-main .product-info-price{color:#575757;border-bottom:1px solid #c1c1c1;display:table;margin-bottom:15px;width:100%}.product-info-main .product-info-price .price-box{display:table-cell;vertical-align:top;width:1px}.product-info-main .product-info-price .price-box .price-container>span{display:block;margin-bottom:5px}.product-info-main .product-info-price .price-box .price-container>span:last-child{margin-bottom:0}.product-info-main .product-info-price .price-including-tax+.price-excluding-tax,.product-info-main .product-info-price .weee+.price-excluding-tax,.product-info-main .product-info-price .weee{font-size:1.4rem}.product-info-main .product-info-price .price-including-tax+.price-excluding-tax .price,.product-info-main .product-info-price .weee+.price-excluding-tax .price,.product-info-main .product-info-price .weee .price{font-size:1.4rem;font-weight:600;line-height:16px}.product-info-main .product-info-price .price-wrapper .price{font-size:2.2rem;font-weight:600;line-height:22px}.product-info-main .product-info-price .old-price .price-wrapper .price{font-size:2rem;font-weight:300}.product-info-main .product-info-price .special-price .price-label:after{content:': '}.product-info-main .product-info-price .price{white-space:nowrap}.product-info-main .product-info-stock-sku{display:table-cell;padding-bottom:10px;padding-left:10%;text-align:right;vertical-align:top}.product-info-main .stock{margin:0 0 3px}.product-info-main .stock.available,.product-info-main .stock.unavailable{font-weight:700;text-transform:uppercase}.product-info-main .product.attribute.sku{word-break:break-all;word-wrap:break-word}.product-info-main .product-add-form{clear:both;padding-top:15px}.product-info-main .product.attribute.sku .type{font-weight:400;margin-right:5px}.product-info-main .product.attribute.sku .type:after{content:'#:'}.product-info-main .product.attribute.sku .value{display:inline-block}.product-info-main .product.attribute.overview{margin:20px 0}.product-info-main .product.alert{margin:10px 0}.product-info-main .product-reviews-summary{float:none}.product-info-main .product-options-bottom .box-tocart{margin-top:20px}.product-options-wrapper .fieldset-product-options-inner .legend{font-weight:600;font-size:1.4rem;border:none;display:inline-block;float:none;margin:0 0 8px;padding:0}.product-options-wrapper .fieldset-product-options-inner.required .legend:after,.product-options-wrapper .fieldset-product-options-inner._required .legend:after{content:'*';color:#e02b27;font-size:1.2rem}.product-options-wrapper .field .note{display:block;margin-top:5px}.product-options-bottom .price-box,.product-info-price .price-box{color:#575757;display:table-cell;padding-bottom:10px;vertical-align:top}.product-options-bottom .price-box .old-price,.product-info-price .price-box .old-price{font-size:20px;font-weight:300}.product-options-bottom .price-box .old-price .price-container>span,.product-info-price .price-box .old-price .price-container>span{display:inline-block}.product-options-bottom .price-box .price-container>span,.product-info-price .price-box .price-container>span{display:block;margin-bottom:5px}.product-options-bottom .price-box .price-container>span:last-child,.product-info-price .price-box .price-container>span:last-child{margin-bottom:0}.product-options-bottom .price-box .price-container .price,.product-info-price .price-box .price-container .price{font-size:22px;font-weight:600;line-height:22px}.product-options-bottom .price-box .price-container .price-including-tax+.price-excluding-tax,.product-info-price .price-box .price-container .price-including-tax+.price-excluding-tax,.product-options-bottom .price-box .price-container .weee+.price-excluding-tax,.product-info-price .price-box .price-container .weee+.price-excluding-tax,.product-options-bottom .price-box .price-container .weee,.product-info-price .price-box .price-container .weee{font-size:1.2rem;line-height:14px}.product-options-bottom .price-box .price-container .price-including-tax+.price-excluding-tax .price,.product-info-price .price-box .price-container .price-including-tax+.price-excluding-tax .price,.product-options-bottom .price-box .price-container .weee+.price-excluding-tax .price,.product-info-price .price-box .price-container .weee+.price-excluding-tax .price,.product-options-bottom .price-box .price-container .weee .price,.product-info-price .price-box .price-container .weee .price{font-size:1.2rem;font-weight:700}.product-info-price .price-box{padding-bottom:0}.box-tocart .action.tocart{vertical-align:top}.box-tocart .action.tocart:not(:last-child){margin-bottom:15px}.product-addto-links{display:inline}.product-addto-links .action{margin-right:5%}.product-social-links{margin:0 0 20px;text-align:center}.product-social-links .action.tocompare:before{content:'\e61e'}.prices-tier{margin-bottom:15px}.prices-tier .item{margin-bottom:10px}.prices-tier .item:last-child{margin-bottom:0}.prices-tier .price-excluding-tax,.prices-tier .price-including-tax{display:inline-block}.minimal-price-link,.price-excluding-tax,.price-including-tax{display:block;white-space:nowrap}.ui-dialog-titlebar-close{line-height:1.42857143;margin:0;padding:0;color:#006bb4;text-decoration:none;background:0 0;border:0;display:inline}.ui-dialog-titlebar-close:visited{color:#006bb4;text-decoration:none}.ui-dialog-titlebar-close:hover{color:#006bb4;text-decoration:underline}.ui-dialog-titlebar-close:active{color:#ff5501;text-decoration:underline}.ui-dialog-titlebar-close:hover{color:#006bb4}.ui-dialog-titlebar-close:hover,.ui-dialog-titlebar-close:active,.ui-dialog-titlebar-close:focus{background:0 0;border:0}.ui-dialog-titlebar-close.disabled,.ui-dialog-titlebar-close[disabled],fieldset[disabled] .ui-dialog-titlebar-close{color:#006bb4;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.sidebar .product-items .product-item{margin-bottom:20px;position:relative}.sidebar .product-items .product-item-info{position:relative;width:auto}.sidebar .product-items .product-item-info .product-item-photo{left:0;position:absolute;top:0}.sidebar .product-items .product-item-name{margin-top:0}.sidebar .product-items .product-item-details{margin:0 0 0 85px}.sidebar .product-items .product-item-actions{display:block;margin-top:10px}.sidebar .product-items .price-box{display:block;margin:7px 0}.sidebar .product-items .text{margin-right:8px}.sidebar .product-items .counter{color:#7d7d7d;font-size:12px;white-space:nowrap}.sidebar .product-items .minilist .price{display:inline;padding:0}.sidebar .product-items .minilist .weee:before{display:inline-block}.sidebar .product-items .action.delete{position:absolute;right:0;top:0}.sidebar .action.tocart{border-radius:0}.sidebar .product-items-images{margin-left:-5px}.sidebar .product-items-images .product-item{float:left;padding-left:5px}.sidebar .product-items-names .product-item{margin-bottom:10px}.sidebar .product-items-names .product-item-name{margin:0}body.catalog-product-compare-index .action.print{float:right;margin:15px 0}.table-wrapper.comparison{clear:both;max-width:100%;overflow-x:auto}.table-wrapper.comparison .table-comparison>tbody>tr>th,.table-wrapper.comparison .table-comparison>tbody>tr>td{border-top:0}.table-comparison{table-layout:fixed}.table-comparison .cell.label,.table-comparison td:last-child{border-right:1px solid #ccc}.table-comparison .cell{padding:15px;width:180px}.table-comparison .cell .attribute.value{overflow:hidden;width:100%}.table-comparison .cell.product.info,.table-comparison .cell.product.label{border-bottom:1px solid #ccc}.table-comparison .cell.label .attribute.label{display:block;width:100%;word-wrap:break-word}.table-comparison .cell.attribute{font-size:1.3rem}.table-comparison .cell.attribute img{height:auto;max-width:100%}.table-comparison .cell.remove{padding-bottom:0;padding-top:0;text-align:right}.table-comparison .cell.remove .action.delete{margin-right:.6rem}.table-comparison .product-item-photo{display:block;margin:0 auto 15px}.table-comparison .product-image-photo{margin-left:0}.table-comparison .product-item-actions,.table-comparison .price-box,.table-comparison .product.rating,.table-comparison .product-item-name{display:block;margin:15px 0}.table-comparison .product-addto-links{margin-top:15px}.table-comparison .product-addto-links .action.split,.table-comparison .product-addto-links .action.toggle{line-height:1.2rem;padding:5px 8px;font-size:1.1rem}.table-comparison .product-addto-links .action.toggle{padding:0}.table-comparison .action.tocart{white-space:nowrap}.comparison.headings{background:#fff;left:0;position:absolute;top:0;width:auto;z-index:2}.block-compare .product-item .product-item-name{margin-left:22px}.block-compare .action.delete{left:0;position:absolute;top:0}.block-compare .actions-toolbar{margin:17px 0 0}.block.related .action.select{vertical-align:top}.block.related .product-item-details{position:relative;z-index:1}.block.related .related-available .product-item-name{margin-left:20px}.block.related .field.choice{left:0;position:absolute;top:2px}.block-search{margin-bottom:0}.block-search .block-title{display:none}.block-search .block-content{margin-bottom:0}.block-search .label{text-decoration:none;display:inline-block;float:right}.block-search .label>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.block-search .label:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:28px;color:#8f8f8f;content:'\e615';font-family:'luma-icons';margin:0 10px 0 0;vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.block-search .label:hover:before{color:#333}.block-search .label:active:before{color:#333}.block-search .label.active+.control input{position:static}.block-search .action.search{display:none}.block-search .control{border-top:1px solid #ccc;clear:both;margin:0 -15px -1px;padding:0 15px}.block-search input{left:-300%;margin:15px 0;position:absolute}.block-search .nested{display:none}.search-autocomplete{display:none;margin-top:-15px;overflow:hidden;position:absolute;z-index:3}.search-autocomplete ul{margin:0;padding:0;list-style:none none}.search-autocomplete ul:not(:empty){background:#fff;border:1px solid #c2c2c2;border-top:0}.search-autocomplete ul li{border-top:1px solid #e5e5e5;cursor:pointer;margin:0;padding:5px 40px 5px 10px;position:relative;text-align:left;white-space:normal}.search-autocomplete ul li:first-child{border-top:none}.search-autocomplete ul li:hover,.search-autocomplete ul li.selected{background:#e8e8e8}.search-autocomplete ul li .amount{color:#999;position:absolute;right:7px;top:5px}.form.search.advanced .fields.range .field:first-child{position:relative}.form.search.advanced .fields.range .field:first-child .control{padding-right:25px}.form.search.advanced .fields.range .field:first-child .control:after{content:' \2013 ';display:inline-block;position:absolute;right:0;text-align:center;top:6px;width:25px}.form.search.advanced .fields.range .field:last-child{position:relative}.form.search.advanced .fields.range .field:last-child div.mage-error[generated]{left:0;position:absolute;top:32px}.form.search.advanced .fields.range .field.with-addon .control{padding-right:45px}.form.search.advanced .group.price .addon .addafter{background:0 0;border:0;padding-top:6px;position:absolute;right:0;top:0}.search-terms{line-height:2em}.search-terms>li{display:inline-block;margin-right:10px}.search.found{margin-bottom:10px}.login-container .block-new-customer .actions-toolbar{margin-top:25px}.login-container .block .block-title{font-size:1.8rem}.login-container .fieldset:after{margin:10px 0 0;content:attr(data-hasrequired);display:block;letter-spacing:normal;word-spacing:normal;color:#e02b27;font-size:1.2rem}.login-container .fieldset:after{margin-top:35px}.block-addresses-list .items.addresses>.item{margin-bottom:20px}.block-addresses-list .items.addresses>.item:last-child{margin-bottom:0}.block-addresses-list .items.addresses .item.actions{margin-top:5px}.form-address-edit #region_id{display:none}.form-edit-account .fieldset.password{display:none}.form-create-account .fieldset-fullname .fields .field{float:none}.account .page-title-wrapper .page-title{display:inline-block}.account .messages{margin-bottom:20px}.account .column.main{margin-bottom:30px}.account .column.main h2{margin-top:0}.account .sidebar-additional{margin-top:40px}.account .table-wrapper{margin-bottom:20px;border-bottom:1px solid #e4e4e4}.account .table-wrapper:last-child{margin-bottom:0}.account .data.table .col.actions .action.delete,[class^=sales-guest-] .data.table .col.actions .action.delete,.sales-guest-view .data.table .col.actions .action.delete{color:#d10029}.column.main .block:last-child{margin-bottom:0}.block .title{margin-bottom:10px}.block .title strong{font-weight:700;line-height:1.1;font-size:1.4rem;margin-top:2rem;margin-bottom:2rem}.block p:last-child{margin:0}.block .box-actions{margin-top:5px}.field.password .control{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.field.password .control .mage-error{-ms-flex-order:2;-webkit-order:2;order:2}.field.password .control .input-text{-ms-flex-order:0;-webkit-order:0;order:0}.password-strength-meter{background-color:#f4f4f4;height:32px;line-height:32px;padding:0 9px;position:relative;z-index:1}.password-strength-meter:before{content:'';height:100%;left:0;position:absolute;top:0;z-index:-1}.password-strength-meter-0 .password-strength-meter:before{background-color:#f4f4f4;width:100%}.password-strength-meter-1 .password-strength-meter:before{background-color:#ffafae;width:25%}.password-strength-meter-2 .password-strength-meter:before{background-color:#ffd6b3;width:50%}.password-strength-meter-3 .password-strength-meter:before{background-color:#c5eeac;width:75%}.password-strength-meter-4 .password-strength-meter:before{background-color:#81b562;width:100%}.control.captcha-image{margin-top:10px}.control.captcha-image .captcha-img{vertical-align:middle}.order-products-toolbar{position:relative}.block-balance .price{margin-top:-10px;font-size:3.2rem;display:inline-block;line-height:32px}.table-downloadable-products .product-name{font-weight:400;margin-right:15px}.table-downloadable-products .action.download{display:inline-block;text-decoration:none}.table-downloadable-products .action.download:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:inherit;line-height:inherit;color:inherit;content:'\e626';font-family:'luma-icons';margin:0 5px 0 0;vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.page-product-downloadable .product-add-form{clear:both;margin-bottom:25px}.page-product-downloadable .product-options-bottom .field.qty{display:none}.samples-item-title{font-size:1.4rem;font-weight:600;margin:0 0 10px}.samples-item{margin:0 0 10px}.field.downloads{margin-bottom:10px}.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads>.control{width:100%}.field.downloads .price-container{display:inline;white-space:nowrap}.field.downloads .price-container:before{content:' + ';display:inline}.field.downloads .price-excluding-tax{display:inline}.field.downloads .price-excluding-tax:before{content:' (' attr(data-label) ': '}.field.downloads .price-excluding-tax:after{content:')'}.field.downloads .price-including-tax{display:inline;font-weight:600;font-size:1.4rem}.field.downloads .field.choice{border-bottom:1px solid #ebebeb;box-sizing:border-box;margin-bottom:10px;padding-bottom:10px;padding-left:25px;position:relative;width:100%;z-index:1}.field.downloads .field.choice input{left:0;position:absolute;top:2px}.field.downloads .field.downloads-all{border-bottom:0;padding-left:0}.field.downloads .sample.link{float:right}.field.downloads-all .label{color:#006bb4;text-decoration:none;cursor:pointer}.field.downloads-all .label:visited{color:#006bb4;text-decoration:none}.field.downloads-all .label:hover{color:#006bb4;text-decoration:underline}.field.downloads-all .label:active{color:#ff5501;text-decoration:underline}.field.downloads-all input{opacity:0}.field.downloads.downloads-no-separately .field.choice{padding-left:0}.page-product-giftcard .giftcard-amount{border-top:1px #c1c1c1 solid;clear:both;margin-bottom:0;padding-top:15px;text-align:left}.page-product-giftcard .giftcard-amount .field:last-child{padding-bottom:20px !important}.page-product-giftcard .product-info-main .price-box .old-price{font-size:20px}.page-product-giftcard .product-info-main .price-box .price-container.price-final>span{display:block;margin-bottom:5px}.page-product-giftcard .product-info-main .price-box .price-container.price-final>span:last-child{margin-bottom:0}.page-product-giftcard .product-info-main .price-box .price-container.price-final .price{font-size:22px;font-weight:600;line-height:22px}.page-product-giftcard .product-info-main .price-box+.giftcard.form{border-top:1px #c1c1c1 solid;padding-top:15px}.page-product-giftcard .product-info-main .alert{clear:left}.page-product-giftcard .product-info-stock-sku{display:block}.page-product-giftcard .product-add-form{border:0;clear:none;padding-top:0}.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text){margin-bottom:20px;margin-top:20px}.page-product-giftcard .giftcard.form{clear:both}.page-product-giftcard .price-box{margin-bottom:10px}.page-product-giftcard .product-info-price{border:0;display:block;float:right;white-space:nowrap;width:auto}.giftcard-account .please-wait{display:none}.giftcard-account .form-giftcard-redeem .giftcard.info{margin-bottom:30px}.opc-wrapper .form-giftcard-account{max-width:500px}.opc-wrapper .form-giftcard-account .field{margin:0 0 20px}.opc-wrapper .giftcard-account-info{margin:0 0 20px}.opc-wrapper .giftcard-account-info .giftcard-account-number{margin:0 0 10px}.gift-message .field .label{color:#666;font-weight:400}.cart.table-wrapper .item-gift._active{border-top:1px solid #c1c1c1}.cart.table-wrapper .item-gift .action{margin-right:0}.gift-options{margin:20px 0}.gift-options .actions-toolbar .action-cancel{display:none}.gift-options-title{font-weight:600;margin:0 0 20px}.gift-options-content .fieldset{margin:0 0 20px}.gift-summary{position:relative}.gift-summary .actions-toolbar>.secondary .action{margin:0 0 0 20px;width:auto}.gift-summary .action-edit,.gift-summary .action-delete{display:inline-block;text-decoration:none}.gift-summary .action-edit>span,.gift-summary .action-delete>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.gift-summary .action-edit:before,.gift-summary .action-delete:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#8f8f8f;content:'\e601';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.gift-summary .action-edit:hover:before,.gift-summary .action-delete:hover:before{color:#333}.gift-summary .action-edit:active:before,.gift-summary .action-delete:active:before{color:#8f8f8f}.gift-summary .action-delete:before{content:'\e604'}.gift-summary .actions-toolbar,.cart.table-wrapper .gift-summary .actions-toolbar{padding:0;position:absolute;right:0;top:0}.cart.table-wrapper .gift-content{clear:left;display:none;float:left;margin-right:-100%;padding:20px 0;width:100%}.cart.table-wrapper .gift-content._active{display:table;table-layout:fixed}.gift-item-block{border-bottom:1px solid #c1c1c1;margin:0}.gift-item-block._active .title:after{content:'\e621'}.gift-item-block .title{color:#1979c3;cursor:pointer;display:block;text-decoration:none;margin:0;padding:10px 40px 10px 15px;position:relative}.gift-item-block .title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.2rem;line-height:20px;color:#858585;content:'\e622';font-family:'luma-icons';margin:0 0 0 10px;vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.gift-item-block .title:hover:after{color:#333}.gift-item-block .content{padding:10px 0 20px;position:relative}.order-details-items .order-gift-message dt:after,.order-details-items .block-order-details-gift-message dt:after{content:''}.order-details-items .order-gift-message .item-message,.order-details-items .block-order-details-gift-message .item-message{clear:left}.order-details-items .order-gift-message .item-options dt,.order-details-items .block-order-details-gift-message .item-options dt{font-weight:400;margin:10px 0}.options-order-container,.options-items-container{margin-bottom:10px}.gift-messages-order{margin-bottom:25px}.form-giftregistry-share .actions-toolbar:not(:last-child),.form-giftregistry-edit .actions-toolbar:not(:last-child){margin-bottom:40px}.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control{width:100%}.giftregisty-dropdown .action.toggle{color:#006bb4}.table-giftregistry-items .product-image{margin-right:10px;float:left}.cart-summary .form.giftregistry .fieldset{margin:15px 0 5px;text-align:left}.cart-summary .form.giftregistry .fieldset .field{margin:0 0 10px}.cart-summary .form.giftregistry .fieldset .field .control{float:none;width:auto}.form-giftregistry-search{margin-bottom:60px}.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1){margin-bottom:0}.block-giftregistry .actions-toolbar{margin:17px 0 0}.block-giftregistry-shared .item-options .item-value{margin:0 0 25px}.block-giftregistry-shared-items .item .col{border:0}.block-giftregistry-shared-items th{border-bottom:1px solid #ccc}.block-giftregistry-shared-items .col{padding:20px 11px 10px}.block-giftregistry-shared-items .col .price-box{display:inline-block}.block-giftregistry-shared-items .col .price-wrapper{font-size:1.8rem;display:block;font-weight:700;white-space:nowrap}.block-giftregistry-shared-items .product .item-options{margin:0}.block-giftregistry-shared-items .product-item-photo{display:block;max-width:65px;padding:10px 0}.block-giftregistry-shared-items .product-item-name{font-size:1.8rem;display:block;margin:0 0 5px}.gift-wrapping-info{font-weight:300;font-size:18px;margin:20px 0}.gift-wrapping-list{list-style:none;margin:20px 0 10px;padding:0}.gift-wrapping-list .no-image{background:#f2f2f2;display:inline-block;text-decoration:none}.gift-wrapping-list .no-image>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.gift-wrapping-list .no-image:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:4rem;color:#494949;content:'\e62a';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.gift-wrapping-list .no-image:after{display:block}.gift-wrapping-preview,.gift-wrapping-item>span{cursor:pointer;display:block;overflow:hidden;position:relative;z-index:1}.gift-wrapping-item{float:left;margin:0 10px 10px 0}.gift-wrapping-item:last-child{margin-right:0}.gift-wrapping-item._active span:before{border:3px solid #333;box-sizing:border-box;content:'';display:block;height:100%;position:absolute;width:100%;z-index:2}.gift-wrapping-item>span{height:4rem;width:4rem}.gift-wrapping-title{margin:10px 0}.gift-wrapping-title .action-remove{margin:-5px 0 0 5px;display:inline-block;text-decoration:none}.gift-wrapping-title .action-remove>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.gift-wrapping-title .action-remove:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#8f8f8f;content:'\e604';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.gift-wrapping-title .action-remove:hover:before{color:#333}.gift-wrapping-title .action-remove:active:before{color:#8f8f8f}.gift-options-content .fieldset .field{margin:10px 0}.gift-wrapping-summary{padding-right:7rem}.gift-wrapping-summary .gift-wrapping-title{border:0;display:inline-block;padding:0}.opc-wrapper .fieldset.gift-message .field.gift-wrapping{padding:0;width:100%}.opc-wrapper .data.table .gift-wrapping,.table-order-items .gift-wrapping{margin:20px 0 0}.opc-wrapper .data.table .gift-wrapping .title,.table-order-items .gift-wrapping .title{float:none}.opc-wrapper .data.table .gift-wrapping .content,.table-order-items .gift-wrapping .content{margin:0}.opc-wrapper .data.table .gift-wrapping .content>img,.table-order-items .gift-wrapping .content>img{float:left;margin:0 10px 0 0;max-height:50px;max-width:50px}.gift-summary .price-box,.gift-options .price-box{margin-left:22px}.gift-summary .regular-price:before,.gift-options .regular-price:before{content:attr(data-label) ': '}.gift-summary .regular-price .price,.gift-options .regular-price .price{font-weight:700}.table-wrapper.grouped{width:auto}.table.grouped .row-tier-price>td{border-top:0}.table.grouped .col.item{width:90%}.table.grouped .col.qty{width:10%}.table.grouped .product-item-name{display:inline-block;font-weight:400;margin-bottom:10px}.table.grouped .price-box p{margin:0}.table.grouped .price-box .price{font-weight:700}.table.grouped .price-box .old-price .price{font-weight:400}.table.grouped .stock.unavailable{font-weight:400;margin:0;text-transform:none;white-space:nowrap}.page-product-grouped .product-info-main .alert{clear:left}.form-add-invitations .additional,.form-add-invitations .field.message{margin-top:20px}.form-add-invitations .action.remove{top:4px}.form-add-invitations .action.add{display:inline-block;text-decoration:none;line-height:normal;padding:4px;width:auto}.form-add-invitations .action.add>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.form-add-invitations .action.add:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:inherit;color:inherit;content:'\e61c';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.form-add-invitations .action.add:hover:before{color:inherit}.form-add-invitations .action.add:active:before{color:inherit}.filter.block{margin-bottom:0}.filter-title strong{background-color:#f0f0f0;box-shadow:inset 0 1px 0 0 #fff,inset 0 -1px 0 0 rgba(204,204,204,.3);border:1px solid #ccc;border-radius:3px;font-weight:400;left:0;line-height:16px;padding:7px 10px;position:absolute;text-align:center;top:0;z-index:2}.filter-title strong[data-count]:after{color:#fff;background:#ff5501;border-radius:2px;content:attr(data-count);display:inline-block;font-size:.8em;line-height:1;margin:0 5px;min-width:1em;padding:2px}.filter-title strong.disabled{opacity:.5}.filter-subtitle{display:none}.filter-current{margin:0;display:inline-block}.filter-current .items{padding:0;margin-bottom:0}.filter-current .item{padding-left:17px;position:relative;z-index:1}.filter .filter-current-subtitle{border:none;display:block;padding-bottom:10px}.filter-current .action.remove{position:relative;top:inherit;left:inherit;margin-left:10px}.filter-current .action.remove:before{line-height:1;font-size:11px;color:#222}.filter-actions{margin-bottom:25px;padding:0}.filter-label{font-weight:600}.filter-label:after{content:': '}.filter-value{color:#222}.filter-options{display:none;margin:0}.filter-options-item{border-bottom:1px solid #ccc}.filter-options-title{cursor:pointer;font-weight:600;margin:0;overflow:hidden;padding:10px 46px 10px 15px;position:relative;text-transform:none;word-break:break-all;z-index:1;display:block;text-decoration:none}.filter-options-title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:11px;line-height:inherit;color:#222;content:'\e622';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.filter-options-title:after{position:absolute;right:13px;top:12px}.filter-options-title:hover{color:#000}.active>.filter-options-title:after{content:'\e621'}.filter-options-content{margin:0;padding:10px}.filter-options-content .item{line-height:1.5em;margin:5px 0 0}.filter-options-content .item:first-child{margin-top:0}.filter-options-content a{color:#494949;margin-left:-5px;margin-right:-5px;padding-left:5px;padding-right:7px}.filter-options-content a:hover{text-decoration:none}.filter-options-content a:hover+.count{text-decoration:none}.filter-options-content .count{color:#858585;padding-right:5px}.filter-options-content .count:before{content:'('}.filter-options-content .count:after{content:')'}.filter-options-count{margin-left:10px;border-radius:100px;background:#222;width:19px;height:19px;color:#fff;text-align:center;display:inline-flex;font-size:10px;font-weight:400;justify-content:center;align-items:center;vertical-align:top;line-height:19px}.filter-title strong>.filter-options-count{margin-left:auto;margin-right:30px}.filter-products-count{margin-left:10px;font-weight:400;font-size:12px}@media (min-width:991px){.filter-content{position:relative;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #dfdfdf}}.page-layout-1column .filter-current .item{white-space:nowrap;background-color:transparent;border:1px solid #d8d8d8;font-size:13px;display:inline-block;border-radius:4px;line-height:1;padding:8px 12px;margin-right:10px !important}a.action.clear.filter-clear{float:none;background:0 0;color:currentColor;font-size:13px;margin-left:10px;text-decoration:underline;text-underline-offset:3px}.filter-options-content a.action.clear.filter-clear{float:right !important}a.action.clear.filter-clear:hover{background:0 0;color:#222}.map-popup-wrapper.popup .action.close{top:10px}.map-popup{background:#fff;border:1px solid #adadad;padding:22px;width:100%;box-shadow:0 3px 3px rgba(0,0,0,.15);transition:opacity .3s linear;left:0;margin-top:10px;position:absolute;top:0;z-index:1001;display:none;opacity:0;box-sizing:border-box}.map-popup .popup-header{margin:0 0 25px;padding-right:16px}.map-popup .popup-header .title{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}.map-popup .popup-actions .action.close{position:absolute;display:inline-block;background-image:none;background:0 0;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400;right:10px;top:10px}.map-popup .popup-actions .action.close>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.map-popup .popup-actions .action.close:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:16px;color:#8c8c8c;content:'\e616';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.map-popup .popup-actions .action.close:hover:before{color:#737373}.map-popup .popup-actions .action.close:active:before{color:#737373}.map-popup .popup-actions .action.close:focus,.map-popup .popup-actions .action.close:active{background:0 0;border:none}.map-popup .popup-actions .action.close:hover{background:0 0;border:none}.map-popup .popup-actions .action.close.disabled,.map-popup .popup-actions .action.close[disabled],fieldset[disabled] .map-popup .popup-actions .action.close{pointer-events:none;opacity:.5}.map-popup.active{opacity:1}.map-popup .map-info-price{margin:0 0 20px}.map-popup .map-info-price .price-box{margin:0 0 20px}.map-popup .map-info-price .price-box .label:after{content:': '}.map-popup .action.primary{margin-right:10px}.map-popup .map-msrp{margin-bottom:10px}.map-popup .actual-price{margin:3px 0 15px}.map-popup .popup-header{display:none}.map-old-price{text-decoration:none}.map-old-price .price-wrapper{text-decoration:line-through}.map-old-price,.product-item .map-old-price,.product-info-price .map-show-info{display:inline-block;min-width:10rem}.map-old-price:not(:last-child),.product-item .map-old-price:not(:last-child),.product-info-price .map-show-info:not(:last-child){margin-right:10px}.product-options-bottom .price-box .old-price .price-container>span,.product-info-price .price-box .old-price .price-container>span{display:inline}.map-form-addtocart{display:inline-block;text-align:center}.map-form-addtocart img{display:block;margin:0 auto}.wishlist.split.button{display:inline-block;position:relative;margin-right:5%;vertical-align:middle}.wishlist.split.button:before,.wishlist.split.button:after{content:'';display:table}.wishlist.split.button:after{clear:both}.wishlist.split.button .action.split{float:left;margin:0}.wishlist.split.button .action.toggle{float:right;margin:0}.wishlist.split.button .action.toggle{display:inline-block;text-decoration:none}.wishlist.split.button .action.toggle>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.wishlist.split.button .action.toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:inherit;color:#999;content:'\e622';font-family:'luma-icons';margin:0;vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.wishlist.split.button .action.toggle:hover:after{color:#333}.wishlist.split.button .action.toggle:active:after{color:inherit}.wishlist.split.button .action.toggle.active{display:inline-block;text-decoration:none}.wishlist.split.button .action.toggle.active>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.wishlist.split.button .action.toggle.active:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:inherit;color:#999;content:'\e621';font-family:'luma-icons';margin:0;vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.wishlist.split.button .action.toggle.active:hover:after{color:#333}.wishlist.split.button .action.toggle.active:active:after{color:inherit}.wishlist.split.button .items{margin:0;padding:0;list-style:none none;background:#fff;border:1px solid #bbb;margin-top:4px;min-width:200px;z-index:100;box-sizing:border-box;display:none;position:absolute;top:100%;box-shadow:0 3px 3px rgba(0,0,0,.15)}.wishlist.split.button .items li{margin:0;padding:5px 5px 5px 23px}.wishlist.split.button .items li:hover{background:#e8e8e8;cursor:pointer}.wishlist.split.button .items:before,.wishlist.split.button .items:after{border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0}.wishlist.split.button .items:before{border:6px solid;border-color:transparent transparent #fff;z-index:99}.wishlist.split.button .items:after{border:7px solid;border-color:transparent transparent #bbb;z-index:98}.wishlist.split.button .items:before{left:10px;top:-12px}.wishlist.split.button .items:after{left:9px;top:-14px}.wishlist.split.button.active{overflow:visible}.wishlist.split.button.active .items{display:block}.wishlist.split.button .items{padding:6px 0;text-align:left}.wishlist.split.button>.action.split{margin-right:5px}.wishlist.split.button>.action.split:before{content:'\e600'}.wishlist.split.button>.action.split:before{margin:0;width:18px}.wishlist.split.button>.action:active,.wishlist.split.button>.action:focus,.wishlist.split.button>.action:hover{color:#333}.wishlist.split.button>.action.toggle:before{border-left:1px solid #999;content:'';float:left;height:15px;margin:3px 4px 0 0}.cart.table-wrapper .wishlist.split.button{vertical-align:baseline}.cart.table-wrapper .wishlist.split.button>.action.split{font-weight:400;letter-spacing:normal;text-transform:none}.cart.table-wrapper .wishlist.split.button>.action.toggle:after{color:#006bb4}.cart.table-wrapper .wishlist.split.button>.action.split,.cart.table-wrapper .wishlist.split.button>.action.toggle{color:#006bb4}.cart.table-wrapper .wishlist.split.button>.action.split:before,.cart.table-wrapper .wishlist.split.button>.action.toggle:before{display:none}.wishlist.window.popup{background:#fff;border:1px solid #adadad;padding:22px;width:100%;box-shadow:0 3px 3px rgba(0,0,0,.15);transition:opacity .3s linear;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1001;display:none;opacity:0;box-sizing:border-box}.wishlist.window.popup .popup-header{margin:0 0 25px;padding-right:16px}.wishlist.window.popup .popup-header .title{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}.wishlist.window.popup .popup-actions .action.close{position:absolute;display:inline-block;background-image:none;background:0 0;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400;right:10px;top:10px}.wishlist.window.popup .popup-actions .action.close>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.wishlist.window.popup .popup-actions .action.close:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:16px;color:#8c8c8c;content:'\e616';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.wishlist.window.popup .popup-actions .action.close:hover:before{color:#737373}.wishlist.window.popup .popup-actions .action.close:active:before{color:#737373}.wishlist.window.popup .popup-actions .action.close:focus,.wishlist.window.popup .popup-actions .action.close:active{background:0 0;border:none}.wishlist.window.popup .popup-actions .action.close:hover{background:0 0;border:none}.wishlist.window.popup .popup-actions .action.close.disabled,.wishlist.window.popup .popup-actions .action.close[disabled],fieldset[disabled] .wishlist.window.popup .popup-actions .action.close{pointer-events:none;opacity:.5}.wishlist.window.popup.active{opacity:1}.wishlist.window.popup.active{display:block}.wishlist.overlay{transition:opacity .15s linear;background:#8c8c8c;z-index:899;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0}.wishlist.overlay.active{opacity:.7;filter:alpha(opacity=70)}.wishlist.overlay.active{display:block}.wishlist-dropdown.move .action.toggle,.wishlist-dropdown.copy .action.toggle{color:#006bb4}.page-multiple-wishlist .actions-toolbar>.primary{display:block;float:none;text-align:left}.page-multiple-wishlist .actions-toolbar>.primary .action.remove{float:right}.block-wishlist-management{position:relative}.block-wishlist-management .wishlist-select .wishlist-name-label{font-weight:600}.block-wishlist-management .wishlist-title{margin-bottom:10px}.block-wishlist-management .wishlist-title strong{font-weight:300;margin-right:10px}.block-wishlist-management .wishlist-notice{color:#7d7d7d;display:inline-block;margin-right:20px}.block-wishlist-management .wishlist-notice.private{display:inline-block;text-decoration:none}.block-wishlist-management .wishlist-notice.private:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:inherit;line-height:inherit;color:#a3a3a3;content:'\e629';font-family:'luma-icons';margin:0 5px 0 0;vertical-align:text-bottom;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.block-wishlist-management .wishlist-toolbar-select,.block-wishlist-management .wishlist-toolbar-actions{display:inline-block}.block-wishlist-management .wishlist-toolbar-select{margin-right:20px}.block-wishlist-management .wishlist-toolbar .copy .dropdown{right:0}.block-wishlist-management .wishlist-toolbar .copy .dropdown:before{left:auto;right:11px}.block-wishlist-management .wishlist-toolbar .copy .dropdown:after{left:auto;right:10px}.block-wishlist-management .wishlist-dropdown.move{margin-right:20px}.block-wishlist-search-form .form-wishlist-search{margin-bottom:60px;max-width:500px}.block-wishlist-search-results .table-wrapper{border-top:none}.block-wishlist-info-items .block-title{margin-bottom:20px;font-size:2.2rem}.block-wishlist-info-items .block-title>strong{font-weight:300}.block-wishlist-info-items .product-item{width:100%}.block-wishlist-info-items .product-item-photo{margin-left:20px}.block-wishlist-info-items .product-item-info{width:auto}.block-wishlist-info-items .product-item-info:hover .split{visibility:visible}.block-wishlist-info-items .price-wrapper{display:block;margin:0 0 10px}.block-wishlist-info-items .split{clear:both;padding:10px 0;visibility:hidden}.block-wishlist-info-items .wishlist-dropdown .change{color:#006bb4}.block-wishlist-info-items .action.towishlist{padding:10px 0}.block-wishlist-info-items .input-text.qty{margin-right:10px}.data.switch .counter{color:#7d7d7d}.data.switch .counter:before{content:'('}.data.switch .counter:after{content:')'}.rating-summary{overflow:hidden;white-space:nowrap}.rating-summary .rating-result{width:88px;display:inline-block;position:relative;vertical-align:middle}.rating-summary .rating-result:before{left:0;position:absolute;top:0;width:100%;z-index:1;-webkit-font-smoothing:antialiased;color:#c7c7c7;font-family:'luma-icons';font-size:16px;height:16px;letter-spacing:2px;line-height:16px;content:'\e605' '\e605' '\e605' '\e605' '\e605';display:block;font-style:normal;font-weight:400;speak:none}.rating-summary .rating-result>span{display:block;overflow:hidden}.rating-summary .rating-result>span:before{position:relative;z-index:2;-webkit-font-smoothing:antialiased;color:#ff5501;font-family:'luma-icons';font-size:16px;height:16px;letter-spacing:2px;line-height:16px;content:'\e605' '\e605' '\e605' '\e605' '\e605';display:block;font-style:normal;font-weight:400;speak:none}.rating-summary .rating-result>span span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.product-reviews-summary .rating-summary .label,.table-reviews .rating-summary .label{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.review-control-vote{overflow:hidden}.review-control-vote:before{color:#c7c7c7;font-family:'luma-icons';font-size:16px;height:16px;letter-spacing:2px;line-height:16px;font-style:normal;font-weight:400;speak:none;vertical-align:top;-webkit-font-smoothing:antialiased;content:'\e605' '\e605' '\e605' '\e605' '\e605';display:block;position:absolute;z-index:1}.review-control-vote input[type=radio]{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.review-control-vote input[type=radio]:hover+label:before,.review-control-vote input[type=radio]:checked+label:before{opacity:1}.review-control-vote label{cursor:pointer;display:block;position:absolute}.review-control-vote label span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.review-control-vote label:before{color:#ff5501;font-family:'luma-icons';font-size:16px;height:16px;letter-spacing:2px;line-height:16px;font-style:normal;font-weight:400;speak:none;vertical-align:top;-webkit-font-smoothing:antialiased;opacity:0}.review-control-vote label:hover:before{opacity:1}.review-control-vote label:hover~label:before{opacity:0}.review-control-vote .rating-5{z-index:2}.review-control-vote .rating-5:before{content:'\e605' '\e605' '\e605' '\e605' '\e605'}.review-control-vote .rating-4{z-index:3}.review-control-vote .rating-4:before{content:'\e605' '\e605' '\e605' '\e605'}.review-control-vote .rating-3{z-index:4}.review-control-vote .rating-3:before{content:'\e605' '\e605' '\e605'}.review-control-vote .rating-2{z-index:5}.review-control-vote .rating-2:before{content:'\e605' '\e605'}.review-control-vote .rating-1{z-index:6}.review-control-vote .rating-1:before{content:'\e605'}.review-control-vote:before{content:'\e625' '\e625' '\e625' '\e625' '\e625'}.review-toolbar{border-top:1px solid #c9c9c9;margin:0 0 20px;padding:0;text-align:center}.review-toolbar:first-child{display:none}.review-toolbar .pages{border-bottom:1px solid #c9c9c9;display:block;padding:20px 0;text-align:center}.review-toolbar .limiter{display:none}.review-add .block-title{display:none}.review-form .action.submit.primary{background:#eee;border:1px solid #ccc;color:#333;font-size:1.4rem;line-height:1.6rem;padding:7px 15px;margin:0}.review-form .action.submit.primary:focus,.review-form .action.submit.primary:active{background:#e2e2e2;border:1px solid #ccc;color:#333}.review-form .action.submit.primary:hover{background:#e1e1e1;border:1px solid #ccc;color:#333}.review-form .actions-toolbar .actions-primary{padding:0}.fieldset .review-legend.legend{border-bottom:0;line-height:1.3;padding:0;margin-bottom:20px}.fieldset .review-legend.legend span{margin:0}.fieldset .review-legend.legend strong{display:block;font-weight:600}.fieldset .review-field-ratings>.label{font-weight:600;margin-bottom:10px;padding:0}.review-control-vote label:before,.review-control-vote:before{font-size:32px;height:32px;letter-spacing:10px;line-height:32px}.review-field-rating .label{font-weight:600}.review-field-rating .control{margin-bottom:48px;margin-top:10px}.review-list{margin-bottom:30px}.review-list .block-title strong{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}.review-item{border-bottom:1px solid #c9c9c9;margin:0;padding:20px 0}.review-item:after{clear:both;content:'';display:table}.review-item:last-child{border-width:0}.review-ratings{display:table;margin-bottom:10px;max-width:100%}.review-author{display:inline}.review-author .review-details-value{font-weight:400}.review-date{display:inline}.review-title{font-weight:600;line-height:1.1;font-size:1.8rem;margin-top:2rem;margin-bottom:1rem;margin:0 0 20px}.review-content{margin-bottom:20px}.page-main .column .review-add{margin-bottom:0}.data.table.reviews .rating-summary{margin-top:-4px}.customer.review.view .review.title,.customer.review.view .ratings.summary.items,.customer.review.view .product.details{margin-bottom:20px}.product-reviews-summary{margin-bottom:5px}.products.wrapper.list .product-reviews-summary{margin:0 auto}.product-reviews-summary .rating-summary{display:inline-block;vertical-align:middle}.product-reviews-summary .reviews-actions{display:inline-block;font-size:11px;vertical-align:middle}.product-reviews-summary .reviews-actions a:not(:last-child){margin-right:30px}.product-info-main .rating-summary,.customer-review .rating-summary{margin-right:30px}.block-reviews-dashboard .items .item{margin-bottom:20px}.block-reviews-dashboard .items .item:last-child{margin-bottom:0}.block-reviews-dashboard .product-name{display:inline-block}.block-reviews-dashboard .product-name:not(:last-child){margin-bottom:5px}.block-reviews-dashboard .rating-summary .label{font-weight:600;margin-right:10px}.table-reviews .product-name,.block-reviews-dashboard .product-name{font-weight:400}.table-reviews .rating-summary{display:inline-block;vertical-align:baseline}.customer-review .product-media{float:left;margin-right:3%;max-width:285px;width:30%}.customer-review .review-details{margin:0}.customer-review .review-details .customer-review-rating{margin-bottom:20px}.customer-review .review-details .customer-review-rating .item{margin-bottom:10px}.customer-review .review-details .customer-review-rating .item:last-child{margin-bottom:0}.customer-review .review-details .review-title{line-height:1.1;font-size:1.8rem;margin-top:2rem;margin-bottom:1rem;font-weight:600;margin-bottom:20px}.customer-review .review-details .review-content{margin:0;margin-bottom:20px}.customer-review .review-details .review-date{color:#a6a6a6}.block-reward-info .reward-balance{font-size:1.8rem;margin-bottom:25px}.block-reward-info .reward-rates:not(:last-child),.block-reward-info .reward-limit:not(:last-child),.block-reward-info .reward-expiring:not(:last-child){margin-bottom:25px}.block-reward-info .reward-rates .title,.block-reward-info .reward-limit .title,.block-reward-info .reward-expiring .title{display:inline-block;margin-bottom:10px}.order-details-items.rma .order-title{display:none}.order-details-items.rma .order-title+.toolbar{display:none}.form-create-return .additional:first-child{margin-top:0}.form-create-return .field.comment{margin-top:55px}.block-returns-comments .returns-comments dt,.block-returns-comments .returns-comments dd{margin:0}.block-returns-comments .returns-comments dt{font-weight:400}.block-returns-comments .returns-comments dd{margin-bottom:15px}.block-returns-comments .returns-comments dd:last-child{margin-bottom:0}.block-returns-comments .fieldset{margin-bottom:20px}.magento-rma-guest-create .order-links .item a{line-height:1.42857143;margin:0 30px 0 0;padding:0;color:#006bb4;text-decoration:none;background:0 0;border:0;display:inline}.magento-rma-guest-create .order-links .item a:visited{color:#006bb4;text-decoration:none}.magento-rma-guest-create .order-links .item a:hover{color:#006bb4;text-decoration:underline}.magento-rma-guest-create .order-links .item a:active{color:#ff5501;text-decoration:underline}.magento-rma-guest-create .order-links .item a:hover{color:#006bb4}.magento-rma-guest-create .order-links .item a:hover,.magento-rma-guest-create .order-links .item a:active,.magento-rma-guest-create .order-links .item a:focus{background:0 0;border:0}.magento-rma-guest-create .order-links .item a.disabled,.magento-rma-guest-create .order-links .item a[disabled],fieldset[disabled] .magento-rma-guest-create .order-links .item a{color:#006bb4;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.order-links{margin-bottom:0}.order-links .item{line-height:40px;margin:0 0 -1px}.order-links .item strong{background:#fff;border:1px solid #ccc;display:block;font-weight:400;padding:0 20px}.order-links .item a{background:#f6f6f6;color:#6d6d6d;border:1px solid #ccc;display:block;font-weight:400;padding:0 20px}.order-links .item a:hover{background:#fff;text-decoration:none}.order-details-items{border:1px solid #ccc;margin-bottom:40px;padding:10px}.order-details-items .order-title{border-bottom:1px solid #ccc;padding:0 0 10px}.order-details-items .order-title>strong{font-size:2.4rem;font-weight:300}.order-details-items .order-title .action{display:inline-block}.order-details-items .table-wrapper{margin:0}.order-details-items .table-wrapper+.actions-toolbar{display:none}.order-details-items .table-wrapper:not(:last-child){margin-bottom:30px}.order-details-items .table-order-items>thead>tr>th{border-bottom:1px solid #ccc}.order-details-items .table-order-items tbody+tbody{border-top:1px solid #ccc}.account .order-details-items .table-order-items tbody tr:nth-child(even) td{background:0 0}.order-details-items .table-order-items tbody td{padding-bottom:20px;padding-top:20px}.order-details-items .table-order-items tbody .col.label{font-weight:700;padding-bottom:5px;padding-top:0}.order-details-items .table-order-items tbody .col.options{padding:0 0 15px}.order-details-items .table-order-items tbody>.item-parent td{padding-bottom:5px}.order-details-items .table-order-items tbody>.item-parent+tr td{padding-top:5px}.order-details-items .table-order-items tbody .item-options-container td{padding-bottom:15px;padding-top:0}.order-details-items .table-order-items .product-item-name{margin:0 0 10px}.order-details-items .item-options{margin:0}.order-details-items .item-options dt{margin:0}.order-details-items .item-options dd{margin:0 0 15px}.order-details-items .item-options dd:last-child{margin-bottom:0}.order-details-items .item-options.links dt{display:inline-block}.order-details-items .item-options.links dt:after{content:': '}.order-details-items .item-options.links dd{margin:0}.order-details-items thead .col.qty{text-align:center}.order-details-items .col.name{padding-top:16px}.order-details-items .action.show{display:inline-block;text-decoration:none;color:#333}.order-details-items .action.show>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.order-details-items .action.show:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;line-height:10px;color:inherit;content:'\e622';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.order-details-items .action.show.expanded:after{content:'\e621'}.order-details-items .product-item-name{font-size:1.8rem}.order-details-items .items-qty .item{white-space:nowrap}.order-details-items .items-qty .title:after{content:': '}.order-details-items .pages-items .item:first-child,.order-details-items .pages-items .item:last-child{margin-right:0}.block-order-details-comments{margin:0 0 40px}.block-order-details-comments .comment-date{font-weight:600}.block-order-details-comments .comment-content{line-height:1.6;margin:0 0 20px}.block-order-details-view .block-content .box{margin-bottom:30px}.block-order-details-view .box-title{font-weight:600}.block-order-details-view .box-content .payment-method .title{font-weight:400}.block-order-details-view .box-content .payment-method .content{margin:0}.block-order-details-view .box-content .payment-method .content>strong{font-weight:400}.block-order-details-view .box-content .payment-method .content>strong:after{content:': '}.column.main .order-details-items .block-order-details-gift-message{margin:40px 0 0}.block-order-details-gift-message+.actions-toolbar{display:none}.order-tracking{margin:0;padding:20px 0}.order-title+.order-tracking{border-bottom:1px solid #ccc}.order-tracking .tracking-title{display:inline-block}.order-tracking .tracking-content{display:inline-block;margin:0 0 0 5px}.order-actions-toolbar{margin-bottom:25px}.order-actions-toolbar .action{margin-right:30px}.order-actions-toolbar .action.print{display:none;margin:0}.form-orders-search .field:last-child{margin-bottom:20px}.block-reorder .actions-toolbar{margin:17px 0}.block-reorder .product-item-name{display:inline-block}.block-reorder .product-item .field.item{display:inline-block}.product-social-links .action.mailto.friend:before{content:'\e61d'}.block-collapsible-nav .content{background:#f5f5f5;padding:15px 0}.block-collapsible-nav .item{margin:3px 0 0}.block-collapsible-nav .item:first-child{margin-top:0}.block-collapsible-nav .item a,.block-collapsible-nav .item>strong{border-left:3px solid transparent;color:#575757;display:block;padding:5px 18px 5px 15px}.block-collapsible-nav .item a{text-decoration:none}.block-collapsible-nav .item a:hover{background:#e8e8e8}.block-collapsible-nav .item.current a,.block-collapsible-nav .item.current>strong{border-color:#ff5501;color:#000;font-weight:600}.block-collapsible-nav .item.current a{border-color:#ff5501}body{background-color:#fff}.ie9 .page-wrapper{background-color:#fff;min-height:0}.page-header{border-bottom:1px solid #ccc;margin-bottom:20px}.page-header .panel.wrapper{background-color:#7e807e;color:#fff}.header.panel>.header.links{margin:0;padding:0;list-style:none none;float:right;font-size:0;margin-left:auto;margin-right:20px}.header.panel>.header.links>li{display:inline-block;vertical-align:top}.header.panel>.header.links>li{font-size:14px;margin:0 0 0 15px}.header.panel>.header.links>li>a{color:#fff;text-decoration:none}.header.panel>.header.links>li>a:visited{color:#fff;text-decoration:none}.header.panel>.header.links>li>a:hover{color:#fff;text-decoration:underline}.header.panel>.header.links>li>a:active{color:#fff;text-decoration:underline}.header.content{padding-top:10px;position:relative}.logo{float:left;margin:0 0 10px 40px;max-width:50%;position:relative;z-index:5}.logo img{display:block}.page-print .logo{display:inline-block;float:none}.page-main>.page-title-wrapper .page-title+.action{margin-top:30px}.action.skip:focus{background:#f0f0f0;padding:10px;box-sizing:border-box;left:0;position:absolute;text-align:center;top:0;width:100%;z-index:15}.message.global p{margin:0}.message.global.noscript,.message.global.cookie{margin:0 0 10px;padding:12px 20px 12px 25px;display:block;font-size:1.3rem;background:#ffee9c;border-color:#d6ca8e;color:#333;margin:0}.message.global.noscript a,.message.global.cookie a{color:#006bb4}.message.global.noscript a:hover,.message.global.cookie a:hover{color:#006bb4}.message.global.noscript a:active,.message.global.cookie a:active{color:#ff5501}.message.global.cookie{bottom:0;left:0;position:fixed;right:0;z-index:3}.message.global.cookie .actions{margin-top:10px}.message.global.demo{margin:0 0 10px;padding:12px 20px 12px 25px;display:block;font-size:1.3rem;background:#ff0101;border-color:none;color:#fff;margin-bottom:0;text-align:center}.message.global.demo a{color:#006bb4}.message.global.demo a:hover{color:#006bb4}.message.global.demo a:active{color:#ff5501}.page-footer{margin-top:25px}.footer.content{border-top:1px solid #cecece;padding-top:20px}.footer.content .links>li{background:#f4f4f4;font-size:1.6rem;border-top:1px solid #cecece;margin:0 -15px;padding:0 15px}.footer.content .links a,.footer.content .links strong{display:block;padding:10px 0}.footer.content .links strong{color:#a6a6a6;font-weight:400}.footer.content .links a{color:#575757;text-decoration:none}.footer.content .links a:visited{color:#575757;text-decoration:none}.footer.content .links a:hover{color:#333;text-decoration:underline}.footer.content .links a:active{color:#333;text-decoration:underline}.copyright{background-color:#6e716e;color:#fff;display:block;padding:10px;text-align:center}.page-header .switcher .options,.page-footer .switcher .options{display:inline-block;position:relative}.page-header .switcher .options:before,.page-footer .switcher .options:before,.page-header .switcher .options:after,.page-footer .switcher .options:after{content:'';display:table}.page-header .switcher .options:after,.page-footer .switcher .options:after{clear:both}.page-header .switcher .options .action.toggle,.page-footer .switcher .options .action.toggle{padding:0;cursor:pointer;display:inline-block;text-decoration:none}.page-header .switcher .options .action.toggle>span,.page-footer .switcher .options .action.toggle>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.page-header .switcher .options .action.toggle:after,.page-footer .switcher .options .action.toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;line-height:22px;color:inherit;content:'\e622';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.page-header .switcher .options .action.toggle:hover:after,.page-footer .switcher .options .action.toggle:hover:after{color:inherit}.page-header .switcher .options .action.toggle:active:after,.page-footer .switcher .options .action.toggle:active:after{color:inherit}.page-header .switcher .options .action.toggle.active,.page-footer .switcher .options .action.toggle.active{display:inline-block;text-decoration:none}.page-header .switcher .options .action.toggle.active>span,.page-footer .switcher .options .action.toggle.active>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.page-header .switcher .options .action.toggle.active:after,.page-footer .switcher .options .action.toggle.active:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;line-height:22px;color:inherit;content:'\e621';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.page-header .switcher .options .action.toggle.active:hover:after,.page-footer .switcher .options .action.toggle.active:hover:after{color:inherit}.page-header .switcher .options .action.toggle.active:active:after,.page-footer .switcher .options .action.toggle.active:active:after{color:inherit}.page-header .switcher .options ul.dropdown,.page-footer .switcher .options ul.dropdown{margin:0;padding:0;list-style:none none;background:#fff;border:1px solid #bbb;margin-top:4px;min-width:160px;z-index:100;box-sizing:border-box;display:none;position:absolute;top:100%;box-shadow:0 3px 3px rgba(0,0,0,.15)}.page-header .switcher .options ul.dropdown li,.page-footer .switcher .options ul.dropdown li{margin:0;padding:0}.page-header .switcher .options ul.dropdown li:hover,.page-footer .switcher .options ul.dropdown li:hover{background:#e8e8e8;cursor:pointer}.page-header .switcher .options ul.dropdown:before,.page-footer .switcher .options ul.dropdown:before,.page-header .switcher .options ul.dropdown:after,.page-footer .switcher .options ul.dropdown:after{border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0}.page-header .switcher .options ul.dropdown:before,.page-footer .switcher .options ul.dropdown:before{border:6px solid;border-color:transparent transparent #fff;z-index:99}.page-header .switcher .options ul.dropdown:after,.page-footer .switcher .options ul.dropdown:after{border:7px solid;border-color:transparent transparent #bbb;z-index:98}.page-header .switcher .options ul.dropdown:before,.page-footer .switcher .options ul.dropdown:before{left:10px;top:-12px}.page-header .switcher .options ul.dropdown:after,.page-footer .switcher .options ul.dropdown:after{left:9px;top:-14px}.page-header .switcher .options.active,.page-footer .switcher .options.active{overflow:visible}.page-header .switcher .options.active ul.dropdown,.page-footer .switcher .options.active ul.dropdown{display:block}.page-header .switcher .options ul.dropdown a,.page-footer .switcher .options ul.dropdown a{color:#333;text-decoration:none;display:block;padding:8px}.page-header .switcher .options ul.dropdown a:visited,.page-footer .switcher .options ul.dropdown a:visited{color:#333;text-decoration:none}.page-header .switcher .options ul.dropdown a:hover,.page-footer .switcher .options ul.dropdown a:hover{color:#333;text-decoration:none}.page-header .switcher .options ul.dropdown a:active,.page-footer .switcher .options ul.dropdown a:active{color:#333;text-decoration:none}.page-header .switcher strong,.page-footer .switcher strong{font-weight:400}.sidebar .widget.block:not(:last-child),.sidebar .widget:not(:last-child){margin-bottom:40px}.widget{clear:both}.page-header .widget.block,.page-footer .widget.block{margin:20px 0}.ui-datepicker td{padding:0}.ui-tooltip{background:#fff;border:1px solid #bbb;padding:10px}.my-credit-cards .status{font-style:italic}.my-credit-cards .action.delete{background-image:none;-moz-box-sizing:content-box;box-shadow:none;line-height:inherit;text-shadow:none;font-weight:400;line-height:1.42857143;margin:0;padding:0;color:#006bb4;text-decoration:none;background:0 0;border:0;display:inline}.my-credit-cards .action.delete:focus,.my-credit-cards .action.delete:active{background:0 0;border:none}.my-credit-cards .action.delete:hover{background:0 0;border:none}.my-credit-cards .action.delete.disabled,.my-credit-cards .action.delete[disabled],fieldset[disabled] .my-credit-cards .action.delete{pointer-events:none;opacity:.5}.my-credit-cards .action.delete:visited{color:#006bb4;text-decoration:none}.my-credit-cards .action.delete:hover{color:#006bb4;text-decoration:underline}.my-credit-cards .action.delete:active{color:#ff5501;text-decoration:underline}.my-credit-cards .action.delete:hover{color:#006bb4}.my-credit-cards .action.delete:hover,.my-credit-cards .action.delete:active,.my-credit-cards .action.delete:focus{background:0 0;border:0}.my-credit-cards .action.delete.disabled,.my-credit-cards .action.delete[disabled],fieldset[disabled] .my-credit-cards .action.delete{color:#006bb4;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.my-credit-cards-popup .modal-footer{text-align:right}.my-credit-cards-popup .action.secondary{background-image:none;-moz-box-sizing:content-box;box-shadow:none;line-height:inherit;text-shadow:none;font-weight:400;line-height:1.42857143;margin:0;padding:0;color:#006bb4;text-decoration:none;background:0 0;border:0;display:inline;margin-right:20px}.my-credit-cards-popup .action.secondary:focus,.my-credit-cards-popup .action.secondary:active{background:0 0;border:none}.my-credit-cards-popup .action.secondary:hover{background:0 0;border:none}.my-credit-cards-popup .action.secondary.disabled,.my-credit-cards-popup .action.secondary[disabled],fieldset[disabled] .my-credit-cards-popup .action.secondary{pointer-events:none;opacity:.5}.my-credit-cards-popup .action.secondary:visited{color:#006bb4;text-decoration:none}.my-credit-cards-popup .action.secondary:hover{color:#006bb4;text-decoration:underline}.my-credit-cards-popup .action.secondary:active{color:#ff5501;text-decoration:underline}.my-credit-cards-popup .action.secondary:hover{color:#006bb4}.my-credit-cards-popup .action.secondary:hover,.my-credit-cards-popup .action.secondary:active,.my-credit-cards-popup .action.secondary:focus{background:0 0;border:0}.my-credit-cards-popup .action.secondary.disabled,.my-credit-cards-popup .action.secondary[disabled],fieldset[disabled] .my-credit-cards-popup .action.secondary{color:#006bb4;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.product-social-links .action.towishlist:before,.block-bundle-summary .action.towishlist:before,.product-item .action.towishlist:before,.table-comparison .action.towishlist:before{content:'\e600'}.account .table-wrapper .data.table.wishlist>thead>tr>th,.account .table-wrapper .data.table.wishlist>tbody>tr>th,.account .table-wrapper .data.table.wishlist>tfoot>tr>th,.account .table-wrapper .data.table.wishlist>thead>tr>td,.account .table-wrapper .data.table.wishlist>tbody>tr>td,.account .table-wrapper .data.table.wishlist>tfoot>tr>td{border-top:1px solid #ccc}.account .table-wrapper .data.table.wishlist>caption+thead>tr:first-child>th,.account .table-wrapper .data.table.wishlist>colgroup+thead>tr:first-child>th,.account .table-wrapper .data.table.wishlist>thead:first-child>tr:first-child>th,.account .table-wrapper .data.table.wishlist>caption+thead>tr:first-child>td,.account .table-wrapper .data.table.wishlist>colgroup+thead>tr:first-child>td,.account .table-wrapper .data.table.wishlist>thead:first-child>tr:first-child>td{border-top:0}.account .table-wrapper .data.table.wishlist>tbody+tbody{border-top:1px solid #ccc}.account .table-wrapper .data.table.wishlist thead>tr>th{border-bottom:0}.account .table-wrapper .data.table.wishlist tbody>tr:last-child>td{border-bottom:1px solid #ccc}.account .table-wrapper .data.table.wishlist .product.name{display:inline-block;margin-bottom:10px}.account .table-wrapper .data.table.wishlist .box-tocart{margin:10px 0}.account .table-wrapper .data.table.wishlist .box-tocart .qty{vertical-align:middle}.account .table-wrapper .data.table.wishlist .col.item{width:50%}.account .table-wrapper .data.table.wishlist .col.photo{max-width:150px}.account .table-wrapper .data.table.wishlist .col.selector{max-width:15px}.account .table-wrapper .data.table.wishlist textarea{margin:10px 0}.account .table-wrapper .data.table.wishlist .input-text.qty{margin-bottom:10px}.account .table-wrapper .data.table.wishlist .action.primary{vertical-align:top}.account .table-wrapper .data.table.wishlist .price{font-weight:700}.link.wishlist .counter{color:#7d7d7d;white-space:nowrap}.link.wishlist .counter:before{content:'('}.link.wishlist .counter:after{content:')'}.block-wishlist .product-item-name{margin-right:25px}.products-grid.wishlist .product-item-photo{display:block;margin-bottom:10px}.products-grid.wishlist .product-item-name{margin-top:0}.products-grid.wishlist .product-item .price-box{margin:0}.products-grid.wishlist .product-item-comment{display:block;height:42px;margin:10px 0}.products-grid.wishlist .product-item-actions>*{margin-right:15px}.products-grid.wishlist .product-item-actions>*:last-child{margin-right:0}.block-banners .banner-item,.block-banners-inline .banner-item{display:block}.block-banners .banner-item-content,.block-banners-inline .banner-item-content{margin-bottom:20px}.block-banners .banner-item-content img,.block-banners-inline .banner-item-content img{display:block;margin:0 auto}.block-product-link.widget,.block-category-link.widget{display:block;margin-bottom:20px}.block-product-link-inline.widget{margin:0}.block.widget .products-grid .product-item{margin-left:2%;width:calc((100% - 2%)/2)}.block.widget .products-grid .product-item:nth-child(2n+1){margin-left:0}.block.widget .product-item-info{width:auto}.block.widget .pager{padding:0}.block.widget .pager .toolbar-amount{float:none;font-size:1.2rem}.block.widget .pager .pages-item-previous{padding-left:0}.block.widget .pager .pages-item-next{position:relative}.block.widget .pager .items{white-space:nowrap}.columns .block-event{position:relative;z-index:2}.block-event .block-content{position:relative}.block-event .block-content>.action{cursor:pointer;margin-top:-6px;position:absolute;top:50%;z-index:3}.block-event .block-content>.action.backward,.block-event .block-content>.action.forward{opacity:.5;overflow:hidden;width:20px;display:inline-block;text-decoration:none}.block-event .block-content>.action.backward>span,.block-event .block-content>.action.forward>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.block-event .block-content>.action.backward:before,.block-event .block-content>.action.forward:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:55px;line-height:30px;color:inherit;content:'\e617';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.block-event .block-content>.action.backward:before,.block-event .block-content>.action.forward:before{margin-left:-15px}.block-event .block-content>.action.backward{left:0}.block-event .block-content>.action.forward{right:0}.block-event .block-content>.action.forward:before{content:'\e608'}.block-event .block-content>.action.forward:before{margin-left:-20px}.block-event .block-content>.action.inactive{cursor:default;display:none}.block-event .block-content>.action:hover{opacity:1}.block-event .slider-panel{overflow:hidden;position:relative;z-index:2}.block-event .slider-panel .slider{white-space:nowrap}.block-event .slider-panel .slider .item{background:#f0f0f0;display:inline-block;text-align:center;vertical-align:top;white-space:normal;width:16.35%}.sidebar-main .block-event .slider-panel .slider .item,.sidebar-additional .block-event .slider-panel .slider .item{width:100%}.block-event .slider-panel .slider .item img{max-width:100%}.block-event .slider-panel .slider .item .category-name{display:inline-block;font-size:1.8rem;padding:15px 5px 0;word-break:break-all}.block-event .slider-panel .slider .item .ticker{margin:0;padding:0;list-style:none none}.block-event .slider-panel .slider .item .ticker li{display:none;margin:0 5px}.block-event .slider-panel .slider .item .ticker .value{font-size:2.6rem;font-weight:300}.block-event .slider-panel .slider .item .ticker .label{display:block;font-size:1.3rem}.block-event .slider-panel .slider .item .dates{font-weight:300}.block-event .slider-panel .slider .item .dates .start,.block-event .slider-panel .slider .item .dates .end,.block-event .slider-panel .slider .item .dates .date{display:block}.block-event .slider-panel .slider .item .dates .start:after{font-size:1.8rem;content:'\2013';display:block}.block-event .slider-panel .slider .item .dates .date{font-size:1.8rem;font-weight:300}.block-event .slider-panel .slider .item .dates .time{font-size:1.3rem}.block-event .slider-panel .slider .item .box-event .box-content{padding:5px 0 10px}.block-event .slider-panel .slider .item .box-event .box-title{display:block;font-weight:300;margin:10px 0 0}.block-event .slider-panel .slider .item .action.show{display:block;padding:0}.block-event .slider-panel .slider .item .action.show .category.name{display:inline-block;padding:30px 10px 0}.block-event .slider-panel .slider .item .action.show img{display:block}.block-event .slider-panel .slider .item .action.event{background-image:none;background:#1979c3;border:1px solid #1979c3;color:#fff;cursor:pointer;display:inline-block;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:600;padding:7px 15px;font-size:1.4rem;box-sizing:border-box;vertical-align:middle;margin-top:15px}.block-event .slider-panel .slider .item .action.event:focus,.block-event .slider-panel .slider .item .action.event:active{background:#006bb4;border:1px solid #006bb4;color:#fff}.block-event .slider-panel .slider .item .action.event:hover{background:#006bb4;border:1px solid #006bb4;color:#fff}.block-event .slider-panel .slider .item .action.event.disabled,.block-event .slider-panel .slider .item .action.event[disabled],fieldset[disabled] .block-event .slider-panel .slider .item .action.event{opacity:.5;cursor:default;pointer-events:none}.block-event .slider-panel .slider .item .action.event:hover{text-decoration:none}.block-static-block.widget,.block-cms-link.widget{margin-bottom:20px}.links .block-static-block.widget,.links .block-cms-link.widget{margin-bottom:0}.block-cms-link-inline.widget{margin:0}.block-wishlist-search .form-wishlist-search{margin:20px 0 0}.block-cms-hierarchy-link.widget{display:block;margin-bottom:20px}.block-cms-hierarchy-link-inline.widget{margin:0}.sidebar .block-addbysku .fieldset{margin:0}.sidebar .block-addbysku .fieldset .fields{position:relative}.sidebar .block-addbysku .fieldset .fields .field{display:inline-block;margin-bottom:10px;vertical-align:top}.sidebar .block-addbysku .fieldset .fields .field.sku{margin-right:-85px;padding-right:90px;width:100%}.sidebar .block-addbysku .fieldset .fields .field.qty .qty+.mage-error{width:80px}.sidebar .block-addbysku .fieldset .fields .actions-toolbar{position:absolute;right:0;top:7px}.sidebar .block-addbysku .form-addbysku .actions-toolbar{margin-bottom:20px}.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary{text-align:left}.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action{width:auto}.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary{float:none;text-align:left}.sidebar .block-addbysku .action.add{display:inline-block;text-decoration:none;line-height:normal;padding:4px;width:auto}.sidebar .block-addbysku .action.add>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sidebar .block-addbysku .action.add:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:inherit;color:inherit;content:'\e61c';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.sidebar .block-addbysku .action.add:hover:before{color:inherit}.sidebar .block-addbysku .action.add:active:before{color:inherit}.sidebar .block-addbysku .action.links{display:inline-block;margin:20px 0 0}.sidebar .block-addbysku .action.reset{display:block;margin:10px 0}.sidebar .block-addbysku .action.remove{display:inline-block;background-image:none;background:0 0;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400}.sidebar .block-addbysku .action.remove>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sidebar .block-addbysku .action.remove:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:inherit;color:#999;content:'\e616';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.sidebar .block-addbysku .action.remove:hover:before{color:inherit}.sidebar .block-addbysku .action.remove:active:before{color:inherit}.sidebar .block-addbysku .action.remove:focus,.sidebar .block-addbysku .action.remove:active{background:0 0;border:none}.sidebar .block-addbysku .action.remove:hover{background:0 0;border:none}.sidebar .block-addbysku .action.remove.disabled,.sidebar .block-addbysku .action.remove[disabled],fieldset[disabled] .sidebar .block-addbysku .action.remove{pointer-events:none;opacity:.5}@media only screen and (max-width:967px){.abs-checkout-tooltip-content-position-top-mobile,.field-tooltip .field-tooltip-content{right:-10px;top:40px;left:auto}.field-tooltip .field-tooltip-content:before,.field-tooltip .field-tooltip-content:after{border:10px solid transparent;height:0;width:0;margin-top:-21px;right:10px;left:auto;top:0}.field-tooltip .field-tooltip-content:before{border-bottom-color:#666}.field-tooltip .field-tooltip-content:after{border-bottom-color:#f4f4f4;top:1px}.field-tooltip .field-tooltip-content{right:-10px;top:40px;left:auto}}@media only screen and (max-width:966px){.abs-visually-hidden-mobile-m{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-add-clearfix-mobile-m:before,.abs-add-clearfix-mobile-m:after,.account .column.main .block:not(.widget) .block-title:before,.account .column.main .block:not(.widget) .block-title:after{content:'';display:table}.abs-add-clearfix-mobile-m:after,.account .column.main .block:not(.widget) .block-title:after{clear:both}.abs-toggling-title-mobile,.block-wishlist-management .wishlist-select .wishlist-name,.block-collapsible-nav .title{border-top:1px solid #ccc;cursor:pointer;margin-bottom:0;position:relative;border-bottom:1px solid #ccc;padding:10px 40px 10px 15px;display:block;text-decoration:none}.block-wishlist-management .wishlist-select .wishlist-name:after,.block-collapsible-nav .title:after{position:absolute;right:20px;top:10px}.abs-toggling-title-mobile:after,.block-wishlist-management .wishlist-select .wishlist-name:after,.block-collapsible-nav .title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:inherit;color:inherit;content:'\e622';font-family:'luma-icons';margin:3px 0 0;vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.abs-toggling-title-mobile.active:after,.block-wishlist-management .wishlist-select .wishlist-name.active:after,.block-collapsible-nav .title.active:after{content:'\e621'}.abs-icon-add-mobile,.block-wishlist-management .wishlist-add.item .add{display:block;text-decoration:none}.abs-icon-add-mobile:before,.block-wishlist-management .wishlist-add.item .add:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;line-height:10px;color:inherit;content:'\e61c';font-family:'luma-icons';margin:0 5px 0 0;vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.navigation,.breadcrumbs,.page-header .header.panel,.header.content,.footer.content,.page-main,.page-wrapper>.widget,.page-wrapper>.page-bottom,.block.category.event,.top-container{padding-left:15px;padding-right:15px}.account .page-main,.cms-privacy-policy .page-main{padding-top:41px;position:relative}.modal-popup.modal-slide{left:44px;z-index:900}.modal-popup.modal-slide._show .modal-inner-wrap{-webkit-transform:translateX(0);transform:translateX(0)}.modal-popup.modal-slide .modal-inner-wrap{height:100%;overflow-y:auto;position:static;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;width:auto}.modal-popup.modal-slide .modal-inner-wrap{margin:0;max-height:none}.custom-slide{bottom:0;left:0;min-width:0;position:fixed;right:0;top:0;visibility:hidden;opacity:0;-webkit-transition:visibility 0s .3s,opacity .3s ease;transition:visibility 0s .3s,opacity .3s ease;left:44px;z-index:900}.custom-slide._show{visibility:visible;opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.custom-slide._show .modal-inner-wrap{-webkit-transform:translate(0,0);transform:translate(0,0)}.custom-slide .modal-inner-wrap{background-color:#fff;box-shadow:0 0 12px 2px rgba(0,0,0,.35);opacity:1;pointer-events:auto}.custom-slide._show .modal-inner-wrap{-webkit-transform:translateX(0);transform:translateX(0)}.custom-slide .modal-inner-wrap{height:100%;overflow-y:auto;position:static;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;width:auto}.custom-slide._show{-webkit-overflow-scrolling:touch;overflow-x:hidden;overflow-y:auto}.custom-slide .modal-inner-wrap{background-color:#f4f4f4;box-sizing:border-box;height:auto;min-height:100%}body._has-modal-custom{height:100vh;overflow:hidden;width:100vw}body._has-modal-custom .modal-custom-overlay{background-color:rgba(51,51,51,.55)}.modal-popup.modal-slide .modal-inner-wrap[class]{background-color:#f4f4f4}.modal-popup.modal-slide._inner-scroll._show{-webkit-overflow-scrolling:touch;overflow-y:auto}.modal-popup.modal-slide._inner-scroll .modal-inner-wrap{height:auto;min-height:100%}.modal-popup .modal-title{font-size:14px;font-weight:700}.mobile{display:block}.mobile .mobile-block{display:block}.desktop{display:none}.desktop .desktop-block{display:none}.main .amblog-related-wrapper{padding:0 20px}.main .amblog-related-wrapper .slick-list{margin:0}.main .amblog-related-wrapper .slick-slider .slick-arrow.slick-prev{left:-10px}.main .amblog-related-wrapper .slick-slider .slick-arrow.slick-next{right:-10px}.amblog-element-block .amblog-title:before,.amblog-element-block .amblog-title:after,.amblog-post-container .amblog-widget-container .amblog-title:before,.amblog-post-container .amblog-widget-container .amblog-title:after,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-title:before,.amblog-grid-list>.amblog-item .amblog-widget-container .amblog-title:after,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title:before,.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title:after{display:none}.wrapper-category-widget{display:none}.wrapper-category-widget.view_mobile{display:block;padding:0}.wrapper-category-widget .widget-category-img{margin:0}.wrapper-cateogries{display:flex;margin:0 auto;overflow-x:auto}.category-block{flex:0 0 150px;margin-right:15px;padding:0}.contact-index-index .column:not(.sidebar-main) .form.contact{float:none;width:100%}.contact-index-index .column:not(.sidebar-additional) .form.contact{float:none;width:100%}.widget-wrapper .desktop{display:none}.filter-content .active .am-show-more.-active{display:flex;align-items:center;margin-bottom:10px}.am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current+.block-actions{top:187px;border:none;border-radius:inherit;background:#fff;box-shadow:none}.am-porto-cmtb .filter.active .filter-current.amshopby-filter-current{padding:17px 30px;height:140px}.am-porto-cmtb .filter.active .filter-current.amshopby-filter-current~.filter-options{top:221px}.am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items{padding:15px;border-width:1px}.am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle{display:block;padding:10px 15px}.am-porto-cmtb .filter.active .block-category-list .block-title,.am-porto-cmtb .filter.active .filter-options-title,.am-porto-cmtb .filter.active .filter .filter-current-subtitle,.am-porto-cmtb .filter.active .block-category-list .block-content,.am-porto-cmtb .filter.active .filter-options-content{padding-left:15px;padding-right:15px}.am-porto-cmtb .filter.active .filter-options-title:after{right:15px}.wesupply-link-v2{display:none}.ws_embed_sms_notification{text-align:center}.wpx-span span{display:block;margin:15px 0;font-size:10px}.control-subs-2{margin-bottom:15px}#ws_embed_sms_notification .control-subs .ws-Phone{width:80%}#ws_embed_sms_notification .control-subs .ws-country-pc{width:18%;min-width:130px}#ws_embed_sms_notification .control-subs .sms-subs{margin-top:15px;border-radius:0;width:100%}#estimated_response .update-location #input_country{position:relative;top:1px}.table-checkout-shipping-method tbody{border-top:1px solid #ccc;padding-bottom:20px;display:block}.table-checkout-shipping-method tbody tr{padding-bottom:20px}.table-checkout-shipping-method tbody tr td{padding-bottom:10px}.table-checkout-shipping-method tbody tr td.col-eta.eta-desktop{display:none}.table-checkout-shipping-method tbody tr.row-eta{display:table-row}.table-checkout-shipping-method tbody tr.row-eta td{padding-bottom:20px}.table-checkout-shipping-method tbody tr.row-eta td.col-method,.table-checkout-shipping-method tbody tr.row-eta td.col-eta{border-top:0 none;padding-top:5px;padding-bottom:5px}.table-checkout-shipping-method tbody:first-of-type{border-top:0 none}.theme-pearl #ws_embed_sms_notification #ws-Phone{width:210px}.theme-pearl #ws_embed_sms_notification #phonePrefix,.theme-pearl #ws_embed_sms_notification #ws-Phone{height:50px}.theme-pearl #ws_embed_sms_notification #ws-embedded-subscribe{width:100px;height:50px}.theme-pearl #ws_embed_sms_notification .control-subs-2{margin-bottom:15px !important}.theme-pearl #ws_embed_sms_notification .control-subs-2:before{margin-top:15px}.theme-pearl #ws_embed_sms_notification .control-subs:before{margin-top:15px}.theme-pearl #ws_embed_sms_notification .control-subs .sms-subs{border-radius:0;width:100%}#ws_embed_sms_notification.ws-left{padding:0 20px 20px;border:1px solid #b5b5b5}#ws_embed_sms_notification.ws-left #ws-Phone{width:calc(100% - 135px);position:relative;top:1px}#ws_embed_sms_notification.ws-left button#ws-embedded-subscribe{margin-top:10px;height:auto;width:100%}.ws_embed_sms_notification.sms-center-design-2 .inline-block{width:auto}.ws_embed_sms_notification.sms-center-design-2 .inline-block .description-dsg-2{width:100%;text-align:center;padding:15px;margin-top:20px}body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country{top:0}.cart-container{display:flex;flex-wrap:wrap}.cart-container .form-cart{width:100%;padding-right:0;margin-top:0}.cart-container .form-cart .actions.main{text-align:right}.cart-container .cart-summary{width:100%;order:2;margin-top:50px}.cart.table-wrapper tbody>tr>td:last-child{border:0}.cart-totals{padding-left:15px;padding-right:15px}.cart-totals .table-wrapper{border-top:0}.cart-totals .totals tbody>tr:not(:last-child)>td:last-child{border:0}.checkout-index-index .modal-popup .modal-footer{text-align:center}.checkout-index-index .modal-popup .modal-footer .action-save-address{width:100%}.checkout-index-index .modal-popup .modal-footer .action-hide-popup{margin-top:10px}.field-tooltip .field-tooltip-content{right:-10px;top:40px;left:auto}.checkout-payment-method .payment-method{padding:15px}.checkout-payment-method .checkout-billing-address .action-cancel{margin-top:10px}.checkout-payment-method .payment-option{margin:0 -15px}.checkout-payment-method .payment-option .payment-option-title{padding:15px}.checkout-payment-method .payment-option .payment-option-content{padding:0 15px 20px}.multishipping-checkout-success .nav-toggle{display:block}.multishipping-checkout-success .logo{margin-left:40px}.multicheckout .actions-toolbar>.primary{margin-right:0}.block-cart-failed .block-title{margin:0 20px 20px}.catalog-product-view .column.main{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.catalog-product-view .product.media{-ms-flex-order:-1;-webkit-order:-1;order:-1}.compare.wrapper,[class*=block-compare]{display:none}.login-container .fieldset:after{text-align:center}.account .page.messages{margin-bottom:40px}.account .column.main .block:not(.widget) .block-title>.action{float:right;margin-top:5px}.account .column.main .block:not(.widget) .block-content .box{margin-bottom:20px}.account .column.main .block:not(.widget) .block-content .box:last-child{margin-bottom:0}.control.captcha-image .captcha-img{display:block;margin-bottom:10px}.customer-account-index .page-title-wrapper{position:relative}.cart-discount .giftcard .content{padding-bottom:35px}.cart-discount .actions-toolbar .secondary{bottom:17px}.field.open-amount{width:100%}.page-product-giftcard .product-info-main .product-info-stock-sku{display:block;padding-left:10px;text-align:left}.gift-message .actions-toolbar .action-update{font-size:2rem;padding:15px;width:100%}.gift-item-block{border-bottom:0;border-top:1px solid #c1c1c1}.gift-item-block .title:after{font-size:1.2rem;position:absolute;right:20px;top:10px}.gift-item-block .content{padding-left:1.5rem;padding-right:1.5rem}.gift-message-summary{padding-right:7rem}.cart.table-wrapper .action-gift{display:inline-block;text-decoration:none}.cart.table-wrapper .action-gift>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.cart.table-wrapper .action-gift:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#8f8f8f;content:'\e62a';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.cart.table-wrapper .action-gift:hover:after{color:#333}.cart.table-wrapper .action-gift:active:after{color:#8f8f8f}.cart.table-wrapper .action-gift._active{border:1px solid #c1c1c1;border-bottom-color:#fff;margin:-5px 14px -1px -15px;padding:4px 10px 9px 14px}.cart.table-wrapper .action-gift._active:after{color:#333}.cart.table-wrapper .gift-content{border-top:1px solid #c1c1c1;margin-right:-15px;overflow:hidden;padding-left:15px;padding-right:15px}.gift-options-cart-item+.action-towishlist{left:43px;position:absolute}.cart.table-wrapper .action-giftregistry{display:inline-block;text-decoration:none}.cart.table-wrapper .action-giftregistry>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.cart.table-wrapper .action-giftregistry:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#8f8f8f;content:'\e62b';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.cart.table-wrapper .action-giftregistry:hover:before{color:#333}.cart.table-wrapper .action-giftregistry:active:before{color:#8f8f8f}.gift-wrapping{border-bottom:1px solid #c1c1c1;margin-bottom:20px;padding-bottom:10px}.gift-wrapping-list{width:100%}.gift-wrapping-summary+.gift-message-summary{padding-right:0}.gift-options-cart-item{float:left}.gift-wrapping-preview img{width:100%}.item-actions .actions-toolbar .gift-options .gift-wrapping,.item-actions .actions-toolbar .gift-options .gift-message{display:block}.table-wrapper.grouped{margin-left:-15px;margin-right:-15px}body.filter-active .page-header{display:none}body.filter-active .page-wrapper{height:0;margin-top:-999999em;visibility:hidden}body.filter-active .columns{z-index:999}.filter.active{position:relative;visibility:visible;z-index:99}.filter.active .filter-options-item:last-child{margin-bottom:40px}.filter.active .filter-title{border-bottom:1px solid #ccc;height:48px;left:0;position:fixed;right:0;top:0;z-index:2}.filter.active .filter-title strong{box-shadow:none;background:0 0;border:0;color:transparent;left:auto;right:3px;top:10px;display:inline-block;text-decoration:none}.filter.active .filter-title strong:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:inherit;color:#7d7d7d;content:'\e616';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.filter.active .filter-subtitle{background:0 0;display:block;height:50px;left:0;line-height:50px;position:fixed;right:0;top:0;z-index:1;margin-left:10px}.filter.active .filter-options{background:#fff;bottom:0;display:block;left:0;overflow:scroll;position:fixed;right:0;top:50px;z-index:10}.filter .filter-subtitle{font-size:20px;font-weight:300}.filter-options-content{padding:5px 15px}.filter .filter-current .items{display:inline-block}.filter .filter-current-subtitle{position:relative;text-transform:uppercase;z-index:1;display:none !important;display:block;text-decoration:none}.filter .filter-current-subtitle:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:13px;line-height:inherit;color:inherit;content:'\e622';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.filter .filter-current-subtitle:before{position:absolute;right:10px;top:10px}.filter .filter-current-subtitle:after{color:#7d7d7d;content:' (' attr(data-count) ')';font-size:.9em}.filter .filter-current.active{padding-bottom:30px}.filter .filter-current.active .block-subtitle:before{content:'\e621'}.filter .filter-current.active .items{display:block}.filter .filter-current.active+.block-actions{display:block}.filter .filter-current+.block-actions{display:none}.filter-no-options .filter-title:before{background:rgba(255,255,255,.5);content:'';display:block;height:40px;left:-15px;margin-top:-60px;position:relative;width:100px;z-index:99}.filter-no-options .filter-content{margin-bottom:20px}.page-with-filter .columns .sidebar-main{-ms-flex-order:0;-webkit-order:0;order:0}.map-popup{max-width:100%}.map-old-price,.map-show-info{display:inline-block}.map-old-price:not(:last-child),.map-show-info:not(:last-child){margin-bottom:10px}.block-wishlist-management{clear:both;margin-top:-21px}.block-wishlist-management .wishlist-select{margin:0 -15px 20px}.block-wishlist-management .wishlist-select .wishlist-name{font-size:1.6rem}.block-wishlist-management .wishlist-select-items{border-bottom:1px solid #ccc;background:#f5f5f5;display:none;padding:15px 0}.block-wishlist-management .wishlist-select-items.active{display:block}.block-wishlist-management .wishlist-select-items .item{margin:3px 0 0}.block-wishlist-management .wishlist-select-items .item:first-child{margin-top:0}.block-wishlist-management .wishlist-select-items .item.current{display:none}.block-wishlist-management .wishlist-select-items .item a{color:#333;display:block;padding:5px 18px;text-decoration:none}.block-wishlist-management .wishlist-select-items .item a:hover{background:#e8e8e8}.block-wishlist-management .wishlist-title strong{font-size:2.6rem}.block-wishlist-management .wishlist-info{margin-bottom:15px}.block-wishlist-management .wishlist-toolbar-select,.block-wishlist-management .wishlist-toolbar-actions{margin-bottom:15px}.products-grid.wishlist .product-item-checkbox{left:20px;position:absolute;top:20px}.page-multiple-wishlist .products-grid.wishlist .product-item-photo{margin-left:25px}.page-multiple-wishlist .products-grid.wishlist .product-item-name,.page-multiple-wishlist .products-grid.wishlist .product-item-description,.page-multiple-wishlist .products-grid.wishlist .product-item .price-box,.page-multiple-wishlist .products-grid.wishlist .product-item-tooltip{margin-left:115px}.products-grid.wishlist .wishlist-dropdown{display:none}.order-pager-wrapper .toolbar-amount{left:inherit;position:relative;text-align:center;top:inherit}.order-pager-wrapper .pages{text-align:center}.order-pager-wrapper .action.previous,.order-pager-wrapper .action.next{margin:0}.block-collapsible-nav{left:0;position:absolute;top:-21px;width:100%;z-index:5}.block-collapsible-nav .content{border-bottom:1px solid #ccc;display:none}.block-collapsible-nav .content.active{display:block}.customer-name,.customer-welcome+.authorization-link{display:none}.nav-sections .switcher-trigger strong:after{font-size:1.6rem;right:-25px;top:-2px}.navigation .parent .level-top:after{font-size:1.6rem;right:10px;top:7px}.page-footer .footer.content .switcher-store{background:#f4f4f4;font-size:1.6rem;margin:0 -15px}.page-footer .footer.content .switcher-store .switcher-options{display:block}.page-footer .footer.content .switcher-store .switcher-options ul.dropdown{background:0 0;border:0;box-shadow:none;margin:0;position:relative}.page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,.page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after{display:none}.page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,.page-footer .footer.content .switcher-store .switcher-options .switcher-option{border-top:1px solid #cecece;display:block;padding:10px 20px}.page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong{padding:10px 0}.page-footer .footer.content .switcher-store .switcher-options .switcher-option a{padding:0}.products-grid.wishlist{margin-bottom:30px;margin-right:-10px}.products-grid.wishlist .product-item{padding:20px 10px 20px 20px;position:relative}.products-grid.wishlist .product-item-photo{float:left;margin-right:20px}.products-grid.wishlist .product-item-name{font-size:1.6rem}.products-grid.wishlist .product-item-actions{display:block}.products-grid.wishlist .product-item-actions .action{margin-right:15px}.products-grid.wishlist .product-item-actions .action:last-child{margin-right:0}.products-grid.wishlist .product-item-actions .action.edit{float:left}.products-grid.wishlist .product-item-actions .action.delete{float:right}.products-grid.wishlist .product-item-actions .action.edit,.products-grid.wishlist .product-item-actions .action.delete{margin-top:7px}.products-grid.wishlist .product-item-name,.products-grid.wishlist .product-item-description,.products-grid.wishlist .product-item .price-box,.products-grid.wishlist .product-item-tooltip{margin-left:95px}.products-grid.wishlist .product-item .box-tocart{float:left;margin-right:20px}.products-grid.wishlist .product-item .box-tocart .stock{margin-top:7px}.products-grid.wishlist .product-item .giftregisty-dropdown,.products-grid.wishlist .product-item .field.qty{display:none}.products-grid.wishlist .product-image-container{max-width:80px}.wishlist-index-index .product-item{width:100%}.wishlist-index-index .product-item-info{width:auto}}@media only screen and (max-width:639px){.abs-visually-hidden-mobile,.table-downloadable-products .col.title:before,.table-giftregistry-items .col.product:before{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-add-clearfix-mobile:before,.abs-add-clearfix-mobile:after,.abs-checkout-order-review tbody>tr:before,.abs-checkout-order-review tbody>tr:after,.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,.table-giftregistry-items .col.product:before,.table-giftregistry-items .col.product:after,.multicheckout.order-review .data.table tbody>tr:before,.multicheckout.order-review .data.table tbody>tr:after{content:'';display:table}.abs-add-clearfix-mobile:after,.abs-checkout-order-review tbody>tr:after,.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,.table-giftregistry-items .col.product:after,.multicheckout.order-review .data.table tbody>tr:after{clear:both}.multicheckout.order-review .data.table tbody>tr:not(:last-child){border-bottom:1px solid #ccc}.multicheckout.order-review .data.table tbody>tr>td.col.item:before{display:none}.multicheckout.order-review .data.table tbody>tr>td.col.qty,.multicheckout.order-review .data.table tbody>tr>td.col.price,.multicheckout.order-review .data.table tbody>tr>td.col.subtotal{box-sizing:border-box;float:left;text-align:center;white-space:nowrap;width:33%}.multicheckout.order-review .data.table tbody>tr>td.col.qty:before,.multicheckout.order-review .data.table tbody>tr>td.col.price:before,.multicheckout.order-review .data.table tbody>tr>td.col.subtotal:before{content:attr(data-th) ':';display:block;font-weight:700;padding-bottom:10px}.multicheckout.order-review .data.table tbody>tr>td.col:last-child{border:0}.abs-checkout-order-review .product-item-name,.multicheckout.order-review .data.table .product-item-name{margin:0}.abs-product-items-summary tbody .col{padding:10px 0 0}.abs-product-items-summary tfoot .mark{padding-bottom:5px;text-align:left}.abs-product-items-summary tfoot .amount{padding-top:0;text-align:left}.abs-product-items-summary tfoot .grand.totals{font-size:1.6rem}.abs-product-items-summary tfoot .grand.totals .mark{padding-bottom:0;padding-top:5px}.abs-product-items-summary tfoot .grand.totals .amount{padding-bottom:10px;padding-top:0}.abs-product-items-summary tfoot .grand.totals .amount strong{border-top:none}.abs-account-table-margin-mobile,.table-wrapper.balance-history,.table-wrapper.reward-history,.table-wrapper.orders-recent{margin-top:-20px}.abs-sidebar-totals-mobile th:before,.abs-sidebar-totals-mobile td:before,.account .table-billing-agreements .col.actions:before,.account .table-billing-agreements-related .col.actions:before,.table-wrapper.comparison .table-comparison>tbody>tr>th:before,.table-wrapper.comparison .table-comparison>tbody>tr>td:before,.account .table-giftregistry .col.actions:before,.table.grouped>tbody>tr>td:before,.account .table-reviews .col.actions:before,.account .table-order-items .col.actions:before,.account .table-order-items .col.options:before,.cart-totals .totals th:before,.cart-totals .totals td:before,.opc-block-summary .totals th:before,.opc-block-summary .totals td:before{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-no-display-s,.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,.order-details-items .table-order-items .options-label,.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item{display:none}.abs-title-orders-mobile .page-main .page-title-wrapper .page-title,.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,.magento-rma-returns-view .page-main .page-title-wrapper .page-title,.account .page-main .page-title-wrapper .page-title,[class^=sales-guest-] .page-main .page-title-wrapper .page-title,.sales-guest-view .page-main .page-title-wrapper .page-title{display:block}.abs-title-orders-mobile .page-main .page-title-wrapper .order-status,.magento-rma-returns-returns .page-main .page-title-wrapper .order-status,.magento-rma-returns-view .page-main .page-title-wrapper .order-status,.account .page-main .page-title-wrapper .order-status,[class^=sales-guest-] .page-main .page-title-wrapper .order-status,.sales-guest-view .page-main .page-title-wrapper .order-status{margin:-10px 0 10px}.abs-table-striped-mobile>tbody>tr>td:last-child,.account .data.table>tbody>tr>td:last-child{border:0}.abs-no-border-top,.product.info.detailed .additional-attributes-wrapper,.table-wrapper.balance-history,.table-wrapper.table-returns,.table-wrapper.orders-recent,.order-details-items .table-wrapper{border-top:0}.abs-no-border-bottom{border-bottom:0}.abs-sidebar-totals-mobile .amount,.cart-totals .totals .amount,.opc-block-summary .totals .amount{text-align:right}.table-wrapper{border-top:1px solid #ccc;overflow-x:auto;overflow-y:hidden;width:100%;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch;position:relative}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison){border:none;display:block}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>thead>tr>th{display:none}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody{display:block}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr{display:block}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td,.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr th{border-bottom:none;display:block;padding:5px 10px}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td[data-th]:before,.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr th[data-th]:before{padding-right:10px;content:attr(data-th) ': ';display:inline-block;color:#111;font-weight:700}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr>th{background-color:#f6f6f6}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td:first-child{padding-top:15px}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td:last-child{border-bottom:1px solid #ccc;padding-bottom:15px}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td.col.qty{text-align:left}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child{border:none;padding:0 0 5px}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot{display:block}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr{display:block}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td{padding-top:20px}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark{box-sizing:border-box;float:left;text-align:left;width:70%}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount{box-sizing:border-box;float:left;text-align:right;width:30%}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals{font-size:1.6rem}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount{padding-bottom:10px}.data-table-definition-list thead{display:none}.data-table-definition-list tbody th{padding-bottom:0}.data-table-definition-list tbody th,.data-table-definition-list tbody td{display:block;padding-left:0;padding-right:0}.pages .pages-items{display:block;padding:0;position:relative;white-space:normal;z-index:1}.form-new-agreement select{width:auto}.table-paypal-review-items .col.subtotal{text-align:left}.table-paypal-review-items .product-item-name{display:inline-block}.cart-container .form-cart .actions.main{text-align:center}.cart-container .form-cart .actions.main button.update{width:100%}.cart.table-wrapper{margin-bottom:0}.cart.table-wrapper .item-info{flex-wrap:wrap;padding:10px}.cart.table-wrapper .item-info .item-details{width:100%;padding-right:25px}.cart.table-wrapper .item-info .item-details .product-item-photo{max-width:80px !important;margin-right:10px !important}.cart.table-wrapper .item-info .item-details .product-item-name{font-size:14px}.cart.table-wrapper .item-info>.qty{margin-left:90px}.cart.table-wrapper .item-info .subtotal{width:inherit;text-align:right;align-items:center;display:flex}.cart.table-wrapper .product-image-wrapper img{min-height:80px}.cart.table-wrapper .action,.cart.table-wrapper .actions-toolbar .action-divider{font-size:13px;margin-right:5px}.cart.table-wrapper .action.action-delete{top:10px;right:10px}.cart-discount{padding-top:20px}.minicart-wrapper .block-minicart{width:290px;min-width:100%;position:fixed;top:40px;left:0}.minicart-wrapper .block-minicart:before{right:75px}.minicart-wrapper .block-minicart:after{right:74px}.opc-wrapper .step-title{font-size:18px}.opc-wrapper .step-content{margin:0 0 15px}.opc-wrapper .form-login+.form-shipping-address{margin-top:-15px}.opc-wrapper .shipping-address-item{margin:0 0 20px;padding:20px 35px 20px 20px;width:100%}.opc-wrapper .shipping-address-item.selected-item{padding:20px 35px 20px 20px;border-bottom-width:2px}.opc-wrapper .shipping-address-item.selected-item .edit-address-link{right:40px}.opc-wrapper .action-select-shipping-item{float:none;margin-top:10px;width:100%}.opc-wrapper .action-show-popup{width:100%}.opc-wrapper .edit-address-link{display:inline-block;text-decoration:none;margin:0;position:absolute;right:5px;top:5px}.opc-wrapper .edit-address-link>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.opc-wrapper .edit-address-link:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#8f8f8f;content:'\e601';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.opc-wrapper .edit-address-link:hover:before{color:#333}.opc-wrapper .edit-address-link:active:before{color:#8f8f8f}.shipping-policy-block.field-tooltip{margin-bottom:20px;position:relative;right:auto;top:auto}.shipping-policy-block.field-tooltip .field-tooltip-content{width:300px;right:auto}.shipping-policy-block.field-tooltip .field-tooltip-content:before,.shipping-policy-block.field-tooltip .field-tooltip-content:after{right:auto}.opc-block-shipping-information .shipping-information-title{font-size:18px}.opc-block-summary>.title{border-bottom:0;font-size:18px;margin-bottom:5px;padding-bottom:0}.multicheckout .data.table .address:before{margin-bottom:5px}.multicheckout .product-item-name,.multicheckout .price-including-tax,.multicheckout .price-excluding-tax{display:inline-block}.multicheckout .block-content .box:not(:last-child){margin-bottom:40px}.multicheckout .block-content .box:last-child{margin-bottom:0}.multicheckout.order-review .box-items .data.table thead{display:block}.multicheckout.order-review .box-items .data.table thead tr{display:block}.multicheckout.order-review .box-items .data.table thead .col.item{display:block;padding:0}.multicheckout .actions-toolbar .action{margin-bottom:25px}.multicheckout .actions-toolbar>.primary{margin-bottom:25px;margin-right:0}.column .block-addbysku .sku{margin-right:-85px;padding-right:90px}.column .block-addbysku .action.remove{display:inline-block;background-image:none;background:0 0;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400}.column .block-addbysku .action.remove>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.column .block-addbysku .action.remove:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:inherit;color:#8f8f8f;content:'\e604';font-family:'luma-icons';margin:-4px 0 0;vertical-align:top;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.column .block-addbysku .action.remove:hover:before{color:inherit}.column .block-addbysku .action.remove:active:before{color:inherit}.column .block-addbysku .action.remove:focus,.column .block-addbysku .action.remove:active{background:0 0;border:none}.column .block-addbysku .action.remove:hover{background:0 0;border:none}.column .block-addbysku .action.remove.disabled,.column .block-addbysku .action.remove[disabled],fieldset[disabled] .column .block-addbysku .action.remove{pointer-events:none;opacity:.5}.products-list .product-item{table-layout:fixed}.products-list .product-item-photo{padding:0 10px 10px 0;width:30%}.toolbar-products{margin-bottom:0}.product-social-links .action.tocompare{display:none}.product-info-price{margin:0 -10px 0}.product-info-price>*:first-child{padding-left:0}.product-info-price>*:last-child{padding-right:10px}.table-wrapper.comparison .table-comparison>tbody>tr>th,.table-wrapper.comparison .table-comparison>tbody>tr>td{display:table-cell}.block-search{margin-top:10px}.account .column.main,.account .sidebar-additional{margin:0}.page-product-downloadable .product-options-wrapper{margin-bottom:25px}.table-downloadable-products .product-name{display:block;margin-bottom:5px}.page-product-downloadable .product-info-price~*:last-child:after{border-bottom:1px solid #c1c1c1;content:'';display:block;height:0;margin:25px -10px;overflow:hidden;width:auto}.table-giftregistry-items .field.choice,.table-giftregistry-items .field.qty{display:inline-block}.form-giftregistry-search .fieldset{margin-bottom:20px}.block-giftregistry-results .block-title{margin-bottom:0}.block-giftregistry-results .table-wrapper{border-top:none}.block-giftregistry-shared-items .block-title{margin-bottom:10px}.block-giftregistry-shared-items .table-wrapper{border-top:0}.table.grouped>thead>tr>th{border-bottom:1px solid #ccc;display:table-cell}.table.grouped>tbody{border-bottom:1px solid #ccc}.table.grouped>tbody>tr>td{padding:11px 10px;border:0;display:table-cell}.table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison)>tbody>tr>td:last-child{border-bottom:0}.page-product-grouped .minimal-price{margin:0}.page-product-grouped .product-info-price{border:0;margin-bottom:0}.page-product-grouped .product-info-price .price-box{padding-bottom:0}.form-add-invitations .action.remove{display:inline-block;text-decoration:none}.form-add-invitations .action.remove>span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.form-add-invitations .action.remove:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:inherit;color:#8f8f8f;content:'\e604';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.form-add-invitations .action.remove:hover:before{color:inherit}.form-add-invitations .action.remove:active:before{color:inherit}.customer-review .product-name{margin-bottom:5px}.customer-review .product-reviews-summary .rating-summary{display:block;margin-bottom:5px}.form-create-return .additional .field:nth-last-child(2){margin-bottom:0}.form-create-return .additional .field:last-child{margin-top:20px}.account .column.main .returns-details-items .block-returns-tracking .block-title>.action.track{display:block;float:none;margin:10px 0 0}.order-details-items thead{display:block}.order-details-items thead tr{display:block}.order-pager-wrapper{display:block}.account .table-order-items tbody tr{display:block}.account .table-order-items .product-item-name{display:inline-block;margin:0}.account .table-order-items .action.show{margin-top:0}.order-details-items .order-title strong{display:block}.order-details-items .action{margin-top:10px}.order-details-items .items-qty{display:inline-block;vertical-align:top}.order-details-items .col.price .price-including-tax,.order-details-items .col.subtotal .price-including-tax,.order-details-items .col.price .price-excluding-tax,.order-details-items .col.subtotal .price-excluding-tax{display:inline-block}.order-details-items .data.table .col.options{padding:0 10px 15px}.order-details-items .data.table .col.options:before{display:none}.order-details-items .options-label+.item-options-container:before,.order-details-items .item-options-container+.item-options-container:before{content:attr(data-th) ':';display:block;font-weight:700;padding-left:10px}.order-details-items .options-label+.item-options-container .col,.order-details-items .item-options-container+.item-options-container .col{font-size:1.2rem;padding:0 10px}.order-details-items .options-label+.item-options-container .col:first-child,.order-details-items .item-options-container+.item-options-container .col:first-child{padding-top:3px}.order-details-items .options-label+.item-options-container .col:last-child,.order-details-items .item-options-container+.item-options-container .col:last-child{padding-bottom:20px}.logo{margin-bottom:13px;margin-top:4px}.my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status{display:none}.my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before{display:none}.my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default{display:block}.my-credit-cards .card-type img{vertical-align:middle}.products-grid.wishlist .product-item{border-bottom:1px solid #e8e8e8}.products-grid.wishlist .product-item:first-child{border-top:1px solid #e8e8e8}}@media only screen and (max-width:479px){.tooltip.wrapper .tooltip.content{min-width:10rem}.modal-popup .field-tooltip .field-tooltip-content{width:200px}}@media all and (min-width:640px){.abs-blocks-2columns-s{width:48%}.abs-reset-left-margin-desktop-s,.column:not(.sidebar-main) .multicheckout .actions-toolbar,.multicheckout .block-shipping .box-shipping-method .fieldset .legend{margin-left:0}.abs-visually-hidden-desktop-s,.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-add-clearfix-desktop-s:before,.abs-add-clearfix-desktop-s:after,.multicheckout .block-billing:before,.multicheckout .block-billing:after{content:'';display:table}.abs-add-clearfix-desktop-s:after,.multicheckout .block-billing:after{clear:both}.abs-add-box-sizing-desktop-s,.multicheckout .block-shipping .box,.multicheckout .block-billing .box-billing-address,.multicheckout .block-billing .box-billing-method{box-sizing:border-box}.abs-form-field-column-2-s .fieldset .field{padding:0 12px 0 0;box-sizing:border-box;display:inline-block;width:50%;vertical-align:top}.abs-form-field-column-2-s .fieldset .field+.fieldset{clear:both}.abs-form-field-column-2-s .fieldset .field .field{padding:0;width:100%}.abs-form-field-revert-column-1-s{width:100%}.abs-action-print-s{display:inline-block;text-decoration:none}.abs-action-print-s:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:16px;color:inherit;content:'\e624';font-family:'luma-icons';margin:0 4px 0 0;vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.table>tbody>tr>th,.table>tbody>tr>td{border-top:1px solid #ccc}.table>tbody+tbody{border-top:1px solid #ccc}.ui-dialog.popup{width:420px}.multicheckout .actions-toolbar .secondary{float:none;margin-top:11px;text-align:right}.multicheckout .actions-toolbar .secondary .action{margin-left:0}.multicheckout .actions-toolbar .secondary .action.back{display:block;float:left}.multicheckout .item-options{margin:20px 0 0}.multicheckout .block-content .box{margin-bottom:0}.multicheckout .block-shipping .box{float:left;width:25%}.multicheckout .block-shipping .box-shipping-method{padding-left:25px;padding-right:25px;width:50%}.multicheckout .block-shipping .box-shipping-method .fieldset .field:before{display:none}.multicheckout .block-billing .box-billing-address{float:left;width:25%}.multicheckout .block-billing .box-billing-method{float:left;padding-left:25px;width:50%}.multicheckout.form.address .table-wrapper .applicable{margin:7px 0 0}.multicheckout.order-review .box-items{clear:left;float:none;padding-top:40px;width:auto}.multicheckout.order-review .col.item{width:75%}.multicheckout .methods-payment .item-content>.fieldset{width:auto}.multicheckout .methods-payment .item-content>.fieldset .field.cvv{display:inline-block;width:auto}.multicheckout .methods-payment .fieldset>.field:not(.choice)>.label{float:none;margin-bottom:8px;text-align:left;width:auto}.multicheckout .methods-payment .fieldset>.field:not(.choice):not(.cvv) .control{width:100%}.column .block-addbysku .action.remove{background-image:none;-moz-box-sizing:content-box;box-shadow:none;line-height:inherit;text-shadow:none;font-weight:400;line-height:1.42857143;margin:0;padding:0;color:#006bb4;text-decoration:none;background:0 0;border:0;display:inline;margin-top:-4px}.column .block-addbysku .action.remove:focus,.column .block-addbysku .action.remove:active{background:0 0;border:none}.column .block-addbysku .action.remove:hover{background:0 0;border:none}.column .block-addbysku .action.remove.disabled,.column .block-addbysku .action.remove[disabled],fieldset[disabled] .column .block-addbysku .action.remove{pointer-events:none;opacity:.5}.column .block-addbysku .action.remove:visited{color:#006bb4;text-decoration:none}.column .block-addbysku .action.remove:hover{color:#006bb4;text-decoration:underline}.column .block-addbysku .action.remove:active{color:#ff5501;text-decoration:underline}.column .block-addbysku .action.remove:hover{color:#006bb4}.column .block-addbysku .action.remove:hover,.column .block-addbysku .action.remove:active,.column .block-addbysku .action.remove:focus{background:0 0;border:0}.column .block-addbysku .action.remove.disabled,.column .block-addbysku .action.remove[disabled],fieldset[disabled] .column .block-addbysku .action.remove{color:#006bb4;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.catalogsearch-advanced-result .message.error{margin-top:0}.products-grid .product-item-info:hover,.products-grid .product-item-info.active{background:#fff;box-shadow:3px 3px 4px 0 rgba(0,0,0,.3);border:1px solid #bbb;margin:-10px;padding:9px;position:relative;z-index:2}.products-grid .product-item-info:hover .product-item-inner,.products-grid .product-item-info.active .product-item-inner{display:block}.products-grid .product-item-inner{background:#fff;box-shadow:3px 3px 4px 0 rgba(0,0,0,.3);border:1px solid #bbb;border-top:none;left:0;margin:9px 0 0 -1px;padding:0 9px 9px;position:absolute;right:-1px;z-index:2}.product-item-actions{display:block}.products-grid .product-item-actions{margin:-10px 0 10px}.product-item-actions .actions-primary+.actions-secondary{display:table-cell;padding-left:10px;width:50%}.product-item-actions .actions-primary+.actions-secondary>.action{margin-right:10px}.product-item-actions .actions-primary+.actions-secondary>.action:last-child{margin-right:0}.product-item-actions .actions-primary{display:table-cell}.page-products .products-grid .product-item-inner:before{background:#fff;content:'';height:3px;left:0;position:absolute;top:-2px;width:100%;z-index:1}.page-products .product-item-actions{position:relative;z-index:1}.products-grid .product-item{margin-bottom:20px;width:33.33333333%}.page-products .products-grid .product-item,.page-layout-1column .products-grid .product-item,.page-layout-3columns .products-grid .product-item,.page-products.page-layout-1column .products-grid .product-item,.page-products.page-layout-3columns .products-grid .product-item{width:33.33333333%}.review-form{max-width:500px}.review-ratings{float:left;margin-bottom:0;max-width:240px}.review-ratings~.review-content,.review-ratings~.review-details{margin-left:280px}.review-toolbar{margin:0 0 30px}.review-toolbar .pages{padding:30px 0}.fieldset .review-legend.legend{margin-bottom:30px}.review-item{padding:30px 0}.review-title{margin:0 0 30px}.order-details-items .order-title .action{margin:12px 0 0 30px}.order-details-items .order-title .action.track{float:right}.wishlist-index-index .products-grid .product-item-actions{margin:0}.block.widget .products-grid .product-item,.page-layout-1column .block.widget .products-grid .product-item,.page-layout-3columns .block.widget .products-grid .product-item{width:33.33333333%}.page-layout-1column .block.widget .products-grid .product-item{margin-left:2%;width:calc((100% - 4%)/3)}.page-layout-1column .block.widget .products-grid .product-item:nth-child(3n+1){margin-left:0}}@media only screen and (max-width:966px){.desktop,.desktop .desktop-block{display:block !important}.mobile,.mobile .mobile-block{display:none !important}}.amblog-index-index h1.page-title{color:#222;font-weight:600;font-size:30px;line-height:36px;margin:20px 0}.header-blog{display:flex;margin-bottom:75px}@media (max-width:767px){.header-blog{margin-bottom:45px}}.header-blog .last-post{width:62%;margin-right:4%}.header-blog .last-post--inner{position:relative}.header-blog .last-post--inner:hover .last-post-content img{transform:scale(1.1)}.header-blog .last-post--inner:hover .last-post-details{transform:translateY(-20px)}@media (max-width:767px){.header-blog .last-post--inner:hover .last-post-details{transform:translateY(0px)}}.header-blog .last-post--inner:hover .last-post-details:after{width:20%}@media (max-width:767px){.header-blog .last-post--inner:hover .last-post-details:after{width:0}}.header-blog .last-post .last-post-content{position:relative;border-radius:8px;display:block;-webkit-mask-image:-webkit-radial-gradient(#fff,#000);transition:all .4s ease-out;overflow:hidden}.header-blog .last-post .last-post-content:before{content:'';position:absolute;width:100%;height:100%;top:0;left:0;background:-webkit-linear-gradient(top,rgba(0,0,0,0) 30%,#000);z-index:1}@media (max-width:767px){.header-blog .last-post .last-post-content:before{display:none}}.header-blog .last-post .last-post-content img{border-radius:8px;display:block;object-fit:cover;height:490px;width:100%;transform:scale(1);transition:all .4s ease-out}@media (max-width:767px){.header-blog .last-post .last-post-content img{height:295px}}.header-blog .last-post .last-post-details{position:absolute;left:40px;width:calc(100% - 80px);bottom:20px;transition:all .4s ease-out;pointer-events:none}@media (max-width:767px){.header-blog .last-post .last-post-details{position:relative;left:inherit;bottom:inherit;width:100%;margin-top:20px;pointer-events:inherit}}.header-blog .last-post .last-post-details:after{content:"";display:block;height:3px;margin-top:20px;width:0;background-color:#fff;transition:all .4s ease-out}.header-blog .last-post .last-post-title{color:#fff;font-size:35px;line-height:36px;width:100%;font-weight:600}@media (max-width:767px){.header-blog .last-post .last-post-title{color:#222;font-size:20px;line-height:23px}}.header-blog .last-post .amblog-category{margin-bottom:5px;color:#fff;pointer-events:visible}.header-blog .last-post .amblog-category .amblog-ref{color:#fff !important;text-transform:uppercase}@media (max-width:767px){.header-blog .last-post .amblog-category .amblog-ref{color:#222 !important}}.header-blog .featured-post{width:34%}@media (max-width:966px){.header-blog{flex-direction:column}.header-blog .last-post,.header-blog .featured-post{width:100%;margin-right:0}.header-blog .featured-post{margin-top:40px}}.featured-post{margin-top:0;position:relative}.featured-post .block-title{font-size:16px;line-height:18px;color:#222;position:relative;padding-left:33px;text-transform:uppercase;font-weight:600;margin-bottom:0}.featured-post .block-title:before{content:'';position:absolute;top:0;left:0;width:19px;height:16px;background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16' viewBox='0 0 19 16'%3e%3cpath fill='%23010101' d='M8.58270371 3.22653226 17.9580424 3.22653226C18.5331711 3.22653226 19 2.76755037 19 2.20060577 19 1.63366117 18.5329811 1.17449217 17.9580424 1.17449217L8.58270371 1.17449217C8.00719502 1.17449217 7.54093608 1.63366117 7.54093608 2.20060577 7.54093608 2.76773748 8.00757502 3.22653226 8.58270371 3.22653226ZM17.9580424 7.3300511 8.58270371 7.3300511C8.00719502 7.3300511 7.54093608 7.78903299 7.54093608 8.35579048 7.54093608 8.92310931 8.00757502 9.38190408 8.58270371 9.38190408L17.9580424 9.38190408C18.5331711 9.38190408 19 8.9229222 19 8.35579048 19 7.78884588 18.5331711 7.3300511 17.9580424 7.3300511ZM17.9580424 13.4852358 8.58270371 13.4852358C8.00719502 13.4852358 7.54093608 13.9438435 7.54093608 14.5113494 7.54093608 15.078294 8.00757502 15.5369017 8.58270371 15.5369017L17.9580424 15.5369017C18.5331711 15.5369017 19 15.078294 19 14.5113494 19 13.9438435 18.5331711 13.4852358 17.9580424 13.4852358ZM4.31645342 1.41979394 3.0525763 1.41979394 2.66250719.236507584C2.61595729.095239209 2.48295759 0 2.33228794 0 2.18180828 0 2.04880858.095239209 2.00206869.236507584L1.61066958 1.41979394.347742454 1.41979394C.197262797 1.41979394.0636931005 1.51540737.0167632074 1.65630153-.029216688 1.79738279.0215131966 1.95156179.14292292 2.03838103L1.16588059 2.77016992.775241481 3.95345628C.729261586 4.0937891.779421471 4.24871654.901401194 4.33553578 1.02281092 4.42272924 1.18773054 4.42272924 1.30990026 4.33553578L2.33247794 3.603934 3.35524561 4.33553578C3.41623547 4.37950673 3.48805531 4.40102443 3.55930514 4.40102443 3.63036498 4.40102443 3.70237482 4.37950673 3.76336468 4.33553578 3.8855344 4.24871654 3.93569429 4.0937891 3.88971439 3.95345628L3.49888528 2.77016992 4.52184295 2.03838103C4.64306268 1.95156179 4.69379256 1.79719568 4.64800267 1.65630153 4.60088277 1.51540737 4.46731308 1.41979394 4.31645342 1.41979394ZM3.49660529 6.8671399 1.16797059 6.8671399C.976071024 6.8671399.820651378 7.02000912.820651378 7.20917777L.820651378 9.50259031C.820651378 9.69175895.976071024 9.84425396 1.16797059 9.84425396L3.49660529 9.84425396C3.68869485 9.84425396 3.8437345 9.69175895 3.8437345 9.50259031L3.8437345 7.20917777C3.8437345 7.02019623 3.68869485 6.8671399 3.49660529 6.8671399ZM3.49660529 13.0225117 1.16797059 13.0225117C.976071024 13.0225117.820651378 13.1753809.820651378 13.3643625L.820651378 15.657775C.820651378 15.8473179.976071024 16 1.16797059 16L3.49660529 16C3.68869485 16 3.8437345 15.8473179 3.8437345 15.657775L3.8437345 13.3643625C3.8437345 13.1753809 3.68869485 13.0225117 3.49660529 13.0225117Z'/%3e%3c/svg%3e")}.featured-post .post-featured-slider>.post-items{display:none}.featured-post .post-featured-slider>.post-items.slick-initialized{display:block}.featured-post .post-featured-slider .slick-slider{padding:0}.featured-post .post-featured-slider .slick-list{margin:0}.featured-post .post-featured-slider .slick-track{align-items:flex-start}.featured-post .post-featured-slider .slick-slide{margin:0;padding:0}.featured-post .post-item-info{width:100%;display:flex;flex-direction:row;padding:25px 0 0;text-align:left;outline:0}.featured-post .post-item-info:not(:last-child){border-bottom:1px solid #e9e9e9;padding-bottom:25px}.featured-post .post-item-info .post-item-photo{display:block;overflow:hidden;margin-right:20px;flex:0 0 auto;width:130px;height:115px;position:relative;border-radius:8px;-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}@media (max-width:767px){.featured-post .post-item-info .post-item-photo{margin-right:15px;width:100px;height:90px}}.featured-post .post-item-info .post-item-photo:before{content:'';position:absolute;width:100%;height:100%;top:0;left:0;background:#000}.featured-post .post-item-info .post-item-photo img{width:100%;height:100%;object-fit:cover;border-radius:8px;transform:scale(1);opacity:1;display:block;transition:all .3s ease-out 0s}.featured-post .post-item-info:hover .post-item-photo img{transform:scale(1.1);opacity:.8}.featured-post .post-item-info .post-item-details{margin-top:0}.featured-post .post-item-info .post-item-data{font-size:14px;line-height:22px;color:#6d6e70;margin-bottom:4px}@media (max-width:767px){.featured-post .post-item-info .post-item-data{margin-bottom:0}}.featured-post .post-item-info .post-item-name{color:#222;font-size:18px;line-height:23px}@media (max-width:767px){.featured-post .post-item-info .post-item-name{font-size:16px;line-height:21px}}.featured-post .post-item-info:hover .post-item-name{text-decoration:underline;text-underline-offset:3px}@media (min-width:767px) and (max-width:966px){.featured-post .posted-item{font-size:0;text-align:left}.featured-post .slick-slide>div{margin-left:-15px;margin-right:-15px}.featured-post .post-item-info:not(:last-child){border-bottom:0}.featured-post .post-item-info{display:inline-block;vertical-align:top;width:33.3334%;padding:0 15px;margin:0}.featured-post .post-item-info .post-item-photo{width:100%;height:135px;margin-right:0;margin-bottom:10px}.featured-post .post-item-info .post-item-photo img{margin-right:0}}.carousel-arrows{position:absolute;top:-5px;right:0;display:flex;align-items:center}.carousel-arrows .arrow-prev,.carousel-arrows .arrow-next{width:28px;height:28px;line-height:26px;border-radius:100px;text-align:center;border:1px solid #222;cursor:pointer}.carousel-arrows .arrow-prev.slick-disabled,.carousel-arrows .arrow-next.slick-disabled{cursor:default;opacity:.5}.carousel-arrows .arrow-prev:hover,.carousel-arrows .arrow-next:hover{border-color:#9e342f}.carousel-arrows .arrow-prev:hover .icona-prev:before,.carousel-arrows .arrow-next:hover .icona-prev:before,.carousel-arrows .arrow-prev:hover .icona-next:before,.carousel-arrows .arrow-next:hover .icona-next:before{color:#9e342f}.carousel-arrows .arrow-prev{margin-right:5px}.carousel-arrows .icona-prev:before,.carousel-arrows .icona-next:before{font-family:'luma-icons';font-size:12px;font-style:normal;color:#222}.carousel-arrows .icona-prev:before{content:'\e617'}.carousel-arrows .icona-next:before{content:'\e608'}.toolbar-blog{position:relative;margin-bottom:35px}.amblog-list-categories,.amblog-list-search,.amblog-list-tags,.amblog-list-author{position:relative;z-index:1}.amblog-list-categories .amblog-title,.amblog-list-search .amblog-title,.amblog-list-tags .amblog-title,.amblog-list-author .amblog-title{font-size:25px;color:#222;line-height:31px;font-weight:600;padding-top:5px;padding-right:50px}@media (max-width:767px){.amblog-list-categories .amblog-title,.amblog-list-search .amblog-title,.amblog-list-tags .amblog-title,.amblog-list-author .amblog-title{font-size:20px;line-height:26px}}.amblog-list-categories .amblog-title ul.amblog-categories,.amblog-list-search .amblog-title ul.amblog-categories,.amblog-list-tags .amblog-title ul.amblog-categories,.amblog-list-author .amblog-title ul.amblog-categories{margin-right:-50px}.amblog-list-categories .navicon,.amblog-list-search .navicon,.amblog-list-tags .navicon,.amblog-list-author .navicon{display:none;margin-left:10px;vertical-align:middle}.amblog-list-categories .menu-btn,.amblog-list-search .menu-btn,.amblog-list-tags .menu-btn,.amblog-list-author .menu-btn{display:none}.amblog-list-categories ul.amblog-categories,.amblog-list-search ul.amblog-categories,.amblog-list-tags ul.amblog-categories,.amblog-list-author ul.amblog-categories{display:flex;flex-wrap:wrap;margin-top:25px;margin-bottom:0}@media (max-width:767px){.amblog-list-categories ul.amblog-categories,.amblog-list-search ul.amblog-categories,.amblog-list-tags ul.amblog-categories,.amblog-list-author ul.amblog-categories{display:none}}.amblog-list-categories ul.amblog-categories li.amblog-category,.amblog-list-search ul.amblog-categories li.amblog-category,.amblog-list-tags ul.amblog-categories li.amblog-category,.amblog-list-author ul.amblog-categories li.amblog-category{margin-bottom:0}.amblog-list-categories ul.amblog-categories li.amblog-category.current a,.amblog-list-search ul.amblog-categories li.amblog-category.current a,.amblog-list-tags ul.amblog-categories li.amblog-category.current a,.amblog-list-author ul.amblog-categories li.amblog-category.current a{border-color:#222}.amblog-list-categories .amblog-category a,.amblog-list-search .amblog-category a,.amblog-list-tags .amblog-category a,.amblog-list-author .amblog-category a{font-size:15px;line-height:1.5;font-weight:400;color:#222;padding:11px 34px;border:1px solid #d8d8d8;border-radius:100px;display:block;margin:0 15px 15px 0;transition:all .3s ease-out 0s}@media (max-width:767px){.amblog-list-categories .amblog-category a,.amblog-list-search .amblog-category a,.amblog-list-tags .amblog-category a,.amblog-list-author .amblog-category a{font-size:14px;padding:8px 20px;margin:0 10px 10px 0}}.amblog-list-categories .amblog-category a:hover,.amblog-list-search .amblog-category a:hover,.amblog-list-tags .amblog-category a:hover,.amblog-list-author .amblog-category a:hover{border-color:#222;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.amblog-list-categories .amblog-category-count,.amblog-list-search .amblog-category-count,.amblog-list-tags .amblog-category-count,.amblog-list-author .amblog-category-count{display:none}@media (max-width:767px){.amblog-list-categories .navicon{display:inline-block}.amblog-list-categories .menu-btn:checked~.menu-icon .navicon,.amblog-list-categories .menu-btn:checked~.amblog-title .menu-icon .navicon{transform:rotate(-180deg)}.amblog-list-categories .menu-btn:checked~ul.amblog-categories{display:flex}}.amblog-search{position:absolute;top:0;right:0;max-width:270px;z-index:2}@media (max-width:767px){.amblog-search{width:46px}.amblog-search.active-mobile-search{z-index:2;width:100%;max-width:100%}.amblog-search.active-mobile-search .amblog-form-container{opacity:1;pointer-events:inherit}.amblog-search.active-mobile-search .amblog-mobile-search a{border:0;background:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDIyIDIyIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyLjUiIGQ9Ik0xOCwwIEwwLDE4IE0xOCwxOCBMMCwwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyIDIpIi8+PC9zdmc+') no-repeat center;background-size:18px}.amblog-search.active-mobile-search .amblog-mobile-search a .fa{display:none}}.amblog-search .amblog-mobile-search{flex:auto;width:46px;order:2;margin-left:10px;display:none}.amblog-search .amblog-mobile-search a{display:inline-block;border-radius:100px;width:46px;height:46px;border:1px solid #d8d8d8;text-align:center;line-height:44px;position:absolute;right:0;top:-5px;z-index:10}@media (max-width:767px){.amblog-search .amblog-mobile-search{display:block}}.amblog-search .amblog-form-search{margin-bottom:15px}@media (max-width:767px){.amblog-search .amblog-form-search{display:flex;justify-content:space-between}}.amblog-search .amblog-form-search .amblog-field:before{content:'\e91c';font-family:'ambients';color:#222;font-size:18px;background:0 0;top:10px;left:20px;width:inherit;height:inherit}@media (max-width:767px){.amblog-search .amblog-form-container{opacity:0;pointer-events:none;width:100%;background:#fff}}.amblog-search .amblog-form-search .amblog-input,.amblog-search .amblog-form-comment .amblog-input{border-radius:100px;border:1px solid #d8d8d8;background-color:#fff;font-size:15px;color:#222;padding:11px 20px 11px 53px;box-sizing:border-box;-webkit-appearance:none}.amblog-search .amblog-form-search .amblog-input:focus,.amblog-search .amblog-form-comment .amblog-input:focus{border-color:#222;box-shadow:0 4px 12px rgba(0,0,0,.1)}.amblog-search .amblog-form-search .amblog-input::placeholder,.amblog-search .amblog-form-comment .amblog-input::placeholder{font-size:15px;color:#222}.amblog-search .clear-input{position:absolute;top:12px;right:15px;color:#ccc;border:0;padding:0;border-radius:50%;background-color:#fff;transition:color .2s;outline:none;box-shadow:none;font-size:18px;display:none}.amblog-search .clear-input:hover{color:#666}.amblog-grid-list{justify-content:space-between}.amblog-post-container,.amblog-main-content .amblog-search,.amblog-grid-list>.amblog-item,.amblog-grid-list .slick-slide.amblog-item,.amblog-main-content .amblog-search,.amblog-grid-list>.amblog-item,.amblog-grid-list .slick-slide .amblog-item{padding-bottom:15px;margin-bottom:30px;border:none !important;border-radius:0 !important}.amblog-grid-list:after{content:'';flex:auto}.amblog-grid-list{display:flex;flex-wrap:wrap}.amblog-grid-list>.amblog-item{margin-right:2%;width:31.33333333%}@media (max-width:966px){.amblog-grid-list>.amblog-item{width:48%}}@media (max-width:484px){.amblog-grid-list>.amblog-item{width:100%;margin-right:0}}.amblog-grid-list>.amblog-item .amblog-wrapper>a,.amblog-recentposts-grid .amblog-item .amblog-wrapper>a,.amblog-related-grid .amblog-item .amblog-wrapper>a{background:#000;overflow:hidden;display:block;-webkit-mask-image:-webkit-radial-gradient(#fff,#000);border-radius:8px}.amblog-grid-list>.amblog-item .amblog-image,.amblog-recentposts-grid .amblog-item .amblog-image,.amblog-related-grid .amblog-item .amblog-image{transform:scale(1);opacity:1;display:block;transition:all .3s ease-out 0s;object-fit:cover;width:100%;height:235px}.amblog-grid-list>.amblog-item .amblog-wrapper>a:hover .amblog-image,.amblog-recentposts-grid .amblog-item .amblog-wrapper>a:hover .amblog-image,.amblog-related-grid .amblog-item .amblog-wrapper>a:hover .amblog-image{transform:scale(1.1);opacity:.8}.amblog-post-container .amblog-image,.amblog-grid-list>.amblog-item .amblog-image,.amblog-grid-list .slick-slide.amblog-item .amblog-image,.amblog-grid-list>.amblog-item .amblog-image,.amblog-grid-list .slick-slide .amblog-item .amblog-image{border-radius:0}.amblog-post-container .amblog-content,.amblog-grid-list>.amblog-item .amblog-content,.amblog-grid-list .slick-slide.amblog-item .amblog-content,.amblog-grid-list>.amblog-item .amblog-content,.amblog-grid-list .slick-slide .amblog-item .amblog-content{margin-top:20px !important;padding:0 !important;border-bottom:0 !important}.amblog-post-container .amblog-category,.amblog-grid-list>.amblog-item .amblog-category,.amblog-grid-list .slick-slide.amblog-item .amblog-category,.amblog-grid-list>.amblog-item .amblog-category,.amblog-grid-list .slick-slide .amblog-item .amblog-category{line-height:16px;margin:0 0 10px;text-transform:uppercase}.amblog-category .amblog-ref{font-size:12px !important;font-weight:400 !important;color:#222 !important}.amblog-category .amblog-ref:hover{color:#222;text-decoration:underline;text-underline-offset:3px}.amblog-grid-list a,.amblog-grid-list a:visited,.amblog-grid-list a:active{color:#222 !important}.amblog-post-container .amblog-title,.amblog-grid-list>.amblog-item .amblog-title,.amblog-grid-list .slick-slide .amblog-item .amblog-title,.amblog-grid-list>.amblog-item .amblog-title,.amblog-grid-list .slick-slide .amblog-item .amblog-title{font-size:20px !important;line-height:24px !important;font-weight:600;color:#222 !important;margin-bottom:15px !important}.amblog-grid-list>.amblog-item .amblog-title a,.amblog-grid-list .slick-slide.amblog-item .amblog-title a{display:block}.amblog-grid-list>.amblog-item .amblog-title a:hover,.amblog-grid-list .slick-slide.amblog-item .amblog-title a:hover{text-decoration:underline;text-underline-offset:3px}.amblog-post-container .amblog-shot,.amblog-grid-list>.amblog-item .amblog-shot,.amblog-grid-list .slick-slide.amblog-item .amblog-shot,.amblog-grid-list>.amblog-item .amblog-shot,.amblog-grid-list .slick-slide .amblog-item .amblog-shot{color:#6d6e70;font-size:16px;line-height:22px}@media (max-width:966px){.amblog-post-container .amblog-shot,.amblog-grid-list>.amblog-item .amblog-shot,.amblog-grid-list .slick-slide.amblog-item .amblog-shot,.amblog-grid-list>.amblog-item .amblog-shot,.amblog-grid-list .slick-slide .amblog-item .amblog-shot{display:none}}.amblog-pager-container .amblog-link{width:45px;height:45px;background:0 0;border:1px solid #222}.amblog-pager-container .amblog-link.-disabled{background:0 0}.amblog-pager-container .amblog-link:before,.amblog-pager-container .amblog-link:after{background:#222}.amblog-pager-container .amblog-link:before,.amblog-pager-container .amblog-link:after{background:#222;width:10px}.amblog-pager-container .amblog-link:before{top:18px;left:18px}.amblog-pager-container .amblog-link.-new:before,.amblog-pager-container .amblog-link.-new:after{left:16px}.amblog-pager-container .amblog-link:after{top:24px;left:18px}.amblog-pager-container .amblog-link:hover{background:0 0;border-color:#9e342f}.amblog-pager-container .amblog-link:hover:before,.amblog-pager-container .amblog-link:hover:after{background:#9e342f}.amblog-index-category .toolbar-blog{margin-top:75px}.amblog-index-search .toolbar-blog{margin-top:75px;display:block}.amblog-index-tag .toolbar-blog{margin-top:75px}.amblog-index-tag .toolbar-blog h1.amblog-title:first-letter {text-transform:capitalize}.amblog-index-author .toolbar-blog{margin-top:75px}@media (max-width:966px){.amblog-index-category .toolbar-blog,.amblog-index-search .toolbar-blog,.amblog-index-tag .toolbar-blog,.amblog-index-author .toolbar-blog{margin-top:15px}}.amblog-index-post .page-footer{margin-top:0}.amblog-index-post .columns .column.main{padding-bottom:0}.amblog-index-post .amblog-post-image{margin-top:50px}.amblog-index-post .amblog-post-image img{height:550px;width:100%;object-fit:cover}.amblog-index-post .amblog-post-image.hero-img{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;margin-top:0}.amblog-index-post .amblog-post-image.hero-img img{width:100%;object-fit:cover;margin:0 auto;display:block;max-height:900px}.amblog-index-post .amblog-post-image.asym-img img{height:500px;width:1075px}.amblog-index-post .amblog-post-image.amblog-cover .amblog-wrapper{position:relative}.amblog-index-post .amblog-post-image.amblog-cover .amblog-wrapper:before{content:'';position:absolute;top:0;left:0;right:0;width:100%;height:100%;background-image:linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 90%);margin:0 auto}.amblog-index-post .amblog-post-image.amblog-cover .amblog-wrapper .amblog-content-header-cover{position:absolute;bottom:70px;left:0;width:100%}.amblog-index-post .amblog-post-image.amblog-cover .amblog-wrapper .amblog-content-header-cover--inner{max-width:1340px;width:100%;margin:0 auto;padding:0 20px}.amblog-index-post .amblog-post-image.amblog-cover .amblog-wrapper .amblog-category{color:#fff}.amblog-index-post .amblog-post-image.amblog-cover .amblog-wrapper .amblog-category .amblog-ref,.amblog-index-post .amblog-post-image.amblog-cover .amblog-wrapper h1.amblog-title{color:#fff !important;max-width:800px}.amblog-index-post .amblog-post-image.amblog-cover .amblog-wrapper .amblog-category .amblog-ref{text-transform:uppercase;display:inline-block;margin-bottom:5px}.amblog-index-post .skip-to-content{position:absolute;left:50%;bottom:15px;width:38px;height:38px;border:1px solid #fff;border-radius:50px;display:block;text-align:center;line-height:36px;margin-left:-19px;overflow:hidden;background:0 0;transition:all .3s ease-out 0s}.amblog-index-post .skip-to-content span{width:36px;height:36px;display:block;animation:bounce 4s infinite}.amblog-index-post .skip-to-content:hover span{animation-play-state:paused}.amblog-index-post .skip-to-content:hover{background:#fff}.amblog-index-post .skip-to-content:hover svg path{fill:#222}.amblog-index-post .skip-to-content svg{vertical-align:middle}.amblog-index-post .skip-to-content svg path{fill:#fff}@keyframes bounce{10%,20%,30%,40%,50%{transform:translateY(0)}15%{transform:translateY(-4px)}25%{transform:translateY(-3px)}35%{transform:translateY(-2px)}45%{transform:translateY(-1px)}}.amblog-index-post .amblog-post-container,.amblog-index-post .amblog-grid-list>.amblog-item,.amblog-index-post .amblog-grid-list .slick-slide .amblog-item{position:relative;width:100%;max-width:1040px;margin:0 auto;box-sizing:border-box;background:#fff;padding:35px;margin-top:-125px}.amblog-index-post .amblog-cover.amblog-post-container,.amblog-index-post .amblog-cover.amblog-grid-list>.amblog-item,.amblog-index-post .amblog-cover.amblog-grid-list .slick-slide .amblog-item{margin-top:0}.amblog-index-post .amblog-content{width:100%;position:relative;margin:0}.amblog-index-post .amblog-content-header,.amblog-index-post .amblog-content-article,.amblog-index-post .amblog-bottom{max-width:750px;margin:0 auto}.amblog-index-post .amblog-content-article{max-width:inherit;display:flex;justify-content:center;position:relative}.amblog-index-post .amblog-content-article .amblog-full-content{max-width:750px;width:100%}.amblog-index-post .amblog-content-article .amblog-full-content .container{width:100%;padding:0}.amblog-index-post .amblog-post-sidebar{width:35px;position:absolute;top:40px;left:0}.amblog-index-post .amblog-post-sidebar .amblog-social-container{padding:0}.amblog-index-post .amblog-post-sidebar .amblog-social-container .amblog-social-icon{margin:0}.amblog-index-post .amblog-post-sidebar .amblog-social-container .amblog-social-icon a{margin:0 0 15px}.amblog-index-post h1.amblog-title{font-size:40px;line-height:41px;color:#222;font-weight:600;margin-bottom:15px}.amblog-index-post .amblog-post-container .amblog-features.-post,.amblog-index-post .amblog-post-container .amblog-date,.amblog-index-post .amblog-post-container .amblog-tags,.amblog-index-post .amblog-post-container .amblog-author,.amblog-index-post .amblog-grid-list>.amblog-item .amblog-features.-post,.amblog-index-post .amblog-grid-list>.amblog-item .amblog-date,.amblog-index-post .amblog-grid-list>.amblog-item .amblog-tags,.amblog-index-post .amblog-grid-list>.amblog-item .amblog-author,.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-features.-post,.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-date,.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-tags,.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-author{padding:0;margin:0;color:#6d6e70;font-size:16px;margin-bottom:5px}.amblog-index-post .amblog-post-container .amblog-features.-post,.amblog-index-post .amblog-grid-list>.amblog-item .amblog-features.-post,.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-features.-post{margin-bottom:-5px}.amblog-index-post .amblog-date,.amblog-index-post .amblog-author{margin-right:20px !important}.amblog-index-post .amblog-tags--inner{margin-left:0 !important;padding-left:26px !important;position:relative;font-size:0 !important}.amblog-index-post .amblog-tags--inner:before{content:'\f02c';font-family:'fontawesome';font-size:18px;position:absolute;top:0;left:0}.amblog-index-post .amblog-post-container .amblog-tag,.amblog-index-post .amblog-post-container .amblog-author>a,.amblog-index-post .amblog-element-block .amblog-tag,.amblog-index-post .amblog-grid-list>.amblog-item .amblog-tag,.amblog-index-post .amblog-grid-list>.amblog-item .amblog-author>a,.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-tag,.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-author>a,.amblog-index-post .amblog-post-container .amblog-widget-container .amblog-tag,.amblog-index-post .amblog-grid-list>.amblog-item .amblog-widget-container .amblog-tag,.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-tag{display:inline-block;margin:0;padding:0;border-radius:0;color:#6d6e70;font-size:16px;font-weight:400;background:0 0;word-break:inherit;word-wrap:inherit}.amblog-index-post .amblog-post-container .amblog-tag:hover,.amblog-index-post .amblog-post-container .amblog-author>a:hover,.amblog-index-post .amblog-element-block .amblog-tag:hover,.amblog-index-post .amblog-grid-list>.amblog-item .amblog-tag:hover,.amblog-index-post .amblog-grid-list>.amblog-item .amblog-author>a:hover,.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-tag:hover,.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-author>a:hover,.amblog-index-post .amblog-post-container .amblog-widget-container .amblog-tag:hover,.amblog-index-post .amblog-grid-list>.amblog-item .amblog-widget-container .amblog-tag:hover,.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-tag:hover{text-decoration:underline;text-underline-offset:3px}.amblog-index-post .amblog-tag:not(:first-child):before{content:', ';display:inline-block}.amblog-index-post .amblog-tag:empty+.amblog-tag:not(:empty):before{content:''}.amblog-index-post .amblog-full-content{margin-top:35px;color:#222;font-size:18px;line-height:30px;font-weight:400}.amblog-index-post .amblog-full-content h2{font-size:24px;font-weight:600}.amblog-index-post .amblog-full-content h3{font-size:20px;font-weight:600}.amblog-index-post .amblog-full-content ul{list-style-type:disc;list-style-position:outside;padding:0 0 0 20px;margin-bottom:40px}.amblog-index-post .amblog-full-content li{list-style:inherit;margin-bottom:20px}.amblog-index-post .amblog-full-content p,.amblog-index-post .amblog-full-content img{margin-bottom:40px}.amblog-index-post .amblog-full-content p>img{margin-bottom:0}.amblog-index-post .amblog-full-content img.full{min-width:calc(100% + 50px);margin-left:-25px}.amblog-index-post .amblog-full-content .caption{font-size:14px;width:100%;opacity:.75;line-height:16px;margin-top:8px;text-align:left;display:block}.amblog-index-post .amblog-full-content .caption.center{text-align:center}.amblog-index-post .amblog-full-content .caption.right{text-align:center}.amblog-index-post .amblog-full-content picture+.caption{margin-top:-25px}.amblog-index-post .amblog-full-content a{text-decoration:underline;text-underline-offset:2px;color:#222;transition:all .4s ease-out}.amblog-index-post .amblog-full-content a:hover{color:#9e342f}.amblog-index-post .amblog-full-content .indice{background:#f4f4f4;padding:20px 30px;margin-bottom:40px;font-size:16px;border:1px solid #e7e7e7}.amblog-index-post .amblog-full-content .indice ol{list-style-position:outside;padding:0 0 0 20px;margin-top:10px;margin-bottom:0}.amblog-index-post .amblog-full-content .indice ol li{margin-bottom:7px !important}@media (max-width:992px){.amblog-index-post .amblog-post-sidebar{display:none}}@media (max-width:966px){.amblog-index-post .amblog-main-content{padding-top:0}.amblog-index-post .page-header{margin-bottom:0}.amblog-index-post .amblog-content-header-cover{bottom:20px}.amblog-index-post .amblog-post-image.amblog-cover .amblog-wrapper .amblog-content-header-cover--inner{max-width:790px}.amblog-index-post .skip-to-content{display:none}.amblog-index-post .amblog-post-container,.amblog-index-post .amblog-grid-list>.amblog-item,.amblog-index-post .amblog-grid-list .slick-slide .amblog-item{padding:30px 0}}@media (max-width:766px){.amblog-index-post .amblog-post-image.amblog-cover .amblog-wrapper .amblog-content-header-cover{position:relative;bottom:inherit;margin-top:20px}.amblog-index-post .amblog-post-image.amblog-cover .amblog-wrapper .amblog-category .amblog-ref,.amblog-index-post .amblog-post-image.amblog-cover .amblog-wrapper h1.amblog-title{color:#222 !important}.amblog-index-post .amblog-post-image.amblog-cover .amblog-wrapper:before{display:none}.amblog-index-post .amblog-cover.amblog-post-container,.amblog-index-post .amblog-cover.amblog-grid-list>.amblog-item,.amblog-index-post .amblog-cover.amblog-grid-list .slick-slide .amblog-item{padding-top:0}.amblog-index-post h1.amblog-title{font-size:30px;line-height:31px}}.amblog-bottom{flex-direction:column}.amblog-bottom .separator{margin:30px auto;display:block;font-size:0}.amblog-bottom .separator .separator-dot{width:3px;height:3px;background-color:#222;border-radius:50%;margin:0 10px;display:inline-block}.amblog-social-container .amblog-social-icon a{width:35px;height:35px;margin:0 15px 5px 0;border-radius:50%;border:1px solid #222;display:block;font-size:16px;color:#222;text-align:center;line-height:33px;margin:0 7px 15px}.amblog-social-container .amblog-social-icon a .fa{vertical-align:middle;line-height:33px}.amblog-bottom .amblog-social-container{padding:0;margin:30px auto}.amblog-helpful-wrap{margin:10px auto;padding:0}.amblog-helpful-wrap>.amblog-helpful{color:#222;font-weight:600;vertical-align:middle}.amblog-helpful-wrap>.amblog-options{line-height:30px}.amblog-helpful-wrap .amblog-icon{background-repeat:no-repeat !important;background-position:center !important;background-size:13px auto !important;display:inline-block;vertical-align:middle;border:1px solid #222;border-radius:50px;width:30px;height:30px}.amblog-helpful-wrap .amblog-plus>.amblog-icon{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2aWV3Qm94PSIwIDAgMjAgMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Im0zLjg5NjEgNy4yODZoLTMuMzRjLTAuMTQ4NjctNS4zNzIyZS00IC0wLjI5MTMzIDAuMDU4NjkxLTAuMzk1ODkgMC4xNjQzOC0wLjEwNDU2IDAuMTA1NjktMC4xNjIyNiAwLjI0ODk3LTAuMTYwMTEgMC4zOTc2M3Y4Ljk4NWMwIDAuMzE0IDAuMjQ1IDAuNTYxMDEgMC41NTcgMC41NjEwMWgzLjM0YzAuMTQ4NTggOC4xMzFlLTQgMC4yOTEyNC0wLjA1ODE5MSAwLjM5NTgzLTAuMTYzNzIgMC4xMDQ1OS0wLjEwNTUzIDAuMTYyMzItMC4yNDg3MiAwLjE2MDE3LTAuMzk3Mjh2LTguOTg1YzAuMDAyNDI3OS0wLjE0ODkxLTAuMDU1MzEzLTAuMjkyNTEtMC4xNjAxNS0wLjM5ODI5LTAuMTA0ODQtMC4xMDU3OC0wLjI0NzkyLTAuMTY0OC0wLjM5Njg1LTAuMTYzNzJ6bTE2LjEwNCAxLjA2NGMwLTAuOTE1LTAuNjIzLTEuODQtMS44MTMtMS44NGgtNS4zOTJjMC43Ny0xLjM5MSAwLjk5Ny0zLjM0NyAwLjQ2Mi00Ljc3OC0wLjM5NC0xLjA1Mi0xLjE0Ny0xLjY2Ni0yLjExOC0xLjcyOGwtMC4wMTYtMmUtM2MtMC42MzYyOS0wLjAzNjc1NC0xLjE4NDkgMC40NDI1NC0xLjIzNCAxLjA3OC0wLjEzOCAxLjQyLTAuNzU1IDMuOTMtMS42MzggNC44Mi0wLjc0NCAwLjc1LTEuMzggMS4wNjUtMi40MzYgMS41ODYtMC4xNTIgMC4wNzUtMC4zMiAwLjE1Ny0wLjQ5NiAwLjI0NiAwLjAwMzI5NzggMC4wMzg5MTMgMC4wMDQ5NjU5IDAuMDc3OTQ3IDVlLTMgMC4xMTd2OC44OTNsMC4zNzcgMC4xM2MxLjc0MiAwLjYwNiAzLjI0NyAxLjEyOCA1LjU0NyAxLjEyOGg0LjM2YzEuMTkgMCAxLjgxMi0wLjkyNiAxLjgxMi0xLjg0MSAyLjkzOWUtNCAtMC4yNzI2OC0wLjA1NTE3Ni0wLjU0MjU0LTAuMTYzLTAuNzkzIDAuMzg3NDctMC4wNjY0MzEgMC43NDA0NC0wLjI2Mzc0IDEtMC41NTkgMC4yOTItMC4zMzQgMC40NTMtMC43NzkgMC40NTMtMS4yNTEgMC0wLjI3LTAuMDU1LTAuNTQzLTAuMTYzLTAuNzkyIDAuOTU2LTAuMTY2IDEuNDUzLTAuOTkzIDEuNDUzLTEuODEgMC0wLjQ3NS0wLjE2OC0wLjk1My0wLjQ5NC0xLjMwMiAwLjMyNi0wLjM1IDAuNDk0LTAuODI3IDAuNDk0LTEuMzAyeiIgZmlsbD0iIzI0MjQyNCIvPgo8L3N2Zz4K)}.amblog-helpful-wrap .amblog-minus>.amblog-icon{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2aWV3Qm94PSIwIDAgMjAgMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+Cjxwb2x5Z29uIHBvaW50cz0iMCAxOCAyMCAxOCAyMCAwIDAgMCIvPgo8cGF0aCBkPSJtMy44OTYxIDEwLjcxNGgtMy4zNGMtMC4xNDg2NyA1LjM3MmUtNCAtMC4yOTEzMy0wLjA1ODY5MS0wLjM5NTg5LTAuMTY0MzgtMC4xMDQ1Ni0wLjEwNTY5LTAuMTYyMjYtMC4yNDg5Ny0wLjE2MDExLTAuMzk3NjN2LTguOTg1YzAtMC4zMTQgMC4yNDUtMC41NjEgMC41NTctMC41NjFoMy4zNGMwLjMxMSAwIDAuNTU2IDAuMjQ3IDAuNTU2IDAuNTYxdjguOTg1YzAuMDAyNDI3OSAwLjE0ODkxLTAuMDU1MzEzIDAuMjkyNTEtMC4xNjAxNSAwLjM5ODI5LTAuMTA0ODQgMC4xMDU3OC0wLjI0NzkyIDAuMTY0OC0wLjM5Njg1IDAuMTYzNzJ6bTE2LjEwNC0xLjA2NGMwIDAuOTE1LTAuNjIzIDEuODQtMS44MTMgMS44NGgtNS4zOTJjMC43NyAxLjM5MSAwLjk5NyAzLjM0NyAwLjQ2MiA0Ljc3Ny0wLjM5NCAxLjA1My0xLjE0NiAxLjY2Ny0yLjExOCAxLjczaC0wLjAxNmMtMC42MzU1NyAwLjAzNjc5OC0xLjE4MzktMC40NDEzNC0xLjIzNC0xLjA3Ni0wLjEzOC0xLjQyLTAuNzU1LTMuOTMtMS42MzgtNC44Mi0wLjc0NC0wLjc1LTEuMzgtMS4wNjUtMi40MzYtMS41ODYtMC4xNTItMC4wNzUtMC4zMi0wLjE1Ny0wLjQ5Ni0wLjI0NiAwLjAwMzI5NzgtMC4wMzg5MTMgMC4wMDQ5NjU5LTAuMDc3OTQ3IDVlLTMgLTAuMTE3di04Ljg5MmwwLjM3Ny0wLjEzYzEuNzQyLTAuNjA4IDMuMjQ3LTEuMTMgNS41NDctMS4xM2g0LjM2YzEuMTkgMCAxLjgxMiAwLjkyNiAxLjgxMiAxLjg0MSAyLjkzOWUtNCAwLjI3MjY4LTAuMDU1MTc2IDAuNTQyNTQtMC4xNjMgMC43OTMgMC4zOTcgMC4wNzIgMC43NDMgMC4yNjQgMSAwLjU1OSAwLjI5MiAwLjMzNCAwLjQ1MyAwLjc3OSAwLjQ1MyAxLjI1MSAwIDAuMjctMC4wNTUgMC41NDMtMC4xNjMgMC43OTIgMC45NTYgMC4xNjYgMS40NTMgMC45OTMgMS40NTMgMS44MSAwIDAuNDc1LTAuMTY4IDAuOTUyLTAuNDk0IDEuMzAyIDAuMzI2IDAuMzUgMC40OTQgMC44MjcgMC40OTQgMS4zMDJ6IiBmaWxsPSIjMjQyNDI0IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KPC9nPgo8L3N2Zz4K)}.amblog-helpful-wrap .amblog-plus:hover>.amblog-icon,.amblog-helpful-wrap .amblog-plus.-voted>.amblog-icon{border-color:#1ab900;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMHYxOEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiA3LjI4NkguNTU2QS41NTQuNTU0IDAgMCAwIDAgNy44NDh2OC45ODVjMCAuMzE0LjI0NS41NjEuNTU3LjU2MWgzLjM0YS41NTMuNTUzIDAgMCAwIC41NTYtLjU2MVY3Ljg0OGEuNTUzLjU1MyAwIDAgMC0uNTU3LS41NjJ6TTIwIDguMzVjMC0uOTE1LS42MjMtMS44NC0xLjgxMy0xLjg0aC01LjM5MmMuNzctMS4zOTEuOTk3LTMuMzQ3LjQ2Mi00Ljc3OEMxMi44NjMuNjggMTIuMTEuMDY2IDExLjEzOS4wMDRsLS4wMTYtLjAwMkExLjE3IDEuMTcgMCAwIDAgOS44ODkgMS4wOEM5Ljc1MSAyLjUgOS4xMzQgNS4wMSA4LjI1MSA1LjljLS43NDQuNzUtMS4zOCAxLjA2NS0yLjQzNiAxLjU4Ni0uMTUyLjA3NS0uMzIuMTU3LS40OTYuMjQ2YTEuNCAxLjQgMCAwIDEgLjAwNS4xMTd2OC44OTNsLjM3Ny4xM0M3LjQ0MyAxNy40NzggOC45NDggMTggMTEuMjQ4IDE4aDQuMzZjMS4xOSAwIDEuODEyLS45MjYgMS44MTItMS44NDFhMiAyIDAgMCAwLS4xNjMtLjc5MyAxLjcxOCAxLjcxOCAwIDAgMCAxLS41NTljLjI5Mi0uMzM0LjQ1My0uNzc5LjQ1My0xLjI1MSAwLS4yNy0uMDU1LS41NDMtLjE2My0uNzkyLjk1Ni0uMTY2IDEuNDUzLS45OTMgMS40NTMtMS44MSAwLS40NzUtLjE2OC0uOTUzLS40OTQtMS4zMDIuMzI2LS4zNS40OTQtLjgyNy40OTQtMS4zMDJ6IiBmaWxsPSIjMUFCOTAwIi8+PC9zdmc+)}.amblog-helpful-wrap .amblog-minus:hover>.amblog-icon,.amblog-helpful-wrap .amblog-minus.-voted>.amblog-icon{border-color:#d23737;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMThoMjBWMEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiAxMC43MTRILjU1NkEuNTU0LjU1NCAwIDAgMSAwIDEwLjE1MlYxLjE2N0MwIC44NTMuMjQ1LjYwNi41NTcuNjA2aDMuMzRjLjMxMSAwIC41NTYuMjQ3LjU1Ni41NjF2OC45ODVhLjU1My41NTMgMCAwIDEtLjU1Ny41NjJ6TTIwIDkuNjVjMCAuOTE1LS42MjMgMS44NC0xLjgxMyAxLjg0aC01LjM5MmMuNzcgMS4zOTEuOTk3IDMuMzQ3LjQ2MiA0Ljc3Ny0uMzk0IDEuMDUzLTEuMTQ2IDEuNjY3LTIuMTE4IDEuNzNoLS4wMTZhMS4xNyAxLjE3IDAgMCAxLTEuMjM0LTEuMDc2Yy0uMTM4LTEuNDItLjc1NS0zLjkzLTEuNjM4LTQuODItLjc0NC0uNzUtMS4zOC0xLjA2NS0yLjQzNi0xLjU4Ni0uMTUyLS4wNzUtLjMyLS4xNTctLjQ5Ni0uMjQ2YTEuNCAxLjQgMCAwIDAgLjAwNS0uMTE3VjEuMjZsLjM3Ny0uMTNDNy40NDMuNTIyIDguOTQ4IDAgMTEuMjQ4IDBoNC4zNmMxLjE5IDAgMS44MTIuOTI2IDEuODEyIDEuODQxYTIgMiAwIDAgMS0uMTYzLjc5M2MuMzk3LjA3Mi43NDMuMjY0IDEgLjU1OS4yOTIuMzM0LjQ1My43NzkuNDUzIDEuMjUxIDAgLjI3LS4wNTUuNTQzLS4xNjMuNzkyLjk1Ni4xNjYgMS40NTMuOTkzIDEuNDUzIDEuODEgMCAuNDc1LS4xNjguOTUyLS40OTQgMS4zMDIuMzI2LjM1LjQ5NC44MjcuNDk0IDEuMzAyeiIgZmlsbD0iI0QyMzczNyIvPjwvc3ZnPg==)}.amblog-helpful-wrap .amblog-count{color:#222}.amblog-helpful-wrap .amblog-plus.-voted>.amblog-count{color:#1ab900}.amblog-helpful-wrap .amblog-minus.-voted>.amblog-count{color:#d23737}.amblog-related,.amblog-recentposts{background:#f7f7f7;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.amblog-related .amblog-related-wrapper,.amblog-recentposts .amblog-related-wrapper,.amblog-related .amblog-recentposts-wrapper,.amblog-recentposts .amblog-recentposts-wrapper{border-color:transparent;max-width:1440px;margin:0 auto;padding:50px 20px 120px;border:0}.amblog-related .amblog-related-wrapper,.amblog-recentposts .amblog-related-wrapper{max-width:1400px}@media only screen and (max-width:991px){.amblog-related .amblog-related-wrapper,.amblog-recentposts .amblog-related-wrapper{padding:50px 0 120px}}.amblog-related .amblog-related-grid,.amblog-recentposts .amblog-related-grid,.amblog-related .amblog-recentposts-grid,.amblog-recentposts .amblog-recentposts-grid{padding:0;display:none}.amblog-related .amblog-related-grid.slick-initialized,.amblog-recentposts .amblog-related-grid.slick-initialized,.amblog-related .amblog-recentposts-grid.slick-initialized,.amblog-recentposts .amblog-recentposts-grid.slick-initialized{display:block}.amblog-related .amblog-related-toolbar,.amblog-recentposts .amblog-related-toolbar,.amblog-related .amblog-recentposts-toolbar,.amblog-recentposts .amblog-recentposts-toolbar{position:relative;padding:20px}.amblog-related .amblog-related-toolbar .carousel-arrows,.amblog-recentposts .amblog-related-toolbar .carousel-arrows,.amblog-related .amblog-recentposts-toolbar .carousel-arrows,.amblog-recentposts .amblog-recentposts-toolbar .carousel-arrows{top:50%;transform:translateY(-50%);right:20px}.amblog-related .amblog-related-toolbar .carousel-arrows .arrow-prev,.amblog-recentposts .amblog-related-toolbar .carousel-arrows .arrow-prev,.amblog-related .amblog-recentposts-toolbar .carousel-arrows .arrow-prev,.amblog-recentposts .amblog-recentposts-toolbar .carousel-arrows .arrow-prev,.amblog-related .amblog-related-toolbar .carousel-arrows .arrow-next,.amblog-recentposts .amblog-related-toolbar .carousel-arrows .arrow-next,.amblog-related .amblog-recentposts-toolbar .carousel-arrows .arrow-next,.amblog-recentposts .amblog-recentposts-toolbar .carousel-arrows .arrow-next{width:28px;height:28px;line-height:26px}.amblog-related .amblog-related-toolbar .carousel-arrows .arrow-prev,.amblog-recentposts .amblog-related-toolbar .carousel-arrows .arrow-prev,.amblog-related .amblog-recentposts-toolbar .carousel-arrows .arrow-prev,.amblog-recentposts .amblog-recentposts-toolbar .carousel-arrows .arrow-prev{margin-right:5px}.amblog-related p.amblog-recentposts-description,.amblog-recentposts p.amblog-recentposts-description{font-family:'Open Sans',sans-serif;font-size:15px;line-height:21px;color:#222;max-width:430px;width:calc(100% - 80px);margin:0}.amblog-related .amblog-title,.amblog-recentposts .amblog-title{font-family:'Montserrat',sans-serif;font-size:24px;line-height:31px;color:#222;font-weight:700;text-transform:none;padding:0;padding-right:80px}.amblog-related h3.amblog-title,.amblog-recentposts h3.amblog-title{font-size:20px;line-height:24px;padding:0;margin-top:0}@media (max-width:966px){.amblog-related .amblog-shot,.amblog-recentposts .amblog-shot{display:none}}.amblog-recentposts{background:#fff;width:100%;left:inherit;right:inherit;margin-left:0;margin-right:0}.amblog-recentposts .amblog-title:hover{color:#222;text-decoration:underline;text-underline-offset:3px}.amblog-recentposts .amblog-recentposts-wrapper{border-color:transparent}.amblog-index-post .amblog-grid-list .slick-slide.amblog-item{max-width:inherit;background:0 0;padding:0}.main .amblog-related-wrapper .amblog-related-grid,.amblog-recentposts-wrapper .amblog-related-grid{padding:0}.main .amblog-related-wrapper .slick-list,.amblog-recentposts-wrapper .slick-list{margin:0}.main .amblog-related-wrapper .slick-slide,.amblog-recentposts-wrapper .slick-slide{margin:0 20px;vertical-align:top}.cms-index-index .amblog-block{position:relative;margin-top:60px;margin-bottom:50px}.cms-index-index .amblog-stamp{position:absolute;z-index:1;right:8%;top:-75px}@media only screen and (max-width:991px){.cms-index-index .amblog-stamp{display:none}}.cms-index-index .amblog-recentposts{background-color:#f4f1ee}.cms-index-index .amblog-recentposts .amblog-recentposts-wrapper{padding:75px 20px 20px;max-width:1440px;position:relative}@media only screen and (max-width:991px){.cms-index-index .amblog-recentposts .amblog-recentposts-wrapper{padding:30px 0 0}}.cms-index-index .amblog-recentposts .amblog-recentposts-toolbar{margin-bottom:30px;padding:0 20px}.cms-index-index .amblog-recentposts .amblog-title{font-family:'Montserrat',sans-serif;font-size:24px;font-weight:700;color:#222;line-height:1.25;margin-bottom:12px;text-transform:none;padding:0;display:inline-block}.cms-index-index .amblog-recentposts h4.amblog-title{font-family:'Open Sans',sans-serif;font-size:18px;font-weight:600;line-height:24px;color:#222;margin-top:0}@media only screen and (max-width:991px){.cms-index-index p.amblog-recentposts-description{width:100%}.cms-index-index .carousel-arrows{display:none}}.aminst-feed-slider-container{margin:50px auto;width:100%;max-width:1440px;padding:0 30px;display:block}@media only screen and (max-width:991px){.aminst-feed-slider-container{padding:0 0 0 20px}}.aminst-feed-slider-container .slick-arrow{padding:0}.aminst-feed-slider-container .slick-slider{padding:0}.aminst-feed-slider-container .aminst-feed-posts{width:100%}@media only screen and (max-width:991px){.aminst-feed-slider-container .aminst-feed-posts{display:flex;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.aminst-feed-slider-container .aminst-feed-posts::-webkit-scrollbar{-webkit-appearance:none;display:none;width:0 !important;background:0 0 !important}.aminst-feed-slider-container .aminst-feed-posts .aminst-feed-post{display:block;min-width:240px;border:0;padding-right:20px;height:auto}}.aminst-feed-slider-toolbar{position:relative;margin:0 auto;padding:0 10px}@media only screen and (max-width:991px){.aminst-feed-slider-toolbar{padding-right:20px;padding-left:0}}.aminst-feed-slider-toolbar .carousel-arrows{top:0;right:10px}.aminst-feed-title{margin:20px 0 15px;font-size:24px;font-weight:700;color:#222;font-family:'Montserrat',sans-serif;line-height:1.25;margin-bottom:12px;text-align:left;padding-left:41px}@media only screen and (max-width:991px){.aminst-feed-title{padding-left:30px}}.aminst-feed-title a{color:#222;text-decoration:underline;text-underline-offset:3px}.aminst-feed-title:before{content:'';background-image:url(../../frontend/Youngdogs/ambients/es_ES/images/svg/instagram.svg);background-size:26px;position:absolute;top:2px;left:0;width:26px;height:26px}@media only screen and (max-width:991px){.aminst-feed-title:before{width:20px;height:20px;background-size:20px;top:3px}}.aminst-feed-title:after{display:none}.aminst-feed-posts .slick-list{margin-bottom:0}.aminst-feed-posts .slick-slide{padding-bottom:0}.aminst-feed-post:not(.-thumbnail) .aminst-relation-link{background-color:rgba(255,255,255,.85);-webkit-backdrop-filter:saturate(180%) blur(7px);backdrop-filter:saturate(180%) blur(7px);border-radius:2px;left:10px;right:10px;bottom:10px;padding:8px 10px;width:auto;min-height:auto}@media only screen and (max-width:991px){.aminst-feed-post:not(.-thumbnail) .aminst-relation-link{right:30px}}.aminst-feed-post:not(.-thumbnail) .aminst-feed-link:hover+.aminst-relation-link,.aminst-feed-post:not(.-thumbnail) .aminst-relation-link:hover{background:rgba(158,52,47,.85);min-height:auto}.aminst-feed-post:not(.-thumbnail) .aminst-feed-link:hover+.aminst-relation-link .aminst-relation-title,.aminst-feed-post:not(.-thumbnail) .aminst-relation-link:hover .aminst-relation-title{color:#fff}.aminst-feed-post:not(.-thumbnail) .aminst-feed-link:hover+.aminst-relation-link .aminst-relation-button svg path,.aminst-feed-post:not(.-thumbnail) .aminst-relation-link:hover .aminst-relation-button svg path{fill:#fff}.aminst-relation-link .aminst-relation-title{color:#222;display:block;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;font-family:'Open Sans',sans-serif;font-size:12px;max-width:80%;text-align:left;line-height:1.3}.aminst-relation-link .aminst-relation-button svg{vertical-align:middle}.mapa-sitio .page-main>.page-title-wrapper h1.page-title{font-weight:700;padding:.2em 0;padding-top:23px;margin-bottom:0;font-family:'Montserrat',sans-serif}.mapa-sitio h2.bss_h2{font-weight:600;margin-top:20px;border-bottom-color:#222;padding-bottom:10px;font-size:20px}.mapa-sitio .col-bss-2 ul{padding-left:0}.mapa-sitio .col-bss-2>ul{clear:both}.mapa-sitio .bss_h3,.mapa-sitio .col-bss-2 ul ul ul{display:none}.mapa-sitio .column.main{width:100%}.mapa-sitio .col-bss-2{width:100%;float:none;margin-top:25px}.mapa-sitio .col-bss-3{width:100%;float:none}.mapa-sitio .col-bss-2 ul.first-section{-webkit-column-count:4;-moz-column-count:4;column-count:4}@media only screen and (max-width:767px){.mapa-sitio .col-bss-2 ul.first-section{-webkit-column-count:3;-moz-column-count:3;column-count:3}}@media only screen and (max-width:575px){.mapa-sitio .col-bss-2 ul.first-section{-webkit-column-count:1;-moz-column-count:1;column-count:1}}.mapa-sitio .col-bss-2 ul.first-section li{display:inline-block;width:100%}.mapa-sitio .col-bss-2 ul.first-section li ul li{width:100%;margin-bottom:0}.mapa-sitio .col-bss-2 ul li{font-weight:700;display:block}.mapa-sitio .col-bss-2 ul li{margin-bottom:20px}.mapa-sitio .col-bss-2 ul li li{width:100%}.mapa-sitio .col-bss-2 ul li a{color:#222}.mapa-sitio .col-bss-2 ul li a:hover,.mapa-sitio .bss_product_list a:hover{text-decoration:underline;text-underline-offset:3px}.mapa-sitio .col-bss-2 ul li a{margin-top:10px;display:block}.mapa-sitio .col-bss-2 ul li ul li a{margin-bottom:0}.mapa-sitio .col-bss-2 ul ul li{font-weight:400;width:100%}.mapa-sitio .col-bss-2 ul ul li a{color:#222}.mapa-sitio .bss_product_list a{color:#222;font-weight:400;text-transform:none;margin-bottom:5px;display:inline-block}.page-header{font-family:'Open Sans' !important;color:#222 !important}@media (min-width:1190px){.client-menu{width:250px !important;padding-top:10px !important;border:0 !important}.client-menu>ul{border:1px solid #575757}}.mobile-navigation-mgs #mobile-menu-yd.client-menu{width:100% !important;margin-top:0 !important}.iconblock.authorization-link>a{padding-bottom:10px}.client-menu .headers span:before,.client-menu ul .m-item a:before{background:0 0 !important}.iconblock .header-icon-name,.minicart-wrapper .header-icon-name{font-size:12px !important;color:#222 !important;display:none;margin-top:5px}@media (min-width:1190px){.iconblock .header-icon-name,.minicart-wrapper .header-icon-name{display:block}}.minicart-wrapper .action.showcart:before{display:none !important}.block-search{width:auto;padding-left:0}@media (min-width:1190px){.block-search{display:none !important}}.header-icon{display:block;margin:0 auto}.page-header .header .nav-toggle{position:relative;top:inherit;left:inherit;right:inherit;order:5;margin-left:30px}.page-header .header .nav-toggle:before,.page-header .header .nav-toggle>span{color:#222}.header.content.wrapper--content{width:100%;padding:24px 0;display:flex;align-items:center}.header.content.wrapper--content .logo{margin-right:auto}.header.content.wrapper--content .minicart-wrapper{order:4}.header.content.wrapper--content .iconblock.wishlist{order:3}.header.content.wrapper--content .iconblock.authorization-link{order:2}.header.content.wrapper--content .minicart-wrapper .action.showcart .counter.qty.empty{display:block}.header.content.wrapper--content .minicart-wrapper .action.showcart .counter.qty{width:17px;min-width:17px;height:17px;line-height:17px;font-size:10px;border-radius:100px;margin:0;padding:0;top:3px;right:-15px}.wrapper--content,.header.content.wrapper--content{max-width:1440px;padding-left:40px;padding-right:40px;width:100%;margin-left:auto;margin-right:auto}.mobile-navigation-mgs .wrapper--content{padding-left:0;padding-right:0}@media (max-width:1190px){.desktop-navigation-mgs{display:none !important}}.cms-index-index .page-header,.page-header{background-color:#fff !important}.page-wrapper .page-header{border-bottom:0 !important}.overlay-main{position:fixed;width:100%;height:100%;top:0;left:0;background-color:rgba(0,0,0,.7);z-index:9;opacity:0;pointer-events:none;transition:opacity .3s}.active-submenu .overlay-main{opacity:1}.nav-before-open{height:100%;overflow-x:hidden;width:100%}.nav-before-open .nav-toggle:after{background:rgba(0,0,0,.5);content:'';display:block;height:100%;position:fixed;right:0;top:0;width:100%;z-index:999}.nav-before-open body{position:relative;width:100%}.nav-before-open body .main-wrapper{height:100%;left:0;overflow:hidden;position:relative;transition:left .3s ease 0s;-webkit-transition:left .3s ease 0s;-moz-transition:left .3s ease 0s;-o-transition:left .3s ease 0s}.nav-before-open .iconblock{z-index:0}.nav-open .mobile-navigation-mgs{-webkit-box-shadow:0 0 5px 0 rgba(50,50,50,.75);-moz-box-shadow:0 0 5px 0 rgba(50,50,50,.75);-ms-box-shadow:0 0 5px 0 rgba(50,50,50,.75);box-shadow:0 0 5px 0 rgba(50,50,50,.75);right:0}@media (min-width:1190px){.nav-open .mobile-navigation-mgs{right:-100%}}.nav-open .page-wrapper{right:0 !important}.mega-menu--banner{position:relative;display:block}.mega-menu--banner figure figcaption{margin-top:10px;font-size:13px;text-decoration:underline;text-underline-offset:3px}.mobile-navigation-mgs .mega-menu--banner figure img{display:none}.mobile-navigation-mgs .mega-menu--banner figure figcaption{margin-top:0;font-size:15px;padding:15px;text-decoration:none;background-color:#f4f4f4}.mobile-navigation-mgs{height:100%;overflow:auto;position:fixed;background-color:#fff;z-index:1000;padding:0;top:0;bottom:0;display:block;right:calc(-1*(100% - 54px));width:calc(100% - 54px);transition:all .3s}.mobile-navigation-mgs .icon-plus:before{content:"+";font-size:20px;vertical-align:middle}.mobile-navigation-mgs .active>.icon-plus:before{content:"-"}.mobile-navigation-mgs .navigation .nav-main-menu .label-menu{position:static !important;display:inline-block;vertical-align:middle;margin-top:4px;margin-right:20px}.mobile-navigation-mgs #mobile_navigation_menu_setting{margin-top:40px}.mobile-navigation-mgs #mobile_navigation_menu_setting .switcher{border-top:1px solid rgba(0,0,0,.1)}.mobile-navigation-mgs #mobile_navigation_menu_setting .switcher-label{display:block;color:#222;font-size:14px;text-align:left;padding:15px 40px 15px 15px;border-radius:0;position:relative;cursor:pointer;font-weight:400}.mobile-navigation-mgs #mobile_navigation_menu_setting .switcher-label:after{content:"\f107";font-size:16px;font-family:"FontAwesome";position:absolute;right:15px;top:50%;margin-top:-8px}.mobile-navigation-mgs #mobile_navigation_menu_setting .switcher .switcher-options{display:none}.mobile-navigation-mgs #mobile_navigation_menu_setting .switcher .switcher-options ul li{padding:10px 15px;border-top:1px solid #eee;display:block}.mobile-navigation-mgs #mobile_navigation_menu_setting .switcher .switcher-options .switcher-trigger strong{border-top:1px solid #eee;font-weight:400;display:block;color:#222;padding:10px 15px}.mobile-navigation-mgs #mobile_navigation_menu_setting .switcher.active .switcher-label:after{content:"\f106"}.mobile-navigation-mgs #mobile_navigation_menu_setting .switcher .ui-dialog,.mobile-navigation-mgs #mobile_navigation_menu_setting .switcher .switcher-dropdown{display:block !important}.mobile-navigation-mgs #mobile_navigation_account .top-links li a{padding:10px 15px;border-top:1px solid #eee;display:block}.mobile-navigation-mgs #mobile_navigation_account .top-links li a.no-display{display:none}.mobile-action.nav-toggle span{display:block;width:24px;height:20px;border-top:2px solid #444;border-bottom:2px solid #444;position:relative;cursor:pointer}.mobile-action.nav-toggle span:before{content:"";position:absolute;left:0;right:0;display:block;height:2px;background-color:#444;top:50%;margin-top:-1px}.mobile-navigation--tabs{display:-webkit-flex;display:flex;width:100%}.mobile-navigation--tabs>li{-webkit-flex:1;-ms-flex:1;flex:1;margin:0;float:none}.mobile-navigation--tabs>li+li{border-left:1px solid rgba(0,0,0,.1)}.mobile-navigation--tabs>li>a{background:0 0;padding:25px 0;display:block;margin:0;font-weight:600;border:none !important;text-align:center;border-radius:0}.mobile-navigation--tabs>li>a:hover,.mobile-navigation--tabs>li>a:focus{background-color:#e3e3e3;color:#222}.mobile-navigation--tabs>li.active a,.mobile-navigation--tabs>li.active a:hover,.mobile-navigation--tabs>li.active a:focus{background-color:#e3e3e3;color:#222}.page-header .desktop-navigation-mgs .nav.nav-main-menu>li.after-menu-divider>a{margin-right:14px}@media only screen and (max-width:1190px){.page-header .desktop-navigation-mgs .nav.nav-main-menu>li.after-menu-divider>a{margin-left:12px}}.page-header .desktop-navigation-mgs .nav.nav-main-menu>li.after-menu-divider:before{content:'';position:relative;display:inline-block;vertical-align:middle;width:1px;height:20px;background-color:#d8d8d8;margin-top:0}.page-header .desktop-navigation-mgs .nav.nav-main-menu>li.before-menu-divider>a{margin-right:14px}@media only screen and (max-width:1190px){.page-header .desktop-navigation-mgs .nav.nav-main-menu>li.before-menu-divider>a{margin-right:12px}}.nav-main-menu a{color:#222}.nav-main-menu .sales-color a{color:#e9585d}.page-header .nav.nav-main-menu>li>a{display:block;font-size:15px;padding:2px 4px;margin:0 7px;background:0 0;position:relative;letter-spacing:0;text-transform:none;font-weight:400}@media only screen and (max-width:1190px){.page-header .nav.nav-main-menu>li>a{margin:0 4px}}.page-header .nav.nav-main-menu>li>a:after{content:'';position:absolute;top:100%;left:50%;transform:translateX(-50%);width:0;height:2px;opacity:0;z-index:101;background:#222;transition:width .3s,opacity .3s}.page-header .nav.nav-main-menu>li.highlight>a{font-weight:600}.page-header .desktop-navigation-mgs .nav.nav-main-menu>li>a{display:inline-block}.page-header .desktop-navigation-mgs .nav.nav-main-menu>li:first-child>a:after{left:calc(50% - 2px)}.page-header .desktop-navigation-mgs .nav.nav-main-menu>li.item-active>a:after,.page-header .desktop-navigation-mgs .nav.nav-main-menu>li:hover>a:after{width:100%;opacity:1;background:#222}.page-header .desktop-navigation-mgs .nav.nav-main-menu>li:first-child.item-active>a:after,.page-header .desktop-navigation-mgs .nav.nav-main-menu>li:first-child:hover>a:after{width:calc(100% + 4px)}.page-header .nav.nav-main-menu>li:first-child>a{padding-left:0;margin-left:0}.page-header .nav.nav-main-menu>li>a:hover{color:#222}.desktop-navigation-mgs .nav.nav-main-menu>li.item-active>a{color:#222}@media (min-width:1190px){.desktop-navigation-mgs .navigation-mgs{position:relative;border-top:1px solid rgba(218,218,218,.5);border-bottom:1px solid rgba(218,218,218,.5);padding:16px 0}.desktop-navigation-mgs .navigation-mgs .nav-main-menu{display:flex;position:static;margin:0 auto;justify-content:flex-start}.desktop-navigation-mgs .navigation-mgs .nav-main-menu>li{display:flex;align-items:center}.desktop-navigation-mgs .navigation-mgs .nav-main-menu>li>a{white-space:nowrap}.desktop-navigation-mgs .navigation-mgs .nav-main-menu>li>a .icon-next{display:none !important}.desktop-navigation-mgs .navigation-mgs .nav-main-menu li{position:relative;margin:0}.desktop-navigation-mgs .navigation-mgs .nav-main-menu li>ul.dropdown-menu a:not(.product-item-photo):not(.towishlist){color:#222;background:0 0 !important}.desktop-navigation-mgs .navigation-mgs .nav-main-menu li>ul.dropdown-menu .copos-img-block a{font-weight:600;text-transform:uppercase}.desktop-navigation-mgs .navigation-mgs .nav-main-menu li>ul.dropdown-menu a:hover{color:#9e342f}.desktop-navigation-mgs .navigation-mgs .nav-main-menu li>a+.toggle-menu{display:none !important}.desktop-navigation-mgs .navigation-mgs .nav-main-menu li>.dropdown-menu{left:0;opacity:0;position:absolute;top:40px;visibility:hidden;pointer-events:none;z-index:100;display:block !important;padding:0;border-radius:0;box-shadow:0 15px 10px 0 rgba(0,0,0,.15);background-color:#fff;min-width:250px;margin:0;border:none;transform:translateY(0px)}.desktop-navigation-mgs .navigation-mgs .nav-main-menu li:hover>ul.dropdown-menu{opacity:1;visibility:visible;pointer-events:inherit;transform:translateY(0)}.desktop-navigation-mgs .navigation-mgs .nav-main-menu li>.dropdown-menu .mega-menu-content{border-top:1px solid rgba(218,218,218,.5);background-color:#fff;min-height:350px;padding-top:30px;padding-bottom:50px;margin-top:17px}.desktop-navigation-mgs .navigation-mgs .nav-main-menu li li>a{display:inline-block;font-size:14px;margin:7px 0;line-height:1.25}.desktop-navigation-mgs .navigation-mgs .nav-main-menu li li .menu--brands a{font-size:13px;margin:2px 0}.desktop-navigation-mgs .navigation-mgs .nav-main-menu li li.all--link>a{font-size:13px;font-weight:700;text-decoration:underline;text-underline-offset:3px;margin-top:15px}.desktop-navigation-mgs .navigation-mgs .nav-main-menu li li>a .icon-next{display:none !important}.desktop-navigation-mgs .navigation-mgs .nav-main-menu li li>ul li>ul{top:-1px;left:100%}.desktop-navigation-mgs .navigation-mgs .nav-main-menu li.mega-menu-fullwidth{position:static !important}.desktop-navigation-mgs .navigation-mgs .nav-main-menu li.mega-menu-fullwidth>ul.dropdown-menu{left:0;right:0}.desktop-navigation-mgs .navigation-mgs .nav-main-menu li.mega-menu-fullwidth>ul.dropdown-menu .mega-menu-sub-title{font-size:14px;text-transform:none;color:#222;font-weight:700;margin:0;margin-bottom:5px;display:inline-block}.desktop-navigation-mgs .navigation-mgs .nav-main-menu li.mega-menu-fullwidth>ul.dropdown-menu ul{position:static;left:auto;right:auto;top:auto;border:none;box-shadow:none;opacity:1;visibility:inherit;background-color:transparent;text-transform:none;transform:none}.desktop-navigation-mgs .navigation-mgs .nav-main-menu li.mega-menu-fullwidth>ul.dropdown-menu ul li>a>span{position:relative}.desktop-navigation-mgs .navigation-mgs .nav-main-menu li.mega-menu-fullwidth.menu-2columns{position:relative !important}.desktop-navigation-mgs .navigation-mgs .nav-main-menu li.mega-menu-fullwidth.menu-2columns.hover-right{position:static !important}.desktop-navigation-mgs .navigation-mgs .nav-main-menu li>ul.sub-menu{display:block !important}.desktop-navigation-mgs .navigation-mgs .nav-main-menu li ul.sub-menu a:hover{text-decoration:underline;text-underline-offset:3px}.desktop-navigation-mgs .navigation-mgs .nav-main-menu ul.sub-menu~ul.sub-menu,.desktop-navigation-mgs .navigation-mgs .nav-main-menu li.mt-20{margin-top:20px}}.mobile-navigation-mgs .nav-sections-item-title{width:50%}.mobile-navigation-mgs .nav-main-menu .dropdown-menu{width:auto !important;padding:0;margin:0;position:static;float:none;background:0 0;border-radius:0;border:none;box-shadow:none}.mobile-navigation-mgs .nav-main-menu a .icon-next{display:none !important}.mobile-navigation-mgs .nav-main-menu li{position:relative;float:none !important;margin-bottom:0}.mobile-navigation-mgs .nav-main-menu li.level0>a{font-weight:600}.mobile-navigation-mgs .nav-main-menu li>a{padding-right:40px;border:0;border-top:1px solid #ddd;display:block;padding:15px !important;color:#222;font-size:15px !important;margin:0 !important}.mobile-navigation-mgs .nav-main-menu li:first-child>a{border-top:0}.mobile-navigation-mgs .nav-main-menu li:last-child>a{border-bottom:1px solid #ddd}.mobile-navigation-mgs .nav-main-menu li>a+.toggle-menu{width:40px;position:absolute;right:0;text-align:center;top:15px}.mobile-navigation-mgs .nav-main-menu li>a+.toggle-menu a{color:#222;display:block}.mobile-navigation-mgs .nav-main-menu li>a+.toggle-menu a.active .fa:before{content:"\f068"}.mobile-navigation-mgs .nav-main-menu li>ul.sub-menu,.mobile-navigation-mgs .nav-main-menu li>ul.dropdown-menu{display:none}.mobile-navigation-mgs .nav-main-menu [class*=col-]{padding:0;float:none;width:100%}.mobile-navigation-mgs .nav-main-menu .row{margin:0}.mobile-navigation-mgs .flex-menu.space-evenly.padding-top30.padding-bottom30{padding:0}.desktop-navigation-mgs .navigation-mgs .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns)>ul.dropdown-menu{width:inherit;left:0;right:0;margin-left:0;margin-right:0}.desktop-navigation-mgs .navigation-mgs .nav-main-menu li.level1>a{padding:0 !important;line-height:1.25}@media (min-width:1200px){.left_content{padding:30px 0 !important}}@media (max-width:1190px){.mobile-hide{display:none !important}}@media (min-width:1190px){.desktop-hide,.desktop-navigation-mgs .navigation-mgs .nav-main-menu li>ul.sub-menu.desktop-hide{display:none !important}}#mobile_navigation_menu li.level1>a{padding-left:15px !important;border-top:none;background:rgba(34,34,34,.04);border-bottom:0}#mobile_navigation_menu li.level1{position:relative}#mobile_navigation_menu li.level2:before{content:'\0203A';color:#222 !important;top:7px;left:15px;position:absolute;display:none}#mobile_navigation_menu li.level2>a{padding-top:10px !important;padding-bottom:10px !important;padding-left:25px !important;border:none;background:rgba(34,34,34,.04)}#mobile_navigation_menu li.level2>a+.toggle-menu{top:8px}#mobile_navigation_menu li.level3>a{padding-top:5px !important;padding-bottom:5px !important;padding-left:35px !important;border:none;background:rgba(34,34,34,.04)}.menu-item-ofertas a,.mobile-navigation-mgs .nav-main-menu li.menu-item-ofertas>a,.nav.nav-main-menu .menu-item-ofertas>a,.page-header .nav.nav-main-menu>li.menu-item-ofertas>a:hover,.active-submenu .page-header .nav.nav-main-menu>li.menu-item-ofertas>a{color:#e7646c}.desktop-navigation-mgs .navigation-mgs .nav-main-menu li.menu-item-right{margin-left:auto}.page-header .desktop-navigation-mgs .nav.nav-main-menu>li.menu-item-ofertas:hover>a:after{background:#e7646c}.filter-options-content .swatch-attribute.color{margin-top:0}.filter-options-content .swatch-attribute-options{margin-top:0;max-height:310px;overflow-y:auto}.category-helper-msg{position:relative;display:flex;align-items:flex-start;height:auto;background-color:#fff;box-shadow:0px 4px 15px rgba(34,34,34,.1);border-radius:4px;border-left:4px solid #222;padding:20px;overflow:hidden;min-height:1.5rem;text-align:left;font-size:14px;box-sizing:border-box;margin:110px 0 40px}.category-helper-msg svg{flex-shrink:0;margin-right:12px;display:inline-block;height:18px;width:18px;vertical-align:middle;margin-top:1px}.category-helper-msg .helper-msg--text{font-size:14px;color:#222}.category-helper-msg .helper-msg--text a{color:#222;text-decoration:underline;text-underline-offset:3px}.category-helper-msg .helper-msg--text strong{font-weight:600;margin-right:5px}.category-bottom{width:100%;background-color:#f5f5f5;padding:0 40px;text-align:left;max-width:100%}@media only screen and (max-width:767px){.category-bottom{padding:0 20px;margin-bottom:40px}}.category-bottom .category-description{margin-bottom:0;padding:40px 0}@media only screen and (max-width:991px){.category-bottom .category-description{padding:20px 0}}.category-bottom .category-description.empty{display:none}.category-bottom .category-description-wrapper{max-height:290px;overflow:hidden;position:relative}.category-bottom .category-description-wrapper:after{content:'';display:block;position:absolute;bottom:0;left:0;right:0;height:50px;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(245,245,245,0)),color-stop(80%,#f5f5f5));background-image:linear-gradient(-180deg,rgba(245,245,245,0) 0%,#f5f5f5 80%);transition:height .5s ease-in-out}.category-bottom .category-description-wrapper.full--text:after{height:0}.category-bottom .category-description .more-info-btn{display:none}.category-bottom .category-description .more-info-btn .more,.category-bottom .category-description .more-info-btn .less{margin-top:20px;font-weight:600;border-bottom:1px solid #222;display:inline-block;cursor:pointer}.category-bottom .category-description .more-info-btn .less,.category-bottom .category-description .more-info-btn.expand .more{display:none}.category-bottom .category-description .more-info-btn.expand .less{display:inline-block}.category-bottom .category-description h2{font-family:'Montserrat';font-weight:700;font-size:24px;line-height:30px;margin:20px 0 17px}.category-bottom .category-description h2:first-child{margin-top:0}.category-bottom .category-description h3{font-family:'Open sans';font-size:16px;font-weight:700;line-height:24px;margin:23px 0 12px}.category-bottom .category-description p{font-size:14px;line-height:21px;margin:0 0 15px;color:#222}.category-bottom .category-description p:empty{display:none}.category-bottom .category-description ul{padding-left:2rem}.category-bottom .category-description ul li{list-style:disc;padding-left:.2rem;list-style-type:disc;list-style-position:outside}@media only screen and (max-width:991px){.category-view{margin-right:-20px}}.category-view .catalog-image-grid{position:relative;margin-right:-40px;margin-bottom:50px}@media only screen and (max-width:991px){.category-view .catalog-image-grid{margin-right:-20px}}.category-view .catalog-image-grid:after{content:'';position:absolute;top:0;right:0;width:90px;height:155px;background:linear-gradient(90deg,rgba(255,255,255,0) 0%,#fff 100%);z-index:1;pointer-events:none}@media only screen and (max-width:991px){.category-view .catalog-image-grid:after{width:50px}}.catalog-image-grid ul{flex-wrap:nowrap !important;overflow:auto;scroll-snap-type:x mandatory;position:relative;-webkit-overflow-scrolling:touch}.catalog-image-grid ul::-webkit-scrollbar{-webkit-appearance:none;display:none;width:0 !important;background:0 0 !important}.catalog-image-grid li{flex-shrink:0;scroll-snap-align:start;width:160px !important;margin-right:0 !important;padding-right:20px}.catalog-image-grid li:last-child{width:180px !important;padding-right:40px}@media only screen and (max-width:991px){.catalog-image-grid li:last-child{width:160px !important;padding-right:20px}}.catalog-image-grid li .category-link:hover{background-color:transparent !important}.catalog-image-grid li span:not(.category-name){width:100%;background-color:#f4f4f4;border-radius:4px;margin-bottom:12px !important;display:block}.catalog-image-grid li img{mix-blend-mode:multiply;width:100px;height:100px;object-fit:contain;padding:5px 0}.catalog-image-grid li img.large-thumb{mix-blend-mode:normal;width:100%;height:auto;object-fit:contain;padding:0}.catalog-image-grid li span.category-name{font-size:13px}.category-marcas .category-view{margin-right:0}.category-marcas .category-view .catalog-image-grid{margin-right:0;overflow-y:initial !important}@media only screen and (max-width:991px){.category-marcas .category-view .catalog-image-grid{height:auto}}.category-marcas .category-view .catalog-image-grid:after{display:none}.category-marcas .catalog-image-grid ul{flex-wrap:wrap !important;justify-content:space-between;margin-left:-10px;margin-right:-10px}.category-marcas .catalog-image-grid li,.category-marcas .catalog-image-grid li:last-child{padding-right:10px;padding-left:10px;width:calc(20%) !important}@media only screen and (max-width:991px){.category-marcas .catalog-image-grid li,.category-marcas .catalog-image-grid li:last-child{width:calc(25%) !important}}@media only screen and (max-width:767px){.category-marcas .catalog-image-grid li,.category-marcas .catalog-image-grid li:last-child{width:calc(33.33333333%) !important}}@media only screen and (max-width:540px){.category-marcas .catalog-image-grid li,.category-marcas .catalog-image-grid li:last-child{width:calc(50%) !important}}.category-marcas .catalog-image-grid li img{width:150px;height:150px}@media only screen and (max-width:991px){.category-estilos .catalog-image-grid{height:auto;margin-bottom:0}.category-estilos .category-grid{padding-bottom:0}}.category-estilos .catalog-image-grid li{width:200px !important}.category-estilos .catalog-image-grid li:last-child{width:220px !important}@media only screen and (max-width:991px){.category-estilos .catalog-image-grid li:last-child{width:200px !important}}.category-estilos .catalog-image-grid li span:not(.category-name){max-height:160px;background:#fff;border-radius:0;overflow:hidden}.category-estilos .catalog-image-grid li img{padding:0;object-fit:cover;width:100%;height:100%}.block-products-list-carousel:not(.carousel-in-post).recently-viewed.contenedor{margin:0 auto 70px;padding:20px 0 0 !important}@media only screen and (max-width:991px){.block-products-list-carousel:not(.carousel-in-post).recently-viewed.contenedor{padding-left:0 !important}}.block-products-list-carousel.recently-viewed .block-products-list-carousel-title .recently-viewed-title{font-family:"Open Sans",sans-serif;font-size:20px;font-weight:700;margin-bottom:25px;margin-top:0}@media only screen and (max-width:991px){.block-products-list-carousel.recently-viewed .block-products-list-carousel-title .recently-viewed-title{margin-bottom:0}}.block-products-list-carousel.recently-viewed .product-items-carousel .slick-track{margin:0}@media only screen and (max-width:991px){.catalog-product-view .block-products-list-carousel .product-item-carousel{max-width:308px}}.swatch-more{display:flex;margin:5px 0;padding-left:10px;color:#222;font-size:13px;line-height:20px;text-decoration:underline !important;width:40px;height:40px;border:1px solid #dadada;margin:0;font-size:0;position:relative}@media only screen and (max-width:500px){.swatch-more{width:35px;height:35px}}.swatch-more:hover{border-color:#222}.swatch-more:after{content:'+';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:20px}.catalog-product-view .swatch-more{width:35px;height:35px;position:relative;display:flex}.catalog-product-view .swatch-more:after{font-size:16px}.catalog-image-grid:hover .scroll-btn{opacity:1}.scroll-btn{position:absolute;top:33px;background-color:#222;color:#fff;border:none;width:34px;height:34px;cursor:pointer;z-index:10;border-radius:50%;padding:0;box-shadow:none !important;appearance:none;line-height:1;opacity:0;transition:opacity .3s}.scroll-btn.left{left:-17px}.scroll-btn.right{right:27px}.scroll-btn:hover{background-color:#222;border:none}.icona-prev:before,.icona-next:before{font-family:'luma-icons';font-size:1em;font-style:normal;color:#fff;vertical-align:middle}.icona-prev:before{content:'\e617'}.icona-next:before{content:'\e608'}@media (max-width:991px){.scroll-btn{display:none !important}}body{font-family:'Open Sans',sans-serif;font-size:16px;font-weight:400;color:#222}.navigation,.breadcrumbs,.page-header .header.panel,.header.content,.footer.content,.page-wrapper>.widget,.page-wrapper>.page-bottom,.block.category.event,.top-container,.page-main{width:100%;max-width:1440px;padding-left:40px;padding-right:40px}.checkout-cart-index .page-main{padding-left:40px !important;padding-right:40px !important}@media only screen and (max-width:991px){.navigation,.breadcrumbs,.page-header .header.panel,.header.content,.footer.content,.page-wrapper>.widget,.page-wrapper>.page-bottom,.block.category.event,.top-container,.page-main,.checkout-cart-index .page-main{padding-left:20px !important;padding-right:20px !important}}.page-main{margin-top:20px}.cms-index-index .page-main,.amblog-index-index .page-main,.amblog-index-post .page-main{margin-top:0}.cms-index-index .page-main{width:100%;max-width:inherit;padding:0 !important}.cms-index-index .page-main .block.block-static-block{margin-bottom:0 !important}.cms-index-index .widget.block.block-static-block{overflow:hidden}a:focus{outline:none !important;outline-offset:initial !important}a.link--item{position:relative}a.link--item:after{content:"";position:absolute;top:100%;left:0;width:100%;height:1px;background:#222;transform:scaleX(.001);opacity:0;transform-origin:100% 50%;transition:transform .3s cubic-bezier(.2,1,.3,1),opacity .1s linear .2s}a.link--item:hover:after{opacity:1;transform:scaleX(1);transform-origin:0 50%;transition:transform .7s cubic-bezier(.2,1,.3,1),opacity .1s linear}.primary-btn{transition:all .3s ease-out 0s}.primary-btn:hover{background-color:#222;color:#fff !important;min-width:max-content}.header .block-search{display:block !important;max-width:560px;margin-right:auto;width:55%}.header .block-search.search-focus .shadow-search{display:block}.header .block-search .shadow-search{position:fixed;background-color:#000;top:0;left:0;z-index:20;opacity:.7;width:100%;height:100vh;display:none}.header .field.search svg,.header .field.search .header-icon-name{display:none}.header .block-search .control{padding:7px 20px;display:block;position:relative;top:0;left:0;right:0;height:auto;background:#f4f4f4;border-radius:50px;z-index:21;transition:all .3s ease-out 0s}.header .block-search .control input{background:0 0 !important;font-size:14px;padding:.2em 0 .2em 30px;color:#222 !important;height:auto;border:0}.header .block-search .control input:focus{outline:0;box-shadow:none}.header .block-search .control input::placeholder{color:rgba(34,34,34,.5)}.header .block-search .control svg{display:block;margin:0}.header .block-search .control .action.search{left:18px;right:inherit;width:17px}.header .block-search .control .action.search:before{display:none}.header .block-search .control .action.picture,.header .block-search .control .search-loading{box-shadow:none;border:0;padding:0;background:0 0;position:absolute;top:50%;right:18px;transform:translateY(-50%)}.header .block-search .control .search-loading{display:none;top:12px;transform:none}.header .block-search .control .close-mobile-search{position:absolute;right:10px;top:50%;transform:translateY(-50%);display:none;width:30px;height:30px;text-align:center;line-height:26px}.header .block-search .control .close-mobile-search svg{display:inline-block !important;vertical-align:middle}@media only screen and (max-width:991px){.header .block-search .control{position:fixed;top:10px;left:0;width:calc(100% - 20px);height:40px;z-index:99;padding:0;margin:0 10px}.header .block-search .control input{padding:0 0 0 55px !important;padding-top:0;margin:0;width:100% !important;line-height:40px !important}.header .block-search .control .action.search{padding:0 !important;top:0}}.header.content.wrapper--content form.minisearch.loading .field.search .control .close-mobile-search{display:none}@media only screen and (max-width:1190px){.header.content.wrapper--content{border-bottom:1px solid rgba(218,218,218,.5)}}@media only screen and (max-width:991px){.cms-index-index .page-wrapper{padding-top:0}.page-header{margin-bottom:0}.logo img{max-width:125px;width:100%;height:auto}.header.content.wrapper--content{padding:10px 20px}.header.content.wrapper--content .iconblock.block-search{width:auto;margin-right:20px;margin-left:10px}.header.content.wrapper--content .field.search svg{display:block}.header.content.wrapper--content .field.search.open-mobile-search .control,.header.content.wrapper--content .field.search.open-mobile-search .control .close-mobile-search{display:block}.header.content.wrapper--content .block-search .control{display:none}.header.content.wrapper--content .iconblock,.header.content.wrapper--content .minicart-wrapper{margin:0;margin-right:20px}.header.content.wrapper--content .minicart-wrapper{margin-right:0}.header.content.wrapper--content .minicart-wrapper .action.showcart .counter.qty{top:-2px;right:-12px}}header.page-header{position:fixed;width:100%}header.page-header+*{margin-top:150px !important}@media only screen and (max-width:1190px){header.page-header+*{margin-top:89px !important}}@media only screen and (max-width:991px){header.page-header+*{margin-top:83px !important}}@media only screen and (max-width:768px){header.page-header+*{margin-top:55px !important}}@media only screen and (max-width:425px){.cms-index-index header.page-header+*{margin-top:0 !important}}.topBar{width:100%;background-color:#222;padding:8px 40px 9px;position:relative;min-height:40px}@media only screen and (max-width:991px){.topBar{padding:8px 20px 9px}}@media only screen and (max-width:425px){.topBar{margin-top:55px}}.topBar .topBar--wrapper{width:100%;max-width:1440px;margin:0 auto;position:relative;min-height:21px}.topBar .newsTicker{padding:0}.topBar .newsTicker:not(.slick-initialized)>.topBar--msg{display:none}.topBar .newsTicker:not(.slick-initialized)>.topBar--msg:first-child{display:inline-block;vertical-align:middle}.topBar .newsTicker .slick-list{margin:0}.topBar .newsTicker .slick-slide{padding:0;border:0}.topBar--msg{text-align:center;width:100%;color:#fff;font-family:'Open Sans',sans-serif;font-size:14px;line-height:19px}.topBar .rating-reviews{position:absolute;top:50%;right:0;transform:translateY(-50%)}@media only screen and (max-width:991px){.topBar .rating-reviews{display:none}}.topBar .rating-reviews span,.topBar .rating-reviews a{color:#fff;font-size:13px;line-height:18px;padding-left:10px}.topBar .rating-reviews a{text-decoration:underline;padding-left:0}.slideshow{padding:0;margin:0;margin-bottom:60px;width:100%;position:relative}@media only screen and (max-width:1190px){.slideshow{margin-bottom:0}}.slideshow:hover .slideshow-arrows .slide-prev,.slideshow:hover .slideshow-arrows .slide-next{opacity:1}.slideshow .slick-list{max-height:inherit;margin-bottom:0}.slideshow .slick-slide{padding:0;font-size:0;vertical-align:top}.slideshow .slideshow-items{padding:0;margin:0}.slideshow .slideshow-items:not(.slick-initialized)>.slideshow-item{display:none}.slideshow .slideshow-items:not(.slick-initialized)>.slideshow-item:first-child{display:block}.slideshow .slideshow-item{position:relative}.slideshow .slideshow-item>img,.slideshow .slideshow-item picture>img{width:100%}.slideshow .slideshow-item.center-slide img{object-position:center center}@media only screen and (max-width:991px){.slideshow .slideshow-item>img,.slideshow .slideshow-item picture>img{width:100%;height:425px;object-fit:cover;object-position:right top}.slideshow .slideshow-item:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,.25);z-index:0}.slideshow .slideshow-item.dark-slide:before{background-color:rgba(0,0,0,.15)}.slideshow .slideshow-item.no-overlay-slide:before{display:none}}.slideshow .slideshow-arrows{position:absolute;top:0;left:0;width:100%;height:100%}@media only screen and (max-width:991px){.slideshow .slideshow-arrows{display:none}}.slideshow .slideshow-arrows .slide-prev,.slideshow .slideshow-arrows .slide-next{width:40px;height:40px;position:absolute;top:50%;margin-top:-20px;z-index:9;background-color:rgba(255,255,255,.2);border-radius:2px;text-align:center;line-height:38px;font-size:25px;color:#222;cursor:pointer;opacity:1;transition:opacity .5s ease}.slideshow .slideshow-arrows .slide-prev{left:10px}.slideshow .slideshow-arrows .slide-next{right:10px}.slideshow .slideshow-dots{position:absolute;bottom:20px;left:0;z-index:9;width:100%;display:flex;justify-content:center;align-content:center}.slideshow .slideshow-dots .slick-pagination{list-style:none;margin:0;padding:0;display:flex}.slideshow .slideshow-dots .slick-pagination li{margin:0 3px}.slideshow .slideshow-dots .slick-pagination li.slick-active button:before{width:30px;background:rgba(34,34,34,.2)}.slideshow .slideshow-dots .slick-pagination li button{font-size:0;line-height:0;display:block;padding:0;cursor:pointer;color:transparent;border:0;outline:none;background:0 0;box-shadow:none}.slideshow .slideshow-dots .slick-pagination li button:before{content:'';height:8px;width:8px;display:inline-block;background:rgba(34,34,34,.2);border-radius:100px;cursor:pointer;transition:all .3s ease}.slideshow .slide-wrapper{width:100%;max-width:1440px;position:absolute;height:100%;z-index:1;top:0;left:50%;bottom:0;transform:translateX(-50%)}.slideshow .slide-caption.left{width:100%;max-width:400px;position:absolute;left:100px;top:50%;transform:translateY(-50%)}@media only screen and (max-width:991px){.slideshow .slide-caption.left{left:20px;top:initial;bottom:50px;transform:none;width:calc(100% - 40px)}}.slideshow .slide-caption.center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.slideshow .slide-caption.white .slide-title,.slideshow .slide-caption.white .slide-description,.slideshow .slide-caption.white .slide-btn{color:#fff}.slideshow .slide-caption.white .slide-btn{border-color:#fff}.slideshow .slide-caption.white .slide-btn:hover{background-color:#fff;color:#222 !important}.slideshow .slide-title{margin:22px 0 25px;font-family:'Montserrat',sans-serif;font-weight:700;color:#222;font-size:50px;line-height:56px}.slideshow .slide-title.homepage{font-family:'Helvetica Neue',Helvetica,sans-serif;font-weight:400;font-size:43px;line-height:41px;text-transform:uppercase;letter-spacing:2px;margin:20px 0 10px;color:#fff;max-width:100%;padding:0}@media only screen and (max-width:991px){.slideshow .slide-title{font-size:24px;line-height:27px;margin:0 0 10px}}.slideshow .slide-description{margin:22px 0 25px;font-family:'Open Sans',sans-serif;color:#222;font-size:15px;line-height:24px}@media only screen and (max-width:991px){.slideshow .slide-description{margin-top:10px}}.slideshow .slide-btn{border-radius:50px;border:1px solid #222;color:#222;text-align:center;font-size:15px;padding:11px 30px;display:inline-block}.slideshow .video-wrapper{width:100%;padding-top:43.05555556%;height:0;position:relative}@media only screen and (max-width:991px){.slideshow .video-wrapper{width:100%;height:425px;padding-top:0}}.slideshow .video-wrapper .video__content{width:100%;height:100%;position:absolute;top:0;left:0}.slideshow .video-wrapper .video__content:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3)}.slideshow .video-wrapper video{object-fit:cover;object-position:bottom center;width:100%;height:100%}.slideshow.darken .slideshow-dots .slick-pagination li button:before,.slideshow.darken .slideshow-dots .slick-pagination li.slick-active button:before{background:rgba(34,34,34,.5)}.slideshow.darken .slideshow-arrows .slide-prev,.slideshow.darken .slideshow-arrows .slide-next{background-color:rgba(255,255,255,.5)}.slideshow.lighter .slideshow-dots .slick-pagination li button:before,.slideshow.lighter .slideshow-dots .slick-pagination li.slick-active button:before{background:rgba(255,255,255,.5)}.cms-index-index .slideshow,.cms-index-index .slick-dotted.slick-slider{margin-bottom:0}.block-products-list-carousel.contenedor{margin:50px auto 35px;max-width:1520px !important;padding:0 40px !important}.block-products-list-carousel-title{position:relative;margin-bottom:30px;width:100%}.block-products-list-carousel h3{font-family:'Montserrat',sans-serif;font-size:24px;font-weight:700;color:#222;line-height:1.25;margin-bottom:12px;margin-top:2rem}p.block-products-list-carousel-description{font-family:'Open Sans',sans-serif;font-size:15px;line-height:21px;color:#222;max-width:430px;width:calc(100% - 80px);margin:0}.block-products-list-carousel.contenedor .carousel-arrows-widget{margin:0;top:inherit;bottom:0}@media only screen and (max-width:991px){.block-products-list-carousel:not(.carousel-in-post).contenedor{padding-left:20px !important;padding-right:0 !important}.block-products-list-carousel:not(.carousel-in-post) .block-products-list-carousel-title{padding-right:20px}.block-products-list-carousel:not(.carousel-in-post) p.block-products-list-carousel-description{width:100%}.block-products-list-carousel:not(.carousel-in-post) .carousel-arrows-widget{display:none}.block-products-list-carousel:not(.carousel-in-post) .product-items-carousel{display:flex;flex-wrap:nowrap;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;margin:0 !important}.block-products-list-carousel:not(.carousel-in-post) .product-items-carousel::-webkit-scrollbar{-webkit-appearance:none;display:none;width:0 !important;background:0 0 !important}.block-products-list-carousel:not(.carousel-in-post) .product-item-carousel{min-width:240px;margin:0;padding-right:20px}}.block-home-categories{margin:50px auto;max-width:1440px;width:100%}.block-home-categories--wrapper{display:flex;margin:0 -2px;flex-wrap:wrap;align-self:center}.block-home-categories a.category-btn{width:calc(33.3334% - 4px);margin:2px;position:relative;overflow:hidden}@media (max-width:767px){.block-home-categories a.category-btn{width:calc(50% - 4px)}}.block-home-categories a.category-btn:before{content:'';position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(34,34,34,0) 75%,rgba(34,34,34,.5) 100%);z-index:1}.block-home-categories a.category-btn img{transition:all .3s ease-out 0s}.block-home-categories a.category-btn:hover img{transform:scale(1.05)}.block-home-categories .category-info{display:flex;color:#fff;flex-direction:column;justify-content:center;padding:0;position:absolute;text-align:center;bottom:40px;width:100%;z-index:2}@media (max-width:767px){.block-home-categories .category-info{bottom:inherit;top:50%;transform:translateY(-50%)}}.block-home-categories h3.category-name{font-size:24px;font-family:'Montserrat',sans-serif;margin:0 0 15px;font-weight:500}@media (max-width:767px){.block-home-categories h3.category-name{font-size:16px;margin-bottom:10px}}.block-home-categories .category-link{font-size:14px;text-decoration:underline;text-underline-offset:3px;font-family:'Open Sans',sans-serif}@media (max-width:767px){.block-home-categories .category-link{font-size:12px}}.block-home-categories .block-subcategories{margin:65px auto 0;font-size:0;padding:0 32px;text-align:center}@media only screen and (max-width:991px){.block-home-categories .block-subcategories{padding:0 12px;margin-top:25px}}.block-home-categories .block-subcategories .subcategories-title{text-align:center;font-size:20px;line-height:1.5;font-weight:700;margin-bottom:22px;padding:0 4px}@media only screen and (max-width:991px){.block-home-categories .block-subcategories .subcategories-title{font-size:16px;margin-bottom:10px}}.block-home-categories .block-subcategories a{border:1px solid #d8d8d8;background:#fff;border-radius:4px;display:inline-block;margin:4px;padding:7px 20px;transition:all .3s ease-out 0s}@media only screen and (max-width:991px){.block-home-categories .block-subcategories a{padding:4px 10px}}.block-home-categories .block-subcategories a h4{margin:0;font-size:13px;line-height:18px;font-family:'Open Sans',sans-serif;font-weight:400;color:#222}@media only screen and (max-width:991px){.block-home-categories .block-subcategories a h4{font-size:12px}}.block-home-categories .block-subcategories a:hover{border-color:rgba(34,34,34,.5);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.block-home-espacios{width:100%;padding:65px 40px 80px;background-color:#f4f1ea;color:#222;text-align:center;margin:50px 0}@media only screen and (max-width:767px){.block-home-espacios{padding:30px 0 40px 20px;margin-bottom:0}}.block-home-espacios h2{font-family:'Montserrat',sans-serif;font-size:30px;line-height:1.2;max-width:545px;margin:0 auto 25px;text-align:center;font-weight:600}@media only screen and (max-width:767px){.block-home-espacios h2{margin-bottom:20px;padding-right:20px}}.block-home-espacios a{font-family:'Open Sans',sans-serif;font-size:14px;text-decoration:underline;text-underline-offset:3px;color:#222;display:inline-block}.block-home-espacios .container-espacios{margin:45px auto 20px;max-width:1440px;width:100%;display:block;white-space:nowrap;font-size:0}@media only screen and (max-width:767px){.block-home-espacios .container-espacios{overflow-x:scroll;-webkit-overflow-scrolling:touch}.block-home-espacios .container-espacios::-webkit-scrollbar{-webkit-appearance:none;display:none;width:0 !important;background:0 0 !important}}.block-home-espacios .container-espacios a.espacios-btn{width:calc(33.3334% - 4px);margin:1px 2px;position:relative;overflow:hidden}@media only screen and (max-width:767px){.block-home-espacios .container-espacios a.espacios-btn{min-width:275px}.block-home-espacios .container-espacios a.espacios-btn:last-of-type{margin-right:20px}}.block-home-espacios .container-espacios a.espacios-btn:before{content:'';position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(34,34,34,0) 75%,rgba(34,34,34,.9) 100%);z-index:1}.block-home-espacios .container-espacios a.espacios-btn img{transition:all .3s ease-out 0s}.block-home-espacios .container-espacios a.espacios-btn:hover img{transform:scale(1.05)}.block-home-espacios .container-espacios a.espacios-btn:hover .espacios-info{transform:translateY(0)}.block-home-espacios .container-espacios a.espacios-btn:hover .link-espacios{opacity:1}.block-home-espacios .container-espacios .espacios-info{position:absolute;bottom:30px;left:30px;z-index:2;transform:translateY(30px);transition:transform .28s ease}@media only screen and (max-width:767px){.block-home-espacios .container-espacios .espacios-info{bottom:20px;left:20px}}.block-home-espacios .container-espacios h3.espacios-name{color:#fff;font-family:'Montserrat',sans-serif;font-size:24px;font-weight:500;margin:0}@media only screen and (max-width:767px){.block-home-espacios .container-espacios h3.espacios-name{font-size:16px;line-height:19px;text-align:left}}.block-home-espacios .container-espacios .link-espacios{color:#fff;text-decoration:underline;text-underline-offset:3px;font-size:14px;font-family:'Open Sans',sans-serif;text-align:left;margin-top:10px;opacity:0;transition:opacity .15s}.block-home-spring{width:100%;max-width:1440px;padding:0 30px;margin:50px auto}@media only screen and (max-width:991px){.block-home-spring{margin-top:0;padding:0}}.block-products-list-carousel.contenedor.spring-carousel{width:100%;max-width:1440px !important;padding:0 60px;margin:50px auto}@media only screen and (max-width:991px){.block-products-list-carousel.contenedor.spring-carousel{padding:0 0 0 20px}}.block-home-spring--content{display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width:991px){.block-home-spring--content{flex-direction:column}}.block-home-spring--content .content-left{margin:0 29px}@media only screen and (max-width:991px){.block-home-spring--content .content-left{margin:0;padding:0;width:100%}}.block-home-spring--content .content-right{flex:1 0 300px;display:flex;flex-direction:column;justify-content:center;max-width:400px;margin:0 auto}@media only screen and (max-width:991px){.block-home-spring--content .content-right{margin:0;padding:0 20px;width:100%;flex:1;max-width:100%}}.block-home-spring--content img{width:100%;height:auto;max-width:315px}.block-home-spring--content img~img{max-width:380px}.block-home-spring--content img{max-width:755px}@media only screen and (max-width:991px){.block-home-spring--content img{max-width:100%}}.block-home-spring--content h4{font-family:'Montserrat',sans-serif;font-size:30px;line-height:1.2;max-width:545px;margin:20px 0}.block-home-spring--content .content-right p{font-size:15px;line-height:27px;font-family:'Open Sans',sans-serif;margin-bottom:20px}.block-home-spring--content .primary-btn{border-radius:50px;border:1px solid #222;color:#222;text-align:center;font-size:15px;padding:11px 35px;display:inline-block;width:fit-content;margin-top:20px}.block-home-opiniones{width:100%;max-width:1300px;margin:100px auto;padding:0 40px}@media only screen and (max-width:500px){.block-home-opiniones{padding:0 20px}}@media only screen and (max-width:559px){.block-home-opiniones #AV_widget_iframe{height:285px;overflow:hidden}}.block-home-services{width:100%;max-width:1394px;margin:50px auto;display:flex;flex-wrap:wrap;padding:0 23px}@media only screen and (max-width:991px){.block-home-services{margin:50px 20px;padding:0;width:calc(100% - 40px)}}.block-home-services>div{width:calc(33.3334% - 34px);background-color:#f4f4f4;border-radius:4px;margin:0 17px;padding:40px 34px;display:flex;flex-direction:column}@media only screen and (max-width:991px) and (min-width:767px){.block-home-services>div{width:calc(50% - 20px);margin:10px}}@media only screen and (max-width:767px){.block-home-services>div{width:100%;padding:30px 15px;margin:10px 0;align-items:center}}.block-home-services .service-icon{height:70px;display:flex;margin-bottom:20px}.block-home-services .service-icon img{margin:auto 0}.block-home-services h4{font-family:'Montserrat',sans-serif;font-size:20px;font-weight:700;line-height:1.25;margin-top:0;margin-bottom:5px}@media only screen and (max-width:767px){.block-home-services h4{text-align:center}}.block-home-services p{font-size:14px;line-height:1.5;font-family:'Open Sans',sans-serif;margin-bottom:30px}@media only screen and (max-width:767px){.block-home-services p{text-align:center}}.block-home-services .primary-btn{border-radius:50px;border:1px solid #222;color:#222;text-align:center;font-size:14px;padding:11px 35px;display:inline-block;width:fit-content;margin-top:auto;margin-bottom:5px}h1.page-title{font-family:'Montserrat',sans-serif;font-weight:700;padding-top:23px}.cms-index-index h1{font-size:35px;font-weight:400;font-family:'Montserrat',sans-serif;line-height:40px;text-align:center;padding:0 30px;margin:40px auto 60px}.h1-style{font-size:22px;font-family:'Open Sans',sans-serif;line-height:1.5;font-weight:400;text-align:center;max-width:820px;padding:0 30px;margin:50px auto}.block-home-merchmenu{margin:50px auto;padding:0 40px;width:100%;max-width:1200px}@media only screen and (max-width:991px){.block-home-merchmenu{padding:0 20px}}.block-home-merchmenu-wrapper{display:grid;grid-template-rows:auto 1fr;grid-template-columns:repeat(5,minmax(120px,184px));grid-column-gap:50px;margin-right:auto;margin-left:auto;width:100%;height:250px;overflow:hidden;transition:height .5s}.block-home-merchmenu-wrapper.expandable{height:1134px}@media only screen and (max-width:991px){.block-home-merchmenu-wrapper{grid-template-columns:1fr;height:auto;overflow:inherit}.block-home-merchmenu-wrapper>div{margin-bottom:20px}}.block-home-merchmenu .h4-style{font-family:'Open Sans',sans-serif;font-weight:700;font-size:16px;color:#222;margin-top:2rem;margin-bottom:2rem;line-height:1.1}@media only screen and (max-width:991px){.block-home-merchmenu .h4-style{margin:0;cursor:pointer}.block-home-merchmenu .h4-style:after{content:"";float:right;margin-top:6px;width:7px;height:7px;border-top:2px solid #222;border-right:2px solid #222;transform:rotate(135deg);transition:transform .5s}}@media only screen and (max-width:991px){.block-home-merchmenu ul.list{max-height:0;transition:max-height .4s;overflow:hidden;margin:10px 0 0}.block-home-merchmenu .toggle-active .h4-style:after{transform:rotate(-45deg)}}.block-home-merchmenu ul.list li{margin-bottom:12px}.block-home-merchmenu ul.list a{font-family:'Open Sans',sans-serif;font-size:15px;color:#222}.block-home-merchmenu ul.list a:hover{text-decoration:underline;text-underline-offset:3px}.more-merchmenu{width:100%;height:1px;background:#ececec;position:relative;margin-top:60px;display:flex;align-items:center;justify-content:center}@media only screen and (max-width:991px){.more-merchmenu{display:none}}.more-merchmenu--icon{position:absolute;left:50%;margin-left:-25px;width:50px;height:50px;cursor:pointer;display:flex;align-items:center;justify-content:center}.more-merchmenu--icon .read-less{display:none}.more-merchmenu--icon.readAll .read-more{display:none}.more-merchmenu--icon.readAll .read-less{display:block}.more-merchmenu--icon img{position:relative;z-index:2;width:11px;height:11px}.more-merchmenu--icon img.read-less{width:9px;height:1px}.more-merchmenu--icon:before{content:"";display:block;background:#fff;width:160px;height:100%;position:absolute;left:50%;margin-left:-80px;z-index:1}.more-merchmenu--icon:after{content:"";display:block;position:absolute;bottom:0;left:0;margin:auto;right:0;top:0;border:1px solid #ececec;border-radius:100%;z-index:2;transition:transform .5s cubic-bezier(.165,.84,.44,1)}.more-merchmenu--icon:hover:after{transform:scale(1.15)}.page-footer{margin-top:80px;padding:0;background-color:#fff}.page-footer ul,.page-footer ol,.page-footer ul>li,.page-footer ol>li{margin:0}.page-footer .block-newsletter-footer{background-color:#c8d4d7;padding:0 20px}.page-footer .block-newsletter-footer>.row{max-width:1440px;margin:0 auto}.page-footer .block-newsletter-footer .news-decor{background:url('../../frontend/Youngdogs/ambients/es_ES/images/puff-original-fatboy.webp') left top no-repeat;background-size:contain;height:100%;min-height:303px;display:inline-block;color:transparent;margin-top:-30px;max-width:370px}@media only screen and (max-width:991px){.page-footer .block-newsletter-footer .news-decor{width:100%;max-width:273px;display:block;margin:-80px auto 0;padding:0;min-height:225px}}.page-footer .block-newsletter-footer .news-form{display:flex;flex-wrap:wrap;align-items:center;padding:80px 0}@media only screen and (max-width:1245px){.page-footer .block-newsletter-footer .news-form{padding:40px 0}}@media only screen and (max-width:991px){.page-footer .block-newsletter-footer .news-form{padding:25px 0 40px;flex-direction:column;max-width:500px;margin:0 auto;float:none}}.page-footer .block-newsletter-footer .news-form .block-newsletter-info{width:100%;max-width:380px}@media only screen and (max-width:1245px){.page-footer .block-newsletter-footer .news-form .block-newsletter-info{margin-left:45px;margin-bottom:20px;max-width:501px}}.page-footer .block-newsletter-footer .news-form .block-newsletter-info .h2{font-family:'Spectral',serif;font-size:25px;line-height:28px;color:#222;margin-bottom:15px}@media only screen and (max-width:1245px){.page-footer .block-newsletter-footer .news-form .block-newsletter-info .h2{max-width:380px}}@media only screen and (max-width:991px){.page-footer .block-newsletter-footer .news-form .block-newsletter-info .h2{max-width:100%}}.page-footer .block-newsletter-footer .news-form .block-newsletter-info .subtitle{font-family:'Open Sans',sans-serif;font-size:15px;line-height:21px;color:#222;margin:0}.page-footer .block-newsletter-footer .news-form .block-newsletter-info .subtitle span{line-height:15px;font-size:12px;margin-top:10px;display:block}@media only screen and (max-width:991px){.page-footer .block-newsletter-footer .news-form .block-newsletter-info{text-align:center;margin-left:0;max-width:100%}}.page-footer .block-newsletter-footer .news-form .block-newsletter{margin-left:45px;flex:1}.page-footer .block-newsletter-footer .news-form .block-newsletter .messages{margin-top:10px}@media only screen and (max-width:991px){.page-footer .block-newsletter-footer .news-form .block-newsletter{margin-left:0;width:100%}}.page-footer .block-newsletter-footer .news-form .block-newsletter .field.newsletter{display:flex}@media only screen and (max-width:991px){.page-footer .block-newsletter-footer .news-form .block-newsletter .field.newsletter{flex-direction:column}}.page-footer .block-newsletter-footer .news-form .block-newsletter .field.newsletter .control{flex:auto;max-width:365px}@media only screen and (max-width:991px){.page-footer .block-newsletter-footer .news-form .block-newsletter .field.newsletter .control{max-width:100%}}.page-footer .block-newsletter-footer .news-form .block-newsletter .form.subscribe .field.newsletter input{margin:0;padding:16px 17px;font-size:15px;font-family:'Open Sans',sans-serif;border:1px solid #222;border-radius:2px;box-shadow:none}@media only screen and (max-width:991px){.page-footer .block-newsletter-footer .news-form .block-newsletter .form.subscribe .field.newsletter input{margin:20px 0 15px;text-align:center}}.page-footer .block-newsletter-footer .news-form .block-newsletter .form.subscribe .actions{margin:0 0 0 5px}.page-footer .block-newsletter-footer .news-form .block-newsletter .form.subscribe .actions button{font-size:13px;font-family:'Open Sans',sans-serif;text-align:center;min-width:130px;text-transform:uppercase;letter-spacing:1px;padding:16px 20px;border:1px solid #222;border-radius:2px !important;height:100%;max-height:55px}.page-footer .block-newsletter-footer .news-form .block-newsletter .form.subscribe .actions button.action.primary{background-color:#222 !important;font-weight:400}@media only screen and (max-width:991px){.page-footer .block-newsletter-footer .news-form .block-newsletter .form.subscribe .actions button{max-width:130px;margin:0 auto;display:block}}@media only screen and (max-width:991px){.page-footer .block-newsletter-footer .news-form .block-newsletter .form.subscribe .privacyCheck{text-align:center}}.page-footer .block-newsletter-footer .news-form .block-newsletter .form.subscribe .privacyCheck .control--checkbox{color:#222}.page-footer .block-newsletter-footer .news-form .block-newsletter .form.subscribe .privacyCheck .control--checkbox .control__indicator{border:1px solid #222}body.no-webp .page-footer .block-newsletter-footer .news-decor{background:url('../../frontend/Youngdogs/ambients/es_ES/images/puff-original-fatboy.png') left top no-repeat;background-size:contain}.FooterServices{width:100%;border-bottom:1px solid #dadada;padding:35px 40px}@media only screen and (max-width:991px){.FooterServices{padding:30px 20px 10px}}.FooterServices .FooterServices-items{max-width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap}.FooterServices .FooterServices-item{width:33.33333%;display:flex;align-items:center;justify-content:center}@media only screen and (max-width:991px) and (min-width:500px){.FooterServices .FooterServices-item{flex-direction:column;text-align:center;padding:0 10px}}@media only screen and (max-width:500px){.FooterServices .FooterServices-item{width:100%;justify-content:flex-start;margin-bottom:25px}.FooterServices .FooterServices-item img{width:24px}}.FooterServices span{font-size:14px;margin-left:15px;font-family:'Open Sans',sans-serif;color:#222}@media only screen and (max-width:991px) and (min-width:500px){.FooterServices span{margin-left:0;margin-top:10px}}.FooterServices span small{font-size:12px;padding-left:2px}.footer__main{width:100%;padding:90px 40px 40px;max-width:1360px;margin:0 auto;display:flex;flex-wrap:wrap}@media only screen and (max-width:991px){.footer__main{padding:50px 20px 40px}}.footer__main>div.footer__contact{flex:0 0 auto;width:30%}.footer__main>div.footer__links{flex:0 0 auto;width:calc(70% + 30px);display:flex;justify-content:space-between;margin-top:25px;margin-left:-15px;margin-right:-15px}.footer__main>div.footer__links .footer__links-column{padding-left:15px;padding-right:15px}@media only screen and (max-width:991px){.footer__main>div.footer__links .footer__links-column{padding-left:0;padding-right:0}}.footer__main .claim{font-family:'Open Sans',sans-serif;font-weight:700;font-size:15px;line-height:21px;margin-top:23px;max-width:188px}.footer__main .footer__contact ul{margin:30px 0 35px}.footer__main .footer__contact ul li{margin-bottom:14px;font-family:'Open Sans',sans-serif;font-size:14px;line-height:21px;color:#222}.footer__main .footer__contact ul li:nth-child(2),.footer__main .footer__contact ul li:nth-child(3){margin-bottom:16px}.footer__main .footer__contact ul li img{margin-right:10px;display:inline;vertical-align:top}.footer__main .footer__contact p{font-family:'Open Sans',sans-serif;font-size:14px;line-height:21px;color:#222}.footer__main .h4-style{font-family:'Montserrat',sans-serif;font-weight:700;font-size:16px;line-height:25px;margin:0;margin-bottom:20px}.footer__main .footer__contact li,.footer__main .footer__links-column li{margin-bottom:10px}.footer__main .footer__contact li a,.footer__main .footer__links-column li a{font-family:'Open Sans',sans-serif;font-size:14px;line-height:21px;color:#222}.footer__main .footer__contact li a:hover,.footer__main .footer__links-column li a:hover{text-decoration:underline;text-underline-offset:3px}.footer__main .footer__social,.footer__main .footer__payment{width:50%;margin-top:80px}.footer__main .footer__social ul.social--links li,.footer__main .footer__payment ul.social--links li,.footer__main .footer__social ul.payment-methods li,.footer__main .footer__payment ul.payment-methods li{display:inline-block;font-size:0}.footer__main .footer__social ul.social--links li a,.footer__main .footer__payment ul.social--links li a,.footer__main .footer__social ul.payment-methods li a,.footer__main .footer__payment ul.payment-methods li a{margin-right:27px}.footer__main .footer__social ul.payment-methods li a,.footer__main .footer__payment ul.payment-methods li a{margin-left:10px}.footer__main .footer__social ul.social--links li:last-child,.footer__main .footer__payment ul.social--links li:last-child{margin-right:0}.footer__main .footer__social ul.payment-methods li:first-child,.footer__main .footer__payment ul.payment-methods li:first-child{margin-left:0}.footer__main .footer__payment .payment-methods{text-align:right}@media only screen and (max-width:991px){.footer__main div.footer__contact,.footer__main div.footer__links{width:100%;flex-wrap:wrap;margin-left:0;margin-right:0}.footer__main .footer__payment,.footer__main .footer__social{width:100%;margin-top:40px}.footer__main .footer__payment .payment-methods{text-align:left}.footer__main .footer__links-column{width:100%;margin-bottom:10px}.footer__main .footer__links-column .h4-style{margin-bottom:10px;cursor:pointer}.footer__main .footer__links-column .h4-style:after{content:"";float:right;margin-top:7px;width:7px;height:7px;border-top:2px solid #222;border-right:2px solid #222;transform:rotate(135deg);transition:transform .5s}.footer__main .footer__links-column ul{max-height:0;transition:max-height .4s;overflow:hidden}.footer__main .footer__links-column.toggle-active .h4-style:after{transform:rotate(-45deg)}}.bottom{border-top:1px solid #222;width:100%;padding:40px;max-width:1360px;margin:0 auto;font-size:14px;font-family:'Open Sans',sans-serif;line-height:21px;color:#222;display:flex;flex-wrap:wrap}@media only screen and (max-width:991px){.bottom{padding:20px}}.bottom .bottom--copyright,.bottom .bottom--legales{width:50%}@media only screen and (max-width:991px){.bottom .bottom--copyright,.bottom .bottom--legales{width:100%;text-align:center}}.bottom .bottom--legales{text-align:right}@media only screen and (max-width:991px){.bottom .bottom--legales{text-align:left;order:-1;margin-bottom:20px}}.bottom .bottom--legales li{display:inline-block;font-size:0;margin-bottom:0}@media only screen and (max-width:991px){.bottom .bottom--legales li{width:100%;text-align:center}}.bottom .bottom--legales li a{font-size:14px;font-family:'Open Sans',sans-serif;line-height:21px;color:#222;margin-left:25px}@media only screen and (max-width:991px){.bottom .bottom--legales li a{margin:0}}.bottom .bottom--legales li a:hover{text-decoration:underline;text-underline-offset:3px}.bottom .bottom--legales li:first-child a{margin-left:0}@media only screen and (max-width:991px){.cms-index-index h1{font-size:30px;line-height:35px;padding:0 20px;margin:40px auto -30px}.cms-index-index .h1-style{font-size:16px;line-height:23px;padding:0 20px}.cms-index-index .block-home-espacios h2,.cms-index-index h4,.cms-index-index .amblog-recentposts .amblog-title,.cms-index-index p.aminst-feed-title,.cms-index-index .page-footer .block-newsletter-footer .news-form .block-newsletter-info .h2{font-size:20px;line-height:25px}.cms-index-index p.block-products-list-carousel-description,.cms-index-index p.amblog-recentposts-description,.cms-index-index .block-home-spring--content .content-right p,.cms-index-index .page-footer .block-newsletter-footer .news-form .block-newsletter-info .subtitle{font-size:15px;line-height:22px}}.legales .legales-content{margin-top:20px;margin-bottom:20px;font-size:15px;line-height:24px}.legales .legales-content p{margin-bottom:30px}.legales .legales-content ul{padding-left:20px;list-style-type:disc;margin-bottom:30px}.legales .legales-content ul li{margin-bottom:15px;list-style:inherit}.legales .legales-content a{text-decoration:underline;text-underline-offset:3px;color:#222}@media only screen and (max-width:767px){.table--responsive{width:100%;margin-bottom:15px;overflow-x:auto;overflow-y:hidden}}.catalog-product-view .product-detail-container-inner{float:left;width:100%;margin-bottom:50px}.catalog-product-view .product-info-main-inner{margin-bottom:20px}.catalog-product-view .short-description .line-clamp{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.catalog-product-view .short-description a.scroll-to-id{color:#222;font-size:14px;text-decoration:underline}.catalog-product-view .product-info-main .product-info-price{padding:10px 0 12px;margin:15px 0}.catalog-product-view .product-info-main .product-info-price .price-box{display:flex;flex-direction:column}.catalog-product-view .product-info-price .price-box .old-price{order:-1;line-height:21px}.catalog-product-view .product-info-price .price-box .old-price .price-wrapper .price{margin-left:0}.catalog-product-view .product-info-main .product-info-price .old-price .price-wrapper .price{font-size:15px;font-weight:700 !important}.catalog-product-view .product-info-price .price-box .price-container .price-wrapper{display:inline-block}.catalog-product-view .product-info-price .price-box .price-container .price-label{color:#222;font-weight:400;font-size:15px}.catalog-product-view .product-info-price .price-box .price-container .price{font-weight:700;color:#222}.catalog-product-view .product-info-price .price-box .price-container .include-tax{display:inline-block !important;font-size:14px;color:rgba(34,34,34,.75);margin-left:10px}.catalog-product-view .product-info-price .price-box .old-price .include-tax{display:none !important}.catalog-product-view .product-info-main .product-info-stock-sku{display:none}.catalog-product-view .product-options-wrapper{border-top:1px solid #ececec;margin:0 0 40px;padding-top:20px}.catalog-product-view .swatch-opt{margin-top:0}.catalog-product-view .swatch-attribute-selected-option{padding-left:10px}.catalog-product-view .product-info-main .swatch-option{width:60px !important;height:60px !important;border-radius:4px;padding:0 !important;background-size:90% auto !important}.catalog-product-view .product-info-main .swatch-option.image{background-color:#f6f6f6 !important;border:1px solid #f6f6f6;background-blend-mode:multiply}.catalog-product-view .product-info-main .swatch-option.image:not(.disabled):hover,.catalog-product-view .product-info-main .swatch-option.color:not(.disabled):hover,.catalog-product-view .product-info-main .swatch-option.selected{border-color:#222}.catalog-product-view .swatch-opt .swatch-attribute~.swatch-attribute{margin-top:40px}.catalog-product-view .product-info-main .product-add-form .product-options-wrapper .field:not(.date)>.control,.catalog-product-view .product-info-main .swatch-attribute{width:100%}.catalog-product-view .product-info-main .product-add-form .product-options-wrapper .field:not(.date)>.control select,.catalog-product-view .product-info-main .swatch-attribute select{border-color:#222;font-size:14px;font-weight:600;height:42px;text-indent:5px;background:#fff url('../../frontend/Youngdogs/ambients/es_ES/images/select-bg.svg') no-repeat right 10px center}.catalog-product-view .product-info-main .product-add-form .product-options-wrapper .field:not(.date)>.control select:focus,.catalog-product-view .product-info-main .swatch-attribute select:focus{outline:none;box-shadow:none}.catalog-product-view .product-info-main .product-add-form{padding-top:1px}.catalog-product-view .box-tocart .fieldset{display:flex}.catalog-product-view .box-tocart .field.qty,.catalog-product-view .box-tocart .actions{width:auto}.catalog-product-view .box-tocart .actions{flex-grow:1}.catalog-product-view .box-tocart .field.qty{padding:0}.catalog-product-view .box-tocart .field.qty select{min-width:70px;height:50px;font-weight:600;font-size:16px;border:1px solid #222;padding:0 15px;text-align:left}.catalog-product-view .box-tocart .field.qty select:focus{outline:none;box-shadow:none}.catalog-product-view button.action.primary{background-color:#222 !important;font-size:15px;text-align:center;text-transform:none;border:none;margin-left:15px;width:calc(100% - 15px)}.catalog-product-view button.action.primary:hover{background-color:#9e342f !important}.sequra-promotion-widget{margin-bottom:0;position:relative;font-family:'Open Sans',sans-serif !important;font-weight:400 !important;font-size:13px !important}.sequra-promotion-widget:before{content:'';position:absolute;top:4px;left:0;background:url('../../frontend/Youngdogs/ambients/es_ES/images/svg/check.svg') left top no-repeat;background-size:14px 11px;width:14px;height:11px;display:none}.shipping-returns{margin-bottom:20px;border-bottom:1px solid #ececec;padding-bottom:20px}.shipping-returns .product-availability{font-size:13px;margin-bottom:15px}.shipping-returns .product-availability img{width:14px;height:auto;margin-right:10px}.delivery-assembly{border:1px solid #d8d8d8}.delivery-assembly>div:not(:last-child){border-bottom:1px solid #d8d8d8}.delivery-assembly .delivery-assembly-wrapper{padding:15px 20px;display:flex;justify-content:flex-start;align-items:center}.delivery-assembly .delivery-assembly-wrapper .delivery-assembly-icon{width:24px;margin-right:20px;flex:0 0 24px}.delivery-assembly .delivery-assembly-wrapper .delivery-assembly-info{font-size:14px;color:#222;line-height:20px}.delivery-assembly .delivery-assembly-wrapper .delivery-assembly-info strong{font-weight:600}.delivery-assembly .delivery-assembly-wrapper .delivery-assembly-info>span{display:block}.delivery-assembly .delivery-assembly-wrapper .delivery-assembly-info dd{display:initial}.product-help-box{margin-top:25px;margin-bottom:20px;border-bottom:1px solid #ececec;padding-bottom:20px}.product-help-box div.toggle-dropdown{font-size:15px;font-weight:700;margin:0 0 20px}.product-help-box div.toggle-dropdown:before{content:'';margin-right:8px;display:inline-block;vertical-align:middle;background:url('../../frontend/Youngdogs/ambients/es_ES/images/svg/help-outline.svg') left top no-repeat;background-size:18px 18px;width:18px;height:18px}.product-help-box ul{padding-left:25px;margin-bottom:0}.product-help-box ul li{font-size:14px;line-height:23px;margin-bottom:15px;list-style-position:outside;list-style:disc}.product-help-box ul a{text-decoration:underline;text-underline-offset:1px;color:#222}@media only screen and (max-width:991px){.product-help-box div.toggle-dropdown{cursor:pointer}.product-help-box div.toggle-dropdown:after{content:"";float:right;margin-top:7px;margin-right:10px;width:7px;height:7px;border-top:2px solid #222;border-right:2px solid #222;transform:rotate(135deg);transition:transform .5s}.product-help-box.toggle-active div.toggle-dropdown:after{transform:rotate(-45deg)}.product-help-box ul{max-height:0;transition:max-height .4s;overflow:hidden}}.product-social-share{display:flex;align-items:center;margin:30px 0}.product-social-share--title{font-size:13px;text-transform:uppercase;font-weight:700;margin-right:10px}.product-social-share ul{display:flex;flex-direction:row;align-items:center;margin:0}.product-social-share ul li{margin:0 11px}.product-social-share ul li img{max-height:16px}.product-social-share ul li.twitter--share img,.product-social-share ul li.mail--share img{max-height:14px}.quicklinks-wrapper{clear:both}.quick-links{margin:0;padding:15px 0;width:100%;background:#fff;z-index:2}@media only screen and (max-width:991px){.quick-links{display:none}}.quick-links ul{display:flex;flex-direction:row;margin:0}.quick-links ul a{font-size:16px;color:#222;line-height:22px;padding-bottom:0;margin-right:30px;text-decoration:none}.quick-links ul li{margin:0}.quick-links ul li.selected a{font-weight:700;border-bottom:2px solid #222}.description-block{background-color:#f4f4f4;padding:40px 60px;margin-top:20px;margin-bottom:70px;display:flex;flex-direction:row}@media only screen and (max-width:991px){.description-block{padding:20px;flex-direction:column;margin-left:-20px;margin-right:-20px}}.description-block div.description-title{font-size:20px;line-height:30px;font-weight:700;margin:0 0 15px}@media only screen and (max-width:991px){.description-block div.description-title:not(.hide-desktop){display:none}}.description-block .description{max-width:795px;padding-right:60px;border-right:1px solid #d8d8d8}@media only screen and (max-width:991px){.description-block .description{order:2;width:100%;padding-right:0;border-right:none}.description-block .description p{font-size:14px;line-height:22px;margin-bottom:15px}}.description-block .description h4{font-size:15px;font-weight:700;margin:10px 0}.description-block .description p+h4{margin-top:30px}.description-block .description p{font-size:15px;line-height:24px;margin-bottom:20px}.description-block .description p:last-child{margin-bottom:10px}.description-block .atributos{margin:35px 0 35px 60px}@media only screen and (max-width:991px){.description-block .atributos{margin:0 0 5px;font-size:14px}}.description-block .atributos .lista-medidas,.description-block .atributos .lista-atributos{margin:15px 0;display:inline-block}.description-block .atributos .lista-medidas{display:flex;flex-direction:row;align-content:center;flex-wrap:wrap;margin-bottom:5px}.description-block .atributos .lista-medidas li{display:inline-flex;justify-content:center;align-items:center;margin-right:20px;margin-bottom:10px}.description-block .atributos .lista-medidas li:last-child{margin-right:0}.description-block .atributos .lista-medidas li span:not(.valor){width:28px;height:28px;border-radius:100px;background-color:#d8d8d8;margin-right:10px;display:flex;justify-content:center;align-items:center;flex:0 0 28px}.description-block .atributos .lista-medidas li h2.valor{font-size:14px;line-height:23px;display:inline-block;font-weight:400;margin:0}.description-block .atributos .lista-atributos div{line-height:23px;margin-bottom:10px}.description-block .atributos .lista-atributos h2,.description-block .atributos .lista-atributos h3{font-size:14px;line-height:23px;display:inline-block;font-weight:400;margin:0}.description-block .atributos .lista-atributos h2{font-weight:700}.banner-plantalo{padding:40px;border-radius:8px;box-shadow:0 10px 20px rgba(124,150,128,.3);background-image:linear-gradient(90deg,#77947c 0%,rgba(124,150,128,.9) 50%,rgba(124,150,128,.5) 100%),url('../../frontend/Youngdogs/ambients/es_ES/images/banner-plantalo.jpg');background-position:right bottom;background-repeat:no-repeat;background-size:cover;position:relative;overflow:hidden;margin:-20px 0 70px;display:flex;flex-direction:row;align-items:flex-start}@media only screen and (max-width:500px){.banner-plantalo{flex-direction:column;padding:20px}}.banner-plantalo:before{content:'';position:absolute;width:100%;height:100%;top:0;left:0;background:url('../../frontend/Youngdogs/ambients/es_ES/images/noise.png') left top repeat}.banner-plantalo .plantalo-logo{width:90px;height:auto;flex:0 0 90px;margin-right:50px;opacity:.9}.banner-plantalo .banner-plantalo--content{color:rgba(255,255,255,.9);max-width:930px}@media only screen and (max-width:500px){.banner-plantalo .banner-plantalo--content{margin:20px 0}}.banner-plantalo .banner-plantalo--content .banner-plantalo--title{font-weight:700;font-size:18px;line-height:22px;margin-bottom:10px}.banner-plantalo .banner-plantalo--content p{font-size:15px;line-height:24px}.catalog-product-view .related,.catalog-product-view .upsell{padding-top:20px;margin-bottom:70px}.catalog-product-view .related .slick-track,.catalog-product-view .upsell .slick-track{margin:0}@media only screen and (max-width:991px){.related .products-grid.grid,.upsell .products-grid.grid,.recently-viewed .products-grid.grid{margin-right:-20px}}.cms-suscribete-newsletter-html :not(.page-footer) .page-main{margin-top:0 !important;padding:0;position:relative}.cms-suscribete-newsletter-html :not(.page-footer) .page-main:before{content:'';position:absolute;width:100vw;height:100%;top:0;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;z-index:1;border-bottom:1px solid #dadada;pointer-events:none}.cms-suscribete-newsletter-html :not(.page-footer) .page-footer .block-newsletter-footer{display:none}.cms-suscribete-newsletter-html :not(.page-footer) .column.main{padding-bottom:0}.cms-suscribete-newsletter-html :not(.page-footer) .page-footer{margin-top:0}.cms-suscribete-newsletter-html :not(.page-footer) .news-decor,.cms-suscribete-newsletter-html :not(.page-footer) .news-form{width:50% !important;min-height:600px;float:left}@media (max-width:767px){.cms-suscribete-newsletter-html :not(.page-footer) .news-decor,.cms-suscribete-newsletter-html :not(.page-footer) .news-form{width:100% !important;min-height:250px;float:none}}.cms-suscribete-newsletter-html :not(.page-footer) .news-decor{background-size:cover !important;background:transparent url('../../frontend/Youngdogs/ambients/es_ES/images/newsletter2.webp') center center no-repeat}.cms-suscribete-newsletter-html :not(.page-footer) .news-decor.hiddenmob{display:block}.cms-suscribete-newsletter-html :not(.page-footer) .news-form{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto;padding:50px 20px}.cms-suscribete-newsletter-html :not(.page-footer) .news-form>*{max-width:450px;width:100%}.cms-suscribete-newsletter-html :not(.page-footer) .news-form .block-newsletter-info .h2{font-family:Spectral,serif;font-size:25px;line-height:28px;color:#222;margin-bottom:15px}.cms-suscribete-newsletter-html :not(.page-footer) .news-form .block-newsletter-info .subtitle{font-family:'Open Sans',sans-serif;font-size:15px;line-height:21px;color:#222;margin:0}.cms-suscribete-newsletter-html :not(.page-footer) .news-form .block-newsletter-info .subtitle span{line-height:15px;font-size:12px;margin-top:10px;display:block}.cms-suscribete-newsletter-html :not(.page-footer) .news-form .form.subscribe .actions button:hover{border-color:transparent}.cms-suscribete-newsletter-html :not(.page-footer) .news-form .messages{margin-top:20px}body.no-webp.cms-suscribete-newsletter-html :not(.page-footer) .news-decor{background:transparent url('../../frontend/Youngdogs/ambients/es_ES/images/newsletter2.jpg') center center no-repeat}.cms-contacto .page-main{margin-top:0 !important;padding:0 !important;position:relative}.block-contacto{display:flex;justify-content:space-between;flex-direction:row;width:100%}.block-contacto .info-contacto{width:50%;display:flex;flex-direction:column;max-width:660px;justify-content:flex-start;margin:0 auto;padding:0 40px}.block-contacto .info-contacto h1{font-size:30px;line-height:33px;font-weight:700;margin-top:50px;margin-bottom:15px;font-family:'Montserrat',sans-serif}.block-contacto .info-contacto h1~p{font-size:15px;margin-bottom:35px}.block-contacto .info-contacto h2{font-size:16px;font-weight:700;margin-top:0;margin-bottom:15px;line-height:20px}.block-contacto .info-contacto h2 img{margin-right:5px;vertical-align:bottom}.block-contacto .info-contacto p,.block-contacto .info-contacto a{font-size:14px;line-height:21px;margin-bottom:15px;color:#222}.block-contacto .info-contacto a{display:inline-block}.block-contacto .info-contacto a.link-underline,.block-contacto .info-contacto a:hover{text-decoration:underline;text-underline-offset:3px}.block-contacto .info-contacto p.horario strong{font-weight:600}.block-contacto .info-contacto .contacto-method{margin-bottom:15px}.block-contacto .info-contacto .contacto-links{margin-top:10px;border-top:1px solid rgba(218,218,218,.5);padding-top:35px;display:flex;flex-wrap:wrap}.block-contacto .info-contacto .contacto-links a{width:50%;text-decoration:none}.block-contacto .info-contacto .contacto-links a:hover{text-decoration:underline;text-underline-offset:3px}.block-contacto .info-contacto .contacto-links a img{margin-left:5px}.block-contacto .img-contacto{width:50%}.block-contacto .img-contacto img{object-fit:cover;width:100%;height:100%;padding:20px}@media screen and (max-width:1023px){.block-contacto{flex-direction:column}.block-contacto .info-contacto,.block-contacto .img-contacto{width:100%;max-width:100%}.block-contacto .info-contacto .contacto-links a{width:100%}.block-contacto .img-contacto{order:-1}.block-contacto .img-contacto img{max-height:300px;height:auto}}.livechat{display:inline-block !important}.message-success.success.message{position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.65);color:#fff;font-size:1.2em;text-align:center;padding:3em;z-index:1000000}.message-success.success.message>div{padding:20px;max-width:450px;margin:0 auto;width:100%;color:#222;background-color:#fff;border-color:#ccc;font-size:15px;line-height:23px;box-shadow:0px 5px 25px 0px #000}.message.success>*:first-child:before{content:'';background:url('../../frontend/Youngdogs/ambients/es_ES/images/svg/success.svg');position:relative;top:0;width:40px;height:40px;display:block;margin:0 auto;margin-bottom:10px}.message-success.success.message a{color:#222;text-decoration:underline;display:inline}.video-responsive{position:relative;width:100%;height:0;padding-bottom:56.25%;margin-bottom:40px}.video-responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.support-pages-layout h1.page-title{padding-top:0}.support-pages-layout .supportWrapper{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;margin-top:50px}@media screen and (max-width:767px){.support-pages-layout .supportWrapper{margin-top:20px}}.support-pages-layout .supportContent{margin-bottom:50px;max-width:940px;width:70%}@media screen and (max-width:767px){.support-pages-layout .supportContent{width:100%;max-width:100%;margin-bottom:25px}}.support-pages-layout aside.supportSidebar{width:25%;margin-right:5%}@media screen and (max-width:767px){.support-pages-layout aside.supportSidebar{width:100%;margin-right:0;order:2}}.support-pages-layout aside.supportSidebar h3{display:none;font-size:16px;text-transform:uppercase;font-weight:700;margin:0 0 20px}@media screen and (max-width:767px){.support-pages-layout aside.supportSidebar h3{display:block}}.support-pages-layout ul.topics{display:flex;flex-wrap:wrap;flex-direction:column}@media screen and (max-width:767px){.support-pages-layout ul.topics{row-gap:1rem;column-gap:1rem;flex-direction:row}}.support-pages-layout ul.topics li.topicItem{width:100%;max-width:300px;margin-bottom:15px}@media screen and (max-width:767px){.support-pages-layout ul.topics li.topicItem{width:calc(50% - 5px);max-width:inherit;margin-bottom:0}}.support-pages-layout ul.topics a{position:relative;padding:15px;display:flex;align-items:center;flex-wrap:nowrap;border:1px solid #d0d0d0;border-radius:5px;background-color:#fff;transition:background-color .25s ease-in-out}@media screen and (max-width:767px){.support-pages-layout ul.topics a{height:100%;flex-wrap:wrap}}@media screen and (max-width:579px){.support-pages-layout ul.topics a{padding:10px}}@media screen and (min-width:768px){.support-pages-layout ul.topics a:hover{background-color:#f7f7f7}}.support-pages-layout ul.topics picture{flex:0 0 35px;margin-right:10px;width:35px;height:35px}.support-pages-layout ul.topics .topicImg{width:100%;height:auto}.support-pages-layout ul.topics .topicContent{font-size:15px;line-height:19px;color:#222;font-weight:600;padding-right:35px}@media screen and (max-width:767px){.support-pages-layout ul.topics .topicContent{width:100%;margin-top:10px;position:relative;padding-right:20px}}.support-pages-layout ul.topics .topicContent:after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7.5" height="13" viewBox="0 0 7.5 13"><path fill="%23222" d="M0.292893219,0.292893219 C0.683417511,-0.0976310729 1.31658249,-0.0976310729 1.70710678,0.292893219 L7.20710678,5.79289322 C7.59763107,6.18341751 7.59763107,6.81658249 7.20710678,7.20710678 L1.70710678,12.7071068 C1.31658249,13.0976311 0.683417511,13.0976311 0.292893219,12.7071068 C-0.0976310729,12.3165825 -0.0976310729,11.6834175 0.292893219,11.2928932 L5.085,6.5 L0.292893219,1.70710678 C-0.0675907428,1.34662282 -0.0953202783,0.779391764 0.209704612,0.387100557 L0.292893219,0.292893219 Z"/></svg>');top:50%;right:2rem;position:absolute;transform:translate(0,-50%);font-size:0;line-height:1}@media screen and (max-width:767px){.support-pages-layout ul.topics .topicContent:after{right:0}}.support-pages-layout .supportQuestion{padding-bottom:10px;font-size:15px;line-height:23px;color:#222}.support-pages-layout .supportQuestion p{margin-bottom:20px}.support-pages-layout .supportQuestion p.supportQuestion-title{font-size:16px;font-weight:700;margin-bottom:15px}.support-pages-layout .supportQuestion a{color:#222;text-decoration:underline;text-underline-offset:3px}.support-pages-layout .supportQuestion ul,.support-pages-layout .supportQuestion ol{padding-left:20px;list-style-type:disc;margin-bottom:20px}.support-pages-layout .supportQuestion ul li,.support-pages-layout .supportQuestion ol li{margin-bottom:15px;list-style:inherit}.support-pages-layout .supportQuestion ol{list-style-type:decimal}.support-pages-layout .supportFooter{border-top:1px solid #d8d8d8;margin-top:50px;padding:45px 0;display:flex;align-items:center;flex-direction:column}@media screen and (max-width:767px){.support-pages-layout .supportFooter{border-top:0;margin-top:0}}.support-pages-layout .supportFooter h2{font-size:25px;line-height:35px;font-weight:700;margin:0 0 10px;color:#222}.support-pages-layout .supportFooter p{font-size:15px;line-height:23px;color:#222;max-width:575px;text-align:center}.support-pages-layout .supportFooter .moreHelp{width:100%;display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;margin-top:50px}@media screen and (max-width:767px){.support-pages-layout .supportFooter .moreHelp{margin-top:10px}}.support-pages-layout .supportFooter .moreHelp-container{border:1px solid gray;border-radius:5px;padding:30px;background-color:#fff;display:flex;flex-direction:column;align-items:center;width:calc(33.3333% - 20px);margin:10px;max-width:370px}@media screen and (max-width:767px){.support-pages-layout .supportFooter .moreHelp-container{width:100%;margin:10px 0}}@media screen and (min-width:579px) and (max-width:767px){.support-pages-layout .supportFooter .moreHelp-container{max-width:100%;align-items:flex-start}.support-pages-layout .supportFooter .moreHelp-container p{text-align:left}}.support-pages-layout .supportFooter .moreHelp-container img{margin-bottom:15px}.support-pages-layout .supportFooter .moreHelp-container h4{font-size:16px;line-height:22px;font-weight:600;text-decoration:underline;margin:0 0 10px}.support-pages-layout .supportFooter .moreHelp-container p{font-size:15px;line-height:24px;margin:0 0 25px}.support-pages-layout .supportFooter .moreHelp-container .moreHelp-btn{margin-top:auto;background-color:#222;color:#fff;border-radius:100px;font-size:13px;font-weight:700;padding:11px 34px;line-height:18px}.support-pages-layout .legalContent{margin-top:23px;margin-bottom:20px;font-size:15px;line-height:24px;width:100%}.support-pages-layout .legalContent h1,.support-pages-layout .legalContent h2,.support-pages-layout .legalContent h3,.support-pages-layout .legalContent h4{font-weight:700}.support-pages-layout .legalContent h1{font-size:30px;line-height:33px}.support-pages-layout .legalContent h2{font-size:24px;line-height:27px}.support-pages-layout .legalContent h3{font-size:16px;line-height:20px;margin-bottom:1.5rem}.support-pages-layout .legalContent h4{font-size:16px;line-height:18px;margin-bottom:1rem}.support-pages-layout .legalContent section{padding-top:20px;padding-bottom:20px}.support-pages-layout .legalContent p{margin-bottom:20px}.support-pages-layout .legalContent ul,.support-pages-layout .legalContent ol{padding-left:20px;list-style-type:disc;margin-bottom:20px}.support-pages-layout .legalContent ul li,.support-pages-layout .legalContent ol li{margin-bottom:15px;list-style:inherit}.support-pages-layout .legalContent ol{list-style-type:decimal}.support-pages-layout .legalContent a{text-decoration:underline;text-underline-offset:3px;color:#222}.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus{outline:0}.slick-list,.slick-slider,.slick-track{display:block;position:relative}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin:0 auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px;vertical-align:middle}[dir=rtl] .slick-slide{float:right}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{position:relative;background:0 0}.slick-loading .slick-list:before{position:absolute;top:50%;left:50%;display:block;content:'';border-radius:100%;border-style:solid;border-width:3px;height:25px;width:25px;border-color:rgba(0,0,0,.2);border-top-color:#5c5c5c;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);animation:loading 1s infinite linear}@keyframes loading{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(359.9deg);transform:translate(-50%,-50%) rotate(359.9deg)}}.slick-next.slick-disabled,.slick-prev.slick-disabled{opacity:.25}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;left:0;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button,.slick-slider .slick-arrow{display:block;cursor:pointer;outline:0;box-shadow:none}.slick-dots li button{font-size:0;line-height:0;width:20px;height:20px;padding:5px;color:transparent;border:0;background:0 0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:16px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;padding:0 20px}.slick-slider .slick-arrow{position:absolute;top:50%;padding:0;width:15px;height:22px;font-size:0;line-height:0;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);color:transparent;border:none;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat !important;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease}.slick-slider .slick-arrow:after,.slick-slider .slick-arrow:before{content:''}.slick-slider .slick-arrow:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+) center no-repeat}.slick-slider .slick-arrow.slick-next{right:0}.slick-slider .slick-arrow.slick-prev{left:0;-webkit-transform:rotate(180deg) translate(0,50%);-moz-transform:rotate(180deg) translate(0,50%);-ms-transform:rotate(180deg) translate(0,50%);transform:rotate(180deg) translate(0,50%)}.slick-initialized .slick-slide{float:none!important;display:inline-block!important;height:auto;}.product-items.slick-slider>.slick-list{padding:15px 0}.product-items.slick-slider .slick-slide .product-item{display:block!important;margin:auto!important;max-width:205px}.sidebar.sidebar-additional{width:100%}@charset "UTF-8";.fancyambox-enabled{overflow:hidden}.fancyambox-enabled body{overflow:visible;height:100%}.fancyambox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancyambox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancyambox-container~.fancyambox-container{z-index:99992}.fancyambox-bg,.fancyambox-inner,.fancyambox-outer,.fancyambox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancyambox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancyambox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancyambox-is-open .fancyambox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancyambox-caption-wrap,.fancyambox-infobar,.fancyambox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancyambox-show-caption .fancyambox-caption-wrap,.fancyambox-show-infobar .fancyambox-infobar,.fancyambox-show-toolbar .fancyambox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancyambox-infobar{top:0;left:50%;margin-left:-79px}.fancyambox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancyambox-toolbar{top:0;right:0}.fancyambox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancyambox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancyambox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancyambox-is-sliding .fancyambox-slide,.fancyambox-slide--current,.fancyambox-slide--next,.fancyambox-slide--previous{display:block}.fancyambox-slide--image{overflow:visible}.fancyambox-slide--image:before{display:none}.fancyambox-slide--video .fancyambox-content,.fancyambox-slide--video iframe{background:#000}.fancyambox-slide--map .fancyambox-content,.fancyambox-slide--map iframe{background:#e5e3df}.fancyambox-slide--next{z-index:99995}.fancyambox-slide>div{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancyambox-slide .fancyambox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancyambox-can-zoomOut .fancyambox-image-wrap{cursor:zoom-out}.fancyambox-can-zoomIn .fancyambox-image-wrap{cursor:zoom-in}.fancyambox-can-drag .fancyambox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancyambox-is-dragging .fancyambox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancyambox-image,.fancyambox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancyambox-spaceball{z-index:1}.fancyambox-slide--iframe .fancyambox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancyambox-iframe{display:block;padding:0;border:0;height:100%}.fancyambox-error,.fancyambox-iframe{margin:0;width:100%;background:#fff}.fancyambox-error{padding:40px;max-width:380px;cursor:default}.fancyambox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancyambox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancyambox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .25s;box-sizing:border-box;z-index:2}.fancyambox-close-small:hover:after{color:#555;background:#eee}.fancyambox-slide--iframe .fancyambox-close-small{top:0;right:-44px}.fancyambox-slide--iframe .fancyambox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancyambox-slide--iframe .fancyambox-close-small:hover:after{color:#fff}.fancyambox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancyambox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancyambox-caption a,.fancyambox-caption button,.fancyambox-caption select{pointer-events:all}.fancyambox-caption a{color:#fff;text-decoration:underline}.fancyambox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancyambox-button[disabled]{cursor:default;pointer-events:none}.fancyambox-button,.fancyambox-infobar__body{background:rgba(30,30,30,.6)}.fancyambox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancyambox-button:after,.fancyambox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancyambox-button[disabled]:after,.fancyambox-button[disabled]:before{opacity:.3}.fancyambox-button--left:after,.fancyambox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancyambox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancyambox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancyambox-button--left{border-bottom-left-radius:5px}.fancyambox-button--right{border-bottom-right-radius:5px}.fancyambox-button--close:after,.fancyambox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancyambox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancyambox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancyambox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancyambox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancyambox-arrow--right{right:0}.fancyambox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancyambox-arrow--left:after,.fancyambox-arrow--right:after{left:0}.fancyambox-show-nav .fancyambox-arrow{opacity:.6}.fancyambox-show-nav .fancyambox-arrow[disabled]{opacity:.3}.fancyambox-slide>.fancyambox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancyambox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancyambox-fx-slide.fancyambox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancyambox-fx-slide.fancyambox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancyambox-fx-slide.fancyambox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancyambox-fx-fade.fancyambox-slide--next,.fancyambox-fx-fade.fancyambox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancyambox-fx-fade.fancyambox-slide--current{opacity:1}.fancyambox-fx-zoom-in-out.fancyambox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancyambox-fx-zoom-in-out.fancyambox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancyambox-fx-zoom-in-out.fancyambox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancyambox-fx-rotate.fancyambox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancyambox-fx-rotate.fancyambox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancyambox-fx-rotate.fancyambox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancyambox-fx-circular.fancyambox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancyambox-fx-circular.fancyambox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancyambox-fx-circular.fancyambox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancyambox-fx-tube.fancyambox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancyambox-fx-tube.fancyambox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancyambox-fx-tube.fancyambox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancyambox-infobar{left:0;margin-left:0}.fancyambox-button--left,.fancyambox-button--right{display:none!important}.fancyambox-caption{padding:20px 0;margin:0}}.fancyambox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancyambox-button--pause:before,.fancyambox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancyambox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancyambox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancyambox-button--thumbs,.fancyambox-thumbs{display:none}@media (min-width:800px){.fancyambox-button--thumbs{display:inline-block}.fancyambox-button--thumbs span{font-size:23px}.fancyambox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancyambox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancyambox-show-thumbs .fancyambox-thumbs{display:block}.fancyambox-show-thumbs .fancyambox-inner{right:220px}.fancyambox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancyambox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancyambox-thumbs-loading{background:rgba(0,0,0,.1)}.fancyambox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancyambox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancyambox-thumbs>ul>li.fancyambox-thumbs-active:before{opacity:1}}
.message.global.cookie.mgs-gdpr-cookie-notice{bottom:0;left:0;position:fixed;right:0;z-index:3;line-height:1.5;padding:20px;margin:0;display:block;z-index:9999;color:#222}.mgs-gdpr-cookie-notice .close-notice-cookie{position:absolute;top:5px;right:5px;width:20px;height:20px;text-align:center;cursor:pointer;display:none}.cookie.mgs-gdpr-cookie-notice .actions{text-align:center}#btn-cookie-allow{font-size:13px;letter-spacing:0;text-transform:none;padding:10px 15px;width:100%;max-width:150px}#btn-cookie-allow.action.primary{background:#222 !important;border:0}.message.global.cookie.mgs-gdpr-cookie-notice .content{padding:0;margin:0}.mgs-gdpr-cookie-notice.message.global h3{margin-top:0}.mgs-gdpr-cookie-notice.gdpr-box-shadow{-webkit-box-shadow:-2px 2px 82px -26px #000;box-shadow:-2px 2px 82px -26px #000}.mgs-gdpr-cookie-notice .notice-cookie-content{margin-bottom:20px}.mgs-gdpr-cookie-notice .notice-cookie-content a{color:#222 !important;text-decoration:underline;text-underline-offset:2px}.mgs-gdpr-cookie-notice.text-align-center{text-align:center}.mgs-gdpr-cookie-notice.text-align-left{text-align:left}.mgs-gdpr-cookie-notice.text-align-right{text-align:right}.modal-popup._inner-scroll.modal-mgs-gdpr .modal-inner-wrap{max-height:90%;margin:1rem auto}.modal-popup.modal-mgs-gdpr .modal-content,.modal-popup.modal-mgs-gdpr .modal-footer{padding:3rem}.modal-popup._inner-scroll.modal-mgs-gdpr .modal-content{overflow-y:auto;border:none}.modal-popup.modal-mgs-gdpr .modal-header{padding:0;border:none}.modal-popup.modal-mgs-gdpr .action-close{top:0;right:0}.mgs-gdpr-checkbox label{text-align:left;white-space:normal;line-height:20px}.mgs-gdpr-checkbox .checkbox{bottom:unset !important}.modals-overlay{background-color:rgba(51,51,51,.55);bottom:0;left:0;position:fixed;right:0;top:0}.modal-popup.modal-mgs-gdpr .modal-inner-wrap{margin:5rem auto;margin-top:5rem;margin-bottom:5rem;width:75%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;box-sizing:border-box;height:auto;left:0;position:absolute;right:0;-webkit-transform:translateY(-200%);transform:translateY(-200%);transition-duration:.2s;-webkit-transition-property:-webkit-transform,visibility;transition-property:transform,visibility;transition-timing-function:ease}.modal-popup._show.modal-mgs-gdpr .modal-inner-wrap{transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);top:50%;margin-top:0;margin-bottom:0}.mgs-gdpr-popup{padding-bottom:30px}.modal-popup.modal-mgs-gdpr .action-close{background-image:none;background:0 0;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;cursor:pointer;text-shadow:none;font-weight:400;display:inline-block;text-decoration:none;position:absolute;right:-13px;top:-13px;z-index:10}.modal-popup.modal-mgs-gdpr .action-close:before{-webkit-font-smoothing:antialiased;line-height:40px;color:#fff !important;content:'x';font-size:35px !important;font-weight:400;background-color:#999;width:40px;height:40px;margin:0;vertical-align:top;display:inline-block;font-weight:400;overflow:hidden;padding-left:1px;speak:none;text-align:center}.modal-popup.modal-mgs-gdpr .action-close:hover:before{background:#000}.modal-popup.modal-mgs-gdpr .action-close span{display:none}@media (max-width:1024px){.message.global.cookie.mgs-gdpr-cookie-notice{right:0 !important;left:0 !important;bottom:0 !important;width:90% !important;max-width:800px;margin:0 auto}.message.global.cookie.mgs-gdpr-cookie-notice .content{display:flex;flex-direction:column}.mgs-gdpr-cookie-notice .notice-cookie-content{margin:0}}.lookbook-container{float:none;width:100%;display:block}.mgs-lookbook-container{position:relative;float:none}.mgs-lookbook-container .lookbook-image{max-width:100%;width:100%}.mgs-lookbook-container .pin-item{position:absolute;text-align:center}.catalog-product-view .lookbook-container{margin:0 auto 70px;padding:20px 0 0}.catalog-product-view .lookbook-container .block-title h3{font-size:20px;font-weight:700;margin-top:0;margin-bottom:25px}.intro--lookbook h1{font-size:30px;line-height:33px;font-weight:700;margin-bottom:20px;margin-bottom:10px;padding:23px 0 .2em;font-family:Montserrat,sans-serif}.intro--lookbook p{font-size:15px;line-height:1.5;width:100%}@media screen and (min-width:56.25em){.intro--lookbook p{width:calc(7/12*(100% - (11*1.25rem)) + (6*1.25rem))}}.row.container--lookbook{display:flex;flex-wrap:wrap}.item--lookbook{margin-bottom:50px;display:block}.info-item--lookbook h2{margin-bottom:10px;font-weight:600;font-size:20px}.info-item--lookbook p{max-width:500px;margin:0 0 20px;line-height:1.5;font-size:15px}#filters{margin-top:40px;margin-bottom:40px;display:flex;flex-wrap:wrap;align-items:center}#filters .label-filter{margin-right:15px;margin-bottom:15px}#filters .look-filter{min-width:100px;border:1px solid #d8d8d8;border-radius:4px;padding:7px 20px;margin-right:15px;margin-bottom:15px;text-align:center;color:#222;transition:border-color .35s ease}#filters .look-filter.clearAll{margin-right:0;border:none;padding:0;text-decoration:underline;display:none}#filters .look-filter:hover{cursor:pointer;transition:border-color .35s ease}#filters .look-filter-active:not(.clearAll){border-color:#222;padding-right:10px;transition:border-color .35s ease}#filters .look-filter-active:not(.clearAll):after{content:'\f057';font-size:16px;font-family:fontawesome;color:#222;line-height:1;margin-left:15px;vertical-align:text-bottom}.pin-maker:after,.pin-maker:before{content:"";display:table}.pin-maker:after{clear:both}.pin__wrapper{position:relative;outline:0}.pin__wrapper a:active,.pin__wrapper a:focus,.pin__wrapper a:hover{outline:0}.pin-maker .pin__wrapper{float:left}.pin-maker .pin__wrapper .pin__image>img{width:100%}.pm-2col .pin__sizer,.pm-2col .pin__wrapper{width:50%}.pm-3col .pin__sizer,.pm-3col .pin__wrapper{width:33.3%}.pm-4col .pin__sizer,.pm-4col .pin__wrapper{width:25%}.pm-5col .pin__sizer,.pm-5col .pin__wrapper{width:20%}.pm-mask{position:relative}.pm-mask:before{content:"";position:absolute;background:rgba(0,0,0,.35);left:0;top:0;width:100%;height:100%}[class*=pin__type--]{position:absolute}.pin__icon--add,.pin__type--area{cursor:pointer;transition:all .35s;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center;-webkit-align-items:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.pin__type--area.pin__opened{z-index:999}.pin__size--small{width:24px;height:24px;line-height:22px;font-size:10px}.pin__size--medium{width:32px;height:32px;line-height:30px;font-size:16px}.pin__size--large{width:48px;height:48px;line-height:46px;font-size:18px}.pin__type--area:after{content:'';width:42px;height:42px;background-color:rgba(255,255,255,.2);position:absolute;border-radius:100px;border:1px solid #fff}.pin__popup,.pin__title{position:absolute}.pin__popup:before,.pin__title:before{content:"";position:absolute}.pin__title{white-space:nowrap;background:#fff;left:50%;-webkit-transform:translateX(-50%) scale(0);transform:translateX(-50%) scale(0);top:calc(-100% - 10px);padding:5px 30px;font-size:14px;transition:transform .35s}.lookbook-container .price-box .old-price{float:none!important;margin:0 0 0 2px!important}.lookbook-container .price-box .old-price .price-label{display:none}.lookbook-container .price-box .old-price .price{font-weight:400;font-size:12px}.pin__title:before{border:6px solid transparent;border-top:6px solid #fff;bottom:-12px;left:calc(50% - 6px)}.pin__size--small+.pin__title{top:calc(-100% - 15px)}.pin__size--large+.pin__title{top:-100%}.pin__type--area .pin__title{top:-50px}.pin__type:not(.pin__opened):hover .pin__title{-webkit-transform:translateX(-50%) scale(1);transform:translateX(-50%) scale(1)}.pin__popup{box-shadow:0 0 20px rgba(0,0,0,.2);opacity:0;display:none;transition:all .35s;z-index:100;border-radius:2px}.pin__type--area .pin__popup{text-align:initial}.pin__opened .pin__popup{opacity:1;display:block}.pin__opened .pin__popup img,.pin__popup img{max-width:100%}.pin__popup--zoom{-webkit-transform:scale(0);transform:scale(0)}.pin__popup--zoom.pin__popup--left,.pin__popup--zoom.pin__popup--right{-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0)}.pin__opened .pin__popup--zoom.pin__popup--bottom,.pin__opened .pin__popup--zoom.pin__popup--top{-webkit-transform:scale(1);transform:scale(1)}.pin__opened .pin__popup--zoom.pin__popup--left,.pin__opened .pin__popup--zoom.pin__popup--right{-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1)}.pin__popup--sup{-webkit-transform:translateY(30px);transform:translateY(30px)}.pin__popup--sup.pin__popup--left,.pin__popup--sup.pin__popup--right{-webkit-transform:translateY(calc(-50% + 30px));transform:translateY(calc(-50% + 30px))}.pin__opened .pin__popup--sdown.pin__popup--left,.pin__opened .pin__popup--sdown.pin__popup--right,.pin__opened .pin__popup--sup.pin__popup--left,.pin__opened .pin__popup--sup.pin__popup--right{-webkit-transform:translateY(-50%);transform:translateY(-50%)}.pin__popup--sdown{-webkit-transform:translateY(-30px);transform:translateY(-30px)}.pin__popup--sdown.pin__popup--left,.pin__popup--sdown.pin__popup--right{-webkit-transform:translateY(calc(-50% - 30px));transform:translateY(calc(-50% - 30px))}.pin__popup--sleft{-webkit-transform:translateX(30px);transform:translateX(30px)}.pin__popup--sleft.pin__popup--left,.pin__popup--sleft.pin__popup--right{-webkit-transform:translateY(-50%) translateX(30px);transform:translateY(-50%) translateX(30px)}.pin__opened .pin__popup--sleft.pin__popup--left,.pin__opened .pin__popup--sleft.pin__popup--right,.pin__opened .pin__popup--sright.pin__popup--left,.pin__opened .pin__popup--sright.pin__popup--right{-webkit-transform:translateY(-50%) translateX(0);transform:translateY(-50%) translateX(0)}.pin__popup--sright{-webkit-transform:translateX(-30px);transform:translateX(-30px)}.pin__popup--sright.pin__popup--left,.pin__popup--sright.pin__popup--right{-webkit-transform:translateY(-50%) translateX(-30px);transform:translateY(-50%) translateX(-30px)}.pin__popup--rotate{-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}.pin__popup--rotate.pin__popup--left,.pin__popup--rotate.pin__popup--right{-webkit-transform:translateY(-50%) rotateY(360deg);transform:translateY(-50%) rotateY(360deg)}.pin__opened .pin__popup--rotate.pin__popup--left,.pin__opened .pin__popup--rotate.pin__popup--right{-webkit-transform:translateY(-50%) rotateY(0);transform:translateY(-50%) rotateY(0)}.pin__opened .pin__popup--sdown,.pin__opened .pin__popup--sup{-webkit-transform:translateY(0);transform:translateY(0)}.pin__opened .pin__popup--sleft,.pin__opened .pin__popup--sright{-webkit-transform:translateX(0);transform:translateX(0)}.pin__opened .pin__popup--rotate{-webkit-transform:rotateY(0);transform:rotateY(0)}.pin__popup:before{border:10px solid transparent}.pin__popup:after{content:"";position:absolute;width:0;height:0}.pin__popup--top{bottom:calc(100% + 25px)}.pin__popup--top:before{border-top:10px solid #fff;left:calc(50% - 10px);bottom:-20px}.pin__popup--top:after{bottom:-25px;left:calc(50% - 80px);border-left:80px solid transparent;border-right:80px solid transparent;border-top:25px solid transparent}.pin__popup--bottom{top:calc(100% + 25px)}.pin__popup--bottom:before{border-bottom:10px solid #fff;left:calc(50% - 10px);top:-20px}.pin__popup--bottom:after{top:-25px;left:calc(50% - 80px);border-left:80px solid transparent;border-right:80px solid transparent;border-bottom:25px solid transparent}.pin__popup--right{left:calc(100% + 20px);top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.pin__popup--right:before{border-right:10px solid #fff;left:-20px;top:calc(50% - 10px)}.pin__popup--right:after{left:-25px;top:calc(50% - 25px);border-top:25px solid transparent;border-bottom:25px solid transparent;border-right:25px solid transparent}.pin__popup--left{right:calc(100% + 20px);top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.pin__popup--left:before{border-left:10px solid #fff;right:-20px;top:calc(50% - 10px)}.pin__popup--left:after{right:-25px;top:calc(50% - 25px);border-top:25px solid transparent;border-bottom:25px solid transparent;border-left:25px solid transparent}.popup__title{padding:10px 15px;font-size:16px}.popup__content{padding:10px}.popup__title+.popup__content{border-top:2px solid #f2f2f2}.popup__content iframe{width:100%;height:100%}.popup__content--product{text-align:left;background:#fff;display:flex;flex-direction:row;align-items:center;border-radius:4px}.popup__content--product:hover h3{text-decoration:underline}.popup__content--product>:not(:last-child){margin-bottom:10px}.popup__content--img{background-color:#f4f4f4;margin-right:15px;margin-bottom:0!important;width:80px;height:80px;display:flex!important;flex:0 0 80px}.popup__content--img img{mix-blend-mode:multiply;width:100%;height:100%;object-fit:contain}.popup__content--info{display:flex;flex-direction:column;text-align:left;min-width:150px;max-width:150px}.pin__popup .popup__content--product h3{font-size:14px;color:#222;margin-top:0;margin-bottom:5px;text-transform:none;line-height:17px;font-weight:400;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:initial}.popup__content--links{display:none}.pin__popup_text_content .popup__content a:hover{text-decoration:underline}.popup__content .price-box .price{color:#222;font-weight:700}.popup__content .price-box .price-label{color:#222;font-size:12px;margin-right:2px}@media screen and (max-width:768px){.popup__content--img{width:50px;height:50px;flex:0 0 50px;margin-right:10px}.popup__content--info{min-width:90px}.pin__popup .popup__content--product h3{margin-bottom:0!important}.pin__popup .popup__content--product h3{line-height:14px;font-size:11px}.pin__popup .popup__content--product .price-container .price,.popup__content .price-box .price-label{font-size:11px!important}.pin__type.pin__type--area{width:18px!important;height:18px!important;line-height:18px!important}.pin-label{font-size:12px}.pin__type--area:after{width:29px!important;height:29px!important}.pin__popup--top{bottom:calc(100% + 20px)!important}}.pin__title{color:#222;line-height:25px}.popup__content--product>div{line-height:normal}.pin__popup div.price-box{border:none}.pin__popup .price-box p{margin-bottom:0}.block-home-lookbook-slider{width:100%;max-width:1440px;padding:0 30px;margin:50px auto}.lookbook-slider-carousel-title{position:relative;margin-bottom:30px}@media only screen and (max-width:991px){.lookbook-slider-carousel-title{padding-right:20px}}.lookbook-slider-carousel-title h3{font-family:Montserrat,sans-serif;font-size:24px;font-weight:700;color:#222;line-height:1.25;margin-bottom:12px}.lookbook-slider-carousel-title .lookbook-slider-carousel-description{font-family:'Open Sans',sans-serif;font-size:15px;line-height:21px;color:#222;max-width:430px;margin:0}.lookbook-slider-carousel-title .lookbook-slider-carousel-description .lookbook-slider-carousel-description_link{display:inline-block;padding-left:2px;text-decoration:underline}.lookbook-slider{padding:0;margin-bottom:50px;opacity:0;visibility:hidden;transition:opacity 1s ease}.lookbook-slider.slick-initialized{visibility:visible;opacity:1}.lookbook-slider .slick-track{margin-bottom:0}.lookbook-slider .slick-track{display:flex}.lookbook-slider .lookbook-container{padding-bottom:0;margin-right:40px;width:auto}.lookbook-slider .lookbook-container:last-child{margin-right:0}.lookbook-slider .lookbook-container .pin__image img{height:450px;width:auto;max-width:inherit}.lookbook-slider .slick-slide.slick-active .pin__image img{opacity:1}@media only screen and (max-width:991px){.block-home-lookbook-slider{padding-left:20px!important;padding-right:0!important}.lookbook-slider{display:block;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;margin:0!important;white-space:nowrap;visibility:visible;opacity:1}.lookbook-slider::-webkit-scrollbar{-webkit-appearance:none;display:none;width:0!important;background:0 0!important}.lookbook-slider .lookbook-container{margin:0;padding-right:20px;display:inline-block}.lookbook-slider .lookbook-container .pin__image img{height:350px}}@media only screen and (max-width:575px){.lookbook-slider .lookbook-container .pin__image img{height:300px}}.label-menu{font-size:9px;color:#fff;border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;-o-border-radius:50px;background-color:#01bad4;border-color:#01bad4;padding:0 7px;display:block;text-align:center;position:absolute !important;left:100%;margin-left:-35px;top:30px}.label-menu.sale{background-color:#ceada6;border-color:#ceada6}.navigation .nav-main-menu li>ul.dropdown-menu .label-menu{right:5px;left:auto;top:5px}.navigation .nav-main-menu li.mega-menu-fullwidth>ul.dropdown-menu .label-menu{right:0}.nav-main-menu a{color:#141414}.header .nav.nav-main-menu>li>a{display:block;font-size:15px;padding:40px 25px;background:0 0;position:relative;letter-spacing:.1em}.header .nav.nav-main-menu>li>a:hover{color:#ea595e}.menu-banner{position:relative;overflow:hidden}.menu-banner:after{position:absolute;left:10px;right:10px;top:10px;bottom:10px;border:1px solid rgba(255,255,255,.6);z-index:1;content:"";transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s}.menu-banner .text{text-align:center;position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);z-index:2}.menu-banner:hover:after{left:0;right:0;top:0;bottom:0}.menu-banner img{min-width:100%}@media (min-width:992px){.desktop-navigation .navigation .nav-main-menu{display:table;margin:0 auto;position:relative}.desktop-navigation .navigation .nav-main-menu>li{display:table-cell;vertical-align:middle;float:none}.desktop-navigation .navigation .nav-main-menu>li>a{white-space:nowrap}.desktop-navigation .navigation .nav-main-menu>li>a .icon-next{display:none !important}.desktop-navigation .navigation .nav-main-menu>li.hover-right>ul.dropdown-menu{right:0 !important;left:auto !important}.desktop-navigation .navigation .nav-main-menu>li.hover-right>ul.dropdown-menu ul.dropdown-menu{right:100% !important;left:auto !important}.desktop-navigation .navigation .nav-main-menu li{position:relative}.desktop-navigation .navigation .nav-main-menu li>ul.dropdown-menu a{color:#878787;background:0 0 !important}.desktop-navigation .navigation .nav-main-menu li>ul.dropdown-menu a:hover{color:#222}.desktop-navigation .navigation .nav-main-menu li>a+.toggle-menu{display:none !important}.desktop-navigation .navigation .nav-main-menu li>.dropdown-menu{left:0;opacity:0;position:absolute;top:100%;visibility:hidden;z-index:100;display:block !important;padding:0;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;box-shadow:0 0 3px 0 rgba(0,0,0,.1);background-color:#fff;min-width:250px;margin:0;border:none;transform:translateY(20px);-webkit-transform:translateY(20px);-moz-transform:translateY(20px);-o-transform:translateY(20px);transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s}.desktop-navigation .navigation .nav-main-menu li:hover>ul.dropdown-menu{opacity:1;visibility:visible;transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0)}.desktop-navigation .navigation .nav-main-menu li li>a{display:block;font-size:14px;padding:12px 15px 8px;line-height:1.75}.desktop-navigation .navigation .nav-main-menu li li>a .icon-next{display:none !important}.desktop-navigation .navigation .nav-main-menu li li>ul li>ul{top:-1px;left:100%}.desktop-navigation .navigation .nav-main-menu li li>ul li>ul.dropdown-menu{left:100%;top:0}.desktop-navigation .navigation .nav-main-menu li.mega-menu-fullwidth{position:static !important}.desktop-navigation .navigation .nav-main-menu li.mega-menu-fullwidth>ul.dropdown-menu{left:0;right:0;border-top:1px solid #efefef;padding:14px 30px 16px}.desktop-navigation .navigation .nav-main-menu li.mega-menu-fullwidth>ul.dropdown-menu .mega-menu-sub-title{font-size:14px;text-transform:uppercase;color:#222;font-weight:600;letter-spacing:.1em}.desktop-navigation .navigation .nav-main-menu li.mega-menu-fullwidth>ul.dropdown-menu ul{position:static;left:auto;right:auto;top:auto;border:none;box-shadow:none;opacity:1;visibility:inherit;background-color:transparent;text-transform:none;transform:none;-webkit-transform:none;-moz-transform:none;-o-transform:none}.desktop-navigation .navigation .nav-main-menu li.mega-menu-fullwidth>ul.dropdown-menu ul li>a{padding:6px 0}.desktop-navigation .navigation .nav-main-menu li.mega-menu-fullwidth>ul.dropdown-menu ul li>a>span{position:relative}.desktop-navigation .navigation .nav-main-menu li.mega-menu-fullwidth.menu-2columns{position:relative !important}.desktop-navigation .navigation .nav-main-menu li.mega-menu-fullwidth.menu-2columns>ul.dropdown-menu{left:0;right:auto;min-width:550px}.desktop-navigation .navigation .nav-main-menu li.mega-menu-fullwidth.menu-2columns.hover-right{position:static !important}.desktop-navigation .navigation .nav-main-menu li.mega-menu-fullwidth.menu-2columns.hover-right>ul.dropdown-menu{right:0;left:auto;min-width:500px}.desktop-navigation .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns)>ul.dropdown-menu{width:1170px;left:50%;right:auto;margin-left:-585px}.desktop-navigation .navigation .nav-main-menu li>ul.sub-menu{display:block !important}}@media (min-width:992px) and (min-width:992px) and (max-width:1199px){.desktop-navigation .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns)>ul.dropdown-menu{width:970px !important;margin-left:-485px !important}}.mobile-navigation .nav-main-menu .dropdown-menu{width:auto !important;padding:0;margin:0;position:static;float:none;background:0 0;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;border:none;box-shadow:none}.mobile-navigation .nav-main-menu a .icon-next{display:none !important}.mobile-navigation .nav-main-menu li{position:relative;float:none !important}.mobile-navigation .nav-main-menu li>a{padding-right:40px;border-bottom:1px solid #ddd;display:block;padding:10px 15px !important;color:#575757;font-size:14px}.mobile-navigation .nav-main-menu li>a+.toggle-menu{width:40px;position:absolute;right:0;text-align:center;line-height:45px;top:0}.mobile-navigation .nav-main-menu li>a+.toggle-menu a{color:#575757}.mobile-navigation .nav-main-menu li>a+.toggle-menu a.active .fa:before{content:"\f068"}.mobile-navigation .nav-main-menu li>ul.sub-menu,.mobile-navigation .nav-main-menu li>ul.dropdown-menu{display:none;padding-left:10px !important}.mobile-navigation .nav-main-menu [class*=col-]{padding:0;float:none;width:100%}.mobile-navigation .nav-main-menu .row{margin:0}@media (min-width:1200px){body.boxed.width1024 .desktop-navigation .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns)>ul.dropdown-menu{width:994px;margin-left:-497px}}@media (min-width:1426px){body.boxed.width1366 .desktop-navigation .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns)>ul.dropdown-menu{width:1336px;margin-left:-668px}}@media (min-width:1370px){body.wide.width1366 .desktop-navigation .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns)>ul.dropdown-menu{width:1336px;margin-left:-668px}}@media (min-width:1200px){body.wide.width1024 .desktop-navigation .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns)>ul.dropdown-menu{width:994px;margin-left:-668px}}form.minisearch.loading .control .search-loading{display:block;-webkit-animation:search-loading 2s linear infinite;animation:search-loading 2s linear infinite}@-webkit-keyframes search-loading{from{-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes search-loading{from{-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.searchsuite-autocomplete .closePopup{position:absolute;top:20px;right:20px;width:31px;height:31px;border-radius:100px;background-color:#f1f0f0;cursor:pointer}@media only screen and (max-width:991px){.searchsuite-autocomplete .closePopup{display:none}}.searchsuite-autocomplete .closePopup svg{display:block;margin:9px auto !important;pointer-events:none}.searchsuite-autocomplete a:hover{text-decoration:underline;text-underline-offset:3px}.searchsuite-autocomplete{background-color:#fff;box-shadow:0 0 20px rgba(0,0,0,.2);left:0;margin-top:15px;width:calc(100% + 100px);left:-50px;position:absolute;z-index:9999999;border-radius:8px;padding:30px 40px;text-align:left;overflow-y:auto;max-height:90vh}.searchsuite-autocomplete .suggest,.searchsuite-autocomplete .product{margin:0}.searchsuite-autocomplete .suggest{margin-bottom:20px}.searchsuite-autocomplete.active,.searchsuite-autocomplete .suggest.active,.searchsuite-autocomplete .product.active{display:block}.searchsuite-autocomplete .suggest,.searchsuite-autocomplete .suggest ul li a{color:#222}.searchsuite-autocomplete .title{padding:0;margin-bottom:5px;color:#222;font-weight:600;font-size:14px}.searchsuite-autocomplete .title .see-all{display:inline-block;float:right;color:#222;cursor:pointer;font-size:13px;font-weight:400;text-decoration:underline}.searchsuite-autocomplete .no-result{padding:5px;background:#fff;color:#222;text-align:center}.searchsuite-autocomplete ul{padding:0;margin-bottom:0;list-style-type:none}.searchsuite-autocomplete ul li{color:#000;cursor:unset;padding:0}.searchsuite-autocomplete .suggest ul li{color:#222;display:inline-block;margin-right:10px}.searchsuite-autocomplete .product ul{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:15px;margin-left:-10px;margin-right:-10px}.searchsuite-autocomplete .product ul:after{content:'';margin-left:auto}.searchsuite-autocomplete .product ul li{width:25%;display:flex;flex-direction:column;padding:0 10px;align-items:center}@media only screen and (max-width:500px){.searchsuite-autocomplete .product ul li{width:33.3334%}}@media only screen and (max-width:425px){.searchsuite-autocomplete .product ul li{width:50%}}.searchsuite-autocomplete .product ul li:last-child{border-bottom:none}.searchsuite-autocomplete ul li:hover,.searchsuite-autocomplete ul li.selected{background-color:#fff}.searchsuite-autocomplete ul li:after{clear:both;content:'';display:block}.searchsuite-autocomplete ul li.action{padding:0}.searchsuite-autocomplete ul li.action .action.close{background:rgba(0,0,0,0) none repeat scroll 0 0;border:0 none;box-shadow:none;box-sizing:content-box;cursor:pointer;display:inline-block;float:right;font-weight:400;height:30px;line-height:inherit;margin:0;padding:0;right:0;text-decoration:none;text-shadow:none;top:0;width:40px}.searchsuite-autocomplete ul li.action .action.close:before{color:#8f8f8f;content:'\e616';display:inline-block;font-family:'luma-icons';font-size:16px;font-weight:400;margin:0;overflow:hidden;text-align:center;vertical-align:top}.searchsuite-autocomplete ul li.gray-row{text-align:center}.searchsuite-autocomplete ul li.gray-row,.searchsuite-autocomplete ul li.gray-row:hover,.searchsuite-autocomplete ul li.gray-row.selected{background-color:#e8e8e8}.searchsuite-autocomplete ul li.gray-row a{color:#7b7b7b;text-decoration:blink}.searchsuite-autocomplete ul li a{cursor:pointer}.searchsuite-autocomplete ul li .qs-option-image{max-width:135px;max-height:135px;overflow:hidden;width:100%;height:100%}.searchsuite-autocomplete ul li .qs-option-image a{display:block;background-color:#f4f4f4;padding:8px;width:100%;height:100%}.searchsuite-autocomplete ul li .qs-option-image img{mix-blend-mode:multiply;width:100%;height:100%;object-fit:contain}.searchsuite-autocomplete ul li .qs-option-info{color:#222;font-size:13px;text-align:center;width:100%;margin-top:10px;margin-bottom:10px}.searchsuite-autocomplete ul li .qs-option-info.noimage{padding-left:0;width:100%}.searchsuite-autocomplete ul li:last-child .qs-option-info{margin-bottom:0}.searchsuite-autocomplete ul li .qs-option-info .qs-option-title{display:inline-block;margin:0;width:100%;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:36px;overflow:hidden}.searchsuite-autocomplete ul li .qs-option-info .qs-option-title a{color:#222}.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews{display:inline-block;text-transform:lowercase;width:100%}.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews .product-reviews-summary{margin-bottom:4px}.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews .reviews-actions{font-size:12px}.searchsuite-autocomplete ul li .qs-option-info .qs-option-sku{display:block;width:100%;color:#004875;font-size:12px}.searchsuite-autocomplete ul li .qs-option-info .qs-option-shortdescription,.searchsuite-autocomplete ul li .qs-option-info .qs-option-description{color:#3c3c3c;font-size:13px}.searchsuite-autocomplete ul li .qs-option-info .qs-option-price{font-weight:700;font-size:13px;margin-top:5px}.searchsuite-autocomplete ul li .qs-option-info .qs-option-price .price-label{display:none}.searchsuite-autocomplete ul li .qs-option-info .qs-option-addtocart{display:inline-block;float:right;margin-top:10px}@media only screen and (max-width:991px){.searchsuite-autocomplete{border-top:0;left:15px;top:35px;right:15px;width:auto;padding:20px}}.simplepopup{position:fixed;z-index:1000;top:0;left:0;width:100%;height:100%;display:none}.simplepopup:not(.popup-overlay){pointer-events:none}.simplepopup.popup-overlay .simplepopup-overlay{left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.5)}.simplepopup .simplepopup-content{background-color:#fefefe;width:max-content;overflow:hidden;word-wrap:break-word;position:absolute;width:100%;box-shadow:0px 0px 20px rgba(0,0,0,.2)}.simplepopup:not(.popup-overlay) .simplepopup-content{pointer-events:all}.simplepopup.popup-overlay .simplepopup-content{box-shadow:none}.simplepopup .simplepopup-content.center{top:50%;left:50%;transform:translate(-50%,-50%);margin:0 auto;max-width:90%}.simplepopup .simplepopup-content.left{left:0;bottom:0;margin:0 !important}.simplepopup .simplepopup-content.right{right:0;bottom:0;margin:0 !important}.simplepopup .close{color:#575757;font-size:35px;font-weight:700;position:absolute;top:-10px;right:0;z-index:10}.simplepopup .close svg polygon{fill:#575757}.simplepopup .close:hover svg polygon{fill:#000}.simplepopup .close:hover,.simplepopup .close:focus{color:#000;text-decoration:none;cursor:pointer}.simplepopup .simplepopup-content .simplepopup-block-content{margin:0}.simplepopup .dontShowFeature{position:absolute;bottom:.5rem;left:2rem;display:none}/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}