/*! perfect-scrollbar - v0.5.8
* http://noraesae.github.com/perfect-scrollbar/
* Copyright (c) 2014 Hyunje Alex Jun; Licensed MIT */
.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-x-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:8px}.ps-container>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6;-ms-filter:"alpha(Opacity=60)";filter:alpha(opacity=60)}.ps-container:hover>.ps-scrollbar-x-rail.in-scrolling,.ps-container:hover>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}
.simplebar,[data-simplebar-direction]{position:relative;overflow:hidden;-webkit-overflow-scrolling:touch}.simplebar .simplebar-scroll-content,[data-simplebar-direction] .simplebar-scroll-content{overflow-y:scroll;overflow-x:auto}[data-simplebar-direction="horizontal"] .simplebar-scroll-content,.simplebar.horizontal .simplebar-scroll-content{overflow-x:scroll;overflow-y:auto}.simplebar-track{z-index:99;position:absolute;top:0;right:0;bottom:0;width:11px}.simplebar-track .simplebar-scrollbar{position:absolute;right:2px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;min-height:10px;width:7px;opacity:0;-webkit-transition:opacity .2s linear;transition:opacity .2s linear;background:#6c6e71;-webkit-background-clip:padding-box;-moz-background-clip:padding}.simplebar-track:hover .simplebar-scrollbar{opacity:.7;-webkit-transition:opacity 0s linear;transition:opacity 0s linear}.simplebar-track .simplebar-scrollbar.visible{opacity:.7}[data-simplebar-direction="horizontal"] .simplebar-track,.simplebar.horizontal .simplebar-track{top:auto;left:0;width:auto;height:11px}[data-simplebar-direction="horizontal"] .simplebar-track .simplebar-scrollbar,.simplebar.horizontal .simplebar-track .simplebar-scrollbar{right:auto;top:2px;height:7px;min-height:0;min-width:10px;width:auto}
*{margin:0;outline:0;padding:0;text-decoration:none}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{margin:0!important;-webkit-text-size-adjust:none}ol,ul{list-style:none}a img{border:0}a:active{outline:0}input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="file"]>input[type="button"]::-moz-focus-inner{margin:0;border:0;padding:0}input[type="button"],input[type="submit"],input[type="reset"],input[type="text"],input[type="password"],input[type="email"],input[type="tel"],textarea{border-radius:0}input[type="button"],input[type="submit"],input[type="reset"]{-webkit-appearance:none}input::-moz-placeholder{opacity:1}input:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 1000px #fff}script{display:none!important}input::-webkit-input-placeholder{color:#888}body{max-width:100%;overflow-x:hidden;background-color:#fff;font:normal 400 14px "Open Sans",sans-serif;color:#888}a{color:inherit;cursor:pointer}a img{opacity:.99}table{width:100%;border-collapse:collapse}input[type="text"],input[type="password"],input[type="email"],input[type="tel"],textarea,select{height:36px;border:2px solid #eee;padding:8px;vertical-align:middle;font-family:'Open Sans',sans-serif;color:#888}input,textarea,select{font-family:'Open Sans';font-size:13px}textarea{min-height:150px}select{min-width:50px;padding:5px}input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="tel"]:focus,textarea:focus,select:focus{color:#222}input[type="checkbox"],input[type="radio"],input[type="checkbox"]+*,input[type="radio"]+*{vertical-align:middle}input[type="button"],input[type="submit"],button,.button-1,.button-2{cursor:pointer}label,label+*{vertical-align:middle}.master-wrapper-content{position:relative;z-index:0;width:90%;margin:0 auto;padding:50px 0 0}.master-wrapper-home .master-wrapper-content{margin-top:50px;padding:0}.master-column-wrapper:after{content:"";display:block;clear:both}.center-1{margin:0 0 60px}.center-2,.side-2{margin:0 0 60px}.page{text-align:center}.page-title{margin:0 0 40px}.page-title h1{text-align:center;letter-spacing:3.3px;font-size:24px;text-transform:uppercase;color:#444}.page:after,.page-title:after,.page-body:after{content:"";display:block;clear:both}.buttons{margin:0 0 20px;text-align:center}.link-rss{display:none;width:24px;height:24px;background:url('../Themes/Brooklyn/Content/img/rss-icon.png') no-repeat;font-size:0!important}.category-description ul,.manufacturer-description ul,.full-description ul,.topic-html-content ul,.topic-page ul,.post-body ul,.custom-tab ul{display:inline-block;margin:12px 0;padding:0 0 0 36px;text-align:left;list-style:disc}.category-description ol,.manufacturer-description ol,.full-description ol,.topic-html-content ol,.topic-page ol,.post-body ol,.custom-tab ol{display:inline-block;text-align:left;margin:12px 0;padding:0 0 0 36px;list-style:decimal}.category-description p,.manufacturer-description p,.full-description p,.topic-html-content p,.topic-page p,.post-body p,.news-body p,.custom-tab p{margin:10px 0}.category-description a:hover,.manufacturer-description a:hover,.full-description a:hover,.topic-html-content a:hover,.topic-page a:hover,.post-body a:hover,.news-body a:hover,.custom-tab a:hover{text-decoration:underline}.flyout-cart{display:none}.fieldset,.section{position:relative;margin:0 0 60px}.fieldset .title,.section .title{margin:0 0 10px}.fieldset .title strong,.section .title strong{text-transform:uppercase;letter-spacing:2px;color:#444}.inputs{position:relative;margin:0 0 20px;text-align:center;white-space:nowrap;font-size:0}.inputs:after{content:"";display:block;clear:both}.inputs label{display:block;width:100%;margin:0 0 5px;text-align:center;font-size:14px}.inputs input[type="text"],.inputs input[type="password"],.inputs input[type="email"],.inputs input[type="tel"],.inputs select,.inputs textarea{width:350px;max-width:100%;border:2px solid #eee;vertical-align:middle;font-size:14px}.inputs.custom-attributes{white-space:normal}.inputs .option-list{overflow:hidden;display:inline-block;vertical-align:middle}.inputs .option-list li{float:left;margin:0 5px}.inputs .option-list label{display:inline;width:auto;margin:0 3px}.inputs.reversed{margin:0 0 20px;text-align:center}.required{margin:0 0 0 3px;font-size:14px;color:#de524e}.message-error,.field-validation-error,.username-not-available-status,.poll-vote-error,.password-error{display:block;text-align:center;font-size:13px;color:#de524e}.field-validation-valid,.username-available-status{display:block;text-align:center;font-size:13px;color:#6bc29d}.captcha-box{margin:0 0 15px;text-align:center;line-height:0}.captcha-box>div{display:inline-block}.captcha-box input{height:auto}.cart .remove-from-cart{position:relative}.cart .remove-from-cart input{opacity:0}.cart .remove-from-cart button{position:absolute;top:0;right:0;bottom:0;left:0;width:18px;height:18px;margin:auto;border:0;transition:all .2s ease;background:url(../Themes/Brooklyn/Content/img/menu-close-button.png) no-repeat center}.bar-notification{display:none;position:fixed;bottom:0;left:0;z-index:1040;width:100%;padding:12px 25px 12px 10px;color:#fff;opacity:.95}.bar-notification.success{background:#6bc29d}.bar-notification.warning{background:#ed8b69}.bar-notification.error{background:#de524e}.bar-notification .content{float:left;margin:0 10px 0 0}.bar-notification .content a{color:#fff;text-decoration:underline}.bar-notification .close{position:absolute;top:0;right:0;width:33px;height:33px;margin:6px;background:url('../Themes/Brooklyn/Content/img/flyout-cart-close-button.png') no-repeat center;cursor:pointer}.bar-notification .close:hover{opacity:.9}.noscript{background-color:#ff9;padding:10px;text-align:center}.ajax-loading-block-window{position:fixed;top:50%;left:50%;z-index:999;width:32px;height:32px;margin:-16px 0 0 -16px}.ui-dialog{position:absolute!important;z-index:1050;width:400px!important;max-width:95%;border:0;box-shadow:0 1px 12px 2px rgba(0,0,0,.17);overflow:hidden;background:#fff}.ui-dialog-titlebar{overflow:hidden;padding:10px;background:#cc8a97;font-weight:bold;cursor:move}.ui-dialog-titlebar span{float:left;text-transform:uppercase;color:#fff}.ui-dialog-titlebar button{position:absolute;top:0;right:0;width:24px;height:24px;margin:8px;overflow:hidden;border:0;background:url('../Themes/Brooklyn/Content/img/flyout-cart-close-button.png') no-repeat center;font-size:0;opacity:.7}.ui-dialog-titlebar button:hover{opacity:1}.ui-dialog-titlebar button *{display:none}.ui-dialog-content{height:auto!important;padding:10px 20px;line-height:20px}.eu-cookie-bar-notification{position:fixed;top:50%;left:50%;z-index:1050;width:320px;margin:-90px 0 0 -160px;box-shadow:0 1px 12px 2px rgba(0,0,0,.17);background-color:#fff;padding:20px;text-align:center}.eu-cookie-bar-notification .text{margin-bottom:20px;line-height:20px}.eu-cookie-bar-notification button{min-width:100px;margin:0 0 15px;border:2px solid #eee;padding:10px 15px;background-color:#f9f9f9;font-size:14px;font-weight:bold;text-transform:uppercase;color:#cc8a97;-webkit-transition:all .2s ease;transition:all .2s ease}.eu-cookie-bar-notification button:hover{background-color:#eee}.eu-cookie-bar-notification a{display:block;color:#cc8a97}.eu-cookie-bar-notification a:hover{text-decoration:underline}#goToTop{display:none;position:fixed;right:20px;bottom:20px;z-index:1030;width:55px;height:55px;border:2px solid #fff;overflow:hidden;background:#cc8a97 url('../Themes/Brooklyn/Content/img/goTop.png') no-repeat center 48%;cursor:pointer;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#goToTop:hover{opacity:.9}.admin-header-links{background:#fff;text-align:center}.admin-header-links *{display:inline-block;margin:0 10px;line-height:35px}.admin-header-links a{font-family:Arial,sans-serif;font-weight:bold;color:#444}.admin-header-links .impersonate{display:inline-block}.header{margin:0 auto;text-align:center}.header:after{content:"";display:block;clear:both}.header-logo{text-align:center;font-size:0}.header-logo a{display:inline-block;max-width:100%;line-height:0;background-color:#cc8a97}.header-logo a img{max-width:100%;opacity:1}.header-links ul{font-size:0}.header-links li{display:inline-block;margin:0 10px}.header-links span,.header-links a{display:inline-block;font-size:12px;line-height:32px}.header-links a:hover{color:#cc8a97}.shopping-cart-link a,.header-actions .ico-cart{position:relative}.shopping-cart-link .cart-qty,.header-actions .cart-qty{position:absolute;right:7px;bottom:6px;min-width:15px;height:15px;border-radius:100%;background-color:#444;padding:1px 1px 0 1px;text-indent:0;text-align:center;font-size:9px;color:#fff}.shopping-cart-link .cart-qty.empty,.header-actions .cart-qty.empty{visibility:hidden}.store-search-box{font-size:0}.store-search-box form{display:inline-block;position:relative;border-bottom:1px solid #e7e7e7}.search-box form:after{content:"";display:block;clear:both}.store-search-box input.search-box-text{float:left;width:240px!important;height:36px;border:0;background-color:transparent}.store-search-box .search-box-button{float:left;width:36px;height:36px;border:0;background:url('../Themes/Brooklyn/Content/img/search-button-mobile.png') center no-repeat;font-size:0}.ui-helper-hidden-accessible{display:none}.ui-autocomplete{z-index:1070;position:absolute!important;width:276px!important;max-width:100%;border:1px solid #e7e7e7;overflow:hidden;background:#fff}.ui-autocomplete li{border-top:1px solid #e7e7e7}.ui-autocomplete li:first-child{border-top:0}.ui-autocomplete a{display:block;padding:8px;font-size:14px}.ui-autocomplete .ui-state-active{background-color:#f6f6f6}.ui-autocomplete img{display:inline-block;width:28px;height:28px;margin-right:5px;vertical-align:middle;border:1px solid #eee}.header-selectors-wrapper{font-size:0}.header-selectors-wrapper>div{display:inline-block;margin:0 5px 10px;vertical-align:middle}.header-selectors-wrapper select{min-width:100px}.new_select{z-index:1015!important;height:30px;min-width:45px;max-width:55px;padding:0 12px 0 0;background:url('../Themes/Brooklyn/Content/img/selector-button2.png') no-repeat right center;font-size:11px;cursor:pointer}.new_select>span{display:block;height:30px;overflow:hidden;line-height:30px}.tax-display-type-selector .new_select{max-width:120px}.styleSelect_item{position:relative;left:-5px!important;top:25px!important;width:100%;min-width:70px;box-shadow:1px 1px 3px rgba(0,0,0,.25)}.styleSelect_item ul{padding:4px 5px;background:#fff}.styleSelect_item li span{width:auto;padding:2px 2px 2px 2px;line-height:normal;color:#888}.styleSelect_item li:hover span{color:#cc8a97}.language-list{max-width:100%;font-size:0}.language-list li{display:inline-block;margin:0 1px}.language-list a{display:block;position:relative;width:32px;height:32px;line-height:0}.language-list img{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.header-1{box-shadow:0 8px 8px rgba(0,0,0,.085)}.footer{background-color:#f6f6f6;box-shadow:0 7px 7px 0 rgba(0,0,0,.06) inset;text-align:center}.footer-upper{overflow:hidden;padding:50px 20px 15px}.social-sharing{font-size:0}.social-sharing li{display:inline-block;width:60px;height:54px;margin:0 4px 8px;background-color:#cc8a97;-webkit-transition:ease .25s;transition:ease .25s}.social-sharing a{display:block;height:100%;background:url('../Themes/Brooklyn/Content/img/social-sprite.png') no-repeat;opacity:.35;-webkit-transition:ease .5s;transition:ease .5s}.social-sharing .facebook{background-position:0 center}.social-sharing .twitter{background-position:-60px center}.social-sharing .google{background-position:-120px center}.social-sharing .pinterest{background-position:-180px center}.social-sharing .youtube{background-position:-240px center}.social-sharing .vimeo{background-position:-360px center}.social-sharing .rss{background-position:-300px center}.social-sharing li:hover a{opacity:.7}.social-sharing a.instagram{background:url('../Themes/Brooklyn/Content/img/instagram.png') no-repeat center}.footer-middle{overflow:hidden;padding:15px 20px 50px}.footer-block{max-width:370px;margin:0 auto 15px;border-bottom:2px solid #e3e3e3}.footer-block .title{padding:20px 0 10px;font-size:14px;color:#444;text-transform:uppercase;letter-spacing:2px;cursor:pointer}.footer-block .title strong{display:block;position:relative;padding:0 20px}.footer-block .title strong:before,.footer-block .title strong:after{content:"";position:absolute;top:0;height:20px;width:12px;background:url('../Themes/Brooklyn/Content/img/expand-button.png') no-repeat center}.footer-block .title strong:before{left:0}.footer-block .title strong:after{right:0}.footer-block .title+*{display:none;margin:15px 0 20px}.footer-block .title+*:before{content:"";display:block;width:30px;height:3px;margin:auto;background-color:#cc8a97}.footer-block li{padding:12px 0}.footer-block a{color:#666}.footer-block a:hover{color:#cc8a97}.footer-block .topic-block-title{display:none}.footer-block .topic-block-body,.newsletter-description{padding:12px 0 0;line-height:24px;font-size:13px;color:#666}.newsletter-email{display:inline-block;overflow:hidden;padding:12px 0 0}.newsletter-email .newsletter-subscribe-text{display:block;width:300px;height:40px;margin:auto;border:2px solid #ddd;border-bottom:0;text-align:left}.newsletter-email .newsletter-subscribe-button{display:block;width:300px;height:40px;margin:auto;border:0;background:#cc8a97 url('../Themes/Brooklyn/Content/img/subscribe-button.png') left center no-repeat;padding-left:36px;text-align:left;font-size:14px;font-weight:bold;color:#fff;text-transform:uppercase;-webkit-transition:all .2s ease;transition:all .2s ease}.newsletter-email .newsletter-subscribe-button:hover{opacity:.9}.newsletter-email .newsletter-unsubscribe-button{display:block;border:0;background:none;margin:auto;padding:10px 0}.newsletter-email .options{padding:12px 0 0}.newsletter-email .options>span{margin:0 3px;font-size:13px}.newsletter-email .captcha-box{margin:15px 0 0}.newsletter-email .captcha-box div,.newsletter-email .captcha-box iframe{width:auto!important;max-width:100%}.newsletter-validation,.newsletter-result-block{width:100%;overflow:hidden;line-height:28px}.newsletter-result{color:#444}.newsletter-validation .please-wait{display:none!important}.footer-lower{overflow:hidden;background-color:#fff;padding:25px 20px;font-size:12px}.footer-lower>div>div{display:inline-block;margin:0 5px 5px 5px}.footer-powered-by a,.footer-designed-by a{color:#cc8a97}.footer-powered-by a:hover,.footer-powered-by a:hover{text-decoration:underline}.footer-lower>div>div.footer-store-theme{display:block;margin:15px 0 0}.footer-store-theme select{width:170px}.footer-2 .newsletter-block .newsletter>.title{display:none}.footer-2 .newsletter-block .title{background:none!important}.footer-2 .newsletter-block .title{margin:10px 0}.footer-2 .newsletter-description{padding:0}.footer-2 .newsletter-email{padding-top:15px}.footer-2 .social-sharing{display:block!important;height:auto}.footer-2 .social-sharing li{width:40px;background-color:transparent}.footer-2 .social-sharing a{background:url('../Themes/Brooklyn/Content/img/social-sprite-2.png') no-repeat;opacity:.5}.footer-2 .social-sharing .facebook{background-position:0 center}.footer-2 .social-sharing .twitter{background-position:-40px center}.footer-2 .social-sharing .google{background-position:-80px center}.footer-2 .social-sharing .pinterest{background-position:-120px center}.footer-2 .social-sharing .youtube{background-position:-160px center}.footer-2 .social-sharing .vimeo{background-position:-240px center}.footer-2 .social-sharing .rss{background-position:-200px center}.footer-2 .social-sharing li:hover a{opacity:.7}.footer-2 .social-sharing a.instagram{background:url('../Themes/Brooklyn/Content/img/instagram.png') no-repeat center}.block{margin:0 0 10px;border:2px solid #eee;text-align:left}.block .title{padding:9px 10px 7px;background:url('../Themes/Brooklyn/Content/img/expand-button-2.png') no-repeat right center;text-transform:uppercase;font-size:14px;color:#444;cursor:pointer}.block .title strong{display:block}.block .listbox{display:none;border-top:2px solid #eee}.block .listbox:after{content:"";display:block;clear:both}.block .list li{border-top:1px solid #eee}.block .list li:first-child{border-top:0}.block .list li>a{padding-left:20px}.block .list li.active>a,.block.block-account-navigation .list li.active a{border-bottom:1px solid #eee;font-weight:bold;color:#cc8a97}.block.block-account-navigation .list li.active a{border-width:0}.block .list a{display:block;padding:9px 10px}.block .list a:hover{color:#cc8a97}.block .list img{display:none}.block .sublist{padding:0 0 0 30px}.block .sublist>li{margin:-1px 0 0;border:0;border-top:1px solid #eee}.block .sublist>li a{padding-left:10px}.block .view-all{border-top:1px solid #eee}.block .view-all a{display:block;padding:9px 20px;text-transform:uppercase;font-weight:bold;color:#cc8a97}.block .tags{padding:5px 15px}.block .tags ul{font-size:0}.block .tags li,.product-tags-all-page li{display:inline-block;position:relative;margin:0 10px;overflow:hidden;font-size:14px!important}.block .tags li a,.product-tags-all-page li a{float:left;line-height:30px}.block .tags li a:hover,.product-tags-all-page li a:hover{color:#cc8a97}.poll strong{display:block;padding:9px 10px;color:#cc8a97}.poll-options,.poll-results{margin:0 0 10px 15px;overflow:hidden}.poll-options li,.poll-results li{display:inline-block;margin:5px}.poll-options li>*{display:inline-block;vertical-align:middle;cursor:pointer}.poll .buttons,.poll-total-votes{margin:0;border-top:1px solid #eee}.poll .buttons button,.poll-total-votes{border:0;background:none;padding:9px 20px;text-transform:uppercase;font-weight:bold;font-size:14px;color:#cc8a97}.poll-total-votes{display:block;border-top:1px solid #eee}.home-page-polls{margin:0 0 80px;text-align:center}.home-page-polls .title{margin:0 0 30px;text-align:center;letter-spacing:3.3px;font-size:22px;text-transform:uppercase;color:#444}.home-page-polls .poll strong{margin:0 0 5px;border:2px solid #eee}.home-page-polls .poll-options li{display:inline-block;margin:5px 10px}.home-page-polls .poll .buttons,.home-page-polls .poll-total-votes{border:0;text-align:center}.block.product-filters .listbox{padding:5px 10px 10px}.product-filters .listbox .product-filter{width:100%;margin:0;padding:0;text-align:left}.product-filters .ui-slider{position:relative;width:auto;height:4px;margin:0 8px 32px;background:#eaeaea}.product-filters .ui-slider-range{height:4px;background:#ccc;position:absolute}.product-filters .ui-slider-handle{position:absolute;top:-6px;height:15px;width:15px;margin-left:-10px;border:2px solid #cc8a97;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.product-filters .selected-price-range{overflow:hidden;margin:5px 0 12px;font-size:14px;font-weight:bold;color:#cc8a97}.product-filters .selected-price-range .from{float:left}.product-filters .selected-price-range .to{float:right}.product-filters .product-filter .filter-title{padding:7px 0}.product-filters .product-filter .filter-title strong{color:#444}.product-filters .filter-content .name{padding:7px 0}.product-filters .filter-content .item{position:relative}.product-filters .product-spec-filter .filter-content{margin:0 0 10px 0}.product-filters li{position:relative}.product-filters li input{position:absolute;top:0;left:12px;bottom:0;width:18px;height:18px;margin:auto;opacity:0;z-index:10;cursor:pointer}.product-filters li label{color:#888;cursor:pointer;display:block;font-size:14px;padding:6px 0 6px 25px;position:relative;text-align:left;-webkit-transition:all .2s ease-in-out 0s;transition:all .2s ease-in-out 0s}.product-filters li label:before{border:2px solid #eee;content:"";height:18px;left:0;margin:-9px 0 0;position:absolute;top:50%;width:18px}.product-filters input[type="checkbox"]:checked~label::before{background:#fff url("../Themes/Brooklyn/Content/img/selected.png") no-repeat center}.product-filters li.disabled label{opacity:.4;cursor:default}.product-filters li.disabled label:hover,.product-filters li.checked label:hover{color:#888}.product-filters .attribute-square{border:2px solid #eee;cursor:pointer;display:block;height:19px;width:19px;position:absolute;top:6px;left:-1px;z-index:-1}.breadcrumb{margin:0 0 20px;text-align:center}.breadcrumb ul{position:relative;border:2px solid #eee;text-align:center;font-size:0}.breadcrumb li{display:inline-block}.breadcrumb li>a,.breadcrumb li>strong,.breadcrumb li>.delimiter{display:inline-block;height:35px;padding:10px 5px;vertical-align:middle;font-size:11px;text-transform:uppercase;color:#666}.breadcrumb li span.delimiter{width:35px;background:url('../Themes/Brooklyn/Content/img/breadcrumb-arrow.png') no-repeat center;font-size:0}.breadcrumb strong{max-width:180px;overflow:hidden;white-space:nowrap;font-weight:normal}.breadcrumb a:hover{color:#cc8a97}.category-description,.manufacturer-description,.vendor-description{margin:0 0 25px;text-align:center;line-height:28px}.contact-vendor{margin:0 0 40px;text-align:center}.contact-vendor .button-2{padding:10px 30px;border:2px solid #eee;background-color:#f9f9f9;font-size:12px;font-weight:bold;text-transform:uppercase;color:#cc8a97;-webkit-transition:all .2s ease;transition:all .2s ease}.contact-vendor .button-2:hover{background-color:#eee}.product-filters{margin:0 0 40px}.product-filters .product-filter{display:inline-block;width:350px;vertical-align:top}.product-filters .filter-content{margin:5px 0}.product-filters .filter-content li a{line-height:24px}.product-filters .filter-content .title{color:#444}.product-filters .filtered-items{margin:10px auto;border:2px solid #eee;padding:10px}.product-filters .remove-filter a{padding:0 20px 0 0;background:url('../Themes/Brooklyn/Content/img/forum_icon2.png') no-repeat right center;color:#de524e}.product-filters .filter-content li a:hover{color:#cc8a97}.product-selectors{width:320px;max-width:100%;margin:0 auto 30px;text-align:left}.product-selectors:after{content:"";display:block;clear:both}.product-selectors>div{display:inline-block;position:relative;z-index:1;margin:5px;font-size:13px}.product-selectors>div.product-sorting{z-index:2}.product-selectors>div>span{display:inline-block;padding:0 10px}.product-selectors>div>span:first-child{width:120px;text-align:right}.product-selectors select{margin:0 5px;text-transform:lowercase;font-size:14px;color:#444}.product-selectors>div>*{vertical-align:middle}.product-selectors select{min-width:100px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url('../Themes/Brooklyn/Content/img/selector-button2.png') no-repeat center right 3px!important;padding:0 20px 0 0;margin:0;min-width:45px;text-transform:none;border-width:0 0 2px}.product-selectors .new_select{display:inline-block;width:auto!important;max-width:none;background:url('../Themes/Brooklyn/Content/img/selector-button2.png') no-repeat right 12px!important;padding-right:20px;border-bottom:2px solid #eee;font-size:14px;color:#444}.product-selectors .product-viewmode{display:none}.product-selectors .product-viewmode span{vertical-align:middle}.product-selectors .product-viewmode a{display:inline-block;width:45px;height:45px;margin:0;border:2px solid #ddd;background-position:center;background-repeat:no-repeat;vertical-align:middle;font-size:0;opacity:.3}.product-selectors .product-viewmode a+a{margin-left:-6px}.product-selectors .product-viewmode a.grid{background-image:url('../Themes/Brooklyn/Content/img/icon-grid-active.png')}.product-selectors .product-viewmode a.list{background-image:url('../Themes/Brooklyn/Content/img/icon-list-active.png')}.product-selectors .product-viewmode a.selected{background-color:#eee;opacity:1}.product-selectors .product-sorting .new_select{min-width:110px}.product-selectors .product-sorting .new_select>div{width:150px}.item-grid:after,.product-grid:after,.product-list:after,.manufacturer-grid:after{content:"";display:block;clear:both}.item-box{position:relative;width:100%;max-width:350px;margin:0 auto 50px;-webkit-transition:all .2s ease;transition:all .2s ease}.item-box .picture{position:relative;z-index:1;overflow:hidden;background:#fff;margin:0 0 20px}.item-box .picture a{display:block;position:relative}.item-box .picture a:before{content:"";display:block;padding-top:100%}.item-box .picture img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;margin:auto}.item-box .picture .second-product-image{opacity:0!important;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.item-box:hover .picture .second-product-image{opacity:1!important}.item-box .second-product-image~.first-product-image{-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.item-box:hover .second-product-image~.first-product-image{opacity:0!important}.item-box .swiper-pagination-bullet-active{background-color:#cc8a97}.item-box .picture button{display:none}.item-box .details{text-align:left}.item-box .product-title{height:40px;margin:0 0 5px;overflow:hidden;font-size:14px;text-transform:uppercase}.item-box .product-title a{display:block}.item-box .product-title a:hover{color:#cc8a97}.item-box .product-title+.sku{display:none}.item-box .product-rating-box{display:inline-block;margin:0 0 15px}.item-box .rating{background:url('../Themes/Brooklyn/Content/img/rating-1.png') no-repeat;width:90px;height:15px}.item-box .rating div{background:#cc8a97 url('../Themes/Brooklyn/Content/img/rating-2.png') no-repeat;height:15px}.item-box .description{height:40px;margin:0 0 15px;overflow:hidden}.item-box .description a{display:block;overflow:hidden}.item-box .prices{margin:0 0 15px;overflow:hidden}.item-box .old-price{color:#999;text-decoration:line-through}.item-box .actual-price{font-size:16px;font-weight:bold;color:#cc8a97}.item-box .base-price-pangv{font-size:12px}.item-box .old-price+.actual-price{margin:0 3px}.item-box .tax-shipping-info{font-size:13px}.item-box .tax-shipping-info a{color:#cc8a97}.item-box .tax-shipping-info a:hover{text-decoration:underline}.item-box .buttons{margin:0;text-align:left;font-size:0}.item-box button{width:calc(100% - 48px);height:48px;border:0;padding:0 20px;background:#cc8a97;vertical-align:top;text-transform:uppercase;font-size:14px;font-weight:bold;color:#fff;-webkit-transition:all .2s ease;transition:all .2s ease}.item-box button:hover{opacity:.9}.item-box button.add-to-compare-list-button{display:none;width:48px;height:48px;padding:0;background:#444 url('../Themes/Brooklyn/Content/img/compare-button.png') center no-repeat;font-size:0}.item-box button.add-to-wishlist-button{width:48px;height:48px;padding:0;background:#444 url('../Themes/Brooklyn/Content/img/wishlist-button.png') center no-repeat!important;font-size:0}.item-box .with-icon button{width:48px!important;min-width:0!important;margin:0 1px;padding:0;font-size:0}.item-box .with-icon .product-box-add-to-cart-button{background:#cc8a97 url('../Themes/Brooklyn/Content/img/cart-button.png') no-repeat center}.home-page-category-grid,.sub-category-grid,.manufacturer-grid{margin:0 0 60px}.home-page-category-grid .item-box,.sub-category-grid .item-box{max-width:none}.home-page-category-grid .item-box{margin-bottom:2px}.home-page-category-grid .category-item{position:relative}.home-page-category-grid .picture{margin:0}.home-page-category-grid .item-box .title{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;font-size:18px;line-height:60px;text-align:center;color:#444}.home-page-category-grid .title a{display:block;height:100%}.home-page-category-grid .title a span{position:absolute;top:0;right:0;bottom:0;left:0;width:190px;height:60px;margin:auto;background-color:rgba(255,255,255,.8)}.home-page-category-grid .picture a:before,.sub-category-grid .picture a:before{padding-top:73%}.home-page-category-grid .hover-effect-2 .title a span{top:auto;width:100%;margin:0;font-size:15px;letter-spacing:2px;text-transform:uppercase;-webkit-transition:all .4s ease;transition:all .4s ease}.sub-category-grid .picture{margin:0 0 15px}.sub-category-grid .title{text-align:center;font-size:16px;font-weight:bold;color:#444}.manufacturer-grid .picture,.vendor-grid .picture{border:1px solid #f3f3f3}.manufacturer-grid .title,.vendor-grid .title{text-align:center;font-size:16px;color:#444}.product-grid,.product-list{margin:0 0 60px}.product-grid .title,.home-page-category-grid>.title{margin:0 0 30px;text-align:center;font-size:22px;color:#444;letter-spacing:3.3px;text-transform:uppercase}.pager{margin:0 0 20px;font-size:0}.pager ul{text-align:center}.pager li{display:inline-block;vertical-align:middle}.pager li *{display:block;min-width:45px;height:45px;border:2px solid #eee;border-width:2px 1px;padding:12px;text-align:center;font-family:'Open Sans';font-weight:bold;font-size:14px;color:#444;cursor:pointer}.pager li span{background-color:#eee}.pager li a:hover{color:#cc8a97}.pager li.current-page span{border-color:#ddd;color:#cc8a97}.pager li.previous-page *,.pager li.next-page *,.pager li.first-page *,.pager li.last-page *{border-width:2px;border-color:#cc8a97;background-color:#cc8a97;background-position:center;background-repeat:no-repeat;font-size:0}.pager li.previous-page *{background-image:url('../Themes/Brooklyn/Content/img/pager-prev.png')}.pager li.next-page *{background-image:url('../Themes/Brooklyn/Content/img/pager-next.png')}.pager li.first-page *{background-image:url('../Themes/Brooklyn/Content/img/pager-first.png')}.pager li.last-page *{background-image:url('../Themes/Brooklyn/Content/img/pager-last.png')}.pager li.last-page *,.pager li.first-page *{margin:0 1px;background-color:#444;border-color:#444}.master-wrapper-content.one-column,.master-wrapper-content.two-columns{padding-top:30px}.one-column .product-name,.two-columns .product-name{margin:55px 0 15px}.one-column .product-name h1,.two-columns .product-name h1{text-align:center;text-transform:uppercase;line-height:24px;letter-spacing:3.2px;font-size:22px;color:#444}.product-reviews-overview{margin:0 0 30px;text-align:center}.product-no-reviews a{text-decoration:underline}.product-review-box{margin:0 0 5px;font-size:0}.product-review-box .rating{display:inline-block;width:90px;height:15px;background:url('../Themes/Brooklyn/Content/img/rating-1.png') repeat-x}.product-review-box .rating div{height:15px;background:#cc8a97 url('../Themes/Brooklyn/Content/img/rating-2.png') repeat-x}.product-review-links{display:inline-block}.product-review-links a{color:#cc8a97}.product-review-links a:hover{text-decoration:underline}.product-review-links+.add-review{margin-left:10px}.product-essential{margin:0 0 50px}.product-essential:after{content:"";display:block;clear:both}.gallery{margin:0 auto 30px}.gallery .picture{position:relative;max-width:100%;margin:0 auto 2px;overflow:hidden;text-align:center}.gallery .picture img,.gallery .picture-thumbs img,.variant-picture img{max-width:100%;font-size:0}.gallery .picture-thumbs{overflow:hidden;text-align:left;font-size:0}.gallery .thumb-item{display:inline-block;position:relative;width:33.33333%;margin:0 0 2px;overflow:hidden}.video-gallery .video-thumbs{margin:10px 0 0;font-size:0}.video-gallery .thumb-item{width:100%!important;height:315px!important;margin:10px 0 0!important}.overview{margin:0 0 30px}.overview .discontinued-product{margin:0 0 25px;border:2px solid #eee;padding:25px 0}.discontinued-product h4{text-align:center;text-transform:uppercase;color:#de524e}.overview .short-description{margin:0 0 25px;line-height:24px}.overview .manufacturers{margin:15px 0}.back-in-stock-subscription{margin:15px 0;font-size:0}.overview .subscribe-button,.variant-overview .subscribe-button{padding:10px 15px;border:2px solid #eee;background-color:#f9f9f9;font-size:12px;font-weight:bold;text-transform:uppercase;color:#cc8a97;-webkit-transition:all .2s ease;transition:all .2s ease}.overview .subscribe-button:hover,.variant-overview .subscribe-button:hover{background-color:#eee}.overview .additional-details{margin:25px 0}.overview .additional-details div,.variant-overview .additional-details div{margin:0 0 5px}.overview .delivery,.variant-overview .delivery{margin:25px 0}.overview .value,.variant-overview .value{font-weight:bold;color:#444}.overview .value a,.variant-overview .value a{font-weight:bold;color:#cc8a97}.overview .value a:hover,.variant-overview .value a:hover{text-decoration:underline}.free-shipping{display:inline-block;text-transform:uppercase;font-weight:bold;color:#444}.overview-buttons{margin:25px 0;border-bottom:2px solid #eee;padding:0 0 25px;font-size:0}.overview-buttons div{display:inline-block;margin:0 1px 10px;vertical-align:top}.overview .add-to-wishlist-button,.variant-overview .add-to-wishlist-button,.overview .add-to-compare-list-button,.overview .email-a-friend-button,.download-sample-button{display:inline-block;width:48px;height:48px;background-color:#444;background-position:center;background-repeat:no-repeat;border:0;font-size:0;-webkit-transition:all .2s ease;transition:all .2s ease}.overview .add-to-wishlist-button,.variant-overview .add-to-wishlist-button{background-image:url('../Themes/Brooklyn/Content/img/wishlist-button.png')}.overview .add-to-compare-list-button{background-image:url('../Themes/Brooklyn/Content/img/compare-button.png')}.overview .email-a-friend-button{background-image:url('../Themes/Brooklyn/Content/img/email.png')}.download-sample-button{background-image:url('../Themes/Brooklyn/Content/img/download.png')}.overview-buttons div>*:hover{opacity:.9}.overview .prices,.variant-overview .prices{margin:15px 0;overflow:hidden}.overview .prices>div,.variant-overview .prices>div{margin:0 0 5px}.overview .old-product-price,.variant-overview .old-product-price{font-size:14px;color:#999;text-decoration:line-through}.overview .product-price,.variant-overview .product-price{font-weight:bold;font-size:22px;color:#cc8a97}.overview .prices .tax-shipping-info a,.variant-overview .prices .tax-shipping-info a{color:#cc8a97}.overview .prices .tax-shipping-info a:hover,.variant-overview .prices .tax-shipping-info a:hover{text-decoration:underline}.customer-entered-price{margin:0 0 20px;overflow:hidden;padding:10px}.customer-entered-price>div{display:inline-block}.customer-entered-price .price-input{margin:0 10px 10px 0}.customer-entered-price .enter-price-input{width:50px;text-align:center}.customer-entered-price .price-range{font-weight:bold}.overview .add-to-cart{margin:0 0 20px}.min-qty-notification{margin-bottom:10px}.pre-order-availability-date{margin-top:10px;font-weight:bold;color:#444}.pre-order-availability-date label{font-weight:normal;color:#888}.overview .add-to-cart-panel,.variant-overview .add-to-cart-panel{display:inline-block;position:relative}.overview .add-to-cart-panel>*,.variant-overview .add-to-cart-panel>*{float:left}.overview .qty-label,.variant-overview .qty-label{position:absolute;left:-25px;line-height:36px;display:none!important}.overview .qty-input,.variant-overview .qty-input,.overview .qty-dropdown,.variant-overview .qty-dropdown{width:48px;height:48px;border:2px solid #eee;text-align:center;font-size:16px}.overview .qty-dropdown,.variant-overview .qty-dropdown{min-width:48px;width:auto}.overview .add-to-cart-button,.variant-overview .add-to-cart-button,button.apply-shipping-button{min-width:230px;height:48px;padding:0 20px;background:#cc8a97;border:0;text-transform:uppercase;font-weight:bold;font-size:14px;color:#fff;-webkit-transition:all .2s ease;transition:all .2s ease}.overview .add-to-cart-button:hover,.variant-overview .add-to-cart-button:hover,button.apply-shipping-button:hover{opacity:.9}.overview .add-to-cart .add-to-wishlist-button{display:none}.product-estimate-shipping{margin:0 0 25px}.product-estimate-shipping:last-child{margin:0}.product-estimate-shipping a{display:inline-block}.product-estimate-shipping i{display:inline-block;transform:rotate(45deg);margin:0 0 3px 10px;border:solid #000;border-width:0 1px 1px 0;padding:3px 3px}.product-estimate-shipping .shipping-loading{display:none!important}.product-estimate-shipping .shipping-title{margin:0 0 5px}.product-estimate-shipping .shipping-price{position:relative;bottom:1px;margin:0 0 0 5px;vertical-align:middle;font-weight:bold;color:#444}.product-estimate-shipping .shipping-date{margin:15px 0 0}.product-share-button{display:inline-block;overflow:hidden}.full-description{clear:both;margin:0 0 50px;line-height:28px}.full-description p{line-height:28px!important}.product-collateral{margin:0 0 80px;text-align:center}.product-collateral .title{margin:0 0 15px;font-size:14px;letter-spacing:2px;text-transform:uppercase;color:#444}.product-variant-line{margin:0 0 30px;border-bottom:1px dotted #ccc;padding:0 0 20px}.product-variant-line:after{content:"";display:block;clear:both}.variant-picture{position:relative;width:220px;height:220px;margin:0 auto 15px;overflow:hidden}.variant-overview{width:100%}.variant-overview .variant-name{margin:0 0 15px;font-weight:bold;font-size:16px;letter-spacing:2px;text-transform:uppercase;color:#444}.variant-overview .variant-description{margin:0 0 25px;line-height:24px}.variant-overview .add-to-cart{display:inline-block;vertical-align:top}.variant-overview .add-to-cart-panel>*{margin:0 0 10px}.variant-overview .overview-buttons{display:inline-block;position:relative;margin:0 0 0 -3px;border:0;padding:0;vertical-align:top}.ui-tabs{margin:0 0 80px}.ui-tabs .ui-tabs-nav{margin:0 0 30px;font-size:0}.ui-tabs .ui-tabs-nav li{display:block;margin:10px auto}.ui-tabs .ui-tabs-nav li a{display:block;border:2px solid #eee;background-color:#f9f9f9;padding:10px 25px;text-align:center;font-size:14px;letter-spacing:2px;color:#cc8a97;font-weight:bold;text-transform:uppercase}.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,.ui-tabs .ui-state-active.ui-tabs-active a{background-color:#eee}.ui-tabs .ui-tabs-panel{position:relative;overflow:hidden;border:2px solid #eee;background:#fff;padding:15px}.ui-tabs .ui-tabs-panel p{margin:10px 0;line-height:20px}.ui-tabs .ui-tabs-hide{display:none}.tier-prices{margin:0 0 50px}.tier-prices .prices-table{border:2px solid #eee;overflow:hidden}.tier-prices .prices-row{float:left;width:50%}.tier-prices .prices-row>div{border-top:2px solid #eee;padding:10px}.tier-prices .prices-row.thead>div{border-right:2px solid #eee}.tier-prices .field-header{border-top:0!important;font-weight:bold;color:#444}.tier-prices .item-price{color:#444}.product-specs-box{margin:0 0 30px}.ui-tabs .product-specs-box{padding:20px 0}.product-specs-box .data-table{box-shadow:none}.product-specs-box .data-table td{padding:5px;border:2px solid #eee!important}.product-specs-box thead{display:none}.product-specs-box .attribute-squares{display:inline-block;vertical-align:middle}.product-specs-box .spec-group-name{display:none!important}.product-tags-list{font-size:0}.product-tags-list li,.vendor-list li{display:inline-block;font-size:14px;color:#cc8a97}.vendor-list li{margin:0 10px 10px}.product-tags-list li a:hover,.vendor-list li a:hover{text-decoration:underline}.product-tags-list li.separator{margin:0 5px 0 3px}.product-tags-list a{display:inline-block;line-height:24px}.attributes{margin:20px 0 30px;border-top:2px solid #eee;padding:20px 0 0}.attributes .dt{margin:0 0 5px;font-weight:bold;color:#444;white-space:nowrap}.attributes .attribute-description{font-size:12px;font-weight:normal;color:#666;white-space:normal}.attributes .dd{margin:0 0 20px}.attributes li{margin:5px 0 12px}.attributes li.disabled{pointer-events:none;opacity:.5}.attributes li.disabled label{text-decoration:line-through}.attributes select{width:auto;max-width:100%}.attributes option.disabled{color:#ddd}.attributes .qty-box{margin:0 0 0 10px}.attributes .qty-box label{display:none}.attributes .qty-box input{width:50px}.attributes .option-list label{margin:0 5px}.rental-attributes .attribute-item{margin:10px 0}.rental-attributes .attribute-item label{display:inline-block;margin:0 0 5px;font-weight:bold;color:#444}.attributes .datepicker{width:280px;text-align:center}.ui-datepicker{width:280px;background-color:#fff;text-align:center}.ui-datepicker-header{position:relative;height:32px;background-color:#444;color:#fff}.ui-datepicker-header a{position:absolute;top:0;z-index:1;width:40px;height:32px;line-height:32px}.ui-datepicker-header a{font-size:0;opacity:.8}.ui-datepicker-header a:hover{opacity:1}.ui-datepicker-header a.ui-datepicker-prev{left:0;background:url('../Themes/Brooklyn/Content/img/pager-prev.png') no-repeat center}.ui-datepicker-header a.ui-datepicker-next{right:0;background:url('../Themes/Brooklyn/Content/img/pager-next.png') no-repeat center}.ui-datepicker-title{position:relative;z-index:0;line-height:32px;font-weight:bold;text-transform:uppercase}.ui-datepicker-calendar th{background-color:#eee}.ui-datepicker-calendar th,.ui-datepicker-calendar td{width:14.285%;border:2px solid #eee}.ui-datepicker-calendar th span,.ui-datepicker-calendar td a{display:block;min-height:32px;line-height:32px}.ui-datepicker-calendar td a:hover{background-color:#f6f6f6}.ui-datepicker-calendar .ui-state-active{background-color:#cc8a97!important;outline:2px solid #cc8a97;color:#fff}.attribute-squares{font-size:0}.attribute-squares li{display:inline-block;margin:0 0 5px;text-align:center}.attribute-square-container{display:block;position:relative;z-index:0}.attribute-squares label{display:block;margin:0;overflow:hidden}.attribute-square{display:block;width:32px;height:32px;border:1px solid #eee;cursor:pointer}.attribute-square-container[title~=White] .attribute-square{border-color:#ccc}.attribute-squares .selected-value .attribute-square{border-color:#cc8a97}.attribute-squares li input{position:relative;z-index:-1;margin:-32px 0 0}.attribute-squares li{display:inline-block;margin:0 3px 5px;text-align:center}.attributes .option-list label{margin:0 5px}.attribute-squares label{display:block;margin:0!important;overflow:hidden}.attribute-square-container{display:block;padding:1px;position:relative;z-index:0}.attribute-square{border:2px solid #eee;cursor:pointer;display:block;height:45px;width:45px}.attribute-squares li input{margin:-45px 0 0;position:relative;z-index:-1}.attribute-squares li.disabled{position:relative;opacity:1}.attribute-squares li.disabled:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;width:45px;height:45px;margin:auto;border:1px solid #eee;background:#fff url('../Themes/Brooklyn/Content/img/delete-address.png') center no-repeat}.image-squares .tooltip-container:before{border-bottom:7px solid #eee;border-left:7px solid transparent;border-right:7px solid transparent;bottom:100%;content:"";height:0;left:50%;margin-left:-7px;position:absolute;width:0}.image-squares .tooltip-container{background:#fff none repeat scroll 0 0;border:1px solid #eee;position:absolute;text-align:center;visibility:hidden;width:200px}.image-squares .tooltip-container:after{border-bottom:6px solid #eee;border-left:6px solid transparent;border-right:6px solid transparent;bottom:100%;content:"";height:0;left:50%;margin-left:-6px;position:absolute;width:0}.image-squares li:hover .tooltip-container{margin-left:-75px;margin-top:5px;visibility:visible;z-index:999}.image-squares .tooltip-container .tooltip-header{height:25px;width:198px;background-color:#eee;border-bottom:1px solid #eee;font-size:14px;line-height:25px}.image-squares .tooltip-container .tooltip-body{margin:5px}.image-squares .tooltip-container .tooltip-body img{border:0 none #fff;width:190px}.giftcard{margin:50px 0 20px;overflow:hidden;clear:both}.giftcard div{margin:0 0 20px}.giftcard label{display:block;margin:0 0 5px;font-size:14px;font-weight:bold;color:#444}.giftcard input,.giftcard textarea{width:350px;max-width:100%}.giftcard textarea{height:150px}.ui-dialog .back-in-stock-subscription-page .page-title{margin:20px 0}.ui-dialog .back-in-stock-subscription-page .page-title h1{font-size:16px;letter-spacing:2px}.ui-dialog .notify-me-button{margin:20px auto;background:#cc8a97;border:medium none;color:#fff;font-size:14px;font-weight:bold;padding:14px 30px;text-transform:uppercase;-webkit-transition:all .2s ease-in-out 0s;transition:all .2s ease-in-out 0s}.ui-dialog .back-in-stock-subscription-page .notify-me-button:hover{opacity:.9}.ui-dialog .back-in-stock-subscription-page{text-align:center}.ui-dialog .page-body .tooltip{text-align:left}.estimate-shipping-popup{position:relative;max-width:800px;margin:auto;background-color:#fff;padding:25px;transform:scale(.8);transition:all .2s ease;opacity:0}.estimate-shipping-popup strong{visibility:hidden}.mfp-ready .estimate-shipping-popup{transform:scale(1);opacity:1}.mfp-removing .estimate-shipping-popup{transform:scale(.8);opacity:0}.estimate-shipping-popup-zoom-in.mfp-removing{transition:all .3s ease;opacity:0}.estimate-shipping-row{display:flex;display:-webkit-flex;align-items:center;position:relative}.estimate-shipping-row-item{flex:0 1 100%}.mfp-container .address-item{margin:10px 0 0}.mfp-container .address-item+div{padding:0 0 0 15px}.estimate-shipping-address-control{width:100%}.mfp-container .address-item .required{position:absolute;top:-5px;right:-10px}.mfp-container .shipping-options{position:relative;margin:10px 0 25px}.mfp-container .shipping-header-item{align-self:flex-end;border:0!important;padding:12px 5px!important;font-size:14px;color:#444;white-space:nowrap;text-overflow:ellipsis}.mfp-container .shipping-options-body{display:table;table-layout:fixed;width:100%;border:2px solid #eee;border-collapse:collapse}.mfp-container .shipping-option{display:table-row;cursor:pointer}.mfp-container .shipping-option.active{font-weight:bold;color:#333}.mfp-container .shipping-option>div{display:table-cell;border-top:2px solid #eee;padding:12px 11px}.mfp-container .shipping-item{overflow:hidden;padding:8px 0;overflow-wrap:break-word}.estimate-shipping-row-item-radio{flex:0 0 30px;width:24px}.estimate-shipping-radio{display:none}.estimate-shipping-radio+label{display:inline-block;position:relative;bottom:1px;width:14px;height:14px;border:1px solid #444;border-radius:50%;font-size:0}.estimate-shipping-radio:checked+label:after{content:"";position:absolute;top:3px;left:3px;width:6px;height:6px;border-radius:50%;background-color:#444}.apply-shipping-button-container{text-align:center}.mfp-container .apply-shipping-button{min-width:120px;height:40px}.mfp-container .no-shipping-options{padding:30px 15px;text-align:center}.mfp-container .message-failure{margin:10px 0 -5px;border:0;padding:0}@media all and (max-width:600px){.estimate-shipping-popup{padding:25px 3%}.mfp-container .shipping-address{flex-flow:column}.mfp-container .address-item{width:100%}.mfp-container .address-item+div{padding:0}}.product-reviews .title{text-align:center;margin:0 0 30px;font-size:16px;letter-spacing:2px;text-transform:uppercase;color:#444}.write-review{margin:0 0 60px}.write-review .form-fields{margin:0 0 15px}.write-review .review-rating{text-align:center}.review-rating>div{display:inline-block}.review-rating .rating-wrapper{width:350px;max-width:100%;text-align:center}.review-rating ul{font-size:0;vertical-align:middle}.review-rating .tooltiptext{display:inline-block;margin-top:10px}.review-rating .name-description{display:block;width:100%;margin:0 0 5px;text-align:center;font-size:14px}.write-review .rating-wrapper div{display:inline-block;margin:0 5px;cursor:default;vertical-align:middle;font-size:12px;text-transform:uppercase}.write-review .review-rating div.first{color:#de524e}.write-review .review-rating .rating-options{font-size:0}.write-review .review-rating .rating-options input{margin:0 2px}.write-review .review-rating div.last{color:#6bc29d}.write-review .captcha-box{margin:15px 0 0}.write-review .button-1{width:350px;max-width:100%;border:0;padding:14px 40px;background-color:#cc8a97;font-size:14px;font-weight:bold;color:#fff;text-transform:uppercase;-webkit-transition:all .2s ease;transition:all .2s ease}.write-review .button-1:hover{opacity:.9}.product-reviews .result,.product-reviews .message-error{margin:0 0 20px}.product-review-list{overflow:hidden}.product-review-item{margin:0 0 40px}.product-review-item .review-item-head{margin:0 0 20px;border-bottom:2px solid #eee;overflow:hidden;padding-bottom:10px}.product-review-item .review-title{margin:0 0 10px;color:#444}.product-review-item .product-review-box{margin:0;font-size:0}.product-review-item .review-info.top{margin:0 0 20px}.product-review-item .review-text{margin:0 0 15px;line-height:24px}.product-review-item .review-info{margin:0 0 5px}.product-review-item .review-avatar{max-width:120px;margin:0 auto 10px;line-height:normal}.product-review-item .review-avatar a{display:block}.product-review-item .review-avatar img{max-width:100%}.product-review-item .separator{margin:0 3px 0 0}.product-review-item .review-info a,.product-review-helpfulness .vote{display:inline-block;padding:0 5px;font-weight:bold;cursor:pointer;color:#cc8a97}.product-review-item .review-info a:hover,.product-review-helpfulness .vote:hover{text-decoration:underline}.product-review-helpfulness .question{margin:0 5px 0 0;font-style:italic}.product-review-helpfulness .result{margin:0 0 0 10px}.product-review-item .reply{margin:30px 0 0;padding:20px;background:#f6f6f6}.product-review-item .reply-header{margin:0 0 10px;font-weight:bold}.wishlist-content{margin:0 0 20px}.share-info{margin:0 0 100px;text-align:center}.wishlist-content .message-error:first-child{margin:-30px 0 20px;text-align:center;color:#de524e}.wishlist-content .tax-shipping-info{margin:0 0 20px;text-align:center}.wishlist-content .tax-shipping-info a{color:#cc8a97}.wishlist-content .tax-shipping-info a:hover{text-decoration:underline}.wishlist-content .buttons{font-size:0}.wishlist-content .button-2{display:block;min-width:250px;margin:10px auto;padding:10px 30px;border:2px solid #eee;background-color:#f9f9f9;font-size:12px;font-weight:bold;text-transform:uppercase;color:#cc8a97;-webkit-transition:all .2s ease;transition:all .2s ease}.wishlist-content .button-2:hover{background-color:#eee}.wishlist-content .button-2.wishlist-add-to-cart-button{background-color:#cc8a97;border:2px solid #cc8a97;color:#fff;-webkit-transition:.2s ease;transition:.2s ease}.wishlist-content .button-2.wishlist-add-to-cart-button:hover{opacity:.9}.wishlist-page .share-info span{display:block}.wishlist-page .share-info a{display:inline-block;margin:0 0 5px;font-weight:bold;color:#444}.wishlist-page .share-info a:hover{color:#cc8a97}.compare-products-page{position:relative;margin:0 0 150px}.compare-products-page .clear-list{display:block;width:250px;margin:-15px auto 30px;border:2px solid #eee;padding:10px 30px;text-align:center;color:#cc8a97;font-size:12px;font-weight:bold;text-transform:uppercase}.compare-products-table{display:none}.compare-products-page .button-2{padding:10px 15px;border:0;background-color:#cc8a97;font-size:12px;font-weight:bold;text-transform:uppercase;color:#fff;-webkit-transition:all .2s ease 0s;transition:all .2s ease 0s}.compare-products-page img{max-width:200px}.compare-products-page .attribute-squares{display:inline-block;vertical-align:middle}.compare-products-page .attribute-square{width:25px;height:25px;cursor:default}.topic-block{margin:0 0 20px}.home-page .topic-block{margin:0 0 30px}.topic-block-title{margin:0 0 20px}.topic-block-title h2{margin:0 0 30px;text-align:center;font-size:22px;color:#444;letter-spacing:3.3px;text-transform:uppercase}.topic-block-body{line-height:28px}.topic-page{margin:0 0 80px}.topic-block a,.topic-page a{color:#cc8a97}.topic-block a:hover,.topic-page a:hover{text-decoration:underline}.topic-page .page-body{line-height:28px}.home-page .topic-block{margin:0 0 60px}.popup-window .topic-page{padding:15px}.not-found-page p{margin:30px 0}.topic-password{min-height:200px;text-align:center}.enter-password-title{margin:0 0 10px;color:#888}.enter-password-form{display:inline-block;overflow:hidden}.enter-password-form input[type="password"]{float:left!important;width:200px!important;height:36px!important;border:2px solid #eee;border-right:0}.enter-password-form button{float:left!important;width:auto!important;height:36px!important;background-color:#f9f9f9;border:2px solid #eee;color:#cc8a97;font-weight:bold;padding:0 18px;text-transform:uppercase;-webkit-transition:all .2s ease;transition:all .2s ease}.enter-password-form button:hover{background-color:#eee}.password-error{margin:0 0 10px}.contact-page .form-fields,.email-a-friend-page .form-fields{margin:0 0 15px}.contact-page .message-error,.email-a-friend-page .message-error{margin:0 0 10px}.contact-page .button-1,.email-a-friend-page .button-1,.apply-vendor-page .button-1{width:350px;max-width:100%;margin:0 auto 100px;border:0;padding:14px 40px;background-color:#cc8a97;font-size:14px;font-weight:bold;color:#fff;text-transform:uppercase;-webkit-transition:all .2s ease;transition:all .2s ease}.contact-page .button-1:hover,.email-a-friend-page .button-1:hover{opacity:.9}.contact-page .topic-block{margin:0 0 40px;text-align:center}.email-a-friend-page .title{margin:0 0 15px}.email-a-friend-page .title h2{margin:0 0 30px;text-align:center;text-transform:uppercase;color:#cc8a97}.registration-page .fieldset{text-align:center}.registration-page .fieldset .title{display:inline-block;min-width:150px;margin:0 0 -2px;border:2px solid #eee;padding:10px 20px}.registration-page .form-fields,.login-page .form-fields,.account-page .form-fields{max-width:900px;margin:0 auto 60px;padding:30px 15px;border:2px solid #eee}.account-page .form-fields{max-width:none}.registration-page .gender label,.account-page .gender label{display:inline;color:#444}.gender{display:inline-block}.gender *{margin:0 5px;vertical-align:middle;line-height:32px}.date-picker-wrapper{display:inline-block}.date-of-birth select{width:32%;max-width:110px}.date-of-birth select+select{margin:0 0 0 2%}#check-availability-button{margin:30px 0 0;padding:10px 30px;border:2px solid #eee;background-color:#f9f9f9;font-size:12px;font-weight:bold;text-transform:uppercase;color:#cc8a97;-webkit-transition:all .2s ease;transition:all .2s ease}#check-availability-button:hover{background-color:#eee}#username-availabilty{display:block;margin:5px 0 0}#username-availabilty:empty{display:none}.vat-status,.vat-note{display:block;margin:5px 0 0;white-space:normal;text-align:center;font-size:14px}.accept-privacy-policy{margin:-20px 0 20px;text-align:center}.accept-privacy-policy>*{display:inline-block;line-height:32px;vertical-align:middle}.accept-privacy-policy a{font-weight:bold}.registration-page .buttons{margin-top:-20px}.accept-privacy-policy+.buttons{margin-top:0}.registration-page .button-1,.registration-result-page .button-1,.login-page .button-1,.password-recovery-page .button-1,.account-page .button-1,.return-request-page .button-1,.user-agreement-page .button-1{width:350px;max-width:100%;margin:0 0 80px;padding:14px 40px;border:0;background-color:#cc8a97;font-size:14px;font-weight:bold;color:#fff;text-transform:uppercase;-webkit-transition:all .2s ease 0s;transition:all .2s ease 0s}.password-recovery-page .button-1{display:block;margin:60px auto 0}.registration-page .button-1:hover,.registration-result-page .button-1:hover,.login-page .button-1:hover,.password-recovery-page .button-1:hover,.account-page .button-1:hover,.return-request-page .button-1:hover,.user-agreement-page .button-1:hover{opacity:.9}.registration-result-page .result{margin:0 0 60px;text-align:center;color:#6bc29d}.login-page .page-title{margin:0 0 50px}.login-page .customer-blocks{overflow:hidden;text-align:center}.login-page .title{display:inline-block;min-width:150px;margin:0 0 -2px;border:2px solid #eee;padding:10px 20px}.login-page .title strong{letter-spacing:2px;text-transform:uppercase;color:#444}.login-page .new-wrapper{margin:0 0 60px}.login-page .text{width:590px;max-width:100%;margin:0 auto -2px;border:2px solid #eee;padding:30px 15px}.login-page .form-fields{width:590px;max-width:100%;margin:0 auto -2px}.login-page .form-fields .message-error{margin:-10px 0 10px}.login-page .inputs.reversed{margin:0}.login-page .inputs.reversed *{margin:5px 0;font-size:14px;color:#444}.login-page .inputs.reversed a{color:#cc8a97}.login-page .inputs.reversed a:hover{text-decoration:underline}.login-page .captcha-box{margin:20px 0 0}.login-page .buttons{max-width:590px;margin:0 auto;font-size:0}.login-page .button-1{width:590px;max-width:100%;margin:0}.login-page .checkout-as-guest-button{border:2px solid #eee;padding:12px 20px!important;background-color:#f9f9f9;color:#cc8a97}.login-page .checkout-as-guest-button:hover{background-color:#eee}.external-authentication{clear:both;margin:0 0 60px;text-align:center}.external-authentication .title{display:none;border:0;font-weight:bold;letter-spacing:2px;text-transform:uppercase;color:#444}.login-page .topic-block{clear:both;text-align:center;margin:0 0 120px}.password-recovery-page .tooltip{margin:0 0 40px;text-align:center}.password-recovery-page .result{margin:0 0 5px;text-align:center;font-weight:bold}.account-page .title{margin:0 0 15px}.account-page .title strong{font-size:16px}.account-page .title strong:after{content:"";display:block;width:30px;height:3px;margin:10px auto 0;background:#cc8a97}.account-page .button-1{margin:0}.account-page .button-2{border:2px solid #cc8a97;padding:10px 30px;background-color:#cc8a97;font-weight:bold;font-size:12px;text-transform:uppercase;color:#fff;-webkit-transition:all .2s ease;transition:all .2s ease}.account-page .button-2:hover{opacity:.9}.account-page .data-table .product{text-align:left}.account-page .email-to-revalidate,.account-page .email-to-revalidate-note{display:block;margin:10px 0 0;font-size:14px;font-style:normal;color:#444}.account-page .edit-address{margin:0 0 60px;border:2px solid #eee;padding:30px 15px}.account-page .description{margin:0 0 20px}.registration-page .inputs.accept-consent label,.account-page .inputs.accept-consent label{margin-left:5px;width:auto}.add-more-external-records a{color:#cc8a97}.add-more-external-records a:hover{text-decoration:underline}.address-list-page .info,.order-list-page .info,.return-request-list-page .details{max-width:900px;margin:0 auto 15px;border:2px solid #eee;padding:20px;line-height:24px}.address-list-page .buttons{font-size:0}.account-page .edit-address-button,.account-page .delete-address-button{width:48px;height:48px;margin:0 -1px;border:2px solid #eee;padding:0;font-size:0;-webkit-transition:all .2s ease;transition:all .2s ease}.account-page .edit-address-button{background:#f9f9f9 url('../Themes/Brooklyn/Content/img/edit-address.png') no-repeat center}.account-page .delete-address-button{background:#f9f9f9 url('../Themes/Brooklyn/Content/img/delete-address.png') no-repeat center}.account-page .edit-address-button:hover,.account-page .delete-address-button:hover{background-color:#eee}.address-list-page .add-button{margin:0 0 15px;text-align:center}.account-page .return-items-button{border:2px solid #eee;background-color:#f9f9f9;color:#cc8a97}.account-page .return-items-button:hover{background:#eee}.return-request-list-page a{font-weight:bold;color:#cc8a97}.return-request-list-page a:hover{text-decoration:underline}.return-request-list-page .comments{margin:15px 0 0}.downloadable-products-page .download{font-size:14px;font-weight:normal;color:#888}.downloadable-products-page .download a{display:block;width:48px;height:48px;margin:auto;border:0;background:#444 url('../Themes/Brooklyn/Content/img/download.png') no-repeat center;font-size:0;-webkit-transition:all .2s ease 0s;transition:all .2s ease 0s}.downloadable-products-page .download a:hover{opacity:.9}.user-agreement-page .terms-of-agreement{margin:0 0 60px;text-align:center}.back-in-stock-subscription-list-page .data-table,.forum-subscriptions-page .data-table{margin:0 0 60px}.reward-points-overview{margin:0 0 15px}.reward-points-history td.points-balance{font-size:16px;font-weight:bold;color:#cc8a97}.reward-points-history .message{min-width:175px;text-align:left!important;font-size:14px;font-weight:normal!important;color:#888}.avatar-page .message-error{margin:0 0 10px}.avatar-page .fieldset{margin:0 0 15px}.avatar-page .buttons{font-size:0}.avatar-page .buttons button{width:100%;max-width:250px;margin:0 0 10px 0;padding:10px 0}.avatar-page .buttons .button-2,.account-page .button-2.return-items-button{border:2px solid #eee;background-color:#f9f9f9;color:#cc8a97;-webkit-transition:all .2s ease;transition:all .2s ease}.avatar-page .buttons .button-2:hover,.account-page .button-2.return-items-button:hover{background-color:#eee}.multi-factor-authentication-page .inputs label{display:inline-block;width:auto;vertical-align:middle;margin-right:0;margin:0 5px 0 0!important}.multi-factor-authentication-page .payment-details{display:inline-block;width:calc(100% - 60px);padding-left:10px;vertical-align:middle}.multi-factor-authentication-page .payment-method .payment-logo{position:inherit;display:inline-block;width:50px}.multi-factor-authentication-page .payment-method .payment-details input[type="radio"]{position:inherit;margin-right:5px}.multi-factor-authentication-page .payment-method .method-name .buttons,.multi-factor-authentication-page .payment-method .method-list .payment-details label,.multi-factor-authentication-page .payment-method .method-list .payment-description{margin:0 0 0 0}.multi-factor-authentication-page .payment-method .method-name .buttons{margin:20px 0 0 10px}.avatar-page .image{margin:0 0 10px}.avatar-page .image img{border:1px solid #eee}.avatar-page input[type="file"]{width:76px;overflow:hidden}.avatar-page .info{margin:0 0 20px}.forum-subscriptions-page .info{text-align:left!important}.vendorinfo-page .vendor-picture{padding:20px}.vendorinfo-page .vendor-picture .remove-picture-button{display:block;margin:20px auto 0}.check-gift-card-balance-page .result{margin:0 auto 20px;padding:30px 15px;border:2px solid #eee}.order-progress{margin:0 0 60px;text-align:center}.order-progress ul{font-size:0}.order-progress li{position:relative;display:inline-block;margin:0 -2px -2px 0;overflow:hidden}.order-progress a{display:block;width:150px;border:2px solid #eee;border-width:2px;padding:15px 50px 15px 0;background:url('../Themes/Brooklyn/Content/img/progress-arrow.png') no-repeat right center;text-transform:uppercase;font-size:11px;color:#666}.order-progress a:after{content:"";position:absolute;right:48px;top:0;height:62px;width:2px;background:#eee}.order-progress li.active-step a{background-color:#f9f9f9;cursor:pointer}.order-progress li.active-step a:hover{background-color:#f3f3f3}.order-progress li.inactive-step a{cursor:default}.shopping-cart-page .button-1,.checkout-page .button-1{width:390px;max-width:100%;margin:0 0 80px;border:0;padding:16px 10px;background-color:#cc8a97;letter-spacing:3px;font-size:18px;font-weight:bold;color:#fff;text-transform:uppercase;transition:all .2s ease 0s}.shopping-cart-page .button-1:hover,.checkout-page .button-1:hover{opacity:.9}.shopping-cart-page .button-2,.checkout-page .button-2,.order-details-page .page-title a,.order-details-page .button-2.re-order-button,.shopping-cart-page .estimate-shipping-button{display:inline-block;width:390px;max-width:100%;border:2px solid #eee;padding:12px 30px;background-color:#f9f9f9;font-weight:bold;text-transform:uppercase;font-size:14px;color:#cc8a97;-webkit-transition:all .2s ease;transition:all .2s ease}.shopping-cart-page .cart-collaterals .button-2{border-width:2px 0}.order-details-page .button-2.re-order-button{width:auto;margin:10px 0 5px}.shopping-cart-page .cart-footer .button-2:hover,.checkout-page .button-2:hover,.order-details-page .page-title .pdf-invoice-button:hover,.order-details-page .button-2.re-order-button:hover{background-color:#eee}.shopping-cart-page .cart-wrapper{box-shadow:0 1px 12px 2px rgba(0,0,0,.17);overflow:hidden}.shopping-cart-page .cart-wrapper table.cart{margin-bottom:20px}.shopping-cart-page .button-2.update-cart-button,.shopping-cart-page .estimate-shipping-button{border:2px solid #cc8a97;background-color:#cc8a97;color:#fff}.shopping-cart-page .button-2.update-cart-button:hover,.shopping-cart-page .estimate-shipping-button:hover{opacity:.9}.shopping-cart-page .tax-shipping-info{margin:35px auto -20px;text-align:center}.shopping-cart-page .tax-shipping-info a{color:#cc8a97}.shopping-cart-page .tax-shipping-info a:hover{text-decoration:underline}.shopping-cart-page .common-buttons{padding:0 20px 15px}.shopping-cart-page .common-buttons .button-2,.shopping-cart-page .estimate-shipping-button{margin:0 0 10px}.remove-discount-button,.remove-gift-card-button{width:16px;height:16px;margin:0 0 0 5px;border:0;background:#fff url('../Themes/Brooklyn/Content/img/menu-close-button.png') center no-repeat;cursor:pointer}.shopping-cart-page .message-error{margin:0 0 20px;font-size:13px}.cart-options{margin:0 0 30px;text-align:center}.cart-options .common-buttons{font-size:0}.cart-options .common-buttons button{min-width:150px;margin:0 5px 5px}.cart-options .checkout-attributes{margin:40px 0}.cart-options>.checkout-attributes+.selected-checkout-attributes{margin:-20px 0 40px!important}.cart-options .checkout-attributes .required{position:absolute}.cart-options .checkout-attributes .text-prompt{color:#444}.cart-options .checkout-attributes dt{margin:0 0 5px;font-weight:bold}.cart-options .checkout-attributes dt~dt{margin-top:15px}.cart-options .checkout-attributes li{line-height:24px}.cart-options .checkout-attributes li *{vertical-align:middle}.cart-options .checkout-attributes .attribute-squares li{margin:0 5px 5px;line-height:normal}.cart-options .selected-checkout-attributes{margin:30px 0}.cart-footer:after{content:"";display:block;clear:both}.cart-footer .totals{width:390px;max-width:100%;margin:0 auto 30px}.cart-footer .total-info{margin:0 0 20px;box-shadow:0 1px 12px 2px rgba(0,0,0,.17);padding:20px 30px;text-align:right;font-size:16px}.cart-total td{width:50%;padding:5px}.cart-total .order-total{font-weight:bold;font-size:16px;color:#888}.terms-of-service{margin:0 0 20px}.terms-of-service label{cursor:pointer}.terms-of-service a{margin:0 0 0 3px;cursor:pointer;color:#cc8a97}.terms-of-service a:hover{text-decoration:underline}.cart-footer .checkout-button{font-size:18px}.cart-footer .addon-buttons{margin:20px 0 0}.cart-collaterals{width:390px;max-width:100%;margin:0 auto 30px}.cart-collaterals>div{margin:0 0 30px}.cart-collaterals .title{position:absolute;top:-43px;right:0;left:0;overflow:hidden;width:185px;margin:auto;border:2px solid #eee;padding:10px 0}.cart-collaterals .title strong{text-transform:uppercase;color:#444;white-space:nowrap}.cart-collaterals .hint{width:90%;margin:0 auto 5px;text-align:left}.cart-collaterals .deals>div,.cart-collaterals .estimate-shipping{position:relative;margin:70px auto 0;border:2px solid #eee;border-bottom:0;padding:25px 0 0}.cart-collaterals .estimate-shipping label{width:350px;max-width:90%;margin:0 auto 10px;font-weight:bold}.cart-collaterals .inputs input[type='text'],.cart-collaterals .inputs select{max-width:90%}.cart-collaterals .inputs .required{position:absolute}.cart-collaterals .coupon-code{overflow:hidden;font-size:0}.cart-collaterals .coupon-code input[type="text"]{width:350px;max-width:90%;margin:0 0 15px;padding-left:0;font-size:14px}.cart-collaterals .coupon-code button,.cart-collaterals .shipping button{border-width:2px 0}.message-failure{border-bottom:2px solid #eee;padding:10px;color:#de524e}.cart-collaterals .message{margin:5px 0 0;color:#c00}.cart-collaterals .current-code{border-bottom:2px solid #eee;padding:10px;color:#6bc29d}.cart-collaterals .shipping-results{margin:20px 0 30px;border-bottom:2px solid #eee;padding:0 10px;text-align:left}.cart-collaterals .shipping-results li{margin:10px 0}.cart-collaterals .option-name{color:#444}.select-pickup-point{margin-bottom:30px}.shipping-address-page .pickup-points-map{height:400px}.checkout-page{margin:0 0 120px}.checkout-page .section{margin:0 0 30px;text-align:center}.checkout-page .section.select-billing-address .title,.checkout-page .section.select-shipping-address .title{display:none}.checkout-page .section.new-billing-address .title,.checkout-page .section.new-shipping-address .title{font-size:24px;font-weight:bold;text-transform:uppercase;color:#444}.checkout-page .section.order-summary .title{font-weight:bold;text-transform:uppercase;color:#444}.checkout-page .section.new-billing-address .title strong,.checkout-page .section.new-shipping-address .title strong,.checkout-page .section.order-summary .title strong{letter-spacing:3.3px}.checkout-page .enter-address{width:900px;max-width:100%;margin:auto;border:2px solid #eee;padding:30px 15px 15px}.checkout-page .checkout-data .button-1{padding:15px;letter-spacing:0;font-size:14px}.checkout-page .address-grid{display:inline-block;max-width:100%;overflow:hidden;margin:0 0 80px}.checkout-page .address-item{width:390px;max-width:100%;margin:0 auto 20px}.checkout-page .address-box{border:2px solid #eee;border-width:2px 2px 0 2px;padding:20px;color:#444}.checkout-page .address-item li{padding:2px 0}.checkout-page .address-item li.name{margin:0 0 5px}.checkout-page .address-item li.country{margin:5px 0 0;font-weight:bold}.checkout-page .address-item .button-1{margin:0}.checkout-page .edit-address{margin:0 15px 30px}.checkout-page .min-amount-warning{display:block;margin:0 0 20px;text-align:center}.checkout-page .address-list-page{display:none}.shipping-method .method-list li,.payment-method .method-list li{width:390px;max-width:100%;margin:0 auto 10px;border:2px solid #eee;padding:15px}.payment-method .method-list li{position:relative}.shipping-method .method-list li label,.payment-method .method-list li label{text-transform:uppercase;font-weight:bold;color:#444}.shipping-method .method-list li label{margin:0 0 0 5px}.shipping-method .method-description{margin:5px 0 0}.use-reward-points{margin:-20px 0 30px}.payment-info .validation-summary-errors li:last-child{margin:0 0 10px}.payment-info .info{max-width:900px;margin:0 auto 30px;border:2px solid #eee;padding:15px}.payment-info .info table{border-collapse:separate;border-spacing:15px}.payment-info .info td{display:block;width:auto;margin:0 0 5px}.payment-info .info td label{vertical-align:top}#CreditCardType,#CardholderName,#CardNumber{width:250px!important}.payment-info .info p>b{color:#444}.confirm-order .terms-of-service{text-align:center}.confirm-order .terms-of-service span{width:auto}.confirm-order .button-1{margin:0 0 20px;font-size:18px}.order-review-data>div,.order-details-area>ul,.shipment-details-area>div{margin:0 0 30px}.order-review-data .side-list-wrap,.order-details-area .side-list-wrap,.shipment-details-area .side-list-wrap{margin-top:20px}.order-review-data li,.order-details-area li,.shipment-details-area li{padding:2px 0}.order-review-data .title,.order-details-area .title,.shipment-details-area .title{margin:20px 0 5px;font-size:14px;font-weight:bold;text-transform:uppercase;color:#444}.order-review-data .title:first-child,.order-details-area .title:first-child,.shipment-details-area .title:first-child{margin-top:0}.order-completed .details{margin:0 0 30px}.order-completed .details>div{margin:20px 0}.order-completed .details a{display:block;margin:5px 0 0;font-weight:bold;color:#cc8a97}.order-completed .details a:hover{text-decoration:underline}.opc .step-title{margin-bottom:1px;border:2px solid #eee;overflow:hidden;background:#f9f9f9;padding:10px;opacity:.7}.opc .allow .step-title,.opc .allow .step-title *{cursor:pointer}.opc .active .step-title{padding:15px 10px;color:#666;opacity:1}.opc .step-title *{float:left;font-size:16px}.opc .step-title span{margin:0 10px 0 0;font-weight:bold}.opc .step{margin:30px 0;padding:10px}.opc .step .button-1{margin:0 0 30px}.opc .section{margin:0 0 20px}.opc .section>label{display:block;margin:0 0 20px}.opc input[type="text"],.opc select{width:390px;max-width:100%}.opc #ExpireMonth,.opc #ExpireYear{width:auto}.opc .buttons{margin-bottom:0}.opc .button-1[style]{display:none!important}.opc .back-link{margin:40px 0 15px}.opc .back-link small{display:none}.opc .back-link a{text-transform:uppercase;font-weight:bold;color:#444}.opc .back-link a:hover{color:#cc8a97}.opc .please-wait{display:block;margin:10px 0 0}.opc .payment-info .info{border:0}.opc .terms-of-service{text-align:center}.opc .terms-of-service>span{width:auto;vertical-align:middle}.opc .pickup-points-map{height:400px}.page.order-details-page,.page.shipment-details-page,.page.return-request-page{margin:0 0 120px;text-align:center}.order-details-page .page-title{margin:0 0 40px;overflow:hidden}.order-details-page .page-title h1,.shipment-details-page .page-title{margin:0 0 40px;border-bottom:2px solid #eee;padding-bottom:12px}.order-details-page .order-overview{margin:0 0 40px}.order-details-page .order-overview strong{color:#cc8a97}.order-details-area,.shipment-details-area{margin:0 0 30px;overflow:hidden}.order-details-area td{float:left;width:100%;margin:0 0 20px;vertical-align:top}.order-details-page .button-2.print-order-button{border:2px solid #cc8a97;background-color:#cc8a97;color:#fff}.order-details-page .section .title,.shipment-details-page .section .title,.return-request-page .section .title{display:inline-block;min-width:150px;margin:0 0 -2px;border:2px solid #eee;padding:10px 20px}.shipment-details-page .section .title{font-weight:bold;letter-spacing:2px;color:#444;text-transform:uppercase}.order-details-page .picture img{max-width:50px}.order-details-page .tax-shipping-info{text-align:center}.order-details-page .tax-shipping-info a{color:#cc8a97}.order-details-page .tax-shipping-info a:hover{text-decoration:underline}.order-details-page .actions{margin:20px 0 0;overflow:hidden;text-align:center;font-size:0}.order-details-page .actions button{width:390px;max-width:100%;border:2px solid #cc8a97;padding:12px 40px;background-color:#cc8a97;font-size:14px;font-weight:bold;color:#fff;text-transform:uppercase;-webkit-transition:all .2s ease 0s;transition:all .2s ease 0s}.order-details-page .actions button:hover{opacity:.9}.order-details-page button.return-items-button{background-color:#f9f9f9!important;border:2px solid #eee;color:#cc8a97}.order-details-page button.return-items-button:hover{background-color:#eee;opacity:1}.order-details-page .total-info{width:390px;margin:0 auto 30px;box-shadow:0 1px 12px 2px rgba(0,0,0,.17);padding:20px 30px;text-align:right;font-size:16px}.order-details-page .shipments .view-details a{font-size:14px}.shipment-details-page em{font-style:normal}.return-request-page .submit-return-request-button{margin:0}.return-request-page .fieldset .title{margin:0 0 40px;font-size:16px}.return-request-page .product{font-weight:bold;color:#444!important}.return-request-page .footable-last-column{color:#888;font-size:14px;font-weight:normal}.return-request-page .quantity select{height:48px;width:48px}.return-request-file>div{display:inline-block;width:350px;max-width:100%;vertical-align:middle}.return-request-page .qq-upload-button{width:100%;height:36px;border:2px solid #eee;background-color:#fff;padding:5px}.return-request-page .qq-upload-list li{background-color:transparent!important;font-size:14px;color:#444!important}.search-input{margin:0 0 80px}.search-page .form-fields{border:2px solid #eee;padding:30px 15px}.search-input input+label{display:inline;margin:0 0 0 5px!important}.basic-search{margin:0 0 20px}.advanced-search .price-range{display:inline-block}.advanced-search .price-range input{width:80px!important;margin:3px 5px}.search-input .button-1{width:390px;max-width:100%;border:medium none;padding:14px 40px;background-color:#cc8a97;font-size:14px;font-weight:bold;color:#fff;text-transform:uppercase;-webkit-transition:all .2s ease 0s;transition:all .2s ease 0s}.search-input .button-1:hover{opacity:.9}.search-input .warning,.search-results .result{display:block;margin:10px 0 0;font-weight:normal;color:#c00}.search-results{margin:30px 0 0;text-align:center}.sitemap-page{margin:0 0 120px}.sitemap-page .page-title{border-bottom:2px solid #eee;padding-bottom:12px}.sitemap-page .entity{margin:40px 0}.sitemap-page .entity-title{margin:0 0 10px}.sitemap-page .entity-title h2{color:#444;letter-spacing:3.3px;font-size:16px;text-transform:uppercase}.sitemap-page .entity-title h2:after{content:"";display:block;height:3px;width:30px;margin:10px auto 0;background:#cc8a97}.sitemap-page .entity-body{line-height:24px}.sitemap-page li{display:inline-block;margin:5px 10px}.sitemap-page a{display:block}.sitemap-page a:hover{color:#cc8a97}.sitemap-page a:empty{display:none}.block .year{border:0!important}.block .year strong{display:block;border-bottom:1px solid #eee;padding:9px 10px 9px 20px;cursor:default}.block .year .month{border-bottom:1px solid #eee}.block .year:last-child .month{border:0}.blog-page .post,.news-items .news-item{position:relative;margin:0 0 60px}.blog-page .post:after,.news-items .item:after{content:"";display:block;clear:both}.post-title,.news-title{display:inline-block;margin:0 0 15px;text-transform:uppercase;font-weight:bold;letter-spacing:3px;font-size:16px;color:#444}.post-title:hover,.news-title:hover{color:#cc8a97}.post-title:after,.news-title:after{content:"";display:block;height:3px;width:30px;margin:10px auto 0;background:#cc8a97}.post-date,.news-date{display:block;font-weight:bold}.post-head,.news-head{margin:0 0 12px}.page.blog-page,.page.news-list-page{text-align:center}.blog-pages-body .page-title,.news-pages-body .page-title{border-bottom:2px solid #eee;padding-bottom:12px}.post-body,.news-body{line-height:24px}.blog-page .tags,.blogpost-page .tags{display:inline-block;margin:15px 0 0;overflow:hidden}.blog-page .tags label,.blogpost-page .tags label{display:inline-block;font-size:13px}.blog-page .tags ul,.blogpost-page .tags ul{display:inline-block;font-size:0}.blog-page .tags li,.blogpost-page .tags li{display:inline-block;font-size:13px;color:#cc8a97}.blog-page .tags li:hover,.blogpost-page .tags li:hover{text-decoration:underline}.blog-page .tags li.separator,.blogpost-page .tags li.separator{margin:0 5px 0 3px}.blog-page .tags a,.blogpost-page .tags a{display:inline-block;line-height:24px}.blog-page .tags a:hover,.blogpost-page .tags a:hover{text-decoration:underline}.blog-posts .buttons,.news-items .buttons{margin:15px 0 0}.blog-posts .read-comments{display:block;margin:10px 0 20px;font-size:13px;color:#cc8a97}.blog-posts .read-comments:hover{text-decoration:underline}.blog-posts .read-more,.news-items .read-more{display:inline-block;min-width:150px;background-color:#cc8a97;padding:10px;text-align:center;text-transform:uppercase;font-weight:bold;font-size:14px;color:#fff;-webkit-transition:all .2s ease;transition:all .2s ease}.blog-posts .read-more:hover,.news-items .read-more:hover{opacity:.9}.new-comment{margin:60px 0 70px}.new-comment form{border:2px solid #eee;padding:30px 15px}.new-comment .title,.comment-list .title{margin:0 0 15px;font-size:16px}.new-comment .title strong:after,.comment-list .title strong:after{content:"";display:block;height:3px;width:30px;margin:10px auto 0;background:#cc8a97}.new-comment .notifications{margin:0 0 10px}.new-comment .result{color:#690}.new-comment .form-fields{margin:0 0 15px}.new-comment .inputs label{display:none}.new-comment textarea{width:350px;max-width:100%}.new-comment .captcha-box{margin:0 0 40px}.new-comment .buttons{position:relative;margin:-22px 0 0}.new-comment .button-1{display:inline-block;width:350px;max-width:100%;border:0;background-color:#cc8a97;padding:14px 40px;text-align:center;text-transform:uppercase;font-weight:bold;font-size:14px;color:#fff;-webkit-transition:all .2s ease;transition:all .2s ease}.new-comment .button-1:hover{opacity:.9}.comment-list .title{color:#444;letter-spacing:2px;text-transform:uppercase}.blog-comment,.news-comment{margin:0 0 60px}.blog-comment:after,.news-comment:after{content:"";display:block;clear:both}.comment-info{display:inline-block;width:auto;margin:0 0 20px;border:2px solid #eee;padding:20px 25px}.comment-info .username{display:block;padding:0 0 10px;text-transform:uppercase;font-weight:bold;color:#cc8a97}.comment-info .avatar{position:relative;width:120px;height:120px;overflow:hidden}.comment-info .avatar img{position:absolute;top:0;right:0;bottom:0;left:0;max-width:100%;max-height:100%;margin:auto}.comment-content>*{margin:0 0 10px}.comment-content .comment-title{margin:0 0 25px;text-transform:uppercase;color:#444}.comment-time span{font-weight:bold}.comment-body{line-height:20px}.page.news-item-page{text-align:center}.news-item-page .inputs:first-child label{display:block}.news-list-homepage{margin:0 0 60px}.news-list-homepage .title{margin:0 0 30px;text-align:center;font-size:22px;letter-spacing:3.3px;text-transform:uppercase;color:#444}.news-list-homepage .news-title{text-transform:none}.news-list-homepage .news-title:after{display:none}.news-list-homepage .view-all{text-align:center}.news-list-homepage .view-all a{display:inline-block;font-weight:bold;color:#cc8a97}.news-list-homepage .view-all a:hover{text-decoration:underline}.news-list-homepage .news-item .news-title{font-size:14px;letter-spacing:normal}.forums-main-page,.forum-group-page,.forum-page,.forum-topic-page,.forum-edit-page,.forum-search-page,.active-discussions-page,.move-topic-page,.profile-page,.private-messages{margin:0 0 180px}.forums-main-page .topic-block{margin:0 0 5px}.forums-main-page .topic-block-body{line-height:24px}.forums-header{margin:0 0 20px}.forums-header:after{content:"";display:block;clear:both}.current-time{margin:0 0 30px;font-weight:bold}.forum-search-box{position:static!important;float:none!important;margin:0 0 50px;border:2px solid #eee;padding:30px 20px 20px}.forum-search-box .basic{max-width:390px;overflow:hidden;margin:0 auto 10px}.forum-search-box .basic .search-box-text{width:390px;max-width:100%;height:38px;border-width:2px 2px 0;text-align:center;font-size:14px}.forum-search-box .basic .search-box-button{width:390px;max-width:100%;border:0;padding:10px 40px;background-color:#cc8a97;color:#fff;font-size:14px;font-weight:bold;text-transform:uppercase;-webkit-transition:all .2s ease 0s;transition:all .2s ease 0s}.forum-search-box .basic .search-box-button:hover{opacity:.9}.forum-search-box .advanced a{padding-left:20px;background:url('../Themes/Brooklyn/Content/img/forum-search-button.png') no-repeat left center;text-transform:uppercase;font-weight:bold;font-size:13px;color:#cc8a97}.forum-search-box-text{float:left;width:220px!important}.forum-search-box-button{float:left;width:36px;height:36px;border:0;background:#ccc url('../Themes/Brooklyn/Content/img/search-button.png') center no-repeat;font-size:0}.forum-search-page .advanced-search{margin:15px 0 0}.forum-search-page .inputs.reversed>*{margin:0 3px}.forum-search-page .search-error{margin:0 0 30px;text-align:center;font-size:13px;color:#de524e}.forum-search-page .search-results{margin:0 0 15px}.forum-table td{font-size:13px}.forums-table-section{margin:0 0 30px}.forums-table-section.active-discussions{position:relative}.forums-table-section a{vertical-align:middle;text-transform:uppercase;font-size:14px}.forums-table-section a:hover{color:#cc8a97}.forums-table-section-title{margin:0 0 20px;overflow:hidden;text-transform:uppercase;letter-spacing:2px}.forums-table-section-title>a,.forums-table-section-title strong{font-size:16px;font-weight:bold;color:#444}.forums-table-section-title>a:hover{color:#cc8a97}.forums-table-section-title>a:after,.forums-table-section-title strong:after{content:"";display:block;height:3px;width:30px;margin:10px auto 0;background-color:#cc8a97}.forums-table-section-title strong:after{background-color:#cc8a97}.forums-table-section .view-all{margin:-30px 0 0}.forums-table-section .view-all a{color:#cc8a97}.forums-table-section .view-all a:hover{text-decoration:underline}.forums-table-section .image div{width:31px;height:25px;margin:auto;background:url('../Themes/Brooklyn/Content/img/folder1.png') center no-repeat}.forums-table-section .image div.sticky{background:url('../Themes/Brooklyn/Content/img/folder2.png') center no-repeat}.forums-table-section .image div.announcement{background:url('../Themes/Brooklyn/Content/img/folder3.png') center no-repeat}.forums-table-section .latest-post{white-space:nowrap}.forums-table-section .latest-post .origin a,.forums-table-section .latest-post .author a,.forums-table-section .topic-details .topic-starter a{font-size:13px;color:#cc8a97}.forum-page .forum-info{margin:0 0 20px}.forum-page .forum-name h1,.forum-topic-page .topic-name h1{margin:0 0 20px;text-align:center;text-transform:uppercase;font-size:22px;letter-spacing:3.3px;color:#444}.forum-page .forum-description{margin:0 0 50px}.forum-actions,.topic-actions{display:inline-block;margin:0 0 25px;font-size:0}.forum-actions .actions a,.topic-actions .actions a{display:inline-block;margin:0 -1px;border:2px solid #eee;padding:10px 20px 10px 40px;background-image:none;background-color:#f9f9f9!important;text-transform:uppercase;font-weight:bold;font-size:14px;color:#cc8a97;-webkit-transition:all .2s ease;transition:all .2s ease}.forum-actions .actions a,.topic-actions .actions a{margin-bottom:-2px!important}.forum-actions .actions a:last-of-type,.topic-actions .actions a:last-of-type{margin:0 0 0 -1px}.forum-actions .actions a:hover,.topic-actions .actions a:hover{background-color:#eee!important}.forum-actions .actions .new-topic{background:url('../Themes/Brooklyn/Content/img/forum_icon6.png') left center no-repeat}.forum-actions .actions .watch-forum{background:url('../Themes/Brooklyn/Content/img/forum_icon5.png') left center no-repeat}.topic-actions .actions .reply-topic-button{background:url('../Themes/Brooklyn/Content/img/forum_icon4.png') left center no-repeat}.topic-actions .actions .watch-topic-button{background:url('../Themes/Brooklyn/Content/img/forum_icon5.png') left center no-repeat}.topic-actions .actions .move-topic-button{background:url('../Themes/Brooklyn/Content/img/forum_icon3.png') left center no-repeat}.topic-actions .actions .edit-topic-button{background:url('../Themes/Brooklyn/Content/img/forum_icon1.png') left center no-repeat}.topic-actions .actions .delete-topic-button{background:url('../Themes/Brooklyn/Content/img/forum_icon2.png') left center no-repeat}.topic-actions.lower .actions{display:none}.pager.upper{display:none;margin:0}.topic-post{margin:0 0 20px}.topic-post:after{content:"";display:block;clear:both}.topic-post .post-info{margin:30px 0;padding:5px 0 20px}.topic-post .user-info{width:150px;margin:0 auto 10px}.topic-post .username{display:block;padding:10px 0;font-weight:bold;text-transform:uppercase;color:#cc8a97}.topic-post .avatar,.profile-info-box .avatar{position:relative;width:150px;height:150px;margin:0 auto;overflow:hidden}.topic-post .avatar img,.profile-info-box .avatar img{position:absolute;top:0;right:0;bottom:0;left:0;max-width:100%;max-height:100%;margin:auto}.topic-post .user-stats{margin:0 0 15px;font-size:13px}.topic-post .user-stats li{display:inline-block;margin:0 10px}.topic-post .user-stats span,.profile-info-box .profile-stats span{margin:0 0 0 3px;font-weight:bold}.topic-post .pm-button,.profile-info-box .pm-button{display:block;margin:0 auto;width:150px;padding:10px 30px;background-color:#cc8a97;font-weight:bold;text-transform:uppercase;color:#fff;-webkit-transition:all .2s ease;transition:all .2s ease}.topic-post .pm-button:hover,.profile-info-box .pm-button:hover{opacity:.9}.topic-post .post-time{margin:0 0 15px;padding:10px 0}.topic-post .post-time span{font-weight:bold}.topic-post .post-actions{margin:0 0 30px;font-size:0}.topic-post .post-actions>div{display:inline-block;margin:0 0 -2px}.topic-post .post-actions a{display:inline-block;margin:0 -1px;font-size:14px}.topic-post .post-actions .quote-post-button{border:2px solid #eee;background:#f9f9f9 url('../Themes/Brooklyn/Content/img/quote.png') left center no-repeat;padding:15px 20px 15px 30px;text-transform:uppercase;font-weight:bold;color:#cc8a97;-webkit-transition:all .2s ease;transition:all .2s ease}.topic-post .post-actions .quote-post-button:hover{background-color:#eee}.topic-post .post-actions .post-link-button{margin:0 -1px;border:2px solid #eee;padding:15px 20px;font-weight:bold}.topic-post .post-actions .edit-post-button,.topic-post .post-actions .delete-post-button{margin:0 -1px;border:2px solid #eee;padding:15px;font-weight:bold}.topic-post .post-actions a:hover{color:#cc8a97}.topic-post .post-body{margin:0 0 15px}.topic-post .user-posted-image,.latest-posts .user-posted-image{max-width:100%;height:auto}.topic-post .quote,.latest-posts .quote{margin:10px;border:2px solid #eee;padding:10px}.topic-post .signature{border-top:2px solid #eee;padding:20px;font-style:italic}.topic-post .vote{position:relative;display:inline-block;width:35px;height:35px;cursor:pointer}.topic-post .vote.up:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:0;height:0;border-style:solid;border-width:0 10px 15px 10px;border-color:transparent transparent #eee transparent}.topic-post .vote.down:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:0;height:0;width:0;height:0;border-style:solid;border-width:15px 10px 0 10px;border-color:#eee transparent transparent transparent}.topic-post .post-vote{display:inline-block;margin-top:10px;text-align:center;font-size:0;line-height:0}.vote-count-post{width:40px;border:2px solid #eee;padding:5px;font-size:16px;line-height:24px;color:#888;font-family:"Open Sans",sans-serif}.forum-edit-page strong,.private-message-send-page a{text-transform:uppercase;font-size:16px;vertical-align:middle;font-weight:bold;letter-spacing:2px;color:#444}.forum-edit-page .toolbar,.private-message-send-page .toolbar{margin:0 0 10px}.forum-edit-page .buttons,.private-message-send-page .buttons,.private-messages-page .buttons{margin:15px 0 0;text-align:center}.forum-edit-page .buttons,.move-topic-page .buttons,.private-messages .buttons{font-size:0}.forum-edit-page .buttons button,.move-topic-page .buttons button,.private-messages .buttons button{display:block;margin:10px auto;min-width:250px;border:2px solid #eee;padding:10px 20px;background-color:#f9f9f9;font-weight:bold;font-size:14px;text-transform:uppercase;color:#cc8a97;-webkit-transition:all .2s ease;transition:all .2s ease}.forum-edit-page .buttons button:hover,.move-topic-page .buttons button:hover,.private-messages .buttons button:hover{background-color:#eee}.forum-edit-page .buttons button.button-1,.move-topic-page .buttons button.button-1,.private-messages .buttons button.button-1{background-color:#cc8a97;border-color:#cc8a97;color:#fff}.forum-edit-page .buttons button.button-1:hover,.move-topic-page .buttons button.button-1:hover,.private-messages .buttons button.button-1:hover{opacity:.9}.forum-edit-page .inputs span{vertical-align:middle;margin-left:5px;font-size:12px}.private-message-send-page .message label{display:none}.private-messages-page .ui-tabs .ui-tabs-panel{border:0;padding:0}.private-messages-page td.date{width:15%;white-space:nowrap}.private-messages-page td a{font-weight:normal}.private-messages-page td a.pm-unread{font-weight:bold;color:#cc8a97}.private-messages-page td.date{color:#bbb}.private-messages-page .to a:hover,.private-messages-page .from a:hover,.private-messages-page .subject a:hover{color:#cc8a97}.private-messages-page .pager{margin:0 0 30px}.private-message-view-page .view-message{margin:0 0 30px}.private-message-view-page .view-message ul li{display:inline-block}.private-message-view-page .view-message ul li:last-child span{display:none}.private-message-view-page .view-message div{display:block;margin:20px 0 0;border:2px solid #eee;padding:15px}.private-message-view-page span{font-weight:bold}.private-message-view-page span{margin:0 10px 0 0;vertical-align:middle}.private-message-view-page span:after{content:"|";margin:0 0 0 10px}.private-message-view-page .message{display:block!important;margin:15px 0;border:1px solid #ccc;padding:15px}.private-message-view-page .message span:after{display:none}.private-message-view-page .options{display:block!important;overflow:hidden}.private-message-view-page .buttons{display:inline-block}.private-message-view-page .back-pm-button{margin:0 0 0 -2px}.profile-info-box{overflow:hidden}.profile-info-box .avatar{margin:0 auto 20px}.profile-info-box .profile-stats{margin:0 0 30px}.profile-info-box .title{margin:0 0 5px;text-transform:uppercase;font-size:14px;color:#444}.profile-info-box .stats{font-size:13px}.profile-info-box .stats li{margin:0 0 5px}.profile-page .topic{margin:0 -15px 20px;border-bottom:2px solid #eee;padding:0 15px 15px}.profile-page .topic p{padding:0 10px}.profile-page .topic-title{margin:-20px -15px 20px;border-bottom:2px solid #eee;background-color:#f9f9f9;padding:15px 5px}.profile-page .topic:first-child .topic-title{margin-top:-15px}.profile-page .topic-title a{vertical-align:middle;font-weight:bold;text-transform:uppercase;font-size:14px;color:#cc8a97}.profile-page .topic-title a:hover{color:#cc8a97}.profile-page .topic-data span{font-weight:bold}
.cart,.data-table,.compare-products-table{margin:0 0 30px;box-shadow:0 1px 12px 2px rgba(0,0,0,.17)}.forums-table-section table{margin:0 0 70px;box-shadow:0 1px 12px 2px rgba(0,0,0,.17)}table.data-table{box-shadow:none;border:2px solid #eee}.cart th,.data-table th,.forums-table-section th{border-bottom:2px solid #eee;padding:12px 15px;white-space:nowrap;font-weight:normal}.cart td,.data-table td,.compare-products-table td,.forums-table-section td{min-width:60px;border-bottom:2px solid #eee;background:#fff;padding:12px 15px;font-weight:normal}.data-table td.product a{font-style:normal}.cart tr:last-child td,.data-table tr:last-child td,.compare-products-table tr:last-child td,.forums-table-section tr:last-child td{border-bottom:0}.cart a,.data-table a,.compare-products-table a,.forums-table-section a{font-weight:bold;color:#444}.cart .product,.data-table .product,.data-table .message,.data-table .info,.data-table .name,.forum-table .forum-details,.forum-table .topic-details{text-align:center}.cart .attributes,.data-table .attributes{margin:0;padding:0;border:0}.cart .remove-from-cart,.cart .add-to-cart,.data-table .select-boxes,.data-table .order{text-align:center}.cart .product-picture img{max-width:70px}.cart .product{min-width:175px}.cart .edit-item>a{color:#cc8a97}.cart .edit-item>a:hover{text-decoration:underline}.cart .unit-price{white-space:nowrap;font-size:16px}.cart .qty-input,.cart .qty-dropdown{width:48px;height:48px;border:2px solid #ddd;text-align:center;font-size:16px}.cart .qty-dropdown{padding:3px}.cart tbody .subtotal{white-space:nowrap;font-weight:bold;font-size:16px;color:#cc8a97}.cart tbody .subtotal .discount{white-space:normal}.cart .discount-additional-info{margin:5px 0 0;font-size:14px;font-weight:normal;white-space:normal;color:#888}.shopping-cart-page table.cart .product-name,.checkout-page table.cart .product-name{text-transform:uppercase}.shopping-cart-page table.cart .quantity>span{display:inline-block;height:48px;width:48px;border:2px solid #ddd;line-height:43px;font-size:16px}.shopping-cart-page table.cart .quantity .td-title,.checkout-page table.cart .quantity .td-title{display:none}.compare-products-table .overview p:first-child{margin:0 0 10px}.compare-products-table .overview p:last-child{position:relative;max-width:200px;height:200px;overflow:hidden}.compare-products-table .overview img{position:absolute;top:0;right:0;bottom:0;left:0;max-width:100%;max-height:100%;margin:auto}.compare-products-table .product-name td{background:#f6f6f6}.compare-products-table .product-price td{font-weight:bold;color:#cc8a97}.compare-products-table .product-price td:first-child{font-weight:normal;color:#666}.compare-products-table-mobile img{max-width:120px}.footable-first-column{text-align:center}td.footable-first-column{position:relative;background:transparent!important}td.footable-last-column{text-align:center;font-size:16px;font-weight:bold!important;color:#cc8a97}.footable-first-column .item-count{font-size:16px!important}.footable.breakpoint>tbody>tr>td>span.footable-toggle{position:absolute;top:50%;left:50%;width:32px;height:32px;margin:-16px 0 0 -16px;overflow:hidden;background-color:#fff;background-position:center;background-repeat:no-repeat;cursor:pointer}.footable-row-detail{text-align:left}.footable-row-detail-cell{text-align:left!important}.footable-row-detail-row{margin:0 0 10px;display:table-row}.footable-row-detail-name{margin:0 0 5px;font-style:italic;display:table-cell;padding:7px 10px}.footable-row-detail-value{display:table-cell}.footable-toggle{background-image:url('../Themes/Brooklyn/Content/img/expand-button.png')}.footable-detail-show .footable-toggle{background-image:url('../Themes/Brooklyn/Content/img/shrink-button.png')}.footable-toggle:before{display:none!important}.compare-products-table-mobile .item-count,.downloadable-products-page .data-table .item-count{display:none}@media all and (max-width:480px){.cart th.remove-from-cart{padding:12px 6px}}@media all and (min-width:612px){.downloadable-products-page .data-table .item-count,.return-request-page .data-table .item-count{display:block}}@media all and (min-width:768px){.forum-table .forum-details,.forum-table .latest-post,.forum-table .topic-details{text-align:left!important}}@media all and (min-width:1281px){.cart td,.data-table td,.compare-products-table td{padding:20px}.forums-table-section td{padding:20px 20px 30px}}
@media all and (max-width:1024px){.admin-header-links{position:fixed;top:0;z-index:1030;width:100%}.responsive-nav-wrapper-parent{position:fixed;top:0;z-index:1030;width:100%}.admin-header-links~.responsive-nav-wrapper-parent{top:35px}.header{margin-top:40px}.admin-header-links~.header{margin-top:75px}.responsive-nav-wrapper{position:relative;background-color:#cc8a97;text-align:center;font-size:0}.responsive-nav-wrapper.nav-down{-webkit-transform:translateY(0);transform:translateY(0)}.responsive-nav-wrapper.nav-up{-webkit-transform:translateY(-50px);transform:translateY(-50px)}.responsive-nav-wrapper:after{content:"";display:block;clear:both}.responsive-nav-wrapper>div{vertical-align:middle}.responsive-nav-wrapper>div>span,.responsive-nav-wrapper>div>a{display:block;color:#fff;font-size:20px;text-transform:uppercase;height:40px;width:40px;overflow:hidden;text-indent:-9999px;cursor:pointer;border-right:1px solid rgba(255,255,255,.1)}.responsive-nav-wrapper>div:first-child>span,.responsive-nav-wrapper>div:first-child>a{border-left:1px solid rgba(255,255,255,.1)}.responsive-nav-wrapper .menu-title{display:inline-block;background:url('../Themes/Brooklyn/Content/img/menu-button.png') no-repeat center}.responsive-nav-wrapper .search-wrap{display:inline-block;background:url('../Themes/Brooklyn/Content/img/search-button.png') no-repeat center}.responsive-nav-wrapper .wishlist-opener{display:inline-block;background:url("../Themes/Brooklyn/Content/img/wishlist-button.png") no-repeat center}.responsive-nav-wrapper .shopping-cart-link{display:inline-block;background:url('../Themes/Brooklyn/Content/img/cart-button.png') no-repeat center}.responsive-nav-wrapper .filters-button{display:inline-block;background:url('../Themes/Brooklyn/Content/img/filters-button.png') no-repeat center}.responsive-nav-wrapper .personal-button{display:inline-block;background:url('../Themes/Brooklyn/Content/img/options-button.png') no-repeat center}.ps-container>.ps-scrollbar-y-rail{visibility:hidden!important}.scrollYRemove{overflow:hidden!important;-ms-touch-action:none!important;-webkit-overflow-scrolling:touch!important}.overlayOffCanvas{display:none;position:fixed;top:0;left:0;bottom:0;width:100%;height:100%;background:rgba(0,0,0,0);z-index:1060;-webkit-transition:background .3s ease-in-out;transition:background .3s ease-in-out}.admin-header-links~.overlayOffCanvas{top:75px}.overlayOffCanvas.show{background:rgba(0,0,0,.4)}.header-menu{position:fixed;top:0;left:0;width:320px;height:100%;text-align:left;background:#fff;overflow:hidden;z-index:1070;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translate(-320px);-ms-transform:translate(-320px);transform:translate(-320px)}.header-menu.open{box-shadow:1px 0 5px rgba(0,0,0,.5);-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.header-menu .close-menu{overflow:hidden}.close-menu span{display:block;float:right;width:40px;height:40px;background:url('../Themes/Brooklyn/Content/img/menu-close-button.png') no-repeat center;line-height:15px;text-align:right;font-size:0;color:#fff;text-transform:uppercase;cursor:pointer}.header-menu>ul li{text-align:center;position:relative}.header-menu>ul li:after{content:"";display:block;clear:both}.header-menu>ul li>a,.header-menu>ul li>span{display:block;position:relative;z-index:0;width:auto!important;margin:0 20px;border-bottom:2px solid #eee;padding:25px 5px 12px;line-height:16px;color:#444;font-size:14px;font-weight:bold;text-transform:uppercase}.plus-button{position:absolute;top:0;right:0;z-index:1;width:47px;height:53px;background:url('../Themes/Brooklyn/Content/img/menu-sublevel-button.png') 10px 24px no-repeat;cursor:pointer}.header-menu .sublist-wrap{position:fixed;top:0;left:0;width:320px!important;height:100%;background:#fff!important;z-index:2;overflow:hidden;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translate(-320px);-ms-transform:translate(-320px);transform:translate(-320px)}.header-menu .sublist-wrap.active{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.header-menu .back-button span{display:inline-block;float:right;margin:0 17px 0 0;border:0;background:url('../Themes/Brooklyn/Content/img/menu-back-button.png') no-repeat left center;padding:10px 10px 10px 20px!important;text-align:right;font-size:12px;color:#888;font-weight:normal;cursor:pointer}.admin-header-links,.responsive-nav-wrapper,.master-wrapper-content,.header-logo,.footer,.slider-wrapper{-webkit-transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out}.move-right{-webkit-transform:translate(320px);-ms-transform:translate(320px);transform:translate(320px)}.store-search-box{display:none;position:fixed;top:40px;left:0;padding:20px;width:100%;box-shadow:-1px 2px 1px rgba(0,0,0,.3);z-index:1070;text-align:center;background:#fff}.admin-header-links~.search-box{top:75px}.search-box.open{display:block}.header-options-wrapper{display:none;position:fixed;top:40px;left:0;right:0;z-index:1070;box-shadow:0 1px 2px rgba(0,0,0,.2);background:#fff;padding:10px;text-align:center;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.admin-header-links~.header .header-options-wrapper{top:75px}.header-options-wrapper.open{display:block}.header-selectors-wrapper{margin:10px 0 0}.header-actions{display:none}.header-logo{padding:15px 0}.header-2 .header-options-wrapper .header-logo{display:none}.header-2 .header-lower{background:transparent!important}.block.block-account-navigation{float:none;margin:80px auto 100px}}@media all and (max-width:480px){.forums-table-section .forums-table-section-body{overflow-x:auto}.forums-table-section .view-all{margin:0}}
@media all and (min-width:481px){.master-wrapper-content{width:95%}.side-2:after{content:"";display:block;clear:both}.eu-cookie-bar-notification{width:450px;max-width:95%;margin-left:-225px}.store-search-box input.search-box-text{width:350px!important}.ui-autocomplete{width:386px!important}.newsletter-email input[type="text"]{width:300px}.newsletter-email .newsletter-subscribe-button{width:300px}.block{float:left;width:48%;margin:0 1% 2%;text-align:left}.block:nth-of-type(2n+1){clear:both}.block .tags li,.product-tags-all-page li{margin:0 5px}.poll-options li,.poll-results li{display:block}.poll .buttons,.poll-total-votes{text-align:left}.breadcrumb ul{border:0}.breadcrumb li>a,.breadcrumb li>strong,.breadcrumb li>.delimiter{margin:-2px -1px 0;border:2px solid #eee;padding:9px 15px;font-size:10px}.breadcrumb li strong{max-width:none;white-space:normal}.product-selectors{width:auto;text-align:center}.product-selectors>div>span:first-child{width:auto}.product-selectors .new_select{text-align:left}.item-box{float:left;width:49%;max-width:none;margin-left:2%}.item-box:nth-child(2n+1){clear:both;margin-left:0}.item-box .prices{min-height:23px}.item-box button{padding:0 15px}.home-page-category-grid{width:100%;margin:0 0 90px}.home-page-category-grid .item-box{margin-bottom:2%}.sub-category-grid{width:100%;margin:0 0 30px}.gallery{width:500px;max-width:100%}.gallery .thumb-item{width:25%}.ui-tabs .ui-tabs-nav li{display:inline-block;margin:0 -1px -2px}.ui-tabs.productTabs .ui-tabs-nav{margin:0;text-align:left}.ui-tabs.productTabs .ui-tabs-nav li{width:50%}.enter-password-form input[type="password"]{width:300px!important}.registration-page .fieldset:nth-child(2) select,.account-page .fieldset:nth-child(3) select{width:110px}.login-page .checkout-as-guest-or-register-block .button-1{max-width:50%;padding:14px 20px}.shopping-cart-page .button-2.update-cart-button{background-image:url('../Themes/Brooklyn/Content/img/update.png');background-position:left center;background-repeat:no-repeat}.shopping-cart-page .common-buttons a.estimate-shipping-button{background-image:url('../Themes/Brooklyn/Content/img/shipping.png');background-position:left center;background-repeat:no-repeat}.order-review-data,.order-details-area,.shipment-details-area{display:table;width:100%;margin:0 0 60px}.order-review-data>div,.order-details-area>ul,.shipment-details-area>div{display:table-cell;width:50%}#CreditCardType,#CardholderName,#CardNumber{width:390px!important}.forum-search-box-text,.forum-search-text{width:350px}.forum-page .forum-actions .actions a{width:auto}.forum-actions .actions a:first-child,.topic-actions .actions a:first-child{margin:0 -1px 0 0}}
@media all and (min-width:769px){.page{clear:both;min-height:200px;text-align:left}.fieldset .title,.section .title{text-align:center}.footer-block{display:inline-block;width:45%;margin:0 1% 15px;vertical-align:top}.block{width:31.3333%;margin:0 1% 2%}.block:nth-of-type(2n+1){clear:none}.block:nth-of-type(3n+1){clear:both}.breadcrumb{text-align:left}.breadcrumb ul{padding:0 10px;border:2px solid #eee;border-bottom:0}.breadcrumb ul:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#eee}.product-filters .product-filter{display:inline-block;width:33.333%;margin:0 0 2%;padding:1%;text-align:center;vertical-align:top}.product-selectors{position:relative;z-index:2;text-align:center}.product-selectors>div{margin:0}.product-selectors .product-viewmode{display:block;position:absolute;left:0}.product-selectors .product-viewmode>span:first-child{padding-left:0}.product-selectors .product-sorting{padding:8px 0}.product-selectors .product-page-size{position:absolute;right:0;padding:8px 0}.product-selectors .product-page-size>span:last-child{padding-right:0}.item-box{width:32%}.item-box:nth-child(2n+1){clear:none;margin-left:2%}.item-box:nth-child(3n+1){clear:both;margin-left:0}.item-box .buttons{text-align:left}.item-box button{padding:0 10px}.product-list{margin-top:45px}.product-list .item-box{float:none;width:auto;margin-left:0}.product-list .item-box .product-item:after{content:"";display:block;clear:both}.product-list .item-box .picture{float:left;width:200px;margin:0}.product-list .item-box .picture+.details{margin-left:220px}.product-list .item-box .product-title,.product-list .item-box .description{height:auto}.product-list .item-box .buttons button[type='button']{width:auto;min-width:150px}.product-list .item-box .buttons button.add-to-wishlist-button{width:48px;min-width:0}.pager{border:2px solid #eee;text-align:center}.pager ul{display:inline-block}.pager li{float:left;margin:-2px 0}.product-essential{text-align:center}.overview .qty-label,.variant-overview .qty-label{position:static;left:0;margin:0 5px 0 0}.ui-tabs.productTabs .ui-tabs-nav{text-align:center}.ui-tabs.productTabs .ui-tabs-nav li{width:auto}.ui-tabs.productTabs .ui-tabs-panel{padding:20px 50px;text-align:center}.tier-prices .prices-table{display:table;width:100%;border:0;border-collapse:collapse}.tier-prices .prices-row{display:table-row;float:none;width:auto}.tier-prices .prices-row>div{display:table-cell;border:2px solid #eee!important}.tier-prices .field-header{min-width:100px}.rental-attributes dt{min-width:75px}.rental-attributes .datepicker{width:120px}.attribute-squares{text-align:center}.giftcard label{display:inline-block;width:150px;margin:0 10px 0 -156px;text-align:right}.ui-tabs .product-review-list{text-align:left}.ui-tabs .product-review-item:last-child{margin-bottom:20px}.product-review-item .review-title{float:left;width:80%;margin:0;color:#444}.product-review-item .product-review-box{float:right}.product-review-item .review-text{overflow:hidden}.product-review-item .review-avatar{float:left;margin:0}.product-review-item .avatar+.text-body{margin:0 0 0 140px}.wishlist-content .button-2{display:inline-block;min-width:200px;margin:0 5px}.date-of-birth select{max-width:105px}.address-list .buttons{position:absolute;top:5px;right:1px}.recurring-payments .table-wrapper{max-width:768px;margin:auto}.recurring-payments .start-date{min-width:120px}.avatar-page{text-align:center}.avatar-page .fieldset{text-align:center}.shopping-cart-page .common-buttons{text-align:center;font-size:0}.shopping-cart-page .common-buttons .button-2,.shopping-cart-page .estimate-shipping-button{width:49%;max-width:390px}.order-progress a{width:auto;padding:15px 65px 15px 15px}.cart-options .common-buttons button{margin:0 0 0 10px}.cart-options .checkout-attributes li{display:inline-block;margin:0 5px}.shopping-cart-page .totals,.cart-collaterals{margin:0 auto 25px;text-align:center}.checkout-page .address-grid{max-width:810px}.checkout-page .address-item{float:left;max-width:48%;margin:0 1% 2%}.checkout-page .address-item:only-child{max-width:none}.payment-details{display:inline-block;margin:0 5px;vertical-align:middle}.payment-details>*{cursor:pointer}.order-details-page .page-title a{width:auto;min-width:170px;margin:3px;text-align:center}.order-details-page .actions button{min-width:0}.order-details-page .total-info{overflow:hidden}.order-details-page .cart-total{float:right}.sitemap-page{text-align:center}.post-head~*,.news-head~*{display:block}.blog-page .tags>*,.blogpost-page .tags>*{float:left}.blog-page .tags label,.blogpost-page .tags label{margin:0 10px 0 0;line-height:24px}.comment-list{text-align:center}.news-list-homepage .news-items{margin:0 0 30px 160px;padding:5px 0 5px 40px;border-left:2px solid #ddd}.news-list-homepage .news-items .news-item{margin:30px 0 0}.news-list-homepage .news-items .news-item:first-child{margin:0}.news-list-homepage .news-items .news-item:before{content:"";position:absolute;top:12px;left:-52px;width:23px;height:23px;background:url('../Themes/Brooklyn/Content/img/home-page-bullet.png') no-repeat center}.news-list-homepage .news-head{margin:0 0 5px}.news-list-homepage .news-title{margin:0}.news-list-homepage .news-date{position:absolute;top:0;left:-202px;width:120px;text-align:right;line-height:20px;color:#cc8a97}.news-list-homepage .buttons{display:none}.news-list-homepage .view-all{margin:40px 0 0}.blog-comment,.news-comment{position:relative;margin:0 0 -2px;overflow:hidden;border:2px solid #eee}.comment-info{float:left;min-height:220px;margin:0;border:0}.comment-info+.comment-content{min-height:220px;margin:0 0 0 172px;padding:20px;text-align:left}.comment-info:after{content:"";display:block;position:absolute;top:0;left:170px;height:100%;width:2px;background-color:#eee}.forum-breadcrumb{margin:0 0 30px!important}.forums-main-page,.forum-group-page,.forum-page,.forum-topic-page,.active-discussions-page,.profile-page,.private-messages{text-align:center}.current-time{font-weight:bold}.forums-table-section-title{text-align:left}.forums-table-section-title>a::after,.forums-table-section-title strong:after{margin:10px 0 0}.forums-table-section-title .link-rss{float:right;margin:0}.forums-table-section .view-all{position:absolute;top:5px;right:0;margin:0;text-align:center}.forum-actions,.topic-actions{display:block;overflow:hidden}.forum-actions .actions,.topic-actions .actions{margin:0 0 30px}.forum-actions .pager,.topic-actions .pager{float:none!important}.topic-actions.lower .actions{display:block}.topic-posts{margin:0 0 30px;box-shadow:0 1px 12px 2px rgba(0,0,0,.17)}.topic-post{overflow:hidden;margin:0;border-bottom:2px solid #eee}.topic-post:last-child{border-bottom:0}.topic-post .post-info{float:left;width:20%;margin:0}.topic-post .user-info{width:auto}.topic-post .user-stats li{display:block;margin:0}.topic-post .post-content{float:right;position:relative;width:80%}.topic-post .post-content .post-body{padding:0 0 20px 20px;text-align:left;overflow:hidden}.topic-post .post-content:before{content:"";position:absolute;top:0;left:0;width:2px;height:1000px;background-color:#eee}.topic-post .post-content .post-text{float:left;max-width:88%}.topic-post .post-vote{float:right;margin:0 20px 0 0}.topic-post .post-head{overflow:hidden}.topic-post .post-time{float:left;margin:0;padding:15px;background:none}.topic-post .post-actions{float:right;margin:-2px -2px 0 0}.topic-post .post-actions a{margin:0;line-height:20px}.topic-post .post-actions .post-link-button{margin:0 10px 0 0;border:0}.topic-post .post-actions .edit-post-button,.topic-post .post-actions .delete-post-button{margin:0 0 10px;border:0}.topic-post .post-actions .edit-post-button{background:url('../Themes/Brooklyn/Content/img/forum_icon1.png') no-repeat left center}.topic-post .post-actions .delete-post-button{background:url('../Themes/Brooklyn/Content/img/forum_icon2.png') no-repeat left center}.topic-post .post-actions .edit-post-button,.topic-post .post-actions .delete-post-button{padding:15px 15px 15px 35px}.topic-post .post-actions .post-link-button{padding:15px 15px 15px 10px}.pager.lower{margin:70px 0 0}.forum-topic-page .topic-options{float:left}.move-topic-page .inputs{text-align:center}.move-topic-page .inputs label{display:block;margin:0 auto 15px;text-align:center}.forum-edit-page .buttons button,.move-topic-page .buttons button,.private-messages .buttons button{display:inline-block;min-width:200px;margin:0 5px}.private-messages-page .pager{border:0}.private-message-view-page .back-pm-button{float:left}.profile-info-box .avatar{float:left;margin:0 15px 0 0}.profile-info-box .profile-stats{margin:0 0 20px 180px;text-align:left}.profile-info-box .profile-stats:before{content:"";position:absolute;top:0;left:175px;width:2px;height:1000px;background-color:#eee}.profile-info-box .send-pm{float:left;margin:0 0 0 15px}.profile-page .pager{margin-top:35px;border:0}}
@media all and (min-width:1025px){.master-wrapper-content{width:980px;margin:auto}.master-wrapper-home .master-wrapper-content{margin-top:60px}.center-2{float:right;width:74%;margin:0 0 120px}.side-2{float:left;width:23%;margin:0 0 120px}.inputs{text-align:left}.inputs label{display:inline-block;width:305px;margin:0 10px 0 0;text-align:right}.center-2 .inputs label{width:150px}.responsive-nav-wrapper-parent{display:none}.menu-title,.close-menu,.header-menu .back-button{display:none}.overlayOffCanvas{display:none!important}.category-page .page-title,.account-page .page-title{position:absolute;top:45px;right:0;left:0}.link-rss{display:none;position:absolute;top:40px;right:0;left:0;margin:0 auto}.inputs .option-list{vertical-align:top}.inputs .option-list li{float:none;margin:10px 0}.inputs .option-list li:first-child{margin-top:0}.header{position:relative;z-index:1020;text-align:left;width:auto}.header-upper{background-color:#cc8a97;padding:5px 0}.header-upper:after,.header-lower:after{content:"";display:block;clear:both}.header-options-wrapper{width:980px;margin:auto}.header-options-wrapper:after{content:"";display:block;clear:both}.header-options{float:left;max-width:700px}.header-links-wrapper{float:left;margin:0 10px 0 0}.header-links li{margin:0 20px 0 0}.header-links span,.header-links a{line-height:30px;font-size:11px;text-transform:uppercase;color:rgba(255,255,255,.6)}.header-links span:hover,.header-links a:hover{color:rgba(255,255,255,1)}.header-selectors-wrapper{float:left}.header-selectors-wrapper>div{float:left;margin:0 0 0 10px;font-size:11px;text-transform:uppercase;color:rgba(255,255,255,.6)}.header-selectors-wrapper>div:first-child{margin:0}.header-selectors-wrapper select{height:30px;min-width:45px;max-width:55px;border:0;background-color:transparent;padding:6px 6px 6px 0;font-size:11px;color:rgba(255,255,255,.6);text-transform:uppercase}.tax-display-type-selector select{max-width:none!important}.header-selectors-wrapper select:focus{color:rgba(255,255,255,1)}.new_select{background-image:url('../Themes/Brooklyn/Content/img/selector-button1.png')}.language-list a{height:30px}.store-search-box{position:relative;float:right}.store-search-box form{border-color:rgba(255,255,255,.2)}.store-search-box input.search-box-text{width:240px!important;height:29px;font-size:12px;color:rgba(255,255,255,.6)}.header-1 .store-search-box input.search-box-text::-webkit-input-placeholder{color:rgba(255,255,255,.6)}.header-2 .store-search-box input.search-box-text::-webkit-input-placeholder{color:#888}.store-search-box input.search-box-text:focus{color:#fff}.store-search-box .search-box-button{width:30px;height:29px;background:rgba(0,0,0,0) url("../Themes/Brooklyn/Content/img/search-button.png") no-repeat center}.ui-autocomplete{z-index:1015;width:270px!important;text-align:left}.header-lower{display:table;table-layout:fixed;width:980px;margin:auto;padding:20px 0}.header-actions-wrapper{display:table-row}.header-logo{display:table-cell;width:20%;padding:0 20px 0 0;vertical-align:middle;text-align:left}#headerMenuParent{display:table-cell;width:65%;vertical-align:middle}.header-menu{display:table-row;position:relative;z-index:1010;margin:0 0 30px;text-align:left}.header-menu>ul{display:table-cell;font-size:0}.header-menu>ul>li{display:inline-block;position:relative;vertical-align:middle}.header-menu>ul>li>a,.header-menu>ul>li>span{display:block;position:relative;overflow:hidden;padding:5px 15px;font-size:14px;text-transform:uppercase;font-weight:bold;color:#444;cursor:pointer}.header-menu>ul>li>a:after,.header-menu>ul>li>span:after{content:"";display:none;position:absolute;bottom:0;left:15px;width:100%;height:2px;background-color:#cc8a97}.header-menu>ul>li:hover{z-index:100}.header-menu>ul>li:hover>a:after,.header-menu>ul>li:hover>span:after{display:block}.header-menu .sublist-wrap{display:none;position:absolute;top:30px;left:15px;min-width:180px;background:#fff;padding:2px 0 7px;box-shadow:1px 1px 3px rgba(0,0,0,.25)}.header-menu .sublist-wrap.active{display:block}.top-menu{display:block}.header-menu .sublist li{position:relative;padding:0 10px}.header-menu .sublist .back-button{display:none}.header-menu .sublist li a{display:block;border-bottom:2px solid #eee;padding:12px 10px 5px;font-size:14px;color:#888}.header-menu .sublist li:last-child a{border-bottom:0}.header-menu .sublist li:hover>a{color:#cc8a97}.header-menu .sublist-wrap .sublist-wrap{top:-2px;left:100%}.header-actions{display:table-cell;width:15%;text-align:right;vertical-align:middle;font-size:0}.header-actions>a{display:inline-block;width:48px;height:48px;margin:2px 0 2px 2px;vertical-align:middle}.header-actions a.ico-wishlist{background:#444 url('../Themes/Brooklyn/Content/img/wishlist-button.png') no-repeat center}.header-actions a.ico-cart{background:#cc8a97 url('../Themes/Brooklyn/Content/img/cart-button.png') no-repeat center}.flyout-cart{display:block;position:fixed!important;top:0;bottom:0;right:-330px;z-index:1030;width:320px;border:0;box-shadow:-8px 0 8px rgba(0,0,0,.086);background:#fff;-webkit-transition:all .3s ease;transition:all .3s ease}.admin-header-links~.header-1 .flyout-cart,.admin-header-links~.header .flyout-cart-overlay{top:35px}.flyout-cart.active{right:0}.mini-shopping-cart a:hover{text-decoration:underline}.mini-shopping-cart .count{position:relative;min-height:40px;padding:11px 40px 11px 20px;background-color:#cc8a97;text-align:left;font-size:13px;color:#fff}.mini-shopping-cart .count a{width:auto;height:auto;font-weight:bold}.mini-shopping-cart .count .close{position:absolute;top:0;right:0;width:40px;height:40px;background:url('../Themes/Brooklyn/Content/img/flyout-cart-close-button.png') no-repeat center;cursor:pointer}.mini-shopping-cart .item{overflow:hidden;padding:20px 33px 0 10px}.mini-shopping-cart .picture{float:left;width:120px;text-align:center}.mini-shopping-cart .picture a{display:block;position:relative;overflow:hidden}.mini-shopping-cart .picture a:before{content:"";display:block;padding-top:100%}.mini-shopping-cart .picture img{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;max-width:100%}.mini-shopping-cart .picture+.product{margin:0 0 0 135px;text-align:left;font-size:13px;color:#888}.mini-shopping-cart .name{margin:5px 0;font-size:14px;font-weight:bold;color:#666}.mini-shopping-cart .attributes{margin:15px 0 10px;padding:15px 0 0}.mini-shopping-cart .price{margin:0 0 4px}.mini-shopping-cart .price span{font-size:16px;font-weight:bold;color:#cc8a97}.mini-shopping-cart .totals{padding:23px 10px;text-align:left;font-size:16px;color:#666}.mini-shopping-cart .totals strong{color:#cc8a97}.mini-shopping-cart .buttons{padding:0 10px;text-align:left}.mini-shopping-cart button{display:inline-block;margin:0 1px 2px 0;border:0;background-color:#cc8a97;padding:13px 30px;font-size:14px;font-weight:bold;text-transform:uppercase;color:#fff;-webkit-transition:all .2s ease;transition:all .2s ease}.mini-shopping-cart button:hover{opacity:.9}.header-2 .header-upper{background-color:#fff;padding:12px 0}.admin-header-links~.header-2 .header-upper{border-top:2px solid #eee}.header-2 .header-options-wrapper{display:table}.header-2 .header-logo{width:36%}.header-2 .store-search-box{display:table-cell;float:none;vertical-align:middle}.header-2 .store-search-box form{border-bottom:2px solid #eee}.header-2 .store-search-box input.search-box-text{height:33px;color:#888}.header-2 .store-search-box input.search-box-text:focus{color:#444}.header-2 .store-search-box .search-box-button{background-image:url("../Themes/Brooklyn/Content/img/search-button-mobile.png")}.header-2 .header-options{display:table-cell;width:36%;float:none;vertical-align:middle;text-align:right}.header-2 .header-options>div{display:inline-block;float:none;vertical-align:middle;text-align:left}.header-2 .header-links-wrapper{margin:0}.header-2 .header-links ul{text-align:right}.header-2 .header-links li{margin:0 0 0 10px}.header-2 .header-links a span:hover,.header-2 .header-links a:hover{color:#cc8a97}.header-2 .header-links span,.header-2 .header-links a,.header-2 .header-selectors-wrapper select{color:#888}.header-2 .header-selectors-wrapper{margin:0 0 0 10px}.header-2 .header-selectors-wrapper>div{border-bottom:2px solid #eee;padding:0 5px}.header-2 .new_select{background-image:url('../Themes/Brooklyn/Content/img/selector-button2.png');color:#888}.header-2 .header-selectors-wrapper .language-selector{border:0}.header-2 .header-selectors-wrapper .language-selector{border-bottom:2px solid #eee}.header-2 .header-lower{display:block;width:auto;background-color:#cc8a97;padding:5px 0}.header-2 .header-actions-wrapper{display:table;width:980px;margin:auto}.header-2 .header-lower .header-logo,.header-2 .header-lower .search-box{display:none}.header-2 #headerMenuParent{width:88%;text-align:center}.header-2 .header-menu>ul>li>a,.header-2 .header-menu>ul>li>span{color:#fff}.header-2 .header-menu>ul>li>a:after,.header-2 .header-menu>ul>li>span:after{background-color:#fff}.header-2 .header-menu>ul>li>.sublist-wrap,.header-2 .header-menu>ul>li>.dropdown{margin-top:-3px}.header-2 .header-actions a{margin:0}.header-2 .header-actions a.ico-cart{background-color:#d6a1ac}.footer-upper,.footer-middle,.footer-lower{padding-left:0;padding-right:0}.footer-upper,.footer-middle,.footer-lower-center{width:1000px;margin:auto}.footer-upper{padding:0 20px 50px}.social-sharing{height:65px;max-width:600px;margin:auto;background:url('../Themes/Brooklyn/Content/img/social-icons-holder-shadow.png') no-repeat center top}.social-sharing li{margin:0 4px;vertical-align:top;box-shadow:inset 0 20px 20px -20px rgba(0,0,0,.4)}.social-sharing li:hover{height:65px}.footer-block{float:left;width:26%;margin:0 0 15px;border:0;padding:0 20px;text-align:left}.footer-block.footer-links{width:24%}.footer-block .title{margin:0 0 15px;padding:0;font-size:18px;letter-spacing:3.3px;cursor:auto}.footer-block .title+*{display:block;margin:0}.footer-block .title strong{padding:0}.footer-block .title strong:before,.footer-block .title strong:after{display:none}.footer-block .title+*:before{margin:0}.footer-block.footer-topic .title+*:before{margin-bottom:20px}.footer-block .topic-block-body{padding:18px 0 0}.footer-block .list li{padding:10px 0}.footer-block .list li:first-child{padding:20px 0 10px}.newsletter-description{padding:20px 0 0}.newsletter-email input[type="email"]{width:220px}.newsletter-email .newsletter-subscribe-button{width:220px}.footer-2 .footer-middle{padding:60px 0}.footer-2 .footer-block{margin:0}.footer-2 .newsletter-block{border-left:2px solid #ddd;text-align:center}.footer-2 .newsletter-block .title{height:39px;width:33px;margin:10px auto;background:url('../Themes/Brooklyn/Content/img/about-us-icon.png') no-repeat center;background:#cc8a97 url('../Themes/Brooklyn/Content/img/footer-icon.png') no-repeat center}.footer-2 .newsletter-block>.title{width:auto;margin:0}.footer-2 .newsletter-block .title strong{text-align:left}.footer-2 .newsletter-block .newsletter:before{display:none!important}.footer-2 .newsletter-email .options{text-align:left}.footer-2 .social-sharing{background:none;text-align:left}.footer-2 .social-sharing li{margin:0;box-shadow:none}.footer-2 .social-sharing li:hover{height:54px}.block{float:none;width:auto;margin:0 0 40px}.block .listbox{display:block}.block .title{background:none;cursor:default}.block-recently-viewed-products .list li>a{display:inline-block;padding-left:10px}.block .product-picture{display:inline-block;width:25%;vertical-align:middle}.block .product-picture img{display:block;max-width:100%}.block .product-name{display:inline-block;width:72%;vertical-align:middle}.category-page-body .master-wrapper-content{padding:100px 0 0}.breadcrumb{margin:0 0 50px}.breadcrumb li *{line-height:normal}.category-description,.manufacturer-description,.vendor-description{text-align:left}.contact-vendor{text-align:left}.home-page-category-grid .item-box{width:32%;margin:0 0 1% 1%}.home-page-category-grid .item-box:nth-child(3n+1){margin-left:0}.home-page-category-grid .title a:hover:after{content:"";position:absolute;top:16px;right:16px;bottom:16px;left:16px;border:3px solid rgba(255,255,255,.4)}.home-page-category-grid .hover-effect-2 .title a:hover:after{display:none}.home-page-category-grid .item-box:hover .hover-effect-2 .title a span{bottom:50%;margin-bottom:-30px}.sub-category-grid .item-box:hover,.manufacturer-grid .item-box:hover{opacity:.9}.product-grid .item-box,.manufacturer-grid .item-box,.vendor-grid .item-box{width:33.33333%;margin:0 0 25px;padding:15px}.manufacturer-grid .item-box{margin:0 0 40px!important}.manufacturer-grid .item-box .title,.vendor-grid .item-box .title{font-weight:normal}.items-per-row-four .product-grid .item-box,.items-per-row-four .manufacturer-grid .item-box,.items-per-row-four .vendor-grid .item-box{width:25%;margin:0 0 35px;padding:10px}.items-per-row-four .product-grid .item-box:nth-child(3n+1),.items-per-row-four .manufacturer-grid .item-box:nth-child(3n+1),.items-per-row-four .vendor-grid .item-box:nth-child(3n+1){clear:none}.items-per-row-four .product-grid .item-box:nth-child(4n+1),.items-per-row-four .manufacturer-grid .item-box:nth-child(4n+1),.items-per-row-four .vendor-grid .item-box:nth-child(4n+1){clear:both}.product-grid .item-box:hover,.manufacturer-grid .item-box:hover,.vendor-grid .item-box:hover{box-shadow:0 1px 8px 2px rgba(0,0,0,.12)}.home-page .product-grid .item-box{width:25%}.home-page .product-grid .item-box:nth-child(3n+1){clear:none}.home-page .product-grid .item-box:nth-child(4n+1){clear:both}.items-per-row-four .product-grid .item-box .picture{position:relative}.items-per-row-four .home-page .product-grid .item-box{width:20%}.items-per-row-four .home-page .product-grid .item-box:nth-child(4n+1){clear:none}.items-per-row-four .home-page .product-grid .item-box:nth-child(5n+1){clear:both}.product-grid.also-purchased-products-grid .item-box,.product-grid.related-products-grid .item-box,.product-grid.cross-sells .item-box{width:25%}.product-grid.also-purchased-products-grid .item-box:nth-child(3n+1),.product-grid.related-products-grid .item-box:nth-child(3n+1),.product-grid.cross-sells .item-box:nth-child(3n+1){clear:none}.product-grid.also-purchased-products-grid .item-box:nth-child(4n+1),.product-grid.related-products-grid .item-box:nth-child(4n+1),.product-grid.cross-sells .item-box:nth-child(4n+1){clear:both}.gallery{display:inline-block;width:auto;padding:15px 0 0;vertical-align:top}.picture-gallery:after{content:"";display:block;clear:both}.gallery .picture{float:left;width:600px;margin:0}.gallery .picture-thumbs{float:right;width:150px;margin:0 0 0 3px}.gallery .thumb-item{width:100%;height:150px;margin:0}.product-variant-list{text-align:left}.variant-picture{float:left}.variant-picture+.variant-overview{width:auto;margin:0 0 0 250px}.ui-tabs.productTabs .ui-tabs-panel{padding:30px 80px}.ui-tabs .ui-tabs-panel .inputs label{width:223px}.two-columns .gallery{float:left}.two-columns .gallery .picture{width:452px}.two-columns .picture-thumbs{width:113px}.two-columns .gallery .thumb-item{height:113px}.two-columns .gallery .picture-thumbs li{height:113px}.two-columns .overview{float:right;width:380px;padding:15px 0 0;text-align:left}.two-columns .overview .discontinued-product{position:absolute;left:0;width:452px;border-width:0;background:rgba(255,255,255,.85);z-index:1000}.two-columns .overview .product-reviews-overview{text-align:left}.two-columns .customer-entered-price{padding:10px 10px 10px 0}.two-columns .attribute-squares{text-align:left}.two-columns .giftcard label{display:block;width:auto;margin:0 0 5px;text-align:left}.write-review .review-rating{text-align:left}.write-review .review-rating label{margin:0}.write-review .name-description{display:inline-block;width:305px;margin:1px 10px 0 0;text-align:right;vertical-align:top}.ui-tabs .write-review .name-description{width:223px}.compare-products-page{overflow:hidden}.compare-products-page .clear-list{position:absolute;top:15px;right:1%;width:auto}.compare-products-table{display:table;width:98%;margin:12px auto}.compare-products-table .full-description{display:none}.compare-products-table-mobile{display:none}.compare-products-page .button-2{padding:10px 30px}.registration-page .inputs,.login-page .inputs,.account-page .inputs{margin:0 0 15px}.registration-page .inputs label{width:238px;margin-right:20px}.registration-page .inputs input[type="text"],.registration-page .inputs input[type="password"],.registration-page .inputs input[type="tel"],.registration-page .inputs input[type="email"],.registration-page .inputs select,.registration-page .inputs textarea,.login-page .inputs input[type="text"],.login-page .inputs input[type="password"],.login-page .inputs input[type="email"],.login-page .inputs input[type="tel"],.account-page .inputs input[type="text"],.account-page .inputs input[type="password"],.account-page .inputs input[type="tel"],.account-page .inputs input[type="email"],.account-page .inputs select,.account-page .inputs textarea{border-width:0 0 2px}.gender{width:350px}.gender span{display:inline-block;margin:0;width:48.5%;border-bottom:2px solid #eee}.gender span:first-child{margin:0 3% 0 0}#check-availability-button{display:block;margin:30px auto 0}.login-page .new-wrapper{float:right;width:49%}.login-page .text{min-height:186px}.login-page .returning-wrapper{float:left;width:49%}.login-page .inputs label{width:100px}.login-page .inputs input[type="text"],.login-page .inputs input[type="password"]{width:300px}.login-page .inputs.reversed>*{width:auto;margin:0 5px;vertical-align:middle}.account-page .page-title{padding-bottom:12px;border-bottom:2px solid #eee}.account-page,.block-account-navigation{margin-top:100px}.account-page .title{text-align:left}.account-page .title strong:after{margin:10px 0 0}.account-page .master-wrapper-content{padding:150px 0 0}.account-page .inputs label{margin-right:20px}.account-page .date-of-birth select{max-width:108px}.account-page .revalidation-wrapper{display:inline-block;width:350px;max-width:100%;padding:8px;vertical-align:middle}.account-page .email-to-revalidate,.account-page .email-to-revalidate-note{margin:5px 0}.address-list-page .info,.order-list-page .info,.return-request-list-page .details{max-width:none}.order-list-page .table-wrapper{max-width:none}.order-list-page .buttons{text-align:left}.return-request-page label{width:305px}.avatar-page{text-align:left}.avatar-page .message-error{text-align:left}.avatar-page .fieldset{float:left;margin-right:20px}.avatar-page .buttons{text-align:left}.vendorinfo-page .vendor-picture{padding:20px 0 20px 170px}.vendorinfo-page .vendor-picture .remove-picture-button{margin:20px 0 0}.shopping-cart-page .totals{float:right;width:33%;max-width:390px;margin:40px 0 0}.cart-collaterals{float:left;width:66.66%;margin:0}.cart-collaterals .deals>div,.cart-collaterals .estimate-shipping{margin-top:40px}.cart-collaterals .deals{margin:0}.cart-collaterals .deals:after{content:"";display:block;clear:both}.cart-collaterals .deals>div{float:left;width:390px;max-width:48%;margin-right:2%}.cart-collaterals .hint{margin:0 auto}.cart-collaterals .deals>div:first-child{margin-bottom:20px}.cart-collaterals .shipping{float:right;margin:0}.cart-collaterals .shipping .inputs{text-align:center}.cart-collaterals .shipping .buttons{text-align:right}.cart-collaterals .estimate-shipping label{display:block;text-align:left}.cart-collaterals input[type="text"],.cart-collaterals select{border-width:0 0 2px}.terms-of-service{text-align:left}.terms-of-service>span{display:inline-block;width:90%;margin-left:10px;vertical-align:top}.checkout-page .edit-address{margin:0}.checkout-page .edit-address input,.checkout-page .edit-address select{border-width:0 0 2px 0}.new-billing-address .inputs label{display:inline-block;width:238px;margin-right:20px;text-align:right}.checkout-page .address-grid{display:block;max-width:none}.checkout-page .address-item{max-width:32%}.checkout-page .address-item,.checkout-page .address-item:nth-child(2n){margin:0 0 2% 2%}.checkout-page .address-item:first-child{margin:0 0 2%}.checkout-page .address-item:nth-child(3n+1){clear:both;margin:0 0 2%}.checkout-page .address-item:only-child{float:none;margin:0 auto 20px!important}.checkout-page .edit-address label{width:238px;margin-right:20px}.checkout-page .opc .edit-address label{width:295px}.new-billing-address .inputs .required{position:absolute}.shipping-method .method-list li,.payment-method .method-list li{text-align:left}.shipping-method .method-description{margin:5px 0 0 22px}.payment-method .payment-logo{position:absolute;top:0;bottom:0;left:42px;height:36px;margin:auto}.payment-method .payment-details input[type="radio"]{position:absolute;top:0;bottom:0;left:18px;margin:auto}.payment-method .method-list .payment-details label,.payment-method .method-list .payment-description{margin:0 0 0 88px}.search-page-body .master-wrapper-content{padding:150px 0 0}.search-page-body .page-title{position:absolute;top:45px;right:0;left:0;border-bottom:2px solid #eee;padding-bottom:12px}.search-page .inputs label{width:160px!important;margin:0 10px 0 0}.basic-search input[type="text"]{width:350px}.advanced-search .price-range{margin-left:85px}.advanced-search .price-range input{height:auto}.news-pages-body .master-wrapper-content,.blog-pages-body .master-wrapper-content{padding:150px 0 0}.news-pages-body .page-title,.blog-pages-body .page-title{position:absolute;top:45px;right:0;left:0}.page.blog-page,.page.news-list-page{text-align:left}.blog-posts .post{margin:0 0 20px;border-bottom:2px solid #eee;padding:10px 20px 20px}.news-items .news-item{margin:0 0 15px;border-bottom:2px solid #eee;padding:10px 20px 30px}.blog-posts .post:last-child,.news-items .news-item:last-child{border:0}.post-title:after,.news-title:after{margin:10px 0 0}.news-items .buttons{text-align:left}.blog-posts .read-comments{position:relative;display:inline-block;vertical-align:top;margin:15px 0 0 10px;padding:0 0 0 15px;line-height:24px}.blog-posts .read-comments:before{content:"";position:absolute;top:0;bottom:0;left:0;height:13px;width:2px;margin:auto;border-left:1px solid #e3e3e3;border-right:1px solid #d9d9d9}.blog-posts .read-more{display:block;width:150px}.page.news-item-page{text-align:left}.blogpost-page .page-body,.news-item-page .page-body{padding:10px 20px}.news-item-page .inputs:first-child label{display:inline-block;width:141px}.new-comment textarea{display:block;margin:auto}.new-comment .title,.comment-list .title{text-align:left}.new-comment .title strong::after,.comment-list .title strong::after{margin:10px 0 0}.news-list-homepage .news-item{border:0;padding:0}.forum-search-page .advanced-search .inputs label,.forum-search-page .basic-search .inputs label{width:305px}.forum-edit-page label,.private-message-send-page label{width:304px}.forum-edit-page .reversed>*{width:auto;margin:0 3px}.forum-edit-page .toolbar,.private-message-send-page .toolbar{margin-left:314px}.forum-edit-page textarea,.private-message-send-page textarea{width:350px;height:180px;margin-left:314px}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.gallery{width:753px}.two-columns .gallery{width:663px!important}.product-essential .picture:only-child{float:none;margin:0 auto}.header-menu .sublist-wrap{top:29px}.address-list .buttons{top:4px;right:1px}}@media screen and (-webkit-min-device-pixel-ratio:0){.address-list .buttons{top:-9px}}.mini-shopping-cart{position:relative;overflow:hidden}
@media all and (min-width:1281px){.master-wrapper-content{width:1200px}.center-2{width:78%}.side-2{width:20%}.inputs label{width:390px}.center-2 .inputs label{width:231px}.inputs input[type="text"],.inputs input[type="password"],.inputs input[type="email"],.inputs input[type="tel"],.inputs select,.inputs textarea{width:400px;-webkit-appearance:none}.header-options-wrapper{position:relative;width:1200px;text-align:center;font-size:0}.header-options{display:inline-block;max-width:650px;float:none}.header-links-wrapper,.header-selectors-wrapper{display:inline-block;float:none;vertical-align:middle}.header-links li{margin:0 15px}.store-search-box{position:absolute;top:0;right:0}.header-lower{width:1200px}.header-menu>ul{width:1200px}.header-2 .store-search-box{position:static}.header-2 .header-links li,.header-2 .header-selectors-wrapper{margin:0 0 0 20px}.header-2 .header-actions-wrapper{width:1200px}.header-2 #headerMenuParent{padding:0 0 0 144px;text-align:center}.header-2 .header-menu{text-align:center}.footer-upper,.footer-middle,.footer-lower-center{width:1200px}.footer-upper{padding-bottom:70px}.footer-middle{padding-bottom:70px}.footer-block{width:25%!important}.newsletter-email input[type="email"]{width:260px}.newsletter-email .newsletter-subscribe-button{width:260px}.footer-2 .newsletter-email input[type="text"]{width:240px}.home-page-category-grid .item-box{width:32.5%;margin:0 0 .75% .75%}.product-grid.also-purchased-products-grid .item-box,.product-grid.related-products-grid .item-box,.product-grid.cross-sells .item-box{width:20%}.product-grid.also-purchased-products-grid .item-box:nth-child(4n+1),.product-grid.related-products-grid .item-box:nth-child(4n+1),.product-grid.cross-sells .item-box:nth-child(4n+1){clear:none}.product-grid.also-purchased-products-grid .item-box:nth-child(5n+1),.product-grid.related-products-grid .item-box:nth-child(5n+1),.product-grid.cross-sells .item-box:nth-child(5n+1){clear:both}.product-list .item-box .picture+.details{margin-left:230px}.ui-tabs .ui-tabs-panel .inputs label{width:308px}.two-columns .overview{width:500px}.two-columns .gallery .picture{width:550px}.two-columns .picture-thumbs{width:110px}.two-columns .gallery .thumb-item{height:110px}.two-columns .overview .discontinued-product{width:550px;padding:45px 10px}.review-rating .rating-wrapper{width:400px}.write-review .name-description{width:390px}.ui-tabs .write-review .name-description{width:308px}.home-page .topic-block{margin:0 0 80px}.registration-page .inputs label{width:213px}.gender{width:400px}.date-of-birth select{max-width:128px!important}.date-of-birth select+select{margin:0 0 0 8px}.login-page .inputs label{margin-right:20px}.login-page .inputs input[type="text"],.login-page .inputs input[type="password"]{width:370px}.vendorinfo-page .vendor-picture{padding:20px 0 20px 251px}.shopping-cart-page .common-buttons .button-2,.shopping-cart-page .estimate-shipping-button{float:left;width:calc(33.33% - 10px)}.shopping-cart-page .common-buttons .button-2+.button-2,.shopping-cart-page .common-buttons a~.button-2{float:right}.cart-collaterals{width:66.3%}.cart-collaterals>div{padding:0}.checkout-page .edit-address label{width:213px}.checkout-page .opc .edit-address label{width:430px}.order-progress ul{border:2px solid #eee}.order-progress li{margin:0}.order-progress a{border-width:0 1px}.order-progress li:first-child a{border-width:0 1px 0 2px}.order-progress li:last-child a{border-width:0 2px 0 1px}.checkout-page .address-item{max-width:none}.checkout-page .address-item,.checkout-page .address-item:nth-child(2n){margin:0 0 15px 15px}.checkout-page .address-item:nth-child(3n+1){margin:0 0 15px}.return-request-file>div{width:400px}.search-page .inputs label{width:241px!important}.advanced-search .price-range{margin-left:110px}.news-item-page .inputs:first-child label{width:221px}.new-comment .button-1{width:400px}.forum-search-page .advanced-search .inputs label,.forum-search-page .basic-search .inputs label{width:390px}.forum-edit-page label,.private-message-send-page label{width:390px}.forum-edit-page .toolbar,.private-message-send-page .toolbar{margin-left:400px}.forum-edit-page textarea,.private-message-send-page textarea{margin-left:400px}.topic-post .post-info{width:16.666%}.topic-post .post-content{width:83.333%}}
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}
/*!
 * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../lib_npm/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot);src:url(../lib_npm/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../lib_npm/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2) format("woff2"),url(../lib_npm/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff) format("woff"),url(../lib_npm/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf) format("truetype"),url(../lib_npm/@fortawesome/fontawesome-free/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(../lib_npm/@fortawesome/fontawesome-free/webfonts/fa-regular-400.eot);src:url(../lib_npm/@fortawesome/fontawesome-free/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../lib_npm/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2) format("woff2"),url(../lib_npm/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff) format("woff"),url(../lib_npm/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf) format("truetype"),url(../lib_npm/@fortawesome/fontawesome-free/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(../lib_npm/@fortawesome/fontawesome-free/webfonts/fa-solid-900.eot);src:url(../lib_npm/@fortawesome/fontawesome-free/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../lib_npm/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2) format("woff2"),url(../lib_npm/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff) format("woff"),url(../lib_npm/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf) format("truetype"),url(../lib_npm/@fortawesome/fontawesome-free/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
.price-match-wrapper{display:inline-block}.price-match-button{display:inline-block;width:48px;height:48px;border:0;background-color:#444;background-image:url('../Plugins/SevenSpikes.Nop.Plugins.PriceMatch/Themes/Brooklyn/Content/images/price-match-button.png');background-position:center;background-repeat:no-repeat;font-size:0;-webkit-transition:all .2s ease;transition:all .2s ease}.k-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1060;background-color:#000;opacity:.4}.priceMatchWindow{flex-flow:column;position:absolute;left:0!important;right:0;z-index:1070;width:600px;max-width:95%;margin:auto;box-shadow:0 1px 12px 2px rgba(0,0,0,.17);background-color:#fff;padding-top:0!important}.priceMatchWindow .k-window-titlebar{position:relative;margin-top:0!important;border-bottom:1px solid #ccc;background-color:#cc8a97;padding:10px;text-align:left;font-weight:bold;font-size:0}.priceMatchWindow .k-window-title{display:inline-block;max-width:90%;overflow:hidden;font-size:14px;color:#fff;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap}.priceMatchWindow .k-window-titlebar-actions{position:absolute;top:7px;right:7px;z-index:1}.priceMatchWindow .k-window-titlebar .k-button{display:block;width:24px;height:24px;border:0;background:url('../Plugins/SevenSpikes.Nop.Plugins.PriceMatch/Themes/Brooklyn/Content/images/close.png') center no-repeat;font-size:0}.priceMatchWindow .k-window-titlebar .k-icon{display:none}.priceMatchWindow .k-window-content{padding:40px 20px}.price-match-form{text-align:center}.price-match-form .title{margin:0 0 20px;font-size:16px}.price-match-form .captcha-box,.price-match-form .message-error{margin:0 0 20px}.price-match-form .buttons{margin:0;text-align:center}.save-price-match-button{width:250px;max-width:100%;padding:14px 40px;border:0;background-color:#cc8a97;font-size:14px;font-weight:bold;color:#fff;text-transform:uppercase;-webkit-transition:all .2s ease 0s;transition:all .2s ease 0s}.save-price-match-button:hover{opacity:.9}.price-match-requests-page .details{max-width:900px;margin:0 auto 15px;border:2px solid #eee;padding:20px;line-height:24px}.price-match-requests-page .details a{font-weight:bold;color:#cc8a97}.price-match-requests-page .details a:hover{text-decoration:underline}@media all and (min-width:1025px){.priceMatchWindow{width:800px}.priceMatchWindow .inputs label{width:190px}.price-match-requests-page .details{max-width:none}}@media all and (min-width:1281px){.priceMatchWindow .inputs label{width:175px}}
.product-essential{margin-bottom:80px}.product-name{margin-bottom:40px!important}.full-description,.product-specs-box,.write-review .button-1,.contact-page .button-1,.product-specs-box .data-table{margin-bottom:0}.write-review:only-child{margin-bottom:0}
input.instant-search-busy{background:transparent url('../Plugins/SevenSpikes.Nop.Plugins.InstantSearch/images/ajax-loader-small.gif') no-repeat right center!important}.store-search-box .k-clear-value{display:none!important}.store-search-box input.search-box-text.narrow{width:190px!important}.store-search-box span.search-box-text{float:left}.store-search-box select{float:left;width:50px;height:36px;border:0;background-color:transparent;font-size:13px;color:#888}.store-search-box select option{background-color:#fff;color:#888}.instantSearch{width:276px!important;height:auto!important;box-shadow:0 2px 12px 4px rgba(0,0,0,.086);background-color:#fff}.k-child-animation-container{width:100%!important;height:auto!important}.instantSearch .k-list-container{position:static!important;width:100%!important}.instantSearch .k-list-scroller{height:100%!important;overflow-y:auto}.instantSearch .k-list-item{margin:10px 0}.instantSearch .k-list-item:first-child{border-top:0}.instant-search-item{overflow:hidden;cursor:pointer}.instant-search-item .img-block{position:relative;float:left;overflow:hidden;width:80px;height:80px;text-align:center}.instant-search-item .img-block img{position:absolute;top:0;right:0;bottom:0;left:0;max-width:100%;max-height:100%;margin:auto}.instant-search-item .detail{margin:0 10px 0 95px;padding:5px 0;text-align:left;line-height:normal}.instant-search-item .detail .title{height:40px;overflow:hidden;margin:0 0 5px;font-size:14px;font-weight:bold;text-transform:uppercase}.instant-search-item .detail .price{font-size:14px;font-weight:bold;color:#cc8a97}.instant-search-item .detail .sku{font-size:12px;margin:0 0 5px}.k-hover .instant-search-item,.k-focused .instant-search-item{background:#f8f8f8}@media all and (min-width:481px){.store-search-box input.search-box-text.narrow{width:230px!important}.store-search-box select{width:120px}.instantSearch{width:386px!important}}@media all and (min-width:1025px){.header-1 input.instant-search-busy{background-image:none!important}.store-search-box input.search-box-text.narrow{width:190px!important}.header-1 .store-search-box select{height:29px;font-size:12px;color:rgba(255,255,255,.6)}.header-2 .store-search-box select{height:33px;font-size:12px}.instantSearch{width:270px!important}.instantSearch.resize{width:340px!important}}@media all and (min-width:1281px){.store-search-box select{width:50px}.instantSearch.resize{width:270px!important}}
.mega-menu,.menu-title,.mega-menu .dropdown{display:none}.mega-menu .topic-wrapper{display:none}@media all and (min-width:1025px){.menu-title,.close-menu{display:none}.mega-menu{display:block}.mega-menu-responsive{display:none!important}.header-menu,.header-menu>ul>li{position:static}.mega-menu .sublist-wrap{top:auto;left:auto}.mega-menu .dropdown{display:none;position:absolute;z-index:3;box-shadow:0 0 8px 5px rgba(0,0,0,.086);overflow:hidden;background-color:#fff}.mega-menu .dropdown.active{display:block}.mega-menu .dropdown.fullWidth{left:50%;width:980px;margin-left:-490px;border-bottom:10px solid #cc8a97}.mega-menu .with-subcategories~.sublist-wrap{z-index:1}.mega-menu .row{overflow:hidden}.dropdown .box{float:left;padding:15px 0 5px}.categories.fullWidth .box{margin:0 0 35px;padding:0}.mega-menu .boxes-1 .box{width:100%}.mega-menu .boxes-2 .box{width:50%}.mega-menu .boxes-3 .box{width:33.333%}.mega-menu .boxes-4 .box{width:25%}.mega-menu .boxes-5 .box{width:20%}.mega-menu .boxes-6 .box{width:16.666%}.mega-menu .boxes-7 .box{width:14.28%}.mega-menu .boxes-8 .box{width:12.5%}.mega-menu .categories .picture{width:100%;height:220px;margin:0 0 30px;overflow:hidden}.mega-menu .categories .picture a{display:block}.mega-menu .title{margin:0 0 12px;padding:0 20px;text-align:left;font-size:16px;letter-spacing:2px;color:#444;text-transform:uppercase}.mega-menu .title:after{content:"";display:block;width:30px;height:3px;margin:10px auto 0 0;background-color:#cc8a97}.mega-menu .box li{padding:0 10px;text-align:left}.mega-menu .box li a{border-bottom:2px solid #eee;color:#888;display:block;font-size:14px;padding:12px 10px 5px}.mega-menu .box li a:hover{color:#cc8a97}.mega-menu .box li:last-child a{border-bottom:0}.mega-menu .fullWidth .box ul{padding:0 20px}.mega-menu .fullWidth .box li{padding:5px 0}.mega-menu .fullWidth .box li a{display:inline;border:0;padding:0}.mega-menu li a.view-all{font-weight:bold;background:none}.pictures-per-row-two .categories.fullWidth{border:0}.pictures-per-row-two .categories.fullWidth .box{width:50%;margin:0;overflow:hidden}.pictures-per-row-two .categories.fullWidth .box .picture{float:left;width:50%;margin:0}.pictures-per-row-two .categories.fullWidth .box .details{float:left;width:50%;padding:20px 0}.pictures-per-row-two .categories.fullWidth .box:nth-child(3) .picture,.pictures-per-row-two .categories.fullWidth .box:nth-child(3) .details,.pictures-per-row-two .categories.fullWidth .box:nth-child(4) .picture,.pictures-per-row-two .categories.fullWidth .box:nth-child(4) .details{float:right}.mega-menu .topic-wrapper{display:block;max-width:500px;overflow:hidden;padding:20px;font-size:14px}}@media all and (min-width:1281px){.mega-menu .dropdown.fullWidth{width:1200px;margin-left:-600px}}
.ribbon-wrapper{position:relative}@media all and (min-width:769px){.product-list .ribbon-wrapper{float:left}}.ribbon-position{font-size:0;line-height:0;position:absolute;z-index:1;-webkit-transition:all .15s ease-in-out;-moz-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.ribbon-position.top-left{top:0;left:0}.ribbon-position.top-right{top:0;right:0}.ribbon-position.bottom-left{bottom:0;left:0}.ribbon-position.bottom-right{bottom:0;right:0}.ribbon-position.top-middle{top:0;left:0;right:0;text-align:center}.ribbon-position.right-middle{top:0;right:0;bottom:0;text-align:right}.ribbon-position.bottom-middle{bottom:0;left:0;right:0;text-align:center}.ribbon-position.left-middle{top:0;bottom:0;left:0;text-align:left}.ribbon-position.center{top:0;right:0;bottom:0;left:0;text-align:center}.ribbon-position.right-middle:before,.ribbon-position.left-middle:before,.ribbon-position.center:before{content:"";display:inline-block;height:100%;width:0;vertical-align:middle}.product-ribbon{display:inline-block;vertical-align:middle;position:relative}.ribbon-text{font-size:12px;line-height:normal}.ribbon-image-text{font-size:12px;line-height:normal;position:absolute;top:0;left:0}
@media all and (max-width:768px){.product-list .item-box .ribbon-wrapper{float:none}}@media all and (min-width:769px){.product-list .item-box .ribbon-wrapper{width:200px}.product-list .item-box .ribbon-wrapper .picture{float:none;width:auto}.product-list .item-box .ribbon-wrapper+.details{margin:0 0 0 220px}}@media all and (min-width:1025px){.gallery .ribbon-wrapper{float:left}.jcarousel-item .ribbon-position{z-index:0}}@media all and (min-width:1281px){.product-list .item-box .ribbon-wrapper+.details{margin:0 0 0 230px}}
.quick-view-button{position:absolute;top:50%;left:0;width:100%;margin-top:-30px;background:rgba(255,255,255,.8);text-align:center;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;opacity:0;z-index:2}.item-box .quick-view-button a{display:inline-block;padding:20px 10px 20px 30px;background:url('../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Brooklyn/Content/images/icon-qv.png') no-repeat left center;line-height:20px;text-transform:uppercase;text-align:center;text-decoration:none;font-weight:bold;font-size:14px;color:#444;cursor:pointer}.quick-view-button a:before{display:none!important}.item-box:hover .quick-view-button{opacity:1}.product-list .quick-view-button{margin-top:-25px}.product-list .quick-view-button a{padding:15px 10px 15px 30px}.quickViewData{display:none}.k-overlay{position:fixed;z-index:1060;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:.5}.quickView .k-loading-mask{position:absolute;top:0;left:0;width:100%!important;height:100%!important}.quickView .k-loading-image{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;margin-top:-15px;background:url('../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Brooklyn/Content/images/loading-image.gif') center no-repeat}.quickView,.quickViewWindow{min-width:0!important;width:750px}.quickView{flex-flow:column;position:absolute;z-index:1070;padding-top:0!important;box-shadow:0 0 15px #444;background:#fff}.quickViewWindow input[type=button],.quickViewWindow a{cursor:pointer}.quickView .k-window-titlebar{position:absolute;top:0;right:0;margin-top:0!important;background:none!important}.quickView .k-window-titlebar-actions{position:absolute;top:14px;right:14px;width:20px;height:20px;overflow:hidden;text-indent:9999px}.quickView .k-window-titlebar .k-button{display:block;border:0;width:18px;height:18px;border:0;background:url(../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Brooklyn/Content/images/close.png) no-repeat center}.quickView .k-window-titlebar .k-icon{display:none}.quickViewWindow .product-essential{float:none;margin:0;padding:0;border:0;width:auto;overflow:visible}.quickViewWindow .product-essential:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden}.quickViewWindow .product-name{margin:0;padding:0 25px 0 0;text-transform:uppercase;letter-spacing:2.7px;line-height:20px;font-weight:bold;text-align:left;font-size:18px;color:#444}.quickViewWindow .product-content{overflow:hidden;text-align:left}.quickView .cloudzoom-blank{top:0;right:0;left:0;margin:auto;background-image:url('../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Brooklyn/Content/images/blank.png')}.quickView .cloudzoom-zoom-inside{z-index:9;border:0;box-shadow:none;top:0!important;left:0!important;right:0!important;margin:auto}.quickView .cloudzoom-zoom-inside img{right:auto!important;bottom:auto!important;max-width:none!important;max-height:none!important}.quickView .cloudzoom-ajax-loader{top:50%!important;left:50%!important;margin:-25px 0 0 -25px;width:50px;height:50px;background-image:url('../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Brooklyn/Content/images/ajax_loader_big.gif')}.quickView .picture a+img{top:0;right:0;left:0;margin:auto}.quickViewWindow .gallery{display:block;float:left;margin-bottom:0;padding:0 0 40px;overflow:visible;width:380px}.quickViewWindow .gallery .picture{float:none;margin:0 0 2px;width:380px;background:#fff;line-height:0}.quickViewWindow .gallery .picture:before{display:none}.quickViewWindow .gallery .picture a{border:0;overflow:hidden;width:380px;height:380px}.quickViewWindow .gallery .picture a img{width:100%}.quickViewWindow .gallery .picture img,.quickViewWindow .related-products-grid .picture img,.quickViewWindow .also-purchased-products-grid .picture img{z-index:0!important}.quickViewWindow .gallery .thumbnails{margin:0 0 10px;overflow:hidden}.quickViewWindow .gallery .thumbnails a,.quickViewWindow .gallery .thumbnails>img{position:relative;float:left;margin:0;overflow:hidden;width:95px;height:95px;background:#fff}.quickViewWindow .gallery .thumbnails img{max-width:100%;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.quickViewWindow .gallery .thumbnails a img:hover{opacity:.7}.quickViewWindow .links-panel{margin-top:15px;padding:0 15px}.quickViewWindow .links-panel a{display:block;text-transform:uppercase;text-align:left;font-weight:bold;font-size:13px;color:#cc8a97}.quickViewWindow .overview{float:right;margin-bottom:0;padding:40px 20px;width:370px}.quickViewWindow #accordion>h3{position:relative;margin:0 0 -2px;padding:10px 15px;border:2px solid #ddd;border-radius:0;background:#fff;font-weight:bold;font-size:14px;text-align:left;color:#444;cursor:pointer}.quickViewWindow #accordion>h3 span{position:absolute;top:50%;right:11px;left:inherit;width:16px;height:16px;margin:-8px 0 0;cursor:pointer}.quickViewWindow .overview .ui-icon-circle-arrow-s{background:url(../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Brooklyn/Content/images/qv-minus.png) no-repeat center}.quickViewWindow .overview .ui-icon-circle-arrow-e{background:url(../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Brooklyn/Content/images/qv-plus.png) no-repeat center}.quickViewWindow #accordion .product-details{position:relative;margin:0;padding:10px 0}.quickViewWindow .overview .left{float:left;max-width:60%;margin-bottom:5px;text-align:left}.quickViewWindow .overview .right{float:right;margin-bottom:5px;text-align:right}.quickViewWindow .overview .left>*,.quickViewWindow .overview .right>*{margin-bottom:5px;overflow:hidden}.quickViewWindow .overview .left,.quickViewWindow .overview .right,.quickViewWindow .variant-grid-info .compare-products{max-width:none;float:none;margin:0;text-align:left}.quickViewWindow .left>div{margin:10px 0}.quickViewWindow div.tier-prices{clear:both;margin:20px 0}.quickViewWindow .tier-prices .field-header{min-width:0}.quickViewWindow .tier-prices table td{font-size:12px!important}.quickViewWindow .overview .purchase-area{margin:0;padding:0;border:0}.quickViewWindow .overview .prices{margin-top:0;text-align:left}.quickViewWindow .overview .prices label{display:none}.quickViewWindow .overview .old-product-price{margin:0}.quickViewWindow .overview .add-to-cart{float:left;margin-right:-1px}.quickViewWindow .overview .add-to-cart-button{width:180px;min-width:0}.quickViewWindow .overview .overview-buttons{float:left;margin:0;border:0;padding:0;font-size:0}.quickViewWindow .overview .customer-entered-price{padding:0}.quickViewWindow .overview .short-description{margin:10px 0;text-align:left}.quickViewWindow .overview .product-specs-box{margin:20px 0}.quickViewWindow .overview .attribute-squares{text-align:left}.quickViewWindow .overview .attribute-square-container{margin:0}.quickViewWindow .overview .attribute-square{width:28px;height:28px}.quickViewWindow .overview .attribute-squares input{position:static}.quickViewWindow .overview .giftcard label{text-align:left}.quickViewWindow #accordion .variants-in-grid{padding:10px 6px}.quickViewWindow .product-variant-list{margin:0;overflow:hidden;padding:0;text-align:left}.quickViewWindow .product-variant-list .item-row{overflow:hidden;margin-bottom:10px}.quickViewWindow .variant-grid-info{border-top:1px dashed #999;overflow:hidden;padding-top:10px}.quickViewWindow .product-variant{display:inline-block;position:relative;float:left;width:124px;height:124px;margin:0 0 0 5px;overflow:hidden;text-align:center}.quickViewWindow .product-variant:nth-child(2n+1){margin-left:2px}.quickViewWindow .variant-picture{width:124px;height:124px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 0 5px;border:1px solid #ddd;overflow:hidden;line-height:normal!important}.quickViewWindow .moreInfoHover{position:absolute;left:0;bottom:0;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:rgba(0,0,0,.6);padding:3px;text-align:center;font-size:10px;color:#fff;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.quickViewWindow .variant-info{position:absolute;left:-126px;bottom:0;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:rgba(0,0,0,.6);padding:5px 10px;text-align:center;font-size:11px;color:#fff;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.quickViewWindow .product-variant:hover .moreInfoHover{left:136px}.quickViewWindow .product-variant:hover .variant-info{left:0}.quickViewWindow .variant-info .variant-name{max-height:28px;overflow:hidden}.quickViewWindow .variant-info .variant-name a{color:#fff}.quickViewWindow .variant-info .prices{float:none;margin:0!important}.quickViewWindow .variant-info .prices>*{float:none}.quickViewWindow .product-variant .prices label{display:none}.quickViewWindow .variant-grid-info .manufacturers{float:left}.quickViewWindow .product-variant .product-price{margin:0;text-align:center;color:#cc8a97}.quickViewWindow .product-variant .tax-shipping-info{margin:0}.quickViewWindow .variant-grid-info .compare-products{float:right}.quickViewWindow .product-grid{margin:-10px 0 0;overflow:hidden}.quickViewWindow .product-grid .title{display:block;margin:0;padding:0 15px;text-align:center;font-size:16px}.quickViewWindow .product-grid .item-grid{padding:20px 15px 25px}.quickViewWindow .product-grid .item-box{padding:0 5px;width:20%;margin:0}.quickViewWindow .product-grid .item-box:hover{box-shadow:none}.quickViewWindow .product-grid .item-box .picture{margin-bottom:10px;background:none}.quickViewWindow .product-grid .item-box .picture a{display:block;margin:0 auto;border:0;overflow:hidden;line-height:0}.quickViewWindow .product-grid .item-box .details{padding:0}.quickViewWindow .product-grid .item-box .product-title{margin:0;overflow:hidden;padding:0;height:35px;font-weight:normal;font-size:13px;color:#888}.quickViewWindow .product-grid .item-box .product-title a{display:inline}.quickViewWindow .item-box .product-rating-box,.quickViewWindow .item-box .description,.quickViewWindow .item-box .add-info{display:none}.quickViewWindow .giftcard{clear:both;margin:20px 0}.quickView .giftcard>div{margin:0 0 10px;overflow:hidden}.quickView .giftcard>div>*{float:left}.quickViewWindow .giftcard label{display:block;margin:0 0 5px;width:100%;font-size:12px}.quickViewWindow .giftcard input[type=text],.quickViewWindow .giftcard input[type=email],.quickViewWindow .giftcard input[type=phone]{height:32px;padding:6px}.quickViewWindow .giftcard input[type=text],.quickViewWindow .giftcard textarea{width:100%}.quickView .giftcard textarea{resize:none}.quickViewWindow .overview .attributes{margin-top:15px}.quickViewWindow .overview .attributes{clear:both;border:0;padding:0}.quickViewWindow .overview .attributes dl:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden}.quickViewWindow .overview .attributes dt{float:none;width:100%;margin:0;clear:left;text-align:left}.quickViewWindow .overview .attributes .dt{white-space:normal}.quickViewWindow .overview .attributes dd{margin-bottom:10px}.quickViewWindow .overview .attributes dl>*{float:left;max-width:100%}.quickViewWindow .overview .purchase-area{clear:both;margin-top:10px;border-top:1px dashed #999;overflow:hidden;padding:10px 0 0}.quickViewWindow .overview .title,.quickViewWindow .overview .add-info,.quickViewWindow .overview .description{display:none}@media all and (max-width:1024px){.quick-view-button{display:none!important}.quickViewWindow .color-squares .color{width:30px;height:30px}.quickViewWindow .links-panel a{padding:10px 0 10px 15px}}
.qq-uploader{position:relative;width:100%}.qq-upload-button{display:block;width:105px;padding:7px 0;text-align:center;background:#800;border-bottom:1px solid #ddd;color:#fff}.qq-upload-button-hover{background:#c00}.qq-upload-button-focus{outline:1px dotted #000}.qq-upload-drop-area,.qq-upload-extra-drop-area{position:absolute;top:0;left:0;width:100%;height:100%;min-height:30px;z-index:2;background:#ff9797;text-align:center}.qq-upload-drop-area span{display:block;position:absolute;top:50%;width:100%;margin-top:-8px;font-size:16px}.qq-upload-extra-drop-area{position:relative;margin-top:50px;font-size:16px;padding-top:30px;height:20px;min-height:40px}.qq-upload-drop-area-active{background:#ff7171}.qq-upload-list{margin:0;padding:0;list-style:none}.qq-upload-list li{margin:0;padding:9px;line-height:15px;font-size:16px;background-color:#fff0bd}.qq-upload-cancel,.qq-upload-continue,.qq-upload-delete,.qq-upload-failed-text,.qq-upload-file,.qq-upload-pause,.qq-upload-retry,.qq-upload-size,.qq-upload-spinner{margin-right:12px;display:inline}.qq-upload-spinner{display:inline-block;background:url(../lib_npm/fine-uploader/fine-uploader/loading.gif);width:15px;height:15px;vertical-align:text-bottom}.qq-drop-processing{display:block}.qq-drop-processing-spinner{display:inline-block;background:url(../lib_npm/fine-uploader/fine-uploader/processing.gif);width:24px;height:24px;vertical-align:text-bottom}.qq-upload-continue,.qq-upload-delete,.qq-upload-pause{display:inline}.qq-upload-cancel,.qq-upload-continue,.qq-upload-delete,.qq-upload-pause,.qq-upload-retry{color:#000}.qq-upload-cancel,.qq-upload-continue,.qq-upload-delete,.qq-upload-pause,.qq-upload-retry,.qq-upload-size{font-size:12px;font-weight:400}.qq-upload-failed-text{display:none;font-style:italic;font-weight:700}.qq-upload-failed-icon{display:none;width:15px;height:15px;vertical-align:text-bottom}.qq-upload-fail .qq-upload-failed-text{display:inline}.qq-upload-retrying .qq-upload-failed-text{display:inline;color:#d60000}.qq-upload-list li.qq-upload-success{background-color:#5da30c;color:#fff}.qq-upload-list li.qq-upload-fail{background-color:#d60000;color:#fff}.qq-progress-bar{display:block;background:-moz-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(30,87,153,1)),color-stop(50%,rgba(41,137,216,1)),color-stop(51%,rgba(32,124,202,1)),color-stop(100%,rgba(125,185,232,1)));background:-webkit-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-o-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-ms-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:linear-gradient(to bottom,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);width:0;height:15px;border-radius:6px;margin-bottom:3px}.qq-total-progress-bar{height:25px;border-radius:9px}.qq-total-progress-bar-container{margin:9px}INPUT.qq-edit-filename{position:absolute;opacity:0;z-index:-1}.qq-upload-file.qq-editable{cursor:pointer}.qq-edit-filename-icon.qq-editable{display:inline-block;cursor:pointer}INPUT.qq-edit-filename.qq-editing{position:static;margin-top:-5px;margin-right:10px;margin-bottom:-5px;opacity:1}.qq-edit-filename-icon{display:none;background:url(../lib_npm/fine-uploader/fine-uploader/edit.gif);width:15px;height:15px;vertical-align:text-bottom;margin-right:5px}.qq-hide{display:none}.qq-uploader DIALOG{display:none}.qq-uploader DIALOG[open]{display:block}.qq-uploader DIALOG{display:none}.qq-uploader DIALOG[open]{display:block}.qq-uploader DIALOG .qq-dialog-buttons{text-align:center;padding-top:10px}.qq-uploader DIALOG .qq-dialog-buttons BUTTON{margin-left:5px;margin-right:5px}.qq-uploader DIALOG .qq-dialog-message-selector{padding-bottom:10px}.qq-uploader DIALOG::backdrop{background-color:rgba(0,0,0,.7)}/*# sourceMappingURL=fine-uploader.min.css.map */
.product-grid .item-box .picture,.product-list .item-box .picture{position:relative}.vertical-align-middle:before{content:" ";display:inline-block;height:100%;width:0;vertical-align:middle}.vertical-align-middle{position:absolute;top:0;right:0;bottom:0;left:0;font-size:0}.vertical-align-middle>div{display:inline-block;vertical-align:middle;position:relative;width:100%}.vertical-align-top{position:absolute;top:0;right:0;left:0}.vertical-align-bottom{position:absolute;right:0;bottom:0;left:0}.sale-campaign-box-wrapper{display:inline-block;width:46px;height:48px;margin:5px 3px}.sale-campaign-box{display:inline-block;width:100%;height:45px;line-height:45px}.countdownTimer,.category-countdown{-webkit-transition:all ease .35s;transition:all ease .35s;z-index:1}.product-grid .item-box:hover .countdownTimer,.product-grid .item-box:hover .category-countdown,.product-list .item-box:hover .countdownTimer,.product-list .item-box:hover .category-countdown{opacity:0;z-index:0;cursor:pointer}.product-variant-line{position:relative;min-height:360px}.product-variant-list .vertical-align-middle{top:240px;right:0;bottom:auto;left:0;right:0;margin:auto;max-width:220px}.product-variant-line .category-countdown~.variant-picture,.product-variant-line .countdowntimer~.variant-picture{margin-bottom:150px}.style-box{display:table;margin:2px 0 10px}.style-box-row{display:table-row}.style-box-item{display:table-cell;padding:5px}.style-box-item .label-wrapper{float:none;display:block;text-align:initial}.style-box-row:first-child .style-box-item{padding-top:0}#sale-campaign-create-or-edit .k-selected-color{width:100%;height:100%;border-radius:0;border:1px solid #d2d6de;border-right:0;box-sizing:border-box}#sale-campaign-create-or-edit .k-picker.k-state-active .k-selected-color{border-color:#3c8dbc}#sale-campaign-create-or-edit .k-icon.k-i-arrow-s{background:none}#sale-campaign-create-or-edit .k-icon.k-i-arrow-s:before{content:"";color:#fff;font:normal normal normal 14px/1 FontAwesome;height:17px;line-height:17px;background:none}.multi-value{display:inline-block;margin:0;vertical-align:middle;width:200px}@media all and (min-width:769px){.product-variant-list .countdownTimer,.product-variant-list .category-countdown{right:auto}.product-variant-line .variant-picture{margin-bottom:20px}}.spc .item-box .product-item .countdownTimer{display:none}
.product-variant-line{min-height:0}.product-variant-list .vertical-align-middle{top:0;bottom:0}.product-variant-list .countdownTimer,.product-variant-list .category-countdown{right:0}
.anywhere-page-map{margin:0 0 30px}.anywhere-page-map .map-title{margin:0 0 30px;text-align:center;font-size:22px;color:#444;letter-spacing:3.3px;text-transform:uppercase}.anywhere-page-map .map-wrapper{margin:0 0 20px}.map-wrapper .map{height:400px}.map-wrapper .map img{max-width:none;max-height:none}#shop-address-input{top:10px!important;width:180px;height:30px;border:0;border-radius:2px;box-shadow:0 0 3px rgba(0,0,0,.3);font-size:11px}.map-controls{text-align:center;line-height:30px}.getUserGeoLocation,.align-map-button{margin:0 10px;font-size:14px;font-weight:bold;text-transform:uppercase;cursor:pointer}.map-controls .additional-info{display:block}.directions-wrapper{display:none;max-width:500px;margin:30px auto 0;padding:0 0 40px}.directions-shown{display:block}.directions-panel{position:relative;overflow-y:auto;text-align:left}.directions-panel .adp-text{padding:0 15px}.directions-panel .adp-step,.directions-panel .adp-substep{padding-top:10px;padding-bottom:10px}.directions-panel .adp-substep:nth-child(3){word-break:break-all}.current-location-wrap{margin:-25px 0 0;border-top:2px solid #eee;padding:35px 0}.current-location-wrap+.map-wrapper,.shops-sorting-filtering-wrapper{max-width:500px;margin:auto}.shops-sorting-filtering-wrapper{border:2px solid #eee;padding:20px 0 30px;overflow:hidden}.shops-sorting-filtering-wrapper>div{margin:15px 0}.shops-sorting-filtering-wrapper label{display:block;margin:0 0 5px}.shops-sorting-filtering-wrapper select,.shops-sorting-filtering-wrapper input{width:100%;max-width:400px;height:50px;border-width:2px 0;border-style:solid;border-color:#eee;padding:0 10px;vertical-align:middle}.radiusFilterWrapper span.units{display:inline-block;width:20px;margin:0 -20px 0 0}.filter-shops-button{width:100%;min-width:110px;max-width:400px;height:50px;margin:25px 0 0;border:2px solid #eee;background-color:#f9f9f9;padding:0 15px;font-size:14px;font-weight:bold;text-transform:uppercase}.clear-filtered-shops{display:none;margin:15px 0 0;background:url('../Plugins/Nop.Plugins.StoreLocator.Storis/Themes/Brooklyn/Content/images/close-button.png') no-repeat left center;padding:0 15px}.shops-list{margin:30px 0 0}.shops-item{max-width:500px;margin:50px auto 0;box-shadow:0 0 8px 2px rgba(0,0,0,.12);overflow:hidden}.shops-item .picture-wrap{font-size:0}.shops-item .picture-link{display:inline-block;width:100%}.shops-item .picture-img{width:100%;max-width:100%}.shops-item .info-wrap{padding:30px 20px}.shops-item .shop-name{margin:0 0 15px;font-size:16px;letter-spacing:2px;color:#444;text-transform:uppercase}.shops-item .shop-name:after{content:"";display:block;width:30px;height:3px;margin:10px auto 0}.shops-item .distance-line{display:inline-block;margin:0 5px 20px 0;vertical-align:middle}.shops-item .show-directions{display:inline-block;margin:0 0 20px 5px;vertical-align:middle;font-weight:bold}.shops-item .short-description{margin:0 0 15px;line-height:24px}.shops-item .tags,.shop-page .tags{margin:0 0 30px}.shops-item .tags-label,.shop-page .tags-label{display:inline-block;text-transform:uppercase;margin:0 0 5px}.shops-item .tag-item,.shop-page .tag-item{display:inline-block}.shops-item .tag-item:after,.shop-page .tag-item:after{content:",";margin:0 10px 0 0}.shops-item .tag-item:last-child:after,.shop-page .tag-item:last-child:after{display:none}.shops-item .read-more{display:inline-block;min-width:200px;border:0;padding:14px 40px;text-align:center;font-size:14px;font-weight:bold;text-transform:uppercase;color:#fff;transition:all .2s ease}.shops-item .read-more:hover{opacity:.9}.no-shops-after-filtering{display:none}.back-to-all-shops{display:none}.shop-page .main-picture{margin:0 0 20px;font-size:0}.shop-page .main-picture-link{display:inline-block}.shop-page .main-picture-img{max-width:100%}.all-shop-images{margin:0 0 5px;text-align:left;font-size:0}.all-shop-images li{display:inline-block;margin:0 0 5% 4%;width:22%}.all-shop-images li:nth-child(4n+1){margin-left:0}.all-shop-images a{display:block}.all-shop-images img{max-width:100%}.shop-map-images{max-width:480px;margin:0 auto 40px}.shop-map-images .map{margin:0 0 20px}.shop-map-images .map-controls{padding:0 0 20px}.shop-map-images .map-controls a{font-weight:bold;text-transform:uppercase}.shop-map-images .directions-wrapper{float:none;width:100%}.shop-full-description{margin:0 0 30px;line-height:24px}.shop-full-description p{margin:10px 0}.shop-full-description td{border:2px solid #eee;padding:10px 15px;text-align:left}.shop-full-description a{font-weight:bold}.shop-full-description ul{margin:12px 0;padding:0 0 0 36px;list-style:disc}.shop-full-description ol{margin:12px 0;padding:0 0 0 36px;list-style:decimal}@media all and (min-width:481px){#shop-address-input{width:220px}}@media all and (min-width:769px){.directions-wrapper{float:left;width:40%;max-width:none;height:400px;margin:0;border:0;padding:0}.directions-panel{height:100%;padding:0 10px 0 0}.directions-panel>div{margin:0 0 10px}.directions-panel #backToResults{display:none}.directions-panel table{margin-top:0}.map-wrapper.directions-shown{float:right;width:60%}.current-location-wrap+.map-wrapper,.shops-sorting-filtering-wrapper{max-width:none}.shops-sorting-filtering-wrapper{clear:both;padding:20px;font-size:0}.shops-sorting-filtering-wrapper>div{display:inline-block;width:28%;margin:0 0 5px;padding:0 20px;vertical-align:bottom;font-size:13px}.shops-sorting-filtering-wrapper>div:first-child{padding-left:0}.shops-sorting-filtering-wrapper>div:last-child{width:16%;padding:0;text-align:right}.shops-sorting-filtering-wrapper label{text-align:left}.shops-sorting-filtering-wrapper select,.shops-sorting-filtering-wrapper input{width:100%}div.radiusFilterWrapper{padding:0 25px 0 15px;white-space:nowrap}.radiusFilterWrapper span.units{margin:0;text-align:right;vertical-align:middle}.shops-filtering-buttons{text-align:center!important}.clear-filtered-shops{margin:0 0 5px;padding:0 5px 0 15px}.filter-shops-button{margin:0}.shops-list{font-size:0}.shops-item{display:inline-block;width:45%;max-width:none;margin:25px 2.5% 0;vertical-align:top;font-size:14px}.shops-item .info-wrap{text-align:left}.shops-item .shop-name:after{margin:10px 0 0}.shops-item:only-child{display:table;width:100%;margin:40px 0}.shops-item:only-child .picture-wrap{display:table-cell;width:45%;vertical-align:top}.shops-item:only-child .info-wrap{display:table-cell;width:55%;padding:30px;vertical-align:middle}.shop-map-images{float:left;width:48.5%;max-width:none;margin:0}.shop-map-images+.shop-info{float:right;width:48.5%;text-align:left}.shop-map-images .map-controls{text-align:left}}@media all and (min-width:1001px){.shops-sorting-filtering-wrapper>div{width:auto!important;padding:0 10px}div.shops-filtering-buttons:last-child{float:right}.shops-sorting-filtering-wrapper label{display:inline-block;margin:0 5px 0 0}.shops-sorting-filtering-wrapper select,.shops-sorting-filtering-wrapper input{width:150px}.shops-sorting-filtering-wrapper #searchRadius{width:120px}.shops-sorting-filtering-wrapper .clear-filtered-shops{margin:0 10px 0 0;padding-bottom:0}.shops-sorting-filtering-wrapper .button-wrap{display:inline-block}.shops-item{width:30.33333%;margin:20px 1.5%}.shop-map-images{width:57%}.shop-map-images .main-picture{float:left;width:calc(100% - 112px)}.shop-map-images .all-shop-images{float:right;width:111px}.shop-map-images .all-shop-images li{width:100%;margin:1px 0 0}.shop-map-images .all-shop-images li:first-child{margin:0}.shop-map-images .map-wrapper{clear:both}.shop-map-images+.shop-info{width:40%}}@media all and (min-width:1281px){.shops-sorting-filtering-wrapper>div{padding:0 20px}.shops-sorting-filtering-wrapper select,.shops-sorting-filtering-wrapper input{width:220px}.filter-shops-button{min-width:140px}.shops-item:only-child .picture-wrap{width:40%}.shops-item:only-child .info-wrap{width:60%}.shop-map-images .main-picture{width:calc(100% - 138px)}.shop-map-images .all-shop-images{width:135px}.shop-map-images .all-shop-images li{margin:2px 0 0}}.changeLocation{position:absolute;left:50%!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);min-width:0!important;width:590px;max-width:95%;padding-top:0!important;box-shadow:0 0 20px rgba(0,0,0,.2);background:#fff;z-index:1070}.changeLocationWindow input[type=button],.changeLocationWindow a{cursor:pointer}.changeLocation .k-window-titlebar.k-header{position:absolute;top:0;right:0;margin-top:0!important;background:none!important}.changeLocation .k-window-titlebar.k-header .k-window-actions{position:absolute;text-indent:9999px;top:0;right:0;width:auto;height:auto;overflow:visible}.changeLocation .k-window-titlebar.k-header .k-window-actions a{display:block;width:24px;height:24px;margin:8px;overflow:hidden;border:0;background:url('../Plugins/Nop.Plugins.StoreLocator.Storis/Themes/Brooklyn/Content/images/close-button.png') no-repeat center;font-size:0;opacity:.7}.changeLocation .k-window-titlebar.k-header .k-window-actions a:hover{opacity:1}.changeLocationWindow .popup-header{overflow:hidden;padding:10px;font-weight:bold;cursor:move;border:0}.changeLocationWindow .popup-header h1{text-transform:uppercase;color:#fff;font-size:14px}.changeLocation .search-bar{padding:15px}.changeLocation .search-bar:after{content:"";display:block;clear:both}.changeLocation .nearest-shops-list{padding:15px}#customer-address-input{width:calc(100% - 100px);height:50px;float:left;border:2px solid #eee;border-width:0 0 2px;vertical-align:middle;font-size:14px}#search-shops{float:left;height:50px;width:100px;border:2px solid #eee;background-color:#f9f9f9;padding:0 15px;font-size:14px;font-weight:bold;text-transform:uppercase}.changeLocation .shop-name{margin-bottom:4px;font-size:15px}.changeLocation .shop-item{position:relative;padding:15px 0;border-top:1px solid #ddd;overflow:hidden}.changeLocation .shop-item:first-of-type{border-top:0}.changeLocation .shop-item .info-wrap{float:left;max-width:calc(100% - 150px);margin:0}.changeLocation .shop-item button{float:right;width:150px;height:40px;border:0;padding:0 10px;text-align:center;font-size:14px;font-weight:bold;color:#fff;text-transform:uppercase;-webkit-transition:all .2s ease;transition:all .2s ease}.changeLocation .shop-item button:hover{opacity:.9}.changeLocation .current-location-label{position:absolute;top:15px;right:0;font-size:13px;text-transform:uppercase}.changeLocation .current-location-label:before{content:"";display:inline-block;vertical-align:middle;margin-right:7px;width:15px;height:15px;background:url('../Plugins/Nop.Plugins.StoreLocator.Storis/Themes/Brooklyn/Content/images/current_icon.svg') no-repeat center;background-size:contain}.header-nearest-store{position:relative;display:table-cell;padding:0 0 0 30px;width:250px;text-align:left;font-size:13px}.header-nearest-store:before{content:"";position:absolute;display:inline-block;top:5px;left:5px;width:20px;height:20px;background:url('../Plugins/Nop.Plugins.StoreLocator.Storis/Themes/Brooklyn/Content/images/location_icon.svg') no-repeat center}.header-nearest-store h2{font-size:14px;letter-spacing:2px;text-transform:uppercase}.header-nearest-store .address:after{content:"|";display:inline-block;margin:0 4px}.header-nearest-store a:hover,.footer-nearest-store a:hover{text-decoration:underline}.header-nearest-store .get-directions{margin-left:10px}.header-nearest-store .get-directions:before{content:"";display:inline-block;margin-right:4px;width:12px;height:12px;background:url('../Plugins/Nop.Plugins.StoreLocator.Storis/Themes/Brooklyn/Content/images/location_icon.svg') no-repeat center;background-size:contain}.footer-nearest-store{float:left;padding:25px 25px 0;width:30%;background-color:#fff;border:2px solid #ddd;text-align:left;overflow:hidden}.footer-nearest-store-info{float:left;width:48%}.footer-nearest-store .store-hours{float:right;width:48%}.footer-nearest-store .directions{float:left;width:100%;clear:both}.footer-nearest-store .get-directions{display:block;margin:25px -25px 0;padding:10px;text-transform:uppercase;color:#fff;font-size:14px;font-weight:bold;letter-spacing:2px;text-align:center;transition:all .1s ease}.footer-nearest-store .get-directions:hover{text-decoration:none;opacity:.9}.footer-nearest-store .title{margin-bottom:4px;text-transform:uppercase;color:#444;font-size:14px;font-weight:bold;letter-spacing:2px}.footer-nearest-store .change-location{display:block;margin-bottom:4px}.footer-nearest-store .address1,.footer-nearest-store .address2{display:block}.footer-nearest-store .description>span{display:block}.footer-nearest-store .address .view-details{display:block;margin-top:4px}.footer-nearest-store .address+.phone-number,.footer-nearest-store .address+.fax-number{margin-top:22px}.footer-nearest-store .phone-number:before,.footer-nearest-store .fax-number:before{content:"";display:inline-block;margin-right:7px;width:12px;height:12px;background-size:contain}.footer-nearest-store .phone-number:before{background:url('../Plugins/Nop.Plugins.StoreLocator.Storis/Themes/Brooklyn/Content/images/phone_icon.svg') no-repeat center}.footer-nearest-store .fax-number:before{background:url('../Plugins/Nop.Plugins.StoreLocator.Storis/Themes/Brooklyn/Content/images/fax_icon.svg') no-repeat center}.shops-sorting-filtering-wrapper{text-align:center}#shop-address-input{height:50px}.pac-container.pac-logo{z-index:1077}@media all and (max-width:1000px){.header-nearest-store{display:block;width:250px;margin:0 auto;padding-bottom:10px}.footer-nearest-store{display:block;margin:0 auto 20px;float:none;width:100%;max-width:450px}}
.k-overlay{position:fixed;top:0;left:0;z-index:1060;width:100%;height:100%;background-color:#000;opacity:.5}.nopAjaxCartPanelAjaxBusy,.miniProductDetailsPanelAjaxBusy{position:absolute;z-index:1070;width:auto;height:auto;background:url('../Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Brooklyn/Content/img/loader.gif') no-repeat fixed 50% 50%;opacity:.7}.addProductVariantToCartErrors{color:#c00}.addProductVariantToCartErrors ul{margin:20px}.addProductVariantToCartErrors li{margin:0 0 10px 0}.productQuantityTextBox{float:left;width:20px;text-align:center;font-size:16px}.ajaxCart{position:absolute;z-index:1070;padding:0!important;background:#fff;box-shadow:0 1px 3px #666}.ajaxCart li{list-style:none}.ajax-cart-button-wrapper{display:inline-block;width:calc(100% - 48px)}.ajax-cart-button-wrapper input[type="text"],.ajax-cart-button-wrapper select{text-align:center;width:22%;height:48px;min-width:0}.ajax-cart-button-wrapper select{padding:3px}.ajax-cart-button-wrapper button{width:100%!important;padding:0 10px;color:#fff!important}.ajax-cart-button-wrapper input[type="text"]+button,.ajax-cart-button-wrapper select~button{width:78%!important}.with-icon .ajax-cart-button-wrapper{width:auto;margin:0 1px 0 0}.with-icon .ajax-cart-button-wrapper input[type="text"],.with-icon .ajax-cart-button-wrapper select{width:48px}.with-icon .ajax-cart-button-wrapper input[type="text"]+button,.with-icon .ajax-cart-button-wrapper select~button{width:48px!important;margin:0!important}.items-per-row-four .with-icon .picture .add-to-wishlist-button{display:none!important}.items-per-row-four .with-icon .buttons .add-to-wishlist-button{display:inline-block!important}.items-per-row-four .with-text .ajax-cart-button-wrapper{width:100%;max-width:none}.items-per-row-four .picture .add-to-wishlist-button{display:none;position:absolute;top:50%;right:23.5%;width:26%!important;height:26%;margin:-13% 0 0;background:rgba(255,255,255,.8) url('../Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Brooklyn/Content/img/wishlist-button-new.png') center no-repeat!important;opacity:0}.items-per-row-four .buttons .add-to-wishlist-button{display:none}.items-per-row-four .with-text .quick-view-button{display:block;left:23.5%;width:26%;height:26%;margin:-13% 0 0}.items-per-row-four .with-text .quick-view-button a{display:block!important;width:100%;height:100%;padding:0;font-size:0;background:url('../Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Brooklyn/Content/img/quick-view-button.png') center no-repeat;line-height:normal}.items-per-row-four .category-page .picture .add-to-wishlist-button{right:23.4%}.items-per-row-four .category-page .with-text .quick-view-button{left:23.4%}.quickViewWindow .ajax-cart-button-wrapper{width:auto;max-width:none}.quickViewWindow .ajax-cart-button-wrapper button{width:180px!important}.quickViewWindow .picture .add-to-wishlist-button,.ajaxCart .picture .add-to-wishlist-button{display:none!important}.quickViewWindow .overview .add-to-cart{width:auto}.productAddedToCartWindow,.miniProductDetailsView{padding:0;width:750px;color:#555;line-height:18px}.miniProductDetailsView:focus,.productAddedToCartWindow:focus{outline:-webkit-focus-ring-color auto 0}.productAddedToCartWindowTitle{position:absolute;text-transform:uppercase;text-shadow:1px 1px 0 #eee}.productAddedToCartWindowTitle,.miniProductDetailsView .product-name{top:50px;right:40px;left:370px;height:35px;overflow:hidden;padding:0;font-size:18px;font-weight:bold;color:#444;letter-spacing:3px}.ajaxCart .k-window-titlebar.k-header{position:absolute;right:0;margin:0!important;width:380px;max-height:90px;font-size:0}.ajaxCart .k-window-titlebar.k-header .k-window-actions{position:absolute;top:9px;right:10px;font-size:0;z-index:1}.ajaxCart .k-window-titlebar.k-header .k-window-actions a{display:block;width:19px;height:19px;background:url('../Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Brooklyn/Content/img/menu-close-button.png') no-repeat center;font-size:0}.productAddedToCartWindowDescription h1{font-size:16px;text-transform:uppercase;letter-spacing:2px}.productAddedToCartWindowDescription h1 a{color:#a4a4a4}.productAddedToCartWindowDescription strong{font-size:16px;color:#cc8a97}.productAddedToCartWindowSummary{margin:30px 0 0;clear:both;text-align:left}.productAddedToCartWindowSummary a{display:block;text-transform:uppercase;font-size:13px;font-weight:bold;color:#cc8a97}.productAddedToCartWindowSummary a:hover{text-decoration:underline}.productAddedToCartWindowSummary div{float:left;min-width:49.5%;margin:0 0 20px}.productAddedToCartItem{overflow:hidden}.productAddedToCartWindowImage{float:left;margin:0;width:350px;overflow:hidden;text-align:center}.productAddedToCartWindowImage a{position:relative;display:block;overflow:hidden;line-height:0}.productAddedToCartWindowImage a:before{content:"";display:block;padding-top:100%}.productAddedToCartWindowImage img{position:absolute;top:0;right:0;bottom:0;left:0;max-width:100%;margin:auto}.productAddedToCartWindowDescription{float:left;margin:0;padding:100px 20px 30px;max-width:400px}.productAddedToCartWindowDescription h1{margin:0 0 10px;color:#333;text-transform:uppercase;font-weight:bold;font-size:12px}.productAddedToCartWindowDescription h1 a{color:#333}.productAddedToCartWindowDescription strong{display:block;margin-bottom:10px;font-size:18px}.productAddedToCartWindowDescription span{display:block;margin-bottom:3px;font-size:13px;color:#888}.ajaxCart .productAddedToCartWindowCheckout{width:100%;padding:14px 30px;border:0;background:#cc8a97;font-size:14px;font-weight:bold;text-transform:uppercase;color:#fff;-webkit-transition:all .2s ease;transition:all .2s ease-in-out}.ajaxCart .productAddedToCartWindowCheckout:hover{opacity:.9}.ajaxCart .productAddedToCartWindowSummary .viewBasketLink{float:left;min-width:49.5%;margin-bottom:5px;border:2px solid #eee;padding:0 5px;line-height:45px;background-color:#f9f9f9;text-align:center;font-size:14px}.ajaxCart .productAddedToCartWindowSummary .viewBasketLink:hover{text-decoration:none}.ajaxCart .productAddedToCartWindowSummary .continueShoppingLink{clear:both}.miniProductDetailsView .product-essential{margin:0;padding-bottom:1px;overflow:hidden}.miniProductDetailsView .product-name{display:none}.miniProductDetailsView .product-details-page .overview{float:right;width:400px;margin:0;padding:50px 20px 30px;text-align:left}.miniProductDetailsView h1{margin-bottom:10px;text-transform:uppercase;font-weight:bold;font-size:16px;letter-spacing:2px;color:#a4a4a4;text-shadow:1px 1px 0 #eee}.miniProductDetailsView .product-essential .gallery{display:block;float:left;width:350px!important;overflow:hidden}.miniProductDetailsView .product-essential .picture{float:none;overflow:hidden;width:auto!important;height:auto!important;line-height:normal!important;font-size:0}.miniProductDetailsView .product-essential .picture img{width:auto;z-index:0!important}.miniProductDetailsView .short-description{margin-bottom:10px;padding-top:0;border-top:0;width:250px;height:75px;overflow:hidden}.miniProductDetailsView .tax-shipping-info{font-size:13px}.miniProductDetailsView .attributes{border:0;padding:0}.miniProductDetailsView .attributes label{font-size:13px}.miniProductDetailsView .attributes select{padding:4px;max-width:240px}.miniProductDetailsView .rental-attributes dt{float:left;width:100px}.miniProductDetailsView .rental-attributes dd{margin:0 0 10px}.miniProductDetailsView .attribute-squares{text-align:left}.miniProductDetailsView .attribute-squares label{line-height:0}.miniProductDetailsView .attribute-square{width:28px;height:28px}.miniProductDetailsView .cart-info{overflow:visible;min-width:260px}.miniProductDetailsView .product-variant-line{margin:0}.miniProductDetailsView .prices{margin:15px 0}.miniProductDetailsView .customer-entered-price{margin-bottom:10px}.miniProductDetailsView .enter-price-input{padding:4px;width:69px}.miniProductDetailsView .add-to-cart{overflow:hidden;margin:0}.miniProductDetailsView .add-to-cart .min-qty-notification{width:100%}.miniProductDetailsView .add-to-cart>*,.miniProductDetailsView .add-button-wrap{float:left}.miniProductDetailsView .giftcard{padding:10px 15px;background:#fff;margin:0}.miniProductDetailsView .product-collateral{margin-top:10px}.miniProductDetailsView .message-error{display:block;margin:10px 0 0 0;text-align:left;font-size:13px;color:#de524e}.miniProductDetailsView .message-error li{margin:5px 0}.ajaxCart .product-grid{clear:both;margin:30px 0 0}.ajaxCart .product-grid:last-child{margin:0}.ajaxCart .product-grid .title{margin:0 0 15px}.ajaxCart .item-grid{padding:0 15px}.ajaxCart .related-products-grid .title strong,.ajaxCart .cross-sells .title strong{font-size:16px}.ajaxCart .related-products-grid .item-box{padding:5px}.ajaxCart .related-products-grid .item-box .picture{margin:0 0 10px}.ajaxCart .related-products-grid .item-box .product-title{font-size:13px;text-transform:none;font-weight:normal;color:#888}.ajaxCart .add-info .buttons,.ajaxCart .description,.ajaxCart .product-rating-box{display:none}.ajaxCart .addProductToCartErrors{margin:40px 0 0;padding:0 15px}@media all and (min-width:769px){.product-list .ajax-cart-button-wrapper{display:inline-block;width:auto!important}.product-list .ajax-cart-button-wrapper input[type="text"],.product-list .ajax-cart-button-wrapper select{width:48px}.product-list .with-text .ajax-cart-button-wrapper button{width:auto!important}.product-list .with-icon .ajax-cart-button-wrapper button{width:48px!important;min-width:0!important}.items-per-row-three .product-list .sevenspikes-ajaxcart .add-to-wishlist-button{width:48px!important}}@media all and (min-width:1025px){.ajax-cart-button-wrapper input[type="text"],.ajax-cart-button-wrapper select{width:30%}.ajax-cart-button-wrapper input[type="text"]+button,.ajax-cart-button-wrapper select~button{width:70%!important}.items-per-row-four .sevenspikes-ajaxcart .picture .add-to-wishlist-button{display:block}.items-per-row-four .item-box:hover .sevenspikes-ajaxcart .picture .add-to-wishlist-button{opacity:1}}@media all and (min-width:1281px){.ajax-cart-button-wrapper input[type="text"],.ajax-cart-button-wrapper select{width:24%}.ajax-cart-button-wrapper select{width:24%;font-size:16px}.ajax-cart-button-wrapper input[type="text"]+button,.ajax-cart-button-wrapper select~button{width:76%!important}}
.header-logo a,.header-upper,.header-actions a.ico-cart,.header-menu>ul>li>a::after,#goToTop,.social-sharing li,.newsletter-email .newsletter-subscribe-button,.footer-block .title+*::before,.header-2 .header-lower,.mega-menu .title::after,.item-box .swiper-pagination-bullet-active,.item-box button,.item-box .with-icon .product-box-add-to-cart-button,.pager li.previous-page *,.pager li.next-page *,.pager li.first-page *,.pager li.last-page *,.overview .add-to-cart-button,.variant-overview .add-to-cart-button,.write-review .button-1,.wishlist-content .button-2.wishlist-add-to-cart-button,.compare-products-page .button-2,.registration-page .button-1,.registration-result-page .button-1,.login-page .login-button,.login-page .register-button,.password-recovery-page .button-1,.account-page .button-1,.return-request-page .button-1,.user-agreement-page .button-1,.contact-page .button-1,.email-a-friend-page .button-1,.account-page .title strong::after,.account-page .button-2,.order-details-page .button-2.print-order-button,.order-details-page .actions button,.mini-shopping-cart .count,.mini-shopping-cart button,.shopping-cart-page .button-2.update-cart-button,.shopping-cart-page .estimate-shipping-button,.shopping-cart-page .button-1,.checkout-page .button-1,.search-input .button-1,.sitemap-page .entity-title h2::after,.post-title::after,.news-title::after,.blog-posts .read-more,.news-items .read-more,.new-comment .title strong::after,.comment-list .title strong::after,.new-comment .button-1,.forum-search-box .basic .search-box-button,.forums-table-section-title>a::after,.forums-table-section-title strong::after,.topic-post .pm-button,.profile-info-box .pm-button,.forum-edit-page .buttons button.button-1,.move-topic-page .buttons button.button-1,.private-messages .buttons button.button-1,.responsive-nav-wrapper,.item-box .rating div,.product-review-box .rating div,.footer-2 .newsletter-block .title,.apply-vendor-page .button-1,.ui-dialog-titlebar,.ui-dialog .notify-me-button,button.apply-shipping-button,.ajaxCart .productAddedToCartWindowCheckout,.previous-product a:hover .previous-product-label,.next-product a:hover .next-product-label,.sale-of-the-day-offer .go-to-product-page,.blog-search-box .search-box-button,.post-navigation a:hover::before,.jCarouselMainWrapper .slick-dots .slick-active button,.ajaxFilters .k-window-titlebar,.ropc .complete-button button,.header-menu>ul>li>span:after,.shops-item .shop-name:after,.shops-item .read-more,.newsletter-subscribe-popup .newsletter-subscribe-popup-title::after,.sale-of-the-day-offer li.slick-active button{background-color:#169db3}.pager li.previous-page *,.pager li.next-page *,.pager li.first-page *,.pager li.last-page *,.wishlist-content .button-2.wishlist-add-to-cart-button,.account-page .button-2,.order-details-page .button-2.print-order-button,.order-details-page .actions button,.shopping-cart-page .button-2.update-cart-button,.shopping-cart-page .estimate-shipping-button,.forum-edit-page .buttons button.button-1,.move-topic-page .buttons button.button-1,.private-messages .buttons button.button-1,.attribute-squares .selected-value .attribute-square,.previous-product a:hover .previous-product-label,.next-product a:hover .next-product-label,.ui-slider-handle,.mega-menu .dropdown.fullWidth,.post-navigation a:hover::before,.product-filters .ui-slider-handle{border-color:#169db3}.header-2 .header-actions a.ico-cart{background-color:#1cc5e0}.ui-dialog-titlebar,.eu-cookie-bar-notification button,.eu-cookie-bar-notification a,.header-2 .header-links a span:hover,.header-2 .header-links a:hover,.styleSelect_item li:hover span,.footer-block a:hover,.footer-powered-by a,.footer-designed-by a,.block .list li.active>a,.block.block-account-navigation .list li.active a,.block .list a:hover,.block .view-all a,.block .tags li a:hover,.product-tags-all-page li a:hover,.news-list-homepage .news-date,.poll strong,.poll .buttons button,.poll-total-votes,.breadcrumb a:hover,.contact-vendor .button-2,.product-filters .filter-content li a:hover,.item-box .product-title a:hover,.item-box .actual-price,.item-box .tax-shipping-info a,.pager li a:hover,.pager li.current-page span,.product-review-links a,.overview .subscribe-button,.variant-overview .subscribe-button,.overview .value a,.variant-overview .value a,.overview .product-price,.variant-overview .product-price,.overview .prices .tax-shipping-info a,.variant-overview .prices .tax-shipping-info a,.ui-tabs .ui-tabs-nav li a,.product-tags-list li,.vendor-list li,.product-reviews-page h1 a,.product-review-item .review-info a,.product-review-helpfulness .vote,.wishlist-content .tax-shipping-info a,.wishlist-content .button-2,.wishlist-page .share-info a:hover,.compare-products-page .clear-list,.topic-block a,.topic-page a,.enter-password-form button,.email-a-friend-page .title h2,#check-availability-button,.login-page .inputs.reversed a,.login-page .checkout-as-guest-button,.add-more-external-records a,.account-page .return-items-button,.return-request-list-page a,.reward-points-history td.points-balance,.avatar-page .buttons .button-2,.shopping-cart-page .button-2,.checkout-page .button-2,.order-details-page .page-title a,.terms-of-service a,.order-completed .details a,.opc .back-link a:hover,.order-details-page .order-overview strong,.order-details-page .tax-shipping-info a,.order-details-page button.return-items-button,.sitemap-page a:hover,.post-title:hover,.news-title:hover,.blog-page .tags li,.blogpost-page .tags li,.blog-posts .read-comments,.comment-info .username,.news-list-homepage .view-all a,.forum-search-box .advanced a,.forums-table-section a:hover,.forums-table-section-title>a:hover,.forums-table-section .view-all a,.forums-table-section .latest-post .origin a,.forums-table-section .latest-post .author a,.forums-table-section .topic-details .topic-starter a,.forum-actions .actions a,.topic-actions .actions a,.topic-post .username,.topic-post .post-actions .quote-post-button,.topic-post .post-actions a:hover,.forum-edit-page .buttons button,.move-topic-page .buttons button,.private-messages .buttons button,.private-messages-page td a.pm-unread,.private-messages-page .to a:hover,.private-messages-page .from a:hover,.private-messages-page .subject a:hover,.profile-page .topic-title a,.profile-page .topic-title a:hover,.header-menu .sublist li:hover>a,.mini-shopping-cart .price span,.mini-shopping-cart .totals strong,.cart .edit-item>a,.cart tbody .subtotal,.compare-products-table .product-price td,td.footable-last-column,.go-to-page,.blog-page .buttons .read-more,.order-details-page .button-2.re-order-button,.account-page .button-2.return-items-button,.category-description a,.manufacturer-description a,.full-description a,.topic-html-content a,.post-body a,.news-body a,.custom-tab a,.mega-menu .box li a:hover,.sale-of-the-day-offer .price.actual-price,.rich-blog-homepage .view-all a,.instant-search-item .detail .price,.priceRangeCurrentPricesPanel span,.specification-current-value-panel span,.filtersGroupPanel li>a:hover,.filter-block a.clearFilterOptions,.filter-block a.clearPriceRangeFilter,.selected-options-list>li span,.productAddedToCartWindowSummary a,.productAddedToCartWindowDescription strong,.quickViewWindow .links-panel a,.sale-of-the-day-offer .product-name h4:hover,.blog-search-results li a,.jDropDown li span:hover,.jDropDown li.selected span,.footer-tax-shipping a,p .search-term-highlighter,.ropc .estimate-shipping button,.ropc .coupon-code button,.post-relations li a,.checkbox-list li label:hover,.spc-header li span,.spc-categories .category-sublist li a:hover,.spc-categories .category-info:hover .category-title a,.getUserGeoLocation,.align-map-button,.filter-shops-button,.shops-item .show-directions,.shop-map-images .map-controls a,.shop-full-description a,.product-filters .selected-price-range{color:#169db3}.email-cart-button,.changeLocationWindow .popup-header,.shops-item .shop-name:after,.shops-item .read-more,.changeLocation .shop-item button,.footer-nearest-store .get-directions{background-color:#169db3}.storis-primary-theme-color,.getUserGeoLocation,.align-map-button,.filter-shops-button,.shops-item .show-directions,.shop-map-images .map-controls a,.shop-full-description a,#search-shops,.changeLocation .shop-link:hover,.header-nearest-store a,.footer-nearest-store a{color:#169db3}
