.btn-sui{display:inline-block;font-size:14px;color:#fff;font-weight:700;text-align:center;padding:12px 16px;border-radius:4px;box-shadow:0 2px 4px 0 rgba(17,18,20,0.12);background-color:#1064bc;border:1px solid transparent;outline:0;appearance:none;cursor:pointer}.btn-sui:hover{background-color:#4083c9;text-decoration:none}.btn-sui:active{background-color:#0d5096;box-shadow:none}.btn-sui.btn-sui-ghost{border:1px solid #1064bc;background-color:rgba(255,255,255,0);color:#1064bc;box-shadow:0 2px 4px 0 rgba(17,18,20,0.12)}.btn-sui.btn-sui-ghost:hover{border-color:#4083c9;color:#4083c9}.btn-sui.btn-sui-ghost:active{border-color:#0d5096;color:#0d5096;box-shadow:none}.input-container .error-container{padding:4px 0 0}.input-container .error-container label{font-size:12px;font-weight:400;line-height:16px;color:#ff2020;display:block}.input-container .error-container label:before{content:'';width:16px;height:16px;display:inline-block;vertical-align:sub;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGwSURBVHgB7ZfxUcIwFMY/OAdghDCBbCBsgBMAIzABMIGMUCZQJrAbiBOYDcQJ8It99UJJaJJLPf/gd/ddW2ibry/Jywtw4x/RQyInpQY8jChFHUWHntZHRBJlgg0rHmbUXBp3oamS2tCQRi4T8tVP0ngMRYiZVhM0MObhmRogDU0taeQFKSZowIS+QB7mNLJDjAkamKKKQE4mNFIixIQMwFf4B18qZuYMmzOo77l5FWFgIwqhHuBnXERCovCBMPb8qqk8Z7puGvjc0J4xrkisEM6ndf6FcOb2hcvEGN0zg8+EJCWF7lHS1qUJVGvBXzHymUjNiikoZDKhrPN7xPGbK+4af2jEMWbfvskLY7symwkgfRwd6pOz7pAEotE92k7drjyxR8TLqKEopqIq7QuXiS3CeTfRkwiWEc+drTW+VbRAI6u1vPBErQPvL2h6EWLCTFWziOXOGxpVTaHtH51LuQyaR+Rn6ao3ffUEpAJaIB8LX50ZUuiaGsEUIgpp/ETVVdbV9NGCuJ9QO8RToCpgyms3pWx+1tQDrm9+TK7ZZt38eAzV28CBSKPKhBo3EvkGLY+KfwJSAn8AAAAASUVORK5CYII=");background-repeat:none;background-position:center;background-size:cover;margin-right:4px}.input-text-label-sui{display:block;font-size:14px;font-weight:700;color:rgba(17,18,20,0.64);margin:0 0 5px}.input-text-sui{padding:12px 16px;background:#fff;border-radius:4px;border:1px solid rgba(17,18,20,0.24);width:100%;box-sizing:border-box;font-size:14px;font-weight:400;color:rgba(17,18,20,0.8);margin:0;appearance:none;outline:0}.input-text-sui::placeholder{color:rgba(17,18,20,0.4)}.input-text-sui:disabled{border:1px solid rgba(17,18,20,0.24);background:rgba(17,18,20,0.08);color:rgba(17,18,20,0.4);cursor:not-allowed;box-shadow:none}.input-text-sui:not(:disabled):hover{border:1px solid #4083c9}.input-text-sui:not(:disabled):focus{border:1px solid #0d5096;box-shadow:0 0 4px 1px #1064bc}.input-text-sui:not(:disabled).error{border:1px solid #ff2020}.input-text-sui:not(:disabled).error:focus{border:1px solid #ff2020;box-shadow:0 0 4px 1px #bf1818}.radio-sui,.checkbox-sui{display:flex;flex-direction:column}.radio-sui input[type="radio"],.checkbox-sui input[type="radio"],.radio-sui input[type="checkbox"],.checkbox-sui input[type="checkbox"]{display:none}.radio-sui label,.checkbox-sui label{display:flex;align-items:center;cursor:pointer;font-size:16px;font-weight:400;color:rgba(17,18,20,0.8);position:relative}.radio-sui label:before,.checkbox-sui label:before{content:"";width:16px;height:16px;border-radius:50%;display:inline-block;margin-right:10px;border:1px solid #ccc;background-color:#fff;transition:border-color .2s,background-color .2s}.radio-sui label:hover:before,.checkbox-sui label:hover:before{border-color:#007bff}.radio-sui.error label:before,.checkbox-sui.error label:before{border-color:#ff4d4f}.radio-sui input:checked+label:before,.checkbox-sui input:checked+label:before{border-color:#007bff;background-color:transparent}.radio-sui input:checked+label:after,.checkbox-sui input:checked+label:after{content:"";width:10px;height:10px;background-color:#007bff;border-radius:50%;position:absolute;top:5px;left:4px}.radio-sui input[type="radio"]:disabled+label,.checkbox-sui input[type="radio"]:disabled+label{color:#ddd;cursor:not-allowed}.radio-sui input[type="radio"]:disabled+label:before,.checkbox-sui input[type="radio"]:disabled+label:before{border-color:#ddd;background-color:#f5f5f5}.radio-sui input:checked:disabled+label,.checkbox-sui input:checked:disabled+label{color:#ddd;cursor:not-allowed}.radio-sui input:checked:disabled+label:before,.checkbox-sui input:checked:disabled+label:before{border-color:#ddd;background-color:#ddd}.radio-sui input:checked:disabled+label:after,.checkbox-sui input:checked:disabled+label:after{content:"";width:10px;height:10px;background-color:#bbb;border-radius:50%;position:absolute;top:5px;left:4px}.checkbox-sui label:before{width:20px;height:20px;border-radius:4px;border:1px solid #676769;box-sizing:border-box}.checkbox-sui label:hover:before{border-color:#007bff}.checkbox-sui.error label:before{border-color:#ff4d4f}.checkbox-sui input:checked+label:before{border-color:#007bff;background-color:#007bff}.checkbox-sui input:checked+label:after{content:"";width:9px;height:6.5px;background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC4zNTM2IDIuNjQ2NDVDMTAuNTQ4OCAyLjg0MTcxIDEwLjU0ODggMy4xNTgyOSAxMC4zNTM2IDMuMzUzNTVMNC44NTM1NSA4Ljg1MzU1QzQuNjU4MjkgOS4wNDg4MiA0LjM0MTcxIDkuMDQ4ODIgNC4xNDY0NSA4Ljg1MzU1TDEuNjQ2NDUgNi4zNTM1NUMxLjQ1MTE4IDYuMTU4MjkgMS40NTExOCA1Ljg0MTcxIDEuNjQ2NDUgNS42NDY0NUMxLjg0MTcxIDUuNDUxMTggMi4xNTgyOSA1LjQ1MTE4IDIuMzUzNTUgNS42NDY0NUw0LjUgNy43OTI4OUw5LjY0NjQ1IDIuNjQ2NDVDOS44NDE3MSAyLjQ1MTE4IDEwLjE1ODMgMi40NTExOCAxMC4zNTM2IDIuNjQ2NDVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");background-size:cover;background-color:#007bff;border-radius:unset;position:absolute;padding:2.5px 1.5px 3px;top:4px;left:4px}#colorbox.dialog-sui{border-radius:8px;box-shadow:0 2px 12px 0 rgba(17,18,20,0.12)}#colorbox.dialog-sui #cboxWrapper{background:transparent}#colorbox.dialog-sui #cboxWrapper #cboxContent{padding:0}#colorbox.dialog-sui #cboxWrapper #cboxContent #cboxClose{background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikljb24iPgo8cGF0aCBpZD0iSWNvbl8yIiBkPSJNNy4zMzQwNyA1LjgxNDY4QzYuOTE0NSA1LjM5NTExIDYuMjM0MjQgNS4zOTUxMSA1LjgxNDY4IDUuODE0NjhDNS4zOTUxMSA2LjIzNDI0IDUuMzk1MTEgNi45MTQ1IDUuODE0NjggNy4zMzQwN0wxMC45ODA2IDEyLjVMNS44MTQ2OCAxNy42NjU5QzUuMzk1MTEgMTguMDg1NSA1LjM5NTExIDE4Ljc2NTggNS44MTQ2OCAxOS4xODUzQzYuMjM0MjUgMTkuNjA0OSA2LjkxNDUgMTkuNjA0OSA3LjMzNDA3IDE5LjE4NTNMMTIuNSAxNC4wMTk0TDE3LjY2NTkgMTkuMTg1M0MxOC4wODU1IDE5LjYwNDkgMTguNzY1OCAxOS42MDQ5IDE5LjE4NTMgMTkuMTg1M0MxOS42MDQ5IDE4Ljc2NTggMTkuNjA0OSAxOC4wODU1IDE5LjE4NTMgMTcuNjY1OUwxNC4wMTk0IDEyLjVMMTkuMTg1MyA3LjMzNDA3QzE5LjYwNDkgNi45MTQ1IDE5LjYwNDkgNi4yMzQyNCAxOS4xODUzIDUuODE0NjhDMTguNzY1OCA1LjM5NTExIDE4LjA4NTUgNS4zOTUxMSAxNy42NjU5IDUuODE0NjhMMTIuNSAxMC45ODA2TDcuMzM0MDcgNS44MTQ2OFoiIGZpbGw9ImJsYWNrIi8+CjwvZz4KPC9zdmc+Cg==");background-size:28px 28px;background-position:center center;background-repeat:no-repeat;width:28px;height:28px;padding:8px;position:absolute;right:16px;top:16px;color:#000;margin:0;box-sizing:unset}#colorbox.dialog-sui #cboxWrapper #cboxContent #cboxLoadedContent{border-radius:0;color:rgba(17,18,20,0.8)}#colorbox.dialog-sui #cboxWrapper #cboxContent #cboxLoadedContent .popup-title{padding:16px;border-bottom:1px solid #f4f4f4}#colorbox.dialog-sui #cboxWrapper #cboxContent #cboxLoadedContent .popup-title h3{font-size:24px;font-weight:700;line-height:normal;letter-spacing:-0.24px;color:rgba(17,18,20,0.8);margin:0;padding:8px 16px;border:0}#colorbox.dialog-sui #cboxWrapper #cboxContent #cboxLoadedContent .popup-content{padding:16px 32px}#colorbox.dialog-sui #cboxWrapper #cboxContent #cboxLoadedContent .popup-content p{font-size:14px;color:rgba(17,18,20,0.8);font-style:normal;font-weight:400;margin:0 0 16px}#colorbox.dialog-sui #cboxWrapper #cboxContent #cboxLoadedContent .popup-content p.bottom-note{font-size:12px;font-weight:400;line-height:16px;color:rgba(17,18,20,0.64)}#colorbox.dialog-sui #cboxWrapper #cboxContent #cboxLoadedContent .popup-content p:last-of-type{margin-bottom:0}#colorbox.dialog-sui #cboxWrapper #cboxContent #cboxLoadedContent .popup-buttons{border-top:1px solid #f4f4f4;padding:16px;display:flex;flex-direction:row-reverse}#colorbox.dialog-sui #cboxWrapper #cboxContent #cboxLoadedContent .popup-buttons a:last-of-type,#colorbox.dialog-sui #cboxWrapper #cboxContent #cboxLoadedContent .popup-buttons button:last-of-type{order:-1;margin-left:16px}.jspContainer{overflow:hidden;position:relative}.jspPane{position:absolute}.jspVerticalBar{position:absolute;top:0;right:0;width:11px;height:100%}.jspHorizontalBar{position:absolute;bottom:0;left:0;width:100%;height:11px}.jspVerticalBar *,.jspHorizontalBar *{margin:0;padding:0}.jspCap{display:none}.jspHorizontalBar .jspCap{float:left}.jspTrack{background:#f3f3f3;position:relative}.jspDrag{background:#fff;border:1px solid #d5d4d4;position:relative;top:0;left:0;cursor:pointer;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:inset -2px -3px 2px #e6e5e5;-moz-box-shadow:inset -2px -3px 2px #e6e5e5;box-shadow:inset -2px -2px 2px #e6e5e5}.jspDrag:hover{background-color:#f1f1f1;-webkit-box-shadow:inset 2px 3px 2px #e6e5e5;-moz-box-shadow:inset 2px 3px 2px #e6e5e5;box-shadow:inset 2px 2px 2px #e6e5e5}.jspActive{background-color:#e8e7e7!important}.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{float:left;height:100%}.jspArrow{background:#f3f3f3 url('/assets/images/faceted_search:b07b6c00e0b63cddd3cbc56d57e6b1a1.png') 0 -733px no-repeat;text-indent:-20000px;display:block;cursor:pointer}.jspArrowUp{background-position:.5px -728px}.jspArrowDown{background-position:2px -747px}.jspArrow.jspDisabled{cursor:default}.jspVerticalBar .jspArrow{height:18px}.jspHorizontalBar .jspArrow{width:11px;float:left;height:100%}.jspVerticalBar .jspArrow:focus{outline:0}.jspCorner{background:#eeeef4;float:left;height:100%}.classifiedBreadCrumb,.classifiedBreadCrumb ol,.classifiedBreadCrumbBackground{-webkit-transition-property:background;-moz-transition-property:background;-o-transition-property:background;-ms-transition-property:background;transition-property:background;-webkit-transition-duration:.4s;-moz-transition-duration:.4s;-o-transition-duration:.4s;-ms-transition-duration:.4s;transition-duration:.4s}.classifiedBreadCrumbBackground{position:absolute;left:0;width:100%;height:27px;z-index:-1;background-color:#f2f2f2;background-repeat:repeat-x;-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,0.1),0 0 4px 0 rgba(0,0,0,0.06),1px 0 2px 0 rgba(0,0,0,0.08);box-shadow:0 2px 3px 0 rgba(0,0,0,0.1),0 0 4px 0 rgba(0,0,0,0.06),1px 0 2px 0 rgba(0,0,0,0.08)}.classifiedBreadCrumbBackground.fixed{position:fixed;top:0;z-index:400;-webkit-box-shadow:none;box-shadow:none}.classifiedBreadCrumb{position:relative;width:100%;height:27px}.classifiedBreadCrumb .breadcrumbItem.leaf{margin-right:0}.classifiedBreadCrumb .breadcrumbItem a{max-width:110px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.classifiedBreadCrumb .breadcrumb-items{position:relative;float:right;padding-right:0;padding-bottom:5px;-webkit-transition-property:background;-moz-transition-property:background;-o-transition-property:background;-ms-transition-property:background;transition-property:background;-webkit-transition-duration:.5s;-moz-transition-duration:.5s;-o-transition-duration:.5s;-ms-transition-duration:.5s;transition-duration:.5s}.classifiedBreadCrumb .breadcrumb-items:after{position:absolute;top:0;left:100%;content:'';height:27px;background:0;-webkit-transition-property:background;-moz-transition-property:background;-o-transition-property:background;-ms-transition-property:background;transition-property:background;-webkit-transition-duration:.5s;-moz-transition-duration:.5s;-o-transition-duration:.5s;-ms-transition-duration:.5s;transition-duration:.5s}.classifiedBreadCrumb .breadcrumb-items .breadcrumb-slice{position:absolute;top:0;left:-8px;width:8px;height:14px;background:transparent;-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-o-transform:rotateY(180deg);-ms-transform:rotateY(180deg);transform:rotateY(180deg);-webkit-transition-property:background;-moz-transition-property:background;-o-transition-property:background;-ms-transition-property:background;transition-property:background;-webkit-transition-duration:.4s;-moz-transition-duration:.4s;-o-transition-duration:.4s;-ms-transition-duration:.4s;transition-duration:.4s}.classifiedBreadCrumb .breadcrumb-items .breadcrumb-slice:after{position:absolute;top:0;left:100%;width:9px;height:9px;content:'';background:0;-webkit-transition-property:background;-moz-transition-property:background;-o-transition-property:background;-ms-transition-property:background;transition-property:background;-webkit-transition-duration:.4s;-moz-transition-duration:.4s;-o-transition-duration:.4s;-ms-transition-duration:.4s;transition-duration:.4s}.classifiedBreadCrumb .breadcrumb-items .breadcrumb-slice:before{position:absolute;top:100%;left:0;width:8px;height:13px;content:'';background:0;border-radius:0 0 100% 0/0 0 100% 0;-webkit-transition-property:background;-moz-transition-property:background;-o-transition-property:background;-ms-transition-property:background;transition-property:background;-webkit-transition-duration:.4s;-moz-transition-duration:.4s;-o-transition-duration:.4s;-ms-transition-duration:.4s;transition-duration:.4s}.classifiedBreadCrumb .breadcrumb-items a.item{position:relative;margin:0 10px 0 8px;padding-left:0;font-size:10px;background:0}.classifiedBreadCrumb .breadcrumb-items a.item:first-child{margin-left:0}.classifiedBreadCrumb .breadcrumb-items a.item.fixed-compare-link{margin-right:0}.classifiedBreadCrumb .breadcrumb-items .seperator{display:inline-block;content:'';width:1px;height:10px;background-color:#d4d3d3;position:relative;top:1px}.classifiedBreadCrumb .breadcrumb-items .favorite-search-container{zoom:1;position:absolute;top:27px;right:200px;width:250px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fafafa;-webkit-box-shadow:2px 0 5px 0 rgba(0,0,0,0.1),0 2px 4px 0 rgba(0,0,0,0.1),-2px 0 5px 0 rgba(0,0,0,0.1);box-shadow:2px 0 5px 0 rgba(0,0,0,0.1),0 2px 4px 0 rgba(0,0,0,0.1),-2px 0 5px 0 rgba(0,0,0,0.1);z-index:400}.classifiedBreadCrumb .breadcrumb-items .favorite-search-container:before,.classifiedBreadCrumb .breadcrumb-items .favorite-search-container:after{display:table;content:"";zoom:1}.classifiedBreadCrumb .breadcrumb-items .favorite-search-container:after{clear:both}.classifiedBreadCrumb .breadcrumb-items .favorite-search-container:before{content:'';position:absolute;top:0;right:48px;width:0;height:0;margin-left:-0.5em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:5px solid #fafafa;border-color:transparent transparent #fafafa #fafafa;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);-moz-transform:rotate(135deg);-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-o-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);-webkit-box-shadow:-2px 2px 1px 0 rgba(0,0,0,0.1);-moz-box-shadow:-2px 2px 1px 0 rgba(0,0,0,0.1);-webkit-box-shadow:-2px 2px 1px 0 rgba(0,0,0,0.1);box-shadow:-2px 2px 1px 0 rgba(0,0,0,0.1)}.classifiedBreadCrumb .breadcrumb-items .favorite-search-container.close{display:none}.classifiedBreadCrumb .breadcrumb-items .favorite-search-container .section-top{margin:0 10px;padding:20px 0 9px 10px;height:14px;border-bottom:1px solid #eaeaea;background-color:#fafafa}.classifiedBreadCrumb .breadcrumb-items .favorite-search-container .section-top .section-title{position:relative;font-size:12px;color:#438ed8;font-weight:bold;cursor:default}.classifiedBreadCrumb .breadcrumb-items .favorite-search-container .section-top .section-title:after{position:absolute;bottom:-9px;left:-10px;content:'';width:134px;height:2px;background:#438ed8}.classifiedBreadCrumb .breadcrumb-items .favorite-search-container .empty-list{display:none;width:200px;font-size:13px;color:#999;text-align:center;position:relative;top:39px;left:24px}.classifiedBreadCrumb .breadcrumb-items .favorite-search-container .favorite-search-box{min-height:95px}.classifiedBreadCrumb .breadcrumb-items .favorite-search-container .favorite-search-list{margin:10px 0 10px;width:100%!important;max-height:248px;overflow-y:auto;background-color:#fff;border-top:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8}.classifiedBreadCrumb .breadcrumb-items .favorite-search-container .favorite-search-list .item{position:relative;display:block;float:none;padding:0;overflow:hidden}.classifiedBreadCrumb .breadcrumb-items .favorite-search-container .favorite-search-list .item:not(:last-child):after{position:absolute;display:inline-block;content:'';right:20px;bottom:0;left:20px;height:1px;background:#eaeaea}.classifiedBreadCrumb .breadcrumb-items .favorite-search-container .favorite-search-list .item a{display:inline-block;padding:10px 30px;width:100%;color:#333;font-size:11px;background:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.classifiedBreadCrumb .breadcrumb-items .favorite-search-container .favorite-search-list .item a:hover{color:#438ed8}.classifiedBreadCrumb .breadcrumb-items .favorite-search-container .show-all{display:none;padding:9px 0 10px;color:#438ed8;text-align:center;background:0;border-top:1px solid #eaeaea}.classifiedBreadCrumb.fixed{position:fixed;top:0;left:0;z-index:400}.classifiedBreadCrumb.fixed .breadcrumb-items{position:relative;background:#555c70}.classifiedBreadCrumb.fixed .breadcrumb-items:after{width:200%;background:#555c70}.classifiedBreadCrumb.fixed .breadcrumb-items .breadcrumb-slice{background:#555c70}.classifiedBreadCrumb.fixed .breadcrumb-items .breadcrumb-slice:after{background:-webkit-radial-gradient(circle at 100% 100%,rgba(204,0,0,0) 8px,#555c70 9px);background:-moz-radial-gradient(circle at 100% 100%,rgba(204,0,0,0) 8px,#555c70 9px);background:-o-radial-gradient(circle at 100% 100%,rgba(204,0,0,0) 8px,#555c70 9px);background:-ms-radial-gradient(circle at 100% 100%,rgba(204,0,0,0) 8px,#555c70 9px);background:radial-gradient(circle at 100% 100%,rgba(204,0,0,0) 8px,#555c70 9px)}.classifiedBreadCrumb.fixed .breadcrumb-items .breadcrumb-slice:before{background:#555c70}.classifiedBreadCrumb.fixed .breadcrumb-items a{color:#fff}.classifiedBreadCrumb.fixed .breadcrumb-items a.item:after{background-color:#5e6478}.classifiedBreadCrumb ol{margin:auto;zoom:1;line-height:15px}.classifiedBreadCrumb ul:before,.classifiedBreadCrumb ol:after{display:table;content:"";zoom:1}.classifiedBreadCrumb ol:after{clear:both}.classifiedBreadCrumb ol li{float:left;padding:5px 0 0 0;margin-right:15px}.classifiedBreadCrumb ol li:last-child{margin-right:0}.classifiedBreadCrumb ol li a{color:#00339f;padding-left:10px;background:url('/assets/images/detail:09f7b52d46bd89fa5af69e73f7b57fa4.png') 1px -915px no-repeat;font-size:11px;display:inline-block}.search-result-bc{position:relative;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;left:0;width:1150px;height:28px;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;z-index:210;font-size:11px;color:#06379c}.search-result-bc>ul{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:0;margin:0;overflow-x:auto;overflow-y:hidden;width:1150px;height:100%}.search-result-bc>ul .bc-item{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;padding:0 3px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid transparent;-webkit-flex-shrink:0;flex-shrink:0;max-width:125px}.search-result-bc>ul .bc-item.active{border-color:#dedede;border-bottom-color:transparent;background-color:#fbfbfb}.search-result-bc>ul .bc-item.active .bc-arrow:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.search-result-bc>ul .bc-item.active .bc-tooltip{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex}.search-result-bc>ul .bc-item .bc-tooltip{display:none;position:absolute;left:0;top:28px;background-color:#fbfbfb;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #dedede;border-top:0;max-height:500px;overflow-y:auto;border-bottom-left-radius:3px;border-bottom-right-radius:3px;overflow-anchor:none}.search-result-bc>ul .bc-item .bc-tooltip .bc-tooltip-close{display:none}.search-result-bc>ul .bc-item .bc-tooltip a{margin:10px 0}.search-result-bc>ul .bc-item>a{padding-right:5px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.search-result-bc>ul .bc-item .bc-arrow{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;width:7px;height:100%;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.search-result-bc>ul .bc-item .bc-arrow:before{background-image:url('/assets/images/breadcrumb:3062e7d7f2a0bcc7885224f2e3c6fdbe.png');background-position:0 0;width:4px;height:7px;content:'';display:inline-block;vertical-align:middle;margin-top:2px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.search-result-bc>ul .bc-item .bc-arrow:before{background-image:url('/assets/images/breadcrumb_2x:b524837e4b9228eb64f1331301d68385.png');background-position:0 0;background-size:4px 7px}}.search-result-bc>ul .bc-space-filler{-webkit-box-flex:1;-moz-box-flex:1;-o-box-flex:1;-ms-box-flex:1;box-flex:1;-webkit-flex-grow:1;flex-grow:1}.search-result-bc .breadcrumb-items{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-transition-property:background;-moz-transition-property:background;-o-transition-property:background;-ms-transition-property:background;transition-property:background;-webkit-transition-duration:.4s;-moz-transition-duration:.4s;-o-transition-duration:.4s;-ms-transition-duration:.4s;transition-duration:.4s}.search-result-bc .breadcrumb-items--comparable .breadcrumb-action-popup:nth-last-of-type(1){right:0!important}.search-result-bc .breadcrumb-items--comparable .breadcrumb-action-popup:nth-last-of-type(2){right:60px!important}.search-result-bc .breadcrumb-items--comparable .breadcrumb-action-popup:nth-last-of-type(3){right:160px!important}.search-result-bc .breadcrumb-items .breadcrumb-action-popup:nth-last-of-type(1){right:-20px}.search-result-bc .breadcrumb-items .breadcrumb-action-popup:nth-last-of-type(2){right:85px}.search-result-bc .breadcrumb-items:after{position:absolute;top:0;left:100%;content:'';height:28px;background:0;-webkit-transition-property:background;-moz-transition-property:background;-o-transition-property:background;-ms-transition-property:background;transition-property:background;-webkit-transition-duration:.4s;-moz-transition-duration:.4s;-o-transition-duration:.4s;-ms-transition-duration:.4s;transition-duration:.4s}.search-result-bc .breadcrumb-items .breadcrumb-slice{position:relative;margin-top:-13px;margin-left:-8px;width:8px;height:15px;background:transparent;-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-o-transform:rotateY(180deg);-ms-transform:rotateY(180deg);transform:rotateY(180deg);-webkit-transition-property:background;-moz-transition-property:background;-o-transition-property:background;-ms-transition-property:background;transition-property:background;-webkit-transition-duration:.4s;-moz-transition-duration:.4s;-o-transition-duration:.4s;-ms-transition-duration:.4s;transition-duration:.4s}.search-result-bc .breadcrumb-items .breadcrumb-slice:after{position:absolute;top:0;left:100%;width:9px;height:9px;content:'';background:0;-webkit-transition-property:background;-moz-transition-property:background;-o-transition-property:background;-ms-transition-property:background;transition-property:background;-webkit-transition-duration:.4s;-moz-transition-duration:.4s;-o-transition-duration:.4s;-ms-transition-duration:.4s;transition-duration:.4s}.search-result-bc .breadcrumb-items .breadcrumb-slice:before{position:absolute;top:100%;left:0;width:8px;height:13px;content:'';background:0;border-radius:0 0 100% 0;-webkit-transition-property:background;-moz-transition-property:background;-o-transition-property:background;-ms-transition-property:background;transition-property:background;-webkit-transition-duration:.4s;-moz-transition-duration:.4s;-o-transition-duration:.4s;-ms-transition-duration:.4s;transition-duration:.4s}.search-result-bc .breadcrumb-items a.item{position:relative;margin:0 8px 0 8px;padding-left:0;font-size:10px;background:0}.search-result-bc .breadcrumb-items a.item.fixed-compare-link{margin-right:0}.search-result-bc .breadcrumb-items .seperator{display:inline-block;content:'';width:1px;height:10px;background-color:#d4d3d3;position:relative;top:1px}.search-result-bc .breadcrumb-items .favorite-search-container{zoom:1;position:absolute;top:28px;width:250px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fafafa;-webkit-box-shadow:2px 0 5px 0 rgba(0,0,0,0.1),0 2px 4px 0 rgba(0,0,0,0.1),-2px 0 5px 0 rgba(0,0,0,0.1);box-shadow:2px 0 5px 0 rgba(0,0,0,0.1),0 2px 4px 0 rgba(0,0,0,0.1),-2px 0 5px 0 rgba(0,0,0,0.1);z-index:400}.search-result-bc .breadcrumb-items .favorite-search-container:before,.search-result-bc .breadcrumb-items .favorite-search-container:after{display:table;content:"";zoom:1}.search-result-bc .breadcrumb-items .favorite-search-container:after{clear:both}.search-result-bc .breadcrumb-items .favorite-search-container:before{content:'';position:absolute;top:0;right:48px;width:0;height:0;margin-left:-0.5em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:5px solid #fafafa;border-color:transparent transparent #fafafa #fafafa;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);-moz-transform:rotate(135deg);-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-o-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);-webkit-box-shadow:-2px 2px 1px 0 rgba(0,0,0,0.1);-moz-box-shadow:-2px 2px 1px 0 rgba(0,0,0,0.1);-webkit-box-shadow:-2px 2px 1px 0 rgba(0,0,0,0.1);box-shadow:-2px 2px 1px 0 rgba(0,0,0,0.1)}.search-result-bc .breadcrumb-items .favorite-search-container.close{display:none}.search-result-bc .breadcrumb-items .favorite-search-container .section-top{margin:0 10px;padding:20px 0 9px 10px;height:14px;border-bottom:1px solid #eaeaea;background-color:#fafafa}.search-result-bc .breadcrumb-items .favorite-search-container .section-top .section-title{position:relative;font-size:12px;color:#438ed8;font-weight:bold;cursor:default}.search-result-bc .breadcrumb-items .favorite-search-container .section-top .section-title:after{position:absolute;bottom:-9px;left:-10px;content:'';width:134px;height:2px;background:#438ed8}.search-result-bc .breadcrumb-items .favorite-search-container .empty-list{display:none;width:200px;font-size:13px;color:#999;text-align:center;position:relative;top:39px;left:24px}.search-result-bc .breadcrumb-items .favorite-search-container .favorite-search-box{min-height:95px}.search-result-bc .breadcrumb-items .favorite-search-container .favorite-search-list{margin:10px 0 10px;width:100%!important;max-height:248px;overflow-y:auto;background-color:#fff;border-top:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8}.search-result-bc .breadcrumb-items .favorite-search-container .favorite-search-list .item{position:relative;display:block;float:none;padding:0;overflow:hidden}.search-result-bc .breadcrumb-items .favorite-search-container .favorite-search-list .item:not(:last-child):after{position:absolute;display:inline-block;content:'';right:20px;bottom:0;left:20px;height:1px;background:#eaeaea}.search-result-bc .breadcrumb-items .favorite-search-container .favorite-search-list .item a{display:inline-block;padding:10px 30px;width:100%;color:#333;font-size:11px;background:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.search-result-bc .breadcrumb-items .favorite-search-container .favorite-search-list .item a:hover{color:#438ed8}.search-result-bc .breadcrumb-items .favorite-search-container .show-all{display:none;padding:9px 0 10px;color:#438ed8;text-align:center;background:0;border-top:1px solid #eaeaea}.search-result-bc .breadcrumb-items .lvcCarouselContainer{top:28px}.search-result-bc .breadcrumb-items .compare-classified-submenu{top:28px}.search-result-bc.fixed{position:fixed;top:0;left:calc(50% - 575px);z-index:400}.search-result-bc.fixed .breadcrumb-items{background:#555c70}.search-result-bc.fixed .breadcrumb-items:after{width:200%;background:#555c70}.search-result-bc.fixed .breadcrumb-items .breadcrumb-slice{background:#555c70}.search-result-bc.fixed .breadcrumb-items .breadcrumb-slice:after{background:-webkit-radial-gradient(circle at 100% 100%,rgba(204,0,0,0) 8px,#555c70 9px);background:-moz-radial-gradient(circle at 100% 100%,rgba(204,0,0,0) 8px,#555c70 9px);background:-o-radial-gradient(circle at 100% 100%,rgba(204,0,0,0) 8px,#555c70 9px);background:-ms-radial-gradient(circle at 100% 100%,rgba(204,0,0,0) 8px,#555c70 9px);background:radial-gradient(circle at 100% 100%,rgba(204,0,0,0) 8px,#555c70 9px)}.search-result-bc.fixed .breadcrumb-items .breadcrumb-slice:before{background:#555c70}.search-result-bc.fixed .breadcrumb-items a{color:#fff}.search-result-bc.fixed .breadcrumb-items a.item:after{background-color:#5e6478}.car-brands .car-brands-wrapper{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-transform:scale(0.68);-moz-transform:scale(0.68);-o-transform:scale(0.68);-ms-transform:scale(0.68);transform:scale(0.68);-webkit-box-pack:start;-moz-box-pack:start;-o-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;gap:4px;margin-left:8px;-webkit-transform-origin:left;-moz-transform-origin:left;-o-transform-origin:left;-ms-transform-origin:left;transform-origin:left;overflow:hidden;height:20px;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.car-brands span:not(.description):not(.car-brands-wrapper){background-image:url('/assets/images/brands_2x:1826f3cca46b41fd9a2975b9315db8f6.png');background-size:290px 115px;display:inline-block;height:18px;text-indent:-9999px;overflow:hidden}.car-brands span:not(.description):not(.car-brands-wrapper).aston-martin{background-position:40px -41px;width:40px}.car-brands span:not(.description):not(.car-brands-wrapper).chery{background-position:1px -75px;width:27px;background-size:350px 145px}.car-brands span:not(.description):not(.car-brands-wrapper).chevrolet{background-position:1px -100px;width:28px;background-size:350px 145px}.car-brands span:not(.description):not(.car-brands-wrapper).chrysler{background-position:1px -124px;width:36px;background-size:380px 145px}.car-brands span:not(.description):not(.car-brands-wrapper).citroen{background-position:-35px 0;width:20px}.car-brands span:not(.description):not(.car-brands-wrapper).daewoo{background-position:-35px -38px;width:22px}.car-brands span:not(.description):not(.car-brands-wrapper).daihatsu{background-position:-35px -57px;width:26px}.car-brands span:not(.description):not(.car-brands-wrapper).ford{background-position:-44px -132px;width:32px;background-size:370px 155px}.car-brands span:not(.description):not(.car-brands-wrapper).geely{background-position:-71px 0;width:20px}.car-brands span:not(.description):not(.car-brands-wrapper).honda{background-position:-71px -20px;width:19px}.car-brands span:not(.description):not(.car-brands-wrapper).infiniti{background-position:-71px -58px;width:25px}.car-brands span:not(.description):not(.car-brands-wrapper).isuzu{background-position:-91px 49px;width:32px;background-size:370px 155px}.car-brands span:not(.description):not(.car-brands-wrapper).mazda{background-position:-105px -96px;width:24px}.car-brands span:not(.description):not(.car-brands-wrapper).mercedes-benz{background-position:-143px -1px;width:21px}.car-brands span:not(.description):not(.car-brands-wrapper).mitsubishi{background-position:145px -39px;width:23px}.car-brands span:not(.description):not(.car-brands-wrapper).lancia{background-position:144px -59px;width:18px}.car-brands span:not(.description):not(.car-brands-wrapper).nissan{background-position:152px -70px;width:24px;background-size:300px 105px}.car-brands span:not(.description):not(.car-brands-wrapper).saab{background-position:140px -4px;width:27px;background-size:370px 155px}.car-brands span:not(.description):not(.car-brands-wrapper).renault{background-position:114px -17px;width:16px;background-size:300px 105px}.car-brands span:not(.description):not(.car-brands-wrapper).opel{background-position:113px -69px;width:22px;background-size:300px 105px}.car-brands span:not(.description):not(.car-brands-wrapper).toyota{background-position:74px 0;width:24px}.car-brands span:not(.description):not(.car-brands-wrapper).tata{background-position:74px -19px;width:24px}.car-brands span:not(.description):not(.car-brands-wrapper).suzuki{background-position:65px -32px;width:20px;background-size:260px 100px}.car-brands span:not(.description):not(.car-brands-wrapper).subaru{background-position:74px -58px;width:23px}.car-brands span:not(.description):not(.car-brands-wrapper).smart{background-position:74px -96px;width:19px}.car-brands span:not(.description):not(.car-brands-wrapper).volvo{background-position:38px -20px;width:21px}.car-brands span:not(.description):not(.car-brands-wrapper).rksmotor{width:49px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-217px -92px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).skywell{width:14px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-319px -228px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).audi{width:54px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-61px -184px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).cupra{width:28px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-94px -69px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).dfsk{width:89px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:0 -69px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).mg{width:18px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-319px 0;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).porsche{width:36px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-273.5px -115px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).seat{width:23px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-195.5px -265px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).skoda{width:16px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-319px -138px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).volkswagen{width:18px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-319px -46px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).kia{width:41px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-273.5px 0;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).gaz{width:19px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-48px -288px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).lada{width:33px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-273.5px -184px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).temsa{width:16px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-319px -161px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).arora{width:18px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-167px -288px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).dacia{width:55px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-157px -115px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).dfm{width:18px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-236px -288px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).ds{width:18px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-259px -288px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).fuso{width:18px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-282px -288px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).jeep{width:36px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-273.5px -138px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).land-rover{width:29px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-35px -265px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).setra{width:80px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-127px -69px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).ssangyong{width:30px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-177px -184px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).peugeot{width:18px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-319px -23px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).hyundai{width:26px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-136px -265px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).yuki-motor{width:38px;height:9px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-229px -207px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).volta{width:30px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:0 -265px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).leapmotor{width:30px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-273.5px -230px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).regal-raptor{width:30px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-90px -92px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).benelli{width:19px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:0 -288px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).elektron{width:19px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-24px -288px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).scania{width:19px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-96px -288px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).kuba-motor{width:19px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-72px -288px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).relive{width:53px;height:16px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-140px -207px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).rainwoll{width:44px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-100px -242px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).altai{width:43px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-149px -242px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).voyah{width:19px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-120px -288px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).apache{width:50px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-217px -23px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).dongfeng{width:74px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:0 -115px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).hongqi{width:16px;height:16px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-319px -207px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).linhai{width:26px;height:16px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-198px -207px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).mondial{width:85px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-127px 0;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).otokar{width:49px;height:16px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-217px -185px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).segway{width:31px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-273.5px -207px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).bmw{width:18px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-190px -288px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).bmw-motorrad{width:66px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:0 -161px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).jaguar{width:73px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-79px -115px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).mini{width:36px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-273.5px -69px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).jiayuan{width:30px;height:30px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-217px -115px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).jinpeng{width:30px;height:30px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-217px -150px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).ligier{width:30px;height:30px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:0 -207px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).nigmer{width:30px;height:30px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-35px -207px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).tazzari{width:30px;height:30px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-70px -207px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).zotye{width:30px;height:30px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-105px -207px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).tofas{width:45px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-50px -242px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).xev{width:18px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-319px -69px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).fiat{width:24px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-166.5px -265px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).nieve{width:50px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-217px -46px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).byd{width:43px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-197px -242px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).voge{width:50px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-217px -69px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).cf-moto{width:80px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-127px -46px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).falcon{width:22px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-223.5px -265px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).delta{width:18px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-213px -288px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).alfa-romeo{width:18px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-144px -288px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).bajaj{width:15px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-319px -184px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).hero-motor{width:17px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-319px -92px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).askoll{width:40px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-273.5px -23px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).kanuni{width:71px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-78px -138px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).piaggio{width:52px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-217px 0;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).tvs{width:52px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-120px -184px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).kymco{width:24px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-245px -242px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).fest{width:56px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:0 -184px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).swm{width:73px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:0 -138px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).thermo-king{width:104px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:0 -23px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).i-go{width:21px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-277.5px -265px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).karoval{width:61px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-142px -161px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).maxus{width:28px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-103px -265px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).jaecoo{width:122px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:0 0;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).daf{width:66px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-71px -161px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).wielton{width:75px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-127px -92px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).meiller{width:35px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-273.5px -161px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).foton{width:58px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-154px -138px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).man{width:29px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-69px -265px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).lynk_co{width:85px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:0 -92px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).renault-trucks{width:17px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-319px -115px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).li-auto{width:45px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:0 -242px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).tenax{width:22px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-250.5px -265px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).lexus{width:100px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:0 -46px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).iveco{width:84px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-127px -23px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).bmc{width:36px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-273.5px -46px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).morgan{width:36px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-273.5px -92px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.authorized-dealer-area>p>span{margin:4px 3px 0 0}.bank-with-text{position:absolute;bottom:5px}.bank-with-text.with-multi-row{position:relative;margin-top:15px;left:-5px}.bank-text{position:relative;display:block;white-space:nowrap;font-size:11px;width:200px;left:2px}.bank-logos{position:absolute;bottom:3px;right:5px}.bank-logo{display:inline-block}.bank-logo.abank{width:63px;height:16px;background-image:url('/assets/images/bankLogos_2x:14fad460b4231d1d982867e4a99f4f92.png');background-position:0 -186px;background-size:304.5px 250.5px;content:'';display:inline-block;vertical-align:middle}.bank-logo.akbank{width:75px;height:9px;background-image:url('/assets/images/bankLogos_2x:14fad460b4231d1d982867e4a99f4f92.png');background-position:0 -228px;background-size:304.5px 250.5px;content:'';display:inline-block;vertical-align:middle}.bank-logo.albaraka{width:52px;height:16px;background-image:url('/assets/images/bankLogos_2x:14fad460b4231d1d982867e4a99f4f92.png');background-position:-244px -40px;background-size:304.5px 250.5px;content:'';display:inline-block;vertical-align:middle}.bank-logo.burgan{width:47px;height:16px;background-image:url('/assets/images/bankLogos_2x:14fad460b4231d1d982867e4a99f4f92.png');background-position:-244px -61px;background-size:304.5px 250.5px;content:'';display:inline-block;vertical-align:middle}.bank-logo.denizbank{width:66px;height:14px;background-image:url('/assets/images/bankLogos_2x:14fad460b4231d1d982867e4a99f4f92.png');background-position:-66px -207px;background-size:304.5px 250.5px;content:'';display:inline-block;vertical-align:middle}.bank-logo.fiba{width:68px;height:16px;background-image:url('/assets/images/bankLogos_2x:14fad460b4231d1d982867e4a99f4f92.png');background-position:0 -145.5px;background-size:304.5px 250.5px;content:'';display:inline-block;vertical-align:middle}.bank-logo.finansbank{width:76px;height:27px;background-image:url('/assets/images/bankLogos_2x:14fad460b4231d1d982867e4a99f4f92.png');background-position:-105px 0;background-size:304.5px 250.5px;content:'';display:inline-block;vertical-align:middle}.bank-logo.garanti{width:74px;height:14px;background-image:url('/assets/images/bankLogos_2x:14fad460b4231d1d982867e4a99f4f92.png');background-position:-82px -125.5px;background-size:304.5px 250.5px;content:'';display:inline-block;vertical-align:middle}.bank-logo.halkbank{width:70px;height:14px;background-image:url('/assets/images/bankLogos_2x:14fad460b4231d1d982867e4a99f4f92.png');background-position:-68px -186px;background-size:304.5px 250.5px;content:'';display:inline-block;vertical-align:middle}.bank-logo.paraf{width:100px;height:50px;background-image:url('/assets/images/bankLogos_2x:14fad460b4231d1d982867e4a99f4f92.png');background-position:0 0;background-size:304.5px 250.5px;content:'';display:inline-block;vertical-align:middle}.bank-logo.bankkart{width:92px;height:16px;background-image:url('/assets/images/bankLogos_2x:14fad460b4231d1d982867e4a99f4f92.png');background-position:0 -104.5px;background-size:304.5px 250.5px;content:'';display:inline-block;vertical-align:middle}.bank-logo.advantage{width:81px;height:16px;background-image:url('/assets/images/bankLogos_2x:14fad460b4231d1d982867e4a99f4f92.png');background-position:-97.5px -104.5px;background-size:304.5px 250.5px;content:'';display:inline-block;vertical-align:middle}.bank-logo.saglamkart{width:71px;height:45px;background-image:url('/assets/images/bankLogos_2x:14fad460b4231d1d982867e4a99f4f92.png');background-position:0 -55px;background-size:304.5px 250.5px;content:'';display:inline-block;vertical-align:middle}.bank-logo.ingbank{width:61px;height:17px;background-image:url('/assets/images/bankLogos_2x:14fad460b4231d1d982867e4a99f4f92.png');background-position:0 -207px;background-size:304.5px 250.5px;content:'';display:inline-block;vertical-align:middle}.bank-logo.isbankasi{width:65px;height:20px;background-image:url('/assets/images/bankLogos_2x:14fad460b4231d1d982867e4a99f4f92.png');background-position:-105px -32px;background-size:304.5px 250.5px;content:'';display:inline-block;vertical-align:middle}.bank-logo.koc-finans{width:71px;height:12px;background-image:url('/assets/images/bankLogos_2x:14fad460b4231d1d982867e4a99f4f92.png');background-position:-137px -207px;background-size:304.5px 250.5px;content:'';display:inline-block;vertical-align:middle}.bank-logo.kuveytturk{width:67px;height:16px;background-image:url('/assets/images/bankLogos_2x:14fad460b4231d1d982867e4a99f4f92.png');background-position:-72.5px -145.5px;background-size:304.5px 250.5px;content:'';display:inline-block;vertical-align:middle}.bank-logo.odeabank{width:53px;height:10px;background-image:url('/assets/images/bankLogos_2x:14fad460b4231d1d982867e4a99f4f92.png');background-position:-244px -103px;background-size:304.5px 250.5px;content:'';display:inline-block;vertical-align:middle}.bank-logo.tbank{width:61px;height:15px;background-image:url('/assets/images/bankLogos_2x:14fad460b4231d1d982867e4a99f4f92.png');background-position:-244px 0;background-size:304.5px 250.5px;content:'';display:inline-block;vertical-align:middle}.bank-logo.teb{width:39px;height:16px;background-image:url('/assets/images/bankLogos_2x:14fad460b4231d1d982867e4a99f4f92.png');background-position:-244px -82px;background-size:304.5px 250.5px;content:'';display:inline-block;vertical-align:middle}.bank-logo.turkiyefinans{width:75px;height:17px;background-image:url('/assets/images/bankLogos_2x:14fad460b4231d1d982867e4a99f4f92.png');background-position:-105px -57px;background-size:304.5px 250.5px;content:'';display:inline-block;vertical-align:middle}.bank-logo.vakifbank{width:70px;height:9px;background-image:url('/assets/images/bankLogos_2x:14fad460b4231d1d982867e4a99f4f92.png');background-position:0 -241.5px;background-size:304.5px 250.5px;content:'';display:inline-block;vertical-align:middle}.bank-logo.vakifkatilim{width:68px;height:15px;background-image:url('/assets/images/bankLogos_2x:14fad460b4231d1d982867e4a99f4f92.png');background-position:0 -166px;background-size:304.5px 250.5px;content:'';display:inline-block;vertical-align:middle}.bank-logo.yapikredi{width:70px;height:13px;background-image:url('/assets/images/bankLogos_2x:14fad460b4231d1d982867e4a99f4f92.png');background-position:-143px -186px;background-size:304.5px 250.5px;content:'';display:inline-block;vertical-align:middle}.bank-logo.ziraat{width:72px;height:15px;background-image:url('/assets/images/bankLogos_2x:14fad460b4231d1d982867e4a99f4f92.png');background-position:-105px -79px;background-size:304.5px 250.5px;content:'';display:inline-block;vertical-align:middle}.bank-logo.sekerbank{width:70px;height:14px;background-image:url('/assets/images/bankLogos_2x:14fad460b4231d1d982867e4a99f4f92.png');background-position:-73px -166px;background-size:304.5px 250.5px;content:'';display:inline-block;vertical-align:middle}.bank-logo.kalkinma{width:77px;height:15px;background-image:url('/assets/images/bankLogos_2x:14fad460b4231d1d982867e4a99f4f92.png');background-position:0 -125.5px;background-size:304.5px 250.5px;content:'';display:inline-block;vertical-align:middle}.bank-logo.bankasya{width:60px;height:15px;background-image:url('/assets/images/bankLogos_2x:14fad460b4231d1d982867e4a99f4f92.png');background-position:-244px -20px;background-size:304.5px 250.5px;content:'';display:inline-block;vertical-align:middle}.bank-logo.turkticaretbankasi{width:53px;height:20px;background-image:url('/assets/images/bankLogos_2x:14fad460b4231d1d982867e4a99f4f92.png');background-position:-186px 0;background-size:304.5px 250.5px;content:'';display:inline-block;vertical-align:middle}input.error{background-color:initial;border-style:solid}.input-container .error-container{padding:initial}.radio-sui,.checkbox-sui{display:-webkit-inline-box;display:-moz-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-box;display:inline-flex}.radio-sui input[type="radio"]{cursor:initial}#priceNotificationPopup,.lock-body{overflow:hidden}.save-favorite-submenu{display:none;position:absolute;width:400px;right:0;top:-1px;z-index:100000;background:#fff;padding:0;-webkit-box-shadow:0 1px 5px rgba(32,32,32,0.3);box-shadow:0 1px 5px rgba(32,32,32,0.3);border-radius:8px}.save-favorite-submenu input.error,.save-favorite-submenu select.error,.save-favorite-submenu textarea.error{background-color:initial;border-color:initial}.save-favorite-submenu a{height:auto;padding:0}.save-favorite-submenu .jspVerticalBar{width:6px;right:0}.save-favorite-submenu .jspDrag,.save-favorite-submenu .jspDrag:hover,.save-favorite-submenu .jspHover{background:#a2a2a2;position:relative;top:0;left:0;cursor:pointer;border-radius:8px;border:0;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:background .1s linear;-moz-transition:background .1s linear;-o-transition:background .1s linear;-ms-transition:background .1s linear;transition:background .1s linear}.save-favorite-submenu .jspDrag:hover,.save-favorite-submenu .jspHover{background:#b5b4b4;-webkit-transition:background .1s linear;-moz-transition:background .1s linear;-o-transition:background .1s linear;-ms-transition:background .1s linear;transition:background .1s linear}.save-favorite-submenu .jspActive{background-color:#7c7c7c!important;-webkit-transition:background .1s linear;-moz-transition:background .1s linear;-o-transition:background .1s linear;-ms-transition:background .1s linear;transition:background .1s linear}.save-favorite-submenu .jspTrack{background:#e9e9e9;position:relative;border-radius:8px;right:1px}.save-favorite-submenu .close-submenu{color:var(--sui-emphasis-medium-emphasis,rgba(17,18,20,0.64));font-weight:400}.save-favorite-submenu .section-top{border-bottom:1px solid var(--sui-surface-level-2,#f4f4f4);display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;padding:0 var(--sui-sizing-md,16px);height:60px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.save-favorite-submenu .section-top .title{padding:0 var(--sui-radius-modal,16px);color:var(--sui-emphasis-high-emphasis,rgba(17,18,20,0.8))}.save-favorite-submenu .section-list{height:150px;overflow:auto}.save-favorite-submenu .section-list ul{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;padding:var(--Spacing-spacing-md,16px) var(--Spacing-spacing-2xl,32px);-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-moz-box-align:start;-o-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;gap:var(--Spacing-spacing-md,16px);-webkit-align-self:stretch;align-self:stretch;-ms-flex-item-align:stretch}.save-favorite-submenu .section-list ul li{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;margin:0!important;width:inherit!important;padding:initial;height:initial;float:initial;color:var(--sui-emphasis-high-emphasis,rgba(17,18,20,0.8))}.save-favorite-submenu .section-list ul li .shared{padding-right:22px;background:url('/assets/images/shared_group:f167082d7b2c3f519e12404a8cecb6f3.png') no-repeat 100% 50%;background-size:18px 10px}.save-favorite-submenu .section-list ul li a{text-decoration:none;position:relative;color:var(--sui-emphasis-high-emphasis,rgba(17,18,20,0.8));font-size:14px;font-weight:700px;line-height:normal;padding:0}.save-favorite-submenu .section-list ul li a:hover{background:#faf9f9}.save-favorite-submenu .section-list ul li a.selected{background:#eaeff4}.save-favorite-submenu .section-list ul li a.selected:after{display:block;background-position:0 -11px}.save-favorite-submenu .section-list ul li p{font-size:14px;color:#666;padding:20px;display:block}.save-favorite-submenu .section-new-list{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;padding:var(--sui-spacing-md,16px);-webkit-box-pack:end;-moz-box-pack:end;-o-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:start;-moz-box-align:start;-o-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;gap:var(--sui-spacing-md,16px);border-radius:0 0 var(--sui-radius-card,8px) var(--sui-radius-card,8px);border-top:1px solid var(--sui-surface-level-2,#f4f4f4);background:var(--sui-surface-level-1,#fff)}.save-favorite-submenu .section-new-list .new-list-container{display:none;padding:0}.save-favorite-submenu .section-new-list .new-list-container .btn-container{border-top:1px solid #f4f4f4;padding:var(--sui-spacing-md,16px) 0 0;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-direction:reverse;-moz-box-direction:reverse;-o-box-direction:reverse;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.save-favorite-submenu .section-new-list.edit-view{border-top:0}.save-favorite-submenu .section-new-list.edit-view .new-list-container{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%}.save-favorite-submenu .section-new-list.edit-view .input-container{padding:var(--sui-spacing-md,16px);padding-top:0}.save-favorite-submenu .section-new-list.edit-view .create-new-list{display:none}.save-favorite-submenu .section-new-list .create-new-error{display:none;padding-top:var(--sui-spacing-2xs,4px)}.save-favorite-submenu .section-final{display:none;text-align:center}.save-favorite-submenu .section-final p{color:#333;font-size:15px;line-height:140%;padding:0 20px 15px;word-wrap:break-word}.save-favorite-submenu .section-final p:before{background:url('/assets/images/favorite-new-list-success:8ade6ad46fc80424b440fc4cd0d48750.png') no-repeat 0 0;display:block;width:48px;height:48px;content:'';margin:12px auto}.save-favorite-submenu .section-final .favorite-history{display:inline-block;border-top:1px solid #eaeaea;padding-top:20px}.save-favorite-submenu .section-final .favorite-history:before{background-image:url('/assets/images/classifiedPriceHistory:cf599a98c9b0f2a2539c2b19f28b9452.png');background-position:0 -185px;width:61px;height:54px;content:'';display:inline-block;vertical-align:middle}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.save-favorite-submenu .section-final .favorite-history:before{background-image:url('/assets/images/classifiedPriceHistory_2x:bd791ba56ea3de53e339181b1dc033b6.png');background-position:0 -180px;background-size:413px 234px}}.save-favorite-submenu .section-final .favorite-history h2{margin-left:16px;margin-bottom:12px;width:236px;height:60px;font-size:13px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.62;letter-spacing:normal;color:#666;float:right;text-align:left}.save-favorite-submenu .section-final .favorite-history h2 .question{color:#039;padding-left:0;font-size:13px}.save-favorite-submenu .section-final .custimize-price-notification{margin:10px 20px}.save-favorite-submenu .section-final .custimize-price-notification button{font-size:12px}.save-favorite-submenu .section-final .favorite-success{margin-left:20px;margin-right:20px;margin-bottom:20px}.save-favorite-submenu .section-final .favorite-success:before{background-image:url('/assets/images/classifiedDetail:d406190a0480f80d3576e11d0cd837c3.png');background-position:0 0;width:60px;height:60px;content:'';display:inline-block;vertical-align:middle}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.save-favorite-submenu .section-final .favorite-success:before{background-image:url('/assets/images/classifiedDetail_2x:9444728402bcfecd3bfcce2b0a1789d1.png');background-position:0 0;background-size:306.5px 274px}}.save-favorite-submenu .section-final .favorite-success h2{margin:auto;margin-top:12px;margin-bottom:22px;max-width:239px;font-size:15px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.4;letter-spacing:normal;text-align:center;color:#454545;word-wrap:break-word}.save-favorite-submenu.loading:after{position:absolute;content:'';width:100%;height:100%;background:rgba(255,255,255,0);display:block;left:0;top:0}.save-favorite-submenu.open{display:block}.save-favorite-submenu.success .section-top{border-color:#fff}.save-favorite-submenu.success .section-top .title{display:none}.save-favorite-submenu.success .section-list,.save-favorite-submenu.success .section-new-list{display:none}.save-favorite-submenu.success .section-final{display:block}.favorite-modal-menu .save-favorite-submenu{position:initial;-webkit-box-shadow:none;box-shadow:none}.favorite-from-stickyband .save-favorite-submenu{position:fixed;top:110px;left:50%;margin-left:-132px}.favorite-from-stickyband .save-favorite-submenu.classified-detail-favorite{margin-left:-170px}.searchResultsItem .mini-column .action-wrapper,.searchResultsGalleryContent .mini-column .action-wrapper{bottom:7px}.searchResultsItem .mini-column .action-wrapper div,.searchResultsGalleryContent .mini-column .action-wrapper div{float:none;padding-bottom:5px;height:16px}.searchResultsItem .mini-column .action-wrapper .compare,.searchResultsGalleryContent .mini-column .action-wrapper .compare{left:90px}.searchResultsItem .action-wrapper,.searchResultsGalleryContent .action-wrapper{position:absolute;bottom:3px;height:16px;font-weight:normal;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;gap:8px}.searchResultsItem .action-wrapper.modernSearchResultListActionWrapper,.searchResultsGalleryContent .action-wrapper.modernSearchResultListActionWrapper{bottom:36px}.searchResultsItem .action-wrapper div,.searchResultsGalleryContent .action-wrapper div{color:#7d7c7c;float:left}.searchResultsItem .action-wrapper .action,.searchResultsGalleryContent .action-wrapper .action{font-size:10px;color:#a2a2a2}.searchResultsItem .action-wrapper .action:hover,.searchResultsGalleryContent .action-wrapper .action:hover{text-decoration:underline}.searchResultsItem .action-wrapper .compare,.searchResultsGalleryContent .action-wrapper .compare{width:100px}.searchResultsItem .action-wrapper .favorite .action,.searchResultsGalleryContent .action-wrapper .favorite .action{padding-left:19px}.searchResultsItem .action-wrapper .favorite a.classifiedAddFavorite:before,.searchResultsGalleryContent .action-wrapper .favorite a.classifiedAddFavorite:before{content:'';position:absolute;top:0;left:0;background:url('/assets/images/empty_star:4a37009727244c6cef5c456c80edc672.png');width:14px;height:14px;background-size:14px}.searchResultsItem .action-wrapper .favorite a.classifiedAddFavorite:after,.searchResultsGalleryContent .action-wrapper .favorite a.classifiedAddFavorite:after{display:inline-block;content:attr(data-content)}.searchResultsItem .action-wrapper .favorite a.classifiedAddFavorite:hover:after,.searchResultsGalleryContent .action-wrapper .favorite a.classifiedAddFavorite:hover:after{text-decoration:underline}.searchResultsItem .action-wrapper .favorite a.classifiedRemoveFavorite:before,.searchResultsGalleryContent .action-wrapper .favorite a.classifiedRemoveFavorite:before{content:'';position:absolute;top:0;left:0;background:url('/assets/images/yellow_star:1fde038a9a5e64664bdba79b42d1b4fc.png');width:14px;height:14px;background-size:14px}.searchResultsItem .action-wrapper .favorite a.classifiedRemoveFavorite:after,.searchResultsGalleryContent .action-wrapper .favorite a.classifiedRemoveFavorite:after{display:inline-block;content:attr(data-content)}.searchResultsItem .action-wrapper .favorite a.classifiedRemoveFavorite:hover:after,.searchResultsGalleryContent .action-wrapper .favorite a.classifiedRemoveFavorite:hover:after{text-decoration:underline}#colorbox.dialog-sui #cboxWrapper #cboxContent #cboxLoadedContent{overflow:hidden!important}#colorbox.dialog-sui #cboxWrapper #cboxContent #cboxClose{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuODM0MDcgNS4zMTQ2OEM2LjQxNDUgNC44OTUxMSA1LjczNDI0IDQuODk1MTEgNS4zMTQ2OCA1LjMxNDY4QzQuODk1MTEgNS43MzQyNCA0Ljg5NTExIDYuNDE0NSA1LjMxNDY4IDYuODM0MDdMMTAuNDgwNiAxMkw1LjMxNDY4IDE3LjE2NTlDNC44OTUxMSAxNy41ODU1IDQuODk1MTEgMTguMjY1OCA1LjMxNDY4IDE4LjY4NTNDNS43MzQyNSAxOS4xMDQ5IDYuNDE0NSAxOS4xMDQ5IDYuODM0MDcgMTguNjg1M0wxMiAxMy41MTk0TDE3LjE2NTkgMTguNjg1M0MxNy41ODU1IDE5LjEwNDkgMTguMjY1OCAxOS4xMDQ5IDE4LjY4NTMgMTguNjg1M0MxOS4xMDQ5IDE4LjI2NTggMTkuMTA0OSAxNy41ODU1IDE4LjY4NTMgMTcuMTY1OUwxMy41MTk0IDEyTDE4LjY4NTMgNi44MzQwN0MxOS4xMDQ5IDYuNDE0NSAxOS4xMDQ5IDUuNzM0MjQgMTguNjg1MyA1LjMxNDY4QzE4LjI2NTggNC44OTUxMSAxNy41ODU1IDQuODk1MTEgMTcuMTY1OSA1LjMxNDY4TDEyIDEwLjQ4MDZMNi44MzQwNyA1LjMxNDY4WiIgZmlsbD0iIzExMTIxNCIgZmlsbC1vcGFjaXR5PSIwLjY0Ii8+Cjwvc3ZnPgo=");background-repeat:no-repeat;background-position:center center;width:24px;height:24px;background-size:24px;top:10px}#priceNotificationPopup .price-notification-title{font-size:18px;color:#333;font-weight:bold;padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid #dadada}#priceNotificationPopup .price-notifications{color:var(--sui-emphasis-high-emphasis,rgba(17,18,20,0.8))}#priceNotificationPopup .form-check{-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}#priceNotificationPopup .form-check input[type="checkbox"]{margin-right:8px}#priceNotificationPopup .popup-title{height:60px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 var(--sui-spacing-md,16px)!important;border-bottom:1px solid #f4f4f4;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}#priceNotificationPopup h4{font-size:14px;color:#333;font-weight:bold;margin:0 0 15px;padding:0}#priceNotificationPopup h5{font-size:12px;color:#333;line-height:14px;margin:10px 0}#priceNotificationPopup>p{font-size:12px;line-height:14px;color:#666;margin:15px 0}#priceNotificationPopup .form-notification-type ul{margin:var(--sui-spacing-md,16px) 0 var(--sui-spacing-xl,24px) 0}#priceNotificationPopup .form-notification-type ul li{margin:0 0 var(--sui-spacing-md,16px);padding:0}#priceNotificationPopup .form-notification-type ul li .target-price-wrapper{margin:var(--sui-spacing-xl,24px) 0}#priceNotificationPopup .form-notification-type ul li .target-price-wrapper .sui-input{width:100%;margin-top:var(--sui-spacing-2xs,4px)}#priceNotificationPopup .form-notification-type ul li .target-price-wrapper .error-container{padding-top:var(--sui-spacing-2xs,4px)}#priceNotificationPopup .form-notification-type ul li .target-price-wrapper .error-text,#priceNotificationPopup .form-notification-type ul li .target-price-wrapper .error-text-price{display:none}#priceNotificationPopup .form-notification-type ul li .target-price-wrapper.error .error-text{display:block}#priceNotificationPopup .form-notification-type ul li .target-price-wrapper .price-decrease-limit-container{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;gap:16px}#priceNotificationPopup .form-notification-type ul li .target-price-wrapper .price-decrease-limit-container .sui-label{color:var(--sui-emphasis-medium);font-weight:700}#priceNotificationPopup .form-notification-type ul li .target-price-wrapper .price-decrease-limit-container .target-price-container{width:100%}#priceNotificationPopup .form-notification-type ul li .current-price,#priceNotificationPopup .form-notification-type ul li .target-price{display:inline-block;border:1px solid #c0c0c0;border-radius:2px;padding:9px 15px}#priceNotificationPopup .form-notification-type ul li .current-price.disabled,#priceNotificationPopup .form-notification-type ul li .target-price.disabled{background-color:#f7f7f7;color:#333}#priceNotificationPopup .form-notification-type ul li .current-price input,#priceNotificationPopup .form-notification-type ul li .target-price input{border:0;outline:0;font-size:12px;color:#333;display:inline-block;width:130px;text-align:right}#priceNotificationPopup .form-notification-type ul li .current-price input::placeholder,#priceNotificationPopup .form-notification-type ul li .target-price input::placeholder{text-align:left}#priceNotificationPopup .form-notification-type ul li .current-price input:disabled,#priceNotificationPopup .form-notification-type ul li .target-price input:disabled{background-color:#f7f7f7;color:#333}#priceNotificationPopup .form-notification-type ul li:last-of-type{margin-bottom:0}#priceNotificationPopup .form-notification-type ul.horizontal{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}#priceNotificationPopup .form-notification-type ul.horizontal li{margin:0 16px 0 0;padding:0}#priceNotificationPopup .form-notification-type ul.horizontal li:last-of-type{margin-right:0}#priceNotificationPopup .button-container{text-align:right;padding-bottom:5px}#priceNotificationPopup .form-notification-channel.inactive{display:none}#priceNotificationPopup .channel-parent{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;padding:var(--sui-spacing-md,16px) 0 0 0}#priceNotificationPopup .channel-parent li{margin-right:16px}#priceNotificationPopup .channel-parent label.error{display:block;margin:12px 0 0;width:100%}#priceNotificationPopup .form-notification-channel{margin-bottom:var(--sui-spacing-xl,24px)}#priceNotificationPopup .form-notification-channel .error-container .sui-hint{padding-top:var(--sui-spacing-md,16px)}#priceNotificationPopup .form-notification-channel .disable{display:none!important}.preferences-saved{right:70px;top:70px;position:fixed;z-index:100000;background:#74a061;padding:10px 20px 10px 0;border-radius:2px;color:#fff;font-size:10px;font-weight:bold;-webkit-animation:goDown 1s;-moz-animation:goDown 1s;-o-animation:goDown 1s;-ms-animation:goDown 1s;animation:goDown 1s}.preferences-saved:before{content:'';display:inline-block;vertical-align:middle;width:14px;height:14px;background:url('/assets/images/preferences_saved:97d26d126347f512daae36d509a6b8db.png');background-size:cover;margin:0 10px}#colorbox.favorite-modal-menu #cboxWrapper{border-radius:9px}#colorbox.favorite-added-popup #cboxWrapper #cboxContent #cboxClose{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuODM0MDcgNS4zMTQ2OEM2LjQxNDUgNC44OTUxMSA1LjczNDI0IDQuODk1MTEgNS4zMTQ2OCA1LjMxNDY4QzQuODk1MTEgNS43MzQyNCA0Ljg5NTExIDYuNDE0NSA1LjMxNDY4IDYuODM0MDdMMTAuNDgwNiAxMkw1LjMxNDY4IDE3LjE2NTlDNC44OTUxMSAxNy41ODU1IDQuODk1MTEgMTguMjY1OCA1LjMxNDY4IDE4LjY4NTNDNS43MzQyNSAxOS4xMDQ5IDYuNDE0NSAxOS4xMDQ5IDYuODM0MDcgMTguNjg1M0wxMiAxMy41MTk0TDE3LjE2NTkgMTguNjg1M0MxNy41ODU1IDE5LjEwNDkgMTguMjY1OCAxOS4xMDQ5IDE4LjY4NTMgMTguNjg1M0MxOS4xMDQ5IDE4LjI2NTggMTkuMTA0OSAxNy41ODU1IDE4LjY4NTMgMTcuMTY1OUwxMy41MTk0IDEyTDE4LjY4NTMgNi44MzQwN0MxOS4xMDQ5IDYuNDE0NSAxOS4xMDQ5IDUuNzM0MjQgMTguNjg1MyA1LjMxNDY4QzE4LjI2NTggNC44OTUxMSAxNy41ODU1IDQuODk1MTEgMTcuMTY1OSA1LjMxNDY4TDEyIDEwLjQ4MDZMNi44MzQwNyA1LjMxNDY4WiIgZmlsbD0iIzExMTIxNCIgZmlsbC1vcGFjaXR5PSIwLjY0Ii8+Cjwvc3ZnPgo=");background-repeat:no-repeat;background-position:center center;width:24px;height:24px;background-size:24px;top:10px}#colorbox.favorite-added-popup #cboxWrapper #cboxContent #cboxLoadedContent .popup-title{padding:0 32px;height:60px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#colorbox.favorite-added-popup #cboxWrapper #cboxContent #cboxLoadedContent .popup-title>div{color:var(--sui-emphasis-high-emphasis,rgba(17,18,20,0.8))}#colorbox.favorite-added-popup #cboxWrapper #cboxContent #cboxLoadedContent .popup-content{padding:var(--sui-spacing-2xl,32px)}#colorbox.favorite-added-popup #cboxWrapper #cboxContent #cboxLoadedContent .popup-content .success-message{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}#colorbox.favorite-added-popup #cboxWrapper #cboxContent #cboxLoadedContent .popup-content .success-message .success-icon{font-size:70px}#colorbox.favorite-added-popup #cboxWrapper #cboxContent #cboxLoadedContent .popup-content .success-message p{color:var(--sui-emphasis-high-emphasis,rgba(17,18,20,0.8));margin:initial;margin-top:var(--sui-spacing-md,16px);font-weight:400;display:none;text-align:center}#colorbox.favorite-added-popup #cboxWrapper #cboxContent #cboxLoadedContent .popup-buttons{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}#colorbox.favorite-added-popup #cboxWrapper #cboxContent #cboxLoadedContent .popup-buttons #showFavoritePriceNotificationPopup,#colorbox.favorite-added-popup #cboxWrapper #cboxContent #cboxLoadedContent .popup-buttons #showFavoriteAddedWithoutCustomizeSuccessPopup{width:100%;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;min-width:fit-content}#colorbox.favorite-added-popup #cboxWrapper #cboxContent #cboxLoadedContent .popup-footer{min-height:24px}#colorbox.save-search-limit-modal #cboxContent{padding:16px!important}#colorbox.save-search-limit-modal #cboxClose{margin:8px 5px 0 0!important}#colorbox.save-search-limit-modal #search-fav-limit-error{padding-bottom:20px}#colorbox.save-search-limit-modal #saveSearchLimitModal{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#colorbox.save-search-limit-modal #saveSearchLimitModal h3{color:#454545;font-style:normal;font-weight:600;font-size:16px;line-height:19px;border-bottom:1px solid #d8d8d8;padding:0 0 8px;margin-bottom:16px}#colorbox.save-search-limit-modal #saveSearchLimitModal .note{color:#333;font-style:normal;font-weight:500;font-size:14px;line-height:16px;padding:0;margin-bottom:24px}#colorbox.save-search-limit-modal #saveSearchLimitModal .dialog-buttons{display:-webkit-inline-box;display:-moz-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-box;display:inline-flex;width:100%;-webkit-box-pack:end;-moz-box-pack:end;-o-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-bottom:6px}#colorbox.save-search-limit-modal #saveSearchLimitModal .btn-new{font-style:normal;font-weight:600;font-size:14px;line-height:14px;text-align:center;border-radius:2px;text-shadow:none}#colorbox.save-search-limit-modal #saveSearchLimitModal .btn-form{background:#438ed8;color:#fff;padding:12px 16px;-webkit-box-shadow:1px 0 2px rgba(0,0,0,0.125),0 0 4px rgba(0,0,0,0.114),0 2px 3px rgba(0,0,0,0.159);box-shadow:1px 0 2px rgba(0,0,0,0.125),0 0 4px rgba(0,0,0,0.114),0 2px 3px rgba(0,0,0,0.159)}#colorbox.save-search-limit-modal #saveSearchLimitModal .btn-new-alternative{background:#f7f7f7;color:#489ae9;padding:12px 24px;-webkit-box-shadow:1px 0 2px rgba(0,0,0,0.07),0 0 4px rgba(0,0,0,0.06),0 2px 3px rgba(0,0,0,0.1);box-shadow:1px 0 2px rgba(0,0,0,0.07),0 0 4px rgba(0,0,0,0.06),0 2px 3px rgba(0,0,0,0.1);margin-right:6px}#saveSearchContent{width:550px;padding-bottom:5px}#saveSearchContent h3{font-size:22px;font-weight:normal;border-bottom:1px solid #d8d7d7;padding:0 0 10px 10px}#saveSearchContent .note{font-size:12px;color:#999;margin-bottom:15px;padding:0 10px}#saveSearchContent .saveSearchContentName{font-size:22px;font-weight:normal;border-bottom:1px solid #d8d7d7;padding:0 0 10px 10px}#saveSearchContent .favoriteSearchesDialogForm{margin:20px 10px 15px 10px}#saveSearchContent .favoriteSearchesDialogForm li{padding:10px 0;font-size:14px}#saveSearchContent .favoriteSearchesDialogForm li>span{display:inline-block;width:220px}#saveSearchContent .favoriteSearchesDialogForm li .form-error,#saveSearchContent .favoriteSearchesDialogForm li .form-custom-error{display:none;color:#fb0317;font-size:11px;margin:5px 0 0 225px}#saveSearchContent .favoriteSearchesDialogForm li dl{vertical-align:top;display:inline-block}#saveSearchContent .favoriteSearchesDialogForm li dl dt{margin-bottom:20px}#saveSearchContent .favoriteSearchesDialogForm li dl dt:last-of-type{margin-bottom:0}#saveSearchContent .question-icon{width:16px;height:16px;padding:0;border-radius:100%;font-weight:bold;font-size:11px;vertical-align:2px}#saveSearchContent p.dialog-buttons{text-align:right}#saveSearchContent p.dialog-buttons .btn+.btn{margin-left:10px}#saveSearchContent p.dialog-buttons .dialog-content .btn-form{padding:6px 16px;vertical-align:top}@-moz-keyframes goDown{0%{opacity:0;-ms-filter:"alpha(opacity=0)";filter:alpha(opacity=0);top:58px}100%{opacity:1;-ms-filter:none;filter:none;top:70px}}@-webkit-keyframes goDown{0%{opacity:0;-ms-filter:"alpha(opacity=0)";filter:alpha(opacity=0);top:58px}100%{opacity:1;-ms-filter:none;filter:none;top:70px}}@-o-keyframes goDown{0%{opacity:0;-ms-filter:"alpha(opacity=0)";filter:alpha(opacity=0);top:58px}100%{opacity:1;-ms-filter:none;filter:none;top:70px}}@keyframes goDown{0%{opacity:0;-ms-filter:"alpha(opacity=0)";filter:alpha(opacity=0);top:58px}100%{opacity:1;-ms-filter:none;filter:none;top:70px}}#searchContainer{margin:0 auto;width:984px;overflow:hidden}.searchResultsContainer{padding-bottom:10px}.searchResultsPage{color:#292d2e}#searchResultLeft-hasBankInstallment dd{background:#fffbcc url('/assets/images/iconsSearchResults:84aa0f6267158708019e92489ab99d72.png') right -60px no-repeat;background-position:right -58px \9;padding:3px 0 6px 5px;padding-top:0 \9;*padding-top:5px;margin:5px 0}.specialCatHeaders table{border:0;height:48px;width:100%}.searchResultBanner{margin:0 auto;width:728px;position:relative;z-index:10}.searchResultBanner.w1150{margin:0 auto;width:1150px}.searchResultBanner>div{margin-top:10px;margin-bottom:10px}.searchResultsLeft{float:left;margin:0 8px 0 0;width:200px;position:relative}.searchResultsLeft.tabView{margin-top:31px}.searchResultsLeft select{width:192px;margin-left:3px}.searchResultsContainer select,.searchResultsContainer optgroup,.searchResultsContainer option{font-size:12px!important;padding-left:2px}.searchResultsContainer option{padding-left:15px}.searchResultAddress select.locationCountry,.searchResultAddress select.locationCity{margin-bottom:10px}.searchResultsLeft input{padding-left:5px;padding-right:5px}.searchResultsLeft input[type="radio"]{position:relative;top:2px;padding-right:0;line-height:19px;height:19px}.searchResultsLeft input[type="checkbox"]{position:relative;top:3px;top:5px \9;*top:0;margin:0 5px 0 3px;padding-right:0;line-height:19px;height:19px}.searchResultsLeft .searchPriceContainer input[type="radio"]{margin-right:0;padding:0}#inlineCheckboxFix input[type="checkbox"]{position:relative;top:3px}.searchResultsRight{float:right;width:774px}.searchResultsRight .pageNavigator{border:solid 1px #dbdbdb;border-top:0}.searchResultSearch,.searchResultsCat{margin-bottom:4px}.searchResultSearch{padding:8px}.searchResultDetailSearch{position:relative;margin-top:0}.searchResultSearch input.inputSearchLeft[type="text"]{width:117px;padding-right:57px;border-right:0;margin:0;height:15px}.searchResultSearchButton{position:absolute;right:0;top:0}.lang_en input.inputSearchLeft[type="text"]{width:103px!important}.lang_en .searchResultSearchButton{width:71px}.searchResultSearch .searchButton{margin:5px auto;width:80px}.bottomSearchButton{margin:10px auto;width:80px;text-align:center}.inputSearchLeft,.uiNumerics,.uiText{background-color:#FFF;border:1px solid #dbdbdb;margin-bottom:5px;width:199px;padding:7px 0}.searchResultSearch .searchLeftDesc{font-size:10px;line-height:20px}.categoryPage{background-color:#edebec;overflow:hidden;padding:10px}.categoryHeader{background:url('/assets/images/categoryHeaders:c268eed8b570b15bb0d3fb48fdafd2bc.jpg') no-repeat scroll right 0 transparent;color:#fff;height:48px;line-height:48px}.headerFireSale{background-position:0 -406px!important;text-shadow:-1px -1px 0 #7d0801}.headerMarkDowns{background-position:0 -464px!important;text-shadow:-1px -1px 0 #007095}.headerTop100{background-position:0 -522px!important;text-shadow:-1px -1px 0 #9f5b01}.headerTop100Desc{float:right;font-size:12px;font-weight:400;vertical-align:bottom}.headerLast48hour,.headerLast7Days,.headerLast30Days{background-position:0 -580px!important;text-shadow:-1px -1px 0 #700064}.headerSecureTradeAds{background-position:0 -638px!important;text-shadow:-1px -1px 0 #2b7800}.uiCategoryLayout{margin:6px 8px}.uiCategoryLayout h4{font-size:12px}.uiCategoryLayout ul{max-height:286px;overflow:auto}#search_cats li{overflow:hidden;padding:2px 0}.uiCategoryLayout li span{color:#a1a1a1;font-size:10px}#search_cats li.cl1{margin-left:8px}#search_cats li.cl2{margin-left:16px}#search_cats li.cl3{margin-left:24px}#search_cats li.cl4{margin-left:32px}#search_cats li.cl5{margin-left:40px}#search_cats li.cl6{margin-left:48px}.noBorderTop{border-top:0!important}.noBorderBottom{border-bottom:0!important}.infoSearchResults{margin:10px 0 0 0}.infoSearchResults h1,.infoSearchResults div{margin-right:5px;line-height:14px;font-weight:400}.infoSearchResults h1{float:left;font-size:12px}.infoSearchResults .estimated-result-text h1{float:none;display:inline-block;margin-right:0}.infoSearchResults .estimated-result-text.corrected h1:first-child{font-size:14px;font-style:italic;font-weight:bold}.infoSearchResults h1{font-weight:bolder}.infoSearchResults .resultsTextWrapper span{color:#8f0100;font-weight:700}#search_cats li a{line-height:19px!important}#search_cats li.filterable a{float:left}#subCategoriesFilterableToggle{height:10px;float:right;margin-right:11px;cursor:pointer}#search_cats li.filterable .search-icon{background-image:url('/assets/images/magnifying_glass:ad505e4143140f389efaea39637421cd.png');-moz-background-image:url('/assets/images/magnifying_glass:ad505e4143140f389efaea39637421cd.png');-webkit-background-image:url('/assets/images/magnifying_glass:ad505e4143140f389efaea39637421cd.png');width:11px;margin-top:4px}#search_cats li.filterable-open .close-icon{background-image:url('/assets/images/close:261af0a7d4ec8512e54ff10c04497f48.png');-moz-background-image:url('/assets/images/close:261af0a7d4ec8512e54ff10c04497f48.png');-webkit-background-image:url('/assets/images/close:261af0a7d4ec8512e54ff10c04497f48.png');width:10px;margin-top:5px}#search_cats .filterable .filter-wrapper{display:none}#search_cats .filterable-open .filter-wrapper{display:block;margin-right:12px}.filter-wrapper input[type="text"]{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;line-height:21px!important;padding-left:8px;width:90%;float:right;margin:5px 0}.filter-wrapper input[type="text"]:focus{border-bottom:1px solid #91bde3!important;-webkit-box-shadow:0 0 1px 1px rgba(118,173,220,0.8);-moz-box-shadow:0 0 1px 1px rgba(118,173,220,0.8);box-shadow:0 0 1px 1px rgba(118,173,220,0.8)}@media(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){#search_cats li.filterable .clearFix .search-icon{background-image:url('/assets/images/magnifying_glass@2x:b995584a7286c415234735b22e0ee025.png');-moz-background-image:url('/assets/images/magnifying_glass@2x:b995584a7286c415234735b22e0ee025.png');-webkit-background-image:url('/assets/images/magnifying_glass@2x:b995584a7286c415234735b22e0ee025.png');background-size:11px;-moz-background-size:11px;-webkit-background-size:11px}#search_cats li.filterable-open .clearFix .close-icon{background-image:url('/assets/images/close_2x:b0e363653e150cbf3f7fe410a0b0fe92.png');-moz-background-image:url('/assets/images/close_2x:b0e363653e150cbf3f7fe410a0b0fe92.png');-webkit-background-image:url('/assets/images/close_2x:b0e363653e150cbf3f7fe410a0b0fe92.png');background-size:11px;-moz-background-size:11px;-webkit-background-size:11px}}.searchResultSorted{background-color:#fff;border:1px solid #dedede;border-bottom:0;padding:12px 10px;height:17px}.searchResultSorted.bottom-border{border-bottom:1px solid #dedede;padding-bottom:0}.relativeContainer{position:relative}.sortedTypes{float:right}#inlineCheckboxfix span.checkbox{float:left;top:0}.searchResultSorted ul{float:left;zoom:1;line-height:14px}span.viewTypeTitle{line-height:20px;margin-top:-2px;display:none;zoom:1;float:left;margin-right:5px}.uiText{margin:0 2px 0 3px;width:70px!important;text-align:left}.uiNumerics{margin:0 2px 0 3px;width:70px!important}.uiNumerics.uiInvalid{background-color:#ffd2d3}.uiNumerics.uiInvalid:focus{background-color:#ffd2d3!important}.uiNumerics:focus{background-color:#FFF!important}.numericInput{padding-right:5px}.numericInput.uiInvalid{background-color:#ffd2d3}.numericInput.uiInvalid:focus{background-color:#ffd2d3!important}.numericInput:focus{background-color:#FFF!important}.uiTextBoxOne{width:195px!important}.searchResultAddress h5{font-size:12px}.searchResultsLeft .criteriaTitle{padding:10px 0}.criteriaTitle{font-weight:700;overflow:hidden}.criteriaTitle span{background:url('/assets/images/iconsSearchResults:84aa0f6267158708019e92489ab99d72.png') no-repeat 0 -175px;display:block;float:right;height:16px;width:16px}.collapseClosed{border-bottom:1px dotted #c3c1c2}.collapseClosed span{background-position:0 -195px}.searchResultAddress li{overflow:visible;zoom:1}.searchResultAddress p{margin:5px 0}.viewResultsText{line-height:26px}ul.viewTypeMenu{line-height:20px;margin-top:-4px;overflow:hidden;display:inline-block;border:1px solid #c0c0c0;border-radius:2px;box-shadow:2px 2px 2px rgba(0,0,0,0.1)}ul.viewTypeMenu li{float:left;position:relative}ul.viewTypeMenu li a,ul.viewTypeMenu li span{display:block;height:22px;width:29px;border:1px solid #fff;background-repeat:repeat-x;background-image:-moz-linear-gradient(top,#fff,#efefef);background-image:-ms-linear-gradient(top,#fff,#efefef);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#efefef));background-image:-webkit-linear-gradient(top,#fff,#efefef);background-image:-o-linear-gradient(top,#fff,#efefef);background-image:linear-gradient(top,#fff,#efefef);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#EFEFEF',GradientType=0);text-shadow:none}ul.viewTypeMenu li a:hover,ul.viewTypeMenu li span:hover{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background:#fff}ul.viewTypeMenu li a:before,ul.viewTypeMenu li span:before,.view-type-menu li a:before,.view-type-menu li span:before{position:absolute;content:' ';left:0;top:0;background:url('/assets/images/iconsSearchResults:84aa0f6267158708019e92489ab99d72.png') no-repeat 0 0;display:block;height:26px;width:29px}ul.viewTypeMenu a span,.view-type-menu a span{display:none!important}ul.viewTypeMenu span.listTypeClassic,ul.viewTypeMenu span.listTypeList,ul.viewTypeMenu span.listTypeGallery,ul.viewTypeMenu span.listTypeClassic:hover,ul.viewTypeMenu span.listTypeList:hover,ul.viewTypeMenu span.listTypeGallery:hover{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background:#8598aa}ul.viewTypeMenu a.listTypeListPassive,ul.viewTypeMenu span.listTypeList,.view-type-menu a.listTypeListPassive,.view-type-menu span.listTypeList{border-left:0;border-right:0}.searchResultSearch .criteriaTitle{margin-bottom:10px;margin-top:0!important;padding:0!important}.listResultsPage thead td{border-left:1px solid #b8b8b8;border-right:1px solid #FFF}.galleryResultsPageTable>tbody>tr>td,.listResultsPage tbody td{border-bottom:1px dotted #CCC}.classicListCategory{padding-left:5px;text-align:center}.listResultsPage .price{text-align:right}.classicListCategory span,.galleryAdDetails .price{white-space:nowrap}.galleryAdDetails .price,.listResultsPage .price,.uiCategoryLayout h4,.bold a{font-weight:700}.even{background-color:#FFF}.odd{background-color:#f2f2f2}.hlyt{background-color:#e6fbd3!important}.galleryResultsPageTable{background-color:white;border-top:0!important;border-bottom:0!important;border-left:1px solid #dedede!important;border-right:1px solid #dedede!important;padding:0 10px;width:100%}.galleryAdContainer{width:50%}.galleryAdContainer table{border:0;width:100%}.galleryAdDetails{padding:10px 0;width:234px}.galleryAdDetails .viewAdNumber{color:#666}.galleryAdDetails .price{font-size:16px}.listResultsPage thead td{font-size:12px!important;height:30px}.sortedTypes .uiSelectBoxTwo,.sortedTypes .uiSelectBoxThree,.sortedTypes .viewResultsText{float:left;margin-left:10px}.sortedTypes .viewResultsText{line-height:17px}.searchResultAddress .locationFilters{margin-top:10px}.searchResultsLeft .collapseContent{padding-bottom:10px;border-bottom:1px dotted #c3c1c2}.collapseContent #selectedLocations{background-color:#fffbcc;border:1px solid #dbdbdb;padding:5px 10px;margin:3px 0 0 3px;width:170px}input#locationSearchBox[readonly="readonly"]{color:#666;background-color:#f8f8f8;font-size:10px}#div1 #selectedLocations{width:252px}.selectedLocationsWarning{display:none;width:177px;margin:0 0 5px 0;padding:3px 3px 3px 10px;font-size:11px;color:#f00;clear:both}.detailedSearchMainTab .selectedLocationsWarning{width:187px;margin-left:0;clear:both}#selectedLocations div{border-bottom:1px dotted #dbdbdb;padding:5px 0;position:relative}#selectedLocations div:last-child{border-bottom:none!important}#selectedLocations span{display:block;padding-right:25px}#selectedLocations a{background:url('/assets/images/main:cc6fc7a02834912fd4d78a37c20d50e0.png') 0 -4097px no-repeat;display:block;height:16px;position:absolute;right:0;top:5px;width:16px}.topListView{background:#f2cd4b;background:-moz-linear-gradient(top,#f2cd4b 0,#e5b547 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f2cd4b),color-stop(100%,#e5b547));background:-webkit-linear-gradient(top,#f2cd4b 0,#e5b547 100%);background:-o-linear-gradient(top,#f2cd4b 0,#e5b547 100%);background:-ms-linear-gradient(top,#f2cd4b 0,#e5b547 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2cd4b',endColorstr='#e5b547',GradientType=0);background:linear-gradient(top,#f2cd4b 0,#e5b547 100%);border-top:1px solid #f3efbc;border-bottom:1px solid #f3efbc;height:40px;line-height:40px;margin:1px 0;text-align:center;text-shadow:1px 1px 0 #edd589}.topListView a{color:#4f270b!important}.noSearchResults{background-color:#FFF;border:1px solid #d0d0d0;text-align:center}.noSearchResults h2{font-size:16px;margin-bottom:10px;font-color:maroon}.slimBanner{overflow:hidden;width:728px}.searchResultsRight .slimBanner embed,.searchResultsRight .slimBanner img{margin-bottom:10px}.bordo{color:#910000}.lacivert{color:#3e5877}.collapseTitle{cursor:pointer}.collapseTitle.notCollapsable{cursor:default}.locationFilters li{padding:3px 0}.collapseContent{padding-top:5px}dt#searchWithKeyword{padding-bottom:5px}dt.activeSelection label{font-weight:bold}dd.dropSelectDD{margin-bottom:0!important}dd.dropSelectDD span:first-child{font-size:11px}dd.dropSelectDD .locationTown{margin-bottom:5px}#address_district[multiple],#address_town[multiple]{height:125px}dd.dropSelectDD .uiTextBoxOne{width:180px!important;margin:0 0 0 3px}.locationCollapseLink{margin:10px 4px 0 0!important}.locationCollapseLink a{float:right;font-size:11px}#searchResultsTable{border-left:1px solid #dbdbdb;border-right:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb;border-collapse:separate;border-spacing:0;color:#292d2e;width:100%}.searchResultsItem{cursor:pointer}.searchResultsItem.realEstateProject td{position:relative;height:130px;border-bottom:1px dotted #ccc}.searchResultsItem.realEstateProject td>div{position:absolute;top:0;left:0;width:915px}.searchResultsItem.realEstateProject .realEstateProjects .projectInfoBox p{width:550px}.searchResultsItem .classifiedSubtitle.action-visible,.searchResultsItem .bank-with-text.action-visible{visibility:hidden!important}.searchNoResultTitle{font-size:19px;color:#3e3e3e;padding:6px 6px 6px 6px;font-weight:bold}#searchResultsTable thead td{background:#e9e9e9;height:30px;margin-bottom:10px;padding:0 4px;border-bottom:1px solid #fff;border-top:1px solid #fff;color:#292d2e;text-align:center;font-size:12px;font-weight:bold;line-height:20px}#searchResultsTable thead td{border-left:1px solid #fff}#searchResultsTable thead td.searchResultsFirstColumn{border-left:none}#searchResultsTable thead td.searchResultsLastColumn{border-right:0}#searchResultsTable thead td.searchResultsTitleFullWidth{width:100%}#searchResultsTable thead td.searchResultsDateHeader{min-width:60px;width:60px}#searchResultsTable thead td.searchResultsLocationHeader{width:90px}#searchResultsTable .premiumWrapper{height:103px;margin-bottom:3px;padding:12px 0 12px 12px;background:#ecf7fe;position:relative}#searchResultsTable .premiumWrapper .premiumAttributeWrapper{float:left;width:765px;margin:27px 0 0 15px;text-align:left;font-size:14px}#searchResultsTable .premiumWrapper .premiumAttributeWrapper .premiumAttributeContainer{float:left;width:580px;margin-top:10px}#searchResultsTable .premiumWrapper .premiumAttributeWrapper .premiumAttributeRight{float:left;margin-top:-7px}#searchResultsTable .premiumWrapper .premiumAttributeWrapper .premiumAttribute{display:inline-block;vertical-align:top;max-width:130px;margin-right:13px}#searchResultsTable .premiumWrapper .premiumAttributeWrapper .searchResultsPriceValue{color:#8f0100;margin-right:0}#searchResultsTable .premiumWrapper .premiumAttributeWrapper .searchResultsPriceValue>div{display:inline}#searchResultsTable .premiumWrapper .premiumAttributeWrapper .searchResultsDateValue{float:left;margin-right:0;text-align:center;width:90px}#searchResultsTable .premiumWrapper .premiumAttributeWrapper .searchResultsLocationValue{float:left;margin-right:0;text-align:center;width:95px}#searchResultsTable .premiumWrapper .searchResultsSmallThumbnail{float:left;width:140px}#searchResultsTable .premiumWrapper .searchResultsSmallThumbnail img{width:138px;height:103px}#searchResultsTable .premiumWrapper .searchResultsTitleValue .store-icon,#searchResultsTable .premiumWrapper .searchResultsTitleValue .titleIcon,#searchResultsTable .premiumWrapper .searchResultsTitleValue .titleIcon .installmentTooltipContainer{display:none}#searchResultsTable .premiumWrapper .premiumInfoText{position:absolute;margin-top:95px;right:10px;font-size:9px;color:#888}#searchResultsTable tbody td{border-left:1px solid #fff;text-align:center;padding:3px 3px 0 3px}#searchResultsTable tbody td:first-child{border-left:0}#searchResultsTable tbody tr.searchResultsItem:not(.premiumClassified):HOVER{background-color:#f0f6ff}#searchResultsTable tbody tr.searchResultsPromoToplist td{background:#ffd84f;border-top:1px solid #f3efbc;border-bottom:1px solid #f3efbc;height:40px;line-height:40px;margin:1px 0;text-align:center;color:#4f270b}#searchResultsTable tbody tr.nativeAd td{padding:0}#searchResultsTable tbody td.searchResultsTagAttributeValue{text-align:center}#searchResultsTable tbody td.searchResultsAttributeValue{text-align:center}#searchResultsTable tbody td.searchResultsPriceValue{text-align:right;white-space:nowrap;color:#910000}#searchResultsTable tbody td.searchResultsPriceValue .classified-price-container{position:relative;text-align:center}#searchResultsTable tbody td.searchResultsPriceValue .price-meter{position:absolute;top:calc(50% - 22px);left:calc(50% - 11px)}#searchResultsTable tbody td.searchResultsPriceValue .ranged-price-text{font-size:10px;display:block}#searchResultsTable tbody td.searchResultsPriceValue .searchResultsOriginalPriceValue{color:gray;text-decoration:line-through}#searchResultsTable tbody td.searchResultsTitleValue{text-align:left;overflow:hidden;position:relative}#searchResultsTable tbody td.searchResultsTitleValue.leafContent{padding-left:6px;padding-right:6px}#searchResultsTable tbody td.searchResultsTitleValue div.infoText,#searchResultsGallery td.searchResultsGalleryItem div.infoText{position:absolute;bottom:10px;right:10px;font-size:9px;color:#888}#searchResultsGallery tbody td.searchResultsGalleryContent{padding-bottom:26px;overflow:visible}#searchResultsTable tbody td.searchResultsTitleValue .authorized-dealer{position:absolute;top:0;left:5px}#searchResultsGallery tbody td.searchResultsGalleryContent .authorized-dealer a,#searchResultsTable tbody td.searchResultsTitleValue .authorized-dealer a{display:inline-block}#searchResultsGallery tbody td.searchResultsGalleryContent .authorized-dealer p,#searchResultsTable tbody td.searchResultsTitleValue .authorized-dealer p{display:flex;position:relative;align-items:center;flex-wrap:nowrap}#searchResultsGallery tbody td.searchResultsGalleryContent .authorized-dealer span.description,#searchResultsTable tbody td.searchResultsTitleValue .authorized-dealer span.description{font-size:10px;color:#666;position:relative;min-width:54px}#searchResultsTable tbody td.searchResultsTitleValue .classifiedTitle.limited{display:block;height:30px;overflow:hidden}#searchResultsTable tbody td.searchResultsTitleValue .badge,#searchResultsGallery tbody td.searchResultsGalleryContent .badge{position:absolute;right:5px;bottom:5px;width:60px;height:13px;overflow:hidden}#searchResultsTable tbody td.searchResultsTitleValue .forPremiumPlus,#searchResultsGallery tbody td.searchResultsGalleryContent .forPremiumPlus{width:78px}#searchResultsTable tbody td.searchResultsTitleValue .badge img,#searchResultsGallery tbody td.searchResultsGalleryContent .badge img{width:100%;height:100%}#searchResultsGallery .premiumClassified div.searchResultsClassifiedId{display:none}#searchResultsTable tbody td div.searchResultsClassifiedId,#searchResultsGallery div.searchResultsClassifiedId{color:gray}#searchResultsTable div.classifiedSubtitle{font-size:11px;font-weight:normal;color:#5e5e5e;text-align:left;padding-top:5px}#searchResultsTable.career-category tbody .searchResultsTagAttributeValue,#searchResultsTable.career-category tbody .searchResultsAttributeValue,#searchResultsTable.career-category tbody .searchResultsTitleValue{padding-left:20px;text-align:left}#searchResultsTable tr.career-category-height{height:77px}.searchGalleryBorder{border:1px solid #dbdbdb}#searchResultsGallery{width:100%;margin-bottom:-1px}#searchResultsGallery .premiumClassified .searchResultsGalleryContent .store-icon,#searchResultsGallery .premiumClassified .searchResultsGalleryContent .titleIcon,#searchResultsGallery .premiumClassified .searchResultsGalleryContent .titleIcon .installmentTooltipContainer{display:none}#searchResultsGallery .premiumClassified .premiumInfoText{position:absolute;bottom:10px;right:10px;font-size:9px;color:#888}#searchResultsGallery .premiumClassified td.searchResultsGalleryItem>table{width:932px;margin:3px;background:#ecf7fe}.premiumClassified .searchResultsLargeThumbnail img{width:158px;height:118px;margin:0 5px;border:1px solid #dedede;background-color:#fff}#searchResultsGallery tr.searchResultsGalleryRow{width:100%;overflow:hidden;margin:0;padding:0;border-bottom:1px dotted #ccc}#searchResultsGallery tr.searchResultsGalleryRow tr{cursor:pointer}#searchResultsGallery td.searchResultsGalleryItem{width:50%;overflow:hidden;margin:0;padding:0;background-color:white;vertical-align:top}#searchResultsGallery td.searchResultsGalleryItem:not(.premiumClassified):hover{background-color:#f0f6ff}#searchResultsGallery .premiumClassified td.searchResultsLargeThumbnail{width:180px}#searchResultsGallery td.searchResultsLargeThumbnail{width:144px;overflow:hidden;text-align:center;vertical-align:top;border-spacing:0;margin:0;padding:0}#searchResultsGallery .premiumClassified td.searchResultsGalleryContent{width:637px;font-size:14px;padding-top:20px;padding-bottom:20px}#searchResultsGallery tbody td.searchResultsGalleryContent .authorized-dealer{margin-bottom:8px;font-weight:700}#searchResultsGallery td.searchResultsGalleryContent{width:290px;overflow:hidden;padding-top:10px;padding-bottom:10px}#searchResultsGallery td.searchResultsGalleryContent.modernSearchResultsTableListInnerContent{padding:15px 15px 10px 0}#searchResultsGallery .premiumClassified div.searchResultsGallerySubContent{line-height:18px}#searchResultsGallery div.searchResultsGallerySubContent{font-weight:bold;line-height:150%}#searchResultsGallery div.searchResultsGallerySubContent div{margin-top:3px}#searchResultsGallery span.searchResultsGalleryAttributeTitle{color:#3e5877}#searchResultsGallery .premiumClassified div.searchResultsPriceValue{font-size:14px;line-height:150%}#searchResultsGallery div.searchResultsPriceValue{font-size:12px;font-weight:bold;white-space:nowrap;color:maroon;margin-top:5px}#searchResultsGallery div.searchResultsPriceValue .price-meter{margin-left:7px}#searchResultsGallery div.searchResultsPriceValue .ranged-price-text{display:inline-block}#searchResultsGallery div.searchResultsPriceValue .searchResultsOriginalPriceValue{color:gray;text-decoration:line-through}.premiumClassified .galleryThumbWrapper{width:165px;height:120px;padding-top:20px;padding-left:15px}.galleryThumbWrapper{width:131px;height:95px;padding:0;position:relative;overflow:hidden;margin-top:10px}.realEstateProjects{margin:-3px 0 0 -3px;background-color:#fefaec;padding:5px 7px;font-size:14px;position:relative;width:calc(100% - 8px)}.realEstateProjects:before{content:'Proje İlanıdır';position:absolute;bottom:8px;right:8px;font-size:11px;display:block;color:#666}.realEstateProjects:hover{background-color:#f0f6ff}.realEstateProjects:hover h3 a{text-decoration:underline}.realEstateProjects img{height:75px;border:1px solid #e5e5e5;float:left;width:100px}.realEstateProjects .projectInfoBox{float:left;text-align:left;padding-left:20px}.realEstateProjects h3{padding:15px 0 10px;color:#039;width:510px;font-size:12px}.realEstateProjects .projectInfoBox p{width:510px;font-size:12px}.realEstateProjects .projectInfoBox p span:first-child{float:left}.realEstateProjects .projectInfoBox p span:last-child{float:right}.realEstateProjects .projectInfoBox p span:last-child strong{color:#910000}.realEstateProjects .location{float:right;text-align:center}.realEstateProjects .location p{float:right;width:98px;padding-top:16px;margin-right:-8px;font-size:12px}.searchResultsSmallThumbnail,.searchResultsLargeThumbnail{text-align:center;vertical-align:middle}.searchResultsSmallThumbnail{width:60px;position:relative;overflow:hidden;z-index:1}.searchResultsSmallThumbnail img{width:90px;height:68px;border:1px solid #e5e5e5;background-color:#fff}.searchResultsSmallThumbnail img.otherNoImage{width:90px;height:68px;border:1px solid transparent;background-color:transparent}.searchResultsLargeThumbnail{width:124px;position:relative;overflow:hidden;z-index:1}.searchResultsLargeThumbnail img{width:124px;height:93px;background-color:#fff}.searchResultsLargeThumbnail img.otherNoImage{border:1px solid transparent;background-color:transparent;max-width:200px}.searchResultThumbnailPlaceholder{width:60px;height:45px}.searchResultTitleIcon{border:0;margin:0}.modernSearchResultTableListPanel{box-sizing:border-box;border:1px solid #dbdbdb;padding:10px;width:100%}.modernSearchResultTableListLeftPanel{display:table-cell;width:603px}.modernSearchResultTableListLeftPanel #searchResultsGallery{border-spacing:0 1px;border-collapse:separate}.modernSearchResultTableListLeftPanel #searchResultsGallery td.searchResultsGalleryItem .ignore-me{top:-1px;right:-2px}.modernSearchResultTableListRightPanel{display:table-cell;vertical-align:top;padding-left:10px}.modernSearchResultTableListThumbnail{padding:15px 15px 0 15px}.searchResultsLargeThumbnail .modernSearchResultTableListThumbnail .modernSearchResultImg{width:200px;height:150px}.searchResultsGalleryItem.modernSearchResultsListItem{height:180px}#searchResultsGallery td.searchResultsGalleryContent.modernSearchResultsTableListInnerContent{width:100%}.modernSearchResultsTableListInnerContent{font-size:13px;text-align:left}.searchResultsPromoBold .modernSearchResultsTableListPriceValue{font-weight:bold!important}.modernSearchResultsTableListPriceValue>div{white-space:nowrap;width:100px;overflow:hidden;text-overflow:ellipsis}#searchResultsGallery div.searchResultsPriceValue.modernSearchResultsTableListPriceValue{position:absolute;bottom:12px;right:15px;font-size:13px;font-weight:normal;text-align:right;color:#910000}.searchResultsGalleryContent .action-wrapper.modernSearchResultListActionWrapper{bottom:36px}.modernSearchResultListActionWrapper .compare-classified i{top:0!important}.modernSearchResultListActionWrapper .compare-classified.checked i{top:1px!important}.modernSearchResultsTableListInnerContentLocation{padding-top:7px;font-size:13px;text-align:left}.modernSearchResultsTableListInnerContentDate{padding-top:7px;font-size:13px;text-align:left;color:#999}.modernSearchResultTableListThumbnail>a{display:inline-block}.modernSearchResultsListItem #searchResultsGallery td.searchResultsIgnored:after{width:604px}#searchResultsGallery tr.searchResultsGalleryRow.modernSearchResultRow{border:0}.modernSearchResultAttributes{position:absolute;bottom:12px;white-space:nowrap;width:250px;overflow:hidden;text-overflow:ellipsis}.searchResultsPromoBold .modernSearchResultAttribute{font-weight:bold}.modernSearchResultAttribute{font-size:13px;font-weight:normal;text-align:left;color:#333}.modernSearchResultAttributes span:not(:last-child):after{content:","}#searchResultsGallery tr:nth-child(odd)>td.modernSearchResultsListItem{background-color:#FFF}#searchResultsGallery tr:nth-child(even)>td.modernSearchResultsListItem{background-color:#f5f5f5}#searchResultsGallery td.modernSearchResultsListItem.searchResultsPromoHighlight{background-color:#e6fbd3!important}#searchResultsTable tbody tr.searchResultsPromoHighlight,#searchResultsGallery td.searchResultsPromoHighlight{background-color:#e6fbd3}#searchResultsTable tbody tr.searchResultsPromoBold,#searchResultsGallery td.searchResultsPromoBold{font-weight:bold}#searchResultSorter optgroup{color:#8f0100;padding:2px}#searchResultSorter option{color:black}.searchResultsMarkDown .searchResultsSmallThumbnail:before,.searchResultsMarkDown .searchResultsLargeThumbnail:before,.searchResultsFireSale .searchResultsSmallThumbnail:before,.searchResultsFireSale .searchResultsLargeThumbnail:before,.searchResultsItem.searchResultsMarkDown.searchResultsFireSale .searchResultsSmallThumbnail:after,.searchResultsItem.searchResultsMarkDown.searchResultsFireSale .searchResultsLargeThumbnail:after,.searchResultsGalleryItem.searchResultsMarkDown.searchResultsFireSale .galleryThumbWrapper:after{width:100px;height:15px;display:block;position:absolute;z-index:2;line-height:15px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);color:#fff;font-weight:bold;text-shadow:0 1px 1px rgba(0,0,0,.5);font-size:10px;text-align:center}.searchResultsMarkDown .searchResultsSmallThumbnail:before,.searchResultsMarkDown .searchResultsLargeThumbnail:before,.searchResultsItem.searchResultsMarkDown.searchResultsFireSale .searchResultsSmallThumbnail:after,.searchResultsItem.searchResultsMarkDown.searchResultsFireSale .searchResultsLargeThumbnail:after,.searchResultsGalleryItem.searchResultsMarkDown.searchResultsFireSale .galleryThumbWrapper:after{background:#33a67d;content:'Fiyatı Düştü';left:-24px;top:18px}.searchResultsMarkDown.searchResultsFireSale .searchResultsSmallThumbnail:before,.searchResultsMarkDown.searchResultsFireSale .searchResultsLargeThumbnail:before{left:-33px;top:10px}.searchResultsFireSale .searchResultsSmallThumbnail:before,.searchResultsFireSale .searchResultsLargeThumbnail:before{background:#fe261a;content:'Acil Acil';left:-32px;top:12px}.searchResultsItem.searchResultsMarkDown.searchResultsFireSale .searchResultsSmallThumbnail:after,.searchResultsItem.searchResultsMarkDown.searchResultsFireSale .searchResultsLargeThumbnail:after{left:-23px;top:18px}.searchResultsItem.searchResultsMarkDown.searchResultsFireSale .searchResultsLargeThumbnail:after{left:-23px;top:18px}.searchResultsGalleryItem.searchResultsMarkDown.searchResultsFireSale .galleryThumbWrapper:after{left:-23px;top:18px}.ie8 .searchResultsMarkDown .searchResultsSmallThumbnail:before,.ie8 .searchResultsMarkDown .searchResultsLargeThumbnail:before,.ie8 .searchResultsFireSale .searchResultsSmallThumbnail:before,.ie8 .searchResultsFireSale .searchResultsLargeThumbnail:before,.ie8 .searchResultsItem.searchResultsMarkDown.searchResultsFireSale .searchResultsSmallThumbnail:after,.ie8 .searchResultsItem.searchResultsMarkDown.searchResultsFireSale .searchResultsLargeThumbnail:after,.ie8 .searchResultsGalleryItem.searchResultsMarkDown.searchResultsFireSale .galleryThumbWrapper:after{display:none}.priceRadioHoriz{margin-right:0}img.titleIcon{margin-left:3px;vertical-align:text-bottom}#categoryDescriptionSeparator{clear:both;padding-top:10px}#categoryDescription{clear:both;background-color:white;border:1px solid #dbdbdb;color:gray;padding:10px}#categoryDescription strong{color:gray;font-size:12px;font-weight:bold}#keywordInputTooltip{position:relative;margin-bottom:15px;z-index:1000}#howTownLink{font-size:10px;text-decoration:underline}#locationSuggestionLoadingWrapper{display:none;width:195px}#locationSuggestionLoadingWrapper:after,#locationSuggestionLoadingWrapper:before{right:auto;left:30px}#locationSuggestionLoadingWrapper:after{margin:0 0 0 -12px}#locationSuggestionLoadingWrapper:before{margin:0 0 0 -13px}#locationSuggestionLoadingWrapper a{position:absolute;right:4px;top:4px;background:url('/assets/images/faceted_search:310f3f454c7903791b9df4e88a5a9e97.png') -21px 0 no-repeat;display:block;text-indent:-9999px;width:11px;height:11px}#locationSuggestionLoading{position:absolute;top:16px;left:180px;width:16px;height:24px;background:url('/assets/images/loading:86b1ac6d1c485d54efa3a53643e91ceb.gif') 0 7px no-repeat;display:none;z-index:10}#locationLightboxLeft #locationSuggestionLoadingWrapper input[type="text"]{margin:5px 0 9px 0;padding:3px 7px 3px 25px}#locationSuggestion a{color:#039}#locationSuggestion li{cursor:pointer}p.lightboxButton{text-align:center;padding-right:0!important;margin-bottom:0!important}.disclaimerConfirmModalContainer{width:620px!important;max-width:620px!important}.disclaimerConfirmModalContainer+#qtip-overlay div{opacity:.95;filter:alpha(opacity=95);-ms-filter:"alpha(opacity=95)"}.sahibindenOffer{height:70px;overflow:hidden;position:relative}.sahibindenOffer .offerContainer{background:#fcfffd;background:-moz-linear-gradient(top,#fcfffd 0,#bad5f0 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fcfffd),color-stop(100%,#bad5f0));background:-webkit-linear-gradient(top,#fcfffd 0,#bad5f0 100%);background:-o-linear-gradient(top,#fcfffd 0,#bad5f0 100%);background:-ms-linear-gradient(top,#fcfffd 0,#bad5f0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfffd',endColorstr='#bad5f0',GradientType=0);background:linear-gradient(top,#fcfffd 0,#bad5f0 100%);border:1px solid #80adcc;border-radius:5px;height:50px;margin-top:8px}.sahibindenOffer .offerFireSale,.sahibindenOffer .offerMarkDown,.sahibindenOffer .offerContainer div{float:left}.sahibindenOffer .offerTitle{font-size:12px;font-weight:700;margin:10px 0 0 80px;width:100px;_display:inline}.sahibindenOffer .offerFireSale{background:url('/assets/images/firesale:0d5c456ed93dae446ab94d6e2b923a2d.png') no-repeat 0 0;height:70px;margin-left:3px;position:absolute;width:73px}.sahibindenOffer .offerMarkDown{background:url('/assets/images/markdown:7b0a0d09b3336b406484c0a93ef5e62a.png') no-repeat 0 0;height:70px;margin-left:3px;position:absolute;width:77px}.sahibindenOffer .offerArrow{background:url('/assets/images/arrow:1c98024cd2461b6a4fbcb558811e2d06.png') no-repeat 0 0;height:50px;margin:0 8px;width:24px}.sahibindenOffer .offerDesc{color:#2f3336;margin-top:10px;width:400px}.sahibindenOffer .btn{float:right;margin:6px 10px 0 0}#searchResultsLastUpdated{text-align:center}#searchResultsLastUpdated span{color:#F00}.installmentCount{display:inline-block;color:#2a2a2a;font-size:10px;line-height:6px;position:relative;border-bottom-right-radius:2px;border-top-right-radius:2px;font-weight:bold;border:1px solid #c75250;border-left:none;margin-left:-11px;padding:2px 3px 2px 10px}.installmentTooltipContainer{display:inline-block}*:first-child+html .installmentCount,*:first-child+html .installmentTooltipContainer{display:inline;zoom:1}.installmentTooltip{display:none;background:url('/assets/images/installment-tooltip-bg:b246518436b32fc03dd9e5f952bde340.png') center center no-repeat;width:95px;height:49px;position:absolute;right:-110px;top:-18px;font:12px/15px "SHBGroteskLegacy",Arial,sans-serif;color:#000!important;padding:3px 0 0 12px}.installmentTooltip span{color:#000}.installmentTooltip .ui-tooltip-content{border:0!important;background:none!important;padding:0!important;color:#000!important;text-align:center!important;font-weight:700!important}.installmentTooltip .ui-tooltip-tip{display:none!important;position:absolute!important;left:-9999px!important}#searchResultLeft-date+.searchResultSearch{margin-top:10px}.searchResultsCat ul li span{color:#a1a1a1;font-size:10px}#searchResultViewType{width:100%;position:absolute;top:-29px}#searchResultViewType.uiTabStyleOne li{position:relative}#searchResultViewType .searchTabSelected a{background:#fff;background:-moz-linear-gradient(top,#eee 0,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#eee),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#eee 0,#fff 100%);background:-o-linear-gradient(top,#eee 0,#fff 100%);background:-ms-linear-gradient(top,#eee 0,#fff 100%);background:linear-gradient(to bottom,#eee 0,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0);zoom:1;color:#7e0006}.classifiedTitle:visited{color:#800080}.district-label{font-weight:bold}ul.location-quarter{padding-left:17px}ul.facetedSearchList.locationDistrict::-webkit-scrollbar{-webkit-appearance:none}ul.facetedSearchList.locationDistrict::-webkit-scrollbar:vertical{width:11px}ul.facetedSearchList.locationDistrict::-webkit-scrollbar:horizontal{height:11px}ul.facetedSearchList.locationDistrict::-webkit-scrollbar-thumb{border-radius:8px;border:2px solid white;background-color:rgba(0,0,0,.5)}ul.facetedSearchList.locationDistrict::-webkit-scrollbar-track{background-color:#fff;border-radius:8px}ul.facetedSearchList.locationDistrict{height:137px;border:1px solid #999;overflow:hidden;overflow-y:scroll;margin-left:3px;width:182px;outline:0}.locationDistrict input{display:none}.locationDistrict input+label{position:relative;color:#000!important;text-decoration:none;padding-left:18px;font-size:11px!important;cursor:pointer;line-height:13px}.locationDistrict input+label:before{background:url('/assets/images/old_search_cb:59df4f64b4df0cf2fe855a90c2d7ce1d.png') 0 0 no-repeat;content:" ";height:13px;width:13px;position:absolute;margin-top:0;left:0}.locationDistrict input:checked+label:before{background-position:0 -13px}.ie8 .locationDistrict input{display:inline;margin:0!important;padding:0!important;outline:0}.ie8 .locationDistrict input+label{padding-left:6px}.ie8 .locationDistrict input+label:before{display:none}.ie8 .locationDistrict,.ie8 .locationDistrict li{margin:0;padding:0}.relativeContainer .uiTabStyleOne span{display:none}.newFlag{position:relative}.uiTabStyleOne .newFlag span{display:block}.facetedSearchList.locationDistrict li{padding-top:4px}.facetedSearchList.locationDistrict>li:first-child{padding-top:0}.collapseContent .facetedSearchList.locationDistrict,.locationContent.dropSelectDD .facetedSearchList.locationDistrict{padding:4px}.faceted-top-buttons.new-toggle-menu .flag{display:none}.faceted-top-buttons.new-toggle-menu .new-flag .flag{display:inline-block;background:url('/assets/images/newFlag:25c4ee3b29df749ba2837d89ee351a1d.png') 0 1px no-repeat;width:26px;height:15px;padding:0;margin-left:5px;text-indent:-9999px;box-shadow:none}.premium-banner-container td{padding-bottom:3px}.premium-banner-inner:before{background:#fe261a;content:'Yeni Doping!';left:-44px;top:19px}.premium-banner{position:relative;margin-bottom:3px;background:#ecf7fe;text-align:left;height:125px;z-index:1}.premium-banner-inner:before,.premium-banner-inner:after{width:142px;height:15px;padding:4px;display:block;position:absolute;z-index:2;line-height:15px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);color:#fff;font-weight:bold;font-size:12px;letter-spacing:-0.5px;text-align:center}.premium-banner-inner{padding:10px;overflow:hidden;position:relative}.premium-banner .premium-banner-logo{float:left;margin-right:24px;width:138px;height:103px;border:1px solid #dedede;background:url('/assets/images/premium_doping_logo:d8007bc611dcb74a89709ac6a8948a34.png') center 13px #f4f4f4 no-repeat}.premium-banner .premium-banner-heading{font-size:14px;font-weight:bold;color:#002da1;margin:23px 0 12px 0}.premium-banner .premium-banner-info{margin-right:20px}.premium-banner .premium-info-text{position:absolute;bottom:10px;right:10px;font-size:9px;color:#888}.premium-overlay{display:none;position:fixed;width:100%;height:100%;top:0;left:0;z-index:300;background:black;opacity:.4}.premium-banner-container span.overlay-close{display:none;color:white;font-size:14px;font-weight:bold;top:-20px;position:absolute;right:-10px;cursor:pointer;z-index:400}.ad-container{position:relative;overflow:hidden;cursor:pointer}.ad-container:hover a.ulink{text-decoration:underline}.ad-attribution{position:absolute;top:5px;right:23px;background-color:rgba(236,182,0,1);color:rgba(255,255,255,1);font-size:10px;display:table;margin:3px;padding:0 3px;border-radius:2px}.ad-image{margin:3px 37px 3px 3px;width:124px;height:93px;float:left;background-color:#fff;overflow:hidden}.ad-image img,ad-image-link{width:100%}.ad-title{margin:25px 8px 8px 8px;width:666px;text-align:start}.ad-title a{color:rgba(0,51,153,1);font-weight:bold;font-size:12px;line-height:18px;text-decoration:none}.ad-title a:hover{text-decoration:underline}.ad-body{color:rgba(103,103,103,1);margin:0 8px 8px 8px;width:666px;text-align:start}.ad-call-to-action{font-weight:normal;font-size:12px;margin:8px 6px 8px 8px;position:absolute;top:27px;right:0;line-height:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:170px}.ad-call-to-action a{text-decoration:none;color:#039}.ad-call-to-action a:hover{text-decoration:underline}.ad-body-link{color:rgba(103,103,103,1);text-decoration:none}.ad-body-link:hover{text-decoration:none}.ad-full-link{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.ad-complaint{background:url('/assets/images/complaint_alert:55999e69060bb2d4eb6cecdc78b720f9.png') no-repeat;background-size:14px 14px;width:14px;height:14px;position:absolute;margin:7px 2px 5px 4px;right:5px;z-index:1}.complaint-btn{padding:9px 22px;font-size:14px;vertical-align:middle;border:1px solid #437db9;border-radius:1px;color:#fff;background-color:#437db9;margin-right:50px;z-index:99999999}.landing-btn{padding:9px 22px;font-size:14px;vertical-align:middle;border-radius:1px;color:#437db9;background-color:#fff;z-index:99999999}.complaint-buttons{padding:30px}.cancel-complaint{background:url('/assets/images/complaint_close:f762e2a7c18d046bf905f91fcf954064.png') no-repeat;background-size:14px 14px;width:14px;height:14px;position:absolute;right:5px;margin:5px 6px;z-index:99999999}.complaint-description{padding:30px;font-size:14px}.ad-full-link:hover{text-decoration:underline}.modernSearchResultRow .ad-body{width:582px}.modernSearchResultRow .ad-attribution{top:15px;right:33px}.modernSearchResultRow .ad-title{width:510px}.modernSearchResultRow .ad-complaint{right:17px;margin-top:17px}.modernSearchResultRow .ad-image{width:200px;height:150px;margin:14px;overflow:hidden}.modernSearchResultRow .ad-call-to-action{top:initial;bottom:-5px;right:14px}.modernSearchResultRow .complaint-buttons{margin:50px}.modernSearchResultRow complaint-description-panel{padding-top:80px}.modernSearchResultRow .searchResultsAdItem{width:100%}.modernSearchResultRow .complaint-description{text-align:center;padding-top:80px}#searchResultsTable tbody tr.searchResultsAdItem:hover{background-color:#f0f6ff;cursor:pointer}.searchResultsRowClass tr:nth-child(odd){background-color:#FFF}.searchResultsRowClass tr:nth-child(even){background-color:#f2f2f2}.searchResultsRowList tr:nth-child(odd){background-color:#FFF}.searchResultsRowList tr:nth-child(even){background-color:#f2f2f2}@media screen and (min-width:501px) and (max-width:999px){body{min-width:1170px}}.searchResultsItem:not(:hover) .searchResultsTitleValue>.search-result-badge{display:block}.changed-text{color:#292d2e!important;font-weight:400!important}.searchResultsLargeThumbnail .refurbishment{position:absolute;bottom:3.5px;border-radius:0 100px 100px 0;background:#ffe800;display:inline-flex;height:24px;min-width:24px;padding:0 8px;justify-content:center;align-items:center}.searchResultsLargeThumbnail .refurbishment span{color:#000;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:normal;left:4px}.galleryThumbWrapper .refurbishment{bottom:2px!important}.searchResultsGalleryContent.modernSearchResultsTableListInnerContent .refurbishment-img{width:53px}.searchResultsLocationValue .refurbishment-img,.searchResultsGalleryContent .refurbishment-img{width:44px}.yepy-badge-info{display:flex;justify-content:flex-end;gap:4px;position:absolute;right:4px;bottom:4px}.yepy-badge-info.modern{right:15px;bottom:34px}.yepy-badge-info.gallery{position:static;margin-top:4px;justify-content:flex-start}.yepy-badge-info .badge-content{background-color:#e5f6f5;padding:2px 4px;border-radius:100px;color:#00857a}.pageNavigator{background:#f5f5f5;text-align:center}.pageNaviButtons{display:table;_display:inline;*display:inline;_zoom:1;*zoom:1;margin:0 auto!important;overflow:hidden}.pageNaviButtons li{background-color:#FFF;display:inline-block;_display:inline;*display:inline;height:24px;line-height:24px;margin-bottom:15px;margin-right:3px;box-shadow:2px 2px 2px rgba(0,0,0,0.1);_zoom:1;*zoom:1}.pageNaviButtons a,.goToPage a,.pageNaviButtons span,.goToPage span{width:21px;padding:4px 2px 5px 1px;font-size:11px;line-height:1.4em;display:inline-block;margin-bottom:0;font-weight:bold;text-align:center;vertical-align:middle;border:1px solid #c0c0c0;box-shadow:inset 0 0 0 1px #fff,0 2px 2px -1px #e5e5e5;color:#1064bc;background-color:#efefef;border-radius:2px;background-repeat:repeat-x;background-image:-moz-linear-gradient(top,#fff,#efefef);background-image:-ms-linear-gradient(top,#fff,#efefef);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#efefef));background-image:-webkit-linear-gradient(top,#fff,#efefef);background-image:-o-linear-gradient(top,#fff,#efefef);background-image:linear-gradient(top,#fff,#efefef);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#EFEFEF',GradientType=0);text-shadow:none}.pageNaviButtons a:hover,.goToPage a:hover,.pageNaviButtons span:hover,.goToPage span:hover{background:#FFF;border-color:#9d9d9d;text-decoration:none}.pageNaviButtons a.prevNextBut{width:auto;padding:4px 9px 5px 10px}.pageNaviButtons a,.goToPage a{color:#1064bc;display:block}.pageNaviButtons li span{display:block}.pageNaviButtons li span.currentPage{filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background:#8598aa;color:#fff}.goToPage{background:none!important;border:none!important;line-height:21px;margin:0 auto;width:150px}.goToPage a{background-color:#FFF;border:1px solid #d0d0d0;line-height:20px}.goToPage span,.goToPage input,.goToPage a{float:left}.goToPage span{background:none!important;margin-right:4px}.goToPage input{margin-right:5px}.searchFooter{background:url('/assets/images/bg_favorite_search:07819995e27d5f3ef21358e9734e3c76.jpg') repeat-x top #ecf0f3;border:1px solid #d0d0d0;_width:695px;_zoom:1}.searchFooter p{height:41px}.myFavoriteSearch{float:left;width:100%}.myFavoriteSearch .infoFavorite,.rssDesciptionInfo{padding-right:10px}.saveSearchResultCTA{width:65%;float:left}.favoriteStoreSearch{width:35%;float:left;text-align:center;margin-top:24px;margin-left:0!important}.searchIcon{width:58px;height:55px;margin-left:9px;display:block;float:left;background:url('/assets/images/favorite_search:70eb450200fb0009f2e4b2e93519a4c4.png') no-repeat 3px 20px;_background:url('/assets/images/favorite_search:27b073d31bc86a265d8c3db129b2812e.gif') no-repeat 3px 20px}.searchRss{float:left;width:95%;overflow:hidden}.searchRss div{float:left;margin-right:5px;overflow:hidden}.searchRssIcon{width:32px;background:url('/assets/images/iconRss:ac1ea3d82cb10fcf31e33381bba49503.png') no-repeat;height:32px;display:block}.searchRssDescription{margin-top:15px;overflow:hidden}.myFavoriteSearch span.infoFavorite{font-size:14px;color:#039;font-weight:700;margin-right:5px;height:35px;line-height:47px;display:block;margin-top:3px}.searchRssDescription a.searchRssLink{display:block;font-size:14px;font-weight:700;height:32px;width:100%;padding-left:40px;line-height:28px}.searchRssContainer{text-align:center;float:none!important}.pageNavTable{overflow:hidden}.storeSearchFooter{width:657px!important}.storeMyFavoriteSearch{width:100%!important;border:none!important}.storeMyFavoriteSearch span.infoFavorite{width:135px;float:left}.storeMyFavoriteSearch p.infoFavorite{float:left;padding:0!important;margin-top:10px;height:35px;line-height:35px}.pageNaviButtons span.pager-arrow{border:0;padding:0;box-shadow:none;display:inline-block;width:6px;height:10px;background:url('/assets/images/iconsSearchResults:84aa0f6267158708019e92489ab99d72.png') no-repeat 0 0;margin-top:-2px;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.pageNaviButtons span.pager-arrow.first{background-position:-7px -400px}.pageNaviButtons span.pager-arrow.last{background-position:0 -400px}.modern-pagination.pageNavigator{background:#fff;padding:30px 0;font-size:13px;color:#3e3e3e}.modern-pagination.pageNavigator *{box-sizing:unset}.modern-pagination.pageNavigator p.mbdef{margin-bottom:20px}.modern-pagination.pageNavigator .pageNaviButtons li{box-shadow:none;margin:0 0 0 10px;height:30px}.modern-pagination.pageNavigator .pageNaviButtons li span,.modern-pagination.pageNavigator .pageNaviButtons li a{height:16px;width:16px;padding:5px 6px 7px;font-size:13px;border:1px solid #dedede;border-radius:2px;background:#fff;color:#039;box-shadow:none;font-weight:normal}.modern-pagination.pageNavigator .pageNaviButtons li span:hover,.modern-pagination.pageNavigator .pageNaviButtons li a:hover{background:#778898;border-color:#778898;color:#fff}.modern-pagination.pageNavigator .pageNaviButtons li span:active,.modern-pagination.pageNavigator .pageNaviButtons li a:active{background:#6a7988}.modern-pagination.pageNavigator .pageNaviButtons li span.currentPage,.modern-pagination.pageNavigator .pageNaviButtons li a.currentPage{background:#8598aa;border-color:#8598aa;color:#fff;cursor:default}.modern-pagination.pageNavigator .pageNaviButtons li span.currentPage:hover,.modern-pagination.pageNavigator .pageNaviButtons li a.currentPage:hover{background:#8598aa}.modern-pagination.pageNavigator .pageNaviButtons li span.prevNextBut,.modern-pagination.pageNavigator .pageNaviButtons li a.prevNextBut{width:70px}.modern-pagination.pageNavigator .pageNaviButtons li span.prevNextBut span,.modern-pagination.pageNavigator .pageNaviButtons li a.prevNextBut span{display:none}.categoryPage,.paymentPage,.detailedSearchPage,.userSearchResult{padding:10px 0}.categoryHeader{background:url('/assets/images/category_headers:3d7d41321aebe6021b2bab0fa0a8633b.jpg') no-repeat right 0;color:#FFF;height:48px;line-height:48px}.categoryHeader h1{font-size:24px;margin-top:10px}.categoryHeader_emlak{background-position:right 0!important;text-shadow:-1px -1px 0 #13876f}.categoryHeader_vasita{background-position:right -58px!important;text-shadow:-1px -1px 0 #0390ea}.categoryHeader_alisveris{background-position:right -116px!important;text-shadow:-1px -1px 0 #649a45}.categoryHeader_hayvanlar{background-position:right -174px!important;text-shadow:-1px -1px 0 #83a487}.categoryHeader_ismakineleri_endustri,.headerListDefault{background-position:right -232px!important;text-shadow:-1px -1px 0 #cf9055}.categoryHeader_kariyer{background-position:right -290px!important;text-shadow:-1px -1px 0 #d18d60}.categoryHeader_hizmet,.categoryHeaderDetailed{background-position:right -348px!important;text-shadow:-1px -1px 0 #be7f54}.headerFireSale{background-position:right -406px!important;text-shadow:-1px -1px 0 #7d0801}.headerMarkDowns{background-position:right -464px!important;text-shadow:-1px -1px 0 #007095}.headerTop100{background-position:right -522px!important;text-shadow:-1px -1px 0 #9f5b01}.headerTop100Desc{float:right;font-size:12px;font-weight:400;vertical-align:bottom}.headerLast48hour,.headerLast7Days,.headerLast30Days{background-position:right -580px!important;text-shadow:-1px -1px 0 #700064}.headerSecureTradeAds{background-position:right -638px!important;text-shadow:-1px -1px 0 #2b7800}.categoryPageContainer{overflow:hidden}.categoryPageLeft,.categoryPageRight,.categoryPage .bannerCenter,.categoryPage .bannerRight{float:left;overflow:hidden}.categoryPageLeft{margin-right:10px;width:226px}.categoryPageRight{overflow:hidden;width:728px}.categoryPage .categroyList,.categoryPage .categoryShowcase,.categoryStoreShowcase,.searchResultsCat,.searchResultSearch,.classicResultsPage,.galleryResultsPage,.listResultsPage,.paymentPage .shippingAddress,.paymentPageRight,.paymentPageFooter,.searchPageContainer,.detailedSearchPageRight,.userSearchResultContainer{background-color:#FFF;border:1px solid #dbdbdb;overflow:hidden}.categoryPageLeft h3,.categoryShowcase h3,.categoryStoreShowcase h3,.searchResultsCat h3,.classicResultsPage thead td,.listResultsPage thead,.paymentPage h3,.paymentBasketPage h3,.detailedSearchPageRight h3,.userSearchResult h3{background:#efefef;background:-moz-linear-gradient(top,#fff 0,#efefef 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#efefef));background:-webkit-linear-gradient(top,#fff 0,#efefef 100%);background:-o-linear-gradient(top,#fff 0,#efefef 100%);background:-ms-linear-gradient(top,#fff 0,#efefef 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#EFEFEF',GradientType=0);background:linear-gradient(top,#fff 0,#efefef 100%);border-bottom:1px solid #dbdbdb;color:#292d2e;font-size:14px;font-weight:700;height:30px;line-height:30px;padding-left:10px}.categoryPage .categroyList div{line-height:24px;margin:10px}.categoryPage .itemCount{font-size:10px}h3.relatedCategories{border-top:1px solid #dbdbdb}.categoryPage .bannerCenter{height:250px;margin-right:10px;width:468px;z-index:1}.categoryPage .bannerRight{width:250px}.categoryPage .bannerCenter,.categoryPage .bannerRight,.subCatRightBanner{background-color:#FFF;z-index:1}.categoryPage .categoryShowcase,.categoryStoreShowcase,.detailedSearchPageShowcase{background-color:#FFF;margin-top:10px;_zoom:1}.categoryShowcase h3 a,.categoryStoreShowcase h3 a{float:right;font-size:12px!important;font-weight:400;margin-bottom:10px;margin-right:10px}.detailedSearchPageRight h3 a{float:right;font-size:12px!important;font-weight:400;margin-right:10px}.categoryShowcase h3 span,.categoryStoreShowcase h3 span,.detailedSearchPageRight h3 span{float:left}.categoryStoreShowcase ul{overflow:hidden;margin:10px 0 10px 10px}.categoryStoreShowcase li{float:left;height:78px;margin-left:31px;width:140px}.categoryStoreShowcase a{display:block;overflow:hidden;text-align:center;text-decoration:none}.categoryStoreShowcase a:hover{text-decoration:underline}.categoryStoreShowcase img{border:1px solid #eee;display:block;height:35px;margin:0 auto 5px auto;width:95px}.categoryPageInfo{background-color:#FFF;border:1px solid #dbdbdb;color:#666;margin:10px 0;padding:10px;width:705px}.categoryPageInfo h5{font-size:14px;font-weight:400;margin-bottom:10px}.pageCreateTime{text-align:center}.categoryPageRight .subCategoryPageLeft,.categoryPageRight .subCategoryPageRight{float:left}.categoryPageRight .subCategoryPageRight{margin-left:10px;width:250px}.subCategoryPageLeft{width:468px}.subCategoryPageLeft .categoryShowcase{margin-top:0!important;margin-bottom:10px}.subPageEstateProjects{margin:0 10px 0 10px}.subPageEstateProjects h5{font-size:12px;margin-bottom:5px}.estateProjectContainer{overflow:hidden}.estateProjectTable{margin-bottom:10px}.estateProjectContainer .estateProjectPic{display:block;float:left;margin-right:10px;width:300px}.estateProjectContainer .estateProjectPic img{border:0;height:100px;width:300px}.estateProjectContainer .estateProjectDetails{float:left;margin-top:0;overflow:hidden}.estateProjectContainer .estateProjectDetails dt{color:maroon;font-weight:700;margin-bottom:5px}.estateProjectContainer .estateProjectDetails dd{margin-left:0;width:100px}.subCategoryPageInfo,.subCategoryPromo{background-color:#FFF;border:1px solid #dbdbdb;padding:10px}.subCategoryPageInfo{color:#666;margin-bottom:10px}.subCategoryPageInfo h5{font-size:12px;margin-bottom:10px}.subCatRightBanner{height:250px;margin-bottom:10px;position:relative;width:250px;z-index:0!important}.subCategoryPromo li{padding-top:10px!important;text-align:left!important}.subCategoryPromo a{overflow:hidden}.subCategoryPromo li span{margin-right:5px;padding:0!important}.categroyList ul{overflow-y:auto}.noBorderTop{border-top:0!important}.subCatSeoLink{margin:5px 0;text-align:center}.pt-search-sprite,.search-sprite:before,.search-left .search-filter-section dl .collapseTitle:before,.search-left ul.facetedSearchList dt.groupHeader.collapseTitle:before,.faceted-select:before,.address-select-wrapper .collapse-pane:before,.address-select-wrapper .address-filter:after,#currentSearchFilters li a.facetedFilteredLink:before{background-image:url('/assets/images/newSearchRevised:1270d77dd2411953a2537e4a7d0fef36.png');display:inline-block;content:''}.pt-faceted-sprite,.form-style-wrapper input[type="checkbox"]+label:before,.facetedCheckbox i,.facetedRadiobox i{background-image:url('/assets/images/faceted_search:310f3f454c7903791b9df4e88a5a9e97.png');display:inline-block;content:''}.pt-checkbox,.form-style-wrapper input[type="checkbox"]+label:before,.facetedCheckbox i{width:18px;height:15px;display:block;background-position:0 -366px}.pt-checkbox-hover,.form-style-wrapper input[type="checkbox"]:hover+label:before,.facetedCheckbox:hover i{background-position:0 -385px}.pt-checkbox-semichecked,.facetedCheckbox.semichecked i{background-position:-14px -825px}.pt-checkbox-checked,.form-style-wrapper input[type="checkbox"]:checked+label:before,.facetedCheckbox.checked i{background-position:0 -403px}.pt-radiobox,.facetedRadiobox i{width:18px;height:15px;display:block;background-position:0 -424px}.pt-radiobox-hover,.facetedRadiobox i:focus,.facetedRadiobox:hover i{background-position:0 -442px}.pt-radiobox-checked,.facetedRadiobox.checked i{background-position:0 -459px}.pt-close,#currentSearchFilters li a.facetedFilteredLink:before{height:11px;width:11px;display:block;background-position:-52px -49px}.pt-close-hover,#currentSearchFilters li a.facetedFilteredLink:hover:before{background-position:-63px -60px}.pt-arrow-select-down-active,.arrow-select-down-active:before,.faceted-select:before{width:11px;height:7px;background-position:-98px -83px}.pt-arrow-select-down-passive,.arrow-select-down-passive:before,.faceted-select.passive:before{width:11px;height:7px;background-position:-109px -90px}.pt-icon-search,.icon-search:before,.address-select-wrapper .address-filter:after{width:20px;height:18px;background-position:0 0}.pt-icon-pin,.icon-pin:before{width:10px;height:12px;background-position:-20px -18px}.pt-icon-list,.icon-list:before{width:11px;height:8px;background-position:-30px -30px}.pt-arrow-collapse-up,.pt-arrow-collapse-down,.pt-arrow-collapse-down-hover,.arrow-collapse-up:before,.arrow-collapse-down:before,.search-left .search-filter-section dl .collapseClosed:before{width:12px;height:6px;background-position:-86px -77px}.pt-arrow-collapse-up-hover,.search-left .search-filter-section dl .collapseTitle:before{width:12px;height:6px;background-position:-74px -71px}.pt-arrow-collapse-down,.pt-arrow-collapse-down-hover,.arrow-collapse-down:before,.search-left .search-filter-section dl .collapseClosed:before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transform-origin:5px 3px;-moz-transform-origin:5px 3px;-o-transform-origin:5px 3px;-ms-transform-origin:5px 3px;transform-origin:5px 3px}.pt-arrow-collapse-down-hover,.search-left .search-filter-section dl .collapseClosed:before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transform-origin:5px 4px;-moz-transform-origin:5px 4px;-o-transform-origin:5px 4px;-ms-transform-origin:5px 4px;transform-origin:5px 4px}.pt-mini-arrow-collapse-down,.pt-mini-arrow-collapse-up,.search-left ul.facetedSearchList dt.groupHeader.collapseTitle:before,.search-left ul.facetedSearchList dt.groupHeader.collapseClosed:before{width:8px;height:5px;background-position:-120px -97px}.pt-mini-arrow-collapse-up,.search-left ul.facetedSearchList dt.groupHeader.collapseTitle:before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transform-origin:4px 2px;-moz-transform-origin:4px 2px;-o-transform-origin:4px 2px;-ms-transform-origin:4px 2px;transform-origin:4px 2px}.pt-icon-close,.icon-close:before,.address-select-wrapper .collapse-pane:before{width:11px;height:11px;background-position:-41px -38px}.disable-select,.search-left .search-filter-section dl .collapseTitle{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(-webkit-min-device-pixel-ratio:1.5),(min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.pt-search-sprite,.search-sprite:before,.search-left .search-filter-section dl .collapseTitle:before,.search-left ul.facetedSearchList dt.groupHeader.collapseTitle:before,.faceted-select:before,.address-select-wrapper .collapse-pane:before,.address-select-wrapper .address-filter:after,#currentSearchFilters li a.facetedFilteredLink:before{background-image:url('/assets/images/newSearchRevised_2x:4fefd3bac05594cd7bce42f29d5fdc33.png');background-size:128px 102px}.pt-faceted-sprite,.form-style-wrapper input[type="checkbox"]+label:before,.facetedCheckbox i,.facetedRadiobox i{background-image:url('/assets/images/faceted_search_2x:c4b110834ce33cabbbbeccb9e0b2376e.png');background-size:32px}.pt-radiobox,.facetedRadiobox i{background-position:0 -131px}.pt-radiobox-hover,.facetedRadiobox i:focus,.facetedRadiobox:hover i{background-position:0 -153px}.pt-radiobox-checked,.facetedRadiobox.checked i{background-position:0 -175px}.pt-checkbox,.form-style-wrapper input[type="checkbox"]+label:before,.facetedCheckbox i{background-position:0 -83px}.pt-checkbox-hover,.form-style-wrapper input[type="checkbox"]:hover+label:before,.facetedCheckbox:hover i{background-position:0 -99px}.pt-checkbox-semichecked,.facetedCheckbox.semichecked i{background-position:0 -345px}.pt-checkbox-checked,.form-style-wrapper input[type="checkbox"]:checked+label:before,.facetedCheckbox.checked i{background-position:0 -115px}}.hybrid-select{display:inline-block;border:1px solid #c0c0c0;border-radius:2px;position:relative}.hybrid-select:after{content:'';height:0;width:0;border:solid transparent;pointer-events:none;border-color:rgba(133,152,170,0);border-top-color:#8598aa;border-width:6px;margin-left:-6px;position:absolute;top:13px;right:10px}.hybrid-select select{width:70px;padding:8px 8px 7px 8px;font-size:12px;border:0;background:#fff;-webkit-appearance:none;-moz-appearance:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:2px}.hybrid-select select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}.hybrid-select select::-ms-expand{display:none}.jspVerticalBar{right:5px}.jspVerticalBar .jspTrack{width:6px;border-radius:17px;background:#dedede}.jspVerticalBar .jspTrack .jspDrag{border:0;background:#a2a2a2;border-radius:17px}.searchResultsPage.breadcrumb-offset{margin-top:27px}.searchResultsContainer{position:relative}body #searchContainer{overflow:visible}.search-left{width:200px;float:left;position:relative;padding:3px 0 0 0}.search-left.faceted-mode{padding-bottom:0}.search-left.standard-mode{padding-bottom:60px}.search-left .view-mode{font-size:14px;font-weight:bold;line-height:22px;border-bottom:solid 1px #ebe8e8;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.search-left .view-mode li{float:left;width:98px;margin-right:4px;background-color:#dee4eb;height:29px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:solid 1px #c7d0db;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom:0;position:relative;bottom:-5px}.search-left .view-mode li:hover{border:solid 1px #adbac8;border-bottom:0;background-color:#eef2f6}.search-left .view-mode li:last-child{margin-right:0}.search-left .view-mode li.active{background-color:#fff;border:solid 1px #e9e4e4;border-bottom:solid 1px #fff;border-top:solid 3px #489ae9;height:34px;bottom:-1px}.search-left .view-mode li.active:hover{background-color:#fff;border:solid 1px #e9e4e4;border-bottom:solid 1px #fff;border-top:solid 3px #489ae9}.search-left .view-mode li.active a{color:#333;height:34px;line-height:34px}.search-left .view-mode li a{color:#039;height:29px;line-height:29px;text-decoration:none;text-align:center;display:block}.search-left .view-mode li a.icon-list:before{position:relative;top:-1px}.search-left .searchResultsCat{border-radius:2px;border:solid 1px #dedede;padding:7px 0 8px 15px}.search-left .searchResultsCat li a{font-size:13px}.search-left .searchResultsCat li h1{font-size:13px;font-weight:inherit;display:inherit}.search-left .searchResultsCat li h2{font-size:13px;font-weight:inherit;display:inherit}.search-left.tabView .searchResultsCat{border-top:0}.search-left .search-filter-section:not(#searchResultLeft-category) dl{background:#f4f4f4;border-bottom:0;border-top:0}.search-left .search-filter-section:not(#searchResultLeft-category){margin-bottom:2px;-webkit-transition:background .1s linear,box-shadow .1s linear;-moz-transition:background .1s linear,box-shadow .1s linear;-o-transition:background .1s linear,box-shadow .1s linear;-ms-transition:background .1s linear,box-shadow .1s linear;transition:background .1s linear,box-shadow .1s linear}.search-left .search-filter-section:not(#searchResultLeft-category):hover{-webkit-transition:background .1s linear,box-shadow .1s linear;-moz-transition:background .1s linear,box-shadow .1s linear;-o-transition:background .1s linear,box-shadow .1s linear;-ms-transition:background .1s linear,box-shadow .1s linear;transition:background .1s linear,box-shadow .1s linear}.search-left #searchResultLeft-mapCTA{text-align:center;background-color:#f4f4f4;height:63px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;margin:2px 0 4px 0!important;background-image:url('/assets/images/searchResult:63d08899f0538085f562bb6ac5a2c064.png');background-position:-110px 0;width:200px;height:60px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.search-left #searchResultLeft-mapCTA{background-image:url('/assets/images/searchResult_2x:2f4023e6f3981702b795929328cdbef8.png');background-position:-42px 0;background-size:242px 349px}}.search-left #searchResultLeft-mapCTA a{background-color:#fff;padding:8px 0 6px;font-size:14px;width:170px}.search-left #searchResultLeft-mapCTA a:before{background-image:url('/assets/images/searchResult:63d08899f0538085f562bb6ac5a2c064.png');background-position:-297px -147px;width:10px;height:12px;content:'';display:inline-block;vertical-align:middle;margin:-3px 8px 0 0}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.search-left #searchResultLeft-mapCTA a:before{background-image:url('/assets/images/searchResult_2x:2f4023e6f3981702b795929328cdbef8.png');background-position:-60px -91px;background-size:242px 349px}}.search-left #searchResultLeft-address dl{border-top:solid 1px #f4f4f4!important;background:#f4f4f4;border-top-left-radius:3px;border-top-right-radius:3px}.search-left .search-filter-section{float:left;width:100%}.search-left .search-filter-section.last-item{margin-bottom:0}.search-left .search-filter-section.last-item dl{border-bottom:1px solid #f4f4f4!important;border-bottom-left-radius:3px;border-bottom-right-radius:3px}.search-left .search-filter-section#searchResultLeft-address .collapseTitle:before{display:none}.search-left .search-filter-section#searchResultLeft-address .collapseTitle:hover{background:#f4f4f4}.search-left .search-filter-section#searchResultLeft-address .collapseClosed:before{display:block}.search-left .search-filter-section#searchResultLeft-address .address-selector{float:left;padding:0 15px 5px 15px;width:170px}.search-left .search-filter-section .brand-name{border-top:1px solid #dedede;padding:6px 10px 7px 10px;background:-webkit-linear-gradient(top,#fff 0,#efefef 100%);background:-moz-linear-gradient(top,#fff 0,#efefef 100%);background:-o-linear-gradient(top,#fff 0,#efefef 100%);background:-ms-linear-gradient(top,#fff 0,#efefef 100%);background:linear-gradient(to bottom,#fff 0,#efefef 100%);border-right:1px solid #dedede;border-left:1px solid #dedede;font-size:15px;font-weight:bold}.search-left .search-filter-section#searchResultLeft-address_apartmentComplex .collapseTitle:before{display:none}.search-left .search-filter-section#searchResultLeft-address_apartmentComplex .collapseTitle:hover{background:#f4f4f4}.search-left .search-filter-section#searchResultLeft-address_apartmentComplex .apartment-complex-selector{float:left;padding:6px 0 15px 11px;width:183px}.search-left .search-filter-section#searchResultLeft-address_apartmentComplex .apartment-complex-selector #limited-span{width:130px;display:inline-block;overflow:hidden}.search-left .search-filter-section dl{float:left;width:200px}.search-left .search-filter-section dl.selected .collapseTitle.collapseClosed{color:#f98d01}.search-left .search-filter-section dl .collapseTitle{font-weight:bold;font-size:14px;padding:13px 32px 13px 15px;position:relative;background:#f4f4f4;-webkit-transition:background .05s linear;-moz-transition:background .05s linear;-o-transition:background .05s linear;-ms-transition:background .05s linear;transition:background .05s linear}.search-left .search-filter-section dl .collapseTitle:hover{background:#dde0e6;-webkit-transition:background .05s linear;-moz-transition:background .05s linear;-o-transition:background .05s linear;-ms-transition:background .05s linear;transition:background .05s linear}.search-left .search-filter-section dl .collapseTitle:before{width:12px;height:6px;position:absolute;right:10px;top:17px;opacity:0;-ms-filter:"alpha(opacity=0)";filter:alpha(opacity=0);-webkit-transition:opacity .05s linear;-moz-transition:opacity .05s linear;-o-transition:opacity .05s linear;-ms-transition:opacity .05s linear;transition:opacity .05s linear}.search-left .search-filter-section dl .collapseTitle:hover:before{opacity:1;-ms-filter:none;filter:none}.search-left .search-filter-section dl .collapseClosed{border-bottom:0}.search-left .search-filter-section dl .collapseClosed:before{opacity:0;-ms-filter:"alpha(opacity=0)";filter:alpha(opacity=0);top:16px;right:9px;-webkit-transition:opacity .05s linear;-moz-transition:opacity .05s linear;-o-transition:opacity .05s linear;-ms-transition:opacity .05s linear;transition:opacity .05s linear}.search-left .search-filter-section dl .collapseClosed:hover:before{opacity:1;-ms-filter:none;filter:none}.search-left .search-filter-section dl .collapseContent{padding:5px 0 15px 15px;float:left;width:183px}.search-left .search-filter-section dl .collapseContent em{margin:0 3px;float:left;line-height:32px;color:#a2a2a2;font-style:normal;font-weight:normal!important}.search-left .search-filter-section dl .collapseContent input[type='text']{border:1px solid #c0c0c0;height:20px;font-size:12px;line-height:16px;padding:5px;border-radius:2px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.search-left .search-filter-section dl .collapseContent input.filterKeyword{width:102px;float:left}.search-left .search-filter-section dl .collapseContent input.numericInput{width:43px;font-size:10px;float:left}.search-left .search-filter-section dl .collapseContent input.numericInput.fs_7{font-size:9px}.search-left .search-filter-section dl .collapseContent input.numericInput.fs_8{font-size:8px}.search-left .search-filter-section dl .collapseContent .numeric-input-holder button{display:none;margin:0 0 0 5px;padding:0 8px;height:32px;width:42px;line-height:32px;-webkit-box-shadow:none;box-shadow:none;text-shadow:none;background:#438ed8;border:0}.search-left .search-filter-section dl .collapseContent .numeric-input-holder button:hover{background:#3c7fc1}.search-left .search-filter-section dl .collapseContent .numeric-input-holder button:active{background:#3571ac}.search-left .search-filter-section dl .collapseContent .filterByKeywordButton{display:none;float:left;margin:0 0 0 5px;padding:0 8px;height:32px;line-height:32px;background:#438ed8;text-shadow:none;-webkit-box-shadow:none;box-shadow:none;border:0}.search-left .search-filter-section dl .collapseContent .filterByKeywordButton:hover{background:#3c7fc1}.search-left .search-filter-section dl .collapseContent .filterByKeywordButton:active{background:#3571ac}.search-left .search-filter-section dl .collapseContent .includeAdDescCont{float:left}.search-left .search-filter-section dl .collapseContent .includeAdDescCont label{display:block;margin-top:10px;font-size:11px;line-height:16px}.search-left .search-filter-section dl .collapseContent .includeAdDescCont .includeAdDesc{float:left}.search-left .search-filter-section dl .shoppingCollapseContent{padding:12px 15px 12px 11px}.search-left .lightboxBody ul.facetedSearchList{width:551px;max-height:330px}.search-left .lightboxBody ul.facetedSearchList li a.facetedCheckbox i,.search-left .lightboxBody ul.facetedSearchList li a.facetedRadiobox i{margin-top:3px!important}.search-left .shopping-search-filter-section-title{margin-top:15px;margin-bottom:5px;font-weight:bold;font-size:14px;display:block;float:left}.search-left ul.facetedSearchList,.search-left ul.selectedFormEnumValues{width:178px;outline:0}.search-left ul.facetedSearchList li,.search-left ul.selectedFormEnumValues li{width:100%;margin-bottom:5px}.search-left ul.facetedSearchList li:last-child,.search-left ul.selectedFormEnumValues li:last-child{margin-bottom:0}.search-left ul.facetedSearchList li .text-content.summary-view,.search-left ul.selectedFormEnumValues li .text-content.summary-view{overflow:hidden;width:80%;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.search-left ul.facetedSearchList li a,.search-left ul.selectedFormEnumValues li a{font-size:13px;line-height:17px;display:inline}.search-left ul.facetedSearchList li a.facetedCheckbox i,.search-left ul.selectedFormEnumValues li a.facetedCheckbox i,.search-left ul.facetedSearchList li a.facetedRadiobox i,.search-left ul.selectedFormEnumValues li a.facetedRadiobox i{margin-top:1px!important}.search-left ul.facetedSearchList li a:focus,.search-left ul.selectedFormEnumValues li a:focus{text-decoration:underline}.search-left ul.facetedSearchList li span,.search-left ul.selectedFormEnumValues li span{font-size:10px;color:#999}.search-left ul.facetedSearchList li.excludable,.search-left ul.selectedFormEnumValues li.excludable{position:relative}.search-left ul.facetedSearchList li.excludable .exclude-icon,.search-left ul.selectedFormEnumValues li.excludable .exclude-icon{display:none;cursor:pointer;background-image:url('/assets/images/eye_open_green:2f73295d87c16c422f97bd63dccc367c.png');position:absolute;background-size:13px 13px;background-repeat:no-repeat;height:17px;width:40px;background-position:right 3px;top:-1px;right:10px}.search-left ul.facetedSearchList li.excludable .exclude-icon.show,.search-left ul.selectedFormEnumValues li.excludable .exclude-icon.show{display:inline-block}.search-left ul.facetedSearchList li.excludable.excluded .text-content,.search-left ul.selectedFormEnumValues li.excludable.excluded .text-content{width:90%}.search-left ul.facetedSearchList li.excludable.excluded a,.search-left ul.selectedFormEnumValues li.excludable.excluded a{color:#d3d3d3;text-decoration:line-through;cursor:default}.search-left ul.facetedSearchList li.excludable.excluded a i,.search-left ul.selectedFormEnumValues li.excludable.excluded a i{background-position:-14px 108px;background-size:31px;width:16px;margin-right:4px}.search-left ul.facetedSearchList li.excludable.excluded .exclude-icon,.search-left ul.selectedFormEnumValues li.excludable.excluded .exclude-icon{display:inline-block;background-image:url('/assets/images/eye_closed_grey:43625c1e44646ab1668f8be7469769be.png')}.search-left ul.facetedSearchList.scroll-pane{max-height:128px;overflow:hidden}.search-left ul.facetedSearchList.scroll-pane::webkit-scrollbar{display:none}.search-left ul.facetedSearchList dt.groupHeader.groupSelected a{font-weight:bold}.search-left ul.facetedSearchList dt.groupHeader.groupSelected span{display:none!important}.search-left ul.facetedSearchList dt.groupHeader.collapseTitle{position:relative;font-size:13px;font-weight:bold;padding:0 0 6px 15px;width:166px}.search-left ul.facetedSearchList dt.groupHeader.collapseTitle span{font-size:10px;color:#999;display:none}.search-left ul.facetedSearchList dt.groupHeader.collapseTitle:hover{background:transparent;-webkit-transition:none;-moz-transition:none;-o-transition:none;-ms-transition:none;transition:none}.search-left ul.facetedSearchList dt.groupHeader.collapseTitle:before{width:8px;height:5px;position:absolute;left:0;top:6px;opacity:1;-ms-filter:none;filter:none;-webkit-transition:opacity .05s linear;-moz-transition:opacity .05s linear;-o-transition:opacity .05s linear;-ms-transition:opacity .05s linear;transition:opacity .05s linear}.search-left ul.facetedSearchList dt.groupHeader.collapseClosed{font-weight:normal!important}.search-left ul.facetedSearchList dt.groupHeader.collapseClosed:before{opacity:1;-ms-filter:none;filter:none;-webkit-transition:opacity .05s linear;-moz-transition:opacity .05s linear;-o-transition:opacity .05s linear;-ms-transition:opacity .05s linear;transition:opacity .05s linear;-webkit-transform:none;-ms-transform:none;-moz-transform:none;-webkit-transform:none;-moz-transform:none;-o-transform:none;-ms-transform:none;transform:none;top:5px}.search-left ul.facetedSearchList dt.groupHeader.collapseClosed span{display:inline}.search-left ul.facetedSearchList dd.groupMember{margin-left:4px}.search-left ul.facetedSearchList dd.groupMember li a{font-size:12px}.search-left ul.facetedSearchList dd.groupMember.collapseContent{float:none}.search-left ul.facetedSearchList .groupSelected+dd.groupMember{display:block}.search-left ul.tabbed-list{float:left;zoom:1;border-radius:2px;font-size:10px;margin-bottom:10px;margin-left:1px}.search-left ul.tabbed-list li{float:left;position:relative}.search-left ul.tabbed-list li.active a,.search-left ul.tabbed-list li a.checked{margin-left:-1px;width:22px;color:#fff;background-color:#8598aa;border:1px solid #8598aa}.search-left ul.tabbed-list li.active a:hover,.search-left ul.tabbed-list li a.checked:hover{cursor:default;background-color:#8598aa;border-color:#8598aa}.search-left ul.tabbed-list li a{display:block;background-color:#fbfafa;padding:9px 10px 7px;font-weight:normal!important;width:21px;height:14px;text-align:center;border:1px solid #c0c0c0;border-left:none;color:#039}.search-left ul.tabbed-list li a:hover{background-color:#778898;border-color:#778898;color:#fff}.search-left ul.tabbed-list li a:active{background-color:#6a7988;border-color:#6a7988}.search-left ul.tabbed-list li:first-child a{border-left:1px solid #c0c0c0;border-bottom-left-radius:2px;border-top-left-radius:2px}.search-left ul.tabbed-list li:first-child a:hover{border-color:#778898}.search-left ul.tabbed-list li:first-child a.checked{border-color:#8598aa}.search-left ul.tabbed-list li:last-child a{border-bottom-right-radius:2px;border-top-right-radius:2px}.search-left .more-criteria-link{font-size:14px;text-align:center;text-decoration:underline;padding-top:15px;float:left;width:100%}.search-left .divider{text-align:center;position:relative;display:block;font-size:10px;color:#666;width:145px;margin:10px 0;float:left}.search-left .divider:before,.search-left .divider:after{border-top:1px solid #c7c7c7;display:block;height:1px;content:'';width:35%;position:absolute;left:0;top:.5em}.search-left .divider:after{right:0;left:auto}.search-left .selectedValuesDivider{position:relative;display:block;width:178px;height:1px;margin:8px 0;background-color:#dfdfdf}.search-left #searchResultLeft-address{display:block}.search-left #searchResultLeft-address ul.facetedSearchList li:last-child{margin-bottom:10px}.search-left #searchResultLeft-address .country-change-link{display:block;font-size:11px;margin:0 0 0 10px;text-align:right;line-height:12px;max-width:130px;position:relative}.search-left #searchResultLeft-address .country-change-link.loading{background:none!important}.search-left #searchResultLeft-address .country-change-link.loading:before{background:transparent url('/assets/images/loading:86b1ac6d1c485d54efa3a53643e91ceb.gif') no-repeat 0 0;background-position:left 0;content:'';display:block;width:16px;height:16px;position:absolute;left:-20px;top:-2px}.ie8 .search-filter-section dl{background:#f4f4f4}.ie8 .search-filter-section{margin-bottom:1px}.ie8 #searchResultLeft-category{margin-bottom:0!important}.ie8 #searchResultLeft-category dl{background:#fff!important;border-color:#d8d8d8!important}.ie8 .poll-fixed-link{background:url('/assets/images/feedback_ie:a385727f417283f91418b47eb2578320.png') 0 0 no-repeat!important;width:31px;height:108px;right:-20px!important;text-indent:-9999px;cursor:pointer}.ie8 .footerContainer{z-index:-1}.ie8 .includeAdDescCont label{display:inline-block!important}.ie8 .search-left .view-mode li a:before{padding-right:5px}.ie8 input[type="radio"],.ie8 input[type="checkbox"]{line-height:normal;display:inline-block!important;opacity:1;-ms-filter:none;filter:none;width:auto;height:auto;background:none!important}.ie8 input[type="radio"]+label,.ie8 input[type="checkbox"]+label{padding-left:0;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ie8 input[type="radio"]+label:before,.ie8 input[type="checkbox"]+label:before{content:'';position:relative;width:auto;height:auto;top:0;left:0;border:0;-webkit-box-shadow:none;box-shadow:none;background-color:inherit}.ie8 .form-style-wrapper.checked input[type="checkbox"]+label:before{background-image:url('/assets/images/faceted_search:310f3f454c7903791b9df4e88a5a9e97.png');background-position:0 -402px!important;content:' '}.ie8 .refresh-on-click.checked label:before{background-position:0 -402px false;content:'  '}.ie8 .facetedCheckbox.checked i{background-position:0 -402px}.ie8 #searchResultLeft-address .collapseTitle:before{display:none;content:' '}.ie8 #searchResultLeft-address .collapseClosed:before{display:block;content:'  '}.ie8 .view-mode li.mapTab{margin-right:0}.form-style-wrapper input[type="radio"],.form-style-wrapper input[type="checkbox"]{margin:0;margin-top:1px \9;line-height:normal;display:none;opacity:0;-ms-filter:"alpha(opacity=0)";filter:alpha(opacity=0);width:0;height:0}.form-style-wrapper input[type="checkbox"]+label{padding-left:20px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.form-style-wrapper input[type="checkbox"]+label:before{content:'';display:inline-block;position:absolute;width:14px;height:14px;top:0;left:0}.form-style-wrapper .check-label{padding-top:1px;line-height:16px}.form-style-wrapper input[type="text"].textbox{border:1px solid #c0c0c0;height:14px;font-size:12px;line-height:16px;padding:4px 6px;border-radius:2px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.facetedCheckbox i,.facetedRadiobox i{position:relative;float:left;margin-right:2px;min-height:15px}.facetedCheckbox i:focus,.facetedRadiobox i:focus{outline:0;border:0}.facetedCheckbox.noChild i{margin-top:0}.facetedCheckbox.facetedLink i{margin-top:3px}.facetedCheckbox.indented{margin-left:10px}.action-wrapper .compare .facetedCheckbox:hover:after{text-decoration:underline}.action-wrapper .compare .facetedCheckbox i{background-size:26px;background-position:0 -295px;min-height:15px;margin-right:-2px;top:-1px}.action-wrapper .compare .facetedCheckbox:after{content:attr(data-content)}.action-wrapper .compare .facetedCheckbox.checked i{top:0;height:13px;min-height:13px;background-position:0 -326px}.tooltip-style{max-width:250px;position:absolute!important;border:3px solid #8598aa!important;border-radius:2px!important;font-size:11px;color:#5a5a5a;z-index:500;line-height:14px;word-wrap:break-word;opacity:1;-ms-filter:none;filter:none;margin-left:30px}.tooltip-style:after{border:solid transparent;border-width:10px;position:absolute;content:'';height:0;width:0;pointer-events:none;margin-top:-20px;border-right-color:#8598aa;right:100%;top:50%}.faceted-select{display:block;position:relative;z-index:1;width:148px;height:30px;padding:0 10px;font-size:13px;line-height:30px;background-color:#fff;border:1px solid #c0c0c0;border-radius:2px;color:#333;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.faceted-select:hover{text-decoration:none}.faceted-select:before{position:absolute;right:10px;top:12px;background-position:-94px -83px!important;background-color:#fff;height:15px;padding-left:4px}.faceted-select.loading{cursor:wait;color:#999;background-color:#f2f2f2;background-position:148px 6px!important}.faceted-select.loading:before{background:0}.faceted-select.passive{background-color:#f2f2f2;color:#999}.faceted-select.passive:before{background-color:#f2f2f2;padding-left:4px;height:15px;background-position:-105px -90px!important}.address-select-wrapper{position:relative}.address-select-wrapper>li{position:relative;margin-bottom:10px}.address-select-wrapper>li[data-address='country']{position:absolute;right:0;top:-24px}.address-select-wrapper>li[data-address='country'] .address-pane{top:-18px;left:28px!important}.address-select-wrapper .jspVerticalBar{right:-1px}.address-select-wrapper .collapse-pane{display:block;position:relative;float:right;width:10px;height:13px;padding:5px 6px;border-radius:2px;margin:8px 2px;background-color:#e8e7e7}.address-select-wrapper .collapse-pane.effect{-webkit-box-shadow:inset 0 0 7px 0 rgba(0,0,0,0.5);box-shadow:inset 0 0 7px 0 rgba(0,0,0,0.5);-webkit-transition:box-shadow .1s linear;-moz-transition:box-shadow .1s linear;-o-transition:box-shadow .1s linear;-ms-transition:box-shadow .1s linear;transition:box-shadow .1s linear;background-color:#e8e7e7!important}.address-select-wrapper .address-filter{margin:12px 0 0 11px;float:left;position:relative}.address-select-wrapper .address-filter input{width:144px;padding:8px 30px 8px 6px!important}.address-select-wrapper .address-filter:after{position:absolute;top:6px;right:6px}.address-select-wrapper .parent-location,.address-select-wrapper .group-header{background:#ddd;height:26px;color:#4c4c4c;padding:0 0 0 10px;font-size:13px;font-weight:bold;line-height:26px;overflow:hidden}.address-select-wrapper .parent-location span,.address-select-wrapper .group-header span{font-size:10px;font-weight:normal}.address-select-wrapper .group-header{position:relative;display:block;z-index:2}.address-select-wrapper .parent-location{position:absolute;display:none;width:198px;z-index:3;top:55px;left:0}.address-select-wrapper .group-container{margin-bottom:7px}.address-select-wrapper .address-pane{display:none;position:absolute;z-index:250;left:0;top:0;width:227px;border:1px solid #c0c0c0;border-radius:2px;background-color:#fff;-webkit-box-shadow:none;box-shadow:none}.address-select-wrapper .address-pane:hover .collapse-pane{background-color:transparent}.address-select-wrapper .address-pane:hover .collapse-pane:hover{background-color:#e8e7e7}.address-select-wrapper .address-pane.tooltip-style:after{top:28px!important}.address-select-wrapper .country-select{background:#fff;position:absolute;margin-top:4px;display:none}.address-select-wrapper .scroll-pane{width:219px;float:left;margin:10px 0;height:330px;overflow:hidden}.address-select-wrapper .scroll-pane.jspScrollable{width:219px}.address-select-wrapper .address-search-list{width:208px;float:left}.address-select-wrapper .address-search-list .no-result{padding-left:11px}.address-select-wrapper .address-search-list.gap{padding-top:30px}.address-select-wrapper .address-search-list ul{margin-top:7px}.address-select-wrapper .address-search-list ul:first-child{margin-top:0}.address-select-wrapper .address-search-list li>a span{font-size:10px;font-weight:normal}.address-select-wrapper .address-search-list li.indented{margin-left:19px;width:183px}.address-select-wrapper .address-search-list li.bold{font-weight:bold}.address-select-wrapper .address-search-list li>ul{width:178px;float:left;margin-left:19px}.address-select-wrapper .address-search-list li>ul>li{float:left;width:178px}.address-select-wrapper .address-search-list li.selected a{background:#227af3!important;color:#fff!important}.address-select-wrapper .address-search-list li.selected a .count{color:#fff!important}.address-select-wrapper .address-search-list li a{color:#000;font-size:13px;cursor:pointer;text-decoration:none;display:block;line-height:15px;padding:5px 0 5px 11px}.address-select-wrapper .address-search-list li a.checked,.address-select-wrapper .address-search-list li a:hover{background:#227af3;color:#fff}.address-select-wrapper .address-search-list li a.checked .count,.address-select-wrapper .address-search-list li a:hover .count{color:#fff}.address-select-wrapper .address-search-list li a.facetedCheckbox.checked{background:transparent;color:#000}.address-select-wrapper .address-search-list li a.facetedCheckbox.checked .count{color:#999}.address-select-wrapper .address-search-list li a.facetedCheckbox.checked:hover{background:#227af3;color:#fff}.address-select-wrapper .address-search-list li a.facetedCheckbox.checked:hover .count{color:#fff}.address-select-wrapper .address-search-list li a .count{color:#999;font-size:10px;font-weight:normal}.address-select-wrapper .address-search-list li a.bold{font-weight:bold}.address-overlay{position:fixed;width:100%;height:100%;left:0;top:0;z-index:200;background-color:#000;opacity:.3;-ms-filter:"alpha(opacity=30)";filter:alpha(opacity=30);-ms-filter:"alpha(opacity=50)"}.sticky-search-button{padding:10px 0;background-color:#fff;background-color:rgba(255,255,255,0.8);border:1px solid #d5d3d3;border-radius:2px;width:202px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.3);box-shadow:0 1px 3px rgba(0,0,0,0.3);margin-left:-2px;display:none}.sticky-search-button.fixed{position:fixed;z-index:5;bottom:-1px}.sticky-search-button.with-disclaimer-bar{bottom:30px}.sticky-search-button.static{position:absolute;background:transparent;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;margin:0;bottom:0;left:-1px}.sticky-search-button .search-submit{margin:0 15px;width:170px;display:block}.refresh-on-click{font-size:12px;text-align:center;display:block;float:left;width:100%;padding-top:15px}.refresh-on-click label{line-height:16px;display:inline-block}.refresh-on-click .help-icon{margin:-8px 0 -8px 3px}.refresh-on-click .help-icon.en{margin-left:-5px}#searchCategoryContainer{width:173px;padding-right:7px;max-height:175px;outline:0;overflow:none}.jspVerticalBar{width:8px}.jspDrag,.jspDrag:hover,.jspHover{background:#d3d3d3;position:relative;top:0;left:0;cursor:pointer;border-radius:8px;border:0;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:background .1s linear;-moz-transition:background .1s linear;-o-transition:background .1s linear;-ms-transition:background .1s linear;transition:background .1s linear}.jspDrag:hover,.jspHover{background:#b5b4b4;-webkit-transition:background .1s linear;-moz-transition:background .1s linear;-o-transition:background .1s linear;-ms-transition:background .1s linear;transition:background .1s linear}.jspActive{background-color:#7c7c7c!important;-webkit-transition:background .1s linear;-moz-transition:background .1s linear;-o-transition:background .1s linear;-ms-transition:background .1s linear;transition:background .1s linear}.jspTrack{background:#e9e9e9;position:relative;border-radius:8px;right:1px}.facetedSearchLightbox{display:none}#currentSearchFilters{border-top:1px solid #dedede;border-radius:2px;margin:0 15px 8px;padding-top:7px}#currentSearchFilters .currentFilters{position:relative;z-index:10}#currentSearchFilters .currentFilters>li{float:left;margin:0 15px 0 0;max-width:770px}#currentSearchFilters .currentFilters .hide-search-filter{float:right;background-color:#fff;margin:8px 0 6px 0;padding-bottom:3px}#currentSearchFilters .currentFilters .hide-search-filter a{color:#039;background:url('/assets/images/faceted_search:310f3f454c7903791b9df4e88a5a9e97.png') right -1035px no-repeat;font-size:11px;padding:0 14px 0 0}#currentSearchFilters .currentFilters .hide-search-filter a:hover{color:#039}#currentSearchFilters .currentFilters .hide-search-filter a:before{display:none!important}#currentSearchFilters .currentFilters .switch-to-map-link{color:#039;background:url('/assets/images/showInMap:f6e2bc772a86b5d14f9bd52f40452e64.png') no-repeat;background-position:2px 0;font-size:10px;padding:0 21px 0 16px;margin:10px 0 0 9px;float:left;height:13px}#currentSearchFilters .currentFilters .switch-to-map-link.seperator{border-right:1px solid #dedede}#currentSearchFilters li strong{float:left;font-size:12px;margin:9px 5px 0 0;position:relative}#currentSearchFilters li strong:before{content:'';display:block;height:10px;position:absolute;right:-11px;top:0;width:10px}#currentSearchFilters li a.facetedFilteredLink{float:left;background:#eee;position:relative;color:#666;font-size:12px;margin:3px 5px 4px 0;padding:6px 25px 4px 7px;border-radius:2px;text-decoration:none;max-width:400px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}#currentSearchFilters li a.facetedFilteredLink.excluded{text-decoration:line-through}#currentSearchFilters li a.facetedFilteredLink:first-child{margin-left:0}#currentSearchFilters li a.facetedFilteredLink:before{position:absolute;top:7px;right:6px}#currentSearchFilters li a.facetedFilteredLink:hover{background:#e0e0e0;color:#444}#currentSearchFilters .clear-search-filter{background-color:#fff}#currentSearchFilters .clear-search-filter a{background:0;float:left;margin:5px 0 1px 4px;padding:4px 25px 4px 0;color:#039;font-size:10px;position:relative;display:block}#currentSearchFilters .clear-search-filter a:before{display:none!important}#noResultContainer{margin-top:100px;text-align:center;min-height:700px}#noResultContainer h3{color:#333;font-size:24px;font-weight:normal}#noResultContainer h3 span{font-weight:bold}#noResultContainer .auto-correction{margin:8px 0 20px 0;font-size:16px}#noResultContainer .no-result-description{margin:10px 0 28px;font-size:16px}#noResultContainer .btn{width:122px}#noResultContainer .btn-alternative{margin-right:10px}#noResultContainer ul{zoom:1;margin:100px 0 -20px}#noResultContainer ul:before,#noResultContainer ul:after{display:table;content:"";zoom:1}#noResultContainer ul:after{clear:both}#noResultContainer ul li{float:left;position:relative;margin:0 20px 20px 0;padding:100px 30px 30px 30px;width:214px;height:178px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #dedede;border-radius:4px;-webkit-box-shadow:1px 1px 3px 0 rgba(0,0,0,0.04),1px 1px 1px 0 rgba(0,0,0,0.04);box-shadow:1px 1px 3px 0 rgba(0,0,0,0.04),1px 1px 1px 0 rgba(0,0,0,0.04)}#noResultContainer ul li:nth-child(5n){margin-right:0}#noResultContainer ul li:hover{cursor:pointer;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s}#noResultContainer ul li p{margin-top:2px;color:#039;font-size:13px}#noResultContainer ul li p.category-name{display:inline-block;margin-top:10px;width:150px;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden}#noResultContainer ul li p strong{font-size:16px}#noResultContainer ul li p strong span{font-size:13px}#noResultContainer .category-level-7:hover{background:rgba(109,116,248,0.05)}#noResultContainer .category-level-9:hover{background:rgba(149,186,71,0.05)}#noResultContainer .category-level-39:hover{background:rgba(33,184,188,0.05)}#noResultContainer .category-level-3517:hover{background:rgba(240,46,53,0.05)}#noResultContainer .category-level-3518:hover{background:rgba(250,173,51,0.05)}#noResultContainer .category-level-3520:hover{background:rgba(42,187,230,0.05)}#noResultContainer .category-level-4595:hover{background:rgba(164,101,249,0.05)}#noResultContainer .category-level-88854:hover{background:rgba(74,157,222,0.05)}#noResultContainer .category-level-218822:hover{background:rgba(85,177,126,0.05)}#noResultContainer .category-level-218835:hover{background:rgba(252,122,44,0.05)}#noResultContainer .category-level-7 .logo{position:absolute;top:30px;left:72px;content:'';display:inline-block;background-image:url('/assets/images/searchByKeyword:19e1e491c750c7dd7e87ee0b9cdafd74.png');background-position:0 -161px;width:70px;height:70px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#noResultContainer .category-level-7 .logo{background-image:url('/assets/images/searchByKeyword_2x:ad0cd31475d603a55519fe6e1c42831c.png');background-position:0 -151px;background-size:295px 221px}}#noResultContainer .category-level-9 .logo{position:absolute;top:30px;left:72px;content:'';display:inline-block;background-image:url('/assets/images/searchByKeyword:19e1e491c750c7dd7e87ee0b9cdafd74.png');background-position:-80px -161px;width:70px;height:70px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#noResultContainer .category-level-9 .logo{background-image:url('/assets/images/searchByKeyword_2x:ad0cd31475d603a55519fe6e1c42831c.png');background-position:-75px -151px;background-size:295px 221px}}#noResultContainer .category-level-39 .logo{position:absolute;top:30px;left:72px;content:'';display:inline-block;background-image:url('/assets/images/searchByKeyword:19e1e491c750c7dd7e87ee0b9cdafd74.png');background-position:-240px 0;width:70px;height:70px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#noResultContainer .category-level-39 .logo{background-image:url('/assets/images/searchByKeyword_2x:ad0cd31475d603a55519fe6e1c42831c.png');background-position:-225px 0;background-size:295px 221px}}#noResultContainer .category-level-3517 .logo{position:absolute;top:30px;left:72px;content:'';display:inline-block;background-image:url('/assets/images/searchByKeyword:19e1e491c750c7dd7e87ee0b9cdafd74.png');background-position:0 -81px;width:70px;height:70px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#noResultContainer .category-level-3517 .logo{background-image:url('/assets/images/searchByKeyword_2x:ad0cd31475d603a55519fe6e1c42831c.png');background-position:0 -76px;background-size:295px 221px}}#noResultContainer .category-level-3518 .logo{position:absolute;top:30px;left:72px;content:'';display:inline-block;background-image:url('/assets/images/searchByKeyword:19e1e491c750c7dd7e87ee0b9cdafd74.png');background-position:-80px -81px;width:70px;height:70px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#noResultContainer .category-level-3518 .logo{background-image:url('/assets/images/searchByKeyword_2x:ad0cd31475d603a55519fe6e1c42831c.png');background-position:-75px -76px;background-size:295px 221px}}#noResultContainer .category-level-3520 .logo{position:absolute;top:30px;left:72px;content:'';display:inline-block;background-image:url('/assets/images/searchByKeyword:19e1e491c750c7dd7e87ee0b9cdafd74.png');background-position:-160px -81px;width:70px;height:70px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#noResultContainer .category-level-3520 .logo{background-image:url('/assets/images/searchByKeyword_2x:ad0cd31475d603a55519fe6e1c42831c.png');background-position:-150px -76px;background-size:295px 221px}}#noResultContainer .category-level-4595 .logo{position:absolute;top:30px;left:72px;content:'';display:inline-block;background-image:url('/assets/images/searchByKeyword:19e1e491c750c7dd7e87ee0b9cdafd74.png');background-position:-240px -80px;width:70px;height:70px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#noResultContainer .category-level-4595 .logo{background-image:url('/assets/images/searchByKeyword_2x:ad0cd31475d603a55519fe6e1c42831c.png');background-position:-225px -75px;background-size:295px 221px}}#noResultContainer .category-level-88854 .logo{position:absolute;top:30px;left:72px;content:'';display:inline-block;background-image:url('/assets/images/searchByKeyword:19e1e491c750c7dd7e87ee0b9cdafd74.png');background-position:0 0;width:70px;height:71px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#noResultContainer .category-level-88854 .logo{background-image:url('/assets/images/searchByKeyword_2x:ad0cd31475d603a55519fe6e1c42831c.png');background-position:0 0;background-size:295px 221px}}#noResultContainer .category-level-218822 .logo{position:absolute;top:30px;left:72px;content:'';display:inline-block;background-image:url('/assets/images/searchByKeyword:19e1e491c750c7dd7e87ee0b9cdafd74.png');background-position:-80px 0;width:70px;height:70px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#noResultContainer .category-level-218822 .logo{background-image:url('/assets/images/searchByKeyword_2x:ad0cd31475d603a55519fe6e1c42831c.png');background-position:-75px 0;background-size:295px 221px}}#noResultContainer .category-level-218835 .logo{position:absolute;top:30px;left:72px;content:'';display:inline-block;background-image:url('/assets/images/searchByKeyword:19e1e491c750c7dd7e87ee0b9cdafd74.png');background-position:-160px 0;width:70px;height:70px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#noResultContainer .category-level-218835 .logo{background-image:url('/assets/images/searchByKeyword_2x:ad0cd31475d603a55519fe6e1c42831c.png');background-position:-150px 0;background-size:295px 221px}}.searchResultsRight,.searchResultsRight .pageNavigator{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.searchResultsRight .pageNavigator{border:1px solid #dedede!important;background:#fff;padding:30px 0;font-size:13px;color:#3e3e3e}.searchResultsRight .pageNavigator p.mbdef{margin-bottom:20px}.searchResultsRight .pageNavigator p.mbsm{margin:0}.searchResultsRight .pageNavigator .pageNaviButtons li{-webkit-box-shadow:none;box-shadow:none;margin:0 0 0 10px;height:30px}.searchResultsRight .pageNavigator .pageNaviButtons li span,.searchResultsRight .pageNavigator .pageNaviButtons li a{height:16px;width:16px;padding:5px 6px 7px;font-size:13px;border:1px solid #dedede;border-radius:2px;background:#fff;color:#039;-webkit-box-shadow:none;box-shadow:none;font-weight:normal}.searchResultsRight .pageNavigator .pageNaviButtons li span:hover,.searchResultsRight .pageNavigator .pageNaviButtons li a:hover{background:#778898;border-color:#778898;color:#fff}.searchResultsRight .pageNavigator .pageNaviButtons li span:active,.searchResultsRight .pageNavigator .pageNaviButtons li a:active{background:#6a7988}.searchResultsRight .pageNavigator .pageNaviButtons li span.currentPage,.searchResultsRight .pageNavigator .pageNaviButtons li a.currentPage{background:#8598aa;border-color:#8598aa;color:#fff;cursor:default}.searchResultsRight .pageNavigator .pageNaviButtons li span.currentPage:hover,.searchResultsRight .pageNavigator .pageNaviButtons li a.currentPage:hover{background:#8598aa}.searchResultsRight .pageNavigator .pageNaviButtons li span.prevNextBut,.searchResultsRight .pageNavigator .pageNaviButtons li a.prevNextBut{width:70px}.searchResultsRight .pageNavigator .pageNaviButtons li span.prevNextBut span,.searchResultsRight .pageNavigator .pageNaviButtons li a.prevNextBut span{display:none}.searchResultsRight .searchFooter{border:1px solid #dedede;background:#fff;position:relative;height:auto;margin-bottom:50px}.searchResultsRight .searchFooter .myFavoriteSearch{display:table;height:100%;margin:10px 0}.searchResultsRight .searchFooter .myFavoriteSearch .saveSearchResultCTA{width:auto;display:table-cell;vertical-align:middle}.searchResultsRight .searchFooter .myFavoriteSearch .infoFavoriteContainer{display:table-cell;vertical-align:middle}.searchResultsRight .searchFooter .myFavoriteSearch .favoriteIconContainer{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;padding-left:25px}.searchResultsRight .searchFooter .myFavoriteSearch .favoriteIconContainer .no-icon{width:0}.searchResultsRight .searchFooter .myFavoriteSearch .favoriteIconContainer .warningIcon{background:url('/assets/images/warning@1x:5a543c6120702a1d43e766f420a2fca2.png') no-repeat;height:52px;width:52px;float:none;margin:0;display:block}.searchResultsRight .searchFooter .myFavoriteSearch p{height:auto}.searchResultsRight .searchFooter .myFavoriteSearch .infoFavorite{margin-left:13px;color:#3e3e3e;font-size:13px;word-break:break-word}.searchResultsRight .searchFooter .myFavoriteSearch .infoFavorite#saveSearchResult{margin:0 0 0 13px;font-size:16px;line-height:normal;height:auto}.searchResultsRight .searchFooter .favoriteStoreSearch{width:146px;float:none;display:table-cell;vertical-align:middle;padding-right:23px}.searchResultsRight .searchFooter .favoriteStoreSearch #saveSearchResultButton{width:146px;background:#438ed8;border:1px solid #57a1f7;-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,0.1),0 0 4px 0 rgba(0,0,0,0.06),1px 0 2px 0 rgba(0,0,0,0.07);box-shadow:0 2px 3px 0 rgba(0,0,0,0.1),0 0 4px 0 rgba(0,0,0,0.06),1px 0 2px 0 rgba(0,0,0,0.07);color:#fff;font-weight:normal;padding:10px 0}.searchResultsRight .searchFooter .favoriteStoreSearch #saveSearchResultButton:hover{background:#3c7fc1}.searchResultsRight .searchFooter .favoriteStoreSearch #saveSearchResultButton:active{background:#3571ac}body>.tipitip{z-index:300}body>.tipitip.tipitip-dialog{z-index:100000}.infoSearchResults{border:1px solid #dedede;border-radius:2px;margin:4px 0 8px}.infoSearchResults.fixed{padding-top:34px}.infoSearchResults.fixed .infoSearchResults__floating-block{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;min-width:1150px;position:fixed;z-index:210;background-color:#fff;width:100vw;left:0;top:23px;border:0;-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,0.1),0 0 4px 0 rgba(0,0,0,0.06),1px 0 2px 0 rgba(0,0,0,0.08);box-shadow:0 2px 3px 0 rgba(0,0,0,0.1),0 0 4px 0 rgba(0,0,0,0.06),1px 0 2px 0 rgba(0,0,0,0.08)}.infoSearchResults.fixed .resultsTextWrapper{width:914px;margin-left:204px}.infoSearchResults .auto-correction{margin-top:8px}.infoSearchResults .resultsTextWrapper{zoom:1;padding:10px 0 9px 15px}.infoSearchResults .resultsTextWrapper:before,.infoSearchResults .resultsTextWrapper:after{display:table;content:"";zoom:1}.infoSearchResults .resultsTextWrapper:after{clear:both}.infoSearchResults .resultsTextWrapper .result-text{display:inline-block;max-width:740px}.infoSearchResults .resultsTextWrapper .result-text .result-text-sub-group{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-flow:row;-ms-flex-flow:row;flex-flow:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.infoSearchResults .resultsTextWrapper .result-text .result-text-sub-group h1{margin:0;color:#292d2e;max-width:330px;display:inline-block;line-height:120%;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:text-bottom;float:none}.infoSearchResults .resultsTextWrapper .result-text h1 span{color:#292d2e;max-width:330px;display:inline-block;line-height:120%;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:text-bottom}.infoSearchResults .resultsTextWrapper .saveSearchWrapper{float:right;height:11px;display:table}.infoSearchResults .resultsTextWrapper .faceted-all-categories{font-size:11px}.infoSearchResults .resultsTextWrapper .faceted-all-categories:hover{text-decoration:underline}.infoSearchResults .save-search-container .faceted-save-search{text-decoration:none;font-weight:normal;font-size:12px;min-width:130px;background:#fff;padding:0 0 0 15px;display:inline-block;text-align:right}.infoSearchResults .save-search-container .faceted-save-search:before{background-image:url('/assets/images/searchResult:63d08899f0538085f562bb6ac5a2c064.png');background-position:-295px -70px;width:15px;height:16px;content:'';display:inline-block;vertical-align:middle;margin-top:-3px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.infoSearchResults .save-search-container .faceted-save-search:before{background-image:url('/assets/images/searchResult_2x:2f4023e6f3981702b795929328cdbef8.png');background-position:-68px -65px;background-size:242px 349px}}.infoSearchResults .save-search-container .faceted-save-search.bell:before{background:url('/assets/images/bell_small:f68d81fcda923c8bb14f6f9218c2c478.png') no-repeat;background-size:20px 21px}.infoSearchResults .save-search-container .faceted-save-search:hover{text-decoration:underline}.infoSearchResults .save-search-info{float:left;background:url('/assets/images/faceted_search:310f3f454c7903791b9df4e88a5a9e97.png') 0 -1085px no-repeat;padding:1px 0 1px 20px;text-decoration:none;font-weight:normal;margin:4px 0 0 10px;color:#1e946d}.infoSearchResults #cboxOverlay{display:block!important;opacity:.6!important;-ms-filter:"alpha(opacity=60)"!important;filter:alpha(opacity=60)!important}.faceted-top-buttons.new-toggle-menu .new-flag .flag{position:relative;top:7px;display:inline-table}.faceted-top-buttons.new-toggle-menu .new-flag.active .flag{top:9px}.show-search-filter{display:none;float:right;font-weight:normal!important;font-size:11px;text-decoration:none!important;position:relative;top:5px;right:20px}.show-search-filter:hover{text-decoration:underline!important}.show-search-filter:after{position:absolute;top:5px;right:-15px;content:'';display:inline-block;float:right;width:10px;height:6px;background:url('/assets/images/faceted_search:310f3f454c7903791b9df4e88a5a9e97.png') right -1050px no-repeat}#geoLocation p{margin:5px;text-align:center}#geoLocation p .location-info{font-weight:bold}#geoLocation .custom-select{display:block;margin:20px auto;width:156px;border:1px solid #c0c0c0;border-radius:2px;position:relative;cursor:pointer}#geoLocation .custom-select:after{content:'';height:0;width:0;border:solid transparent;pointer-events:none;border-color:rgba(133,152,170,0);border-top-color:#8598aa;border-width:6px;margin-left:-6px;position:absolute;top:13px;right:10px}#geoLocation .custom-select:hover{cursor:pointer}#geoLocation .custom-select select{width:156px;height:30px;padding:8px 8px 7px 8px;font-size:13px;border:0;cursor:pointer;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:2px}#geoLocation .custom-select select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}#geoLocation .custom-select select::-ms-expand{display:none}#geoLocation .dialog-buttons{margin-top:10px}#geoLocation .dialog-buttons .btn{padding:8px 55px}@media(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(-webkit-min-device-pixel-ratio:1.5),(min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.infoSearchResults .save-search-container .faceted-save-search.bell:before{background:url('/assets/images/bell_small@2x:7d47a3723f7beba4d7310d149cb9a2d0.png') no-repeat;background-size:100%}.infoSearchResults .save-search-info{background:url('/assets/images/faceted_search_2x:c4b110834ce33cabbbbeccb9e0b2376e.png') 1px -587px no-repeat;background-size:32px}.infoSearchResults .category-estimation-container .faceted-all-categories:before{background:url('/assets/images/tkg@2x:8deb8794259a3d5c6985b2bf460c48c8.png');background-size:contain}.action-wrapper .compare .facetedCheckbox i{background-size:26px;background-position:0 -65px}.action-wrapper .compare .facetedCheckbox.checked i{top:0;height:13px;min-height:13px;background-position:0 -92px}#currentSearchFilters #currentFilters .hide-search-filter a,#currentSearchFilters #currentFilters .hide-search-filter a:hover{background:url('/assets/images/faceted_search_2x:c4b110834ce33cabbbbeccb9e0b2376e.png') right -425px no-repeat;background-size:32px}#currentSearchFilters #currentFilters .switch-to-map-link{background:url('/assets/images/showInMap@2x:a851b2a914f592efa3596347c8bae9ca.png') no-repeat;background-size:10px;background-position:2px 0}.show-search-filter:after{background:url('/assets/images/faceted_search_2x:c4b110834ce33cabbbbeccb9e0b2376e.png') right -440px no-repeat;background-size:32px}.view-type-size-menu>li>a:after,.sort-order-menu>li>a#advancedSorting:after{background:url('/assets/images/faceted_search_2x:c4b110834ce33cabbbbeccb9e0b2376e.png') right -440px no-repeat;background-size:32px}.view-type-menu li span:before,.view-type-menu li a:before{background:url('/assets/images/searchViewTypes@2x:375c4868df6514d6469941219c619099.png') no-repeat 0 0!important;background-size:39px 22px!important}.view-type-menu .listTypeClassicPassive:before{background-position:0 -12px!important}.view-type-menu .listTypeClassicPassive:hover:before{background-position:0 0!important}.view-type-menu .listTypeListPassive:before{background-position:-15px -12px!important}.view-type-menu .listTypeListPassive:hover:before{background-position:-15px 0!important}.view-type-menu .listTypeGalleryPassive:before{background-position:-27px -12px!important}.view-type-menu .listTypeGalleryPassive:hover:before{background-position:-27px 0!important}.view-type-menu .listTypeClassic:before{background-position:0 0!important}.view-type-menu .listTypeList:before{background-position:-15px 0!important}.view-type-menu .listTypeGallery:before{background-position:-27px 0!important}.searchResultsRight .searchFooter .myFavoriteSearch .searchIcon{background:url('/assets/images/favorite_search@2x:34cbba51d550767955f16e2900cc4894.png') no-repeat!important;background-size:100%!important}.searchResultsRight .searchFooter .myFavoriteSearch .searchIcon.bell{background:url('/assets/images/bell_large@2x:4a57a6b9455d923f24542f441db2ee02.png') no-repeat!important;background-size:100%!important}.searchResultsRight .searchFooter .myFavoriteSearch .warningIcon{background:url('/assets/images/warning@2x:53bb327f7143d136367447aa6963357d.png') no-repeat!important;background-size:100%!important}.searchResultsRight .searchFooter .lightboxBody ul.facetedSearchList li a.facetedCheckbox i,.searchResultsRight .searchFooter .lightboxBody ul.facetedSearchList li a.facetedRadiobox i{margin-top:2px!important}ul.facetedSearchList li.excludable.tipitip-target p.hidden,ul.selectedFormEnumValues li.excludable.tipitip-target p.hidden{display:none}ul.facetedSearchList li.excludable .exclude-icon,ul.selectedFormEnumValues li.excludable .exclude-icon{background-image:url('/assets/images/eye_open_green@2x:47c9875d0ec6c5878f9fc2d1993d6070.png')}ul.facetedSearchList li.excludable.excluded a i,ul.selectedFormEnumValues li.excludable.excluded a i{background-position:0 -189px;background-size:29px}ul.facetedSearchList li.excludable.excluded .exclude-icon,ul.selectedFormEnumValues li.excludable.excluded .exclude-icon{background-image:url('/assets/images/eye_closed_grey@2x:6c10140cc25ea6db943ab967e0a52fd4.png')}}#searchResultsTable{border:1px solid #dedede!important;border-top-right-radius:2px;padding-top:6px;-moz-user-select:none}#searchResultsTable thead td{height:28px;font-size:12px;line-height:13px}.faceted-top-buttons li{float:left;width:auto;margin-right:4px;background-color:#dee4eb;height:29px;line-height:29px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:solid 1px #c7d0db;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom:0;position:relative;bottom:-5px}.faceted-top-buttons li:hover{border:solid 1px #adbac8;border-bottom:0;background-color:#eef2f6}.faceted-top-buttons li:last-child{margin-right:0}.faceted-top-buttons li.active{background-color:#fff;border:solid 1px #dedede;border-bottom:solid 1px #fff;border-top:solid 3px #489ae9;height:34px;line-height:34px;bottom:-1px;z-index:2}.faceted-top-buttons li.active:hover{background-color:#fff;border:solid 1px #e9e4e4;border-bottom:solid 1px #fff;border-top:solid 3px #489ae9}.faceted-top-buttons li.active a,.faceted-top-buttons li.active span{color:#000;font-weight:bold}.faceted-top-buttons li a,.faceted-top-buttons li span{display:block;font-weight:bold;padding:0 10px}.faceted-top-buttons li a:hover,.faceted-top-buttons li span:hover{text-decoration:none}.faceted-sort-buttons li{float:left;position:relative}.faceted-sort-buttons li.active{border:0}.faceted-sort-buttons li.active a,.faceted-sort-buttons li.active span{background-color:#e6e6e6;color:#000;font-weight:bold;-webkit-box-shadow:inset 0 2px 3px #bdbdbd;box-shadow:inset 0 2px 3px #bdbdbd;border:0}.faceted-sort-buttons li.active+li{border:0}.faceted-sort-buttons li a,.faceted-sort-buttons li span{display:block;padding:5px 10px;background:#fff}span.viewTypeTitle{font-size:11px;padding-top:3px;margin-top:0}.searchResultSorted{min-height:34px;border:0;padding:6px 0 0}.searchResultSorted .sortedTypes{margin-top:5px}.searchResultSorted ul{line-height:15px!important;border-radius:2px}.classifiedStatusWarning{display:none;border-radius:3px;height:90px;border:1px solid #dbdbdb;margin-top:10px;position:relative;margin-bottom:10px}.classifiedStatusWarning p{height:58px;margin:1px;display:block;text-align:center;background-color:#fff;background-repeat:repeat-x;background-image:-webkit-linear-gradient(top,#efefef,#fff);background-image:-moz-linear-gradient(top,#efefef,#fff);background-image:-o-linear-gradient(top,#efefef,#fff);background-image:-ms-linear-gradient(top,#efefef,#fff);background-image:linear-gradient(to bottom,#efefef,#fff);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=fullcolor(#efefef),endColorstr=fullcolor(#fff),GradientType=1)}.classifiedStatusWarning p span{display:inline-block;margin:auto;margin-top:2px}.classifiedStatusWarning .statusMessage{padding:10px 0 0 60px;display:block;position:relative;font-size:14px;color:#ce3737;min-height:20px;font-weight:bold;margin-top:22px}.classifiedStatusWarning .statusMessage.approval,.classifiedStatusWarning .statusMessage.expired{display:none}.classifiedStatusWarning .statusMessage:before{position:absolute;width:50px;height:50px;background:url('/assets/images/detail:09f7b52d46bd89fa5af69e73f7b57fa4.png') -83px -343px no-repeat;display:block;content:' ';top:0;left:0}.classifiedStatusWarning .classifiedHelp,.classifiedStatusWarning .classifiedLegendDetail{padding:1px 0 0 61px;text-align:left;font-size:11px;display:block}.classifiedStatusWarning .classifiedHelp>a{margin-right:5px}.view-type-size-menu{margin-right:10px}.view-type-size-menu>li>a:before{content:'';display:inline-block;width:13px;height:10px;background:url('/assets/images/iconsSearchResults:84aa0f6267158708019e92489ab99d72.png') no-repeat -11px -38px;position:relative;top:1px;margin-right:6px}.view-type-size-menu>li>a.view-type-List:before{background-position:-42px -38px}.view-type-size-menu>li>a.view-type-Gallery:before{background-position:-72px -38px}.view-type-size-menu>.sorted-active ul{display:block}.view-type-size-menu>.sorted-active>a{border-radius:2px 3px 0 0}.view-type-size-menu .view-type-size-menu-item{width:205px;-webkit-box-shadow:3px 3px 3px #e5e5e5;box-shadow:3px 3px 3px #e5e5e5}.view-type-size-menu .view-type-size-menu-item>li{border-bottom:1px solid #dadada;float:none;clear:left;padding:10px}.view-type-size-menu .view-type-size-menu-item>li>span{float:left;width:72px;padding-left:15px;font-size:11px;position:relative;top:5px}.view-type-size-menu>li,.sort-order-menu>li{position:relative;width:70px;height:26px;z-index:100}.view-type-size-menu>li>ul,.sort-order-menu>li>ul{display:none;position:absolute;top:27px;right:0;border:1px solid #bebebe;background-color:#fff}.view-type-size-menu>li>a,.sort-order-menu>li>a{display:block;width:56px;height:17px;background:#fff;border-radius:2px;padding:4px 3px 2px 9px;border:1px solid #dedede;font-size:11px;position:absolute;z-index:10;text-decoration:none;color:#333;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden}.view-type-size-menu>li>a:after,.sort-order-menu>li>a:after{content:' ';width:10px;height:6px;background:url('/assets/images/faceted_search:310f3f454c7903791b9df4e88a5a9e97.png') right -1050px no-repeat;margin-left:5px;position:absolute;right:7px;top:9px}.view-type-size-menu>.sorted-active,.sort-order-menu>.sorted-active{-webkit-box-shadow:4px 0 2px -2px #e5e5e5;box-shadow:4px 0 2px -2px #e5e5e5}.view-type-size-menu>.sorted-active>a,.sort-order-menu>.sorted-active>a{border:1px solid #bebebe;border-bottom-color:#fff;background-color:#fff;height:20px}.view-type-size-menu-item{margin-right:10px}.sort-order-menu ul a{display:block;padding:7px 5px 7px 12px;border-bottom:1px solid #dadada}.sort-order-menu ul a:hover{text-decoration:none;background:#f2f2f2}.sort-order-menu>li{width:145px}.sort-order-menu>li>a{width:122px;padding:4px 12px 2px 9px}.sort-order-menu>.sorted-active ul{display:block;width:213px;-webkit-box-shadow:3px 3px 3px #e5e5e5;box-shadow:3px 3px 3px #e5e5e5}.sort-order-menu>.sorted-active>a{border-bottom:1px solid #dadada}.sorting-info-sign{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;width:28px;height:28px;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;cursor:pointer;position:relative}.sorting-info-sign:before{background-image:url('/assets/images/searchResult:63d08899f0538085f562bb6ac5a2c064.png');background-position:-206px -147px;width:22px;height:22px;content:'';display:inline-block;vertical-align:middle}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.sorting-info-sign:before{background-image:url('/assets/images/searchResult_2x:2f4023e6f3981702b795929328cdbef8.png');background-position:-42px -65px;background-size:242px 349px}}.view-type-menu li span,.sort-size-menu li span,.view-type-menu li a,.sort-size-menu li a{width:11px;height:13px;border:1px solid #dedede}.view-type-menu li span:before,.sort-size-menu li span:before,.view-type-menu li a:before,.sort-size-menu li a:before{top:8px;left:10px;width:13px;height:12px;background:url('/assets/images/searchViewTypes@1x:cc10288366f420864ddd872d080679b5.png') no-repeat 0 0}.view-type-menu li span:hover,.sort-size-menu li span:hover,.view-type-menu li a:hover,.sort-size-menu li a:hover{background-color:#778898}.view-type-menu li span:active,.sort-size-menu li span:active,.view-type-menu li a:active,.sort-size-menu li a:active{background-color:#6a7988}.view-type-menu .listTypeClassicPassive,.sort-size-menu .listTypeClassicPassive{border-top-left-radius:2px;border-bottom-left-radius:2px}.view-type-menu .listTypeClassicPassive:before,.sort-size-menu .listTypeClassicPassive:before{background-position:0 -12px}.view-type-menu .listTypeClassicPassive:hover,.sort-size-menu .listTypeClassicPassive:hover{border-color:#778898}.view-type-menu .listTypeClassicPassive:hover:before,.sort-size-menu .listTypeClassicPassive:hover:before{background-position:0 0}.view-type-menu .listTypeListPassive:before,.sort-size-menu .listTypeListPassive:before{background-position:-15px -12px}.view-type-menu .listTypeListPassive:hover,.sort-size-menu .listTypeListPassive:hover{border-color:#778898}.view-type-menu .listTypeListPassive:hover:before,.sort-size-menu .listTypeListPassive:hover:before{background-position:-15px 0}.view-type-menu .listTypeGalleryPassive,.sort-size-menu .listTypeGalleryPassive{border-top-right-radius:2px;border-bottom-right-radius:2px}.view-type-menu .listTypeGalleryPassive:before,.sort-size-menu .listTypeGalleryPassive:before{background-position:-27px -12px}.view-type-menu .listTypeGalleryPassive:hover,.sort-size-menu .listTypeGalleryPassive:hover{border-color:#778898}.view-type-menu .listTypeGalleryPassive:hover:before,.sort-size-menu .listTypeGalleryPassive:hover:before{background-position:-27px 0}.view-type-menu .listTypeClassic,.sort-size-menu .listTypeClassic{border-top-left-radius:2px;border-bottom-left-radius:2px}.view-type-menu .listTypeClassic:before,.sort-size-menu .listTypeClassic:before{background-position:0 0}.view-type-menu .listTypeList:before,.sort-size-menu .listTypeList:before{background-position:-15px 0}.view-type-menu .listTypeGallery,.sort-size-menu .listTypeGallery{border-top-right-radius:2px;border-bottom-right-radius:2px}.view-type-menu .listTypeGallery:before,.sort-size-menu .listTypeGallery:before{background-position:-27px 0}.view-type-menu .select-size-type,.sort-size-menu .select-size-type{background-color:#8598aa!important;border-color:#8598aa!important;color:#000;font-weight:bold}.view-type-menu .Limit20,.sort-size-menu .Limit20,.view-type-menu .Limit50,.sort-size-menu .Limit50{width:70px;height:15px;background:#8598aa;border:1px solid #8598aa;border-radius:2px;padding:7px 0;color:#fff;font-weight:normal}.view-type-menu .Limit20:hover,.sort-size-menu .Limit20:hover,.view-type-menu .Limit50:hover,.sort-size-menu .Limit50:hover{text-decoration:none;cursor:default}.view-type-menu .Limit20,.sort-size-menu .Limit20,.view-type-menu .Limit20Passive,.sort-size-menu .Limit20Passive{margin-right:10px}.view-type-menu .Limit20Passive,.sort-size-menu .Limit20Passive,.view-type-menu .Limit50Passive,.sort-size-menu .Limit50Passive{width:70px;height:15px;background:#fff;border:1px solid #dedede;border-radius:2px;padding:7px 0;color:#3e3e3e}.view-type-menu .Limit20Passive:hover,.sort-size-menu .Limit20Passive:hover,.view-type-menu .Limit50Passive:hover,.sort-size-menu .Limit50Passive:hover{text-decoration:none;color:#fff;background:#778898;border-color:#778898}.view-type-menu .Limit20Passive:active,.sort-size-menu .Limit20Passive:active,.view-type-menu .Limit50Passive:active,.sort-size-menu .Limit50Passive:active{background:#6a7988;border-color:#6a7988}.sort-size-menu{display:inline-block}.sort-size-menu li span,.sort-size-menu li a{width:14px;height:14px}.sortSizeOptions{margin:20px 0 0 0;height:30px}.sortSizeOptions>span{display:inline-block;vertical-align:top;margin:8px 6px}.scroll-pane{outline:0}.hidden{display:none}.authorized-dealer.hidden{display:block}.poll-fixed-link{display:none;position:fixed;bottom:220px;right:-41px;-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);-moz-transform:rotate(270deg);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-o-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg);padding:8px 10px;background:#4d7db4;background:-moz--webkit-linear-gradient(top,#4d7db4 0,#26558e 100%);background:-moz--moz-linear-gradient(top,#4d7db4 0,#26558e 100%);background:-moz--o-linear-gradient(top,#4d7db4 0,#26558e 100%);background:-moz--ms-linear-gradient(top,#4d7db4 0,#26558e 100%);background:-moz-linear-gradient(to bottom,#4d7db4 0,#26558e 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#4d7db4),color-stop(100%,#26558e));background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#4d7db4),color-stop(100%,#26558e));background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#4d7db4),color-stop(100%,#26558e));background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#4d7db4),color-stop(100%,#26558e));background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#4d7db4),color-stop(100%,#26558e));background:-webkit--webkit-linear-gradient(top,#4d7db4 0,#26558e 100%);background:-webkit--moz-linear-gradient(top,#4d7db4 0,#26558e 100%);background:-webkit--o-linear-gradient(top,#4d7db4 0,#26558e 100%);background:-webkit--ms-linear-gradient(top,#4d7db4 0,#26558e 100%);background:-webkit-linear-gradient(to bottom,#4d7db4 0,#26558e 100%);background:-o--webkit-linear-gradient(top,#4d7db4 0,#26558e 100%);background:-o--moz-linear-gradient(top,#4d7db4 0,#26558e 100%);background:-o--o-linear-gradient(top,#4d7db4 0,#26558e 100%);background:-o--ms-linear-gradient(top,#4d7db4 0,#26558e 100%);background:-o-linear-gradient(to bottom,#4d7db4 0,#26558e 100%);background:-ms--webkit-linear-gradient(top,#4d7db4 0,#26558e 100%);background:-ms--moz-linear-gradient(top,#4d7db4 0,#26558e 100%);background:-ms--o-linear-gradient(top,#4d7db4 0,#26558e 100%);background:-ms--ms-linear-gradient(top,#4d7db4 0,#26558e 100%);background:-ms-linear-gradient(to bottom,#4d7db4 0,#26558e 100%);background:-webkit-linear-gradient(top,#4d7db4 0,#26558e 100%);background:-moz-linear-gradient(top,#4d7db4 0,#26558e 100%);background:-o-linear-gradient(top,#4d7db4 0,#26558e 100%);background:-ms-linear-gradient(top,#4d7db4 0,#26558e 100%);background:linear-gradient(to bottom,#4d7db4 0,#26558e 100%);z-index:199}.poll-fixed-link a{color:#fff}.poll-fixed-link a:hover{text-decoration:none}#notification{background:#f3f6a3;border:1px solid #dedede;padding:12px;width:916px;display:none}.productConditionAndSecureTradeInfoBar{font-size:13px;margin-top:3px;margin-bottom:10px;color:#0f9c6b}.search-left .productConditionAndSecureTradeSelector{min-width:186px;max-width:186px;min-height:84px;max-height:84px}.search-left .conditionSelector,.search-left .secureTradeSelector{min-width:176px;max-width:176px}.search-left #searchResultLeft-shopping{background:#fff!important}.secureTrade-selector-container{position:relative}.secureTrade-selector-container .shopping-search-custom-free-shipping{position:absolute;top:50px;left:30px}.secureTrade-selector-container .shopping-search-custom-free-shipping .title{margin-bottom:8px;color:#888;font-size:11px;font-style:italic}.secureTrade-selector-container .shopping-search-custom-free-shipping .passive{pointer-events:none;color:#999}.secureTrade-selector-container .shopping-search-custom-free-shipping li{list-style:none}.secureTrade-selector-container .shopping-search-custom-paris{height:85px}.secureTrade-selector-container .shopping-search-custom-paris .any{padding-top:25px}.secureTrade-selector-container .shopping-search-custom-paris .jspVerticalBar{visibility:hidden}.secureTrade-selector-container .shopping-search-custom-image-paris{height:85px}.secureTrade-selector-container .shopping-search-custom-image-paris .any{padding-top:20px}.secureTrade-selector-container .shopping-search-custom-image-paris .jspVerticalBar{visibility:hidden}.secureTrade-selector-container .shopping-search-custom-secureTrade{height:100px}.secureTrade-selector-container .shopping-search-custom-secureTrade .any{padding-top:40px}.secureTrade-selector-container .shopping-search-custom-secureTrade .jspVerticalBar{visibility:hidden}.secureTrade-selector-container .paris-attribute-image{background-image:url('/assets/images/paris-attribute@2x:28d806fc816953e1eebf486dc56362a6.png');background-repeat:no-repeat;background-position:left center;background-size:contain;margin:4px 4px 4px 2px}.secureTrade-selector-container .paris-attribute-image .paris-attribute{margin:1px 0 1px 14px;font-size:11px;color:#00a698}#search-keywords{font-weight:bold}.help-icon{display:inline-block;width:21px;height:22px;background:url('/assets/images/help-icon:f0e64832ee3418774b65187bf54a15af.png') top left no-repeat;cursor:pointer}.header-banners{width:970px;height:auto;margin:0 auto;text-align:center}.mast-head-banner{width:970px;z-index:999;display:none}.search-leaderboard-banner{height:0;overflow:hidden;z-index:300}.search-leaderboard-banner,.mast-head-banner{position:relative;margin:0 auto}.search-leaderboard-banner>div>div,.mast-head-banner>div>div{margin:8px 0}.search-leaderboard-banner.opened{height:106px;-webkit-transition:height .7s ease;-moz-transition:height .7s ease;-o-transition:height .7s ease;-ms-transition:height .7s ease;transition:height .7s ease}.search-leaderboard-banner.closed{height:0;-webkit-transition:height .7s ease;-moz-transition:height .7s ease;-o-transition:height .7s ease;-ms-transition:height .7s ease;transition:height .7s ease}.search-leaderboard-banner.showed-once{height:106px}.hide{display:none}.header.mid-header{width:1150px}.searchResultsRight .attributes-container{position:absolute;bottom:0;right:0;min-width:110px}.searchResultsRight .attributes-container .paris-attribute-container{background-image:url('/assets/images/paris-attribute@2x:28d806fc816953e1eebf486dc56362a6.png');background-repeat:no-repeat;background-position:left center;background-size:contain;margin:4px}.searchResultsRight .attributes-container .paris-attribute-container .paris-attribute{margin-left:16px;font-size:12px;font-weight:normal;color:#00a698}#searchResultsGallery:not(.modernSearchResultTableList) .searchResultsPriceValue{margin-top:0;margin-bottom:8px}#searchResultsGallery:not(.modernSearchResultTableList) .searchResultsPriceValue>div{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}#searchResultsGallery:not(.modernSearchResultTableList) .attributes-container{position:relative;display:inline-block}#searchResultsGallery.modernSearchResultTableList .attributes-container{bottom:15px}#searchResultsTable .searchResultsTitleValue.paris .action-wrapper{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:end;-moz-box-align:end;-o-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end;width:calc(100% - 120px);height:30px}#searchResultsTable .searchResultsTitleValue.paris .action-wrapper .add-to-favorites{position:relative;white-space:nowrap}#searchResultsTable .searchResultsTitleValue.paris .action-wrapper .compare{position:relative;white-space:nowrap;left:1px}#searchResultsTable .searchResultsTitleValue.paris .action-wrapper .compare .compare-classified{margin-left:2px}#searchResultsSearchForm .footer-seo-content-container{margin-top:70px}#searchResultsSearchForm .footer-seo-content-container #scrollTop{width:115px;height:35px;position:fixed;right:40px;bottom:40px;display:none;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background-color:#489ae9;color:#fff;font-size:14px;font-weight:bold;cursor:pointer;z-index:9;border-radius:2px;-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,0.16),0 0 4px 0 rgba(0,0,0,0.11),1px 0 2px 0 rgba(0,0,0,0.13);box-shadow:0 2px 3px 0 rgba(0,0,0,0.16),0 0 4px 0 rgba(0,0,0,0.11),1px 0 2px 0 rgba(0,0,0,0.13)}#searchResultsSearchForm .footer-seo-content-container #scrollTop:before{background-image:url('/assets/images/searchResult:63d08899f0538085f562bb6ac5a2c064.png');background-position:-295px -96px;width:13px;height:16px;content:'';display:inline-block;vertical-align:middle;margin-right:3px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#searchResultsSearchForm .footer-seo-content-container #scrollTop:before{background-image:url('/assets/images/searchResult_2x:2f4023e6f3981702b795929328cdbef8.png');background-position:-42px -91px;background-size:242px 349px}}#searchResultsSearchForm .footer-seo-content-container #scrollTop:after{content:'Başa Dön'}#searchResultsSearchForm .footer-seo-content-container .content-container{position:relative}#searchResultsSearchForm .footer-seo-content-container .content-container .more-or-less{position:absolute;top:0;right:0;color:#039;font-weight:bold;cursor:pointer}#searchResultsSearchForm .footer-seo-content-container .content-container .collapse-icon:after,#searchResultsSearchForm .footer-seo-content-container .content-container .expand-icon:after{margin-left:5px;margin-top:-2px}#searchResultsSearchForm .footer-seo-content-container .content-container .collapse-icon:before{content:'Daha az'}#searchResultsSearchForm .footer-seo-content-container .content-container .collapse-icon:after{background-image:url('/assets/images/searchResult:63d08899f0538085f562bb6ac5a2c064.png');background-position:-206px -179px;width:12px;height:6px;content:'';display:inline-block;vertical-align:middle}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#searchResultsSearchForm .footer-seo-content-container .content-container .collapse-icon:after{background-image:url('/assets/images/searchResult_2x:2f4023e6f3981702b795929328cdbef8.png');background-position:-140px -65px;background-size:242px 349px}}#searchResultsSearchForm .footer-seo-content-container .content-container .expand-icon:before{content:'Daha fazla'}#searchResultsSearchForm .footer-seo-content-container .content-container .expand-icon:after{background-image:url('/assets/images/searchResult:63d08899f0538085f562bb6ac5a2c064.png');background-position:-228px -179px;width:12px;height:6px;content:'';display:inline-block;vertical-align:middle}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#searchResultsSearchForm .footer-seo-content-container .content-container .expand-icon:after{background-image:url('/assets/images/searchResult_2x:2f4023e6f3981702b795929328cdbef8.png');background-position:-157px -65px;background-size:242px 349px}}#searchResultsSearchForm .footer-seo-content-container:before{content:' ';position:absolute;border-top:1px solid #dedede;width:100%;left:0;margin-top:-36px}#searchResultsSearchForm .collapse-content{height:90px;overflow:hidden}.dynamic-footer{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-top:28px}.dynamic-footer .content-separator{width:100%;min-width:1170px;left:0;position:absolute;border-bottom:solid 1px #e4e4e4}.dynamic-footer .menu-container{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;height:22px;margin:30px 0 12px 0;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.dynamic-footer .menu-container .tab-container{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;color:#555;font-weight:bold;font-size:14px}.dynamic-footer .menu-container .tab-container li{width:230px}.dynamic-footer .menu-container .tab-container li span{padding-bottom:3px;cursor:pointer}.dynamic-footer .menu-container .tab-container li.active span{border-bottom:solid 2px #555}.dynamic-footer .menu-container .more-button{display:none;color:#039;font-size:13px;cursor:pointer;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.dynamic-footer .menu-container .more-button:before{content:"Daha fazla"}.dynamic-footer .menu-container .more-button:after{content:"";margin-left:8px;background-image:url('/assets/images/dynamic-footer:b0c123823431ee72131377c2e8f17e44.png');background-position:0 0;width:13px;height:8px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.dynamic-footer .menu-container .more-button:after{background-image:url('/assets/images/dynamic-footer_2x:a959275700faea06455319a5def09bc4.png');background-position:0 0;background-size:13px 8px}}.dynamic-footer .menu-container .more-button.show-more:before{content:"Daha az"}.dynamic-footer .menu-container .more-button.show-more:after{-webkit-transform:scaleY(-1);-moz-transform:scaleY(-1);-o-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)}.dynamic-footer .section-container{overflow:hidden;height:50px}.dynamic-footer .section-container.show-more{height:75px}.dynamic-footer .link-container{display:none;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.dynamic-footer .link-container.active{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex}.dynamic-footer .link-container li{width:230px;font-size:12px;line-height:15px;margin-bottom:10px}.dynamic-footer .link-container li a{color:#555;display:block;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:220px}section.popular-brands-section .section-title{margin-top:20px;margin-bottom:15px;margin-left:20px;font-weight:700;font-size:14px;line-height:16px;letter-spacing:.004em;color:#2a2d2e}section.popular-brands-section #popularBrands{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex}section.popular-brands-section #popularBrands.owl-carousel .owl-stage-outer .owl-stage{margin:0 auto;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex}section.popular-brands-section #popularBrands.owl-carousel .owl-stage-outer .owl-stage::after,section.popular-brands-section #popularBrands.owl-carousel .owl-stage-outer .owl-stage::before{content:'';padding-left:15px}section.popular-brands-section #popularBrands.owl-carousel .owl-stage-outer .owl-stage .owl-item{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;margin-left:10px}section.popular-brands-section #popularBrands.owl-carousel .owl-stage-outer .owl-stage .owl-item:first-child{margin-left:0}section.popular-brands-section #popularBrands.owl-carousel .owl-stage-outer .owl-stage .owl-item a.popular-brand{text-decoration:none;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-flex-shrink:0;flex-shrink:0;width:50px;background-color:#f4f4f4;border-radius:8px;padding:10px}section.popular-brands-section #popularBrands.owl-carousel .owl-stage-outer .owl-stage .owl-item a.popular-brand .logo{width:100%;height:100%}section.popular-brands-section #popularBrands.owl-carousel .owl-stage-outer .owl-stage .owl-item a.popular-brand .name{text-align:center;font-size:8px;color:#333;font-weight:bold;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5em;max-height:3em}section.popular-brands-section #popularBrands.owl-carousel .owl-nav{position:absolute;margin:0;height:1px;top:50%;left:0;right:0;z-index:2}section.popular-brands-section #popularBrands.owl-carousel .owl-nav button{position:absolute;cursor:pointer;top:-49px;width:22px;height:96px;margin:0;color:#2a2d2e}section.popular-brands-section #popularBrands.owl-carousel .owl-nav button:before{content:'';position:absolute;width:22px;height:112px;object-fit:contain;z-index:-1;top:0;pointer-events:none}section.popular-brands-section #popularBrands.owl-carousel .owl-nav button.owl-next{right:-20px;font-size:25px}section.popular-brands-section #popularBrands.owl-carousel .owl-nav button.owl-next.disabled{pointer-events:none;opacity:0;-ms-filter:"alpha(opacity=0)";filter:alpha(opacity=0)}section.popular-brands-section #popularBrands.owl-carousel .owl-nav button.owl-next:before{background-color:#fff;right:0}section.popular-brands-section #popularBrands.owl-carousel .owl-nav button.owl-next:hover{background-color:#fff;color:#2a2d2e}section.popular-brands-section #popularBrands.owl-carousel .owl-nav button.owl-prev{left:-20px;font-size:25px}section.popular-brands-section #popularBrands.owl-carousel .owl-nav button.owl-prev:before{background-color:#fff;left:0}section.popular-brands-section #popularBrands.owl-carousel .owl-nav button.owl-prev.disabled{pointer-events:none;opacity:0;-ms-filter:"alpha(opacity=0)";filter:alpha(opacity=0)}section.popular-brands-section #popularBrands.owl-carousel .owl-nav button.owl-prev:hover{background-color:#fff;color:#2a2d2e}.js-element-brand{width:86%;margin-bottom:5px}.error-noBrand{font-size:10px;font-style:normal;font-weight:400;line-height:13px;color:#999}.yepy-tp{border-radius:var(--sui-spacing-3xs);border:solid 1px #dedede;padding:10px 15px 10px 15px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;gap:var(--sui-spacing-xs);-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.yepy-tp .yepy-logo{width:35px!important;height:16px!important}.yepy-tp a{font-size:13px}.banner-container{display:none;gap:12px;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;padding:8px 16px;margin:4px 0 15px 0;border-radius:4px;border:1px solid transparent;background-image:-webkit-linear-gradient(351.05deg,rgba(59,197,216,0.15) -9.17%,rgba(146,62,213,0.15) 62.1%,rgba(255,250,140,0.15) 131.89%),-webkit-linear-gradient(#fff,#fff),-webkit-linear-gradient(359.35deg,#3bc5d8 .56%,#923ed4 58.95%,#fffa8c 117.35%);background-image:-moz-linear-gradient(351.05deg,rgba(59,197,216,0.15) -9.17%,rgba(146,62,213,0.15) 62.1%,rgba(255,250,140,0.15) 131.89%),-moz-linear-gradient(#fff,#fff),-moz-linear-gradient(359.35deg,#3bc5d8 .56%,#923ed4 58.95%,#fffa8c 117.35%);background-image:-o-linear-gradient(351.05deg,rgba(59,197,216,0.15) -9.17%,rgba(146,62,213,0.15) 62.1%,rgba(255,250,140,0.15) 131.89%),-o-linear-gradient(#fff,#fff),-o-linear-gradient(359.35deg,#3bc5d8 .56%,#923ed4 58.95%,#fffa8c 117.35%);background-image:-ms-linear-gradient(351.05deg,rgba(59,197,216,0.15) -9.17%,rgba(146,62,213,0.15) 62.1%,rgba(255,250,140,0.15) 131.89%),-ms-linear-gradient(#fff,#fff),-ms-linear-gradient(359.35deg,#3bc5d8 .56%,#923ed4 58.95%,#fffa8c 117.35%);background-image:linear-gradient(98.95deg,rgba(59,197,216,0.15) -9.17%,rgba(146,62,213,0.15) 62.1%,rgba(255,250,140,0.15) 131.89%),linear-gradient(#fff,#fff),linear-gradient(90.65deg,#3bc5d8 .56%,#923ed4 58.95%,#fffa8c 117.35%);-webkit-background-origin:border;-moz-background-origin:border;background-origin:border-box;-webkit-background-clip:padding,padding,border;-moz-background-clip:padding,padding,border;background-clip:padding-box,padding-box,border-box}.banner-search-icon{width:24px;height:24px}.banner-title{font-family:SHBGrotesk;font-weight:700;font-size:14px;background:-webkit-linear-gradient(270.16deg,#01ffd0 -120.48%,#04f5d0 -108.48%,#0cdad3 -86.88%,#1baed7 -62.88%,#306fde -31.68%,#7e50c6 25.93%,#ba39b5 69.13%);background:-moz-linear-gradient(270.16deg,#01ffd0 -120.48%,#04f5d0 -108.48%,#0cdad3 -86.88%,#1baed7 -62.88%,#306fde -31.68%,#7e50c6 25.93%,#ba39b5 69.13%);background:-o-linear-gradient(270.16deg,#01ffd0 -120.48%,#04f5d0 -108.48%,#0cdad3 -86.88%,#1baed7 -62.88%,#306fde -31.68%,#7e50c6 25.93%,#ba39b5 69.13%);background:-ms-linear-gradient(270.16deg,#01ffd0 -120.48%,#04f5d0 -108.48%,#0cdad3 -86.88%,#1baed7 -62.88%,#306fde -31.68%,#7e50c6 25.93%,#ba39b5 69.13%);background:linear-gradient(179.84deg,#01ffd0 -120.48%,#04f5d0 -108.48%,#0cdad3 -86.88%,#1baed7 -62.88%,#306fde -31.68%,#7e50c6 25.93%,#ba39b5 69.13%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;-webkit-background-clip:text;text-fill-color:transparent}.banner-texts{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.price-meter{background-image:url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAyMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC4xIiBkPSJNMTguOTA2MiAxMUMxOC45MDYyIDkuOTYxNzQgMTguNzAxNyA4LjkzMzY0IDE4LjMwNDQgNy45NzQ0MUMxNy45MDcxIDcuMDE1MTggMTcuMzI0NyA2LjE0MzYgMTYuNTkwNiA1LjQwOTQ0QzE1Ljg1NjQgNC42NzUyNyAxNC45ODQ4IDQuMDkyOSAxNC4wMjU2IDMuNjk1NThDMTMuMDY2NCAzLjI5ODI1IDEyLjAzODMgMy4wOTM3NSAxMSAzLjA5Mzc1QzkuOTYxNzQgMy4wOTM3NSA4LjkzMzY0IDMuMjk4MjUgNy45NzQ0MSAzLjY5NTU4QzcuMDE1MTggNC4wOTI5IDYuMTQzNiA0LjY3NTI3IDUuNDA5NDQgNS40MDk0NEM0LjY3NTI3IDYuMTQzNiA0LjA5MjkgNy4wMTUxOCAzLjY5NTU4IDcuOTc0NDFDMy4yOTgyNSA4LjkzMzY0IDMuMDkzNzUgOS45NjE3NCAzLjA5Mzc1IDExTDExIDExSDE4LjkwNjJaIiBmaWxsPSJibGFjayIvPgo8cGF0aCBkPSJNMi40NTI1OCA1LjIzMDMxQzMuNjcxMDIgMy40MjUyOCA1LjQyOTYyIDIuMDUyMzEgNy40NzYzMiAxLjMwODE4TDguMTgxMDYgMy4yNDY1NEM2LjU0MzY5IDMuODQxODUgNS4xMzY4MiA0Ljk0MDIyIDQuMTYyMDcgNi4zODQyNUwyLjQ1MjU4IDUuMjMwMzFaIiBmaWxsPSIjNkFDMDRCIi8+CjxwYXRoIGQ9Ik0yLjI3MDUxIDUuNTA5NjhDMS4yMjQ1OSA3LjE3MjY3IDAuNjc1NDQ2IDkuMDk5ODEgMC42ODc3MDEgMTEuMDY0M0wyLjc1MDE2IDExLjA1MTVDMi43NDAzNiA5LjQ3OTg1IDMuMTc5NjcgNy45MzgxNCA0LjAxNjQgNi42MDc3NUwyLjI3MDUxIDUuNTA5NjhaIiBmaWxsPSIjMjM5RjU1Ii8+CjxwYXRoIGQ9Ik03LjgxMjU2IDEuMTkyNDZDOS44ODM3MSAwLjUxOTMzNiAxMi4xMTQ4IDAuNTE5MTc3IDE0LjE4NiAxLjE5MkwxMy41NDg4IDMuMTUzNkMxMS44OTE4IDIuNjE1MzQgMTAuMTA3IDIuNjE1NDcgOC40NTAwNSAzLjE1Mzk3TDcuODEyNTYgMS4xOTI0NloiIGZpbGw9IiNCMEQyMjgiLz4KPHBhdGggZD0iTTE0LjUyNzUgMS4zMDk1N0MxNi41NzM5IDIuMDU0NSAxOC4zMzIgMy40MjgxNiAxOS41NDk3IDUuMjMzNjhMMTcuODM5OCA2LjM4Njk0QzE2Ljg2NTYgNC45NDI1MyAxNS40NTkxIDMuODQzNiAxMy44MjIgMy4yNDc2NUwxNC41Mjc1IDEuMzA5NTdaIiBmaWxsPSIjRjBDOTNFIi8+CjxwYXRoIGQ9Ik0xOS43NDM5IDUuNTMyNTlDMjAuNzY3MiA3LjE2OTEzIDIxLjMxMDYgOS4wNjAwMSAyMS4zMTI1IDEwLjk5MDFMMTkuMjUgMTAuOTkyMUMxOS4yNDg1IDkuNDQ4IDE4LjgxMzcgNy45MzUzMSAxNy45OTUxIDYuNjI2MDdMMTkuNzQzOSA1LjUzMjU5WiIgZmlsbD0iI0YwOTMzRSIvPgo8L3N2Zz4K");width:22px;height:12px;position:relative}.price-meter__indicator{background-image:url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMyIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMyA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMS40MjI3OSAwLjAwMjUzNzkzQzEuMzQyMjIgMC4wMTU0OTIyIDEuMjc5MDcgMC4wNzYzOTk4IDEuMjY1NjQgMC4xNTQxMjVMMC4xNzgwMjUgNi40NDg5MkwwLjE3MDg5OSA2LjQ0OTA2TDAuMTcxNTI2IDYuNDg2NTRMMC4xNzA4OTkgNi40OTAxM0wwLjE3MTUyNiA2LjQ5MDA0TDAuMTcxNTg2IDYuNDk2NzNDMC4xOTM5MzYgNy4yNzIyOSAwLjc1OTYzOCA3Ljg5MzI4IDEuNDU0MjIgNy44OTMyOEMyLjE0ODgxIDcuODkzMjggMi43MTQ1MSA3LjI3MjI5IDIuNzM2ODYgNi40OTY3M0wyLjczNjk4IDYuNDkwMDRMMi43Mzc1NSA2LjQ5MDEzTDIuNzM3MTcgNi40ODc0NkwyLjczNzU1IDYuNDQ5MDZMMi43MzA0OCA2LjQ0ODkyTDEuNjQyOCAwLjE1NDEyNUMxLjYyNTQ1IDAuMDUzNjYyIDEuNTI2OTQgLTAuMDE0MjA2IDEuNDIyNzkgMC4wMDI1Mzc5M1oiIGZpbGw9IiMzMzMzMzMiLz4KPC9zdmc+Cg==");width:3px;height:8px;position:absolute!important}.price-meter__indicator--level0{left:7px;bottom:-2.5px;transform:rotate(-75deg)}.price-meter__indicator--level1{left:8px;bottom:-1px;transform:rotate(-40deg)}.price-meter__indicator--level2{bottom:0;left:9.5px}.price-meter__indicator--level3{left:11px;bottom:-1px;transform:rotate(40deg)}.price-meter__indicator--level4{left:12px;bottom:-2.5px;transform:rotate(75deg)}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px)}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:none}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.owl-carousel button.owl-dot{background:0;color:inherit;border:0;padding:0!important;font:inherit;outline:0}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1000ms;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height 500ms ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity 400ms ease}.owl-carousel .owl-item .owl-lazy[src^=""],.owl-carousel .owl-item .owl-lazy:not([src]){max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url('/assets/images/play:4a37f8008959c75f619bf0a3a4e2d7a2.png') no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform 100ms ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*='owl-']{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*='owl-']:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;transition:opacity 200ms ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.facetedLightbox #cboxContent{background-color:#fff;border:1px solid #777!important;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:5px 5px 0 rgba(0,0,0,0.4);-moz-box-shadow:5px 5px 0 rgba(0,0,0,0.4);box-shadow:5px 5px 0 rgba(0,0,0,0.4)}.facetedLightbox #cboxLoadedContent{border-radius:5px}#cboxLoadedContent{overflow:hidden!important}#cboxOverlay.facetedLightbox{background-color:#fff!important}.facetedLightbox #cboxMiddleLeft,.facetedLightbox #cboxMiddleRight,.facetedLightbox #cboxTopCenter{width:0!important;height:0!important}.lightboxHeader{border-bottom:1px solid #d8d7d7;padding-bottom:20px;margin-bottom:10px}.lightboxCloseLink{color:#000!important;padding-right:20px;font-size:11px;float:right;background:url('/assets/images/faceted_search:b07b6c00e0b63cddd3cbc56d57e6b1a1.png') right -719px no-repeat;position:relative;z-index:10000}.lightboxHeader h2{font-size:16px}.lightboxFooter{border-top:1px solid #d8d7d7;padding-top:20px;margin-top:10px;clear:left}#locationLightbox .lightboxFooter{border:0}.lightboxFooter blockquote{color:#777;float:left;font-size:11px;margin:5px 20px 0 0;clear:left}.lightboxFooter blockquote span{color:#eda256}.lightboxFooter ul{float:right}.lightboxFooter ul li{float:left;overflow:hidden}.lightboxFooter ul li:first-child>a{border-right:1px solid #6b7db8;margin-right:10px;padding-right:10px;display:inline-block;margin-top:6px}.lightboxBody{width:782px}.lightboxBody>p{padding-bottom:20px;padding-top:10px}.lightboxBody .selectAllWrapper{width:100%;height:17px}.lightboxBody .selectAllLink{float:right;font-size:13px;margin-bottom:15px}.lightboxBody .selectAllLink i{margin-top:0}.lightboxBody .excludable .exclude-icon{right:100px!important}.selectedList a{font-weight:bold;text-decoration:underline}.visitedList a{color:#ed9f52!important}.lightboxBodyLeft li strong{font-size:16px;line-height:12px;display:inline-block;position:relative;top:1px}.lightboxBodyRight{float:left;width:551px;margin-left:20px;margin-top:5px;min-height:300px}#facetedSearchListContainer{height:270px;outline:0;overflow:auto}#facetedSearchListContainer li{padding-top:0;height:18px}.minmaxArea input[type="text"]{float:left;width:50px;padding:4px 5px;border:1px solid #d6d4d4;line-height:15px;height:15px}.minmaxArea em{float:left;width:18px;color:#aaa;text-align:center;padding-top:4px;font-style:normal}.minmaxArea+#facetedSearchListContainer{height:252px}.lightboxBodyRight .minmaxArea{min-height:35px;padding:4px 0}.lightboxBody .lightboxBodyRight .warningNotification{padding:1em 1.8em 1em 5.5em!important}.lightboxBodyRight .minmaxArea strong{float:left;min-width:50px;white-space:nowrap;font-size:16px;font-weight:bold;padding:3px 15px 0 0}.lightboxBodyRight li{margin-top:5px}§,.lightboxBodyRight input[name="price_min"],.lightboxBodyRight input[name="price_max"]{width:64px}#locationLightbox .lightboxBody{padding:0!important;width:100%}.locationCity{float:left;margin-bottom:5px}.withQuarters{float:left}.locationIstanbul{clear:left;font-size:11px}.locationList li{float:left;margin-top:3px;margin-right:10px}.currentLocation{background:#ddd;background:rgba(221,221,221,0.9);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#E5DDDDDD', EndColorStr='#E5DDDDDD')";height:0;padding:0 0 0 10px;font-size:11px;font-weight:bold;color:#888;line-height:24px;position:absolute;width:265px;z-index:2;top:0;left:0;transition:.1s ease;-webkit-transition:.1s ease;-moz-transition:.1s ease;-o-transition:.1s ease}.currentLocation.active{height:25px!important;transition:.1s ease;-webkit-transition:.1s ease;-moz-transition:.1s ease;-o-transition:.1s ease}.lightboxMultiColumnList2{clear:left;position:relative}.lightboxMultiColumnList2 .jspVerticalBar{z-index:3}.lightboxMultiColumnList2 ul.facetedSearchList{float:left;width:230px;padding:10px 10px 10px 15px;position:relative;z-index:1}.lightboxMultiColumnList2 ul ul{padding:0 0 0 17px}.lightboxMultiColumnList2,#locationSelectedAddress{height:325px;outline:0}#locationLightboxLeft{float:left}#locationLightboxLeft input[type="text"]{width:160px!important;border:1px solid #ddd;padding:5px 5px 5px 28px;margin:0 0 10px 0;background:#fff url('/assets/images/faceted_search:b07b6c00e0b63cddd3cbc56d57e6b1a1.png') 5px -327px no-repeat}#locationLightboxLeft input[type="text"]::-webkit-input-placeholder{font-weight:normal;font-size:11px;line-height:15px}#locationLightboxLeft input[type="text"]:-moz-placeholder{font-weight:normal;font-size:11px;line-height:15px}#locationLightboxLeft input[type="text"]:-ms-input-placeholder{font-weight:normal;font-size:11px;line-height:15px}#locationLightboxRight{float:left;width:296px;min-height:100px}#locationLightboxRight>a:first-child{float:right;font-size:11px;margin-top:3px}#locationLightboxRight h3{color:#292d2e;font-size:14px;border-bottom:0;margin-bottom:inherit;padding-bottom:7px;padding-left:15px}#locationLightboxRight #locationSelectedAddress{height:325px;border:1px solid #d8d7d7;border-left:none}#locationLightboxRight .currentFilter{border-bottom:0!important;padding-left:0!important}.checkbox,.radio{width:14px;height:14px;padding:0 5px 0 0;margin-top:2px;background:url('/assets/images/faceted_search:b07b6c00e0b63cddd3cbc56d57e6b1a1.png') no-repeat scroll 0 -365px transparent;display:block;float:left}.facetedSearchList span:hover.checkbox,.formSpanHover>span.checkbox,.formSpanHover>label.checkbox{background-position:0 -385px!important}.radio{background:url('/assets/images/faceted_search:b07b6c00e0b63cddd3cbc56d57e6b1a1.png') no-repeat scroll 0 -424px transparent}.select{position:absolute;padding:1px 24px 1px 8px;color:#292d2e;font:12px/21px arial,sans-serif;background:url('/assets/images/faceted_search:b07b6c00e0b63cddd3cbc56d57e6b1a1.png') right -774px no-repeat;overflow:hidden;border:1px solid #d6d4d4;width:26px}.unitSelectButton{float:left;width:115px;margin-left:10px;position:relative}.unitSelectButton span.select{width:32px}.unitSelectButton select{width:62px!important;height:24px!important}.unitSelectButton button{float:right;padding:4px 12px 4px}.btn-lightbox-top{margin-left:5px;padding:4px 12px 4px}.backOldSearch{display:block;text-decoration:underline;text-align:center;padding:6px 0 10px 0;border-bottom:1px solid #dbdbdb}.cityColumn{float:left;width:200px;position:relative}.cityColumn .lightboxBodyAddressLeft{border:1px solid #d8d7d7}.cityColumn .visitedList{color:#ed9f52}.cityColumn .visitedList.selectedVisited{color:#ef7c0b;text-decoration:none}#locationLightbox h4{margin-bottom:7px;font-size:14px;padding-left:15px}.cityColumn h4{padding-left:10px}#locationLightboxRight .searchedList ul{margin:8px 0 0 14px}.countryChooseLink,.flaCountryChooseLink{float:left;text-decoration:underline;font-size:12px}.countrySelect,.flaCountrySelect{display:none}#locationContainer{width:785px}.facetedSearchList li .viewAllLightbox,.facetedSearchList li .advancedAddressLightbox{font-size:11px}input::-webkit-input-placeholder:focus{color:#fff}input:-moz-placeholder:focus{color:#fff}input:-ms-input-placeholder:focus{color:#fff}.lightboxMultiColumnList2 .facetedSearchList a.accordionIcon i{width:14px;height:15px;display:inline-block;background:url('/assets/images/faceted_search:b07b6c00e0b63cddd3cbc56d57e6b1a1.png') 0 -1059px no-repeat;position:relative;top:3px;margin:0 4px 0 0;box-shadow:1px 1px 1px 0 rgba(0,0,0,0.05);border-radius:2px}.lightboxMultiColumnList2 .facetedSearchList a.accordionOn i{background-position:-15px -1059px}.lightboxBodyLeft{color:#039;float:left;font-size:12px;height:315px;overflow:auto;width:210px;outline:0}.lightboxBodyAddressLeft{width:198px;height:325px;color:#039;float:left;font-size:12px;overflow:auto;outline:0}.lightboxBodyAddressLeft #facetForCountry{margin-top:16px}.lightboxBodyLeft li,.lightboxBodyAddressLeft li{line-height:24px;padding-left:10px;margin:2px -3px 3px 2px}.lightboxBodyAddressLeft li{cursor:pointer}.lightboxBodyAddressLeft li:hover{text-decoration:underline}.lightboxBodyLeft li.selectedList,.lightboxBodyAddressLeft li.selectedList{cursor:pointer;font-weight:bold}.lightboxBodyLeft li.selectedList{position:relative;background:#fbfbfb;border:2px solid #eaeaea;border-right:0;margin-right:20px}.lightboxBodyLeft li.selectedList:after,.lightboxBodyLeft li.selectedList:before{left:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.lightboxBodyLeft li.selectedList:after{border-color:rgba(251,251,251,0);border-left-color:#fbfbfb;border-width:12px;margin-top:-12px}.lightboxBodyLeft li.selectedList:before{border-color:rgba(234,234,234,0);border-left-color:#eaeaea;border-width:14px;margin-top:-14px}.lightboxBodyLeft li.selectedList a,.lightboxBodyAddressLeft li.selectedList a{text-decoration:none!important}.locationMiddleColumn{width:284px;float:left}.locationMiddleColumn .locationContent{border:1px solid #d8d7d7;border-left:none;padding:0;position:relative}#locationLightboxRight .searchedList>li{color:#444;font-weight:bold!important;font-size:12px}#locationLightboxRight .searchedList li{font-weight:normal;margin-top:5px}#locationLightboxRight .searchedList{border-bottom:0 none!important;padding:15px 10px 8px 15px!important}#locationLightboxRight .searchedList li a{background:url('/assets/images/faceted_search:b07b6c00e0b63cddd3cbc56d57e6b1a1.png') no-repeat scroll -21px 1px transparent;color:#666;padding-left:17px}#locationLightboxRight .searchedList li a:hover{background-position:-21px -88px}.facetedAjaxLoadingClass{background:url('/assets/images/faceted_loading:16c7a35a9e9dfd0a08328733d3d417b2.gif') center center no-repeat}#locationSuggestion{box-shadow:none;border-color:#ddd;border-radius:0!important;background:#f7f7f7;font-size:11px}#locationSuggestion a.ui-state-focus{background:#3271d9!important;color:#fff!important;border:1px solid #3271d9!important;border-radius:0!important}.facetedSearchList2Column .jspPane{column-count:2;-moz-column-count:2;-webkit-column-count:2}.facetedSearchList2Column .jspPane li{margin-top:0;background:#fff}.facetedSearchList2Column .jspPane li:first-child{margin-top:0}.currentFilters .viewAllLightbox,.addressLightbox{font-size:11px!important}.addressLightbox:before{display:none}.facetedAjaxLoading{background:transparent url('/assets/images/loading:e6611f867d63754b7a2a974fb0a0e7dc.gif') no-repeat scroll center center}.moreSelectionLink.viewAllLightbox{font-size:14px;color:#039}.lightboxBody ul.facetedSearchList{outline:0}.lightboxBody ul.facetedSearchList li{display:inline-block;width:100%}.lightboxBody ul.facetedSearchList li a,.lightboxBody ul.facetedSearchList li label{font-size:12px;color:#039}.lightboxBody ul.facetedSearchList li span{font-size:10px;color:#a1a1a1}.real-estate-projects{background-color:#f2f2f2}.real-estate-projects tr{background-color:#f2f2f2;height:140px}.real-estate-projects tr:nth-child(even){background-color:#f2f2f2}.real-estate-projects tr:nth-child(odd){background-color:#f2f2f2}.real-estate-projects tr:hover{background:#f2f2f2}.real-estate-projects#searchResultsTable{padding-top:10px}.real-estate-projects#searchResultsTable tbody td{padding:0}.real-estate-projects .project{zoom:1;height:140px;display:block;width:100%}.real-estate-projects .project:before,.real-estate-projects .project:after{display:table;content:"";zoom:1}.real-estate-projects .project:after{clear:both}.real-estate-projects .project:hover{background:#f0f6ff}.real-estate-projects .project-item{margin-bottom:5px;margin-left:10px;margin-right:10px;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);height:140px;background:#fff;position:relative}.real-estate-projects .project-image{float:left;width:200px;height:100%;background:url('/assets/images/noImage:7630dcadb1094e210ed73c8bf588fa58.png') no-repeat center center}.real-estate-projects .project-image img{width:196px;margin-left:-4px;max-height:100%;object-fit:cover}.real-estate-projects .project-summary{padding:25px 20px;float:left;text-align:left}.real-estate-projects .project-summary h2{color:#1064bc;font-size:16px;line-height:18px}.real-estate-projects .project-summary h2:hover{text-decoration:underline}.real-estate-projects .project-summary p{color:#9b9b9b;font-size:12px;padding:5px 0;white-space:nowrap;overflow:hidden;display:block;-o-text-overflow:ellipsis;text-overflow:ellipsis;width:590px}.real-estate-projects .project-summary .attributes{zoom:1;width:600px}.real-estate-projects .project-summary .attributes:before,.real-estate-projects .project-summary .attributes:after{display:table;content:"";zoom:1}.real-estate-projects .project-summary .attributes:after{clear:both}.real-estate-projects .project-summary .attributes li{font-size:12px;color:#292d2e;padding:5px 0 5px 25px;float:left;width:180px;position:relative}.real-estate-projects .project-summary .attributes li.large{width:370px}.real-estate-projects .project-summary .attributes li:before{content:'';display:inline-block;position:absolute;top:4px;left:0}.real-estate-projects .project-summary .attributes li:nth-child(1):before{background-image:url('/assets/images/realEstateProject:59417e1b2f439eda34def2011c9a403a.png');background-position:-135px -126px;width:16px;height:17px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.real-estate-projects .project-summary .attributes li:nth-child(1):before{background-image:url('/assets/images/realEstateProject_2x:27771d7fd0c85489348fe9dd00635af3.png');background-position:0 -76px;background-size:120px 110px}}.real-estate-projects .project-summary .attributes li:nth-child(2):before{background-image:url('/assets/images/realEstateProject:59417e1b2f439eda34def2011c9a403a.png');background-position:-167px -95px;width:16px;height:17px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.real-estate-projects .project-summary .attributes li:nth-child(2):before{background-image:url('/assets/images/realEstateProject_2x:27771d7fd0c85489348fe9dd00635af3.png');background-position:-62px -38px;background-size:120px 110px}}.real-estate-projects .project-summary .attributes li:nth-child(3):before{background-image:url('/assets/images/realEstateProject:59417e1b2f439eda34def2011c9a403a.png');background-position:0 -193px;width:16px;height:16px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.real-estate-projects .project-summary .attributes li:nth-child(3):before{background-image:url('/assets/images/realEstateProject_2x:27771d7fd0c85489348fe9dd00635af3.png');background-position:-63px -76px;background-size:120px 110px}}.real-estate-projects .project-summary .attributes li:nth-child(4):before{background-image:url('/assets/images/realEstateProject:59417e1b2f439eda34def2011c9a403a.png');background-position:-26px -193px;width:16px;height:16px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.real-estate-projects .project-summary .attributes li:nth-child(4):before{background-image:url('/assets/images/realEstateProject_2x:27771d7fd0c85489348fe9dd00635af3.png');background-position:-84px -76px;background-size:120px 110px}}.real-estate-projects .project-summary .attributes-row{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;width:500px;padding:20px 0 15px 0;color:#292d2e}.real-estate-projects .project-summary .attributes-row+.attributes-row{border-top:1px solid rgba(0,0,0,0.1);padding:15px 0 0 0}.real-estate-projects .project-summary .attributes-row .attribute{display:-webkit-inline-box;display:-moz-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-box;display:inline-flex}.real-estate-projects .project-summary .attributes-row .attribute .text{max-width:150px;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.real-estate-projects .project-summary .attributes-row .attribute .icon{position:relative;top:-1px;left:-3px}.real-estate-projects .project-summary .attributes-row .attribute .icon.location-label:before{background-image:url('/assets/images/mapSearch:c59cec773d9b6b7eeb48e95992a53bf4.png');background-position:-85px 0;width:13px;height:12px;content:'';display:inline-block;vertical-align:middle}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.real-estate-projects .project-summary .attributes-row .attribute .icon.location-label:before{background-image:url('/assets/images/mapSearch_2x:fd43f1106c82071ac765a62386d036fe.png');background-position:-70px -17px;background-size:98px 97px}}.real-estate-projects .project-summary .attributes-row .attribute .icon.area-label:before{background-image:url('/assets/images/mapSearch:c59cec773d9b6b7eeb48e95992a53bf4.png');background-position:-42px -83px;width:12px;height:11px;content:'';display:inline-block;vertical-align:middle}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.real-estate-projects .project-summary .attributes-row .attribute .icon.area-label:before{background-image:url('/assets/images/mapSearch_2x:fd43f1106c82071ac765a62386d036fe.png');background-position:-48px -68px;background-size:98px 97px}}.real-estate-projects .project-summary .attributes-row .attribute .icon.room-count-label:before{background-image:url('/assets/images/mapSearch:c59cec773d9b6b7eeb48e95992a53bf4.png');background-position:-25px -57px;width:13px;height:13px;content:'';display:inline-block;vertical-align:middle}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.real-estate-projects .project-summary .attributes-row .attribute .icon.room-count-label:before{background-image:url('/assets/images/mapSearch_2x:fd43f1106c82071ac765a62386d036fe.png');background-position:-41px -47px;background-size:98px 97px}}.real-estate-projects .company{position:absolute;right:30px;top:37px;width:90px;height:57px;padding-top:5px;background:#fff;display:block;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.4);box-shadow:0 1px 1px 0 rgba(0,0,0,0.4);border-top:1px solid #efefef}.real-estate-projects .company img{width:80px;max-height:54px}.real-estate-projects .default-logo{position:absolute;right:30px;top:37px;width:90px;height:57px;background:#fff;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.4);box-shadow:0 1px 1px 0 rgba(0,0,0,0.4);border-top:1px solid #efefef}.real-estate-projects .default-logo .logo{background:#fff;width:100%;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-height:19px;color:#787d82}.sort-order-menu.is-project .sorted-active ul{width:289px}.sort-order-menu.is-project>li{width:281px}.sort-order-menu.is-project>li>a{width:258px;padding-right:22px;right:0}div#categorySelector select{float:left;width:200px;height:200px;margin-right:5px}#processing{border:1px solid #c0c0c0;cursor:pointer;float:left;height:198px;width:160px;background:url('/assets/images/processing:409b3c4843fed76a0791170a923c3ccf.gif') center center no-repeat}.mark-as-ignored{position:absolute;top:5px;right:7px;display:none}.mark-as-ignored:before{display:inline-block;position:relative;width:16px;height:16px;content:'';vertical-align:middle;background:url('/assets/images/hide:fcb69f8e93424778bb338eeb02871673.png') 0 0 no-repeat;background-size:16px}.searchResultsIgnored{cursor:default}.searchResultsIgnored .mark-as-ignored{display:none!important}.searchResultsIgnored .mark-as-not-ignored{display:block;position:absolute;padding:5px;right:5px;min-width:56px;font-size:10px;text-decoration:none;font-weight:normal}.searchResultsIgnored .mark-as-not-ignored:after{display:inline-block;margin-left:3px;content:attr(data-content)}.searchResultsIgnored .mark-as-not-ignored:hover:after{text-decoration:underline}.searchResultsIgnored .mark-as-not-ignored:before{display:inline-block;position:relative;margin-top:0;margin-right:-25px;width:45px;height:14px;content:'';vertical-align:middle;background:url('/assets/images/show:3413cfffec46d52a271a38d4de294800.png') 0 0 no-repeat;background-size:20px}#searchResultsTable{position:relative}#searchResultsTable tbody tr.searchResultsIgnored:after{position:absolute;right:0;width:100%;height:99px;z-index:1;content:'';opacity:.85;background-color:#fff}#searchResultsTable tbody tr.career-category-height:after{height:77px}#searchResultsTable tbody tr.searchResultsItem:hover .mark-as-ignored{display:block}#searchResultsGallery td.searchResultsIgnored:after{position:absolute;top:0;right:-1px;width:470px;height:220px;content:'';opacity:.85;z-index:1;background-color:#fff}#searchResultsGallery td.searchResultsGalleryItem .ignore-me{top:0;right:0}#searchResultsGallery td.searchResultsGalleryItem:hover .mark-as-ignored{display:block}#searchResultsGallery.modernSearchResultTableList td.searchResultsIgnored:after{position:absolute;top:0;right:-1px;width:605px;height:220px;content:'';z-index:1;opacity:.85;background-color:#fff}.ignore-me{position:absolute;z-index:2;border-bottom:0!important;border-left:0!important;padding-right:0!important}.ignore-me img{width:16px;height:16px}.searchResultsIgnoredColumn{padding:0!important;border-left:none!important}#searchResultsTable tbody tr.searchResultsItem,#searchResultsGallery td.searchResultsGalleryItem{position:relative}.mark-as-not-ignored:hover{text-decoration:underline}.ignored-links-container{margin-top:12px;text-align:center}.ignored-links-container a{font-size:11px;position:relative}.ignored-links-container a span{padding-left:21px}.ignored-links-container .ignoreClassified:before{display:block;position:absolute;top:0;left:1px;width:13px;height:13px;content:'';background:url('/assets/images/eyeSprite:5537475bf745acb34daa78491178b5f7.png') -26px -39px no-repeat;background-size:78px}.ignored-links-container .ignoreClassified:hover:before{background-position:-52px -13px}.ignored-links-container .notIgnoreClassified:before{display:block;position:absolute;top:0;left:1px;width:13px;height:13px;content:'';background:url('/assets/images/eyeSprite:5537475bf745acb34daa78491178b5f7.png') -65px 0 no-repeat}.ignored-links-container .notIgnoreClassified:hover:before{background-position:-39px -26px}@media(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.ignored-links-container .notIgnoreClassified:before{background:url('/assets/images/eyeSprite_2x:24998b0bc932a64eb09a4cca56ffe6c0.png') -65px 0 no-repeat;background-size:78px}.ignored-links-container .notIgnoreClassified:hover:before{background-position:-39px -26px}.ignored-links-container .ignoreClassified:before{background:url('/assets/images/eyeSprite_2x:24998b0bc932a64eb09a4cca56ffe6c0.png') -26px -39px no-repeat;background-size:78px}.ignored-links-container .ignoreClassified:hover:before{background-position:-52px -13px}}#search_left .enable-multiple-model-selection,.searchResultsCat .enable-multiple-model-selection{position:absolute;right:0;width:42px;top:20px;height:30px;cursor:pointer;background:url('/assets/images/multiple_brand_model_icon:558b096c4e8384d3d04e68b8f551facd.png') no-repeat;background-size:42px 30px;background-color:#fff;border-right:solid 1px #ebe8e8}#search_left .enable-multiple-model-selection:hover,.searchResultsCat .enable-multiple-model-selection:hover{background:-webkit-linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url('/assets/images/multiple_brand_model_icon:558b096c4e8384d3d04e68b8f551facd.png') no-repeat;background:-moz-linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url('/assets/images/multiple_brand_model_icon:558b096c4e8384d3d04e68b8f551facd.png') no-repeat;background:-o-linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url('/assets/images/multiple_brand_model_icon:558b096c4e8384d3d04e68b8f551facd.png') no-repeat;background:-ms-linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url('/assets/images/multiple_brand_model_icon:558b096c4e8384d3d04e68b8f551facd.png') no-repeat;background:linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url('/assets/images/multiple_brand_model_icon:558b096c4e8384d3d04e68b8f551facd.png') no-repeat;background-size:42px 30px;background-color:#fff}#search_left .enable-multiple-model-selection a,.searchResultsCat .enable-multiple-model-selection a{color:#b9b9b9;font-size:11px}.multiple-model-wrapper{margin:10px 0 20px 0;position:relative}.multiple-model-wrapper.hidden{width:200px}.multiple-model-wrapper .multiple-model-selection{position:relative;height:270px;padding:15px 19px 29px;border:1px solid #f4f4f4;-webkit-box-shadow:1px 1px 3px 0 rgba(0,0,0,0.17);box-shadow:1px 1px 3px 0 rgba(0,0,0,0.17);background-color:#fff}.multiple-model-wrapper .multiple-model-header{position:relative;margin-bottom:20px}.multiple-model-wrapper .multiple-model-header span{color:#000;padding:20px 0 0 0;font-size:13px;font-weight:bold}.multiple-model-wrapper .multiple-model-header a{margin-left:30px}.multiple-model-wrapper .multiple-model-header a:after{content:'';background-image:url('/assets/images/faceted_search:b07b6c00e0b63cddd3cbc56d57e6b1a1.png');background-position:0 -1124px;position:relative;top:3px;right:-3px;width:8px;height:15px;display:inline-block}.multiple-model-wrapper .multiple-model-header div{float:right;position:relative}.multiple-model-wrapper .multiple-model-header div .search-results-refreshed{display:none;float:right;padding:0;font-weight:bold;color:#008000}.multiple-model-wrapper .multiple-model-header div .search-results-refreshed:before{content:"";background-image:url('/assets/images/faceted_search:b07b6c00e0b63cddd3cbc56d57e6b1a1.png');background-position:0 -1148px;position:absolute;top:1px;left:-15px;width:13px;height:12px}.multiple-model-wrapper .multiple-models{zoom:1}.multiple-model-wrapper .multiple-models:before,.multiple-model-wrapper .multiple-models:after{display:table;content:"";zoom:1}.multiple-model-wrapper .multiple-models:after{clear:both}.multiple-model-wrapper .multiple-models .model{border:1px solid #eeecec;border-radius:2px;float:left;height:230px;width:178px;margin-right:10px;background-color:#fff}.multiple-model-wrapper .multiple-models .model:not(.disabled):hover,.multiple-model-wrapper .multiple-models .model.active{border:1px solid #95a1b1}.multiple-model-wrapper .multiple-models .model:last-child{margin-right:0}.multiple-model-wrapper .multiple-models .model .model-header{position:relative;background-color:#f4f4f4;height:30px;padding:7px 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.multiple-model-wrapper .multiple-models .model .model-header div{margin-right:10px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.multiple-model-wrapper .multiple-models .model .model-header span{font-weight:bold;position:relative}.multiple-model-wrapper .multiple-models .model .model-header span.title{padding-left:10px}.multiple-model-wrapper .multiple-models .model .model-header span.title:before{content:"";background-image:url('/assets/images/faceted_search:b07b6c00e0b63cddd3cbc56d57e6b1a1.png');background-position:0 -1160px;position:absolute;top:5px;left:-2px;width:10px;height:10px}.multiple-model-wrapper .multiple-models .model .model-header span.title:first-child{padding-left:0}.multiple-model-wrapper .multiple-models .model .model-header span.title:first-child:before{content:none}.multiple-model-wrapper .multiple-models .model .model-header .close-model{cursor:pointer;background-image:url('/assets/images/faceted_search:b07b6c00e0b63cddd3cbc56d57e6b1a1.png');background-position:0 -1140px;position:absolute;top:10px;right:8px;width:8px;height:8px}.multiple-model-wrapper .multiple-models .model .model-content{height:165px;width:143px;overflow:auto;margin:0 10px;padding:0 10px}.multiple-model-wrapper .multiple-models .model .model-content.scroll-pane{margin:10px}.multiple-model-wrapper .multiple-models .model .model-content li{padding:2px 0}.multiple-model-wrapper .multiple-models .model .model-content li.cl2{margin-left:8px}.multiple-model-wrapper .multiple-models .model .model-content li.cl3{margin-left:16px}.multiple-model-wrapper .multiple-models .model .model-content li.cl4{margin-left:24px}.multiple-model-wrapper .multiple-models .model .model-content li.cl5{margin-left:32px}.multiple-model-wrapper .multiple-models .model .model-content li.cl6{margin-left:40px}.multiple-model-wrapper .multiple-models .model .model-content li a{font-size:13px;line-height:18px!important;position:relative}.multiple-model-wrapper .multiple-models .model .model-content li a.disabled{cursor:default;color:#808080}.multiple-model-wrapper .multiple-models .model .model-content li a.disabled:hover{text-decoration:none}.multiple-model-wrapper .multiple-models .model .model-content li a.current-model-selection:before{content:"";background-image:url('/assets/images/faceted_search:b07b6c00e0b63cddd3cbc56d57e6b1a1.png');background-position:0 -1148px;position:absolute;top:1px;left:-15px;width:13px;height:12px}.multiple-model-wrapper .multiple-models .model .model-content li span{color:#a1a1a1;font-size:10px}.multiple-model-wrapper .multiple-models .model.empty-model{background-color:#f5f5f5;cursor:pointer}.multiple-model-wrapper .multiple-models .model.empty-model .model-header{display:none}.multiple-model-wrapper .multiple-models .model.empty-model .empty-model-content{text-align:center;margin-top:8px;color:#929292;text-decoration:underline}.multiple-model-wrapper .multiple-models .model.empty-model .empty-model-icon{width:80px;height:80px;border-radius:42px;margin:60px auto 0;border:2px solid #929292}.multiple-model-wrapper .multiple-models .model.empty-model .empty-model-plus-icon{background:#929292;height:50px;position:relative;width:4px;margin:15px auto 0;display:block}.multiple-model-wrapper .multiple-models .model.empty-model .empty-model-plus-icon:after{background:#929292;content:"";height:4px;left:-24px;position:absolute;top:23px;width:51px}.multiple-model-wrapper .multiple-models .model.empty-model.disabled{cursor:default}.multiple-model-wrapper .multiple-models .model.empty-model.disabled .empty-model-content{color:#d1d1d2;text-decoration:none}.multiple-model-wrapper .multiple-models .model.empty-model.disabled .empty-model-icon{border:2px solid #d1d1d2}.multiple-model-wrapper .multiple-models .model.empty-model.disabled .empty-model-plus-icon{background:#d1d1d2}.multiple-model-wrapper .multiple-models .model.empty-model.disabled .empty-model-plus-icon:after{background:#d1d1d2}.multiple-model-wrapper .close-confirm{background-color:#f5f5f5;width:100%;height:270px;-webkit-box-shadow:1px 1px 3px 0 rgba(0,0,0,0.17);box-shadow:1px 1px 3px 0 rgba(0,0,0,0.17)}.multiple-model-wrapper .close-confirm .close-content{padding-top:50px;padding-left:50px}.multiple-model-wrapper .close-confirm .close-content .content-header{color:#000;font-size:16px;font-weight:bold}.multiple-model-wrapper .close-confirm .close-content .content{margin-top:20px;font-size:15px}.multiple-model-wrapper .close-confirm .close-actions{padding-top:45px;padding-left:50px}.multiple-model-wrapper .close-confirm .close-actions .btn-alternative{margin-left:10px}.multiple-model-wrapper .close-confirm .close-footer{padding-top:20px;padding-left:50px;font-size:14px}.multiple-model-wrapper .close-confirm .close-footer a{color:#000;text-decoration:none}.multiple-model-wrapper .multi-selection-visibility{text-align:center;position:relative;bottom:1px}.multiple-model-wrapper .multi-selection-visibility .multi-selection-label{position:relative;border:1px solid #f4f4f4;border-top:0;color:#039;cursor:pointer;background:#fff;width:90px;display:inline-block;-webkit-box-shadow:0 3px 3px -2px rgba(0,0,0,0.17);box-shadow:0 3px 3px -2px rgba(0,0,0,0.17);height:12px}.multiple-model-wrapper .multi-selection-visibility .multi-selection-label span{position:relative;top:-7px;margin-left:15px}.multiple-model-wrapper .multi-selection-visibility .multi-selection-label span.hide-model-selection:before{content:"";background-image:url('/assets/images/faceted_search:b07b6c00e0b63cddd3cbc56d57e6b1a1.png');background-position:0 -1113px;position:absolute;top:4px;left:-17px;width:12px;height:8px}.multiple-model-wrapper .multi-selection-visibility .multi-selection-label span.show-model-selection:before{content:"";background-image:url('/assets/images/faceted_search:b07b6c00e0b63cddd3cbc56d57e6b1a1.png');background-position:0 -1101px;position:absolute;top:0;left:-17px;width:12px;height:12px}.multiple-model-wrapper.collapsed .multiple-model-selection{height:60px;padding-top:15px}.multiple-model-wrapper.collapsed .model{height:30px;cursor:pointer}.multiple-model-wrapper.collapsed .model .model-content{display:none}.multiple-model-wrapper.collapsed .model.empty-model .model-header{display:block}.multiple-model-wrapper.collapsed .multiple-models .model.disabled .empty-model-icon{border:1px solid #d1d1d2}.multiple-model-wrapper.collapsed .multiple-models .model.empty-model .empty-model-icon{width:18px;height:18px;border-radius:12px;margin:5px 8px;float:left;border:1px solid #929292}.multiple-model-wrapper.collapsed .multiple-models .model.empty-model .empty-model-plus-icon{height:9px;width:1px;margin-top:5px;margin-left:9px}.multiple-model-wrapper.collapsed .multiple-models .model.empty-model .empty-model-plus-icon:after{content:"";height:1px;left:-4px;position:absolute;top:4px;width:9px}.multiple-model-wrapper.collapsed .multiple-models .model.empty-model .empty-model-content{text-align:initial}@media(min-device-width:1200px){.multiple-model-wrapper .multiple-models .model{width:212px}.multiple-model-wrapper .multiple-models .model .model-content{width:177px}}@media(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(-webkit-min-device-pixel-ratio:1.5),(min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.multiple-model-wrapper .multiple-models .model .model-header span.title:before{background-image:url('/assets/images/faceted_search_2x:ec04f4352e8d98f1d62f519c1830893d.png');background-position:0 12px;background-size:32px;left:-1px}.multiple-model-wrapper .multiple-models .model .model-header .close-model{background-image:url('/assets/images/faceted_search_2x:ec04f4352e8d98f1d62f519c1830893d.png');background-position:0 33px;background-size:32px}.multiple-model-wrapper .multiple-models .model .model-content li a.current-model-selection:before{background-image:url('/assets/images/faceted_search_2x:ec04f4352e8d98f1d62f519c1830893d.png');background-position:0 25px;background-size:32px}.multiple-model-wrapper .multiple-model-header a:after{background-image:url('/assets/images/faceted_search_2x:ec04f4352e8d98f1d62f519c1830893d.png');background-position:0 48px;background-size:32px}.multiple-model-wrapper .multi-selection-visibility .multi-selection-label span.hide-model-selection:before{background-image:url('/assets/images/faceted_search_2x:ec04f4352e8d98f1d62f519c1830893d.png');background-position:0 60px;background-size:32px}.multiple-model-wrapper .multi-selection-visibility .multi-selection-label span.show-model-selection:before{background-image:url('/assets/images/faceted_search_2x:ec04f4352e8d98f1d62f519c1830893d.png');background-position:0 69px;background-size:32px;top:4px;height:11px}}.lvcCarouselContainer{zoom:1;position:absolute;top:27px;right:80px;width:347px;padding:0 10px 10px 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fafafa;-webkit-box-shadow:2px 0 5px 0 rgba(0,0,0,0.1),0 2px 4px 0 rgba(0,0,0,0.1),-2px 0 5px 0 rgba(0,0,0,0.1);box-shadow:2px 0 5px 0 rgba(0,0,0,0.1),0 2px 4px 0 rgba(0,0,0,0.1),-2px 0 5px 0 rgba(0,0,0,0.1);z-index:400}.lvcCarouselContainer:before,.lvcCarouselContainer:after{display:table;content:"";zoom:1}.lvcCarouselContainer:after{clear:both}.lvcCarouselContainer:before{content:'';position:absolute;width:0;height:0;margin-left:-0.5em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:5px solid #fafafa;border-color:transparent transparent #fafafa #fafafa;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);-moz-transform:rotate(135deg);-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-o-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);-webkit-box-shadow:-2px 2px 1px 0 rgba(0,0,0,0.1);-moz-box-shadow:-2px 2px 1px 0 rgba(0,0,0,0.1);-webkit-box-shadow:-2px 2px 1px 0 rgba(0,0,0,0.1);box-shadow:-2px 2px 1px 0 rgba(0,0,0,0.1);top:0;right:48px}.lvcCarouselContainer.close{display:none}.lvcCarouselContainer .empty-list{display:none;padding:30px 10px 10px 10px;color:#666;cursor:default;text-align:center;clear:both}.lvcCarouselContainer .switch{height:10px;position:absolute;top:10px;right:25px;font-size:inherit;text-align:left;padding-left:18px}.lvcCarouselContainer .switch .switchTitle{padding-left:25px}.lvcCarouselContainer .switch .switchTitle:before{content:"";position:absolute;width:31px;height:17px;top:9px;left:7px}.lvcCarouselContainer .switch .switchArrow{border-right:3px solid #fff;border-bottom:3px solid #fff;width:6px;height:6px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin:-13px 170px;-webkit-transform-origin:65% 65%;-moz-transform-origin:65% 65%;-o-transform-origin:65% 65%;-ms-transform-origin:65% 65%;transform-origin:65% 65%}.lvcCarouselContainer .section-top{padding:20px 0 9px 0;height:14px;border-bottom:1px solid #eaeaea;background-color:#fafafa;width:163px;float:left}.lvcCarouselContainer .section-top .section-title{position:relative;font-size:12px;cursor:pointer;text-align:center}.lvcCarouselContainer .section-top .section-title:after{position:absolute;bottom:-9px;left:0;content:'';width:163px;height:2px}.lvcCarouselContainer .section-top .active-title{color:#438ed8;font-weight:bold}.lvcCarouselContainer .section-top .active-title:after{background:#438ed8}.lvcCarouselContainer .itemsContainer{margin:10px 0;clear:both;width:326px;float:left}.lvcCarouselContainer .itemsContainer#lastVisitedItemsContainer.loading{height:30px;background-position:center}.lvcCarouselContainer .itemsContainer#recommendationItemsContainer.loading{height:30px;background-position:center}.lvcCarouselContainer .itemsContainer .itemsList{zoom:1;position:relative;display:block;width:inherit!important;max-height:365px;overflow-y:auto;outline:0}.lvcCarouselContainer .itemsContainer .itemsList:before,.lvcCarouselContainer .itemsContainer .itemsList:after{display:table;content:"";zoom:1}.lvcCarouselContainer .itemsContainer .itemsList:after{clear:both}.lvcCarouselContainer .itemsContainer .itemsList li{float:none;position:relative;margin-bottom:10px;padding:10px;border:1px solid #eaeaea;width:100%;height:70px;background:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lvcCarouselContainer .itemsContainer .itemsList li:hover{cursor:pointer;-webkit-box-shadow:1px 1px 4px 0 rgba(0,0,0,0.1);box-shadow:1px 1px 4px 0 rgba(0,0,0,0.1)}.lvcCarouselContainer .itemsContainer .itemsList li:hover .delete{cursor:pointer;background:url('/assets/images/remove:b682268dc73986ca4100e53826d277d3.png') no-repeat;width:10px;height:10px;position:relative!important;top:-7px;right:-7px;float:right;background-size:10px 10px}.lvcCarouselContainer .itemsContainer .itemsList li:last-child{margin-bottom:0}.lvcCarouselContainer .itemsContainer .itemsList li .content{float:left;display:inline-block;vertical-align:middle;width:calc(100% - 95px);height:50px;text-align:left;position:absolute}.lvcCarouselContainer .itemsContainer .itemsList li .content .title{width:100%;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;display:block;color:#039}.lvcCarouselContainer .itemsContainer .itemsList li .content .title a{padding:0;color:#00339f!important;font-size:12px;background:0}.lvcCarouselContainer .itemsContainer .itemsList li .content .address{font-size:10px;margin-top:2px;width:100%;color:#999;display:block;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.lvcCarouselContainer .itemsContainer .itemsList li .content .attributeContent{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:end;-moz-box-align:end;-o-box-align:end;-ms-flex-align:end;-webkit-align-items:end;align-items:end;width:100%;text-align:left;position:absolute;bottom:0;font-size:10px;color:#333;bottom:-2px}.lvcCarouselContainer .itemsContainer .itemsList li .content .attributeContent span{position:relative}.lvcCarouselContainer .itemsContainer .itemsList li .content .attributeContent span.price{text-align:right;color:#910000;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.lvcCarouselContainer .itemsContainer .itemsList li .content .attributeContent span.price .ranged-price-text{font-size:8px}.lvcCarouselContainer .itemsContainer .itemsList li .image{width:64px;height:48px;float:left;margin-right:10px;background-color:#fff}.lvcCarouselContainer .itemsContainer .itemsList li .image.hasNoImage{border:1px solid #e5e5e5}.lvcCarouselContainer .itemsContainer .itemsList .jspVerticalBar{top:0;right:0;width:5px}.lvcCarouselContainer .itemsContainer .itemsList .jspVerticalBar .jspTrack{position:relative;right:1px;width:6px;border-radius:17px;background:#dedede}.lvcCarouselContainer .itemsContainer .itemsList .jspVerticalBar .jspTrack .jspDrag,.lvcCarouselContainer .itemsContainer .itemsList .jspVerticalBar .jspTrack .jspDrag:hover,.lvcCarouselContainer .itemsContainer .itemsList .jspVerticalBar .jspTrack .jspHover{position:relative;top:0;left:0;cursor:pointer;border-radius:8px;border:0;-webkit-box-shadow:none;box-shadow:none;background:#d3d3d3;-webkit-transition:background .1s linear;-moz-transition:background .1s linear;-o-transition:background .1s linear;-ms-transition:background .1s linear;transition:background .1s linear}.lvcCarouselContainer .itemsContainer .itemsList .jspVerticalBar .jspTrack .jspDrag{border:0;background:#a2a2a2;border-radius:17px}.lvcCarouselContainer .itemsContainer .itemsList .jspVerticalBar .jspTrack .jspActive{background:#7c7c7c!important}.form-wrapper-modern ul{padding-bottom:20px}.form-wrapper-modern ul li{padding:0 0 10px}.form-wrapper-modern ul li.two-cols ul li,.form-wrapper-modern ul li.three-cols ul li{padding:0;float:left;width:calc(50% - 5px);margin:0 5px 0 0}.form-wrapper-modern ul li.two-cols ul li:last-child,.form-wrapper-modern ul li.three-cols ul li:last-child{margin:0 0 0 5px}.form-wrapper-modern ul li.three-cols ul li{width:calc(33% - 5px)}.form-wrapper-modern ul li.three-cols ul li ~ li{margin:0 5px}.form-wrapper-modern ul li:last-child{padding:0}.form-wrapper-modern ul:last-of-type{padding:0}.form-wrapper-modern h4{font-size:14px;color:#333;font-weight:bold;line-height:130%;padding-bottom:10px}.form-wrapper-modern .text{position:relative}.form-wrapper-modern .text input[type='text'],.form-wrapper-modern .text input[type='number'],.form-wrapper-modern .text input[type='tel'],.form-wrapper-modern .text input[type='password']{width:100%;height:50px;padding:15px 14px 0;box-sizing:border-box;border:1px solid #ccc;border-radius:2px;background:#fff;outline:0;font-size:14px;font-weight:500;color:#333;transition:border-color .2s;appearance:none}.form-wrapper-modern .text input[type='text']::placeholder,.form-wrapper-modern .text input[type='number']::placeholder,.form-wrapper-modern .text input[type='tel']::placeholder,.form-wrapper-modern .text input[type='password']::placeholder{color:transparent}.form-wrapper-modern .text input[type='text']:placeholder-shown ~ label,.form-wrapper-modern .text input[type='number']:placeholder-shown ~ label,.form-wrapper-modern .text input[type='tel']:placeholder-shown ~ label,.form-wrapper-modern .text input[type='password']:placeholder-shown ~ label{font-size:14px;color:#666;top:17px;left:16px;cursor:text}.form-wrapper-modern .text input[type='text']:placeholder-shown ~ label.error,.form-wrapper-modern .text input[type='number']:placeholder-shown ~ label.error,.form-wrapper-modern .text input[type='tel']:placeholder-shown ~ label.error,.form-wrapper-modern .text input[type='password']:placeholder-shown ~ label.error{display:none}.form-wrapper-modern .text input[type='text'] ~ label,.form-wrapper-modern .text input[type='number'] ~ label,.form-wrapper-modern .text input[type='tel'] ~ label,.form-wrapper-modern .text input[type='password'] ~ label,.form-wrapper-modern .text input[type='text']:focus ~ label,.form-wrapper-modern .text input[type='number']:focus ~ label,.form-wrapper-modern .text input[type='tel']:focus ~ label,.form-wrapper-modern .text input[type='password']:focus ~ label,.form-wrapper-modern .text input[type='text']:-webkit-autofill ~ label,.form-wrapper-modern .text input[type='number']:-webkit-autofill ~ label,.form-wrapper-modern .text input[type='tel']:-webkit-autofill ~ label,.form-wrapper-modern .text input[type='password']:-webkit-autofill ~ label{font-weight:500;position:absolute;top:6px;left:16px;display:block;transition:.2s;font-size:10px;line-height:normal;color:#666}.form-wrapper-modern .text input[type='text'] ~ label.error,.form-wrapper-modern .text input[type='number'] ~ label.error,.form-wrapper-modern .text input[type='tel'] ~ label.error,.form-wrapper-modern .text input[type='password'] ~ label.error,.form-wrapper-modern .text input[type='text']:focus ~ label.error,.form-wrapper-modern .text input[type='number']:focus ~ label.error,.form-wrapper-modern .text input[type='tel']:focus ~ label.error,.form-wrapper-modern .text input[type='password']:focus ~ label.error,.form-wrapper-modern .text input[type='text']:-webkit-autofill ~ label.error,.form-wrapper-modern .text input[type='number']:-webkit-autofill ~ label.error,.form-wrapper-modern .text input[type='tel']:-webkit-autofill ~ label.error,.form-wrapper-modern .text input[type='password']:-webkit-autofill ~ label.error{display:none}.form-wrapper-modern .text input[type='text'].error,.form-wrapper-modern .text input[type='number'].error,.form-wrapper-modern .text input[type='tel'].error,.form-wrapper-modern .text input[type='password'].error{border-color:#f00;background-color:#fff1f1;color:#666;z-index:9}.form-wrapper-modern .text input[type='text'].error:placeholder-shown ~ label,.form-wrapper-modern .text input[type='number'].error:placeholder-shown ~ label,.form-wrapper-modern .text input[type='tel'].error:placeholder-shown ~ label,.form-wrapper-modern .text input[type='password'].error:placeholder-shown ~ label,.form-wrapper-modern .text input[type='text'].error:-webkit-autofill ~ label,.form-wrapper-modern .text input[type='number'].error:-webkit-autofill ~ label,.form-wrapper-modern .text input[type='tel'].error:-webkit-autofill ~ label,.form-wrapper-modern .text input[type='password'].error:-webkit-autofill ~ label{display:block;position:absolute;top:6px;left:16px;transition:.2s;font-size:10px;color:#f00}.form-wrapper-modern .text input[type='text'].error:placeholder-shown ~ label.error,.form-wrapper-modern .text input[type='number'].error:placeholder-shown ~ label.error,.form-wrapper-modern .text input[type='tel'].error:placeholder-shown ~ label.error,.form-wrapper-modern .text input[type='password'].error:placeholder-shown ~ label.error,.form-wrapper-modern .text input[type='text'].error:-webkit-autofill ~ label.error,.form-wrapper-modern .text input[type='number'].error:-webkit-autofill ~ label.error,.form-wrapper-modern .text input[type='tel'].error:-webkit-autofill ~ label.error,.form-wrapper-modern .text input[type='password'].error:-webkit-autofill ~ label.error{position:static;padding-top:5px;font-weight:500!important}.form-wrapper-modern .text input[type='text'].error ~ label,.form-wrapper-modern .text input[type='number'].error ~ label,.form-wrapper-modern .text input[type='tel'].error ~ label,.form-wrapper-modern .text input[type='password'].error ~ label{display:block;color:#f00}.form-wrapper-modern .text input[type='text'].error ~ label.error,.form-wrapper-modern .text input[type='number'].error ~ label.error,.form-wrapper-modern .text input[type='tel'].error ~ label.error,.form-wrapper-modern .text input[type='password'].error ~ label.error{position:static;padding-top:5px;font-weight:500!important}.form-wrapper-modern .text input[type='text']:disabled,.form-wrapper-modern .text input[type='number']:disabled,.form-wrapper-modern .text input[type='tel']:disabled,.form-wrapper-modern .text input[type='password']:disabled{background-color:#f7f7f7;border-color:#ccc;color:#666}.form-wrapper-modern .text input[type='text']:focus:not(.error),.form-wrapper-modern .text input[type='number']:focus:not(.error),.form-wrapper-modern .text input[type='tel']:focus:not(.error),.form-wrapper-modern .text input[type='password']:focus:not(.error){box-shadow:0 0 3px 0 #438ed8,inset 0 1px 2px 0 #7bb5f4;border:solid 1px #438ed8}.form-wrapper-modern .text input[type='text'].with-tooltip,.form-wrapper-modern .text input[type='number'].with-tooltip,.form-wrapper-modern .text input[type='tel'].with-tooltip,.form-wrapper-modern .text input[type='password'].with-tooltip{padding-right:50px}.form-wrapper-modern .text .tt-trigger{display:block;width:24px;height:24px;position:absolute;right:15px;top:15px;background:url('/assets/images/info@2x:3adb7367bc5fee3c69ca9f7085d58ff0.png');background-size:cover;z-index:5}.form-wrapper-modern .select{position:relative}.form-wrapper-modern .select select{width:100%;height:50px;border:1px solid #ccc;border-radius:2px;background:#fff url('/assets/images/select:3516048742146b0c2f5443753c6a5018.png') right 16px top 18px no-repeat;background-size:14px;padding:16px 35px 0 14px;box-sizing:border-box;font-size:14px;font-weight:500;line-height:100%;color:#333;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0}.form-wrapper-modern .select select ~ label{font-size:14px;color:#666;top:17px;left:16px;cursor:text;position:absolute;pointer-events:none;transition:.2s}.form-wrapper-modern .select select ~ label.error{display:none;color:#f00}.form-wrapper-modern .select select:not(.selectedOption){text-indent:-9999px}.form-wrapper-modern .select select.selectedOption ~ label{position:absolute;top:6px;left:16px;display:block;font-size:10px;line-height:normal;color:#666}.form-wrapper-modern .select select.error{border-color:#f00;background-color:#fff1f1;background-image:url('/assets/images/select-error:a5cefb490b1fd2ec3fb0ca6414a2a4fc.png')}.form-wrapper-modern .select select.error ~ label{color:#f00;font-weight:400}.form-wrapper-modern .select select.error ~ label.error{display:block;position:static;padding-top:5px;font-size:10px;font-weight:500!important}.form-wrapper-modern .select select:disabled{background-color:#f7f7f7;border-color:#ccc;color:#666}.form-wrapper-modern .select select:focus:not(.error){box-shadow:0 0 3px 0 #438ed8,inset 0 1px 2px 0 #7bb5f4;border:solid 1px #438ed8}.form-wrapper-modern .select.small select{height:40px;padding-top:14px;background-position:right 16px top 13px}.form-wrapper-modern .select.small select ~ label{top:12px}.form-wrapper-modern .select.small select.selectedOption ~ label{top:4px}.form-wrapper-modern input[type="radio"]{visibility:hidden;margin:0;padding:0;width:0;height:0}.form-wrapper-modern input[type="radio"]+label{font-size:14px;font-weight:500;color:#333;position:relative;cursor:pointer;margin-left:5px;padding-left:20px;display:inline-block}.form-wrapper-modern input[type="radio"]+label:before{content:'';display:block;border-radius:100px;width:14px;height:14px;border:1px solid #ddd;top:0;left:0;position:absolute}.form-wrapper-modern input[type="radio"]+label:after{display:block;position:absolute;background-color:#fff;border-color:#fff;border-radius:100px;width:4px;height:4px;left:6px;top:.35rem}.form-wrapper-modern input[type="radio"]:not(:focus):checked+label:before{border-color:#eea861;background-color:#eea861}.form-wrapper-modern input[type="radio"]:not(:focus):checked+label:after{content:''}.form-wrapper-modern input[type="checkbox"]{visibility:hidden;margin:0;padding:0;width:0;height:0}.form-wrapper-modern input[type="checkbox"] ~ label[for]{font-size:14px;font-weight:500;color:#333;position:relative;cursor:pointer;margin-left:0;padding-left:20px;display:inline-block}.form-wrapper-modern input[type="checkbox"] ~ label[for]:before{content:'';display:block;width:14px;height:14px;border:1px solid #ddd;top:0;left:0;position:absolute}.form-wrapper-modern input[type="checkbox"] ~ label[for]:after{display:block;position:absolute;background-color:#fff;border-color:#fff;border-radius:100px;width:12px;height:10px;left:2px;top:3px}.form-wrapper-modern input[type="checkbox"]:not(:focus):checked ~ label:before{border-color:#eea861;background-color:#eea861}.form-wrapper-modern input[type="checkbox"]:not(:focus):checked ~ label:after{content:'';background:url('/assets/images/checkbox_check:ea3c3da62797ff706c27505851cc1969.png');background-size:cover}.textbox-wrapper{position:relative}.textbox-wrapper textarea,.textbox-wrapper input[type='text'],.textbox-wrapper input[type='number'],.textbox-wrapper input[type='tel']{width:100%;height:50px;padding:15px 14px 0;box-sizing:border-box;border:1px solid #ccc;border-radius:2px;background:#fff;outline:0;font-size:14px;font-weight:500;color:#333;transition:border-color .2s;appearance:none}.textbox-wrapper textarea::placeholder,.textbox-wrapper input[type='text']::placeholder,.textbox-wrapper input[type='number']::placeholder,.textbox-wrapper input[type='tel']::placeholder{color:transparent}.textbox-wrapper textarea:placeholder-shown ~ label,.textbox-wrapper input[type='text']:placeholder-shown ~ label,.textbox-wrapper input[type='number']:placeholder-shown ~ label,.textbox-wrapper input[type='tel']:placeholder-shown ~ label{font-size:14px;color:#666;top:17px;left:16px;cursor:text}.textbox-wrapper textarea:placeholder-shown ~ label.error,.textbox-wrapper input[type='text']:placeholder-shown ~ label.error,.textbox-wrapper input[type='number']:placeholder-shown ~ label.error,.textbox-wrapper input[type='tel']:placeholder-shown ~ label.error{display:none}.textbox-wrapper textarea ~ label,.textbox-wrapper input[type='text'] ~ label,.textbox-wrapper input[type='number'] ~ label,.textbox-wrapper input[type='tel'] ~ label,.textbox-wrapper textarea:focus ~ label,.textbox-wrapper input[type='text']:focus ~ label,.textbox-wrapper input[type='number']:focus ~ label,.textbox-wrapper input[type='tel']:focus ~ label{position:absolute;top:6px;left:16px;display:block;transition:.2s;font-size:10px;line-height:normal;color:#666;font-weight:100}.textbox-wrapper textarea ~ label.error,.textbox-wrapper input[type='text'] ~ label.error,.textbox-wrapper input[type='number'] ~ label.error,.textbox-wrapper input[type='tel'] ~ label.error,.textbox-wrapper textarea:focus ~ label.error,.textbox-wrapper input[type='text']:focus ~ label.error,.textbox-wrapper input[type='number']:focus ~ label.error,.textbox-wrapper input[type='tel']:focus ~ label.error{display:none}.textbox-wrapper textarea.error,.textbox-wrapper input[type='text'].error,.textbox-wrapper input[type='number'].error,.textbox-wrapper input[type='tel'].error{border-color:#f00;background-color:#fff1f1;color:#666}.textbox-wrapper textarea.error:placeholder-shown ~ label,.textbox-wrapper input[type='text'].error:placeholder-shown ~ label,.textbox-wrapper input[type='number'].error:placeholder-shown ~ label,.textbox-wrapper input[type='tel'].error:placeholder-shown ~ label{display:block;position:absolute;top:6px;left:16px;transition:.2s;font-size:10px;color:#f00}.textbox-wrapper textarea.error:placeholder-shown ~ label.error,.textbox-wrapper input[type='text'].error:placeholder-shown ~ label.error,.textbox-wrapper input[type='number'].error:placeholder-shown ~ label.error,.textbox-wrapper input[type='tel'].error:placeholder-shown ~ label.error{position:static;padding-top:5px;font-weight:500!important}.textbox-wrapper textarea.error ~ label,.textbox-wrapper input[type='text'].error ~ label,.textbox-wrapper input[type='number'].error ~ label,.textbox-wrapper input[type='tel'].error ~ label{display:block;color:#f00}.textbox-wrapper textarea.error ~ label.error,.textbox-wrapper input[type='text'].error ~ label.error,.textbox-wrapper input[type='number'].error ~ label.error,.textbox-wrapper input[type='tel'].error ~ label.error{position:static;padding-top:5px}.textbox-wrapper textarea:disabled,.textbox-wrapper input[type='text']:disabled,.textbox-wrapper input[type='number']:disabled,.textbox-wrapper input[type='tel']:disabled{background-color:#f7f7f7;border-color:#ccc;color:#666}.textbox-wrapper textarea:focus:not(.error),.textbox-wrapper input[type='text']:focus:not(.error),.textbox-wrapper input[type='number']:focus:not(.error),.textbox-wrapper input[type='tel']:focus:not(.error){box-shadow:0 0 3px 0 #438ed8,inset 0 1px 2px 0 #7bb5f4;border:solid 1px #438ed8}.textbox-wrapper textarea.with-tooltip,.textbox-wrapper input[type='text'].with-tooltip,.textbox-wrapper input[type='number'].with-tooltip,.textbox-wrapper input[type='tel'].with-tooltip{padding-right:50px}.textbox-wrapper textarea.half-size,.textbox-wrapper input[type='text'].half-size,.textbox-wrapper input[type='number'].half-size,.textbox-wrapper input[type='tel'].half-size{width:140px}.textbox-wrapper textarea{padding-top:20px}.textbox-wrapper textarea.no-resize{resize:none}.textbox-wrapper input[type='number']{-moz-appearance:textfield}.textbox-wrapper input[type='number']::-webkit-outer-spin-button,.textbox-wrapper input[type='number']::-webkit-inner-spin-button{-webkit-appearance:none}.custom-select{width:100%}.select2-results{font-size:12px}.select2-dropdown{border:1px solid #ccc!important;border-radius:2px!important;box-shadow:0 0 5px 0 #dddee1;padding:4px 0}.select2-search--dropdown{display:none}.select2-container{width:100%}.select2-container>*,.select2-container .select2-selection--multiple{cursor:pointer!important}.select2-container .select2-selection{width:100%;height:50px;border:1px solid #ccc!important;border-radius:2px;padding:16px 35px 0 14px;box-sizing:border-box;font-size:14px;font-weight:500;line-height:100%;color:#333;appearance:none;outline:0}.select2-container .select2-selection:after{content:'';background:url('/assets/images/select:3516048742146b0c2f5443753c6a5018.png');background-size:cover;display:block;width:14px;height:14px;position:absolute;right:16px;top:18px;transition:transform .3s}.select2-container .select2-selection .placeholder{position:absolute;top:6px;left:16px;display:block;font-size:10px;line-height:normal;color:#666;pointer-events:none;transition:.2s}.select2-container .select2-selection .select2-selection__rendered{display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin:7px 0 0;padding:0;width:100%;line-height:normal;color:#333;font-weight:500}.select2-container .select2-selection .select2-search--inline{position:absolute;bottom:8px;left:16px;display:block;margin:0}.select2-container .select2-selection .select2-selection__choice{background:0;border:0;border-radius:0;margin:0 5px 0 0;padding:0}.select2-container .select2-selection .select2-selection__choice:after{content:','}.select2-container .select2-selection .select2-selection__choice:last-of-type:after{content:none}.select2-container .select2-selection .select2-selection__choice__display{font-size:14px;padding:0;margin:0}.select2-container .select2-selection .select2-selection__choice__remove,.select2-container .select2-selection .select2-selection__arrow{display:none}.select2-container--open .select2-dropdown--below{top:8px}.select2-container--open .select2-dropdown--above{top:-8px}.select2-container--open .select2-selection:after{transform:rotate(180deg)}.select2-container .select2-search--inline .select2-search__field{font-size:14px;font-weight:500;opacity:1;margin:0}.select2-container .select2-search--inline .select2-search__field>*,.select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder{color:#333}.select2-results__options .select2-results__option{padding:11px 16px;background-color:transparent!important}.select2-results__options .select2-results__option--highlighted{color:#333!important;background-color:#f8f8f8!important}.select2-results__options .options-with-data{display:flex}.select2-results__options .options-with-data img{margin-right:8px}.select2-results__options .options-with-data .text{flex:1;align-self:center;font-weight:bold}.select2-results__options .options-with-data .text .subtext{display:block;font-weight:normal;margin-top:2px}.select2-results__options[aria-multiselectable='true'] .select2-results__option:before{content:'';display:inline-block;width:16px;height:16px;margin-right:8px;background:url('/assets/images/select2_multiple:3ac4e1e0dea67edf454334493ea88ace.png');background-size:cover;vertical-align:middle}.select2-results__options[aria-multiselectable='true'] .select2-results__option--selected:before{background-image:url('/assets/images/select2_multiple_selected:999fc4008d8e6740618c7aef68d2c293.png')}.selectedOption ~ .select2.select2-container .select2-selection{border-color:#039!important;background-color:#f4f8ff}@media only screen and (-webkit-min-device-pixel-ratio:1.5) and (max-device-width:736px),only screen and (-o-min-device-pixel-ratio:3/2) and (max-device-width:736px),only screen and (min-resolution:150dpi) and (max-device-width:736px),only screen and (min-device-pixel-ratio:1.5) and (max-device-width:736px){.form-wrapper-modern ul li.mobile-single-col ul li{width:100%;margin:0 0 5px}.form-wrapper-modern ul li.mobile-single-col ul li:last-child,.form-wrapper-modern ul li.mobile-single-col ul li ~ li{margin:5px 0 0}.form-wrapper-modern ul li h4{font-size:16px;letter-spacing:-0.2px}}select::-ms-expand{display:none}@media screen and (-webkit-min-device-pixel-ratio:0){.form-wrapper-modern .select select{line-height:normal}}@-moz-document url-prefix(){.form-wrapper-modern .select select{text-indent:-2px}select:-moz-focusring,select::-moz-focus-inner{color:transparent!important;text-shadow:0 0 0 #000!important}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.form-wrapper-modern input[type="radio"]+label{display:inline-block!important}}.refurbishment-banner{width:1150px;position:absolute}.refurbishment-banner.fixed{position:fixed;top:0;z-index:11;background-color:#fff;width:1150px}.refurbishment-banner.fixed:before{content:"";position:absolute;box-shadow:0 2px 4px 0 rgba(17,18,20,0.12);display:block;left:-25vw;bottom:0;width:150vw;height:40px;background:#fff;z-index:-1}.refurbishment-banner.fixed .yepy-banner{height:44px;justify-content:flex-start}.refurbishment-banner.fixed .yepy-banner:after{height:44px}.refurbishment-banner.fixed .yepy-banner-logo{display:flex}.refurbishment-banner.fixed .yepy-banner-logo img{width:53px;height:24px}.refurbishment-banner.fixed .yepy-banner-content{font-size:18px;margin-left:var(--sui-spacing-md,16px)}.refurbishment-banner.fixed .yepy-banner-phones{display:none}.refurbishment-banner.fixed .refurb-breadcrumb{padding:var(--sui-spacing-xl,24px) 0 var(--sui-spacing-sm,12px) 0}.refurbishment-banner .yepy-banner{display:flex;width:100%;justify-content:space-between;align-items:center;height:58px}.refurbishment-banner .yepy-banner:after{content:"";position:absolute;background:var(--sui-white);display:block;height:60px;z-index:-1}.refurbishment-banner .yepy-banner-logo img{width:130px}.refurbishment-banner .yepy-banner-image{display:flex;width:132px;height:60px}.refurbishment-banner .yepy-banner-image img{display:block;width:100%}.refurbishment-banner .yepy-banner-content{margin-left:var(--sui-spacing-2xl,32px);font-size:30px;max-width:500px}.refurbishment-banner .yepy-banner-phones{width:100%;max-width:370px;height:124px;position:relative}.refurbishment-banner .yepy-banner-phones img{width:100%;height:100%}.refurbishment-banner .classifiedBreadCrumbBackground{display:none}.refurbishment-banner .refurb-breadcrumb{width:100%;padding:var(--sui-spacing-sm,12px) 0 var(--sui-spacing-xl,24px);position:sticky;top:44px}.refurbishment-banner .refurb-breadcrumb-list{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;list-style-type:none;gap:4px}.refurbishment-banner .refurb-breadcrumb-item{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.refurbishment-banner .refurb-breadcrumb-item-text{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:4px;text-decoration:none;color:var(--sui-emphasis-high)}.refurbishment-banner .refurb-breadcrumb-item-text:hover{text-decoration:none}.refurbishment-banner .refurb-breadcrumb-item-text:hover .text{text-decoration:underline;cursor:pointer}.refurbishment-banner .refurb-breadcrumb-item-text .text{font-size:12px}.refurbishment-search-info .refurbishment-search-info-header{display:flex;justify-content:space-between;height:44px}.refurbishment-search-info .refurbishment-search-info-header .refurbishment-search-info-title{margin:var(--sui-spacing-xs,8px) 0}.refurbishment-search-info .refurbishment-search-info-header .refurbishment-search-info-title h1{font-size:24px}.refurbishment-search-info .refurbishment-selected-filters{display:inline-flex;font-size:0;margin:var(--sui-spacing-md,16px) 0 6px;max-width:908px;flex-wrap:wrap;flex-direction:row;width:100%}.refurbishment-search-info .refurbishment-selected-filters .refurbishment-top-total-count{margin:0 var(--sui-spacing-xs,8px) 10px 0}.refurbishment-search-info .refurbishment-selected-filters .facetedFilteredLink{display:inline-flex;height:22px;justify-content:center;align-items:center;border-radius:36px;font-size:12px;color:var(--sui-primary-default,#1064bc);border:1px solid var(--sui-primary-default,#1064bc);width:max-content;padding:0 var(--sui-spacing-xs,8px);margin:0 var(--sui-spacing-xs,8px) 10px 0;text-decoration:none}.refurbishment-search-info .refurbishment-selected-filters .facetedFilteredLink i{cursor:pointer;line-height:normal;font-size:12px;margin-left:var(--sui-spacing-2xs,4px)}.refurbishment-search-info #currentSearchFilters{all:unset;display:flex;align-items:center;height:24px}.refurbishment-search-info #currentSearchFilters .refurbishment-clear-search-filter{margin-left:var(--sui-spacing-xs,8px)}.refurbishment-search-info #currentSearchFilters .refurbishment-clear-search-filter a{text-decoration:none}.refurbishment-top{display:flex;margin-bottom:16px;justify-content:space-between}.refurbishment-top-h1{margin-bottom:24px;margin-top:14px}.refurbishment-top-h1 h1{font-size:24px}.refurbishment-top-left{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.refurbishment-top-right{display:flex;margin-left:auto;min-width:216px;height:44px;position:relative;z-index:10}.refurbishment-top-right .searchResultSorted{all:unset;width:100%;height:100%}.refurbishment-top-right .searchResultSorted .sortedTypes{all:unset;margin:0;float:none;width:100%;height:100%;display:block}.refurbishment-top-right .searchResultSorted .sortedTypes .sort-order-menu{float:none;width:100%;height:100%}.refurbishment-top-right .searchResultSorted .sortedTypes .sort-order-menu .sort-order-menu-link:hover{border-color:var(--sui-primary-light)}.refurbishment-top-right .searchResultSorted .sortedTypes .sort-order-menu .sorted-active .sort-order-menu-link{box-shadow:0 0 4px 1px #0d5096;border-color:var(--sui-primary-dark);color:var(--sui-emphasis-low)}.refurbishment-top-right .searchResultSorted .sortedTypes .sort-order-menu>li{all:unset;height:100%;width:100%}.refurbishment-top-right .searchResultSorted .sortedTypes .sort-order-menu>li>a{color:var(--sui-emphasis-high);box-sizing:border-box;height:100%;width:230px;padding:var(--sui-spacing-sm,12px) var(--sui-spacing-xs,8px) var(--sui-spacing-sm,12px) var(--sui-spacing-md,16px);position:relative;font-size:14px;font-weight:400;display:flex;justify-content:space-between;align-items:center;border-radius:4px;border:1px solid var(--sui-emphasis-disabled,rgba(17,18,20,0.24));background:var(--sui-surface-level-1,#fff);line-height:normal}.refurbishment-top-right .searchResultSorted .sortedTypes .sort-order-menu>li>a i{padding:var(--sui-spacing-2xs,4px)}.refurbishment-top-right .searchResultSorted .sortedTypes .sort-order-menu>li>a:after{display:none}.refurbishment-top-right .searchResultSorted .sortedTypes .sort-order-menu>li>a ul{top:43px;width:235px}.refurbishment-top-total-count{display:inline-flex}.refurbishment-top-total-count p{font-size:14px}.refurbishment-content *{box-sizing:border-box}.refurbishment-content ul{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:16px}.refurbishment-content ul .yepy-advantages-section{grid-column:span 4}.refurbishment-content ul .yepy-advantages-section .advantages-section{margin-bottom:0}.refurbishment-content ul .yepy-advantages-section .advantages-section .advantages-boxes{padding:var(--sui-spacing-sm,12px) 60px}.refurbishment-content-box{width:100%;max-width:215px;height:346px;border-radius:8px;border:1px solid var(--sui-surface-level-3,#dddee0);position:relative}.refurbishment-content-box-detail{display:flex;flex-direction:column;padding:var(--sui-spacing-md,16px);height:131px}.refurbishment-content-box-detail .searchResultsPriceValue{font-size:16px;order:2}.refurbishment-content-box-detail .searchResultsTagAttributeValue{font-size:16px;margin-bottom:var(--sui-spacing-2xs,4px)}.refurbishment-content-box-detail .searchResultsTitleValue{font-size:14px;margin-bottom:var(--sui-spacing-sm,12px)}.refurbishment-content-box-detail .refurbishment-content-colors{order:1;margin-bottom:var(--sui-spacing-sm,12px);display:flex;gap:3px}.refurbishment-content-box-detail .refurbishment-content-colors img{width:12px}.refurbishment-content-box-detail .refurbishment-classified-price-container span{font-size:16px}.refurbishment-content-box.banner{display:flex;flex-direction:column;align-items:center;background:linear-gradient(181deg,#6d82f0 16%,#253065 100%)}.refurbishment-content-box.banner img{width:100%;height:168px;margin-top:var(--sui-spacing-xl,24px)}.refurbishment-content-box.banner p{font-size:17px;color:var(--sui-white,#fff);text-align:center;margin:var(--sui-spacing-xl,24px) var(--sui-spacing-xs,8px)}.refurbishment-content-box.banner a{width:183px;justify-content:center;text-decoration:none}.refurbishment-content-box .searchResultsLargeThumbnail{display:flex;align-items:center;justify-content:center;width:100%;height:215px}.refurbishment-content-box .searchResultsLargeThumbnail img{width:234px;height:175px;margin:var(--sui-spacing-lg,20px)}.refurbishment-content-box .searchResultsLargeThumbnail .yepy-no-logo{width:88px;height:88px}.refurbishment-content-box .searchResultsTitleValue a{all:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px;width:100%;margin-bottom:0}.refurbishment-content-box .searchResultsColor{margin:12px 0}.refurbishment-content-box .searchResultsColor ul{display:flex;gap:3px}.refurbishment-content-box .searchResultsColor ul li{display:inline-flex;width:12px;height:12px}.refurbishment-content-box .searchResultsColor ul li button{width:100%;height:100%;border-radius:50%;background-color:transparent;padding:0;border:0}.refurbishment-container{padding-top:90px;color:var(--sui-emphasis-high,rgba(17,18,20,0.8));transition:padding-top .5s ease}.refurbishment-container.searchResultsPage{margin-top:0}.refurbishment-container .searchResultsContainer .advantages-section{background-color:var(--sui-grey-40,#f4f4f4);height:68px;width:100%;max-width:1150px;margin-bottom:var(--sui-spacing-xl,24px)}.refurbishment-container .searchResultsContainer .advantages-section .advantages-boxes{display:flex;flex-direction:row;justify-content:space-between;border-radius:8px;background:var(--sui-grey-40,#f4f4f4);padding:var(--sui-spacing-sm,12px) 120px}.refurbishment-container .searchResultsContainer .advantages-section .advantages-boxes .box{display:flex}.refurbishment-container .searchResultsContainer .advantages-section .advantages-boxes .box .icon{color:var(--sui-param-guvende-default,#00a698);border-radius:8px;background:var(--sui-white,#fff);font-size:28px;padding:var(--sui-spacing-xs,8px)}.refurbishment-container .searchResultsContainer .advantages-section .advantages-boxes .box .title{display:flex;align-items:center;font-size:14px!important;color:var(--sui-emphasis-high,rgba(17,18,20,0.8));color:var(--sui-emphasis-high,rgba(17,18,20,0.8));margin-left:var(--sui-spacing-sm,12px)}.refurbishment-container .sticky-search-button{box-shadow:none;border:0;width:226px;bottom:6px;border-top:1px solid var(--sui-surface-level-3,#dddee0);padding:var(--sui-spacing-md,16px) 0 var(--sui-spacing-xs,8px)}.refurbishment-container .sticky-search-button.fixed{border-top:0;padding:var(--sui-spacing-xs,8px) 0;bottom:var(--sui-spacing-xl,24px)}.refurbishment-container .sticky-search-button .sui-button{width:100%;justify-content:center;margin:0}.refurbishment-container .sort-order-menu>.sorted-active ul{width:230px;top:50px;border-radius:4px;overflow:hidden;border:1px solid var(--surface-level-3,#dddee0)}.refurbishment-container .sort-order-menu>.sorted-active ul li.sort-list{padding:var(--sui-spacing-md,16px) var(--sui-spacing-md,16px) var(--sui-spacing-xs,8px) var(--sui-spacing-md,16px);background-color:var(--sui-surface-level-2,#f4f4f4);color:var(--sui-emphasis-low,rgba(17,18,20,0.4));font-size:12px;font-weight:700;line-height:16px}.refurbishment-container .sort-order-menu>.sorted-active ul li a{display:flex;align-items:center;justify-content:space-between;color:rgba(17,18,20,0.8);font-size:14px;font-weight:400;padding:var(--sui-spacing-xs,8px) var(--sui-spacing-md,16px);border-bottom:1px solid var(--sui-surface-level-2,#f4f4f4);line-height:22px}.refurbishment-container .sort-order-menu>.sorted-active ul li a i{font-size:16px;color:var(--sui-primary-default,#1064bc);padding-left:var(--sui-spacing-md,16px)}.refurbishment-container .sort-order-menu>.sorted-active ul li a.selected-sortorder{background-color:var(--sui-primary-soft,#e7f0f8)}.refurbishment-container .searchResultsRight{width:908px!important}.refurbishment-container .searchResultsRight .refurbishment-noResults{display:flex;flex-direction:column;align-items:center;margin:80px}.refurbishment-container .searchResultsRight .refurbishment-noResults i{font-size:56px;width:56px;height:56px;display:flex;align-items:center;margin-bottom:var(--sui-spacing-xl,24px)}.refurbishment-container .searchResultsRight .refurbishment-noResults h4{font-size:16px;margin-bottom:var(--sui-spacing-xs,8px)}.refurbishment-container .searchResultsRight .refurbishment-noResults p{font-size:14px}.refurbishment-container .searchResultsRight .refurbishment-noResults h4,.refurbishment-container .searchResultsRight .refurbishment-noResults p{color:var(--sui-emphasis-medium,rgba(17,18,20,0.64))}.refurbishment-container .search-left{width:226px;padding-bottom:74px}.refurbishment-container .search-left #searchResultLeft-category .refurbishment-search-cats{margin:0;border:0;font-size:14px;padding:0}.refurbishment-container .search-left #searchResultLeft-category .refurbishment-search-cats h2{font-size:14px}.refurbishment-container .search-left #searchResultLeft-category .refurbishment-search-cats li{padding:4px 0}.refurbishment-container .search-left #searchResultLeft-category .refurbishment-search-cats li a{color:var(--sui-emphasis-high,rgba(17,18,20,0.8))}.refurbishment-container .search-left #searchResultLeft-category .refurbishment-search-cats #search_cats .refurbishment-category{margin-bottom:var(--sui-spacing-sm,12px);font-size:16px}.refurbishment-container .search-left #searchResultLeft-category .refurbishment-search-cats #search_cats #searchCategoryContainer{width:100%;max-height:164px;margin-bottom:12px}.refurbishment-container .search-left #searchResultLeft-category .refurbishment-search-cats #search_cats #searchCategoryContainer li span{font-size:10px;color:var(--sui-emphasis-low,rgba(17,18,20,0.4))}.refurbishment-container .search-left #searchResultLeft-category .refurbishment-search-cats #search_cats #searchCategoryContainer li.cl3{margin-left:var(--sui-spacing-md,16px)}.refurbishment-container .search-left #searchResultLeft-category .refurbishment-search-cats #search_cats #searchCategoryContainer .jspVerticalBar{right:4px!important}.refurbishment-container .search-left #searchResultLeft-category .refurbishment-search-cats #search_cats .refurbishment-search-cats-list li .refurbishment-subCategories-filterable{margin-right:0!important}.refurbishment-container .search-left #searchResultLeft-category .refurbishment-search-cats #search_cats .refurbishment-search-cats-list li.cl0,.refurbishment-container .search-left #searchResultLeft-category .refurbishment-search-cats #search_cats .refurbishment-search-cats-list li.cl1{display:none}.refurbishment-container .search-left #searchResultLeft-category .refurbishment-search-cats #search_cats .refurbishment-search-cats-list li.cl2{margin-left:0}.refurbishment-container .search-left #searchResultLeft-category .refurbishment-search-cats #search_cats .refurbishment-search-cats-list li.cl3{margin-left:16px}.refurbishment-container .search-left #searchResultLeft-category .refurbishment-search-cats #search_cats .refurbishment-search-cats-list li.cl4{margin-left:32px}.refurbishment-container .search-left #searchResultLeft-category .refurbishment-search-cats #search_cats .refurbishment-search-cats-list li.cl5{margin-left:48px}.refurbishment-container .search-left #searchResultLeft-category .refurbishment-search-cats #search_cats .refurbishment-search-cats-list li.cl6{margin-left:64px}.refurbishment-container .search-left .refurbishment-input.sui-wrapper{margin-bottom:var(--sui-spacing-sm,12px)}.refurbishment-container .search-left .refurbishment-input.sui-wrapper:nth-of-type(2){margin-bottom:0}.refurbishment-container .search-left .refurbishment-input input{width:100%}.refurbishment-container .search-left .refurbishment-input:first-child sui-input{margin-bottom:var(--sui-spacing-sm,12px)}.refurbishment-container .search-left .form-style-wrapper.refresh-on-click{display:none}.refurbishment-container .search-left .form-style-wrapper.refresh-on-click label{margin-bottom:12px}.refurbishment-container .search-left .search-filter-section:not(#searchResultLeft-category){margin-bottom:0}.refurbishment-container .search-left .search-filter-section:not(#searchResultLeft-category) dl{background-color:transparent;width:100%;border-bottom:none!important}.refurbishment-container .search-left .search-filter-section:not(#searchResultLeft-category) dl .collapsetitle{font-size:16px;background-color:transparent;width:100%;box-sizing:border-box;font-size:16px;border-top:1px solid var(--sui-surface-level-3,#dddee0);padding:var(--sui-spacing-md,16px) 32px var(--sui-spacing-sm,12px) 0;color:var(--sui-emphasis-high,rgba(17,18,20,0.8))}.refurbishment-container .search-left .search-filter-section:not(#searchResultLeft-category) dl .collapsetitle:before{width:12px;right:4px;top:20px}.refurbishment-container .search-left .search-filter-section:not(#searchResultLeft-category) dl .collapsetitle .collapseClosed:before{width:12px;top:20px}.refurbishment-container .search-left .search-filter-section:not(#searchResultLeft-category) dl .collapseContent{padding:0;padding-bottom:var(--sui-spacing-md,16px);width:100%;display:flex;flex-direction:column}.refurbishment-container .search-left .search-filter-section:not(#searchResultLeft-category) dl .collapseContent .selectedFormEnumValues{order:2}.refurbishment-container .search-left .search-filter-section:not(#searchResultLeft-category) dl .collapseContent .refurbishment-input.sui-wrapper{order:1}.refurbishment-container .search-left .search-filter-section:not(#searchResultLeft-category) dl .collapseContent .facetedSearchList{order:3;max-height:204px}.refurbishment-container .search-left .search-filter-section:not(#searchResultLeft-category) dl .collapseContent .facetedSearchList .jspVerticalBar{right:-3px!important}.refurbishment-container .search-left .search-filter-section:not(#searchResultLeft-category) dl .collapseContent .facetedSearchList li:not(:last-child){display:block;margin-bottom:var(--sui-spacing-sm,12px)}.refurbishment-container .search-left .search-filter-section:not(#searchResultLeft-category) dl .collapseContent .facetedSearchList li.hide{display:none}.refurbishment-container .search-left .search-filter-section:not(#searchResultLeft-category) dl .collapseContent .facetedSearchList .text-content .form-check{align-items:center}.refurbishment-container .search-left .search-filter-section:not(#searchResultLeft-category) dl .collapseContent .selectedValuesDivider{width:100%}.refurbishment-container .search-left .search-filter-section:not(#searchResultLeft-category) dl .collapseContent .selectedFormEnumValues,.refurbishment-container .search-left .search-filter-section:not(#searchResultLeft-category) dl .collapseContent .facetedSearchList{width:100%}.refurbishment-container .search-left .search-filter-section:not(#searchResultLeft-category) dl.refurbishment-selected li{margin-bottom:var(--sui-spacing-sm,12px)}.refurbishment-container .search-left .search-filter-section:not(#searchResultLeft-category) dl.refurbishment-selected .selectedValuesDivider{display:none}.refurbishment-container .search-left .search-filter-section:not(#searchResultLeft-category) dl.refurbishment-selected .refurbishment-input{margin-bottom:var(--sui-spacing-sm,12px)}.refurbishment-container .search-left .search-filter-section:not(#searchResultLeft-category) dl.refurbishment-selected .text-content .form-check{align-items:center}.refurbishment-container .refurb-page-navigator{margin-top:var(--sui-spacing-4xl,48px);padding:var(--sui-spacing-lg,20px) var(--sui-spacing-lg,20px) 30px var(--sui-spacing-lg,20px)}.refurbishment-container .refurb-page-navigator-buttons{text-align:center}.refurbishment-container .refurb-page-navigator-buttons a{width:32px;padding:0;justify-content:center;margin-right:var(--sui-spacing-xs,8px);text-decoration:none;font-size:14px}.refurbishment-container .refurb-page-navigator-buttons a i{font-size:20px}.refurbishment-container .refurb-page-navigator-buttons a.ellipsis{border:0}@media screen and (max-width:1200px){.yepy-banner:after{width:1170px!important;left:-10px!important}}@media screen and (max-width:1199px){.desktop .searchResultsRight{width:calc(100% - 240px)!important}}.header-banners:has(~ #searchContainer .refurbishment-banner){display:none}.productConditionAndSecureTradeSelector{display:inline-block;border:2px solid #12a87e;border-radius:2px;padding:11px 6px 0;font-size:12px;margin-top:0;margin-bottom:10px;height:84px;width:auto}.productConditionAndSecureTradeSelector h3{margin-top:0;margin-bottom:5px;font-size:inherit;font-weight:bold}.productConditionAndSecureTradeSelector .sahibindenSelect-holder{position:relative;float:left;height:32px;padding-right:5px;color:#333}.productConditionAndSecureTradeSelector .sahibindenSelect{width:auto;border:0;background-color:#12a87e;border-radius:3px 3px 0 0;font-size:11px;color:white;position:absolute;cursor:pointer;padding:3px 5px;z-index:100;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.2);box-shadow:inset 0 1px 1px rgba(0,0,0,0.2)}.productConditionAndSecureTradeSelector .sahibindenSelect.closed{background-color:#12a87e}.productConditionAndSecureTradeSelector .sahibindenSelect span{display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-shadow:-1px 1px 2px rgba(0,0,0,0.50);padding-left:2px;margin-right:15px;line-height:18px;min-width:14px;z-index:1}.productConditionAndSecureTradeSelector .sahibindenSelect.closed span{display:block;margin-right:15px;line-height:18px;min-width:14px}.productConditionAndSecureTradeSelector .sahibindenSelect.closed{overflow:hidden;border-radius:3px;position:relative;top:0;height:18px}.productConditionAndSecureTradeSelector .sahibindenSelect:after{width:12px;height:6px;position:absolute;margin-top:-1px;content:" ";pointer-events:none}.productConditionAndSecureTradeSelector .sahibindenSelect:after{background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAGCAIAAACaUPOvAAAKnmlDQ1BJQ0MgUHJvZmlsZQAASImVlwdQU9kexs+9N73QAqFICTUUQXqVXkMRpIONkEAIJYZAaGJncQXXgogI2JAVEQXXAshaEFEsLIIKdhdkUVHWxYKiqLwbeIT33rydN++bOclv/nPud/7n5J6ZLwBQzrGFwlRYDoA0QaYo1NeDER0Ty8D/DiCABUTABApsTobQPSQkEPytPvajs1HdMZV4/f28/yp5bkIGBwAoBOV4bgYnDeXT6KjhCEWZACDRaF03O1Mo4XyUFUVogyhvlzBvhmskHD/DLdNzwkM9Ue4CgEBhs0U8AMj30Toji8NDfcgTKJsLuHwBABRDlF04SWwuykkoz09LWynhUpQN4//Fh/dvnvFSTzabJ+WZvUyL4MXPEKayc//P4/jfSksVz66hDSRNi/xCJeuhZ1aVsjJAyoL4RcGzzOfO9CThJLFfxCxzMjxjZ5nL9gqYZXFKhPsss0Vzz/IzWeGzLFoZKvUXpC4KlPonsKSckOEdNsuJfB/WLOclhUfNchY/ctEsZ6SEBczN8ZTWReJQac+JIh/pHtMy5nrjsOfWykwK95PuK8HLW9qPIEI6R5jpIfURpobM9ZzqK61nZIVJn81EX6pZTmb7h8z5hEjPBPBBEGADTmZCTqakMc+VwlwRn5eUyXBHb0YCgyXgmM1nWJpb2AAguWczP+N7+vT9geg35mrpbQA4FKFF3lyNrQvA2ecA0D7O1XTfoa8AehfO93DEoqyZGkbygQUkIAsUgSrQBLrAEJgCS2ALnIAb8Ab+IBiEgxiwHHBAEkgDIpAN8sF6UAiKwXawC1SA/eAQOAKOg5OgGZwDl8BVcBP0gD7wCAyAYfAajIGPYBKCIDxEhWiQKqQF6UMmkCVkD7lA3lAgFArFQHEQDxJAYigf2ggVQyVQBXQQqoN+gc5Cl6DrUC/0ABqERqB30BcYgSmwIqwBG8ALYHvYHQ6Aw+FlMA9Oh/PgAngrXA5Xw8fgJvgSfBPugwfg1/A4AhAyQke0EVPEHvFEgpFYJBERIWuQIqQMqUYakFakE7mDDCCjyGcMDkPDMDCmGCeMHyYCw8GkY9ZgtmAqMEcwTZgOzB3MIGYM8x1LxapjTbCOWBY2GsvDZmMLsWXYw9gz2CvYPuww9iMOh6PjmDg7nB8uBpeMW4XbgtuLa8S14XpxQ7hxPB6vijfBO+OD8Wx8Jr4Qvwd/DH8Rfxs/jJ8gkAlaBEuCDyGWICBsIJQRjhIuEG4TXhAmiXJEfaIjMZjIJeYStxFriK3EW8Rh4iRJnsQkOZPCScmk9aRyUgPpCukx6T2ZTNYhO5AXk/nkdeRy8gnyNfIg+TNFgWJM8aQspYgpWym1lDbKA8p7KpVqQHWjxlIzqVupddTL1KfUCRmajJkMS4Yrs1amUqZJ5rbMG1mirL6su+xy2TzZMtlTsrdkR+WIcgZynnJsuTVylXJn5e7JjcvT5C3kg+XT5LfIH5W/Lv9SAa9goOCtwFUoUDikcFlhiIbQdGmeNA5tI62GdoU2rIhTZCqyFJMVixWPK3YrjikpKFkrRSrlKFUqnVcaoCN0AzqLnkrfRj9J76d/UdZQdldOUN6s3KB8W/mTyjwVN5UElSKVRpU+lS+qDFVv1RTVHarNqk/UMGrGaovVstX2qV1RG52nOM9pHmde0byT8x6qw+rG6qHqq9QPqXepj2toavhqCDX2aFzWGNWka7ppJmuWal7QHNGiablo8bVKtS5qvWIoMdwZqYxyRgdjTFtd209brH1Qu1t7UoepE6GzQadR54kuSddeN1G3VLddd0xPSy9IL1+vXu+hPlHfXj9Jf7d+p/4nA6ZBlMEmg2aDl0wVJouZx6xnPjakGroaphtWG941whnZG6UY7TXqMYaNbYyTjCuNb5nAJrYmfJO9Jr3zsfMd5gvmV8+/Z0oxdTfNMq03HTSjmwWabTBrNnuzQG9B7IIdCzoXfDe3MU81rzF/ZKFg4W+xwaLV4p2lsSXHstLyrhXVysdqrVWL1VtrE+sE633W921oNkE2m2zabb7Z2tmKbBtsR+z07OLsquzu2Svah9hvsb/mgHXwcFjrcM7hs6OtY6bjSce/nEydUpyOOr1cyFyYsLBm4ZCzjjPb+aDzgAvDJc7lgMuAq7Yr27Xa9ZmbrhvX7bDbC3cj92T3Y+5vPMw9RB5nPD55Onqu9mzzQrx8vYq8ur0VvCO8K7yf+uj48HzqfcZ8bXxX+bb5Yf0C/Hb43WNpsDisOtaYv53/av+OAEpAWEBFwLNA40BRYGsQHOQftDPo8SL9RYJFzcEgmBW8M/hJCDMkPeTXxbjFIYsrFz8PtQjND+0Mo4WtCDsa9jHcI3xb+KMIwwhxRHukbOTSyLrIT1FeUSVRA9ELoldH34xRi+HHtMTiYyNjD8eOL/FesmvJ8FKbpYVL+5cxl+Usu75cbXnq8vMrZFewV5yKw8ZFxR2N+8oOZlezx+NZ8VXxYxxPzm7Oa64bt5Q7kuCcUJLwItE5sSTxJc+Zt5M3kuSaVJY0yvfkV/DfJvsl70/+lBKcUpsylRqV2phGSItLOytQEKQIOlZqrsxZ2Ss0ERYKB9Id03elj4kCRIczoIxlGS2Zimig6RIbin8QD2a5ZFVmTWRHZp/Kkc8R5HTlGuduzn2R55P38yrMKs6q9nzt/PX5g6vdVx9cA62JX9O+Vndtwdrhdb7rjqwnrU9Z/9sG8w0lGz5sjNrYWqBRsK5g6AffH+oLZQpFhfc2OW3a/yPmR/6P3ZutNu/Z/L2IW3Sj2Ly4rPjrFs6WGz9Z/FT+09TWxK3d22y37duO2y7Y3r/DdceREvmSvJKhnUE7m0oZpUWlH3at2HW9zLps/27SbvHugfLA8pY9enu27/lakVTRV+lR2VilXrW56tNe7t7b+9z2NezX2F+8/8sB/oH7B30PNlUbVJcdwh3KOvS8JrKm82f7n+sOqx0uPvytVlA7cCT0SEedXV3dUfWj2+rhenH9yLGlx3qOex1vaTBtONhIbyw+AU6IT7z6Je6X/pMBJ9tP2Z9qOK1/uuoM7UxRE9SU2zTWnNQ80BLT0nvW/2x7q1PrmV/Nfq09p32u8rzS+W0XSBcKLkxdzLs43iZsG73EuzTUvqL90eXoy3c7Fnd0Xwm4cu2qz9XLne6dF685Xzt33fH62Rv2N5pv2t5s6rLpOvObzW9num27m27Z3Wrpcehp7V3Ye+G26+1Ld7zuXL3Lunuzb1Ffb39E//17S+8N3Ofef/kg9cHbh1kPJx+te4x9XPRE7knZU/Wn1b8b/d44YDtwftBrsOtZ2LNHQ5yh139k/PF1uOA59XnZC60XdS8tX54b8RnpebXk1fBr4evJ0cI/5f+semP45vRfbn91jUWPDb8VvZ16t+W96vvaD9Yf2sdDxp9+TPs4+aloQnXiyGf7z51for68mMz+iv9a/s3oW+v3gO+Pp9KmpoRsEXs6CiDogBMTAXhXCwA1Bs0OPQCQZGZy8LSgmew+TeDveCYrT8sWgFo3ACLWARCIZpR96NBHmYJ+SyJRuBuArayk45/KSLSynPGioGkSOzE19V4DAHwrAN9EU1OTe6emvqEZHnkAQFv6TP6WCIf+KzmAl9B1poYf+A/9A0MU/FwlkNs6AAAACXBIWXMAAAsTAAALEwEAmpwYAAAEI2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPHRpZmY6Q29tcHJlc3Npb24+NTwvdGlmZjpDb21wcmVzc2lvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzI8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgICAgIDx0aWZmOllSZXNvbHV0aW9uPjcyPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MTE8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjE8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjY8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICAgICA8ZGM6c3ViamVjdD4KICAgICAgICAgICAgPHJkZjpCYWcvPgogICAgICAgICA8L2RjOnN1YmplY3Q+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE1LTAzLTA0VDExOjAzOjcxPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5QaXhlbG1hdG9yIDMuMy4xPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgpJ7BuZAAAAr0lEQVQIHWNoO7P16dcPb398+fb7599///4jgc+/ftSf3sT80kZJmJ3LWkqVlYmZkZGRAQa+//k18fLeZbdPMQuE2p18fIuRgdFUQgkmy/Dz758pV/cvvHkcaCazcLDdfxamU49v//v/z1xSGajo97+/M68dmnPt8N///4BckAqQVlbmU09u//zzG2jSvJtHp1098AcsDZRhAUmDASMn+8zLB86+e3z1wwugMTBhBgAEnmAWuyNWLgAAAABJRU5ErkJggg==') 0 0 no-repeat}@media(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(-webkit-min-device-pixel-ratio:1.5),(min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.productConditionAndSecureTradeSelector .sahibindenSelect:after{background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAMCAIAAADpm9qRAAAKnmlDQ1BJQ0MgUHJvZmlsZQAASImVlwdQU9kexs+9N73QAqFICTUUQXqVXkMRpIONkEAIJYZAaGJncQXXgogI2JAVEQXXAshaEFEsLIIKdhdkUVHWxYKiqLwbeIT33rydN++bOclv/nPud/7n5J6ZLwBQzrGFwlRYDoA0QaYo1NeDER0Ty8D/DiCABUTABApsTobQPSQkEPytPvajs1HdMZV4/f28/yp5bkIGBwAoBOV4bgYnDeXT6KjhCEWZACDRaF03O1Mo4XyUFUVogyhvlzBvhmskHD/DLdNzwkM9Ue4CgEBhs0U8AMj30Toji8NDfcgTKJsLuHwBABRDlF04SWwuykkoz09LWynhUpQN4//Fh/dvnvFSTzabJ+WZvUyL4MXPEKayc//P4/jfSksVz66hDSRNi/xCJeuhZ1aVsjJAyoL4RcGzzOfO9CThJLFfxCxzMjxjZ5nL9gqYZXFKhPsss0Vzz/IzWeGzLFoZKvUXpC4KlPonsKSckOEdNsuJfB/WLOclhUfNchY/ctEsZ6SEBczN8ZTWReJQac+JIh/pHtMy5nrjsOfWykwK95PuK8HLW9qPIEI6R5jpIfURpobM9ZzqK61nZIVJn81EX6pZTmb7h8z5hEjPBPBBEGADTmZCTqakMc+VwlwRn5eUyXBHb0YCgyXgmM1nWJpb2AAguWczP+N7+vT9geg35mrpbQA4FKFF3lyNrQvA2ecA0D7O1XTfoa8AehfO93DEoqyZGkbygQUkIAsUgSrQBLrAEJgCS2ALnIAb8Ab+IBiEgxiwHHBAEkgDIpAN8sF6UAiKwXawC1SA/eAQOAKOg5OgGZwDl8BVcBP0gD7wCAyAYfAajIGPYBKCIDxEhWiQKqQF6UMmkCVkD7lA3lAgFArFQHEQDxJAYigf2ggVQyVQBXQQqoN+gc5Cl6DrUC/0ABqERqB30BcYgSmwIqwBG8ALYHvYHQ6Aw+FlMA9Oh/PgAngrXA5Xw8fgJvgSfBPugwfg1/A4AhAyQke0EVPEHvFEgpFYJBERIWuQIqQMqUYakFakE7mDDCCjyGcMDkPDMDCmGCeMHyYCw8GkY9ZgtmAqMEcwTZgOzB3MIGYM8x1LxapjTbCOWBY2GsvDZmMLsWXYw9gz2CvYPuww9iMOh6PjmDg7nB8uBpeMW4XbgtuLa8S14XpxQ7hxPB6vijfBO+OD8Wx8Jr4Qvwd/DH8Rfxs/jJ8gkAlaBEuCDyGWICBsIJQRjhIuEG4TXhAmiXJEfaIjMZjIJeYStxFriK3EW8Rh4iRJnsQkOZPCScmk9aRyUgPpCukx6T2ZTNYhO5AXk/nkdeRy8gnyNfIg+TNFgWJM8aQspYgpWym1lDbKA8p7KpVqQHWjxlIzqVupddTL1KfUCRmajJkMS4Yrs1amUqZJ5rbMG1mirL6su+xy2TzZMtlTsrdkR+WIcgZynnJsuTVylXJn5e7JjcvT5C3kg+XT5LfIH5W/Lv9SAa9goOCtwFUoUDikcFlhiIbQdGmeNA5tI62GdoU2rIhTZCqyFJMVixWPK3YrjikpKFkrRSrlKFUqnVcaoCN0AzqLnkrfRj9J76d/UdZQdldOUN6s3KB8W/mTyjwVN5UElSKVRpU+lS+qDFVv1RTVHarNqk/UMGrGaovVstX2qV1RG52nOM9pHmde0byT8x6qw+rG6qHqq9QPqXepj2toavhqCDX2aFzWGNWka7ppJmuWal7QHNGiablo8bVKtS5qvWIoMdwZqYxyRgdjTFtd209brH1Qu1t7UoepE6GzQadR54kuSddeN1G3VLddd0xPSy9IL1+vXu+hPlHfXj9Jf7d+p/4nA6ZBlMEmg2aDl0wVJouZx6xnPjakGroaphtWG941whnZG6UY7TXqMYaNbYyTjCuNb5nAJrYmfJO9Jr3zsfMd5gvmV8+/Z0oxdTfNMq03HTSjmwWabTBrNnuzQG9B7IIdCzoXfDe3MU81rzF/ZKFg4W+xwaLV4p2lsSXHstLyrhXVysdqrVWL1VtrE+sE633W921oNkE2m2zabb7Z2tmKbBtsR+z07OLsquzu2Svah9hvsb/mgHXwcFjrcM7hs6OtY6bjSce/nEydUpyOOr1cyFyYsLBm4ZCzjjPb+aDzgAvDJc7lgMuAq7Yr27Xa9ZmbrhvX7bDbC3cj92T3Y+5vPMw9RB5nPD55Onqu9mzzQrx8vYq8ur0VvCO8K7yf+uj48HzqfcZ8bXxX+bb5Yf0C/Hb43WNpsDisOtaYv53/av+OAEpAWEBFwLNA40BRYGsQHOQftDPo8SL9RYJFzcEgmBW8M/hJCDMkPeTXxbjFIYsrFz8PtQjND+0Mo4WtCDsa9jHcI3xb+KMIwwhxRHukbOTSyLrIT1FeUSVRA9ELoldH34xRi+HHtMTiYyNjD8eOL/FesmvJ8FKbpYVL+5cxl+Usu75cbXnq8vMrZFewV5yKw8ZFxR2N+8oOZlezx+NZ8VXxYxxPzm7Oa64bt5Q7kuCcUJLwItE5sSTxJc+Zt5M3kuSaVJY0yvfkV/DfJvsl70/+lBKcUpsylRqV2phGSItLOytQEKQIOlZqrsxZ2Ss0ERYKB9Id03elj4kCRIczoIxlGS2Zimig6RIbin8QD2a5ZFVmTWRHZp/Kkc8R5HTlGuduzn2R55P38yrMKs6q9nzt/PX5g6vdVx9cA62JX9O+Vndtwdrhdb7rjqwnrU9Z/9sG8w0lGz5sjNrYWqBRsK5g6AffH+oLZQpFhfc2OW3a/yPmR/6P3ZutNu/Z/L2IW3Sj2Ly4rPjrFs6WGz9Z/FT+09TWxK3d22y37duO2y7Y3r/DdceREvmSvJKhnUE7m0oZpUWlH3at2HW9zLps/27SbvHugfLA8pY9enu27/lakVTRV+lR2VilXrW56tNe7t7b+9z2NezX2F+8/8sB/oH7B30PNlUbVJcdwh3KOvS8JrKm82f7n+sOqx0uPvytVlA7cCT0SEedXV3dUfWj2+rhenH9yLGlx3qOex1vaTBtONhIbyw+AU6IT7z6Je6X/pMBJ9tP2Z9qOK1/uuoM7UxRE9SU2zTWnNQ80BLT0nvW/2x7q1PrmV/Nfq09p32u8rzS+W0XSBcKLkxdzLs43iZsG73EuzTUvqL90eXoy3c7Fnd0Xwm4cu2qz9XLne6dF685Xzt33fH62Rv2N5pv2t5s6rLpOvObzW9num27m27Z3Wrpcehp7V3Ye+G26+1Ld7zuXL3Lunuzb1Ffb39E//17S+8N3Ofef/kg9cHbh1kPJx+te4x9XPRE7knZU/Wn1b8b/d44YDtwftBrsOtZ2LNHQ5yh139k/PF1uOA59XnZC60XdS8tX54b8RnpebXk1fBr4evJ0cI/5f+semP45vRfbn91jUWPDb8VvZ16t+W96vvaD9Yf2sdDxp9+TPs4+aloQnXiyGf7z51for68mMz+iv9a/s3oW+v3gO+Pp9KmpoRsEXs6CiDogBMTAXhXCwA1Bs0OPQCQZGZy8LSgmew+TeDveCYrT8sWgFo3ACLWARCIZpR96NBHmYJ+SyJRuBuArayk45/KSLSynPGioGkSOzE19V4DAHwrAN9EU1OTe6emvqEZHnkAQFv6TP6WCIf+KzmAl9B1poYf+A/9A0MU/FwlkNs6AAAACXBIWXMAAAsTAAALEwEAmpwYAAAEJGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPHRpZmY6Q29tcHJlc3Npb24+NTwvdGlmZjpDb21wcmVzc2lvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzI8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgICAgIDx0aWZmOllSZXNvbHV0aW9uPjcyPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MjI8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjE8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjEyPC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgICAgPGRjOnN1YmplY3Q+CiAgICAgICAgICAgIDxyZGY6QmFnLz4KICAgICAgICAgPC9kYzpzdWJqZWN0PgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxNS0wMy0wNFQxMTowMzo4ODwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXA6Q3JlYXRvclRvb2w+UGl4ZWxtYXRvciAzLjMuMTwveG1wOkNyZWF0b3JUb29sPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KvzhvjAAAAU1JREFUKBVjaDuz9enXD29/fPn2++fff/8Iov9I4POvH/WnNzG/tFESZueyllJlZWJmJAIwwMD3P78mXt677PYpZoFQu5OPbzEyMJpKKMFkCdM///6ZcnX/wpvH//3/zywcbPefhenU49v//v8zl1QmrJuB4fe/vzOvHZpz7fDf//+A6kFGgLSxMp96cvvnn99W0qr4Tfn99++8m0enXT3wB6wfyQgGBkZWljNP737991tZQAxoD0iOkQkYOMgmfvn9s/PCjkU3jv8CK4BIMTEA1cAQExf7smvHt929IMTOzcnCBjQAWT8w/CZd3rvyzumf///AtQAZzMIhYI/A1P5lYsAausjhB9KPBNCNAEphhi5a+BE2AmQBUuhihh+aESxILkJhMnKyz7x84Oy7x0DRqx9eQAIYRQWMg2EEkj+BoXvu/ROoSiRxmF4oDQBr/duCDebeQAAAAABJRU5ErkJggg==') 0 0 no-repeat;background-size:11px 6px}}.productConditionAndSecureTradeSelector .sahibindenSelect:hover{border:0;z-index:200}.productConditionAndSecureTradeSelector .sahibindenSelect.closed:after{right:7px;top:11px;transform:rotate(360deg)}.productConditionAndSecureTradeSelector .sahibindenSelect:after{top:10px;right:9px;transform:rotate(180deg)}.productConditionAndSecureTradeSelector .sahibindenSelect.closed.select-disabled:hover{border:0;z-index:200}.productConditionAndSecureTradeSelector .sahibindenSelect .selectList{background-color:#fff;margin:-21px -5px -10px;border:1px solid #ccc;border-radius:2px;position:relative;z-index:2;box-shadow:0 3px 7px 1px rgba(0,0,0,.15);-webkit-box-shadow:0 3px 7px 1px rgba(0,0,0,.15);-moz-box-shadow:0 3px 7px 1px rgba(0,0,0,.15)}.productConditionAndSecureTradeSelector .sahibindenSelect .selectList li{text-align:left;color:#333;margin:0 3px;padding-left:13px}.productConditionAndSecureTradeSelector .sahibindenSelect .selectList li:first-child{margin-top:2px}.productConditionAndSecureTradeSelector .sahibindenSelect .selectList li:last-child{margin-bottom:2px}.productConditionAndSecureTradeSelector .sahibindenSelect .checkList li,.sahibindenSelect .selectList li{line-height:26px;position:relative;white-space:nowrap}.productConditionAndSecureTradeSelector .sahibindenSelect .selectList li:hover{background-color:#eee;color:#000;font-weight:bold}.productConditionAndSecureTradeSelector .sahibindenSelect .selectList li.selected:before{background:url('/assets/images/secureTradeSelected_2x:4ea34576df4b42cd5560bf60929adfc2.png') 0 0 no-repeat;width:11px;height:11px;background-size:11px;content:'';display:block!important;position:absolute;left:0;top:7px}.productConditionAndSecureTradeSelector .sahibindenSelect.select-disabled{background:#f2f2f2;color:#999;-webkit-box-shadow:inset 0 0 0 1px #f9f9f9;-moz-box-shadow:inset 0 0 0 1px #f9f9f9;box-shadow:inset 0 0 0 1px #f9f9f9}.productConditionAndSecureTradeSelector .sahibindenSelect .selectList li[data-value='']:before,.sahibindenSelect .selectList li[data-value='']:hover:before,.sahibindenSelect .selectList li[data-value='#ANY']:before,.sahibindenSelect .selectList li[data-value='#ANY']:hover:before{display:none}.productConditionAndSecureTradeSelector .sahibindenSelect.closed .checkList,.sahibindenSelect.closed .selectList{display:none}.productConditionAndSecureTradeSelector .sahibindenSelect .checkList:focus,.sahibindenSelect .selectList:focus{outline:0}.productConditionAndSecureTradeSelector .sahibindenSelect .selectList,.sahibindenSelect .checkList{overflow:hidden;max-height:250px}.productConditionAndSecureTradeSelector .sahibindenSelect .selectList .jspVerticalBar,.sahibindenSelect .checkList .jspVerticalBar{right:0}.productConditionAndSecureTradeSelector .activeSelect{z-index:1000}.productConditionAndSecureTradeSelector select.formData.conditionSelector{display:none}.productConditionAndSecureTradeSelector select.formData.secureTradeSelector{display:none}.productConditionAndSecureTradeSelector .fakeSelect-holder{position:relative;float:left;height:32px;padding-right:0;color:#333}.productConditionAndSecureTradeSelector .fakeSelect{width:auto;border:0;background-color:#12a87e;border-radius:3px 3px 0 0;font-size:11px;font-weight:500;color:white;position:absolute;cursor:pointer;padding:3px 5px;z-index:100;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.2);box-shadow:inset 0 1px 1px rgba(0,0,0,0.2)}.productConditionAndSecureTradeSelector .fakeSelect.closed{background-color:#12a87e}.productConditionAndSecureTradeSelector .fakeSelect span{display:block;white-space:nowrap;text-shadow:-1px 1px 2px rgba(0,0,0,0.50);margin-right:15px;line-height:18px;min-width:14px}.productConditionAndSecureTradeSelector .fakeSelect.closed span{display:block;margin-right:15px;line-height:18px;min-width:14px}.productConditionAndSecureTradeSelector .fakeSelect.closed{border-radius:3px;position:relative;top:0;height:18px}.productConditionAndSecureTradeSelector .placeholder,.fakeSelect-placeholder{display:none}.compare-classified-submenu{display:none;position:absolute;top:27px;right:0;width:316px;padding:0 10px 10px 10px;background:#fafafa;-webkit-box-shadow:2px 0 5px 0 rgba(0,0,0,0.1),0 2px 4px 0 rgba(0,0,0,0.1),-2px 0 5px 0 rgba(0,0,0,0.1);box-shadow:2px 0 5px 0 rgba(0,0,0,0.1),0 2px 4px 0 rgba(0,0,0,0.1),-2px 0 5px 0 rgba(0,0,0,0.1);z-index:400}.compare-classified-submenu:before{content:'';position:absolute;width:0;height:0;margin-left:-0.5em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:5px solid #fafafa;border-color:transparent transparent #fafafa #fafafa;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);-moz-transform:rotate(135deg);-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-o-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);-webkit-box-shadow:-2px 2px 1px 0 rgba(0,0,0,0.1);-moz-box-shadow:-2px 2px 1px 0 rgba(0,0,0,0.1);-webkit-box-shadow:-2px 2px 1px 0 rgba(0,0,0,0.1);box-shadow:-2px 2px 1px 0 rgba(0,0,0,0.1);top:0;right:18px}.compare-classified-submenu .section-main{position:relative}.compare-classified-submenu a{height:auto;padding:0;background:0}.compare-classified-submenu .section-top{padding:20px 0 9px 10px;height:14px;border-bottom:1px solid #eaeaea;background-color:#fafafa}.compare-classified-submenu .section-top .section-title{position:relative;font-size:12px;color:#438ed8;font-weight:bold;cursor:default}.compare-classified-submenu .section-top .section-title:after{position:absolute;bottom:-9px;left:-10px;content:'';width:110px;height:2px;background:#438ed8}.compare-classified-submenu .section-top .close-submenu{position:absolute;right:7px;top:12px;color:#000;text-decoration:underline}.compare-classified-submenu .section-list ul{width:inherit!important}.compare-classified-submenu .section-list ul li{float:none;padding:0;margin-right:0}.compare-classified-submenu .section-list ul li p{display:block;padding:20px 0 0;color:#666;cursor:default;text-align:center}.compare-classified-submenu .section-list ul li .section-line-wrapper{zoom:1;height:68px;border:1px solid #eaeaea}.compare-classified-submenu .section-list ul li .section-line-wrapper:before,.compare-classified-submenu .section-list ul li .section-line-wrapper:after{display:table;content:"";zoom:1}.compare-classified-submenu .section-list ul li .section-line-wrapper:after{clear:both}.compare-classified-submenu .section-list ul li .section-line-wrapper.preview-comparison{margin-top:10px;border:0}.compare-classified-submenu .section-list ul li .section-line-wrapper.preview-comparison img{border:1px dashed #d3d3d3;margin:9px 10px 11px}.compare-classified-submenu .section-list ul li .section-line-wrapper.preview-comparison div{display:inline-block;color:#999;font-size:12px;margin-top:8px;width:220px}.compare-classified-submenu .section-list ul li .section-line-wrapper.preview-comparison a{margin-top:8px;font-size:12px;cursor:pointer}.compare-classified-submenu .section-list ul li.item{position:relative;margin-top:10px;padding:0;height:70px;background:#fff}.compare-classified-submenu .section-list ul li.item:hover{cursor:default;-webkit-box-shadow:1px 1px 4px 0 rgba(0,0,0,0.1);box-shadow:1px 1px 4px 0 rgba(0,0,0,0.1)}.compare-classified-submenu .section-list ul li.item:hover span.delete{display:block}.compare-classified-submenu .section-list ul li.item:hover span.delete:after{content:'';background:url('/assets/images/classifiedComparison:7ba46bc8c922ed3c9783b2107c11d05a.png') no-repeat -125px 0;display:block;width:10px;height:10px;position:relative;top:8px;right:4px}.compare-classified-submenu .section-list ul li.item .section-line-wrapper{zoom:1;height:68px;border:1px solid #eaeaea}.compare-classified-submenu .section-list ul li.item .section-line-wrapper:before,.compare-classified-submenu .section-list ul li.item .section-line-wrapper:after{display:table;content:"";zoom:1}.compare-classified-submenu .section-list ul li.item .section-line-wrapper:after{clear:both}.compare-classified-submenu .section-list ul li.item img{float:left;height:48px;width:64px;margin:10px 9px 12px 11px}.compare-classified-submenu .section-list ul li.item a{display:inline-block;margin-top:10px;padding:0;width:212px;color:#002492;font-size:12px;font-weight:normal;background:0;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.compare-classified-submenu .section-list ul li.item .comparison-summary{font-size:10px;color:#999;display:inline-block;width:212px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.compare-classified-submenu .section-list ul li.item .comparison-summary .price{position:absolute;right:10px;bottom:10px;font-size:12px;color:#910000}.compare-classified-submenu .section-list ul li.item span.delete{width:16px;height:16px;position:absolute;right:-5px;cursor:pointer;margin-top:-3px;color:#8c8c8c;font-size:13px;display:none}.compare-classified-submenu .section-list .noImage{width:60px;height:50px;background:url('/assets/images/noPhoto:36c5fd66af1b54f676ec10d51a08b13d.jpg') 4px 4px no-repeat;float:left;padding-right:10px;margin-right:5px}.compare-classified-submenu .section-list .noImage p{font-size:20px;color:#999;margin:auto;width:390px;text-align:center;text-shadow:1px 1px 0 #fff}.compare-classified-submenu .section-list .noImage p:before{background:url('/assets/images/detail:09f7b52d46bd89fa5af69e73f7b57fa4.png') 145px -939px no-repeat;width:390px;height:90px;content:'';display:block}.compare-classified-submenu .section-list .error-container{zoom:1;display:none;position:relative;margin-top:10px;height:40px}.compare-classified-submenu .section-list .error-container:before,.compare-classified-submenu .section-list .error-container:after{display:table;content:"";zoom:1}.compare-classified-submenu .section-list .error-container:after{clear:both}.compare-classified-submenu .section-list .error-container label{font-size:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:table-cell;padding-top:2px;padding-left:40px;vertical-align:middle;height:40px;color:#545454}.compare-classified-submenu .section-list .error-container label:before{content:'';background:url('/assets/images/classifiedComparison:7ba46bc8c922ed3c9783b2107c11d05a.png') no-repeat -27px -83px;display:block;position:absolute;width:24px;height:24px;left:10px;top:10px}.compare-classified-submenu .section-final{position:relative;margin:20px 0 0;padding:9px 0 0}.compare-classified-submenu .section-final a{color:#00339f!important;font-size:10px;background:0;text-align:center}.compare-classified-submenu .section-final a:before{position:absolute;top:0;left:0;content:'';width:100%;height:1px;background:#eaeaea}.compare-classified-submenu.loading:after{position:absolute;content:'';width:100%;height:100%;background:rgba(255,255,255,0);display:block;left:0;top:0}.compare-classified-submenu.open{display:block}.compare-classified-submenu.success .section-top{border-color:#fff}.compare-classified-submenu.success .section-top .title{display:none}.compare-classified-submenu.success .section-list{display:none}.compare-classified-submenu.success .section-final{display:block}.compare-classified-submenu .overlay-container{display:none;position:absolute;width:100%;height:100%;opacity:.65;-ms-filter:"alpha(opacity=65)";filter:alpha(opacity=65);z-index:1;background:#fff url('/assets/images/loading:86b1ac6d1c485d54efa3a53643e91ceb.gif') no-repeat center center!important}.compare-classified-submenu .section-confirm{display:none;margin-top:10px;padding-bottom:10px;border-bottom:1px solid #e8e8e8}.compare-classified-submenu .section-confirm.open{display:block;background-color:rgba(255,246,219,0.6);border:1px solid #f5e2ab;color:#545454}.compare-classified-submenu .section-confirm .section-confirm-message{position:relative;margin:10px;padding-left:30px;color:#545454;font-size:10px}.compare-classified-submenu .section-confirm .section-confirm-message:before{content:'';background:url('/assets/images/classifiedComparison:7ba46bc8c922ed3c9783b2107c11d05a.png') no-repeat -27px -83px;display:block;position:absolute;width:24px;height:24px;left:0;top:7px}.compare-classified-submenu .section-confirm .section-buttons{text-align:center}.compare-classified-submenu .section-confirm .btn{padding:5px;margin-left:10px;width:100px;background:#fff;-webkit-box-shadow:none;box-shadow:none}.compare-classified-submenu .section-confirm .btn.positive-action-button{margin-left:0;background:#438ed8;border:1px solid #4d82bd;color:#fff;-webkit-box-shadow:none;box-shadow:none;text-shadow:none}.compare-classified-submenu .section-confirm .btn.positive-action-button:hover{background:#3c7fc1}.compare-classified-submenu .section-confirm .btn.positive-action-button:active{background:#3571ac}#classified-comparison.with-toolbox .fixed-compare-link{top:268px}#classified-comparison.with-toolbox .compare-classified-submenu{top:220px}.section-list .error-container,.msg.warning{background-color:#fffcee;border:1px solid #f2e4b2}.section-list .error-container span.warning-delete,.msg.warning span.warning-delete{display:block;cursor:pointer}.section-list .error-container span.warning-delete:after,.msg.warning span.warning-delete:after{content:'';background:url('/assets/images/classifiedComparison:7ba46bc8c922ed3c9783b2107c11d05a.png') no-repeat -125px 0;display:block;width:10px;height:10px;position:absolute;top:4px;right:4px}@media(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(-webkit-min-device-pixel-ratio:1.5),(min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.compare-classified-submenu .section-list ul li.item:hover span.delete:after{background:url('/assets/images/classifiedComparison_2x:2208196c0a9d5e11224d4ae2cb895494.png') no-repeat -125px 0;background-size:135px 131px}.compare-classified-submenu .section-list .error-container label:before{background:url('/assets/images/classifiedComparison_2x:2208196c0a9d5e11224d4ae2cb895494.png') no-repeat -27px -83px;background-size:135px 131px}.compare-classified-submenu .section-confirm .section-confirm-message:before{background:url('/assets/images/classifiedComparison_2x:2208196c0a9d5e11224d4ae2cb895494.png') no-repeat -27px -83px;background-size:135px 131px}}.sorting-info-tooltip{font-style:normal;position:absolute;z-index:200;border:3px solid #8498ab;box-sizing:border-box;padding:16px;font-size:11px;line-height:13px;color:#333;width:356px;min-height:100px;background-color:#fff;display:none;right:calc(50% - 575px);cursor:pointer}.sorting-info-tooltip:before{position:absolute;border-left:9px solid transparent;border-right:9px solid transparent;border-bottom:9px solid #8498ab;top:-12px;right:2px;content:'';display:block}.feature-discovery{z-index:1000;width:100vw;height:100vh;left:0;top:0;position:absolute;opacity:0;-ms-filter:"alpha(opacity=0)";filter:alpha(opacity=0);overflow:hidden;-webkit-transition:opacity .5s ease-in-out;-moz-transition:opacity .5s ease-in-out;-o-transition:opacity .5s ease-in-out;-ms-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}.feature-discovery--visible{opacity:1;-ms-filter:none;filter:none}.feature-discovery--fixed{position:fixed}.feature-discovery__highlighted_circle{position:absolute;background-color:#fff;border:15px solid;border-radius:50%;-webkit-background-clip:content;-moz-background-clip:content;background-clip:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-animation-name:feature-discovery--flash-border;-moz-animation-name:feature-discovery--flash-border;-o-animation-name:feature-discovery--flash-border;-ms-animation-name:feature-discovery--flash-border;animation-name:feature-discovery--flash-border;-webkit-animation-duration:2.5s;-moz-animation-duration:2.5s;-o-animation-duration:2.5s;-ms-animation-duration:2.5s;animation-duration:2.5s;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out;-o-animation-timing-function:ease-in-out;-ms-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;animation-iteration-count:infinite;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;cursor:default}.feature-discovery__big-circle{position:absolute;overflow:hidden;width:1000px;height:1000px;background-color:rgba(63,71,94,0.9);border-radius:50%;-webkit-box-shadow:0 -4px 15px 8px rgba(0,0,0,0.4);box-shadow:0 -4px 15px 8px rgba(0,0,0,0.4)}.feature-discovery__celebrity{position:absolute;display:block}.feature-discovery__info-area{position:absolute;color:#fff;z-index:1}.feature-discovery__info-title{font-size:21px;font-weight:bold}.feature-discovery__info-text{font-size:18px}@-moz-keyframes feature-discovery--flash-border{0%{border-color:transparent}50%{border-color:rgba(240,240,240,0.6)}100%{border-color:transparent}}@-webkit-keyframes feature-discovery--flash-border{0%{border-color:transparent}50%{border-color:rgba(240,240,240,0.6)}100%{border-color:transparent}}@-o-keyframes feature-discovery--flash-border{0%{border-color:transparent}50%{border-color:rgba(240,240,240,0.6)}100%{border-color:transparent}}@keyframes feature-discovery--flash-border{0%{border-color:transparent}50%{border-color:rgba(240,240,240,0.6)}100%{border-color:transparent}}.feature-discovery__icon-circle{width:128px;height:128px;color:#039}.feature-discovery__icon-circle:before{background-image:url('/assets/images/searchResult:63d08899f0538085f562bb6ac5a2c064.png');background-position:-295px -70px;width:15px;height:16px;content:'';display:inline-block;vertical-align:middle;margin-right:5px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.feature-discovery__icon-circle:before{background-image:url('/assets/images/searchResult_2x:2f4023e6f3981702b795929328cdbef8.png');background-position:-68px -65px;background-size:242px 349px}}.feature-discovery__info-area{width:372px}.feature-discovery__info-title{margin-bottom:8px}.feature-discovery__celebrity{width:440px;height:596px;left:125px;bottom:-155px}.feature-discovery{z-index:1000;width:100vw;height:100vh;left:0;top:0;position:absolute;opacity:0;-ms-filter:"alpha(opacity=0)";filter:alpha(opacity=0);overflow:hidden;-webkit-transition:opacity .5s ease-in-out;-moz-transition:opacity .5s ease-in-out;-o-transition:opacity .5s ease-in-out;-ms-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}.feature-discovery--visible{opacity:1;-ms-filter:none;filter:none}.feature-discovery--fixed{position:fixed}.feature-discovery__highlighted_circle{position:absolute;background-color:#fff;border:15px solid;border-radius:50%;-webkit-background-clip:content;-moz-background-clip:content;background-clip:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-animation-name:feature-discovery--flash-border;-moz-animation-name:feature-discovery--flash-border;-o-animation-name:feature-discovery--flash-border;-ms-animation-name:feature-discovery--flash-border;animation-name:feature-discovery--flash-border;-webkit-animation-duration:2.5s;-moz-animation-duration:2.5s;-o-animation-duration:2.5s;-ms-animation-duration:2.5s;animation-duration:2.5s;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out;-o-animation-timing-function:ease-in-out;-ms-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;animation-iteration-count:infinite;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;cursor:default}.feature-discovery__big-circle{position:absolute;overflow:hidden;width:1000px;height:1000px;background-color:rgba(63,71,94,0.9);border-radius:50%;-webkit-box-shadow:0 -4px 15px 8px rgba(0,0,0,0.4);box-shadow:0 -4px 15px 8px rgba(0,0,0,0.4)}.feature-discovery__celebrity{position:absolute;display:block}.feature-discovery__info-area{position:absolute;color:#fff;z-index:1}.feature-discovery__info-title{font-size:21px;font-weight:bold}.feature-discovery__info-text{font-size:18px}@-moz-keyframes feature-discovery--flash-border{0%{border-color:transparent}50%{border-color:rgba(240,240,240,0.6)}100%{border-color:transparent}}@-webkit-keyframes feature-discovery--flash-border{0%{border-color:transparent}50%{border-color:rgba(240,240,240,0.6)}100%{border-color:transparent}}@-o-keyframes feature-discovery--flash-border{0%{border-color:transparent}50%{border-color:rgba(240,240,240,0.6)}100%{border-color:transparent}}@keyframes feature-discovery--flash-border{0%{border-color:transparent}50%{border-color:rgba(240,240,240,0.6)}100%{border-color:transparent}}.feature-discovery-map-search .feature-discovery__icon-circle{width:184px;height:184px;color:#039}.feature-discovery-map-search .feature-discovery__icon-circle:before{background-image:url('/assets/images/searchResult:63d08899f0538085f562bb6ac5a2c064.png');background-position:-297px -147px;width:10px;height:12px;content:'';display:inline-block;vertical-align:middle;margin:-3px 8px 0 0}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.feature-discovery-map-search .feature-discovery__icon-circle:before{background-image:url('/assets/images/searchResult_2x:2f4023e6f3981702b795929328cdbef8.png');background-position:-60px -91px;background-size:242px 349px}}.feature-discovery-map-search .feature-discovery__big-circle{width:1124px;height:1124px}.feature-discovery-map-search .feature-discovery__info-area{width:492px}.feature-discovery-map-search .feature-discovery__info-title{margin-bottom:8px}.feature-discovery-map-search .feature-discovery__celebrity{width:424px;height:820px;right:64px;left:unset;bottom:-148px}