/* Chosen v1.4.1 | (c) 2011-2015 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */

.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;zoom:1;*display:inline;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));background:-webkit-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-moz-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-o-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/core/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/core/chosen/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:#fff url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/core/chosen/chosen-sprite.png) no-repeat 100% -20px;background:url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/core/chosen/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:-webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-moz-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-o-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto!important;height:1%;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(#eee 1%,#fff 15%);background-image:-moz-linear-gradient(#eee 1%,#fff 15%);background-image:-o-linear-gradient(#eee 1%,#fff 15%);background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:transparent!important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/core/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));background-image:-webkit-linear-gradient(#eee 20%,#fff 80%);background-image:-moz-linear-gradient(#eee 20%,#fff 80%);background-image:-o-linear-gradient(#eee 20%,#fff 80%);background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:0;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:0}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:#fff url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/core/chosen/chosen-sprite.png) no-repeat -30px -20px;background:url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/core/chosen/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-rtl .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type=text],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/core/chosen/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}
/*! jQuery UI - v1.10.4 - 2014-03-06
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin-top:2px;padding:.5em .5em .5em .7em;min-height:0}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-noicons{padding-left:.7em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:none}.ui-menu .ui-menu{margin-top:-3px;position:absolute}.ui-menu .ui-menu-item{margin:0;padding:0;width:100%;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:normal}.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active{font-weight:normal;margin:-1px}.ui-menu .ui-state-disabled{font-weight:normal;margin:.4em 0 .2em;line-height:1.5}.ui-menu .ui-state-disabled a{cursor:default}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}.ui-menu .ui-menu-icon{position:static;float:right}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/core/smoothness/images/animated-overlay.gif");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em; width: 30px;}.ui-widget-content{border:1px solid #aaa;background:#fff url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/core/smoothness/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/core/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:bold}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/core/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #999;background:#dadada url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/core/smoothness/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/core/smoothness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/core/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/core/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/core/smoothness/images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/core/smoothness/images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/core/smoothness/images/ui-icons_888888_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/core/smoothness/images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/core/smoothness/images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/core/smoothness/images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/core/smoothness/images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/core/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/core/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-prev span, .fancybox-next span {
	background-image: url('https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/core/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/core/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/core/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/core/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading,  .fancybox-prev span, .fancybox-next span {
		background-image: url('https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/core/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/core/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

.fancybox-close {
background-image: url('https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/core/fancybox/close-popup.svg');
}

* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
}

body {
    font-family: "SFUIDisplay", Arial, Helvetica, sans-serif !important;
    background-color: #fff;
    color: #333;
    text-align: center;
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
}

a {
    color: #888;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #333;
}

:focus {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-weight: 400;
}

h1 {
    font-size: 2.6666em;
    line-height: 1.25em;
    margin-bottom: 20px;
}

h2 {
    font-size: 2em;
    line-height: 1.25em;
}

h3 {
    font-size: 1.6666em;
    line-height: 1.2em;
}

h4 {
    font-size: 1.3333em;
    line-height: 1.25em;
}

h5 {
    font-size: 1.1666em;
    line-height: 1.1428em;
}

h6 {
    font-size: 1em;
    line-height: 1.1666em;
}

form {
    display: inline;
}

fieldset {
    border: 0;
}

legend {
    display: none;
}

table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}

caption,
th,
td {
    vertical-align: top;
    text-align: left;
    font-weight: 400;
}

strong {
    font-weight: 700;
}

address {
    font-style: normal;
}

cite {
    font-style: normal;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after {
    content: "";
}

small,
big {
    font-size: 1em;
}

sup {
    font-size: 1em;
    vertical-align: top;
}

ul,
ol {
    list-style: none;
}

.hidden {
    display: block !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.nobr {
    white-space: nowrap !important;
}

.wrap {
    white-space: normal !important;
}

.a-left {
    text-align: left !important;
}

.a-center {
    text-align: center !important;
}

.a-right {
    text-align: right !important;
}

.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

.f-left,
.left {
    float: left !important;
}

.f-right,
.right {
    float: right !important;
}

.f-none {
    float: none !important;
}

.f-fix {
    float: left;
    width: 100%;
    min-height: 147px;
    position: relative;
}

.no-display {
    display: none !important;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-bg {
    background: none !important;
}

.page {
    text-align: left;
    background-repeat: repeat;
    background-position: center top;
}

.page-print {
    background: #fff;
    padding: 20px;
    text-align: left;
}

.page-empty {
    background: #fff;
    padding: 20px;
    text-align: left;
}

.page-popup {
    padding: 20px;
    text-align: left;
    background: #fff;
}

.main-container {
    background-repeat: repeat;
    background-position: center top;
}

.main {
    padding: 20px 0;
    min-height: 370px;
}

.col-left {
    float: left;
}

.col-main {
    float: left;
}

.col-right {
    float: right;
}

.col1-layout .col-main {
    width: 100%;
}

.col2-left-layout .col-main {
    float: right;
}

.col3-layout .col-wrapper {
    float: left;
}

.col3-layout .col-wrapper .col-main {
    float: right;
}

.col2-set .col-1 {
    float: left;
    width: 49%;
}

.col2-set .col-2 {
    float: right;
    width: 49%;
}

.col2-set .col-narrow {
    width: 33%;
}

.col2-set .col-wide {
    width: 65%;
}

.col3-set .col-1 {
    float: left;
    width: 32%;
}

.col3-set .col-2 {
    float: left;
    width: 32%;
    margin-left: 2%;
}

.col3-set .col-3 {
    float: right;
    width: 32%;
}

.col4-set .col-1 {
    float: left;
    width: 23.5%;
}

.col4-set .col-2 {
    float: left;
    width: 23.5%;
    margin: 0 2%;
}

.col4-set .col-3 {
    float: left;
    width: 23.5%;
}

.col4-set .col-4 {
    float: right;
    width: 23.5%;
}

.preface {
    clear: both;
}

.postscript {
    clear: both;
}

input,
select,
textarea,
button {
    font-family: "SFUIDisplay", Arial, Helvetica, sans-serif !important;
    vertical-align: middle;
}

input.input-text,
textarea {
    -webkit-appearance: none;
}

input.input-text,
select,
textarea {
    background: #fff;
    border: 1px solid #ddd;
    color: #888;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input.input-text {
    height: 36px;
}

select {
    height: 36px;
    padding: 8px;
    text-overflow: ellipsis;
}

select.multiselect {
    height: auto;
}

input.input-text,
textarea {
    padding: 8px;
    text-overflow: ellipsis;
}

select option {
    padding-right: 10px;
    padding-left: 5px;
}

select option:disabled {
    color: #ccc;
}

select.multiselect option {
    border-bottom: 1px solid #eee;
    padding: 2px 5px;
}

select.multiselect option:last-child {
    border-bottom: 0;
}

textarea {
    overflow: auto;
}

input.radio {
    margin-right: 3px;
}

input.checkbox {
    margin-right: 3px;
}

input.qty {
    width: 3em !important;
    text-align: center;
}

input.input-text:hover,
select:hover,
textarea:hover,
input.input-text:focus,
select:focus,
textarea:focus {
    border-color: #aaa;
    color: #333;
    outline: none;
}

button.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.button {
    display: inline-block;
    margin: 0;
    border: 0;
    overflow: visible;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-color: #ddd;
    color: #333;
    line-height: 45px;
    padding: 0 25px;
    transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    -webkit-transition: color 300ms ease-in-out,
        background-color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}

.button:hover {
    background-color: #333;
    color: #fff;
}

.button.btn-inline, .sidebar .block .button, /* Sidebar block button */
.product-view .box-tags .form-add .button, /* Customer tags form */
.title-buttons .button /* Heading buttons */ {
    padding: 0 15px;
    line-height: 36px;
}

.product-view .btn-cart,
.btn-checkout {
    line-height: 55px;
    font-size: 1.1666em;
}

p.control input.checkbox,
p.control input.radio {
    margin-right: 6px;
}

.form-list li {
    margin: 0 0 8px;
}

.form-list label {
    float: left;
    font-weight: 700;
    position: relative;
    z-index: 0;
    margin: 0 0 2px;
}

.form-list label.required em {
    float: right;
    font-style: normal;
    position: absolute;
    top: 0;
    right: -8px;
}

.form-list li.control label {
    float: none;
}

.form-list li.control input.radio,
.form-list li.control input.checkbox {
    margin-right: 6px;
}

.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto;
}

.form-list .input-box {
    display: block;
    clear: both;
}

.form-list .field {
    float: left;
    width: 275px;
    margin-bottom: 5px;
}

.form-list input.input-text {
    width: 262px;
}

.form-list textarea {
    width: 244px;
    height: 10em;
}

.form-list select {
    width: 262px;
}

.form-list li.additional-row {
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
}

.form-list li.additional-row .btn-remove {
    float: right;
    margin: 5px 0 0;
}

.form-list .input-range input.input-text {
    width: 74px;
}

.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
    width: auto;
}

.form-list .name-prefix {
    width: 65px;
}

.form-list .name-prefix select {
    width: 55px;
}

.form-list .name-prefix input.input-text {
    width: 49px;
}

.form-list .name-suffix {
    width: 65px;
}

.form-list .name-suffix select {
    width: 55px;
}

.form-list .name-suffix input.input-text {
    width: 49px;
}

.form-list .name-middlename {
    width: 205px;
}

.form-list .name-middlename input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname {
    width: 140px;
}

.form-list
    .customer-name-prefix-middlename-suffix
    .name-firstname
    input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
    width: 124px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
    width: 205px;
}

.form-list
    .customer-name-prefix-middlename-suffix
    .name-lastname
    input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname {
    width: 210px;
}

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
    float: left;
    width: 85px;
}

.form-list .customer-dob input.input-text {
    display: block;
    width: 74px;
}

.form-list .customer-dob label {
    font-size: 10px;
    font-weight: 400;
}

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
    width: 60px;
}

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
    width: 46px;
}

.form-list .customer-dob .dob-year {
    width: 140px;
}

.form-list .customer-dob .dob-year input.input-text {
    width: 134px;
}

#oar_widget_orders_and_returns_form .buttons-set button {
    float: left;
    margin-left: 0;
}

#oar_widget_orders_and_returns_form .buttons-set .required {
    text-align: left;
}

.fieldset + .fieldset {
    margin-top: 30px;
}

.fieldset,
.multiple-checkout .col2-set,
.multiple-checkout .col3-set,
.info-set {
    margin: 0 0 10px;
    padding: 0;
}

.buttons-set {
    clear: both;
    margin: 30px 0 0;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
}

.buttons-set p.required {
    float: right;
    line-height: 1em;
    margin: -33px 0 0;
}

.buttons-set button.button {
    float: right;
    margin-left: 5px;
    min-width: 140px;
}

.buttons-set .back-link {
    float: left;
    margin: 0;
    line-height: 36px;
}

.buttons-set .back-link small {
    display: none;
}

.buttons-set .back-link a:before {
    margin-right: 7px;
}

.validation-advice {
    clear: both;
    font-size: 0.9166em;
    line-height: 1em;
    color: #ee001c;
    margin-top: 5px;
    margin-bottom: 5px;
}

.validation-failed {
    border: 1px solid #ee001c !important;
    background: #fff !important;
}

p.required {
    font-size: 0.8333em;
    text-align: right;
}

p.required,
.product-options dt label.required em,
.form-list label.required em {
    color: #ee001c;
}

.v-fix {
    float: left;
}

.v-fix .validation-advice {
    display: block;
    width: 12em;
    margin-right: -12em;
    position: relative;
}

.account-login .buttons-set .button, /* Create account */
.account-create .buttons-set .button, /* Forgot password */
.customer-account-forgotpassword .buttons-set .button, /* Advanced search */
.catalogsearch-advanced-index .buttons-set .button, /* Orders and Returns form */
#oar_widget_orders_and_returns_form .buttons-set .button, /* Contact us */
.contacts-index-index .buttons-set .button {
    min-width: 180px;
}

#contactForm textarea {
    width: 100%;
    max-width: 535px;
}

.success {
    color: #3d6611;
    font-weight: 700;
}

.error {
    color: #ee001c;
    font-weight: 700;
}

.notice {
    color: #ccc;
}

.messages,
.messages ul {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.messages {
    overflow: hidden;
    margin: 0 0 10px;
}

.messages li {
    margin: 0 0 1%;
}

.messages > li:last-child {
    margin-bottom: 0;
}

.messages li li {
    margin: 0;
}

.messages a {
    text-decoration: underline;
}

.catalog-category-view .messages {
    margin-top: 15px;
    margin-bottom: 15px;
}

.cms-index-index .messages,
.cms-home .messages {
    margin: 20px 0;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    background-position: 25px center !important;
    background-repeat: no-repeat !important;
    padding: 25px 25px 25px 80px !important;
    font-size: 12px !important;
}

.error-msg {
    border-color: #c02230;
    background-color: #f5dad3;
    background-image: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/i_msg-error.png);
    color: #c02230;
}

.success-msg {
    border-color: #296a23;
    background-color: #e9ffca;
    background-image: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/i_msg-success.png);
    color: #296a23;
}

.note-msg,
.notice-msg {
    border-color: #7c622a;
    background-color: #fdeda4;
    background-image: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/i_msg-note.png);
    color: #7c622a;
}

.breadcrumbs li {
    float: left;
    font-size: 0.9166em;
}

.breadcrumbs li > * {
    display: inline-block;
    vertical-align: middle;
}

.breadcrumbs li .sep {
    margin-left: 4px;
    margin-right: 6px;
}

.page-title h1,
.page-title h2 {
    margin-bottom: 0;
}

.page-title {
    margin-bottom: 20px;
}

.page-title .separator {
    margin: 0 3px;
}

.page-title .separator,
.page-title .link-reorder,
.page-title .link-rss,
.page-title .link-print {
    font-weight: 400;
    display: inline-block;
    margin-top: 10px;
}

.page-title .link-rss {
    float: right;
    margin-top: 15px;
}

.title-buttons {
    text-align: right;
}

.title-buttons button {
    margin-left: 1em;
}

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
    float: left;
    text-align: left;
}

.sorter {
    padding: 10px 0;
}

.sorter .view-mode {
    float: right;
}

.sorter .view-mode label {
    margin-right: 5px;
}

.sorter .view-mode .grid,
.sorter .view-mode .list {
    margin-left: 1px;
}

.sorter .sort-by {
    float: left;
    margin-right: 10px;
    padding-right: 3px;
    background: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/img/link-separator.png) right center no-repeat;
}

.pager {
    margin: 10px 0;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.pager .pages {
    float: right;
    vertical-align: middle;
}

.pager .pages strong,
.pager .pages span {
    float: left;
    margin-right: 5px;
    font-weight: 400;
}

.pager .pages ol {
    display: inline-block;
    vertical-align: middle;
}

.pager .pages li {
    float: left;
    margin: 0 0 0 1px;
    display: block;
    text-align: center;
}

.pager .pages li a {
    display: block;
    color: inherit;
}

.pager .pages a.previous,
.pager .pages a.next {
    font-size: 16px;
}

.toolbar {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: -1px;
    position: relative;
    z-index: 1;
}

.toolbar .pager {
    margin: 0;
    border-bottom: none;
    border-top: 1px dashed #e5e5e5;
    text-align: center;
}

.toolbar .pager .pages {
    display: inline-block;
    float: none;
}

.toolbar-bottom {
    margin-top: 10px;
}

.toolbar-bottom .toolbar {
    border-bottom: none;
}

.toolbar-bottom .toolbar .pager {
    border-top: none;
}

.toolbar-bottom .sorter {
    display: none;
}

.sorter,
.pager {
    line-height: 36px;
}

.sorter .view-mode .grid,
.sorter .view-mode .list,
.sorter .sort-by .category-asc,
.sorter .sort-by .category-desc {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.sorter .view-mode .grid,
.sorter .view-mode .list,
.sorter .sort-by .category-asc,
.sorter .sort-by .category-desc,
.pager .pages .current,
.pager .pages li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.pager .amount,
.sorter .amount {
    display: none;
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    background: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/img/link-separator.png) right center no-repeat;
}

.pager .limiter,
.sorter .limiter {
    float: left;
    margin-right: 15px;
}

.data-table {
    width: 100%;
}

.data-table th,
.data-table td {
    padding: 10px;
}

.data-table thead {
    background: none;
    border-bottom: 1px solid #e5e5e5;
}

.data-table thead th {
    font-weight: 700;
    vertical-align: bottom;
    border-right: none;
}

.data-table thead th.wrap {
    white-space: normal;
}

.data-table tr.odd td,
.data-table tr.odd th {
    border-right: 1px solid #f5f5f5;
}

.data-table tr.odd td.last {
    border-right: none;
}

.data-table tr.odd.last {
    border-bottom: #eee solid 1px;
}

.data-table tr.even td,
.data-table tr.even th {
    border-right: 1px solid #f5f5f5;
}

.data-table tr.even td.last {
    border-right: none;
}

.data-table tr.even {
    background-color: #fbfbfb;
}

.data-table tbody tr.product-shop-row:hover {
    background-color: #fff;
}

.data-table tbody.odd td {
    border-width: 0 1px;
}

.data-table tbody.odd tr.last {
    border-bottom: #e5e5e5 solid 1px;
}

.data-table tbody.even {
    background-color: #f5f5f5;
}

.data-table tbody.even td {
    border-width: 0 1px;
}

.data-table th .tax-flag {
    font-weight: 400;
}

.data-table .cell-label {
    display: none;
}

tr.summary-total {
    cursor: pointer;
}

tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/bkg_collapse.gif) 0 4px no-repeat;
    cursor: pointer;
}

tr.show-details .summary-collapse {
    background-position: 0 -53px;
}

tr.summary-details td {
    font-size: 11px;
    background-color: #f5f5f5;
    color: #777;
    padding: 2px 5px !important;
}

tr.summary-details-first td {
    border-top: 1px solid #d5d5d5;
}

tr.summary-details-excluded {
    font-style: italic;
}

.cart-tax-info {
    display: block;
}

.cart-tax-info,
.cart-tax-info .cart-price {
    padding-right: 20px;
}

.cart-tax-total {
    display: block;
    padding-right: 20px;
    background: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/bkg_collapse.gif) 100% 4px no-repeat;
    cursor: pointer;
}

.cart-tax-info .price,
.cart-tax-total .price {
    display: inline !important;
    font-weight: 400 !important;
}

.cart-tax-total-expanded {
    background-position: 100% -53px;
}

.link-cart {
    font-weight: 700;
}

.link-reorder {
    font-weight: 700;
}

.link-print {
    background: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/i_print.gif) 0 center no-repeat;
    padding: 2px 0 2px 25px;
}

.link-rss {
    background: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/i_rss.gif) 0 center no-repeat;
    padding-left: 16px;
    white-space: nowrap;
}

.cards-list dt {
    margin: 5px 0 0;
}

.cards-list .offset {
    padding: 2px 0 2px 20px;
}

.separator {
    margin: 0 3px;
    font-weight: 400;
    color: #e5e5e5;
}

.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    background: #e5e5e5;
    text-indent: -9999em;
    overflow: hidden;
}

.global-site-notice {
    background: #f5f5f5;
    color: #333;
}

.global-site-notice .notice-inner {
    max-width: 66%;
    margin: 0 auto;
    padding: 10px 0 10px 80px;
    background: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/i_notice.gif) 20px center no-repeat;
    text-align: left;
}

.global-site-notice .notice-inner p {
    width: 80%;
    margin: 0;
    padding: 10px 10px 10px 0;
    display: inline-block;
    vertical-align: middle;
}

.global-site-notice .notice-inner .actions {
    display: inline-block;
    vertical-align: middle;
}

.global-site-notice.notice-cookie {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
}

.demo-notice {
    margin: 0;
    padding: 6px 10px;
    background: #d75f07;
    font-size: 12px;
    line-height: 1.15;
    border: 0;
    text-align: center;
    color: #fff;
}

.demo-notice .notice-inner {
    width: auto;
    padding: 0;
    background: none;
    text-align: center;
}

.demo-notice .notice-inner p {
    padding: 0;
    border: 0;
}

.btn-remove, /* Generic close button */
.btn-remove2, /* Button remove on the cart page */
.map-popup-close, .remember-me-popup-head .remember-me-popup-close, /* "Remember me" pop-up,only the close button in the header */
.btn-edit {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    text-align: center;
    overflow: hidden !important;
}

.std .subtitle {
    padding: 0;
}

.std ol.ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std dl dt {
    font-weight: 700;
    margin: 0.5em 0;
}

.std dl dd {
    margin: 0 0 0 10px;
}

.std dl,
.std p,
.std address,
.std blockquote {
    margin: 0 0 1em;
    padding: 0;
}

ul.bullet,
ul.disc {
    margin: 0 0 1em;
    padding: 0;
}

ul.disc {
    list-style: disc outside none;
    padding-left: 1.5em;
}

ul.disc li {
    background-image: none;
    padding-left: 0;
}

ul.bullet {
    list-style: none outside none;
}

ul.bullet li {
    background: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/infortis/_shared/cck/list/bullet.png) 0 0
        no-repeat;
    padding-left: 25px;
    transition: background-position 150ms ease-out;
    -moz-transition: background-position 150ms ease-out;
    -webkit-transition: background-position 150ms ease-out;
    -o-transition: background-position 150ms ease-out;
}

ul.bullet li:hover {
    background-position: 3px 0;
}

ul.list1 li {
    background-image: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/infortis/_shared/cck/list/list1.png);
}

ul.list2 li {
    background-image: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/infortis/_shared/cck/list/list2.png);
}

ul.list11 li {
    background-image: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/infortis/_shared/cck/list/list11.png);
}

ul.list12 li {
    background-image: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/infortis/_shared/cck/list/list12.png);
}

ul.list13 li {
    background-image: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/infortis/_shared/cck/list/list13.png);
}

ul .separator {
    border-bottom: 1px solid #fff;
    margin: 8px 1px;
    overflow: hidden;
}

ul.bullet ul,
ul.disc ul {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

ul.bullet ul li,
ul.disc ul li {
    background: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/infortis/_shared/cck/list/bullet-small.png) 0 0
        no-repeat;
    padding-left: 1.5em;
}

.std ul.no-bullets {
    list-style: none outside none !important;
    padding-left: 0 !important;
}

.std ul.no-bullets li {
    background-image: none !important;
    padding-left: 0 !important;
}

.std ol {
    list-style: decimal outside;
    margin: 10px 0;
    padding: 0 0 0 1.5em;
}

.std ol ol,
.std ul ol,
.std ol ul {
    margin: 0.5em 0;
}

.std blockquote {
    font-style: italic;
    padding: 0 0 0 1.5em;
}

.std address {
    font-style: normal;
}

.std b,
.std strong {
    font-weight: 700;
}

.std i,
.std em {
    font-style: italic;
}

.std .products-grid p {
    margin-bottom: 0;
}

.header-container,
.header-container2,
.header-container3 {
    background-repeat: repeat;
    background-position: center top;
    background-attachment: scroll;
}

.header {
    padding: 0;
}

.header .item-left {
    float: left;
    margin-right: 10px;
    text-align: left;
}

.header .item-right {
    float: right;
    margin-left: 10px;
    text-align: right;
}

.header-top .item-left .user-menu > * {
    float: left;
}

.header-top .item-right .user-menu > * {
    float: right;
}

.user-menu {
    width: 100%;
    float: none;
    margin: 0;
    clear: both;
}

.user-menu:before,
.user-menu:after {
    display: table;
    content: " ";
}

.user-menu:after {
    clear: both;
}

.top-links ul:before,
.top-links ul:after {
    display: table;
    content: " ";
}

.top-links ul:after {
    clear: both;
}

.header .logo-wrapper .logo {
    display: inline-block;
    max-width: 94%;
    margin: 10px 0;
    text-decoration: none !important;
}

.header-regular .logo-wrapper .logo img {
    width: 100%;
}

.header .logo-wrapper h1.logo a {
    display: block;
}

.header .logo strong {
    position: absolute;
    top: -999em;
    left: -999em;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

/*
.form-search:before, .form-search:after {
    display: table;
    content: " "
}

.form-search:after {
    clear: both
}

.form-search {
    position: relative
}

.form-search label {
    float: left;
    margin: 3px 4px 0 0;
    display: none
}

.form-search .input-text {
    float: right;
    width: 100%;
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 35px 0 0;
    color: #bbb;
    background-color: #fff;
    overflow: hidden;
    text-overflow: ellipsis
}

.form-search .button {
    position: absolute;
    right: 0;
    bottom: -1px;
    margin: 1px;
    padding: 0;
    height: 30px;
    line-height: 30px;
    text-align: center
}

.form-search .button:hover {
    background-color: transparent;
    color: #000
}

.form-search .button span {
    background-image: none !important
}

.form-search .search-autocomplete {
    left: 0 !important;
    top: 42px !important;
    position: relative;
    z-index: 4100 !important
}

.form-search .search-autocomplete ul {
    background-color: #fff;
    text-align: left;
    padding: 3px
}

.form-search .search-autocomplete li {
    padding: 3px 5px;
    cursor: pointer;
    line-height: 24px
}

.form-search .search-autocomplete li .amount {
    float: right;
    padding-left: 5px
}
*/

.search-wrapper-small .form-search .input-text {
    height: 28px;
    line-height: 28px;
}

.search-wrapper-small .form-search .button {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 10px;
}

.search-wrapper-small .form-search .search-autocomplete {
    top: 30px !important;
}

.search-wrapper-inline #search_mini_form {
    display: inline-block;
    vertical-align: middle;
}

.header-top #search_mini_form {
    display: inline-block;
    vertical-align: middle;
}

.header-top .form-search .input-text {
    height: 28px;
    line-height: 28px;
}

.header-top .form-search .button {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 10px;
}

.header-top .form-search .search-autocomplete {
    top: 30px !important;
}

.after-mini-cart {
    clear: both;
}

.mini-cart .mini-cart-heading .ic {
    font-size: 16px;
    line-height: 1em;
}

.mini-cart.dropdown .mini-cart-content {
    width: 300px;
    padding: 25px;
    text-align: left;
}

.mini-cart .mini-cart-content .empty {
    padding: 10px 0;
}

.mini-cart .mini-cart-content .block-subtitle {
    padding: 0;
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: 700;
}

.mini-cart .mini-cart-content .subtotal {
    margin: 20px 0;
    font-size: 14px;
    font-weight: 700;
}

.mini-cart .mini-cart-content .mini-products-list li {
    padding: 0;
    margin: 0 0 5px;
}

.mini-cart .mini-cart-content .mini-products-list li.last {
    margin: 0;
}

.mini-cart .mini-cart-content .btn-remove,
.mini-cart .mini-cart-content .btn-edit {
    float: right;
}

.mini-cart .mini-cart-content .product-details strong {
    font-weight: 400;
}

.mini-cart .mini-cart-content .actions {
    margin: 10px 0 0;
    padding: 0;
    border: none;
    text-align: left;
}

.mini-cart .mini-cart-content .actions button {
    float: left;
    margin-right: 1px;
}

.mini-cart .mini-cart-content .truncated {
    margin-left: 3px;
}

.mini-cart .mini-cart-content .truncated .item-options {
    -webkit-transform: translateZ(0);
}

.mini-compare {
    margin: 0;
    padding: 0;
    border: none;
}

/*.mini-compare .mini-compare-heading .ic {
    font-size: 16px;
    line-height: 1em
}*/

.mini-compare.dropdown .mini-compare-content {
    width: 300px;
    padding: 25px;
    text-align: left;
}

.mini-compare .mini-compare-content .block-subtitle {
    padding: 0;
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: 700;
}

.mini-compare .mini-compare-content .empty {
    padding: 10px 0;
}

.mini-compare .mini-compare-content .product-name {
    padding-right: 20px;
}

.mini-compare .mini-compare-content .btn-remove {
    float: right;
}

.mini-compare .mini-compare-content .actions {
    margin-top: 20px;
}

.mini-compare .mini-compare-content .actions a {
    float: right;
    line-height: 36px;
}

.mini-compare .mini-compare-content .actions button {
    float: left;
}

.block {
    margin: 0 0 10px;
}

.block .block-title strong {
    font-weight: inherit;
}

.block .block-title a {
    text-decoration: none !important;
}

.block .block-subtitle {
    margin: 5px 0 10px;
    padding: 0;
    font-size: 1em;
    font-weight: 700;
}

.block .block-content {
    padding: 10px 0;
}

.block .block-content li.item {
    padding: 5px 0;
}

.block .btn-remove {
    float: right;
}

.block .btn-edit {
    float: right;
}

.block .actions {
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 1px dotted #e5e5e5;
}

.block .actions a {
    float: left;
}

.block .actions .button {
    float: right;
}

.block .actions .button ~ a {
    margin-right: 5px;
    line-height: 36px;
}

.block-viewed .block-content ol,
.block-compare .block-content ol,
.block-compared .block-content ol {
    list-style: outside disc none;
    padding-left: 20px;
}

.block-viewed .block-content ol li,
.block-compare .block-content ol li,
.block-compared .block-content ol li {
    padding: 3px 0;
}

.mini-products-list li {
    padding: 5px 0;
}

.mini-products-list .product-image {
    float: left;
    width: 50px;
}

.mini-products-list .product-details {
    margin-left: 60px;
}

.mini-products-list .product-details h4 {
    font-size: 1em;
    font-weight: 700;
    margin: 0;
}

.mini-products-list .item .btn-remove,
.mini-products-list .item .btn-edit {
    margin-left: 7px;
}

.block-account .block-content {
    padding: 10px 0;
}

.block-account .block-content ul {
    list-style: outside disc none;
    padding-left: 25px;
}

.block-account li > * {
    padding: 4px;
    display: block;
    text-transform: uppercase;
}

.block-account li strong {
    font-weight: 400;
}

.block-layered-nav .block-subtitle--filter {
    display: none;
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
    padding: 7px 10px 7px 25px;
    margin-top: 10px;
    position: relative;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.block-layered-nav .block-subtitle--filter:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ddd;
    border-right: none;
    left: 6px;
    top: 50%;
    margin-top: -5px;
}

.block-layered-nav .block-subtitle--filter.active:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #ddd;
    border-bottom: none;
    top: 50%;
    margin-top: -3px;
}

.block-layered-nav .block-content .toggle-tabs {
    display: none;
}

.block-layered-nav .block-content > dl > dt {
    display: block;
    margin-top: 1px;
    position: relative;
    padding: 7px 0;
    font-weight: 700;
    text-rendering: optimizeSpeed;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.block-layered-nav .block-content > dl > dt:after {
    display: none;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #ddd;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
}

.block-layered-nav .block-content > dl > dd {
    padding: 0 5px;
    margin: 0;
}

.block-layered-nav dl dd {
    margin-bottom: 10px;
    margin-top: 10px;
}

.block-layered-nav dl dd ol > li > a,
.block-layered-nav dl dd ol > li > span {
    position: relative;
    display: block;
    padding: 3px 0 3px 12px;
}

.block-layered-nav dl dd ol > li > a:before {
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-right: none;
    border-left: 4px solid #ddd;
    border-top: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    left: 0;
    top: 50%;
    margin-top: -5px;
    transition: left 150ms ease-in-out;
    -moz-transition: left 150ms ease-in-out;
    -webkit-transition: left 150ms ease-in-out;
    -o-transition: left 150ms ease-in-out;
}

.block-layered-nav dl dd ol > li > a:hover:before {
    left: 3px;
}

.block-layered-nav .currently .block-subtitle {
    padding: 10px 10px 0;
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 700;
}

.block-layered-nav .currently ol {
    padding: 10px;
}

.block-layered-nav .currently ol li {
    margin-bottom: 5px;
}

.block-layered-nav .currently ol li:after {
    content: "";
    display: table;
    clear: both;
}

.block-layered-nav .currently ol li .value {
    color: #d90000;
}

.block-layered-nav .currently .btn-remove {
    float: left;
    margin-right: 8px;
}

.block-layered-nav .actions {
    border-top: none;
    margin: 0 0 15px;
    padding: 0 10px 10px;
    border-radius: 0 0 5px 5px;
}

.block-layered-nav .currently {
    border-radius: 5px 5px 0 0;
}

.block-layered-nav .actions a {
    float: left;
}

.block-related .block-subtitle {
    display: none;
    position: absolute;
    padding: 1em 0;
    margin: -20px 0 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 400;
    z-index: 1;
}

.block-related:hover .block-subtitle {
    display: block;
    padding: 8px;
    background-color: #fff;
}

.block-related-slider input.checkbox {
    float: left;
    margin: 7px 5px 0 0;
}

.block-related-thumbnails .product-image {
    float: left;
    margin-bottom: 10px;
}

.block-related-thumbnails .product-details {
    margin-left: 110px;
}

.block-related-thumbnails .product-details > * {
    margin-bottom: 5px;
}

.block-related-thumbnails .product-name,
.block-related-thumbnails .related-add-to-wishlist {
    font-size: 1em;
    line-height: 1.25em;
    font-family: inherit;
    font-weight: inherit;
    display: inline-block;
}

.block-related-thumbnails .price-box {
    font-size: 1em;
    line-height: 1.25em;
}

.block-related-thumbnails .checkbox {
    float: left;
    margin: 2px 5px 0 0;
}

.block-related-thumbnails .item {
    padding-top: 20px;
}

.compare-table {
    border: 0;
}

.compare-table .btn-remove {
    float: right;
}

.compare-table tbody tr:hover {
    background-color: #e5e5e5;
}

.compare-table .product-shop-row {
    border-bottom: 1px solid #ccc;
}

.compare-table .product-shop-row th,
.compare-table .product-shop-row td {
    border-color: #eee !important;
}

.compare-table tr.add-to-row {
    background-color: #fff;
    border-top: 1px solid #ccc;
}

.compare-table tr.add-to-row:hover {
    background-color: #fff;
}

.compare-table tr.add-to-row td {
    text-align: left;
}

.compare-table tr.first td {
    text-align: left;
}

.compare-table tr.first td .product-name {
    font-family: inherit;
    font-size: 1.1666em;
    font-weight: 700;
    margin: 10px 0;
}

.compare-table tr.first td .ratings {
    width: 145px;
    margin: 10px 0;
}

.compare-table .price-box {
    margin: 10px 0;
    line-height: 15px;
}

.compare-table .product-image img {
    display: block;
    margin: 0 auto;
}

.compare-table .add-to-links {
    margin-top: 5px;
}

.compare-table .add-to-links li {
    float: none;
}

.compare-table a.link-wishlist {
    overflow: visible;
    text-indent: 0;
    background: none;
    display: inline;
    border: none;
}

.block-poll .block-subtitle {
    font-weight: 400;
}

.block-poll input.radio {
    float: left;
    margin: 1px -18px 0 0;
}

.block-poll .label {
    display: block;
    margin-left: 18px;
}

.block-poll li {
    padding: 3px 9px;
}

.block-poll .answer {
    font-weight: 700;
}

.block-poll .votes {
    float: right;
    margin-left: 10px;
}

.block-tags .block-content .tags-list {
    background: none;
    border: 0;
    font-size: 12px;
}

.block-tags .actions {
    text-align: right;
}

.block-tags .actions a {
    float: none;
}

.block-subscribe .input-box {
    margin-top: 5px;
}

.block-subscribe input {
    width: 155px;
}

.block-subscribe .actions button.button {
    float: none;
}

.block-reorder input.checkbox {
    float: left;
    margin: 2px -20px 0 0;
}

.block-reorder .product-name {
    margin-left: 20px;
}

.block-reorder .validation-advice {
    margin: 3px 9px 7px;
}

.block-banner .block-content {
    text-align: center;
}

.block-login label {
    font-weight: 700;
    color: #666;
}

.block-login input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0;
}

.sidebar .paypal-logo {
    display: block;
    margin: 10px 0;
    text-align: center;
}

.sidebar .paypal-logo a {
    float: none;
}

.block-vertnav .block-content {
    padding-left: 0;
    padding-right: 0;
}

.category-image {
    width: 100%;
    overflow: hidden;
    margin: 10px 0;
    text-align: center;
}

.category-description {
    margin: 20px 0;
    position: relative;
}

.category-products {
    margin: -1px 0 10px;
}

h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
    color: inherit;
}

.products-list .product-name,
.products-grid .product-name,
h3.product-name {
    font-size: 1.2em;
    line-height: 1.25em;
}

.products-list .price-box.map-info a,
.products-grid .price-box.map-info a {
    margin-left: 3px;
}

.products-list .product-image .alt-img,
.products-grid .product-image .alt-img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.products-list .product-image img, .category-products-grid .product-image img /* Grid only in category view */ {
    -moz-transform: translateZ(0);
}

.products-list .item {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    position: relative;
    transition: box-shadow 0s ease-in;
    -webkit-transition: box-shadow 0s ease-in;
}

.products-list .product-shop-inner {
    border-right: 1px solid #e5e5e5;
    padding-right: 15px;
}

.products-list .right-column {
    float: right;
}

.products-list .product-name {
    margin: 0 0 15px;
}

.products-list .product-image {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.products-list .price-box {
    margin: 0 0 15px;
    font-size: 1.3333em;
    line-height: 1.25em;
}

.products-list .ratings {
    margin: 10px 0;
}

.products-list .desc {
    margin: 15px 0;
}

.products-list .btn-cart {
    width: 100%;
    max-width: 180px;
}

.products-list a.btn-cart {
    padding-left: 0;
    padding-right: 0;
}

.products-list .button span {
    float: none;
}

.products-list .availability {
    float: none;
    margin: 15px 0;
}

.products-list .add-to-links {
    margin: 15px 0 0;
}

.products-list.hover-effect .item:hover {
    margin-left: -1%;
    margin-right: -1%;
    padding-left: 1%;
    padding-right: 1%;
    z-index: 10;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-color: transparent;
    transition: box-shadow 400ms ease-out;
    -moz-transition: box-shadow 400ms ease-out;
    -webkit-transition: box-shadow 400ms ease-out;
    -o-transition: box-shadow 400ms ease-out;
}

.products-grid .item {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.products-grid .product-name {
    margin: 15px 0 10px;
}

.products-grid .product-image-wrapper {
    margin: 0 auto;
    position: relative;
}

.products-grid .product-image {
    display: block;
}

.products-grid .price-box {
    margin: 10px 0;
    font-size: 1em;
}

.products-grid .ratings {
    margin: 10px 0;
    line-height: 1.0833em;
}

.products-grid .actions {
    margin: 10px 0 0;
}

.products-grid .availability {
    float: none;
    margin: 5px 0;
}

.products-grid .add-to-links {
    margin: 10px 0 0;
}

.products-grid.equal-height .item .actions {
    position: absolute;
    bottom: 15px;
}

.products-grid.auto-height .item .actions {
    position: static;
    bottom: auto;
}

.products-grid .item .display-onhover {
    display: none;
}

.products-grid .item .visible-onhover {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s ease-in-out 600ms, opacity 300ms ease-in-out 300ms;
    -webkit-transition: visibility 0s ease-in-out 600ms,
        opacity 300ms ease-in-out 300ms;
}

.products-grid .item:hover .visible-onhover {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s ease-in-out 0s, opacity 300ms ease-in-out 100ms;
    -webkit-transition: visibility 0s ease-in-out 0s,
        opacity 300ms ease-in-out 100ms;
}

.products-grid.single-line-name .product-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.products-grid.single-line-name .item:hover .product-name {
    overflow: visible;
    white-space: normal;
}

.products-grid.centered .item {
    text-align: center;
}

.products-grid.centered .item .ratings .rating-box,
.products-grid.centered .item .btn-cart {
    margin-left: 0;
    margin-right: 0;
}

.products-grid.centered .item .ratings .amount {
    margin-left: 3px;
}

.products-grid.centered .item input.checkbox {
    float: none;
}

.products-grid.centered .item .actions .add-to-links li {
    float: none;
    margin: 0;
}

.category-products-grid .item {
    border-top: 1px solid #e5e5e5;
    border-left: none;
    border-right: none;
    padding-top: 2%;
    padding-left: 1%;
    padding-right: 1%;
    background-color: #fff;
    transition: box-shadow 0s ease-in;
    -webkit-transition: box-shadow 0s ease-in;
}

.category-products-grid.hover-effect .item:hover {
    margin-left: -1%;
    margin-right: -1%;
    padding-left: 2%;
    padding-right: 2%;
    z-index: 10;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-color: transparent;
    transition: box-shadow 400ms ease-out;
    -webkit-transition: box-shadow 400ms ease-out;
}

.products-grid.size-s .product-name {
    font-size: 1.1666em;
    line-height: 1.2307em;
}

.products-grid.size-xs .product-name {
    font-size: 1em;
    line-height: 1.25em;
}

.products-grid.size-s .item .btn-cart {
    line-height: 3em;
    padding-left: 15px;
    padding-right: 15px;
}

.products-grid.size-xs .item .btn-cart {
    line-height: 2.5em;
    padding-left: 8px;
    padding-right: 8px;
}

.products-grid.size-s .sticker {
    width: 45px;
    height: 45px;
    font-size: 1em;
}

.products-grid.size-s .item:hover .sticker {
    width: 50px;
    height: 50px;
}

.products-grid.size-xs .sticker {
    width: 40px;
    height: 40px;
    font-size: 0.9166em;
}

.products-grid.size-xs .item:hover .sticker {
    width: 45px;
    height: 45px;
}

.ratings,
.no-rating {
    line-height: 15px;
    margin: 15px 0;
}

.ratings strong {
    float: left;
    margin: 1px 5px 0 0;
}

.rating-box {
    width: 69px;
    height: 13px;
    font-size: 0;
    line-height: 0;
    background: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/img/rating.png) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

.rating-box .rating {
    float: left;
    height: 13px;
    background: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/img/rating.png) 0 100% repeat-x;
}

.ratings .rating-box,
.ratings .amount,
.ratings .rating-links {
    display: inline-block;
    vertical-align: middle;
}

.ratings .rating-box {
    margin-right: 6px;
}

.ratings .amount {
    white-space: nowrap;
    font-size: 10px;
    text-transform: uppercase;
}

.ratings .rating-links .separator {
    display: inline-block;
    vertical-align: middle;
    text-indent: -9999px;
    border-left: 1px solid #e5e5e5;
    height: 13px;
    width: 1px;
    margin: 0 3px;
}

.ratings-table th,
.ratings-table td {
    line-height: 1.1666em;
    padding: 3px 0;
}

.ratings-table th {
    padding-right: 8px;
}

.product-action {
    display: block;
    margin: 10px 0;
}

.product-action .ic {
    vertical-align: middle;
    font-size: 16px;
    width: 24px;
    text-align: center;
}

.product-action .label {
    vertical-align: middle;
    margin-left: 3px;
}

a.availability-only {
    cursor: pointer;
}

.availability-only .ic {
    font-size: 20px;
}

.availability-only strong {
    font-weight: 400;
}

.availability-only .caret {
    margin-left: 8px;
    opacity: 1;
}

.availability-only-details {
    width: 100%;
    margin: -10px auto 20px;
}

.availability-only-details thead {
    border-bottom: 1px solid #e5e5e5;
}

.availability-only-details th {
    padding: 4px 12px;
    font-weight: 700;
}

.availability-only-details td {
    padding: 1px 12px;
    border-right: 1px solid #f5f5f5;
}

.availability-only-details td.last {
    border-right: none;
}

.extrahint-wrapper .product-pricing {
    padding: 10px;
    background-color: #f5f5f5;
}

.product-options-bottom .product-pricing {
    clear: left;
}

.price {
    white-space: nowrap !important;
}

.price-box {
    margin: 0;
}

.old-price .price-label,
.special-price .price-label {
    white-space: nowrap;
}

.old-price .price-label {
    display: none;
}

.old-price {
    margin: 0;
}

.old-price .price {
    text-decoration: line-through;
}

.minimal-price {
    margin: 0 0 5px;
}

.minimal-price .price-label {
    white-space: nowrap;
}

.minimal-price-link {
    display: block;
}

.price-excluding-tax {
    display: block;
}

.price-excluding-tax .label {
    white-space: nowrap;
}

.price-excluding-tax .price {
    font-weight: 400;
}

.price-including-tax {
    display: block;
}

.price-including-tax .label {
    white-space: nowrap;
}

.configured-price {
    margin: 0;
}

.configured-price .price-label {
    font-weight: 700;
    white-space: nowrap;
}

.configured-price .price {
    font-weight: 700;
}

.weee {
    display: block;
    font-size: 11px;
}

.weee .price {
    font-size: 11px;
    font-weight: 400;
}

.price-excl-tax {
    display: block;
}

.price-excl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-excl-tax .price {
    display: block;
}

.price-incl-tax {
    display: block;
}

.price-incl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-incl-tax .price {
    display: block;
    font-weight: 700;
}

.price-from {
    margin: 0;
}

.price-from .price-label {
    white-space: nowrap;
}

.price-to {
    margin: 0;
}

.price-to .price-label {
    white-space: nowrap;
}

.price-notice {
    margin-left: 5px;
}

.price-notice .price {
    padding-left: 3px;
}

.price-as-configured .price-label {
    font-size: 1.1666em;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    color: inherit;
}

.price-box-bundle .price-box {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.tier-prices {
    margin: 0 0 10px;
    padding-left: 10px;
}

.tier-prices li {
    line-height: 15px;
    background: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/img/bullet.png) 0 4px no-repeat;
    padding: 0 0 0 11px;
    margin: 3px 0;
}

.tier-prices .benefit {
    color: #ee001c;
    font-weight: 400;
}

.tier-prices-grouped li {
    padding: 2px 0;
}

.tier-prices-grouped li .price {
    font-weight: 700;
}

.add-to-links .separator {
    display: none;
}

.add-to-links li {
    float: left;
}

.addto-gaps-right li {
    margin-right: 10px;
}

.addto-links-icons .link-compare {
    margin-left: 3px;
}

.addto-links-icons a {
    display: block;
}

.addto-links-icons .ic {
    font-size: 16px;
}

.addto-links-icons.addto-onimage {
    float: right;
    margin-top: -40px;
    position: relative;
    z-index: 1;
    padding-bottom: 4px;
    padding-right: 4px;
}

.product-view .add-to-cart {
    float: none;
}

.add-to-cart .qty-wrapper,
.add-to-cart .button {
    display: inline-block;
}

.add-to-cart .qty-wrapper .qty {
    text-align: center;
    margin-right: 10px;
}

.product-view .paypal-wrapper {
    float: left;
}

.product-view .paypal-wrapper .paypal-logo {
    margin: 0;
    padding: 5px 0 0;
    text-align: right;
}

.product-view .paypal-wrapper .paypal-logo .paypal-or {
    clear: both;
    display: block;
    margin: 5px 60px 5px 0;
}

.add-to-cart .paypal-logo {
    clear: left;
    margin: 0;
    padding: 10px 0 0;
    text-align: right;
}

.add-to-cart .paypal-logo .paypal-or {
    clear: both;
    display: block;
    margin: 5px 60px 5px 0;
}

.product-view .btn-cart {
    min-width: 200px;
}

.add-to-cart.left-side {
    float: none !important;
}

.add-to-cart.left-side .button {
    float: left;
}

.add-to-cart.left-side .qty-wrapper {
    line-height: 55px;
}

.add-to-cart.left-side .qty-wrapper label {
    padding-left: 7px;
}

.catalog-product-view .col1-layout .col-main {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.product-view .product-img-column {
    float: left;
    margin-bottom: 10px;
    position: relative;
}

.col3-layout .product-view .product-img-column {
    float: none;
    margin: 0 auto;
}

.product-view .product-shop {
    float: left;
}

.product-view .product-shop .product-name {
    margin: 0 0 1.6666em;
}

.product-view .product-shop .product-name h1 {
    margin: 0;
}

.product-view .product-shop .ratings-table {
    margin: 15px 0 5px;
}

.product-view .product-secondary-column .inner {
    border: none;
}

.product-view .short-description {
    margin: 0 0 15px;
    line-height: 1.25em;
}

.product-view .short-description ul {
    margin-top: 5px;
    margin-bottom: 5px;
}

.product-view .action-box {
    margin: 20px 0 10px;
}

.product-view .add-to-links li {
    margin-right: 10px;
}

.product-view .add-to-links a {
    display: block;
}

.product-view .add-to-links .ic {
    font-size: 16px;
}

.extrahint-wrapper {
    margin-bottom: 15px;
}

.product-type-data .item-options {
    clear: both;
}

.product-type-data .item-options dt {
    float: none;
    margin: 0 0 5px;
}

.product-type-data .item-options dd {
    background: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/img/bullet.png) 3px 4px no-repeat;
    padding-left: 15px;
}

.product-view .data-table th {
    font-weight: 700;
}

.product-view .product-shop .price-box .price-including-tax .price {
    font-size: 18px;
}

.product-view .product-shop .price-box .price-excluding-tax .price {
    font-size: inherit;
}

.product-view .product-shop .price-box .special-price .price-label,
.product-view .product-shop .price-box .old-price .price,
.product-view .product-shop .price-box .old-price .price-label,
.product-view .product-shop .price-box .price-including-tax .price,
.product-view .product-options-bottom .price-box .regular-price .price,
.product-view .price-as-configured .price,
.map-popup-price .regular-price .price,
.product-view .price-box.map-info .old-price .price {
    font-size: 1.6666em;
}

.product-view .product-shop .price-box .old-price .price-label {
    white-space: nowrap;
    display: none;
}

.map-popup-msrp .price {
    display: block;
}

.product-view .product-shop .price-box.map-info .old-price {
    display: block;
}

.product-view .price-box .special-price .price-label {
    white-space: normal;
}

.product-view .price-box .special-price .price-including-tax,
.product-view .price-box .special-price .price-excluding-tax {
    padding: 0 0 0 15px;
}

.product-view .add-to-box .price-box,
.product-options-bottom .price-box {
    float: left;
    margin: 18px 15px 10px 0;
    padding: 0;
}

.product-view .product-type-data {
    margin: 10px 0 0;
}

.product-view .container1-wrapper,
.product-view .container2-wrapper,
.product-view .add-to-box {
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #e5e5e5;
}

.product-view .container2-wrapper {
    margin-bottom: 30px;
}

.product-view .add-to-box {
    margin-top: 15px;
}

.product-view .short-description .std ul:not(.ic-ul),
.product-view .box-tabs .std ul:not(.ic-ul) {
    list-style: none outside none;
}

.product-view .short-description .std ul:not(.ic-ul) li,
.product-view .box-tabs .std ul:not(.ic-ul) li {
    background: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/infortis/_shared/cck/list/bullet.png) 0 0
        no-repeat;
    padding-left: 25px;
}

.product-view .box-tabs .std ul {
    margin-bottom: 1em;
}

.product-view .short-description .std ul.disc,
.product-view .box-tabs .std ul.disc {
    list-style: disc outside none;
    padding-left: 1.5em;
}

.product-view .short-description .std ul.disc li,
.product-view .box-tabs .std ul.disc li {
    background-image: none;
    padding-left: 0;
}

.product-options {
    position: relative;
    margin-bottom: 15px;
}

.product-options dt {
    font-weight: 400;
}

.product-options dt label {
    display: inline-block;
    font-weight: 700;
}

.product-options dt label.required em {
    float: right;
    margin-left: 3px;
}

.product-options dd .qty-holder {
    display: block;
    padding: 5px 0 0;
}

.product-options dd .qty-holder label {
    vertical-align: middle;
}

.product-options dt .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
}

.product-options dd {
    margin: 3px 0 10px;
}

.product-options dl.last dd.last {
    border-bottom: 0;
}

.product-options dd input.input-text {
    width: 100%;
}

.product-options dd input.datetime-picker {
    width: 150px;
}

.product-options dd .time-picker {
    display: -moz-inline-box;
    display: inline-block;
    padding: 2px 0;
    vertical-align: middle;
}

.product-options dd textarea {
    width: 100%;
    height: 8em;
}

.product-options dd select {
    width: 100%;
}

.product-options dd .multiselect option {
    border-bottom: 1px dotted #d9e5ee;
    padding: 2px 4px;
}

.product-options ul.options-list {
    margin-right: 5px;
}

.product-options ul.options-list li {
    line-height: 1.5;
    padding: 2px 0;
}

.product-options ul.options-list input.radio {
    float: left;
}

.product-options ul.options-list input.checkbox {
    float: left;
    margin-top: 2px;
}

.product-options ul.options-list .label {
    display: block;
    margin-left: 18px;
}

.product-options ul.options-list label {
    font-weight: 400;
}

.product-options ul.validation-failed {
    padding: 0 7px;
}

.product-options p.note {
    margin: 0;
    font-size: 0.9166em;
}

.product-options p.required {
    position: absolute;
    right: 0;
    top: -15px;
}

.product-options-bottom {
    margin-top: 20px;
}

.product-options-bottom .tier-prices {
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    background: 0;
}

.product-options-bottom .tier-prices li {
    background: 0;
    padding: 2px 0;
}

.product-options-bottom .add-to-cart {
    clear: both;
}

.product-shop .product-options-bottom {
    margin: 0;
}

.product-shop .product-options-bottom .price-label {
    float: none;
    padding-right: 0;
}

.product-shop .product-options-bottom .price-tax {
    float: none;
}

.product-shop .product-options-bottom .add-to-cart-box {
    clear: both;
    float: left;
    padding-top: 12px;
}

.product-view .grouped-items-table {
    margin: 0;
    clear: both;
}

.product-view .grouped-items-table thead th {
    font-weight: 700;
}

.product-view .grouped-items-table .price-box {
    margin: 0;
    padding: 0;
    border: 0;
}

.product-view .grouped-items-table .price-box .price-including-tax .price {
    font-size: inherit;
    font-family: inherit;
}

.product-view .grouped-items-table td {
    vertical-align: middle;
}

.product-view .grouped-items-table .price-box .regular-price .price {
    font-size: inherit;
    font-family: inherit;
}

.product-view .box-tags .product-tags {
    display: block;
    margin: 0 0 25px;
}

.product-view .box-tags .product-tags li {
    display: inline;
    padding: 0 7px;
    border-right: 1px solid #e5e5e5;
}

.product-view .box-tags .product-tags li.first {
    padding-left: 0;
}

.product-view .box-tags .product-tags li.last {
    padding-right: 0;
    border-right: 0;
}

.product-view .box-tags .form-add label {
    display: block;
    font-weight: 700;
    margin: 0 0 5px;
}

.product-view .box-tags .form-add .input-box {
    float: left;
    margin: 0 5px 5px 0;
}

.product-view .box-tags .form-add input.input-text {
    width: auto;
}

.product-view .box-tags .note {
    margin: 3px 0 0;
}

.product-view .box-reviews {
    margin-top: 15px;
}

.product-view .box-reviews dl {
    margin: 30px 0 15px;
}

.product-view .box-reviews dt .heading {
    font-weight: 400;
    font-size: 1.5em;
    margin-right: 10px;
}

.product-view .box-reviews dt span {
    font-weight: 700;
}

.product-view .box-reviews dt a {
    font-size: 18px;
    margin-right: 8px;
}

.product-view .box-reviews dd {
    margin: 0 0 15px 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e5e5e5;
}

.product-view .box-reviews dd:last-child {
    border-bottom: none;
}

.product-view .box-reviews dd .date {
    display: block;
    margin-top: 3px;
    font-style: italic;
}

.product-view .box-reviews .ratings-table {
    margin: 5px 0;
}

.product-view .box-reviews .pager {
    margin-bottom: 25px;
}

.product-view .box-reviews .form-add h3 {
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 0;
}

.product-view .box-reviews .form-add h3 span {
    font-weight: 700;
}

.product-view .box-reviews .form-add h4 {
    font-size: 1em;
    font-weight: 400;
}

.product-view .box-reviews .form-add h3,
.product-view .box-reviews .form-add h4 {
    font-family: inherit;
}

.product-view .box-reviews .form-add .form-list {
    margin: 15px 0 0;
}

.product-view .box-reviews .form-add .form-list input.input-text {
    width: 100%;
    max-width: 340px;
}

.product-view .box-reviews .form-add .form-list textarea {
    width: 100%;
    max-width: 500px;
}

.product-view .box-reviews .buttons-set button.button {
    float: left;
    margin-left: 0;
}

.product-view .box-reviews .form-add .data-table {
    max-width: 176px;
}

.product-view .box-reviews .form-add .data-table th,
.product-view .box-reviews .form-add .data-table td {
    text-align: center;
    line-height: 1em;
}

.product-view .box-reviews .form-add .data-table td .radio {
    margin: 0;
}

.send-friend .form-list li p {
    margin: 0 15px 0 0;
}

.send-friend .form-list .field {
    margin-bottom: 8px;
}

.send-friend .form-list textarea {
    width: 100%;
}

.send-friend .buttons-set .limit {
    float: right;
    margin: 0 7px;
}

.product-view .box-additional {
    margin-top: 20px;
}

.product-view .box-collateral {
    margin-top: 0;
    margin-bottom: 30px;
}

.product-view .product-img-column .box-collateral,
.product-view .product-primary-column .box-collateral,
.product-view .product-secondary-column .box-collateral {
    margin-bottom: 15px;
}

.product-view .box-tabs .box-collateral {
    margin-bottom: 0;
}

.product-view .box-collateral > h2:first-child, .product-view .collateral-block > h2:first-child, /* Rule required in case a heading is not wrapped inisde box-collateral */
.product-view .section-title {
    margin-bottom: 15px;
    padding: 7px 0;
}

.product-view .block-related .section-title,
.product-view .block-upsell .section-title {
    margin-bottom: 0;
}

.product-view .box-tabs .box-collateral > h2:first-child {
    display: none;
}

.product-view .product-img-column .box-collateral > h2:first-child,
.product-view .product-primary-column .box-collateral > h2:first-child,
.product-view .product-secondary-column .box-collateral > h2:first-child {
    font-size: 18px;
}

.product-name {
    margin: 0;
    font-weight: 400;
    font-size: 1em;
}

.tags-list li {
    display: inline;
}

.advanced-search-summary {
    padding: 20px;
    margin: 10px 0;
}

.advanced-search-summary ul {
    float: left;
    margin: 0 4% 10px 0;
    width: 46%;
}

.advanced-search-summary li {
    margin: 0 0 2px;
    font-size: 1.25em;
}

.advanced-search-summary strong {
    margin: 0 5px 0 0;
}

.advanced-search-summary p {
    clear: both;
    float: left;
    display: block;
    margin: 10px 0 0;
}

.advanced-search .form-list label {
    padding-right: 10px;
    width: 140px;
}

.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range {
    clear: none;
    float: left;
}

.catalogsearch-advanced-index .fieldset {
    margin-bottom: 3px;
}

.catalogsearch-advanced-index .buttons-set {
    padding-left: 0;
}

.catalogsearch-advanced-index .buttons-set button.button {
    float: left;
    margin-left: 0;
}

.page-sitemap .links {
    float: right;
    margin: 0 0 5px;
    text-align: center;
}

.page-sitemap .links a {
    text-decoration: none;
    position: relative;
}

.page-sitemap .sitemap {
    margin: 15px;
}

.page-sitemap .sitemap li {
    margin: 3px 0;
}

.page-sitemap .sitemap li.level-0 {
    margin: 10px 0 0;
    font-weight: 700;
}

.page-sitemap .pager {
    clear: both;
}

.rss-title h1 {
    background: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/i_rss-big.png) 0 center no-repeat;
    padding-left: 30px;
}

.rss-table .link-rss {
    display: block;
}

.cart .page-title .checkout-types li {
    margin: 0 0 5px;
}

.cart .title-buttons .checkout-types {
    float: right;
}

.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px;
}

.cart-table thead tr {
    border-bottom: 1px solid #e5e5e5;
}

.cart-table th.last {
    border-right: none;
}

.cart-table .product-image {
    width: 168px;
    display: block;
}

.cart-table .product-name {
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 1.6666em;
    line-height: 1.2em;
}

.cart-table .item-msg {
    margin: 5px 0;
    font-size: 0.9166em;
    font-weight: 700;
    color: #ee001c;
}

.cart-table tfoot td {
    padding: 5px 10px;
    border: none;
}

.cart-table input.qty {
    width: 4em !important;
}

.cart-table tfoot td.last {
    padding: 15px 0 0;
    border-bottom: 1px solid #eee;
}

.cart-table tfoot button {
    padding: 0;
    margin: 0 0 15px 10px;
}

.cart-table .btn-continue {
    float: left;
    margin-left: 0;
}

.cart-table .btn-update,
.cart-table .btn-empty {
    float: right;
    border: 1px solid #f89b24;
}

.cart-collaterals {
    margin-top: 2%;
}

.cart .cart-left-column > *,
.cart .cart-right-column > * {
    margin-bottom: 20px;
}

.cart .cart-right-column {
    float: right;
}

.cart .crosssell .product-image {
    float: left;
}

.cart .crosssell .product-details {
    margin-left: 85px;
}

.cart .crosssell .btn-cart {
    float: left;
    margin-right: 10px;
}

.cart .crosssell .add-to-links {
    float: left;
    margin: 12px 0 0;
}

.cart .crosssell .price-box {
    margin: 7px 0;
}

.cart .crosssell li.item {
    padding: 20px 0;
}

.cart .crosssell li.item.odd {
    margin-left: 0;
    clear: left;
}

.cart .crosssell li.item.even {
    margin-right: 0;
    float: right;
}

.cart-wide-box .crosssell li.item {
    float: left;
    width: 265px;
    min-height: 109px;
}

.cart-wide-box .crosssell li.item.odd {
    padding-right: 20px;
    border-right: 1px solid #eee;
}

.cart-wide-box .crosssell li.item.even {
    padding-left: 20px;
}

.cart .discount .buttons-set,
.cart .shipping .buttons-set {
    margin: 10px 0 0;
    border: 0;
    padding: 0;
    text-align: left;
}

.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button {
    float: none;
    margin-left: 0;
}

.cart .discount label {
    display: block;
    margin: 0 0 5px;
}

.cart .discount input.input-text {
    width: 100%;
}

.cart .shipping input.input-text,
.cart .shipping select {
    width: 100%;
}

.cart .shipping p {
    margin-bottom: 10px;
}

.cart .shipping .sp-methods {
    margin: 10px 0 0;
}

.cart .totals {
    background-color: #f5f5f5;
}

.cart .totals-inner {
    padding: 20px;
}

.cart .totals table {
    width: 100%;
}

.cart .totals td {
    padding: 1px 0 1px 7px;
}

.cart .totals tfoot th {
    padding: 5px 15px 5px 7px;
}

.cart .totals tfoot td {
    padding-bottom: 5px;
}

.cart .totals tfoot th strong,
.cart .totals tfoot td strong {
    font-size: 16px;
}

.cart .totals .checkout-types {
    text-align: right;
}

.cart .totals .checkout-types li {
    clear: both;
    margin: 10px 0;
}

.item-options dt {
    float: left;
    clear: left;
}

.item-options dd {
    float: left;
    margin: 0 0 2px;
    padding-left: 7px;
    font-style: italic;
}

.data-table .item-options {
    line-height: 15px;
    margin: 0 0 0 10px;
}

.data-table .item-options dt {
    background: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/img/bullet.png) 0 4px no-repeat;
    padding-left: 10px;
}

.data-table .item-options dd {
    padding-left: 10px;
}

.truncated {
    cursor: help;
    display: inline-block;
}

.truncated a.dots {
    cursor: help;
}

.truncated a.details {
    cursor: help;
    text-decoration: none;
    border-bottom: 1px dotted #ccc;
}

.truncated .truncated_full_value {
    position: relative;
    z-index: 999;
}

.truncated .truncated_full_value .item-options {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    width: 190px;
    padding: 15px;
}

.truncated .truncated_full_value .item-options > p {
    font-weight: 700;
    margin-bottom: 2px;
}

.truncated .show .item-options {
    display: block;
    left: -210%;
    top: 20px;
}

.cart-table .truncated .show .item-options {
    left: 0;
    top: 5px;
}

.sp-methods dt {
    font-weight: 700;
    margin: 15px 0 0;
}

.sp-methods dt:first-child {
    margin-top: 0;
}

.sp-methods dt.a-center {
    text-align: left !important;
}

.sp-methods dd {
    margin: 3px 0 15px;
}

.sp-methods dd li {
    margin: 5px 0;
}

.sp-methods .price {
    font-weight: 700;
}

.sp-methods .form-list {
    padding: 10px 10px 10px 22px;
}

.sp-methods select.month {
    width: 150px;
    margin-right: 10px;
}

.sp-methods select.year {
    width: 96px;
}

.sp-methods input.cvv {
    width: 5em !important;
}

.sp-methods .checkmo-list label {
    padding-right: 10px;
}

.sp-methods .checkmo-list address {
    float: left;
}

.sp-methods .centinel-logos a {
    margin-right: 3px;
}

.sp-methods .centinel-logos img {
    vertical-align: middle;
}

.please-wait {
    float: right;
    margin-right: 5px;
}

.please-wait img {
    vertical-align: middle;
}

.cvv-what-is-this {
    cursor: help;
    margin-left: 10px;
}

.tool-tip {
    margin-left: 22px;
}

.tool-tip .btn-close a {
    display: block;
    margin: 0 0 5px;
}

.gift-messages {
    margin: 30px 0 10px;
}

.gift-messages-form {
    border: 1px solid #e5e5e5;
    padding: 20px;
    position: relative;
}

.gift-messages-form p {
    margin-bottom: 10px;
}

.gift-messages-form label {
    float: none !important;
    position: static !important;
}

.gift-messages-form .item {
    margin: 0 0 10px;
}

.gift-messages-form .item .product-img-box {
    float: left;
    width: 75px;
}

.gift-messages-form .item .product-image {
    margin: 0 0 7px;
}

.gift-messages-form .item .number {
    margin: 0;
    font-weight: 700;
    text-align: center;
}

.gift-messages-form .item .details {
    margin-left: 90px;
}

.gift-message-link {
    display: block;
    background: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/bkg_collapse.gif) 0 4px no-repeat;
    padding-left: 20px;
}

.gift-message-link.expanded {
    background-position: 0 -53px;
}

.gift-message-row .btn-close {
    float: right;
    padding: 0 7px;
}

.gift-message dt strong {
    font-weight: 700;
    color: #666;
}

.gift-message dd {
    margin: 5px 0 0;
    font-size: 13px;
}

.order-gift-message {
    margin: 15px 0;
}

.checkout-agreements li {
    display: block;
    padding: 22px;
    background-color: #f5f5f5;
    margin: 0 0 10px;
}

.checkout-agreements .agreement-content {
    overflow: auto;
    max-height: 144px;
}

.checkout-agreements .agree input.checkbox {
    margin-right: 8px;
}

.checkout-agreements .agree label {
    font-weight: 700;
    vertical-align: middle;
}

.centinel .authentication {
    border: 1px solid #ddd;
    background: #fff;
}

.centinel .authentication iframe {
    width: 99%;
    height: 400px;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.info-set .data-table .item-options {
    margin: 5px 0 0;
}

.block-progress dl {
    margin-top: 15px;
}

.block-progress dt {
    margin: 15px 0;
    line-height: 1.3em;
    text-transform: uppercase;
    font-weight: 700;
}

.block-progress dd {
    margin-bottom: 25px;
    padding-left: 15px;
    font-style: italic;
}

.block-progress address {
    font-style: italic;
}

.block-progress dt a {
    text-transform: none;
    font-weight: 400;
}

.block-progress p {
    margin: 0;
}

.opc .buttons-set.disabled button.button {
    display: none;
}

.opc .buttons-set .please-wait {
    height: 45px;
    line-height: 45px;
}

.opc .ul {
    list-style: disc outside;
    padding-left: 18px;
}

.opc {
    position: relative;
}

.opc .section {
    margin: 0 0 10px;
    padding: 0;
}

.opc .step-title {
    background: #f5f5f5;
    padding: 10px;
    text-align: right;
}

.opc .step-title .number {
    float: left;
    background: #fff;
    padding: 8px 12px;
    margin: 0 8px 0 0;
    font-size: 1.3333em;
}

.opc .step-title h2 {
    float: left;
    margin: 0;
    color: #999;
    font-size: 1.3333em;
    line-height: 2.125em;
}

.opc .step-title a {
    display: none;
    float: right;
    margin-top: 8px;
}

.opc .section.allow {
    cursor: pointer;
}

.opc .section.allow.active {
    cursor: auto;
}

.opc .allow .step-title {
    background: #f5f5f5;
}

.opc .allow .step-title:hover {
    background-color: #e5e5e5;
}

.opc .allow .step-title h2 {
    color: #333;
}

.opc .allow .step-title a {
    display: block;
}

.opc .active .step-title {
    background-color: #e5e5e5;
    cursor: default;
}

.opc .active .step-title .number {
    color: #fff;
    background-color: #333;
}

.opc .active .step-title a {
    display: none;
}

.opc .step {
    padding: 10px 20px;
    margin-top: 10px;
    position: relative;
}

.opc .step .tool-tip {
    right: 30px;
}

#opc-login .buttons-set button {
    float: left;
    margin-left: 0;
}

#opc-login .buttons-set a {
    float: right !important;
}

#opc-login h3 {
    margin-top: 10px;
}

#opc-login h4 {
    font-family: inherit;
    font-weight: 400;
}

#opc-login .form-list {
    margin: 15px 0;
}

#opc-login .form-list li {
    margin: 0 0 3px;
}

.opc .gift-messages-form {
    border: solid #e5e5e5;
    border-width: 1px 0;
}

.opc .gift-messages-form .inner-box {
    overflow: visible;
}

#opc-review .step {
    padding: 0;
}

#opc-review .item-options {
    margin: 5px 0 0;
}

#opc-review .btn-checkout {
    min-width: 200px;
}

#opc-review .buttons-set p {
    margin: 0;
    line-height: 28px;
}

#opc-review .buttons-set .please-wait {
    height: 28px;
    line-height: 28px;
}

#opc-review .authentication {
    margin: 0 auto;
    width: 570px;
}

#opc-review .warning-message {
    color: #222;
    font-weight: 700;
    text-align: center;
    padding: 10px 10px 0;
}

.multiple-checkout h2,
.info-set h2 {
    font-weight: 700;
    margin: 0 0 10px;
}

.multiple-checkout h3,
.multiple-checkout h4,
.info-set h3,
.info-set h4 {
    font-size: 15px;
    font-weight: 700;
}

.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a,
.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
    font-size: 12px;
    font-weight: 400;
}

.multiple-checkout .data-table .product-name,
.info-set .data-table .product-name {
    font-size: 13px;
    margin: 0 0 5px;
}

.multiple-checkout .col2-set h2.legend,
.info-set h2.legend {
    font-weight: 400;
}

.multiple-checkout .col2-set h3.legend,
.info-set h3.legend {
    color: #ce001a;
    margin: 0 0 10px;
}

.multiple-checkout .col2-set .divider,
.info-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}

.multiple-checkout .box,
.info-set .box {
    margin: 0 0 15px;
}

.checkout-progress {
    padding: 0 110px;
    margin: -11px 0 25px;
}

.checkout-progress li {
    float: left;
    width: 19%;
    margin: 0 1px 0 0;
    padding-top: 5px;
    border-top: 10px solid #d5d5d5;
    text-align: center;
    color: #bbb;
}

.checkout-progress li.active {
    border-top-color: #ce001a;
    color: #ce001a;
}

.multiple-checkout .page-title {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
}

.multiple-checkout .buttons-set {
    border-top: 1px solid #e5e5e5;
    margin-top: 40px;
    padding-top: 15px;
}

.multiple-checkout .data-table thead tr {
    border-bottom: 1px solid #bbb;
}

.multiple-checkout .data-table thead th {
    padding: 10px;
    font-weight: 400;
}

.multiple-checkout .gift-messages {
    margin: 15px 0 0;
}

.multiple-checkout .tool-tip {
    top: 50%;
    margin-top: -120px;
    right: 10px;
}

.multiple-checkout .col2-set .col-1 {
    width: 32%;
}

.multiple-checkout p.actions {
    margin-bottom: 10px;
}

.multiple-checkout .place-order .please-wait {
    margin-top: 10px;
}

.multiple-checkout .place-order .grand-total {
    font-size: 1.5em;
    text-align: right;
}

.multiple-checkout .place-order .grand-total .inner div {
    display: inline;
}

.multiple-checkout .place-order .grand-total big {
    display: inline;
    margin-right: 20px;
}

#multiship-addresses-table td {
    padding: 10px;
}

.checkout-multishipping-shipping .box-sp-methods {
    border: 1px solid #e5e5e5;
    padding: 15px;
    margin-bottom: 0;
    position: relative;
}

.account-login .new-users,
.account-login .registered-users {
    margin-bottom: 20px;
}

.account-login p {
    margin-bottom: 20px;
}

.account-login p.required {
    margin: 0;
}

.account-login .buttons-set {
    margin-top: 10px;
}

.account-login .buttons-set button {
    float: left;
    margin-left: 0;
}

.account-login .buttons-set a {
    float: right !important;
    margin-bottom: 10px;
}

.my-account .title-buttons .link-rss {
    float: none;
    margin: 0;
}

.dashboard .welcome-msg {
    margin: 0 0 1.6666em;
}

.dashboard .welcome-msg .hello {
    font-size: 1.6666em;
    line-height: 1.2em;
}

.dashboard .welcome-msg .hello strong {
    font-weight: 400;
}

.dashboard .col-1,
.dashboard .col-2 {
    margin-bottom: 1.5em;
}

.box-account {
    margin: 0 0 2.5em;
}

.box-account .box-head {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 10px;
    padding-bottom: 5px;
}

.box-account .box-head a {
    float: right;
    margin-top: 10px;
}

.box-account .box-head h2 {
    float: left;
    margin: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.box-account.box-info .col-1 {
    border-right: 1px solid #e5e5e5;
}

.box-account.box-info .col-1 .box {
    padding-right: 10px;
}

.dashboard .box .box-title {
    padding: 0 0 2px;
    margin: 0 0 10px;
    text-align: right;
    border-bottom: 1px solid #e5e5e5;
}

.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
    float: left;
    margin: 0;
}

.dashboard .box-info h4 {
    font-weight: 400;
    text-transform: uppercase;
}

.dashboard .box-reviews .number {
    float: left;
    font-size: 1.3333em;
    line-height: 1.25em;
    padding: 0 10px;
}

.dashboard .box-reviews .details {
    margin-left: 38px;
}

.dashboard .box-reviews li.item {
    margin: 0 0 7px;
}

.dashboard .box-reviews li.item.last {
    margin: 0;
}

.dashboard .box-reviews .ratings {
    margin: 5px 0 0;
}

.dashboard .box-tags .number {
    float: left;
    font-size: 1.3333em;
    line-height: 1.25em;
    padding: 0 10px;
}

.dashboard .box-tags .details {
    margin-left: 38px;
}

.dashboard .box-tags .tags {
    margin: 5px 0 0;
}

.dashboard .box-tags li.item {
    margin: 0 0 7px;
}

.dashboard .box-tags li.item.last {
    margin: 0;
}

.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
    display: inline;
}

.addresses-list h3 {
    font-weight: 400;
}

.addresses-list address {
    margin-bottom: 10px;
}

.addresses-list .link-remove:hover {
    color: #ee001c;
}

.addresses-list .separator {
    margin: 0 3px;
}

.addresses-list .addresses-primary .item {
    padding: 15px;
    margin: 0 0 10px;
    background-color: #f5f5f5;
    border-radius: 5px;
}

.addresses-list li.empty {
    background: none;
    border: 0;
    padding: 0;
}

.addresses-list li.empty p {
    color: #555;
}

.addresses-list .addresses-additional .item {
    padding: 15px;
    margin: 0 0 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.my-account .pager {
    margin-bottom: 20px;
}

.order-info {
    margin: 20px 0 10px;
}

.order-info dt,
.order-info dd,
.order-info li,
.order-info li a {
    float: left;
}

.order-info dt {
    font-weight: 700;
}

.order-info li {
    margin-right: 1px;
}

.order-info dt,
.order-info li.current,
.order-info li a {
    padding: 10px;
}

.order-info dt {
    padding-left: 0;
}

.order-info li a {
    background-color: #f8f8f8;
}

.order-info li a:hover,
.order-info li.current {
    background-color: #e5e5e5;
}

.order-date {
    margin: 15px 0;
    color: #ee001c;
    clear: both;
}

.order-info-box {
    margin: 0 0 10px;
    padding: 20px;
}

.order-info-box .col-1 {
    border-right: #e5e5e5 solid 1px;
}

.order-info-box .box-payment p {
    margin: 0 0 3px;
}

.order-info-box .box-payment th {
    font-weight: 700;
    padding-right: 7px;
}

.order-items .data-table {
    margin-bottom: 20px;
}

.order-items .data-table td {
    padding: 5px 9px;
}

.order-items .data-table .grand_total {
    font-size: 1.3333em;
}

.order-items {
    width: 100%;
}

.order-items .product-name {
    margin: 0 0 3px;
    font-size: 12px;
}

.order-items .link-print {
    font-weight: 400;
}

.order-items p .link-print {
    float: none;
}

.order-items h2,
.order-about h2 {
    margin: 15px 0;
}

.order-items h3.table-caption {
    font-size: 13px;
    font-weight: 700;
}

.order-items h2.table-caption a,
.order-items h2.sub-title a {
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
}

.order-items .order-links {
    text-align: right;
}

.order-details h2 .separator {
    color: #999;
    font-size: 12px;
}

.order-about {
    margin: 0 0 15px;
    padding: 5px 30px;
}

.order-about dt {
    font-weight: 700;
}

.order-about dd {
    font-size: 12px;
    margin-bottom: 15px;
}

.tracking-table {
    margin: 0 0 15px;
}

.tracking-table th {
    width: 20%;
    font-weight: 700;
    white-space: nowrap;
}

.tracking-table th,
.tracking-table td {
    padding: 5px 9px;
}

.tracking-table-popup {
    width: 100%;
}

.tracking-table-popup th {
    font-weight: 700;
    white-space: nowrap;
}

.tracking-table-popup th,
.tracking-table-popup td {
    padding: 1px 8px;
}

.page-print .print-head {
    margin: 0 0 15px;
}

.page-print .print-head .logo {
    float: left;
}

.page-print .print-head address {
    float: left;
    margin-left: 15px;
}

.page-print h1 {
    font-size: 16px;
    font-weight: 700;
}

.page-print h2,
.page-print h3 {
    font-size: 13px;
    font-weight: 700;
}

.page-print h2.h2 {
    font-size: 16px;
    font-weight: 700;
}

.page-print .order-date {
    background: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/bkg_divider1.gif) 0 100% repeat-x;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.page-print .col2-set {
    margin: 0 0 10px;
}

.page-print .gift-message-link {
    display: none;
}

.page-print .price-excl-tax,
.page-print .price-incl-tax {
    display: block;
    white-space: nowrap;
}

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
    display: inline;
}

.my-wishlist .product-image {
    display: block;
    margin: 0 0 5px;
    min-width: 113px;
    max-width: 140px;
}

.my-wishlist .product-name {
    margin-bottom: 10px;
}

.my-wishlist .description {
    margin-bottom: 10px;
}

.my-wishlist textarea {
    display: block;
    width: 97%;
    height: 70px;
    border: 1px solid #e5e5e5;
}

.my-wishlist .price-box {
    margin-bottom: 5px;
}

.my-wishlist .add-to-cart-alt {
    margin-bottom: 10px;
}

.my-wishlist .buttons-set {
    margin-top: 2em;
}

#wishlist-table .add-to-links {
    white-space: nowrap;
}

.my-wishlist .data-table tr.even {
    background: #f8f8f8;
}

.my-wishlist .btn-cart {
    margin: 10px 0 5px;
}

.my-tag-edit {
    float: left;
    margin: 0 0 10px;
}

.my-tag-edit .btn-remove {
    float: right;
    margin: 5px 0 0 5px;
}

#my-tags-table {
    clear: both;
}

#my-tags-table td {
    padding: 10px;
}

#my-tags-table .add-to-links {
    white-space: nowrap;
}

#my-reviews-table td {
    padding: 10px;
}

.product-review .product-img-box {
    float: left;
    width: 140px;
}

.product-review .product-img-box .product-image {
    display: block;
    width: 125px;
    height: 125px;
}

.product-review .product-img-box .label {
    margin: 0 0 8px;
}

.product-review .product-img-box .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 10px;
}

.product-review .product-details {
    margin: 0 20px 20px 155px;
}

.product-review .product-name {
    font-size: 18px;
    margin: 0 0 18px;
}

.product-review h3 {
    font-size: 12px;
    margin: 15px 0 5px;
}

.product-review .ratings-table {
    margin: 0 0 15px;
}

.product-review dt {
    font-weight: 700;
}

.product-review dd {
    font-size: 12px;
    margin: 5px 0 0;
}

.billing-agreements .form-list li select {
    float: left;
}

.billing-agreements .form-list li button.button {
    float: left;
    margin-left: 10px;
}

.billing-agreements .table-caption {
    font-weight: 700;
    font-size: 13px;
}

.window-overlay {
    background: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/window_overlay.png) repeat;
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.remember-me label {
    float: none;
    margin: 0 6px;
}

.remember-me-popup {
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -85px 0 0 -200px;
    width: 400px;
    z-index: 10000;
}

.remember-me-popup-head {
    position: relative;
}

.remember-me-popup-close-button {
    margin-top: 15px;
}

.cart-msrp-totals {
    color: red;
    text-align: right;
    text-transform: uppercase;
}

.map-cart-sidebar-total {
    display: block;
    color: red;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5em;
}

.map-popup {
    margin: 10px 0 0;
    position: absolute;
    width: 300px;
    z-index: 100;
}

.map-popup-heading h2 {
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: left;
    text-overflow: ellipsis;
}

.map-popup-arrow {
    display: none;
}

.map-popup-content {
    overflow: hidden;
    text-align: left;
}

.map-popup-checkout {
    float: right;
    text-align: right;
}

.map-popup-checkout .paypal-logo {
    margin: 0 0 5px;
}

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
    margin: 0;
    padding: 0;
}

.map-popup-price {
    margin: 5px 0 0;
}

.map-popup-text {
    clear: right;
    padding: 20px;
    text-align: left;
    word-wrap: break-word;
}

.map-popup-only-text {
    border-top: 1px solid #eee;
}

.remember-me-popup,
.map-popup {
    background: #fff;
    text-align: left;
}

.remember-me-popup-head,
.map-popup-heading {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 45px 15px 20px;
}

.remember-me-popup-head h3,
.map-popup-heading h2 {
    margin: 0;
    font-size: 16px;
}

.remember-me-popup-body,
.map-popup-content {
    padding: 20px;
}

.remember-me-popup-head .remember-me-popup-close, /* Only the close button in the header */
.map-popup-close {
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
}

.calendar {
    z-index: 200;
}

.calendar .button {
    display: table-cell;
}

.calendar thead .hilite {
    border: none;
}

.calendar thead .active {
    border: none;
}

.calendar tbody td.active {
    padding: 2px 4px 2px 2px;
    border: none;
    color: #dc143c;
}

.calendar tbody td.selected {
    padding: 2px 4px 2px 2px;
    border: none;
    background-color: #eee;
}

.calendar tbody td.hilite {
    padding: 2px 4px 2px 2px;
    border: none;
    background-color: #fff;
    color: red;
}

.footer-container,
.footer-container2,
.footer-container3 {
    background-repeat: repeat;
    background-position: center top;
    background-attachment: scroll;
}

.footer {
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

.footer .item-left {
    float: left;
}

.footer .item-right {
    float: right;
}

.footer .heading,
#subscribe-form label {
    margin-bottom: 0.625em;
    font-size: 1.3333em;
    font-weight: 400;
}

.footer-primary-top-spacing {
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.footer-primary-bottom-spacing {
    padding-top: 20px;
    margin-top: 10px;
}

#subscribe-form form {
    display: block;
}

#subscribe-form label {
    float: left;
    margin: 0 5px 0 0;
    line-height: 36px;
    font-weight: 400;
    position: relative;
}

#subscribe-form .input-box {
    float: left;
    margin: 0 5px 5px 0;
    position: relative;
}

#subscribe-form .input-box .validation-advice {
    padding: 10px 0;
    margin: 0;
    width: 140%;
    position: absolute;
    top: -103%;
    left: -20%;
    text-align: center;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
}

#subscribe-form .input-text {
    float: left;
    width: auto;
}

#subscribe-form .button {
    float: left;
}

.social-links a > span.icon {
    display: inline-block;
}

.social-links span.icon, /* For backward compatibility */
.social-links .ib {
    margin-bottom: 3px;
}

.footer-copyright {
    font-size: 11px;
    line-height: 16px;
    margin: 4px 0;
}

#scroll-to-top {
    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 32px;
    bottom: 56px;
    right: 30px;
    z-index: 9999;
    border-radius: 50%;
    background-image: none !important;
}

#scroll-to-top:hover {
    background-color: #333;
}

.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
    content: "";
    display: table;
    clear: both;
}

.swatch-link,
.swatch-label {
    display: block;
    border-radius: 0;
    font-size: 14px;
    text-align: center;
    color: #636363;
    text-decoration: none;
    box-sizing: content-box;
}

.swatch-link {
    border: 1px solid #ccc;
    margin: 0 0 3px;
}

.swatch-link img {
    border-radius: 0;
}

.swatch-link:hover {
    cursor: pointer;
    text-decoration: none;
}

.swatch-link .x {
    display: none;
    text-indent: -999em;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/bg_x.png) center no-repeat transparent;
    z-index: 10;
}

.swatch-link.has-image .swatch-label {
    position: relative;
}

.swatch-link.has-image img {
    position: absolute;
    top: 0;
    left: 0;
}

.swatch-label {
    border: 1px solid #fff;
    margin: 0;
    white-space: nowrap;
    background: #f4f4f4;
}

.configurable-swatch-list {
    clear: both;
    -webkit-transform: translateZ(0px);
}

.configurable-swatch-list li {
    float: left;
    margin: 0 0 0 3px;
}

.products-grid .configurable-swatch-list li {
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: top;
}

.configurable-swatch-list .not-available .x {
    display: block;
}

.configurable-swatch-list .not-available .swatch-link {
    border-color: #ededed;
    position: relative;
}

.configurable-swatch-list .not-available .swatch-link.has-image img {
    opacity: 0.4;
}

.configurable-swatch-list .not-available .swatch-label {
    color: #aaa;
    background: #fff;
}

.configurable-swatch-list .wide-swatch .swatch-label {
    padding: 0 6px;
}

.configurable-swatch-list .not-available a:focus {
    outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
    margin: 0 0 0 3px;
    width: 47%;
}

#narrow-by-list dd .swatch-link {
    border: none;
    line-height: 25px;
    margin-right: 2px;
    text-align: left;
}

#narrow-by-list dd .swatch-link.has-image {
    line-height: inherit;
}

#narrow-by-list dd .swatch-link:hover .swatch-label {
    border-color: #000;
}

#narrow-by-list dd .swatch-label {
    background: #f4f4f4;
    border: 1px solid #ccc;
    border-radius: 0;
    display: block;
    float: left;
    line-height: 1.5em;
    margin: 0 5px 0 0;
    padding: 1px 5px;
    white-space: nowrap;
}

#narrow-by-list dd .swatch-label img {
    border: 1px solid #fff;
    border-radius: 0;
    box-sizing: content-box;
}

#narrow-by-list dd .has-image .swatch-label {
    padding: 0;
}

.block-layered-nav dd .configurable-swatch-list li,
.block-layered-nav .currently ol.configurable-swatch-list li {
    background: none;
    padding-left: 0;
}

.block-layered-nav dd .configurable-swatch-list > li > a::before {
    display: none;
}

.currently .swatch-current {
    position: relative;
}

.currently .swatch-current .btn-remove {
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
}

.currently .swatch-current span {
    display: block;
    float: left;
}

.currently .swatch-link {
    display: inline-block;
    margin: 0 0 0 3px;
}

.currently .swatch-link:hover {
    border-color: #ccc;
    cursor: default;
}

.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
    border-color: #000;
}

.configurable-swatch-box {
    background: none !important;
}

.configurable-swatch-box select.swatch-select {
    display: none;
}

.configurable-swatch-box .validation-advice {
    margin: 0 0 5px;
    background: #df280a;
    padding: 2px 5px !important;
    font-weight: 700;
    color: #fff !important;
    float: left;
    display: block;
    border-radius: 0;
}

.product-view .product-options .swatch-attr {
    float: none;
    display: block;
    clear: both;
    border: 0;
}

.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
    font-size: 12px;
}

.product-view .product-options .swatch-attr label {
    display: block;
}

.product-view .product-options .swatch-attr .select-label {
    display: inline;
    font-weight: 400;
    padding-left: 5px;
}

.product-view .product-options dd .input-box {
    width: auto;
    height: auto;
}

.product-view .product-options .select-label {
    display: none;
}

.product-view .add-to-cart button.out-of-stock {
    background-position: -80px -362px;
    cursor: default;
}

.product-image-gallery .gallery-image {
    display: none !important;
}

.product-image-gallery .gallery-image.visible {
    display: block !important;
}

.product-image-gallery .gallery-image.visible.hidden {
    visibility: hidden;
}

.product-image-gallery:before,
.product-image-gallery:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.product-image-gallery:before {
    background-color: #fff;
    opacity: 0.8;
    z-index: 2;
}

.product-image-gallery:after {
    background-image: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/opc-ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}

.product-image-gallery.loading {
    position: relative;
}

.product-image-gallery.loading:before,
.product-image-gallery.loading:after {
    display: block;
}

label.required:after,
span.required:after {
    content: " *";
    color: #ee001c;
    font-weight: 400;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 12px;
}

label.required em,
span.required em {
    display: none;
}

body.cms-index-index .breadcrumbs {
    display: none;
}

.widget-new-products .products-grid .item,
.widget-viewed .products-grid .item,
.widget-compared .products-grid .item {
    float: left;
    max-width: 165px;
    padding: 0 10px 15px;
}

.widget-new-products .products-list,
.widget-viewed .products-list,
.widget-compared .products-list {
    list-style-type: none;
    padding: 0;
}

.widget-new-products .products-list .product-image,
.widget-viewed .products-list .product-image,
.widget-compared .products-list .product-image {
    float: left;
}

.sidebar div.widget-static-block {
    margin-bottom: 10px;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
}

.clearer:after, .header-container:after, .header-container .top-container:after, .header:after, .header .quick-access:after, #nav:after, .main:after, .footer:after, .footer-container .bottom-container:after, .col-main:after, .col2-set:after, .col3-set:after, .col3-layout .product-options-bottom .price-box:after, .col4-set:after, .search-autocomplete li:after, .block .block-content:after, .block .actions:after, .block li.item:after, .block-poll li:after, .block-layered-nav .currently li:after, .page-title:after, .products-grid:after, .products-list li.item:after, .box-account .box-head:after, .dashboard .box .box-title:after, .box-reviews li.item:after, .box-tags li.item:after, .pager:after, .sorter:after, .ratings:after, .add-to-box:after, .add-to-cart:after, .product-essential:after, .product-view .box-tags .form-add:after, .product-view .product-shop .short-description:after, .product-view .box-description:after, .product-options .options-list li:after, .product-options-bottom:after, .product-review:after, .cart:after, .cart-collaterals:after, .cart .crosssell li.item:after, .opc .step-title:after, .checkout-progress:after, .multiple-checkout .place-order:after, .group-select li:after, .form-list li:after, .form-list .field:after, .buttons-set:after, .page-print .print-head:after, .advanced-search-summary:after, .gift-messages-form .item:after, .send-friend .form-list li p:after, /* Additional clearing */
.breadcrumbs:after, .product-type-data .item-options:after, .my-account .order-info:after, .mini-cart .mini-cart-content .mini-products-list li.item:after, .block-related-thumbnails .product:after, .cart .crosssell:after, .data-table .item-options:after, .section-line:after, .section-title:after {
    display: block;
    content: "";
    clear: both;
}

/*Snenko_QuickOrder*/
.cross-sell-grid {
    border: 1px solid #ddd;
    width: 300px;
    padding: 15px;
    display: inline-block;
    text-align: left;
    background-color: #ffffff;
}
.cross-sell-grid button {
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
    padding: 10px 0 0;
}
.cross-sell-title {
    font-size: 24px;
    padding: 0;
    margin: 45px 0 15px;
    text-align: center;
}
.cross-sell-description {
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
}
@media only screen and (max-width: 639px) {
    .cross-sell-description {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .cross-sell-title {
        font-size: 16px;
    }
}
.cross-sell-product-price {
    margin-top: 25px;
    font-size: 20px;
}
.wrap-btn-cross-sell {
    text-align: right;
    /*margin-top: -50px;*/
    /*display: inline-block;*/
}
.icon-buy {
    visibility: visible;
    content: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/snenko/icon-buy.png);
    width: 50px;
}
#background {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 997;

    top: 0;
    left: 0;

    display: none;
}
.form-cross-sell {
    width: 365px;
    position: fixed;

    background: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);

    top: 50%;
    left: 50%;
    z-index: 998;
    max-width: 90%;
    max-height: 90%;
    padding: 25px;
    /*margin-right: -50%;*/

    transform: translate(-50%, -50%);
}
.close-form-cross-sell {
    background: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/snenko/close.png);
    cursor: pointer;
    z-index: 999;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    position: absolute;
}
p.title-cross-sell {
    font-size: 25px;
    line-height: 125%;
    margin-bottom: 15px;
}
p.description-cross-sell {
    font-size: 16px;
    line-height: 125%;
    margin-bottom: 15px;
}
.submit-cross-sell {
    height: 20px;
    width: 125px;
    cursor: pointer;
}
.cancel-cross-sell {
    height: 20px;
    width: 125px;
    cursor: pointer;
}
.stable-size {
    height: 100%;
    object-fit: contain;
}
/*Snenko_QuickOrder*/

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2019 Magento, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://i-planet.com.ua/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://i-planet.com.ua/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://i-planet.com.ua/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://i-planet.com.ua/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://i-planet.com.ua/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://i-planet.com.ua/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://i-planet.com.ua/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://i-planet.com.ua/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://i-planet.com.ua/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/*
 * Accordions and collapsible blocks
 */



/* Accordion  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.accordion {
	padding:0;
	margin:0;
	list-style-type:none;
}
.accordion ul {
	display:block; /*display:none;*/
	float:left;
	width:100%;
	padding:0;
	margin:0;
}
.accordion li {
	float:left;
	display:block;
	width:100% !important;
	padding:0 !important;
	margin:0;
	list-style-type:none;
	cursor:pointer;
	position:relative;
}

.accordion li a {
	display:block;
	padding:15px 10px;
	font-size: 1.1666em; /*14px*/
	line-height: 1.2857em; /*18px*/
}
.accordion li li a { padding-left:20px; }
.accordion li li li a { padding-left:40px; }
.accordion li li li li a { padding-left:60px; }

/* Space for openner if item has children.
   Space has to be a few pixels wider than openner */
.accordion li.parent > a { padding-right:54px; }

/* Opener
-------------------------------------------------------------- */
.accordion .opener {
	position:absolute;
	right:0;
	top:0;
	display:block;
	cursor:pointer;
	text-align:center;
	
	width:49px;
	height:49px;
	line-height:49px;
	background: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/infortis/_shared/accordion/opener.png) center center no-repeat;
}
.accordion .opener:hover {
	background-color:rgba(0,0,0, 0.05);
}

/* Active */
.accordion li.item-active > .opener {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/infortis/_shared/accordion/opener-active.png);
}


/* Accordion - Style 1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Padding
-------------------------------------------------------------- */
.accordion-style1 li a { padding:5px 10px; }
.accordion-style1 li li a { padding-left:20px; }
.accordion-style1 li li li a { padding-left:35px; }
.accordion-style1 li li li li a { padding-left:50px; }

/* Space for openner if item has children.
   Space has to be a few pixels wider than openner */
.accordion-style1 li.parent > a { padding-right:33px; }

/* Misc
-------------------------------------------------------------- */
.accordion-style1 li a {
	border-bottom-color:#eee;
	border-bottom:1px solid rgba(0,0,0,0.06);
	font-size:1em; /*12px*/
	line-height:1.5em; /*18px*/
}
.accordion-style1 li a:hover {
	background-color:rgba(0,0,0, 0.03);
}

/* Opener
-------------------------------------------------------------- */
.accordion-style1 .opener {
	width:28px;
	height:28px;
	line-height:28px;
	/*background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/infortis/_shared/accordion/opener-small.png);*/
	background-color:rgba(0,0,0, 0.03);
}
.accordion-style1 .opener:hover {
	background-color:rgba(0,0,0, 0.10);
	background-image: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/infortis/_shared/accordion/opener-w.png);
}

/* Active */
/*.accordion-style1 li.item-active > .opener {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/infortis/_shared/accordion/opener-small-active.png);
}*/
.accordion-style1 li.item-active > .opener:hover {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/infortis/_shared/accordion/opener-active-w.png);
}



/* Collapsible %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.collapsible .block-title {
	cursor: pointer;
}

.collapsible .block-title,
.mobile-collapsible .block-title
{
	padding-top:8px;
	/*padding-right:35px;*/ /* Rremoved space for opener */
	padding-bottom:8px;
	border-bottom:1px solid #f2f2f2;
	border-color:rgba(0,0,0, 0.05);
	margin-bottom:0.625em; /*10px*/
	
	font-size:1.3333em; /*16px*/
	line-height:1.25em; /*20px*/
	font-weight:normal;
}

.collapsible .block-content,
.collapsible .block-content > * {
	margin-top:0; /* Prevent animation jumping */
}

/* Deprecated: opener
-------------------------------------------------------------- */
.collapsible .opener {
	position:absolute;
	right:0;
	top:2px;
	display:block;
	cursor:pointer;
	text-align:center;
	
	width:30px;
	height:30px;
	line-height:30px;
	
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/infortis/_shared/accordion/opener.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#f2f2f2; /*IE*/
	background-color:rgba(0,0,0, 0.05);
}
.collapsible .opener:hover {
	background-color:#e5e5e5; /*IE*/
	background-color:rgba(0,0,0, 0.1);
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/infortis/_shared/accordion/opener-w.png);
}
.collapsible.active .opener {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/infortis/_shared/accordion/opener-active.png);
}
.collapsible.active .opener:hover {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/infortis/_shared/accordion/opener-active-w.png);
}

.nav-block {
    margin-top: 1%;
    margin-bottom: 1%
}

.nav-block--center {
    margin-top: 1%;
    margin-bottom: 1%
}

.nav-block .section-line {
    border-color: #eee
}

#nav .nav-custom-link .header-nav-dropdown-wrapper .heading {
    margin: 10px 0
}

.nav-regular .caret {
    width: 0;
    height: 0;
    margin-bottom: 2px;
    margin-left: 2px;
    vertical-align: middle;
    content: "";
    border-color: #333 transparent transparent;
    border-style: solid solid none;
    border-width: 4px 4px 0;
    display: none
}

.nav-regular .nav-item--parent > a .caret {
    display: inline-block
}

.nav-regular .nav-panel a .caret {
    border-color: transparent transparent transparent #333;
    border-style: solid none solid solid;
    border-width: 4px 0 4px 4px;
    margin-left: 5px;
    opacity: .2
}

.nav-regular .nav-panel a:hover .caret {
    opacity: 1
}

.nav-regular .nav-item--home .ic {
    display: inline-block;
    font-size: 16px;
    padding: 0;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    float: none;
    background-color: transparent !important
}

#nav .nav-item--homeicon a {
    padding-left: 17px;
    padding-right: 5px;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    opacity: 1;
    -webkit-transition: opacity 450ms ease-in-out;
    transition: opacity 450ms ease-in-out;
}

#nav .nav-item--homeicon a:hover {
    opacity: .6;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
}

.cat-label {
    padding: 2px 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
    text-transform: none;
    text-shadow: none;
    -webkit-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
    transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
}

li > a:hover > span > .cat-label {
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
}

li.level0 > a > span {
    position: relative
}

li.level0 > a > span > .cat-label {
    position: absolute;
    top: -10px;
    right: 0;
    padding: 0 6px;
    font-size: 14px;
    line-height: 22px
}

li.level0 > a > span > .pin-bottom:before {
    position: absolute;
    right: 6px;
    top: 22px;
    width: 0;
    height: 0;
    content: "";
    border: 4px solid rgba(0,0,0,0);
    -webkit-transition: border-color 450ms ease-in-out;
    transition: border-color 450ms ease-in-out;
}

li.level0 > a:hover > span > .pin-bottom:before {
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
}

li.level1 > a > span > .cat-label {
    display: inline-block !important;
    padding: 0 4px;
    margin-left: 5px;
    vertical-align: middle
}

li.level2 > a > span > .cat-label {
    display: inline-block !important;
    padding: 0 4px;
    margin-left: 2px
}

.nav-mobile li > a > span > .cat-label {
    position: static;
    display: inline-block !important;
    padding: 0 4px;
    margin-left: 5px;
    font-size: 14px;
    line-height: 18px
}

.nav-mobile li > a > span > .pin-bottom:before {
    display: none
}

#nav a.no-click {
    cursor: default
}

#nav {
    position: relative;
    z-index: 700;
}

#nav.nav-mobile {
    display: none
}

#nav.nav-mobile.show {
    display: block
}

.mobnav-trigger, .nav-regular .nav-item.level0 > a {
    line-height: 50px
}

.nav-regular.centered {
    text-align: center
}

.nav-regular.centered li.level0 {
    float: none;
    display: inline-block
}

.nav-regular.centered li.level0.right, .nav-regular.centered li.level0.left {
    float: none !important
}

.nav-regular .hide-in-desktop-menu {
    display: none !important
}

#nav .nav-holder {
    float: right
}

.nav-holder > * {
    display: block
}

.nav-holder .dropdown .dropdown-heading .label {
    vertical-align: baseline
}

ul.nav-regular .nav-holder .search-wrapper, .header-regular .nav-holders-wrapper-mobile .nav-holder .search-wrapper {
    width: inherit;
    float: none !important;
    display: inline-block;
    vertical-align: middle;
    padding-left: 7px;
    max-width: none;
    margin: 0
}

ul.nav-regular .nav-holder .search-wrapper .input-text, .header-regular .nav-holders-wrapper-mobile .nav-holder .search-wrapper .input-text {
    margin-bottom: 1px
}

.mobnav-trigger {
    display: block;
    padding: 0 15px
}

.mobnav-trigger .trigger-icon {
    display: block;
    float: left;
    width: 23px;
    padding-top: 18px;
    margin: 0 8px 0 0
}

.mobnav-trigger .trigger-icon .line {
    display: block;
    background-color: #fff;
    height: 3px;
    margin-bottom: 2px
}

.mobnav-trigger-wrapper {
    display: none
}

.nav-holders-wrapper-mobile + .mobnav-trigger {
    float: left
}

.nav-holders-wrapper-mobile {
    float: right
}

.nav-holders-wrapper-mobile .nav-holder {
    float: right
}

.nav-holders-wrapper-mobile .nav-holder > * {
    line-height: 50px;
    max-height: 50px
}

.mobnav-trigger, .nav-holders-wrapper-mobile .nav-holder .dropdown .dropdown-heading {
    font-size: 14px
}

.nav-holders-wrapper-mobile .nav-holder .dropdown .dropdown-heading {
    max-height: 50px;
    line-height: 50px
}

.nav-holders-wrapper-mobile .nav-holder .dropdown .dropdown-heading.cover > span, .nav-holders-wrapper-mobile .nav-holder .dropdown .dropdown-heading.cover > div {
    padding: 0 15px
}

.nav-mobile .nav-panel--dropdown {
    width: 100% !important;
    left: 0 !important;
    top: 0 !important
}

.nav-mobile .nav-item--only-subcategories > .nav-panel--dropdown {
    background-color: transparent !important
}

.nav-mobile .nav-block {
    display: none
}

.nav-mobile.opt-sb0 .nav-item > div {
    box-shadow: none;
    background-color: transparent !important
}

.nav-mobile.opt-sb0 .nav-item > div > div {
    padding: 0 !important
}

.nav-mobile.opt-sb0 .nav-item > div > div > .nav-block--center {
    margin: 0;
    width: 100%
}

.nav-mobile.opt-sb0 .nav-item.nav-item--only-blocks {
    display: none
}

.nav-mobile.opt-sb1 li.level0 > div > div > .nav-block {
    display: block
}

.nav-mobile.opt-sb1 ul.level0 .nav-item > div {
    box-shadow: none;
    background-color: transparent !important
}

.nav-mobile.opt-sb1 ul.level0 .nav-item > div > div {
    padding: 0 !important
}

.nav-mobile.opt-sb1 ul.level0 .nav-item > div > div > .nav-block--center {
    margin: 0;
    width: 100%
}

.nav-mobile.opt-sb1 ul.level0 .nav-item.nav-item--only-blocks {
    display: none
}

.nav-mobile.opt-sb2 li.level0 > div > div > .nav-block, .nav-mobile.opt-sb2 li.level1 > div > div > .nav-block {
    display: block
}

.nav-mobile.opt-sb2 ul.level1 .nav-item > div {
    box-shadow: none;
    background-color: transparent !important
}

.nav-mobile.opt-sb2 ul.level1 .nav-item > div > div {
    padding: 0 !important
}

.nav-mobile.opt-sb2 ul.level1 .nav-item > div > div > .nav-block--center {
    margin: 0;
    width: 100%
}

.nav-mobile.opt-sb2 ul.level1 .nav-item.nav-item--only-blocks {
    display: none
}

.nav-mobile.opt-sb3 li.level0 > div > div > .nav-block, .nav-mobile.opt-sb3 li.level1 > div > div > .nav-block, .nav-mobile.opt-sb3 li.level2 > div > div > .nav-block {
    display: block
}

.nav-mobile.opt-sb3 ul.level2 .nav-item > div {
    box-shadow: none;
    background-color: transparent !important
}

.nav-mobile.opt-sb3 ul.level2 .nav-item > div > div {
    padding: 0 !important
}

.nav-mobile.opt-sb3 ul.level2 .nav-item > div > div > .nav-block--center {
    margin: 0;
    width: 100%
}

.nav-mobile.opt-sb3 ul.level2 .nav-item.nav-item--only-blocks {
    display: none
}

.nav-mobile.opt-sb4 li.level0 > div > div > .nav-block, .nav-mobile.opt-sb4 li.level1 > div > div > .nav-block, .nav-mobile.opt-sb4 li.level2 > div > div > .nav-block, .nav-mobile.opt-sb4 li.level3 > div > div > .nav-block {
    display: block
}

.nav-mobile.opt-sb4 ul.level3 .nav-item > div {
    box-shadow: none;
    background-color: transparent !important
}

.nav-mobile.opt-sb4 ul.level3 .nav-item > div > div {
    padding: 0 !important
}

.nav-mobile.opt-sb4 ul.level3 .nav-item > div > div > .nav-block--center {
    margin: 0;
    width: 100%
}

.nav-mobile.opt-sb4 ul.level3 .nav-item.nav-item--only-blocks {
    display: none
}

.nav-mobile.opt-sb5 li.level0 > div > div > .nav-block, .nav-mobile.opt-sb5 li.level1 > div > div > .nav-block, .nav-mobile.opt-sb5 li.level2 > div > div > .nav-block, .nav-mobile.opt-sb5 li.level3 > div > div > .nav-block, .nav-mobile.opt-sb5 li.level4 > div > div > .nav-block {
    display: block
}

.nav-mobile.opt-sb5 ul.level4 .nav-item > div {
    box-shadow: none;
    background-color: transparent !important
}

.nav-mobile.opt-sb5 ul.level4 .nav-item > div > div {
    padding: 0 !important
}

.nav-mobile.opt-sb5 ul.level4 .nav-item > div > div > .nav-block--center {
    margin: 0;
    width: 100%
}

.nav-mobile.opt-sb5 ul.level4 .nav-item.nav-item--only-blocks {
    display: none
}

.nav-mobile .caret {
    display: none !important
}

.nav-mobile .nav-item--home {
    display: none !important
}

.nav-mobile .hide-in-mobile-menu {
    display: none !important
}

.nav-mobile .nav-holder {
    display: none !important
}

.nav .itemslider {
    margin-top: 0;
    margin-bottom: 0
}

.nav .itemslider .item {
    padding-top: 5px;
    padding-bottom: 0
}

.nav .itemslider .product-name a {
    display: inline-block
}

.nav .itemslider .product-name {
    margin-top: 8px
}

.acco {
    list-style-type: none;
}

.acco li.nav-item {
    list-style-type: none;
    display: block;
    float: left;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
}

.acco ul.nav-panel {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.acco li.parent > a {
    padding-right: 54px;
}

.acco .nav-item > a {
    display: block;
    padding: 15px 10px;
    font-size: 16px;
    line-height: 19px;
}

.acco li.level0 > a {
    font-size: 18px;
    text-transform: uppercase;
}

.acco li.level1 > a,
.acco .catalog-menu li.level0 > a {
    padding-left: 30px;
    font-size: 16px;
    text-transform: uppercase;
}

.acco li.level2 > a,
.acco .catalog-menu li.level1 > a{
    padding-left: 50px;
    font-size: 16px;
    text-transform: none;
}

.acco li.level3 > a,
.acco .catalog-menu li.level2 > a {
    padding-left: 70px;
    font-size: 14px;
    text-transform: none;
}

.acco li.level3 .nav-item > a {
    padding-left: 90px;
    font-size: 12px;
    text-transform: none;
}

.acco .opener {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    cursor: pointer;
    text-align: center;
    width: 49px;
    height: 49px;
    line-height: 49px;
    background: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/infortis/_shared/accordion/opener.png) center center no-repeat;
}

.acco .opener:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.acco li.item-active > .opener {
    background-image: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/infortis/_shared/accordion/opener-active.png);
}

/**
 * Main menu dropdown boxes
 */
/* All levels
-------------------------------------------------------------- */
.nav-regular .nav-item {
  text-align: left;
}

.nav-regular .nav-item > a {
  display: block;
  text-decoration: none;
}

/* Level 1 only
-------------------------------------------------------------- */
.nav-regular li.level0 {
  float: left;
}

#nav-left.nav-regular li.level0 {
  float: none;
}

.nav-regular li.level0 > a {
  padding: 0 12px;
}

.nav-regular li.level0 > a > span {
  font-size: 14px;
  display: inline-block;
  white-space: nowrap;
}

/* Top-level item on hover: pull up the link above the dropdown */
.nav-regular li.level0:hover > a {
  z-index: 801;
  position: relative;
}

/* Caret */
.nav-regular li.level0 > a .caret {
  opacity: 0.3;
}

.nav-regular li.level0.active > a .caret,
.nav-regular li.level0:hover > a .caret {
  opacity: 1;
}

/* Dropdowns
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* All levels
-------------------------------------------------------------- */
.nav-regular .nav-panel--dropdown {
  display: none;
  position: absolute;
  top: 0;
  z-index: 800;
  background-color: #fff;
}

/* Inner wrapper of the dropdown (for additional padding etc.)
-------------------------------------------------------------- */
#nav .nav-panel-inner {
  padding: 23px;
}

/* Required value in pixels to keep padding consistent in different dropdowns */
#nav .nav-panel-inner:before,
#nav .nav-panel-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

#nav .nav-panel-inner:after {
  clear: both;
}

/* Full width dropdown
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.nav-regular .nav-panel.full-width {
  width: 100%;
}

/* All levels
-------------------------------------------------------------- */
.nav-regular .mega > .nav-panel--dropdown {
  margin: 0;
}

/* Container of the dropdown has to be relative (only on levels 2+) */
.nav-regular .nav-panel li.mega:hover > .nav-panel--dropdown {
  display: block;
  left: 60px;
  top: 0;
}

/* Inside mega dropdown
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Align submenu's content (grid) with the submenu */
.nav-regular .nav-submenu--mega {
  margin-left: -1%;
  margin-right: -1%;
}

/* Inside mega dropdown, level 1: item
-------------------------------------------------------------- */
.nav-regular .nav-submenu--mega > li {
  display: inline-block;
  float: none;
  vertical-align: top;
  padding-top: 0;
  padding-bottom: 5px;
}

.nav-regular .nav-submenu--mega > li > a {
  font-size: 16px;
  line-height: 1.25em;
}

/* If item is a parent of subcategories, add bottom margin, but romove it if item is a parent of a dropdown */
.nav-regular .nav-submenu--mega > li.parent > a {
  margin-bottom: 10px;
}

.nav-regular .nav-submenu--mega > li.nav-item--parent > a {
  margin-bottom: 0;
}

/* Inside mega dropdown, level 1: submenu
-------------------------------------------------------------- */
/* Each submenu has to be static unless it's a dropdown itself (e.g. if type "classic" was applied to the item).
   Also, add bottom margin to panel, but romove it if it's a dropdown. */
.nav-regular .nav-submenu--mega > li > .nav-panel {
  position: static;
  margin-bottom: 10px;
}

.nav-regular .nav-submenu--mega > li > .nav-panel--dropdown {
  position: absolute;
  margin-bottom: 0;
}

/* Inside mega dropdown, level 1: category blocks
-------------------------------------------------------------- */
.nav-regular .nav-submenu--mega > li > .nav-block--top {
  margin-top: 0;
  margin-bottom: 10px;
}

.nav-regular .nav-submenu--mega > li > .nav-block--bottom {
  margin-top: 10px;
  margin-bottom: 0;
}

/* Inside mega dropdown, level 2: item
-------------------------------------------------------------- */
/* List bullets */
.nav-regular .nav-submenu--mega > li > ul > li {
  background: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/infortis/ultra-megamenu/bullet.png) 3px 6px no-repeat;
  padding-left: 15px;
  -webkit-transition: background-position 150ms ease-out;
  transition: background-position 150ms ease-out;
}

.nav-regular .nav-submenu--mega > li > ul > li:hover {
  background-position: 6px 6px;
}

/* Important: if item is inside a dropdown (e.g. if type "classic" was applied to the parent item), remove bullets */
.nav-regular .nav-submenu--mega > li > ul.nav-panel--dropdown > li {
  background: none;
  padding-left: 0; 
}

/* Other */
.nav-regular .nav-submenu--mega > li > ul > li > a {
  line-height: 1.6666em;
}

/* Classic dropdown %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Level 2+
-------------------------------------------------------------- */
.nav-regular .classic > .nav-panel--dropdown > li > a {
  line-height: 1.6666em;
}

.nav-regular .classic > .nav-panel--dropdown > li > a .caret {
  float: right;
  margin-top: 6px;
}

/* Dropdown
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* All levels
-------------------------------------------------------------- */
.nav-regular .classic > .nav-panel--dropdown {
  margin: 0;
  padding: 20px;
  width: 16em;
  min-width: 12em;
}

/* Level 2+
-------------------------------------------------------------- */

/* Container of the dropdown has to be relative */
.nav-regular .nav-panel li.classic:hover > .nav-panel--dropdown {
  display: block;
  left: 60px;
  top: 0;
}

/* If classic dropdown is on the 1 level of mega dropdown, change positioning */
.nav-regular .nav-submenu--mega > li.classic:hover > .nav-panel--dropdown {
  left: 60px;
  top: 20px;
}

/* Simple submenu - no dropdown %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* If submenu has to be displayed not as a dropdown, but as a simple list (with slight left indent) */
/* List bullets */
.nav-regular .simple > ul {
  margin-top: 5px;
  margin-bottom: 5px;
}

.nav-regular .simple:hover > ul > li > a {
  opacity: 1;
}

/* Itemgrid for menu dropdown %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.dd-itemgrid > .nav-item {
  float: left;
  padding-left: 1%;
  padding-right: 1%;
}

/* Itemgrid: different numbers of columns
-------------------------------------------------------------- */
/* Clear first item in each row (row: group of n items) */
/* Item grid: 1 column */
.dd-itemgrid-1col > .nav-item {
  width: 98%;
}

/* Item grid: 2 columns */
.dd-itemgrid-2col > .nav-item {
  width: 48%;
}

.dd-itemgrid-2col > .nav-item:nth-child(2n+1) {
  clear: left;
}

/* Item grid: 3 columns */
.dd-itemgrid-3col > .nav-item {
  width: 31.3333%;
}

.dd-itemgrid-3col > .nav-item:nth-child(3n+1) {
  clear: left;
}

/* Item grid: 4 columns */
.dd-itemgrid-4col > .nav-item {
  width: 23%;
}

.dd-itemgrid-4col > .nav-item:nth-child(4n+1) {
  clear: left;
}

/* Item grid: 5 columns */
.dd-itemgrid-5col > .nav-item {
  width: 18%;
}

.dd-itemgrid-5col > .nav-item:nth-child(5n+1) {
  clear: left;
}

/* Item grid: 6 columns */
.dd-itemgrid-6col > .nav-item {
  width: 14.6666%;
}

.dd-itemgrid-6col > .nav-item:nth-child(6n+1) {
  clear: left;
}

/* Item grid: 7 columns */
.dd-itemgrid-7col > .nav-item {
  width: 12.2857%;
}

.dd-itemgrid-7col > .nav-item:nth-child(7n+1) {
  clear: left;
}

/* Item grid: 8 columns */
.dd-itemgrid-8col > .nav-item {
  width: 10.5%;
}

.dd-itemgrid-8col > .nav-item:nth-child(8n+1) {
  clear: left;
}

.nav-regular.opt-fx-fade-inout .nav-panel .nav-item--parent > .nav-panel--dropdown {
  display: block;
  left: -10000px;
}

/**
 * Simple vertical menu (sidebar menu)
 */
.vertnav {
  float: left;
  width: 100%; }

/* Number of products in category */
.vertnav .number {
  color: #aaa;
  margin-left: 3px; }

/* Category labels inside vertical menu
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* All levels */
.vertnav li > a > span > .cat-label {
  position: static;
  display: inline-block !important;
  padding: 0 4px;
  margin-left: 3px;
  /* Label size */
  font-size: inherit;
  line-height: inherit; }

/* Hide pin */
.vertnav li > a > span > .pin-bottom:before {
  display: none; }

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIm1lbnUtc2lkZWJhci5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFDSDtFQUNFLFlBQVk7RUFDWixZQUFZLEVBQUU7O0FBRWhCLG9DQUFvQztBQUNwQztFQUNFLFlBQVk7RUFDWixpQkFBaUIsRUFBRTs7QUFFckI7O0VBRUU7QUFDRixnQkFBZ0I7QUFDaEI7RUFDRSxpQkFBaUI7RUFDakIsaUNBQWlDO0VBQ2pDLGVBQWU7RUFDZixpQkFBaUI7RUFDakIsZ0JBQWdCO0VBQ2hCLG1CQUFtQjtFQUNuQixxQkFBcUIsRUFBRTs7QUFFekIsY0FBYztBQUNkO0VBQ0UsY0FBYyxFQUFFIiwiZmlsZSI6ImluZm9ydGlzL3VsdHJhLW1lZ2FtZW51L21lbnUtc2lkZWJhci5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIFNpbXBsZSB2ZXJ0aWNhbCBtZW51IChzaWRlYmFyIG1lbnUpXG4gKi9cbi52ZXJ0bmF2IHtcbiAgZmxvYXQ6IGxlZnQ7XG4gIHdpZHRoOiAxMDAlOyB9XG5cbi8qIE51bWJlciBvZiBwcm9kdWN0cyBpbiBjYXRlZ29yeSAqL1xuLnZlcnRuYXYgLm51bWJlciB7XG4gIGNvbG9yOiAjYWFhO1xuICBtYXJnaW4tbGVmdDogM3B4OyB9XG5cbi8qIENhdGVnb3J5IGxhYmVscyBpbnNpZGUgdmVydGljYWwgbWVudVxuJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSVcbiovXG4vKiBBbGwgbGV2ZWxzICovXG4udmVydG5hdiBsaSA+IGEgPiBzcGFuID4gLmNhdC1sYWJlbCB7XG4gIHBvc2l0aW9uOiBzdGF0aWM7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jayAhaW1wb3J0YW50O1xuICBwYWRkaW5nOiAwIDRweDtcbiAgbWFyZ2luLWxlZnQ6IDNweDtcbiAgLyogTGFiZWwgc2l6ZSAqL1xuICBmb250LXNpemU6IGluaGVyaXQ7XG4gIGxpbmUtaGVpZ2h0OiBpbmhlcml0OyB9XG5cbi8qIEhpZGUgcGluICovXG4udmVydG5hdiBsaSA+IGEgPiBzcGFuID4gLnBpbi1ib3R0b206YmVmb3JlIHtcbiAgZGlzcGxheTogbm9uZTsgfVxuIl0sInNvdXJjZVJvb3QiOiIvc291cmNlLyJ9 */

@media only screen and (max-width: 319px) {
  .nav-mobile .nav-block {
    display: none !important; }
  .nav-mobile .nav-item > div.nav-panel--dropdown {
    box-shadow: none;
    background-color: transparent !important; }
  .nav-mobile .nav-item > div > div {
    padding: 0 !important; }
  .nav-mobile .nav-item > div > div > .nav-block--center {
    margin: 0 !important;
    width: 100% !important; }
  .nav-mobile .nav-item.nav-item--only-blocks {
    display: none; } }

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImFkZGl0aW9uYWwuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0U7SUFDRSx5QkFBeUIsRUFBRTtFQUM3QjtJQUdFLGlCQUFpQjtJQUNqQix5Q0FBeUMsRUFBRTtFQUM3QztJQUNFLHNCQUFzQixFQUFFO0VBQzFCO0lBQ0UscUJBQXFCO0lBQ3JCLHVCQUF1QixFQUFFO0VBQzNCO0lBQ0UsY0FBYyxFQUFFLEVBQUUiLCJmaWxlIjoiaW5mb3J0aXMvdWx0cmEtbWVnYW1lbnUvYWRkaXRpb25hbC5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAbWVkaWEgb25seSBzY3JlZW4gYW5kIChtYXgtd2lkdGg6IDMxOXB4KSB7XG4gIC5uYXYtbW9iaWxlIC5uYXYtYmxvY2sge1xuICAgIGRpc3BsYXk6IG5vbmUgIWltcG9ydGFudDsgfVxuICAubmF2LW1vYmlsZSAubmF2LWl0ZW0gPiBkaXYubmF2LXBhbmVsLS1kcm9wZG93biB7XG4gICAgLW1vei1ib3gtc2hhZG93OiBub25lO1xuICAgIC13ZWJraXQtYm94LXNoYWRvdzogbm9uZTtcbiAgICBib3gtc2hhZG93OiBub25lO1xuICAgIGJhY2tncm91bmQtY29sb3I6IHRyYW5zcGFyZW50ICFpbXBvcnRhbnQ7IH1cbiAgLm5hdi1tb2JpbGUgLm5hdi1pdGVtID4gZGl2ID4gZGl2IHtcbiAgICBwYWRkaW5nOiAwICFpbXBvcnRhbnQ7IH1cbiAgLm5hdi1tb2JpbGUgLm5hdi1pdGVtID4gZGl2ID4gZGl2ID4gLm5hdi1ibG9jay0tY2VudGVyIHtcbiAgICBtYXJnaW46IDAgIWltcG9ydGFudDtcbiAgICB3aWR0aDogMTAwJSAhaW1wb3J0YW50OyB9XG4gIC5uYXYtbW9iaWxlIC5uYXYtaXRlbS5uYXYtaXRlbS0tb25seS1ibG9ja3Mge1xuICAgIGRpc3BsYXk6IG5vbmU7IH0gfVxuIl0sInNvdXJjZVJvb3QiOiIvc291cmNlLyJ9 */

div.layerednavigation-column {
  float: left;
  width: 83px;
}

select.layerednavigation-select {
  width: 170px;
}

.layerednavigation-logo {
  padding: 0 10px 10px 0;
  float: left;
}

.layerednavigation-featured {
  padding: 5px 5px 5px 5px;
}

.layerednavigation-link {
  float: left;
  padding-left: 5px;
  padding-top: 5px;
}

.layerednavigation-clearer {
  display: block;
  clear: both;
  overflow: hidden;
}

div.block-layered-nav dd a {
  display: block;
  float: left;
  padding: 8px 0;
  cursor: pointer;
}

div.block-layered-nav dd a.layerednavigation-attr {
  padding-left: 45px;
  background: transparent url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/brander/layerednavigation/layerednavigation-cb2.png) no-repeat left center;
}

div.block-layered-nav dd a.layerednavigation-attr-selected {
  font-weight: bold;
  padding-left: 45px;
  background: transparent url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/brander/layerednavigation/layerednavigation-cb1.png) no-repeat left center;
}

div.block-layered-nav dd a img {
  float: left;
}

div.block-layered-nav dd li.layerednavigation-cat-level-2 {
  padding-left: 10px;
}

div.block-layered-nav dd li.layerednavigation-cat-level-3 {
  padding-left: 20px;
}

div.block-layered-nav dd a.layerednavigation-cat-selected {
  font-weight: bold;
  color: black;
  text-decoration: none;
  cursor: text;
}

div.block-layered-nav dd li span.layerednavigation-plusminus {
  float: left;
  display: block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: transparent url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/brander/layerednavigation/layerednavigation-plus.gif) no-repeat;
}

div.block-layered-nav dd li span.minus {
  background: transparent url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/brander/layerednavigation/layerednavigation-minus.gif) no-repeat;
}

div.block-layered-nav dd li:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

div.block-layered-nav dt {
  cursor: pointer;
  padding-left: 15px;
}

.slider-wrap {
  padding: 10px 15px 16px 0;
}

div.block-layered-nav div.layerednavigation-slider {
  position: relative;
  z-index: 9;
  height: 4px;
  cursor: pointer;
}
  div.block-layered-nav div.layerednavigation-slider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: -15px;
    bottom: 0;
    background: #dfdfdf;
}

div.block-layered-nav div.layerednavigation-slider div.handle {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -9px;
  z-index: 2;
  cursor: move;
  border: 3px solid #3ec2df;
  border-radius: 50%;
  background: #fff;
}
div.block-layered-nav div.layerednavigation-slider div.handle.selected {
  z-index: 3;
}

/*
 * Slider labels
 */
.layerednavigation-slider-price {
  color: #798794;
}

.layerednavigation-slider-price-from {
  float: left;
}

.layerednavigation-slider-price-to {
  float: right;
}

.layerednavigation-slider-handle-right {
  position: absolute;
  top: 14px;
  right: 0;
}

.layerednavigation-slider-handle-left {
  position: absolute;
  top: 14px;
  left: 0;
}

.layerednavigation-tooltip {
  padding: 2px 5px;
  background: #FEC;
  border: 1px solid #FAA819;
  color: #1F5070;
  text-align: left;
  width: 200px;
  position: absolute;
}

.layerednavigation-slider-price-range {
  text-align: center;
  font-size: 0.9em;
}

.layerednavigation-tooltip-img {
  cursor: help;
}

div.block-layered-nav, div.layerednavigation-page-container, div.layerednavigation-filters-top {
  position: relative;
}

div.layerednavigation-overlay {
  background-color: #FFFFFF;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 555;
}

div.layerednavigation-overlay img {
  top: 100px;
  left: 45%;
  display: block;
  position: absolute;
}

div.layerednavigation-overlay div {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  background: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/brander/layerednavigation/layerednavigation-overlay.gif") 50% 50% no-repeat;
}

/*
 * Advanced Categories
 */
.layerednavigation-advanced li {
  clear: both;
}

.layerednavigation-advanced li.level1 {
  padding-left: 20px;
}

.layerednavigation-advanced li.level2 {
  padding-left: 30px;
}

.layerednavigation-advanced li.level3 {
  padding-left: 40px;
}

.layerednavigation-advanced li.level4 {
  padding-left: 50px;
}

.layerednavigation-advanced li.active > a {
  font-weight: bold;
}

/*
 * Slider Bar
 */
.layerednavigation-slider-bar {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 4px;
  background: #3ec2df;
}

.layerednavigation-subcategory-image {
  overflow: auto;
}

.btn-remove-inline {
  background-image: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/btn_remove.gif");
  background-repeat: no-repeat;
  width: 13px;
  height: 12px;
  margin-left: 4px;
}

.layerednavigation-hightlighted {
  background: yellow;
}

.category-managed-content {
  padding-bottom: 50px;
}
.category-managed-content .iframe-ex {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 20px;
}
.category-managed-content .iframe-ex iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.category-managed-content .table-ex {
  width: 100%;
  overflow: hidden;
  overflow-x: scroll;
}
.category-managed-content .table-ex table {
  background-color: #FFF;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .category-managed-content .table-ex table {
    width: 150%;
  }
}

.category-managed-content .table-ex table tr:last-child {
  border-bottom: none;
}
.category-managed-content .table-ex table th, .category-managed-content .table-ex table td {
  border: none;
  overflow: auto;
}
.category-managed-content .table-ex table .desktop-tr-1 {
  width: 31.3866%;
}
@media screen and (max-width: 768px) {
  .category-managed-content .table-ex table .desktop-tr-1 {
    width: 50%;
  }
}
.category-managed-content .table-ex table .desktop-tr-2 {
  width: 31.3866%;
}
@media screen and (max-width: 768px) {
  .category-managed-content .table-ex table .desktop-tr-2 {
    width: 35%;
  }
}
.category-managed-content .table-ex table .desktop-tr-3 {
  width: 31.3877%;
}
@media screen and (max-width: 768px) {
  .category-managed-content .table-ex table .desktop-tr-3 {
    width: 100%;
    overflow-x: scroll;
  }
}

/**
 * Brander_UnitopBlog extension
 * 
 * NOTICE OF LICENSE
 * 
 * This source file is subject to the MIT License
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/mit-license.php
 * 
 * @category       Brander
 * @package        Brander_UnitopBlog
 * @copyright      Copyright (c) 2015
 * @license        http://opensource.org/licenses/mit-license.php MIT License
 */
.tree,.tree ul,.tree li{list-style:none;margin:0;padding:0;}
.tree{background:url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/images/brander_unitopblog/line1.png) repeat-y;}
.tree li{line-height:20px;margin-top:1px;position:relative;width:100%;}
* html .tree li{float:left;display:inline;}
.tree li a{padding-left:28px;}
.tree li span{cursor:auto;float:left;font-size:0;height:13px;left:5px;position:absolute;top:5px;width:13px;}
.tree li span,.tree li span.collapsed{background:url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/images/brander_unitopblog/collapsed.png) no-repeat 0 0;}
.tree li span.expanded{background:url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/images/brander_unitopblog/expanded.png) no-repeat 0 0;}
.tree li ul{margin-left:28px;background:url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/images/brander_unitopblog/line1.png) repeat-y;}
.tree li li{background:url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/images/brander_unitopblog/line2.png) no-repeat 0 0;}
.tree:after,.tree ul:after{clear:both;content:".";display:block;height:0;visibility:hidden;}
.tree,.tree ul{display:block;}
.tree li.map-category{font-weight:bold;}
.tree li.map-product{font-weight:normal;}
.tree li.map-product a{color:#203548;}
/* \*/ .tree,.tree ul{min-height:1%;}
* html .tree,* html .tree ul{height:1%;}

/**
 * NOTICE OF LICENSE
 *
 * You may not give, sell, distribute, sub-license, rent, lease or lend
 * any portion of the Software or Documentation to anyone.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade to newer
 * versions in the future.
 *
 * @category   ET
 * @package    ET_SocialLogin
 * @copyright  Copyright (c) 2015 ET Web Solutions (http://etwebsolutions.com)
 * @contacts   support@etwebsolutions.com
 * @license    http://shop.etwebsolutions.com/etws-license-commercial-v1/   ETWS Commercial License (ECL1)
 */


a.socicon{
    display: block;
}

a.socicon span {
    display: none;
}

.inline a.socicon{
    background: url('https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/et_sociallogin/icons/socbuttons-32px.png') no-repeat;
}

a.socicons-small {
    background: url('https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/et_sociallogin/icons/socbuttons-24px.png') no-repeat;
    width: 24px;
    height: 24px;
}

a.socicons-large {
    background: url('https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/et_sociallogin/icons/socbuttons-32px.png') no-repeat;
    width: 32px;
    height: 32px;
}


.socibutton.large a.socicon, .socibutton.inline a.socicon {
    width: 148px;
    height: 32px;
}

.socibutton.large li, .socibutton.inline li {
    margin-top: 10px;
    float: left;
    margin-left: 10px;
    list-style: none;
}

.socibutton.small li {
    float: left;
    margin-left: 5px;
}

/*.socibutton.small h4, .socibutton.small ul {
    float: left;
}*/

.socibutton.small h4 {
    /*float: left;*/
    line-height: 30px;
    color: rgb(68, 68, 68);
    text-transform: none;
}

.social-list {
    margin: 0;
    padding: 0;
}

.account-create-popup {
    padding: 0;
    width: 600px
}

.account-create-popup .logo {
    margin-left: -15px;
}

.register-welcome {
    font-size: 14px;
}

.social-auth.large {
    width: 400px;
    height: 200px;
    margin: 0 auto;
    background: rgb(243, 243, 243);
    padding: 10px;
}

.social-auth.inline {
    /*max-width: 800px;*/
    /*height: 70px;*/
    margin: 0 auto;
    background: rgb(243, 243, 243);
    padding: 10px;
    overflow: hidden;
}

.social-auth.small {
    /*margin-top: 10px; */
    margin-bottom:10px;
    border-top: 1px solid #fff;
}

.social-auth h4 {
    text-align: left;
    /*padding-left: 10px;*/
    color: #D30928;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom:0;
}

.account-create-reference {
    font-size: 10px;
    color: #888;
}

.soc-pass-reference {
    font-size: 12px;
    font-weight: bold;
    margin-top: 15px;
}

.soc-register-passwd-email {
    text-decoration: underline;
}

/*
like
*/

.social-like li {
    float: left;
    margin-right: 10px;
    width: 120px;

}

li.social-like-vk {
    width: 140px;
}

li.social-like-facebook {
    width: 110px;
}

li.social-like-twitter {
    width: 100px;
}

li.social-like-mailru {
    width: 120px;
}

li.social-like-odnoklassniki {
    width: 100px;
}

.soc-login-header .social-auth.small {
    padding: 0;
}

.social_customer_account .linkedAccounts {
    margin-top: 20px;
}

.social_customer_account .linkedAccounts li {
    margin-top: 15px;
}

.linkedAccounts .accountname {
    font-weight: bold;
}

.checkout-onepage-index .social-auth h4 {
    padding-left: 0;
}

.social-auth.small {
    width: 270px;
}

/* SOCIAL ICONS*/

.socibutton{
    overflow:hidden;
}

.socibutton a{
    cursor:pointer;
}
.socibutton.large a.socicon.vk, .socibutton.inline a.socicon.vk {
    background-position: -4px -134px;
}

.socibutton.large a.socicon.facebook, .socibutton.inline a.socicon.facebook {
    background-position: -153px -200px;
}

.socibutton.large a.socicon.google, .socibutton.inline a.socicon.google {
    background-position: -4px -233px;
}

.socibutton.large a.socicon.odnoklassniki, .socibutton.inline a.socicon.odnoklassniki {
    background-position: -153px -167px;
}

.socibutton.large a.socicon.yandex, .socibutton.inline a.socicon.yandex {
    background-position: -4px -266px;
}

.socibutton.large a.socicon.yandex, .socibutton.inline a.socicon.yandex {
    background-position: -4px -266px;
}

.socibutton.large a.socicon.mailru, .socibutton.inline a.socicon.mailru {
    background-position: -153px -134px;
}

.socibutton.large a.socicon.twitter, .socibutton.inline a.socicon.twitter {
    background-position: -4px -167px;
}

.socibutton.large a.socicon.linkedin, .socibutton.inline a.socicon.linkedin {
    background-position: -5px -200px;
}




/* Icons 32x32px square colored */
.socibutton.small .socicons-large.square-colored.vk {
    background-position: -4px -34px;
}

.socibutton.small .socicons-large.square-colored.facebook {
    background-position: -208px -34px;
}

.socibutton.small .socicons-large.square-colored.google {
    background-position: -106px -34px;
}

.socibutton.small .socicons-large.square-colored.odnoklassniki {
    background-position: -174px -34px;
}

.socibutton.small .socicons-large.square-colored.yandex {
    background-position: -140px -34px;
}

.socibutton.small .socicons-large.square-colored.mailru {
    background-position: -310px -34px;
}

.socibutton.small .socicons-large.square-colored.twitter {
    background-position: -38px -34px;
}

.socibutton.small .socicons-large.square-colored.linkedin {
    background-position: -72px -35px;
}

/* Icons 32x32px square black */
.socibutton.small .socicons-large.square-black.vk {
    background-position: -4px -101px;
}

.socibutton.small .socicons-large.square-black.facebook {
    background-position: -208px -101px;
}

.socibutton.small .socicons-large.square-black.google {
    background-position: -106px -101px;
}

.socibutton.small .socicons-large.square-black.odnoklassniki {
    background-position: -174px -101px;
}

.socibutton.small .socicons-large.square-black.yandex {
    background-position: -140px -101px;
}

.socibutton.small .socicons-large.square-black.mailru {
    background-position: -310px -101px;
}

.socibutton.small .socicons-large.square-black.twitter {
    background-position: -38px -101px;
}

.socibutton.small .socicons-large.square-black.linkedin {
    background-position: -72px -101px;
}

/* Icons 32x32px circle colored */
.socibutton.small .socicons-large.circle-colored.vk {
    background-position: -4px -1px;
}

.socibutton.small .socicons-large.circle-colored.facebook {
    background-position: -208px -1px;
}

.socibutton.small .socicons-large.circle-colored.google {
    background-position: -106px -1px;
}

.socibutton.small .socicons-large.circle-colored.odnoklassniki {
    background-position: -174px -1px;
}

.socibutton.small .socicons-large.circle-colored.yandex {
    background-position: -140px -1px;
}

.socibutton.small .socicons-large.circle-colored.mailru {
    background-position: -310px -1px;
}

.socibutton.small .socicons-large.circle-colored.twitter {
    background-position: -38px -1px;
}

.socibutton.small .socicons-large.circle-colored.linkedin {
    background-position: -72px -1px;
}

/* Icons 32x32px circle black */
.socibutton.small .socicons-large.circle-black.vk {
    background-position: -4px -68px;
}

.socibutton.small .socicons-large.circle-black.facebook {
    background-position: -208px -68px;
}

.socibutton.small .socicons-large.circle-black.google {
    background-position: -106px -68px;
}

.socibutton.small .socicons-large.circle-black.odnoklassniki {
    background-position: -174px -68px;
}

.socibutton.small .socicons-large.circle-black.yandex {
    background-position: -140px -68px;
}

.socibutton.small .socicons-large.circle-black.mailru {
    background-position: -310px -68px;
}

.socibutton.small .socicons-large.circle-black.twitter {
    background-position: -38px -68px;
}
.socibutton.small .socicons-large.circle-black.linkedin {
    background-position: -72px -68px;
}

/* Icons 24x24px square colored */
.socibutton.small .socicons-small.square-colored.vk {
    background-position: -4px -27px;
}

.socibutton.small .socicons-small.square-colored.facebook {
    background-position: -160px -27px;
}

.socibutton.small .socicons-small.square-colored.google {
    background-position: -82px -27px;
}

.socibutton.small .socicons-small.square-colored.odnoklassniki {
    background-position: -134px -27px;
}

.socibutton.small .socicons-small.square-colored.yandex {
    background-position: -108px -27px;
}

.socibutton.small .socicons-small.square-colored.mailru {
    background-position: -238px -27px;
}

.socibutton.small .socicons-small.square-colored.twitter {
    background-position: -30px -27px;
}

.socibutton.small .socicons-small.square-colored.linkedin {
    background-position: -56px -27px;
}

/* Icons 24x24px square black */
.socibutton.small .socicons-small.square-black.vk {
    background-position: -4px -77px;
}

.socibutton.small .socicons-small.square-black.facebook {
    background-position: -160px -77px;
}

.socibutton.small .socicons-small.square-black.google {
    background-position: -82px -77px;
}

.socibutton.small .socicons-small.square-black.odnoklassniki {
    background-position: -134px -77px;
}

.socibutton.small .socicons-small.square-black.yandex {
    background-position: -108px -77px;
}

.socibutton.small .socicons-small.square-black.mailru {
    background-position: -238px -77px;
}

.socibutton.small .socicons-small.square-black.twitter {
    background-position: -30px -77px;
}

.socibutton.small .socicons-small.square-black.linkedin {
    background-position: -56px -77px;
}

/* Icons 24x24px circle colored */
.socibutton.small .socicons-small.circle-colored.vk {
    background-position: -4px -2px;
}

.socibutton.small .socicons-small.circle-colored.facebook {
    background-position: -160px -2px;
}

.socibutton.small .socicons-small.circle-colored.google {
    background-position: -82px -2px;
}

.socibutton.small .socicons-small.circle-colored.odnoklassniki {
    background-position: -134px -2px;
}

.socibutton.small .socicons-small.circle-colored.yandex {
    background-position: -108px -2px;
}

.socibutton.small .socicons-small.circle-colored.mailru {
    background-position: -238px -2px;
}

.socibutton.small .socicons-small.circle-colored.twitter {
    background-position: -30px -2px;
}

.socibutton.small .socicons-small.circle-colored.linkedin {
    background-position: -56px -2px;
}

/* Icons 24x24px circle black */
.socibutton.small .socicons-small.circle-black.vk {
    background-position: -4px -52px;
}

.socibutton.small .socicons-small.circle-black.facebook {
    background-position: -160px -52px;
}

.socibutton.small .socicons-small.circle-black.google {
    background-position: -82px -52px;
}

.socibutton.small .socicons-small.circle-black.odnoklassniki {
    background-position: -134px -52px;
}

.socibutton.small .socicons-small.circle-black.yandex {
    background-position: -108px -52px;
}

.socibutton.small .socicons-small.circle-black.mailru {
    background-position: -238px -52px;
}

.socibutton.small .socicons-small.circle-black.twitter {
    background-position: -30px -52px;
}

.socibutton.small .socicons-small.circle-black.linkedin {
    background-position: -56px -52px;
}

.social-auth-register .fieldset{
    overflow:hidden;
}

.soc-register-form{
    width:300px;
    float:left;
}
.social-auth-register .reg-message{
    width:240px;
    float:right;
}

.clear{
    clear:both;
}

.account-create-popup .register-welcome{
    margin-bottom:10px;
}

.social-auth-register .buttons-set{
    position:relative;
}

.account-create-popup .load{
    display:none;
    background:url('https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/et_sociallogin/icons/opc-ajax-loader.gif');
    width:16px;
    height:16px;
    position: absolute;
    left: 45%;
    top: 40%;
}
/*
.share-icons {
    display: inline-block;
    height: 32px;
    width: 32px;
    background: url('https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/et_sociallogin/icons/socbuttons-32px.png');
}

.share-icons.vk {
    background-position: -4px -35px;
}

.share-icons.fb {
    background-position: -208px -35px;
}

.share-icons.mailru {
    background-position: -310px -35px;
}

.share-icons.twitter {
    background-position: -386px -35px;
}

.share-icons.google {
    background-position: -106px -35px;
}

.share-icons.odnoklassniki {
    background-position: -174px -35px;
}*/

.social-wrapper {
    position: relative;
    margin-bottom: 27px;
}

.news-item-content .social {
    height: 65px;
}

.form-list.soc-register-form li.fields .input-box {
    width: 300px;
}

.social_customer_account ul.accounts {
    display: table;
    width: 100%;
    background: lightgray;
    padding: 10px
}
.social_customer_account ul.accounts li {
    display: inline-block;
    min-width: 100px;
    margin-right: 20px;
    list-style-type: none;
}

.social-account-explanation {
    margin-top: 20px;
}

.unlink-explanation {
    margin-top: 50px;
    color: red;
}

.accounts a.unlink {
    color: #F2F2F2;
    text-decoration: underline;
}

/* 
 * Itemslider - based on Owl Carousel
 *
 * IMPORTANT: Flexslider was replaced by Owl Carousel.
 * Deprecated styles for Flexslider are not needed any more and can be found inside this file: itemslider-old.css
 */



/* Owl Carousel %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Necessary styles (Core Owl Carousel CSS File v1.24)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/infortis/_shared/grabbing.png) 8 8, move;
}

/* fix */
.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);
}

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}


/* Additional styles for Owl Carousel
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Preloading images */
.owl-item.loading {
  min-height: 60px;
  background: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/infortis/_shared/ajax-loader.gif) no-repeat center center;
}

/* Pagination */
.owl-pagination { text-align: center; z-index: 1; /* z-index to show above other items */ }



/* Itemslider %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.itemslider { margin-bottom: 20px; }

/* Items */
.itemslider .item { padding-left:10px; padding-right:10px; }

/* Lazy loading */
.itemslider .owl-item.loading { background-position: center 40px; }
.itemslider .owl-item.loading .product-image { min-height: 70px; }

/* If slider inside menu */
#nav .itemslider .price-box span { display: inline; }
/**
 * Generic interface elements
 */

/* Generic arrows 1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.slider-arrows1 .owl-controls .owl-buttons {
  position: absolute;
}

.slider-arrows1 .owl-controls .owl-buttons div {
  float: left;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  text-indent: -9999px;
  /*background-image: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/infortis/_shared/generic-nav/slider-arrows.png);*/
  /*background-repeat: no-repeat;*/
  /*background-color: #e5e5e5;*/
  -webkit-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out;
  transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out;
}

.slider-arrows1 .owl-controls.clickable .owl-buttons div:hover {
  background-color: #333;
}

.slider-arrows1 .owl-controls .owl-buttons div.disabled {
  opacity: 0.4;
  cursor: default;
}

.slider-arrows1 .owl-controls.clickable .owl-buttons div.disabled:hover {
  background-color: #e5e5e5;
}

.slider-arrows1 .owl-controls .owl-buttons .owl-prev {
  /*background-position: -10px -10px;*/
  margin-right: 1px;
}

/*.slider-arrows1 .owl-controls.clickable .owl-buttons .owl-prev:hover {*/
/*background-position: -10px -60px;*/
/*}*/

/*.slider-arrows1 .owl-controls.clickable .owl-buttons .owl-prev.disabled:hover {*/
/*background-position: -10px -10px;*/
/*}*/

/*.slider-arrows1 .owl-controls .owl-buttons .owl-next {*/
/*background-position: -60px -10px;*/
/*}*/

/*.slider-arrows1 .owl-controls.clickable .owl-buttons .owl-next:hover {*/
/*background-position: -60px -60px;*/
/*}*/

/*.slider-arrows1 .owl-controls.clickable .owl-buttons .owl-next.disabled:hover {*/
/*background-position: -60px -10px;*/
/*}*/

/* Position */
.slider-arrows1-pos-top-right .owl-controls .owl-buttons {
  top: -35px;
  right: 0;
}

.slider-arrows1-pos-top-left .owl-controls .owl-buttons {
  top: -35px;
  left: 0;
}

/* Generic arrows 2
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.slider-arrows2 .owl-controls .owl-buttons div {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  text-indent: -9999px;
  /*background-image: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/infortis/_shared/generic-nav/slider-arrows.png);*/
  /*background-repeat: no-repeat;*/
  /*background-color: #fff;*/
  -webkit-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out;
  transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out;

  opacity: 0;
}

.slider-arrows2:hover .owl-controls .owl-buttons div {
  opacity: 1;
}

.slider-arrows2 .owl-controls.clickable .owl-buttons div:hover {
  background-color: #000;
}

.slider-arrows2 .owl-controls .owl-buttons div {
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider-arrows2 .owl-controls .owl-buttons .owl-prev {
  /*background-position: -2px 0;*/
  left: 0;
}

/*.slider-arrows2 .owl-controls.clickable .owl-buttons .owl-prev:hover {*/
  /*background-position: -2px -50px;*/
/*}*/

.slider-arrows2 .owl-controls .owl-buttons .owl-next {
  /*background-position: -48px 0;*/
  right: 0;
}

/*.slider-arrows2 .owl-controls.clickable .owl-buttons .owl-next:hover {*/
  /*background-position: -48px -50px;*/
/*}*/

/* Generic arrows 3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.slider-arrows3 .owl-controls .owl-buttons div {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  text-indent: -9999px;
  /*background-image: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/infortis/_shared/generic-nav/slider-arrows.png);*/
  /*background-repeat: no-repeat;*/
  /*background-color: #fff;*/
  -webkit-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out;
  transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out;
}

.slider-arrows3 .owl-controls.clickable .owl-buttons div:hover {
  background-color: #000;
}

.slider-arrows3 .owl-controls .owl-buttons div.disabled {
  opacity: 0.4;
  cursor: default;
}

.slider-arrows3 .owl-controls.clickable .owl-buttons div.disabled:hover {
  background-color: #fff;
}

.slider-arrows3 .owl-controls .owl-buttons .owl-prev {
  /*background-position: -10px -10px;*/
  top: 30%;
  left: -32px;
}

/*.slider-arrows3 .owl-controls.clickable .owl-buttons .owl-prev:hover {*/
  /*background-position: -10px -60px;*/
/*}*/

/*.slider-arrows3 .owl-controls.clickable .owl-buttons .owl-prev.disabled:hover {*/
  /*background-position: -10px -10px;*/
/*}*/

.slider-arrows3 .owl-controls .owl-buttons .owl-next {
  /*background-position: -60px -10px;*/
  top: 30%;
  right: -32px;
}

/*.slider-arrows3 .owl-controls.clickable .owl-buttons .owl-next:hover {*/
  /*background-position: -60px -60px;*/
/*}*/

/*.slider-arrows3 .owl-controls.clickable .owl-buttons .owl-next.disabled:hover {*/
  /*background-position: -60px -10px; !* Same as default *!*/
/*}*/

/* Generic pagination 1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.slider-pagination1 .owl-controls .owl-page,
.slider-pagination2 .owl-controls .owl-page {
  display: inline-block;
  vertical-align: middle;
}

.slider-pagination1 .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 7px;
  border-radius: 20px;
  background-color: #eee;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}

.slider-pagination1 .owl-controls.clickable .owl-page:hover span {
  background-color: #000;
}

.slider-pagination1 .owl-controls .owl-page.active span {
  background-color: #ccc;
}

/* Generic pagination 2
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

.slider-pagination2 .owl-controls .owl-page span {
  display: block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  width: 10px;
  height: 10px;
  margin: 8px;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  /*	transition:			width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out, background-color 300ms ease-in-out;
    -moz-transition:	width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out, background-color 300ms ease-in-out;
    -webkit-transition:	width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out, background-color 300ms ease-in-out;
    -o-transition:		width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out, background-color 300ms ease-in-out;*/
}

.slider-pagination2 .owl-controls.clickable .owl-page:hover span,
.slider-pagination2 .owl-controls .owl-page.active span {
  width: 16px;
  height: 16px;
  margin: 5px;
}

.slider-pagination2 .owl-controls .owl-page.active {
  cursor: default;
}

/* Pagination position
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.pagination-pos-bottom-centered {
  padding-bottom: 50px; /* Additional space for bottom pagination */
}

.pagination-pos-bottom-centered .owl-pagination {
  padding: 10px 0;
  text-align: center;
  position: absolute;
  width: 100%;
}

.pagination-pos-bottom-right .owl-pagination {
  padding: 10px 0;
  float: right;
}

.pagination-pos-bottom-left .owl-pagination {
  padding: 10px 0;
  float: left;
}

/* Over the slider */
.pagination-pos-over-bottom-centered .owl-pagination {
  text-align: center;
  margin-top: -50px;
  position: absolute;
  width: 100%;
}

.pagination-pos-over-bottom-right .owl-pagination {
  position: absolute;
  bottom: 3.5%;
  right: 1.5%;
}

.pagination-pos-over-bottom-left .owl-pagination {
  position: absolute;
  bottom: 3.5%;
  left: 1.5%;
}
/**
 * Brands
 */



/* Base
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.brand-name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 18px;
	text-align: center;
}
.brand-name-wrapper {
	display: table;
	min-height: 36px; /* Two lines of text */
	margin: 0 auto;
}
.brand-name-wrapper .brand-name {
	display: table-cell;
	vertical-align: middle;
}


/* On product page
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.box-brand a {
	margin:0 auto;
	display:block;
}
.box-brand img {
	margin:0 auto;
	display:block;
}
.box-brand .brand-name {}
.box-brand .brand-name .label {}

/* Brand in secondary column on product page */
.product-secondary-column .box-brand .attribute {
	font-size:1.25em; /*15px*/
	line-height:1.2em; /*18px*/
	font-weight:bold;
	text-align:center;
	margin:10px 0;
}


/* Brand slider
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.brand-slider .item {
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}
.brand-slider .item a { display: block; }
.brand-slider .owl-item.loading { min-height:60px; }

.quick-access .form-search .suggestions-productimage {
    float: left;
}

.quick-access .form-search img {
    width: 50px;
}

.quick-access .form-search .suggestions-productname {
    width: 141px;
    height: 33px;
    float: right;
    clear: right;
    text-align: left;
    overflow: hidden;
    margin-top: 8px;
    margin-left: 4px;
}

.form-search .product_suggest li.even {
    /* Override grey color on even rows, because it doen't look so nice with the product images. */
    background-color: #fffefb;
}
.m-fpc-debug-info {
  width: 420px;
  min-height: 115px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  background: #47bbb3;
  color: #fff;
  z-index: 100000;
  font-family:Arial;
}
.m-fpc-debug-info .m-fpc-h1 {
  font-family:Arial;
  background: rgb(57, 172, 163);
  color: #fff;
  padding: 3px 3px 5px 10px;
  font-size: 14px;
  font-weight: bold;
  text-align:left;
  text-transform:none;
}
.m-fpc-debug-info .m-fpc-debug-info-main-block {
  padding: 2px 5px 10px 5px;
}
.m-fpc-debug-info .m-fpc-action {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 5px 0px 5px 0px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-transform:none;
  padding-top:15px;
}
.m-fpc-debug-info .m-fpc-ignored {
  padding-top: 0px !important;
}
.m-fpc-debug-info .m-fpc-hit-info {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 5px 0px 0px 0px;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  text-transform:none;
}
.m-fpc-debug-info .m-fpc-time-text {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 5px 0px 5px 0px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-transform:none;
}
.m-fpc-debug-info .m-fpc-time {
  font-family:Arial;
  text-transform: uppercase;
  font-size: 76px;
  font-weight: 700;
  line-height: 65px;
  text-align:center;
}
.m-fpc-debug-info .m-fpc-time-sec-text {
  font-family:sans-serif,Arial;
  font-size: 35px;
  text-align:center;
  text-transform:none;
}
.m-fpc-debug-info.m-fpc-debug-info-not-cacheable {
  height: 220px;
  box-shadow: 0 0 0 5px #E0E0E0;
}
.m-fpc-debug-info.m-fpc-debug-info-hit {
  box-shadow: 0 0 0 5px #CCFFD3;
}
.m-fpc-debug-info.m-fpc-debug-info-miss {
  box-shadow: 0 0 0 5px #FECBCB;
}
.m-fpc-debug-info .m-fpc-disabled-info {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 12px 0px 0px 0px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.95);
  text-transform:none;
  color: #911E42 !important;
}
.m-fpc-debug-info .m-fpc-detail-info-hide-show-button-style {
  float: right;
  padding-right: 10px;
  text-decoration: underline;
  cursor: pointer;
}
.m-fpc-debug-info .m-fpc-info-scroll-hide {
  display: none;
}
/*scroll*/
.m-fpc-debug-info .m-fpc-info-scroll {
  overflow-y: auto;
  height: 350px;
  padding: 0px 5px 10px 5px;
  text-align: justify;
}
.m-fpc-debug-info .m-fpc-info-scroll::-webkit-scrollbar {
  width: 7px;
}
.m-fpc-debug-info .m-fpc-info-scroll::-webkit-scrollbar-track {
  background-color: rgba(255,255,255,0.2);
  border-radius: 7px;
}
.m-fpc-debug-info .m-fpc-info-scroll::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 7px;
}
.m-fpc-debug-info .m-fpc-info-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #EAEAEA;
  border-radius: 7px;
}

/*detail info table*/
.m-fpc-debug-info .m-fpc-detail-info-table {
  display:table;
  width:100%;
  padding-top: 3px;
}
.m-fpc-debug-info .m-fpc-detail-row {
  display:table-row;
}
.m-fpc-debug-info .m-fpc-detail-col {
  display:table-cell;
  text-align: left;
  padding: 2px;
  vertical-align: top;
  width: 50%;
  font-family:sans-serif,Arial;
  padding:5px;
  text-align: left;
  font-size: 10px;
  text-transform:none;
  color: #222 !important;
}
.m-fpc-debug-info .m-fpc-dark {
  background-color: #D9F0EE;
}
.m-fpc-debug-info .m-fpc-light {
  background-color: #ECF8F7;
}

/*flush cache button*/
.m-fpc-debug-info .m-fpc-flush-cache-button-style {
  float: left;
  padding-right: 10px;
  text-decoration: underline;
  cursor: pointer;
}

.m-fpc-debug-info .m-fpc-flush-cache-button-style-flushed {
  float: left;
  color: #911E42;
}

/*small debug info block*/
.m-fpc-debug-info-small {
  width: 120px;
  min-height: 10px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  background: #47bbb3;
  color: #fff;
  z-index: 100000;
  font-family:Arial;
}

.m-fpc-debug-info-small .m-fpc-debug-info-main-block-small {
  padding: 2px 5px 10px 5px;
}

.m-fpc-debug-info-small .m-fpc-hit-info-small {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 5px 0px 0px 0px;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  text-transform:none;
}

.m-fpc-debug-info-small .m-fpc-flush-cache-button-style-small {
  float: left;
  padding-right: 10px;
  text-decoration: underline;
  cursor: pointer;
}

.m-fpc-debug-info-small .m-fpc-flush-cache-button-style-flushed {
  float: left;
  color: #911E42;
}

.m-fpc-debug-info-small.m-fpc-debug-info-hit {
  box-shadow: 0 0 0 3px #CCFFD3;
}
.m-fpc-debug-info-small.m-fpc-debug-info-miss {
  box-shadow: 0 0 0 3px #FECBCB;
}
.m-fpc-debug-info-small.m-fpc-debug-info-not-cacheable {
  box-shadow: 0 0 0 5px #E0E0E0;
}

.m-fpc-debug-info .m-fpc-ignored-url-parameters-info {
  font-family:sans-serif,Arial;
  padding:15px;
  margin: 12px 0px 0px 0px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.95);
  text-transform:none;
  color: #911E42 !important;
  word-wrap: break-word;
}
/**
 * Copyright 2016 The Valdecode Cookie Law Compliance Authors. All rights reserved.
 * Use of this source code is governed by a MIT-style
 * license that can be found in the LICENSE.txt file.
 */
#v-cookielaw { overflow: hidden; background: #fff; color: #444; z-index: 9999; font-size: 13px; }
#v-cookielaw .v-message { padding: 5px 10px; text-align: left; }
#v-cookielaw .v-actions { }
#v-cookielaw .v-button { color: #222; display: inline-block; background-color: #ececec; background-image: linear-gradient(#f4f4f4, #ececec); border: 1px solid #d4d4d4; padding: 4px 10px; text-decoration: none; border-radius: 2px; }
#v-cookielaw .v-button.v-accept:before { content: "\2714"; }
#v-cookielaw .v-button:hover,
#v-cookielaw .v-button:focus { color: #fff; border-color: #2295d4; border-bottom-color: #2a65a0; background-color: #2295d4; background-image: linear-gradient(#599bdc, #3072b3); transition: ease-in-out 0.3s; }
#v-cookielaw .v-button:active {  border-color: #2295d4; border-bottom-color: #3884cd; background-color: #3072b3; background-image: linear-gradient(#3072b3, #599bdc); transition: ease-in-out 0.3s; }

#v-cookielaw.v-bar { display: table; width: 100%; padding: 5px 0; }
#v-cookielaw.v-bar .v-message { display: table-cell; }
#v-cookielaw.v-bar .v-actions { display: table-cell; vertical-align: middle; width: 250px; padding-right: 10px; text-align: right; }
#v-cookielaw.v-bar.v-top { position: relative; border-bottom: 1px solid #000; }
#v-cookielaw.v-bar.v-bottom { position: fixed; bottom: 0; border-top: 1px solid #000; }

#v-cookielaw.v-box { position: fixed; max-width: 300px; border: 1px solid #000; border-radius: 3px; margin: 10px; }
#v-cookielaw.v-box .v-actions { float: left; margin: 5px 10px; }
#v-cookielaw.v-box.v-top-left { top: 0; left: 0; }
#v-cookielaw.v-box.v-top-right { top: 0; right: 0; }
#v-cookielaw.v-box.v-bottom-left { bottom: 0; left: 0; }
#v-cookielaw.v-box.v-bottom-right { bottom: 0; right: 0; }

/* RWD */
@media (max-width: 480px) {
    #v-cookielaw.v-box { display: table; width: 100% !important; padding: 5px 0 0; position: fixed; bottom: 0 !important; top: auto !important; border-top: 1px solid #000; max-width: 100%; margin: 0; border-radius: 0; border-right: 0; border-left: 0; border-bottom: 0; }
    #v-cookielaw.v-box .v-message { display: table-cell; }
    #v-cookielaw.v-box .v-actions { display: table-cell; vertical-align: middle; width: 250px; padding-right: 10px; text-align: left; }

    #v-cookielaw .v-message { float: left; }
    #v-cookielaw .v-actions { float: left; margin: 5px 10px; }
    #v-cookielaw.v-bar .v-actions { width: auto; }
}

/* Skin - Yellow Alert */
#v-cookielaw.v-yellow-alert { background: #fffbcd; border-color: #e2cd7b !important; }

/* Skin - Dark Clean */
#v-cookielaw.v-dark-clean { color: #fff; background: #2c2c2c; border-color: #55575f !important; }
#v-cookielaw.v-dark-clean .v-button { color: #fff; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); border-color: #3072b3; border-bottom-color: #2a65a0; background-color: #2a65a0; background-image: linear-gradient(#599bdc, #3072b3); }
#v-cookielaw.v-dark-clean .v-button:hover,
#v-cookielaw.v-dark-clean .v-button:focus { background-color: #3678a0; background-image: linear-gradient(#68abdc, #387cb3); }

/* Skin - Minimalist */
#v-cookielaw.v-minimalist { color: #2c2c2c; background: #fafafa; border-color: #e0e0e0 !important; font-size: 12px; font-family: 'SFUIDisplay', sans-serif;; }
#v-cookielaw.v-bar.v-minimalist { padding: 2px 0; }
#v-cookielaw.v-box.v-minimalist { width: 260px; }
#v-cookielaw.v-box.v-minimalist .v-actions { margin: 5px; }
#v-cookielaw.v-box.v-minimalist .v-message { padding: 5px; }
#v-cookielaw.v-minimalist .v-button { padding: 3px 6px; }
#v-cookielaw.v-minimalist .v-accept { background-image: linear-gradient(#f89b24, #da871d); text-shadow: none; color: #fff; font-weight: 800;}
#v-cookielaw.v-minimalist .v-accept:hover,
#v-cookielaw.v-minimalist .v-accept:focus { color: #333333; background-image: linear-gradient(#da871d, #f89b24); border-color: #da871d; border-bottom-color: #f89b24; transition: ease-in-out 0.3s; }
.category-review p {
    font-size: 14px;
    margin-left: 0;
}
ul.review-items {
    text-align: justify;
}
ul.review-items li p:last-child {
margin-bottom: 30px;
}
ul.review-items li a{
    color: #000;
}
.review-items-head{
    display: flex;
    margin: 3px 0 7px 0;
    justify-content: space-between;
}
.average-rating, .items-right {
    display: flex;
}
.average-rating p {
    margin-bottom: 10px;
}
.review-items li a .review-product-name {
    font-weight: 700;
}
.ratings{
    margin: 0 5px 0 5px;
}
span.date {
    font-style: italic;
}

/*ReviewEdit*/
/*manager response*/
.rew-container {
    margin: 20px 0 30px 60px;
}
.rew-container span {
    color: #fff;
    padding: 3px 8px;
    border-radius: 3px;
    background-color: #2295d4;
}
.rew-container p {
    margin: 20px 0;
}
.rew-container img.rew-arrow {
    width: 20px;
}
.rew-container .arrow-head{
    margin-left: -30px;
}
.rew-container .arrow-head .rew-arrow{
    margin: 3px 5px 0 0;
}
/*image-popup*/
.background {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    z-index: 10000;
    animation: fadeIn .3s;
}
.img-popup-window{
    max-width: 90%;
    max-height: 90%;
    position: fixed;
    top: 50%;
    left: 50%;

    z-index: 998;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}
.close-img-popup{
    background: url("/skin/frontend/base/default/images/close.png");
    cursor: pointer;
    z-index: 999;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    position: absolute;
}
/*END ReviewEdit*/
.catalog-category-view .category-products .product-image-wrapper .product-image img,
.catalog-category-view .category-products .product-image img,
.catalogsearch-result-index .category-products .product-image img,
.catalog-product-view .tabs-panels.grid12-8 .product-image-wrapper .product-image img,
#popup-item-slider-upsell .wrap-case img,
.mobile .category-banner img{
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 1240px) {
    .cmsadvanced-page-view.payment img,
    .desktop .category-banner img,
    .cmsadvanced-page-view.delivery img{
        width: 100%;
        height: auto;
    }
}
.lazyload-width{
    width: 100%;
    height: auto;
}
.category-banner1 img {
    height: 320px;
    width: 100%;
}
@media screen and (max-width: 1240px) {
    .category-banner1 img {
        height: calc(100vw / 3.875);
    }
}
.section { padding:10px 0; }
.section-space { padding:10px; }

/* Layout helper classes
-------------------------------------------------------------- */
.margin-top { margin-top:20px; }
.margin-bottom { margin-bottom:20px; }
.padding-top { padding-top:20px; }
.padding-bottom { padding-bottom:20px; }
.float-left { float:left; } /*deprecated*/
.float-right { float:right; } /*deprecated*/


/* Caret
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.caret {
	display:inline-block;
	width:0;
	height:0;
	vertical-align:middle;
	content:"";
	border-style:solid solid none;
	border-width:4px 4px 0;
	border-color:#333 transparent transparent;
}
.dropdown .caret {
	opacity:0.3;
}
.dropdown.open .caret {
	opacity:1;
}


/* Product labels (stickers)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Positionning
-------------------------------------------------------------- */
.sticker-wrapper {
	position:absolute;
	-webkit-transition: 150ms ease-in-out;
	transition: 150ms ease-in-out;
}
.product-view .sticker-wrapper { z-index:99; /* On product page z-index greater than Cloud Zoom image */ }
.product-view .product-img-column { position:relative; } /* Stickers are positioned relative to this container */

.sticker-wrapper.top-right { top:-3px; right:-3px; }
.sticker-wrapper.bottom-right { bottom:-3px; right:-3px; }
.sticker-wrapper.bottom-left { bottom:-3px; left:-3px; }
.sticker-wrapper.top-left { top:-3px; left:-3px; }

/* Appearence
-------------------------------------------------------------- */
.sticker {
	width:60px;
	height:60px;
	border-radius:50%;

	font-size:1.1666em;
	line-height:1em;
	font-weight:bold;
	text-align:center;
	display:table-cell !important;
	vertical-align:middle !important;

	-webkit-transition: 150ms ease-in-out;
	transition: 150ms ease-in-out;
}

/* Colors */
.sticker.new { background-color:#5BD2EC; color:#fff; }
.sticker.sale { background-color:#F12B63; color:#fff; }

/* Effects */
.item:hover .sticker { width:65px; height:65px; }

/*Sizes*/
.sticker.size-s { width:45px; height:45px; font-size:1em; }
.item:hover .sticker.size-s { width:50px; height:50px; }
.sticker.size-xs { width:40px; height:40px; font-size:0.9166em; }
.item:hover .sticker.size-xs { width:45px; height:45px; }

/* Video (embed)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* "videoWrapper" - depracated class, left for backward compatibility */
.video-wrapper,
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed,
.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Page banners
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.banner-wrapper { position: relative; display: block; }
.page-banners .banner a { display:block; }
.page-banners .banner a img { display:block; margin:0 auto; }

/* depracated styles, left for backward compatibility: */
.page-banners .banner { margin-bottom:2%; }


/* Landing pages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.horizontal-section,
.vertical-section { display:block; margin-top:0; margin-bottom:10px; position:relative; }
.horizontal-section { margin-top:10px; }
.landing-page .center-block { display:block; margin:0 auto; }


/* Caption
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.caption {
	display:block;
	position:absolute;
	bottom:0;
	width:80%;
	margin:6%;
	padding:0;
}

/* Caption position
-------------------------------------------------------------- */
.caption.top {
	top:0;
	bottom:auto;
	width:80%;
}
.caption.top-right {
	top:0;
	bottom:auto;
	right:0;
	width:58%;
}
.caption.bottom-right {
	right:0;
	width:58%;
}

/* Caption elements
-------------------------------------------------------------- */
.caption > * {
	float:left;
	display:inline-block;
	margin-bottom:1px;
}
.caption .heading {
	padding:0.25em;
	margin-bottom:0.2em;
	font-size:2.8em;
	line-height:1em;
	font-weight:normal;
}
.caption p {
	clear:left;
	padding:0.25em 0.5em;
	margin-bottom:1px;
	font-size: 1.3333em;
	line-height:1em;
}
.caption button {
	clear:left;
}

/* Caption layout
-------------------------------------------------------------- */
.caption.centered {
	text-align: center;
}
.caption.centered > * {
	display:inline-block;
	float: none;
}

/* Floating (text alignment) */
.caption.right > * { text-align:right; float:right !important; }

/* Caption additional styles
-------------------------------------------------------------- */
/* Width */
.caption.full-width { width:88%; margin:6%; }
.caption.narrow { width:38%; }

/* Prevent from hiding elements of the caption on narrow screens */
.caption .permanent { display:inline-block !important; }

/* Skin
-------------------------------------------------------------- */
.caption .heading,
.caption p {
	-webkit-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
	transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
}
a:hover .caption .heading,
a:hover .caption p {
	-webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
	transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
}

/* Dark + white text */
.caption.dark1 .heading,
.caption.dark1 p { background-color:rgba(0,0,0, 0.35); color:#fff; }
a:hover .caption.dark1 .heading,
a:hover .caption.dark1 p { background-color:rgba(0,0,0, 0.7); color:#fff; }

/* Dark + white text */
.caption.dark2 .heading,
.caption.dark2 p { background-color:rgba(0,0,0, 0.5); color:#fff; }
a:hover .caption.dark2 .heading,
a:hover .caption.dark2 p { background-color:rgba(0,0,0, 0.8); color:#fff; }

/* Dark + white text */
.caption.dark3 .heading,
.caption.dark3 p { background-color:rgba(0,0,0, 0.65); color:#fff; }
a:hover .caption.dark3 .heading,
a:hover .caption.dark3 p { background-color:rgba(0,0,0, 1); color:#fff; }

/* Light + black text */
.caption.light1 .heading,
.caption.light1 p { background-color:rgba(255,255,255, 0.35); color:#000; }
a:hover .caption.light1 .heading,
a:hover .caption.light1 p { background-color:rgba(255,255,255, 0.7); color:#000; }

/* Light + black text */
.caption.light2 .heading,
.caption.light2 p { background-color:rgba(255,255,255, 0.6); color:#000; }
a:hover .caption.light2 .heading,
a:hover .caption.light2 p { background-color:rgba(255,255,255, 0.85); color:#000; }

/* Light + black text */
.caption.light3 .heading,
.caption.light3 p { background-color:rgba(255,255,255, 0.8); color:#000; }
a:hover .caption.light3 .heading,
a:hover .caption.light3 p { background-color:rgba(255,255,255, 1); color:#000; }


/* Other
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Disable transitions, fade effect applied with JS */
.fade-on-hover {
	-webkit-transition: none;
	transition: none;
}
/**
 * Theme Content Construction Kit
 */



/* Layout %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Vertically centered content
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.v-centered-content {
	display:table;
}
.v-centered-content .v-center {
	display:table-cell;
	vertical-align:middle;
}


/* Heading of a content section
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.section-title { clear:both; margin:0; display:block; }
.section-title.padding-right { padding-right:80px !important; }

/* Horizontal line */
.section-line {
	clear:both;
	display:block;
	font-size:0;
	line-height:0;
	height:0;
	margin:0 0 10px;
	padding:10px 0 0;
	background:none;
	border-bottom:1px solid #e5e5e5;
	text-indent:-9999em;
	overflow:hidden;
}


/* Custom sidebars
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.custom-sidebar-right { float:right !important; }
.custom-sidebar-right .inner {
	padding-left:10px;
	border-left:1px solid #e5e5e5;
}

.custom-sidebar-left { float:left !important; }
.custom-sidebar-left .inner {
	padding-right:10px;
	border-right:1px solid #e5e5e5;
}



/* Vertical links %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.links > li { line-height:36px; }
.links > li > a { padding:0 0.5833em; } /* 0px 7px */
.links > li.label { padding-right:0.5833em; } /* 7px */

/* Basic links, no separators
-------------------------------------------------------------- */
.links > li { float:left; }
.links > li > a { display:block; }

/* Links with separators (at the right side)
-------------------------------------------------------------- */
.links-wrapper-separators .links > li { margin-left:-1px; }
.links-wrapper-separators .links > li > a {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/img/link-separator.png);
	background-position:right center;
	background-repeat:no-repeat;
}
.links-wrapper-separators .links > li.last > a { background-image:none; }
.links-wrapper-separators .links > li.hide-separator > a { background-image:none; }
.links-wrapper-separators .links > li.separator-left > a { background-position:left center; }

/* Links with separators (at the left side)
-------------------------------------------------------------- */
.links-wrapper-separators-left .links > li { margin-left:-1px; }
.links-wrapper-separators-left .links > li > a {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/img/link-separator.png);
	background-position:left center;
	background-repeat:no-repeat;
}
.links-wrapper-separators-left .links > li.first > a { background-image:none; }
.links-wrapper-separators-left .links > li.hide-separator > a { background-image:none; }
.links-wrapper-separators-left .links > li.separator-right > a { background-position:right center; }




/* Misc %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Link with an arrow */
a.go {
	background:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/infortis/_shared/cck/bullet.png) 97% 50% no-repeat;
	padding-right:17px;
	display:inline !important;
}

/**
 * Drop-down block
 */

/* Dropdown box %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.dropdown {
    position: relative;
}
.dropdown:hover {
    z-index: 4000;
}

/* Dropdown heading
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.dropdown .dropdown-heading {
    display: inline-block;
    cursor: default;
    /*line-height:36px;*/
    max-height: 40px; /* Set static height to improve layout of inline elements inisde the dropdown heading */
    height: 45px;
}

/* In case a link ("a" tag) is used as a dropdown heading */
.dropdown a.dropdown-heading {
    /* Inherit color to have the same color as the text in the containing section (e.g. in primary header). */
    color: inherit;

    /* Remove transition */
    transition: none;
    transition-delay: unset;
    background: transparent;
    border-radius: 5px;
}
.dropdown a.dropdown-heading:hover {
    /* Inherit color to have the same color as the text in the containing section (e.g. in primary header). 
	   Otherwise the dropdown heading on hover would blink showing standard link hover color. */
    color: inherit;
}

/* Inside dropdown heading
-------------------------------------------------------------- */
/* Child elements of the heading have to be aligned vertically */
.dropdown .dropdown-heading > * {
    display: inline-block;
    vertical-align: middle;
}

/* If heading has additional inner wrapper (to cover the shadow of the dropdown),
   properties of that element needs to be reset (e.g. element shouldn't be "inline-block") */
.dropdown .dropdown-heading.cover > span,
.dropdown .dropdown-heading.cover > div {
    display: block;
    vertical-align: baseline;
}
.dropdown .dropdown-heading.cover > span > *,
.dropdown .dropdown-heading.cover > div > * {
    display: inline-block;
    vertical-align: middle;
}

/* Elements of the dropdown heading */
.dropdown .dropdown-heading .label {
}
.dropdown .dropdown-heading .value {
    margin-left: 2px;
}
.dropdown .dropdown-heading .dropdown-icon {
    /* e.g. for flags */
    width: 18px;
    text-indent: -9999px;
    background-position: 0 50%;
    background-repeat: no-repeat;
}
.dropdown .dropdown-heading.open .caret,
.dropdown .dropdown-heading.cover .caret {
    display: none;
}
.dropdown:hover .dropdown-heading.open > span,
.dropdown:hover .dropdown-heading.cover > span {
    background: none !important;
    color: #2295d4 !important;
}
.dropdown:hover .dropdown-heading.open > span.count,
.dropdown:hover .dropdown-heading.cover > span.count {
    background: #f89b24 !important;
    color: #fff !important;
}

/* Cover shadow of "dropdown-heading" and "dropdown-content"
   with additional div inside the heading
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.dropdown .dropdown-heading.cover > span,
.dropdown .dropdown-heading.cover > div {
    padding: 9px 11px 8px;
}
.dropdown.open > .dropdown-heading.cover > span,
.dropdown.open > .dropdown-heading.cover > div {
    /*background-color:#fff;*/
    color: #2295d4;
    z-index: 4001;
    position: relative;
}

/* Dropdown content
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.dropdown .dropdown-content {
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 4000;
    padding: 20px;
    min-width: 130px;
    line-height: 1.5em;
    text-align: left;
    background: none !important;
    list-style: none;
}
.dropdown.open .dropdown-content {
    visibility: visible;
    opacity: 1;
}
.dropdown .dropdown-content.left-hand {
    left: auto;
    right: 0;
}

/* When dropdown content is an unordered list
-------------------------------------------------------------- */
/* Everything is inline-block, except links */
.dropdown .dropdown-content > li * {
    display: inline-block;
}
.dropdown .dropdown-content > li > a {
    display: block;
    cursor: pointer;
}

.dropdown .dropdown-content > li {
    white-space: nowrap;
}
.dropdown .dropdown-content > li .label {
    margin-right: 8px;
}
.dropdown .dropdown-content .dropdown-icon {
    width: 18px;
    text-indent: -9999px;
    background-position: 0 50%;
    background-repeat: no-repeat;
}

/**
 * Itemgrid
 */



.itemgrid .item {
	float:left;
	padding-left:1%;
	padding-right:1%;
}


/* Itemgrid: different numbers of columns
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Clear every first item in each row (row: group of n items) */

/* Item grid: 1 column */
.itemgrid-1col .item { width:98%; }

/* Item grid: 2 columns */
.itemgrid-2col .item { width:48%; }
.itemgrid-2col > li:nth-of-type(2n+1) { clear:left; }

/* Item grid: 3 columns */
.itemgrid-3col .item { width:31.3333%; }
.itemgrid-3col > li:nth-of-type(3n+1) { clear:left; }

/* Item grid: 4 columns */
.itemgrid-4col .item { width:23%; }
.itemgrid-4col > li:nth-of-type(4n+1) { clear:left; }

/* Item grid: 5 columns */
.itemgrid-5col .item { width:18%; }
.itemgrid-5col > li:nth-of-type(5n+1) { clear:left; }

/* Item grid: 6 columns */
.itemgrid-6col .item { width:14.6666%; }
.itemgrid-6col > li:nth-of-type(6n+1) { clear:left; }

/* Item grid: 7 columns */
.itemgrid-7col .item { width:12.2857%; }
.itemgrid-7col > li:nth-of-type(7n+1) { clear:left; }

/* Item grid: 8 columns */
.itemgrid-8col .item { width:10.5%; }
.itemgrid-8col > li:nth-of-type(8n+1) { clear:left; }

/**
 * Generic tabs
 */



/* Basic styles
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Tabs
-------------------------------------------------------------- */
/* Total height of the tab bar should be the same as in block titles */
.gen-tabs .tabs li { float:left; margin:0; }
.gen-tabs .tabs a {
	display:block;
	padding:0 10px;
	text-decoration:none;
	outline:none;
}

/* Tab panels
-------------------------------------------------------------- */
.gen-tabs .tabs-panels { padding:15px 0; }
.gen-tabs .tabs-panels .panel {}

/* Accordion
-------------------------------------------------------------- */
.gen-tabs .acctab {
	display:none;
	padding:0;
	margin-bottom:1px;
	font-weight:normal;
}
.gen-tabs .acctab:hover { cursor:pointer; }

/* Accordion mode enabled */
.gen-tabs.accor .tabs { display:none; }
.gen-tabs.accor .acctab { display:block; }
.gen-tabs.accor .tabs-panels { padding-top:0; padding-bottom:0; }
.gen-tabs.accor .tabs-panels .panel { display:none; margin:10px 0; padding:15px; }


/* Default skin
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.gen-tabs .tabs a {
	color:#333;
	background-color:#eee;
	line-height:3em;
}
.box-tabs .gen-tabs .tabs a:hover,
.box-tabs .gen-tabs .tabs a:focus   {
	background-color:#e5e5e5;
	border-color: #e5e5e5
}
.box-tabs .gen-tabs .tabs a.current {
	background-color:#2295d4;
	color: #fff;
	border-color:#2295d4;
}

/* Accordion
-------------------------------------------------------------- */
.gen-tabs .acctab {
	font-size:1.5em;
	line-height:2.7777em;
	background-color:#f5f5f5;
	color:#333;
}
.gen-tabs .acctab:hover,
.gen-tabs .acctab:focus,
.gen-tabs .acctab.current { background-color:#e5e5e5; }
.gen-tabs.accor .tabs-panels .panel {}


/* Tabs - skin 1: with thin borders
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Border exists but it is transparent. Except bottom border which has to be removed.
   Only the current tab need to have bottom border. */
.gen-tabs--style1 .tabs a {
	font-size:1.3333em;
	color:#333;
	background-color:#eee;
	border:1px solid transparent;
	border-bottom:none;
}

.gen-tabs--style1 .tabs a:hover
/*, .gen-tabs--style1 .tabs a:focus */ {
	background-color:#e5e5e5;

	/* Border on hover has the same color as background of the tab */
	border-color:#e5e5e5;
}

.gen-tabs--style1 .tabs a.current {
	background-color:#fff;

	/* Pull up the panels */
	margin-bottom:-1px;

	/* Border of the active item has the same color as border of panels.
	   Bottom border is transparent. */
	border-color:#e5e5e5;
	border-bottom:1px solid transparent;

	/* Make a little bit higher than other tabs */
	padding-top:4px;
	margin-top:-4px;
}
.gen-tabs--style1 .tabs a.current:hover {
	/* Bottom border is transparent. */
	border-bottom-color: transparent;
}

.gen-tabs--style1 .tabs-panels {
	border-top:1px solid #e5e5e5;
	border-bottom:1px dashed #e5e5e5;
}

/* Accordion
-------------------------------------------------------------- */
.gen-tabs--style1.accor .tabs-panels {
	border-top:none;
	border-bottom:none;
}
.gen-tabs--style1 .acctab {
	border-bottom:1px solid #e5e5e5;
}
.gen-tabs--style1.gen-tabs.accor {
	margin-bottom: 25px;
}


/* Tabs - skin 1: smaller
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.gen-tabs--style1-small .tabs a {
	padding:0 7px;
	font-size: 14px;
	line-height: 32px;
}
/* Added main class to increase specificity of this rule to override font */
.gen-tabs--style1.gen-tabs--style1-small .tabs a {
	font-family: inherit;
}

/* Accordion
-------------------------------------------------------------- */
.gen-tabs--style1-small .acctab {
	font-size: 14px;
	line-height: 32px;
}
/* Added main class to increase specificity of this rule to override font */
.gen-tabs--style1.gen-tabs--style1-small .acctab {
	font-family: inherit;
}

.ic{display:inline-block;font-family:ThemeIcons;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
i.ic{font-style:normal;}
.ic.left{margin-right:.3em;}
.ic.right{margin-left:.3em;}
.ic-lg{font-size:1.33333333em;line-height:0.75em;vertical-align:-15%;}
.ic-2x{font-size:2em;}
.ic-3x{font-size:3em;}
.ic-4x{font-size:4em;}
.ic-5x{font-size:5em;}
.ic-6x{font-size:6em;}
.ic-7x{font-size:7em;}
.ic-8x{font-size:8em;}
.ic-fw{width:1.28571429em;text-align:center;}
.ic-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none;}
.ic-ul > li{position:relative;}
.ic-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:0.14285714em;text-align:center;}
.ic-li.ic-lg{left:-1.85714286em;}
.ic-border{padding:.2em .25em .15em;border:solid 0.08em #eeeeee;border-radius:.1em;}
.pull-right{float:right;}
.pull-left{float:left;}
.ic.pull-left{margin-right:.3em;}
.ic.pull-right{margin-left:.3em;}
.ic-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle;}
.ic-stack-1x,
.ic-stack-2x{position:absolute;left:0;width:100%;text-align:center;}
.ic-stack-1x{line-height:inherit;}
.ic-stack-2x{font-size:2em;}
.ic-inverse{color:#ffffff;}
.ic-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear;}
@-moz-keyframes spin{0%{-moz-transform:rotate(0deg);}
100%{-moz-transform:rotate(359deg);}
}
@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);}
100%{-webkit-transform:rotate(359deg);}
}
@-o-keyframes spin{0%{-o-transform:rotate(0deg);}
100%{-o-transform:rotate(359deg);}
}
@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}
}
.ic-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);}
.ic-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);}
.ic-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);}
.ic-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1);}
.ic-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1);}
.ic-char{font-weight:bold;font-family:Arial, Helvetica, sans-serif !important;}
.ic-img{font-family:inherit;}
.ic-img img,
.icon img{vertical-align:middle;}
.ib,
.social-links a > span.icon{vertical-align:middle;text-align:center;background-color:#e5e5e5;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}
.ib,
.feature > span.icon,
.social-links a > span.icon{line-height:36px;width:36px;height:36px;}
.ib-size-l,
.feature > span.icon.large{line-height:48px;width:48px;height:48px;}
.ib-size-xl{line-height:60px;width:60px;height:60px;}
.ib-size-xxl{line-height:72px;width:72px;height:72px;}
.ib-size-xxxl{line-height:84px;width:84px;height:84px;}
.feature > span.icon{text-align:center;}
.ib + .label{line-height:36px;display:inline-block;}
.ib-size-l + .label{line-height:48px;}
.ib-size-xl + .label{line-height:60px;}
.ib-size-xxl + .label{line-height:72px;}
.ib-size-xxxl + .label{line-height:84px;}
.ib-hover:hover,
.feature-icon-hover:hover .ib,
.icon-hover:hover,
.feature-icon-hover:hover > span.icon{background-color:#333;color:#fff;}
.ib,
.icon-hover,
.feature-icon-hover .ib,
.feature-icon-hover .icon{transition:color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;-moz-transition:color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;-webkit-transition:color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;-o-transition:color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;}
.ib.ic-char,
.ib.i-char{text-align:center;}
.ib-no-bg,
.ib.no-bg-color{background-color:transparent !important;}
.ib-circle,
.ib.circle{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}
.ib-rounded,
.ib.rounded{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.ib-square,
.ib.square{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.ib-wrapper--square .ib,
.icon-wrapper-square .ib{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.feature{margin:10px 0;}
.feature:after{display:block;content:".";clear:both;font-size:0;line-height:0;height:0;overflow:hidden;}
.feature.first{margin-top:0;}
.feature.last{margin-bottom:0;}
.feature.top-border{border-top:1px solid #f5f5f5;padding-top:10px;}
.feature.bottom-border{border-bottom:1px solid #f5f5f5;padding-bottom:10px;}
.feature-wrapper.top-border{border-top:1px solid #f5f5f5;margin-top:20px;padding-top:20px;}
.feature-wrapper.bottom-border{border-bottom:1px solid #f5f5f5;margin-bottom:20px;padding-bottom:20px;}
.feature .heading{font-size:1.3333em;line-height:1.25em;margin-bottom:0.625em;font-weight:normal;}
.feature .above-heading{margin:0 0 5px;font-size:11px;line-height:1.4545em;text-transform:uppercase;color:#888;}
.feature .below-heading{font-size:1em;font-style:italic;line-height:1.3333em;color:#888;}
.feature .ic.left{margin:0 15px 10px 0;}
.feature .ic.right{margin:0 0 10px 15px;}
.feature.v-centered-content .v-center .ic{margin:0 5px 0 0;}
.feature.indent > .ic,
.feature.indent > .icon{float:left;margin:0 15px 0 0;}
.feature.indent > .ic.right,
.feature.indent > .icon.right{float:right;margin:0 0 0 15px;}
.feature.indent{padding-left:51px;}
.feature.indent > .ic,
.feature.indent > span.icon{margin-left:-51px;}
.feature.indent-size-l,
.feature.indent.large{padding-left:63px;}
.feature.indent-size-l > .ic,
.feature.indent.large > .ic,
.feature.indent.large > span.icon.large{margin-left:-63px;}
.feature.indent-size-xl{padding-left:75px;}
.feature.indent-size-xl > .ic{margin-left:-75px;}
.feature.indent-size-xxl{padding-left:87px;}
.feature.indent-size-xxl > .ic{margin-left:-87px;}
.feature.indent-size-xxxl{padding-left:99px;}
.feature.indent-size-xxxl > .ic{margin-left:-99px;}
.feature.centered{text-align:center;}
.feature.centered .ic{margin:0 0 10px;}
.feature .ic.auto-size{width:auto;max-width:none;height:auto;max-height:none;}
/**
 * Definitions of the font with icons and definitions of the icon glyphs
 */



@font-face {
	font-family: 'ThemeIcons';
	src:url('https://i-planet.com.ua/skin/frontend/ultimo/default/fonts/themeicons/ThemeIcons.eot?387osh');
	src:url('https://i-planet.com.ua/skin/frontend/ultimo/default/fonts/themeicons/ThemeIcons.eot?#iefix387osh') format('embedded-opentype'),
		url('https://i-planet.com.ua/skin/frontend/ultimo/default/fonts/themeicons/ThemeIcons.woff?387osh') format('woff'),
		url('https://i-planet.com.ua/skin/frontend/ultimo/default/fonts/themeicons/ThemeIcons.svg?387osh#ThemeIcons') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}


/* Icon codes
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.ic-plane:before {
	content: "\e200";
}
.ic-tag:before {
	content: "\e201";
}
.ic-paint:before {
	content: "\e202";
}
.ic-credit:before {
	content: "\e203";
}
.ic-phone:before {
	content: "\e204";
}
.ic-letter:before {
	content: "\e205";
}
.ic-stopwatch:before {
	content: "\e206";
}
.ic-bars:before {
	content: "\e207";
}
.ic-truck:before {
	content: "\e208";
}
.ic-download:before {
	content: "\e209";
}
.ic-upload:before {
	content: "\e20a";
}
.ic-warning:before {
	content: "\e20b";
}
.ic-question:before {
	content: "\e20c";
}
.ic-info:before {
	content: "\e20d";
}
.ic-success:before {
	content: "\e20e";
}
.ic-close2:before {
	content: "\e20f";
}
.ic-reload:before {
	content: "\e210";
}
.ic-scissors:before {
	content: "\e211";
}
.ic-googleplus:before {
	content: "\e212";
}
.ic-facebook:before {
	content: "\e213";
}
.ic-twitter:before {
	content: "\e214";
}
.ic-feed:before {
	content: "\e215";
}
.ic-youtube:before {
	content: "\e216";
}
.ic-vimeo:before {
	content: "\e217";
}
.ic-flickr:before {
	content: "\e218";
}
.ic-dribbble:before {
	content: "\e219";
}
.ic-github:before {
	content: "\e21a";
}
.ic-wordpress:before {
	content: "\e21b";
}
.ic-blogger:before {
	content: "\e21c";
}
.ic-tumblr:before {
	content: "\e21d";
}
.ic-skype:before {
	content: "\e21e";
}
.ic-home:before {
	content: "\e21f";
}
.ic-edit2:before {
	content: "\e220";
}
.ic-cart:before,
.ic-cart1:before {
	content: "\e221";
}
.ic-menu:before {
	content: "\e222";
}
.ic-star-o:before {
	content: "\e223";
}
.ic-star:before {
	content: "\e224";
}
.ic-heart:before {
	content: "\e225";
}
.ic-heart-o:before {
	content: "\e226";
}
.ic-arrow-up:before {
	content: "\e227";
}
.ic-arrow-right:before {
	content: "\e228";
}
.ic-arrow-down:before {
	content: "\e229";
}
.ic-arrow-left:before {
	content: "\e22a";
}
.ic-filter:before {
	content: "\e22b";
}
.ic-lastminute:before {
	content: "\e22c";
}
.ic-close:before {
	content: "\e22d";
}
.ic-edit:before {
	content: "\e22e";
}
.ic-instagram:before {
	content: "\e22f";
}
.ic-user:before {
	content: "\e230";
}
.ic-mobile:before {
	content: "\e231";
}
.ic-pin:before {
	content: "\e232";
}
.ic-zoomin:before {
	content: "\e233";
}
.ic-zoomout:before {
	content: "\e234";
}
.ic-search:before {
	content: "\e235";
}
.ic-gift:before {
	content: "\e236";
}
.ic-anchor:before {
	content: "\e237";
}
.ic-calendar:before {
	content: "\e238";
}
.ic-remove:before {
	content: "\e239";
}
.ic-compare:before {
	content: "\e23a";
}
.ic-alarm:before {
	content: "\e23b";
}
.ic-plus:before {
	content: "\e23c";
}
.ic-minus:before {
	content: "\e23d";
}
.ic-pinterest:before {
	content: "\e23e";
}
.ic-call24:before {
	content: "\e23f";
}
.ic-callcenter:before {
	content: "\e240";
}
.ic-delivery:before {
	content: "\e241";
}
.ic-package:before {
	content: "\e242";
}
.ic-globe:before {
	content: "\e243";
}
.ic-lightbulb:before {
	content: "\e244";
}
.ic-microscope:before {
	content: "\e245";
}
.ic-24hours:before {
	content: "\e246";
}
.ic-coupon:before {
	content: "\e247";
}
.ic-tshirt:before {
	content: "\e248";
}
.ic-bag8:before {
	content: "\e249";
}
.ic-bag6:before {
	content: "\e24a";
}
.ic-bag4:before {
	content: "\e24b";
}
.ic-bag3:before {
	content: "\e24c";
}
.ic-bag7:before {
	content: "\e24d";
}
.ic-bag2:before {
	content: "\e24e";
}
.ic-bag5:before {
	content: "\e24f";
}
.ic-cart2:before {
	content: "\e250";
}
.ic-bag:before,
.ic-bag1:before {
	content: "\e251";
}
.ic-cart3:before {
	content: "\e252";
}
.ic-smartphones:before {
	content: "\e253";
}
.ic-grid:before {
	content: "\e254";
}
.ic-list:before {
	content: "\e255";
}
.ic-linkedin:before {
	content: "\e256";
}
.ic-bell:before {
	content: "\e257";
}
.ic-xing:before {
	content: "\e258";
}
.ic-vk:before {
	content: "\e259";
}
.ic-weibo:before {
	content: "\e25a";
}
.ic-renren:before {
	content: "\e25b";
}
.ic-behance:before {
	content: "\e25c";
}
.ic-vine:before {
	content: "\e25d";
}
.ic-share:before {
	content: "\e25e";
}
.ic-lowstock:before {
	content: "\e25f";
}
.ic-left:before {
	content: "\e260";
}
.ic-down:before {
	content: "\e261";
}
.ic-up:before {
	content: "\e262";
}
.ic-right:before {
	content: "\e263";
}

/**
 * Theme icons
 * Deprecated since 1.10.0 in favor of font icons
 */



/* Predefined icons
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Wishlist */
.icon.i-wishlist {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
	background-position:-7px -7px;
}
.icon.i-wishlist-w {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
	background-position:-7px -57px;
}

	/* bw */
	.icon.i-wishlist-bw {
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-7px -7px;
	}
	.icon-hover:hover.i-wishlist-bw,
	.feature-icon-hover:hover .icon.i-wishlist-bw {
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-7px -57px;
	}
	
	/* wb */
	.icon.i-wishlist-wb {
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-7px -57px;
	}
	.icon-hover:hover.i-wishlist-wb,
	.feature-icon-hover:hover .icon.i-wishlist-wb {
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-7px -7px;
	}

/* Compare */
.icon.i-compare {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
	background-position:-57px -7px;
}
.icon.i-compare-w {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
	background-position:-57px -57px;
}

	/* bw */
	.icon.i-compare-bw {
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-57px -7px;
	}
	.icon-hover:hover.i-compare-bw,
	.feature-icon-hover:hover .icon.i-compare-bw,
	.open > .dropdown-toggle.cover .icon.i-compare-bw
	{
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-57px -57px;
	}
	
	/* wb */
	.icon.i-compare-wb {
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-57px -57px;
	}
	.icon-hover:hover.i-compare-wb,
	.feature-icon-hover:hover .icon.i-compare-wb,
	.open > .dropdown-toggle.cover .icon.i-compare-wb
	{
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-57px -7px;
	}

/* Share/recommend */
.icon.i-recommend {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
	background-position:-107px -7px;
}
.icon.i-recommend-w {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
	background-position:-107px -57px;
}

	/* bw */
	.icon.i-recommend-bw {
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-107px -7px;
	}
	.icon-hover:hover.i-recommend-bw,
	.feature-icon-hover:hover .icon.i-recommend-bw {
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-107px -57px;
	}
	
	/* wb */
	.icon.i-recommend-wb {
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-107px -57px;
	}
	.icon-hover:hover.i-recommend-wb,
	.feature-icon-hover:hover .icon.i-recommend-wb {
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-107px -7px;
	}

/* Low stock */
.icon.i-lowstock {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
	background-position:-157px -7px;
}
.icon.i-lowstock-w {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
	background-position:-157px -57px;
}

	/* bw */
	.icon.i-lowstock-bw {
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-157px -7px;
	}
	.icon-hover:hover.i-lowstock-bw,
	.feature-icon-hover:hover .icon.i-lowstock-bw {
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-157px -57px;
	}
	
	/* wb */
	.icon.i-lowstock-wb {
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-157px -57px;
	}
	.icon-hover:hover.i-lowstock-wb,
	.feature-icon-hover:hover .icon.i-lowstock-wb {
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-157px -7px;
	}



/* Cart */
.icon.i-cart {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
	background-position:-457px -7px;
}
.icon.i-cart-w {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
	background-position:-457px -57px;
}

	/* bw */
	.icon.i-cart-bw {
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-457px -7px;
	}
	.icon-hover:hover.i-cart-bw,
	.feature-icon-hover:hover .icon.i-cart-bw,
	.open > .dropdown-toggle.cover .icon.i-cart-bw
	{
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-457px -57px;
	}
	
	/* wb */
	.icon.i-cart-wb {
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-457px -57px;
	}
	.icon-hover:hover.i-cart-wb,
	.feature-icon-hover:hover .icon.i-cart-wb,
	.open > .dropdown-toggle.cover .icon.i-cart-wb
	{
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-457px -7px;
	}

/* Row 2
-------------------------------------------------------------- */

/* Home */
.icon.i-home {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
	background-position:-7px -107px;
}
.icon.i-home-w {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
	background-position:-7px -157px;
}

	/* bw */
	.icon.i-home-bw {
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-7px -107px;
	}
	.icon-hover:hover.i-home-bw,
	.feature-icon-hover:hover .icon.i-home-bw {
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-7px -157px;
	}
	
	/* wb */
	.icon.i-home-wb {
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-7px -157px;
	}
	.icon-hover:hover.i-home-wb,
	.feature-icon-hover:hover .icon.i-home-wb {
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-7px -107px;
	}

/* Left */
.icon.i-left {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
	background-position:-107px -107px;
}
.icon.i-left-w {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
	background-position:-107px -157px;
}

	/* bw */
	.icon.i-left-bw {
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-107px -107px;
	}
	.icon-hover:hover.i-left-bw,
	.feature-icon-hover:hover .icon.i-left-bw {
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-107px -157px;
	}
	
	/* wb */
	.icon.i-left-wb {
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-107px -157px;
	}
	.icon-hover:hover.i-left-wb,
	.feature-icon-hover:hover .icon.i-left-wb {
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-107px -107px;
	}

/* Right */
.icon.i-right {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
	background-position:-157px -107px;
}
.icon.i-right-w {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
	background-position:-157px -157px;
}

	/* bw */
	.icon.i-right-bw {
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-157px -107px;
	}
	.icon-hover:hover.i-right-bw,
	.feature-icon-hover:hover .icon.i-right-bw {
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-157px -157px;
	}
	
	/* wb */
	.icon.i-right-wb {
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-157px -157px;
	}
	.icon-hover:hover.i-right-wb,
	.feature-icon-hover:hover .icon.i-right-wb {
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-157px -107px;
	}

/* Top */
.icon.i-top {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
	background-position:-207px -107px;
}
.icon.i-top-w {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
	background-position:-207px -157px;
}

	/* bw */
	.icon.i-top-bw {
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-207px -107px;
	}
	.icon-hover:hover.i-top-bw,
	.feature-icon-hover:hover .icon.i-top-bw {
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-207px -157px;
	}
	
	/* wb */
	.icon.i-top-wb {
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-207px -157px;
	}
	.icon-hover:hover.i-top-wb,
	.feature-icon-hover:hover .icon.i-top-wb {
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-207px -107px;
	}

/* Bottom */
.icon.i-bottom {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
	background-position:-257px -107px;
}
.icon.i-bottom-w {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
	background-position:-257px -157px;
}

	/* bw */
	.icon.i-bottom-bw {
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-257px -107px;
	}
	.icon-hover:hover.i-bottom-bw,
	.feature-icon-hover:hover .icon.i-bottom-bw {
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-257px -157px;
	}
	
	/* wb */
	.icon.i-bottom-wb {
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-257px -157px;
	}
	.icon-hover:hover.i-bottom-wb,
	.feature-icon-hover:hover .icon.i-bottom-wb {
		background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite.png);
		background-position:-257px -107px;
	}

/**
 * Social icons
 * Deprecated since 1.10.0 in favor of font icons
 */



/* Contact icons
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Phone */
.icon.i-telephone {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position:-7px -7px;
}
.icon.i-telephone-w {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position:-7px -57px;
}

/* Mobile */
.icon.i-mobile {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position:-57px -7px;
}
.icon.i-mobile-w {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position:-57px -57px;
}

/* Skype */
.icon.i-skype {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position:-107px -7px;
}
.icon.i-skype-w {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position:-107px -57px;
}

/* Letter */
.icon.i-letter {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position:-157px -7px;
}
.icon.i-letter-w {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position:-157px -57px;
}

/* Location */
.icon.i-location {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position:-207px -7px;
}
.icon.i-location-w {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position:-207px -57px;
}


/* Row 2
-------------------------------------------------------------- */
/* Twitter */
.icon.i-twitter {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position:-7px -107px;
}
.icon.i-twitter-w {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position:-7px -157px;
}

/* Facebook */
.icon.i-facebook {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position:-57px -107px;
}
.icon.i-facebook-w {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position:-57px -157px;
}

/* Google plus */
.icon.i-googleplus {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position:-107px -107px;
}
.icon.i-googleplus-w {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position:-107px -157px;
}

/* Youtube */
.icon.i-youtube {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position:-157px -107px;
}
.icon.i-youtube-w {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position:-157px -157px;
}

/* Vimeo */
.icon.i-vimeo {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position:-207px -107px;
}
.icon.i-vimeo-w {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position:-207px -157px;
}

/* Wordpress */
.icon.i-wordpress {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position:-257px -107px;
}
.icon.i-wordpress-w {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position:-257px -157px;
}

/* Pinterest */
.icon.i-pinterest {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position:-307px -107px;
}
.icon.i-pinterest-w {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position:-307px -157px;
}

/* Linked in */
.icon.i-linkedin {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position:-357px -107px;
}
.icon.i-linkedin-w {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position:-357px -157px;
}

/* Blogger */
.icon.i-blogger {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position:-407px -107px;
}
.icon.i-blogger-w {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position:-407px -157px;
}

/* Envato */
.icon.i-envato {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position:-457px -107px;
}
.icon.i-envato-w {
	background-image:url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/sprite-icons-social.png);
	background-position:-457px -157px;
}

.sidebar .block:first-child {
  margin-top: 6px;
}

.cms-index-index .sidebar .block:first-child {
  margin-top: 0;
}

.my-account .page-title,
.category-title {
  border-bottom: 1px solid #efefef;
}

.block .block-title,
.block-layered-nav .block-subtitle--filter,
.section-title,
.cart .crosssell h2,
.cart .discount h2,
.cart .shipping h2 {
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #efefef;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.2222em;
}

.account-login h2,
#opc-login h3,
.fieldset .legend,
.multiple-checkout .col2-set h2.legend,
.info-set h2.legend {
  padding-bottom: 7px;
  border-bottom: 1px solid #efefef;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.2222em;
  margin-bottom: 15px;
}

.category-title,
.my-account .page-title,
.box-account .box-head,
.dashboard .box .box-title {
  border-color: #efefef;
}

.block .actions,
.section-line,
.buttons-set,
.toolbar {
  border-color: #efefef;
}

.product-view .product-type-data,
.product-view .product-type-data .price-box,
.container1-wrapper,
.container2-wrapper,
.product-view .add-to-box,
.category-products-grid .item,
.products-list li.item,
.remember-me-popup h3,
.map-popup-heading {
  border-color: #f5f5f5;
}

.product-view .ratings .rating-links .separator,
.custom-sidebar-right .inner,
.custom-sidebar-left .inner {
  border-color: #efefef;
}

.products-list .product-shop-inner {
  border-color: #f5f5f5;
}

.data-table thead,
.cart-table thead tr,
.availability-only-details thead {
  border-color: #efefef;
}

.swatch-link {
  border-color: #cccccc;
}

.extrahint-wrapper .product-pricing,
.addresses-list .addresses-primary .item,
.order-info-box,
.advanced-search-summary,
.opc .gift-messages-form {
  background-color: #f5f5f5;
}

.products-list .ratings,
.products-grid .ratings,
.products-list .ratings a,
.products-grid .ratings a,
.block-layered-nav dl dd ol > li > a .count,
.breadcrumbs li,
.breadcrumbs a,
.block-related-simple .related-add-to-wishlist,
.block-related-thumbnails .related-add-to-wishlist,
.availability,
.product-view .box-reviews dd .date,
.item-options dd,
.product-options p.note {
  color: #aaa;
}

.product-options dd select,
.product-options dd .input-text,
.product-options dd textarea,
.product-options ul.options-list {
  color: #888;
}

.product-options dd select:hover,
.product-options dd select:focus,
.product-options dd textarea:hover,
.product-options dd textarea:focus,
.product-options ul.options-list:hover {
  color: #333;
}

.sticky-header .sticky-container,
.dropdown.open > .dropdown-heading.cover,
/*.dropdown.open .dropdown-content,*/
.truncated .truncated_full_value .item-options,
.nav-regular .nav-panel--dropdown,
.form-search .search-autocomplete ul,
.remember-me-popup,
.map-popup,
#subscribe-form .input-box .validation-advice {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

a,
.mobnav-trigger .trigger-icon .line,
.opener,
a > .ib,
a.feature-icon-hover > .ib {
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}

a:hover,
.mobnav-trigger:hover .trigger-icon .line,
.opener:hover,
.nav-item > a:hover + .opener,
a:hover > .ib,
a.feature-icon-hover:hover > .ib {
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
}

.nav-regular a > .caret {
  -webkit-transition: border-color 300ms ease-in-out, opacity 300ms ease-in-out;
  transition: border-color 300ms ease-in-out, opacity 300ms ease-in-out;
}

.nav-regular a:hover > .caret {
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
}

.sorter .view-mode .grid,
.sorter .view-mode .list,
.sorter .sort-by .category-asc,
.sorter .sort-by .category-desc,
.add-to-links.addto-icons a,
#scroll-to-top {
  -webkit-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}

input.input-text, select, textarea,
.product-options ul.options-list,
.form-search .button,
.product-view .product-img-box .more-views .thumbnails li a,
.mini-products-list .product-image,
.cart .crosssell .product-image,
.gen-tabs .tabs a,
.gen-tabs .acctab,
.opc .step-title {
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/**
 * Override CSS components
 */



/* Deprecated: accordion/collapsible openers %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.accordion .opener,
.collapsible .opener,
.acco .opener /* Menu opener */
{
	/* Override default background image */
	background-image: none !important;

	/* Font icons */
	display: inline-block;
	font-family: ThemeIcons;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/*line-height: 1em;*/ /* Important: don't overrid line height, it depends on the size of the icon */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	/* Icon size */
	font-size: 12px;
}
.accordion .opener:before,
.collapsible .opener:before,
.acco .opener:before {
	content: "\e23c";
}

/* Active opener */
.accordion li.item-active > .opener:before,
.collapsible.active .opener:before,
.acco li.item-active > .opener:before {
	content: "\e23d";
}



/* Colorbox %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

#cboxPrevious,
#cboxNext,
#cboxClose {
	/* Override default background image */
	background-image: none !important;

	/* Font icons */
	display: inline-block;
	font-family: ThemeIcons;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/*line-height: 1em;*/ /* Important: don't overrid line height, it depends on the size of the icon */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	/* Icon size */
	font-size: 20px;
}
#cboxClose { font-size: 16px; }
#cboxPrevious:before { content: "\e260"; }
#cboxNext:before { content: "\e263"; }
#cboxClose:before { content: "\e20f"; }



/* Generic-nav %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Styles common for all direction controls */
.slider-arrows1 .owl-controls .owl-buttons div,
.slider-arrows2 .owl-controls .owl-buttons div,
.slider-arrows3 .owl-controls .owl-buttons div {
	/* Override default background image and remove text indent */
	background-image: none !important;
	text-indent: 0;

	/* Font icons */
	display: inline-block;
	font-family: ThemeIcons;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/*line-height: 1em;*/ /* Important: don't overrid line height, it depends on the size of the icon */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	/* Icon size */
	font-size: 20px;
}
.owl-controls .owl-buttons .owl-prev:before { content: "\e260"; }
.owl-controls .owl-buttons .owl-next:before { content: "\e263"; }



/* Itemslider %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Buttons aligned at the bottom */
.itemslider.equal-height .item { position: static; padding-bottom: 50px; }
.itemslider.equal-height .actions { position: absolute; bottom: 0; }

/**
 * Override modules
 */

.wrapper {
  border-top-style: solid;
  border-top-width: 5px;
}

.col-left > *,
.col-left .widget-static-block {
  margin-right: 32px;
}

.col-right > *,
.col-right .widget-static-block {
  margin-left: 32px;
}

.page-title h1,
.page-title h2 {
  margin: 0;
  min-height: 1.3125em;
}

.category-title {
  margin-bottom: 0;
}

.note-msg.empty-catalog {
  background: url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/img/empty-catalog.png) 10px 10px no-repeat transparent !important;
  color: inherit;
  min-height: 70px;
  padding: 55px 20px 55px 160px !important;
}

.breadcrumbs {
  line-height: 1.5em;
  margin: 0 0 5px;
}

.catalog-product-view .breadcrumbs {
  margin-bottom: 10px;
}

.user-menu .line-break-after {
  clear: both;
  margin-bottom: 1px;
}

.search-wrapper-inline .form-search .input-text {
  min-width: 180px;
}

.search-wrapper-p0 {
  float: right;
}

.search-wrapper-p0 .form-search .input-text {
  min-width: 220px;
}

.search-wrapper-p1 {
  float: right;
}

.search-wrapper-p1 .form-search .input-text {
  min-width: 220px;
}

.search-wrapper-p2 {
  float: right;
}

.search-wrapper-p2 .form-search .input-text {
  min-width: 220px;
}

.search-wrapper-p3 {
  float: right;
}

.search-wrapper-p3 .form-search .input-text {
  min-width: 220px;
}

.search-wrapper-p4 {
  float: right;
}

.search-wrapper-p4 .form-search .input-text {
  min-width: 220px;
}

.search-wrapper-p5 {
  float: right;
}

.search-wrapper-p5 .form-search .input-text {
  min-width: 220px;
}

.header-regular .skip-link {
  display: none;
}

.skip-link .count {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: red;
  color: #fff;
  /*margin-left: -14px;*/
  /*margin-right: -7px;*/
  /*margin-top: -22px;*/
  position: absolute;
  right: -11px;
  top: -12px;
}

.header-regular .mini-cart-heading,
.header-regular .mini-compare-heading {
  display: block;
}

.header-regular .mini-cart-heading .label.no-display,
.header-regular .mini-compare-heading .label.no-display {
  display: none;
}

.header-regular .hp-blocks-holder {
  display: table;
  width: 100%;
}

.header-regular .hp-blocks-holder .hp-block {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

.header-regular .hp-blocks-holder .hp-block:before,
.header-regular .hp-blocks-holder .hp-block:after {
  display: table;
  content: " ";
}

.header-regular .hp-blocks-holder .hp-block:after {
  clear: both;
}

.header-regular .form-search {
  width: 100%;
}

.header-regular .left-column {
  text-align: left;
}

.header-regular .central-column {
  padding-left: 10px;
  padding-right: 10px;
}

.header-regular .right-column {
  text-align: right;
}

.header-regular .left-column .dropdown .dropdown-content {
  left: 0;
  right: auto;
}

.header-regular .left-column .dropdown {
  display: inline-block;
}

.header-regular .left-column .form-search {
  float: left;
}

.header-regular .left-column .user-menu .search-wrapper,
.header-regular .left-column .user-menu .mini-cart,
.header-regular .left-column .user-menu .mini-compare,
.header-regular .left-column .user-menu .top-links,
.header-regular .left-column .user-menu .top-links ul {
  float: left;
}

.header-regular .right-column .dropdown .dropdown-content {
  left: auto;
  right: 0;
}

.header-regular .right-column .dropdown {
  display: inline-block;
}

.header-regular .right-column .form-search {
  float: right;
}

.header-regular .right-column .user-menu .search-wrapper,
.header-regular .right-column .user-menu .mini-cart,
.header-regular .right-column .user-menu .mini-compare,
.header-regular .right-column .user-menu .top-links,
.header-regular .right-column .user-menu .top-links ul {
  float: right;
}

.header-regular .right-column .nav-container {
  float: right;
}

.header-regular .central-column .form-search {
  margin: 0 auto;
}

.header-regular .central-column .form-search .input-text {
  float: right;
  width: 100%;
}

.header-regular .central-column .user-menu {
  display: inline-block;
  float: none;
  width: auto;
}

.header-regular .central-column .user-menu .search-wrapper,
.header-regular .central-column .user-menu #mini-cart-wrapper-regular,
.header-regular .central-column .user-menu .mini-cart,
.header-regular .central-column .user-menu .mini-compare,
.header-regular .central-column .user-menu .top-links,
.header-regular .central-column .user-menu .top-links ul {
  float: right;
}

.header-regular .logo-wrapper--mobile,
.header-regular .logo--mobile,
.header-regular .header-collateral,
.header-regular .after-mobile-logo,
.header-regular .skip-links-clearer,
.header-regular #search-wrapper-mobile,
.header-regular #user-menu-wrapper-mobile,
.header-regular #account-links-wrapper-mobile,
.header-regular #mini-cart-wrapper-mobile,
.header-regular #mini-compare-wrapper-mobile {
  display: none;
}

.header-regular #lang-switcher-wrapper-regular,
.header-regular #currency-switcher-wrapper-regular,
.header-regular .header-top .dropdown {
  margin: 0;
}

.header-mobile .skip-link {
  position: relative;
  float: left;
  width: 20%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.header-mobile a.skip-link {
  text-decoration: none;
}

.header-mobile .skip-link:hover {
  opacity: 0.7;
}

.header-mobile .skip-link.skip-active:hover {
  opacity: 1;
}

.header-mobile .skip-link .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  font-size: 16px;
  line-height: 16px;
}

.header-mobile .skip-link .label {
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
}

.header-mobile .skip-link .count {
  display: inline-block;
  vertical-align: middle;
}

.header-mobile .skip-link .caret {
  display: none;
}

.header-mobile .skip-link.skip-active,
.header-mobile .skip-link:hover {
  color: inherit;
}

.header-mobile .skip-link.skip-active span {
  color: inherit;
}

.header-mobile .skip-link.skip-active .count {
  color: #fff;
}

.header-mobile .skip-links--1 .skip-link {
  width: 100%;
}

.header-mobile .skip-links--2 .skip-link {
  width: 50%;
}

.header-mobile .skip-links--3 .skip-link {
  width: 33.33%;
}

.header-mobile .skip-links--4 .skip-link {
  width: 25%;
}

.header-mobile .skip-links--5 .skip-link {
  width: 20%;
}

.header-mobile .skip-links--6 .skip-link {
  width: 16.66%;
}

.header-mobile .mini-compare .mini-compare-heading {
  display: none;
}

.header-mobile .mini-compare .actions {
  border: none;
  padding-top: 0;
}

.header-mobile .mini-cart,
.header-mobile .mini-compare {
  position: static;
  float: none;
}

.header-mobile .mini-cart-content,
.header-mobile .mini-compare-content {
  clear: both;
  width: 100%;
}

.header-mobile .skip-content {
  display: none;
}

.header-mobile .skip-content.skip-active {
  display: block;
}

.header-mobile .skip-content--style {
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
  margin: 0;
}

.header-mobile .skip-content--style:before,
.header-mobile .skip-content--style:after {
  display: table;
  content: " ";
}

.header-mobile .skip-content--style:after {
  clear: both;
}

.header-mobile .form-search {
  width: 100%;
}

.header-mobile .form-search .input-text {
  width: 100%;
}

.header-mobile .mini-cart-content,
.header-mobile .mini-compare-content {
  clear: both;
  width: 100%;
}

.header-mobile .hp-blocks-holder .hp-block {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (max-width: 960px) {
  .header-regular .hp-blocks-holder--with-menu .hp-block {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .header-regular .hp-blocks-holder--with-menu .nav-container {
    float: none;
  }

  .header-regular .hp-blocks-holder--with-menu .right-column {
    text-align: inherit;
  }
}

.header-mobile .top-links {
  float: none !important;
  clear: both;
}

.header-mobile .top-links ul {
  float: none !important;
}

.header-mobile .skip-content .links > li {
  float: none;
  line-height: 44px;
  font-size: 16px;
}

.header-mobile .skip-content .links > li > a {
  background-image: none;
}

.header-mobile .logo-wrapper--regular {
  display: none;
}

.header-mobile .logo-wrapper--mobile {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.header-mobile .logo-wrapper--mobile .logo {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.header-mobile .header-collateral {
  float: right;
  text-align: right;
}

.header-mobile .header-collateral + .logo-wrapper--mobile {
  float: left;
  text-align: left;
}

.header-mobile .line-break-after {
  display: none !important;
}

.header-mobile .user-menu {
  float: none !important;
  margin: 0;
}

.header-mobile.move-switchers #lang-switcher-wrapper-regular,
.header-mobile.move-switchers #currency-switcher-wrapper-regular {
  display: none;
}

.header-mobile .mobnav-trigger-wrapper {
  display: none !important;
}

.header-mobile .nav-mobile {
  display: block !important;
}

.header-mobile .nav.simple .inner-container {
  padding-left: 0;
  padding-right: 0;
}

.header-mobile .header-primary {
  padding-bottom: 0;
}

.header-mobile .nav {
}

.header-mobile .nav-container {
  padding: 0;
  background-color: transparent;
}

.header-mobile .nav-container #nav {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-mobile .nav-mobile .nav-item.nav-1 {
  margin-top: 0 !important;
}

.header-mobile .container_header_primary_left_1,
.header-mobile .container_header_primary_central_1,
.header-mobile .container_header_primary_right_1 {
  display: none;
}

.sticky-header .sticky-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}

.sticky-header .nav-container {
  padding-top: 0;
  padding-bottom: 0;
}

.sticky-header .nav-container .nav {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}

.sticky-header .nav-container .nav,
.sticky-header .nav-container #nav {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.sticky-header .nav-regular .nav-item.level0 > a .cat-label {
  display: none;
}

.sticky-header .sticky-container--full-width .container {
  max-width: none;
  width: 100%;
}

.sticky-header .sticky-container--full-width .inner-container {
  padding-left: 0;
  padding-right: 0;
}

.sticky-header .nav-holder .dropdown-heading .label {
  display: none;
}

.block-viewed .block-content ol,
.block-compare .block-content ol,
.block-compared .block-content ol {
  padding-left: 0;
  list-style: none;
}

.block-viewed .block-content li.item,
.block-compare .block-content li.item,
.block-compared .block-content li.item {
  background: url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/img/bullet.png) no-repeat 3px 10px;
  padding-left: 15px;
}

.block-account .block-title {
  background: url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/img/ic-account.png) 5px 2px no-repeat;
  padding-left: 42px !important;
}

.block-account .block-content {
  padding: 10px 0 0;
}

.block-account li > * {
  padding: 2px;
}

.block-account li.current strong {
  font-weight: bold;
}

.products-grid .item {
  -webkit-tap-highlight-color: transparent;
}

.availability {
  float: left;
  margin: 0 10px 10px 0;
}

.price-box-bundle {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px 0 15px;
  padding-bottom: 15px;
}

.product-view .space-before-avail {
  margin: 0 0 15px;
  height: 0;
  line-height: 0;
}

.product-view .product-type-data > .price-box {
  border-top-style: solid;
  border-top-width: 1px;
  margin: 15px 0 0;
  padding: 10px 0;
}

.product-view .box-reviews .buttons-set {
  margin-left: 0;
  margin-right: 0;
}

.product-view .sku {
  margin: 15px 0;
}

.product-view .sku .label {
  font-weight: bold;
}

.product-view .is-type-grouped .availability {
  margin-top: 0;
  margin-bottom: 0;
}

.product-view .grouped-items-table input.input-text {
  height: 26px;
  padding: 4px;
}

.accordion-style1 li a {
  border-bottom-color: #eee;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.accordion-style1 li a:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.accordion-style1 .opener {
  background-color: rgba(0, 0, 0, 0.03);
}

.gen-tabs .acctab:after,
.collapsible .block-title:after,
.mobile-collapsible .block-title:after,
.sidebar .block .block-title:after,
.block-layered-nav .block-title:after {
  float: right;
  font-size: 22px;
}

.mobile-collapsible .block-title:after,
.block-layered-nav .block-title:after {
  display: none !important;
}

.form-search .button:before,
.buttons-set .back-link a:before,
.btn-remove:before,
.btn-remove2:before,
.map-popup-close:before,
.remember-me-popup-head .remember-me-popup-close:before,
.btn-edit:before,
.breadcrumbs .sep,
.gen-tabs .acctab:after,
.collapsible .block-title:after,
.mobile-collapsible .block-title:after,
.sidebar .block .block-title:after,
.block-layered-nav .block-title:after {
  display: inline-block;
  font-family: ThemeIcons;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.form-search .button:before {
  content: "\e235";
}

.buttons-set .back-link a:before {
  content: "\e22a";
}

.btn-remove:before,
.btn-remove2:before,
.map-popup-close:before,
.remember-me-popup-head .remember-me-popup-close:before {
  content: "\e22d";
}

.btn-edit:before {
  content: "\e22e";
}

.breadcrumbs .sep:before {
  content: "\e228";
  font-size: 8px;
}

.gen-tabs .acctab:after,
.collapsible .block-title:after,
.mobile-collapsible .block-title:after,
.block-layered-nav .block-title:after {
  content: "\e261";
}

.gen-tabs .acctab.current:after,
.collapsible .block-title.active:after,
.mobile-collapsible .block-title.active:after,
.block-layered-nav .block-title.active:after {
  content: "\e262";
}

.nav.simple {
  width: 100%;
}

.cart-left-column .grid-full,
.cart-right-column .grid-full {
  width: 100%;
}

.block_category_above_collection {
  margin: 10px 0;
}

.block_category_below_collection {
  margin: 10px 0;
}

.block_category_above_empty_collection {
  margin: 10px 0;
}

.block_mini_cart_above_products {
  margin: 0 0 10px;
}

.block_cms_page_top {
  margin: 0 0 15px;
}

.block_footer_payment {
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.sample-block {
  color: #999;
  margin-top: 10px;
  padding: 0 !important;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}

.sample-block:hover {
  color: #333;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-ms-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .rating-box,
  .rating-box .rating {
    background-image: url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/img/rating@2x.png);
    background-size: 14px 43px;
  }

  #scroll-to-top,
  .header .form-search .button span,
  .icon.i-wishlist,
  .icon.i-wishlist-w,
  .icon.i-wishlist-bw,
  .icon.i-wishlist-wb,
  .icon.i-compare,
  .icon.i-compare-w,
  .icon.i-compare-bw,
  .icon.i-compare-wb,
  .icon.i-recommend,
  .icon.i-recommend-w,
  .icon.i-recommend-bw,
  .icon.i-recommend-wb,
  .icon.i-lowstock,
  .icon.i-lowstock-w,
  .icon.i-lowstock-bw,
  .icon.i-lowstock-wb,
  .icon.i-cart,
  .icon.i-cart-w,
  .icon.i-cart-bw,
  .icon.i-cart-wb,
  .icon.i-home,
  .icon.i-home-w,
  .icon.i-home-bw,
  .icon.i-home-wb,
  .icon.i-left,
  .icon.i-left-w,
  .icon.i-left-bw,
  .icon.i-left-wb,
  .icon.i-right,
  .icon.i-right-w,
  .icon.i-right-bw,
  .icon.i-right-wb,
  .icon.i-top,
  .icon.i-top-w,
  .icon.i-top-bw,
  .icon.i-top-wb,
  .icon.i-bottom,
  .icon.i-bottom-w,
  .icon.i-bottom-bw,
  .icon.i-bottom-wb {
    background-image: url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/sprite@2x.png);
    background-size: 500px 200px;
  }

  .icon.i-telephone,
  .icon.i-telephone-w,
  .icon.i-mobile,
  .icon.i-mobile-w,
  .icon.i-skype,
  .icon.i-skype-w,
  .icon.i-letter,
  .icon.i-letter-w,
  .icon.i-location,
  .icon.i-location-w,
  .icon.i-twitter,
  .icon.i-twitter-w,
  .icon.i-facebook,
  .icon.i-facebook-w,
  .icon.i-googleplus,
  .icon.i-googleplus-w,
  .icon.i-youtube,
  .icon.i-youtube-w,
  .icon.i-vimeo,
  .icon.i-vimeo-w,
  .icon.i-wordpress,
  .icon.i-wordpress-w,
  .icon.i-pinterest,
  .icon.i-pinterest-w,
  .icon.i-linkedin,
  .icon.i-linkedin-w,
  .icon.i-blogger,
  .icon.i-blogger-w,
  .icon.i-envato,
  .icon.i-envato-w {
    background-image: url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/sprite-icons-social@2x.png);
    background-size: 500px 200px;
  }
}

/*
 * 12-column grid system
 */



/* Grid units
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.grid12-1,
.grid12-2,
.grid12-3,
.grid12-4,
.grid12-5,
.grid12-6,
.grid12-7,
.grid12-8,
.grid12-9,
.grid12-10,
.grid12-11,
.grid12-12,
.grid-full, /* Alias for full-width unit */

/* Special grid units */
.grid-col2-sidebar,
.grid-col2-main
{ 
	/*position:relative;*/
	display:inline;
	float:left;
	margin-left:1%;
	margin-right:1%;
}

/* Basic grid units width */
.grid12-1	{ width:6.33%; }
.grid12-2	{ width:14.66%; }
.grid12-3	{ width:23%; }
.grid12-4	{ width:31.33%; }
.grid12-5	{ width:39.67%; }
.grid12-6	{ width:48%; }
.grid12-7	{ width:56.33%; }
.grid12-8	{ width:64.67%; }
.grid12-9	{ width:73%; }
.grid12-10	{ width:81.33%; }
.grid12-11	{ width:89.67%; }
.grid12-12,
.grid-full	{ width:98%; }

/* Grid units without left gutter (margin) */
.no-left-gutter.grid12-1	{ margin-left:0; width:7.33%; }
.no-left-gutter.grid12-2	{ margin-left:0; width:15.66%; }
.no-left-gutter.grid12-3	{ margin-left:0; width:24%; }
.no-left-gutter.grid12-4	{ margin-left:0; width:32.33%; }
.no-left-gutter.grid12-5	{ margin-left:0; width:40.67%; }
.no-left-gutter.grid12-6	{ margin-left:0; width:49%; }
.no-left-gutter.grid12-7	{ margin-left:0; width:57.33%; }
.no-left-gutter.grid12-8	{ margin-left:0; width:65.67%; }
.no-left-gutter.grid12-9	{ margin-left:0; width:74%; }
.no-left-gutter.grid12-10	{ margin-left:0; width:82.33%; }
.no-left-gutter.grid12-11	{ margin-left:0; width:90.67%; }
.no-left-gutter.grid12-12,
.no-left-gutter.grid-full	{ margin-left:0; width:99%; }

/* Grid units without right gutter (margin) */
.no-right-gutter.grid12-1	{ margin-right:0; width:7.33%; }
.no-right-gutter.grid12-2	{ margin-right:0; width:15.66%; }
.no-right-gutter.grid12-3	{ margin-right:0; width:24%; }
.no-right-gutter.grid12-4	{ margin-right:0; width:32.33%; }
.no-right-gutter.grid12-5	{ margin-right:0; width:40.67%; }
.no-right-gutter.grid12-6	{ margin-right:0; width:49%; }
.no-right-gutter.grid12-7	{ margin-right:0; width:57.33%; }
.no-right-gutter.grid12-8	{ margin-right:0; width:65.67%; }
.no-right-gutter.grid12-9	{ margin-right:0; width:74%; }
.no-right-gutter.grid12-10	{ margin-right:0; width:82.33%; }
.no-right-gutter.grid12-11	{ margin-right:0; width:90.67%; }
.no-right-gutter.grid12-12,
.no-right-gutter.grid-full	{ margin-right:0; width:99%; }

/* Grid units without any gutter (margin) */
.no-gutter.grid12-1		{ margin-left:0; margin-right:0; width:8.33%; }
.no-gutter.grid12-2		{ margin-left:0; margin-right:0; width:16.66%; }
.no-gutter.grid12-3		{ margin-left:0; margin-right:0; width:25%; }
.no-gutter.grid12-4		{ margin-left:0; margin-right:0; width:33.33%; }
.no-gutter.grid12-5		{ margin-left:0; margin-right:0; width:41.67%; }
.no-gutter.grid12-6		{ margin-left:0; margin-right:0; width:50%; }
.no-gutter.grid12-7		{ margin-left:0; margin-right:0; width:58.33%; }
.no-gutter.grid12-8		{ margin-left:0; margin-right:0; width:66.67%; }
.no-gutter.grid12-9		{ margin-left:0; margin-right:0; width:75%; }
.no-gutter.grid12-10	{ margin-left:0; margin-right:0; width:83.33%; }
.no-gutter.grid12-11	{ margin-left:0; margin-right:0; width:91.67%; }
.no-gutter.grid12-12,
.no-gutter.grid-full	{ margin-left:0; margin-right:0; width:100%; }

/* Special grid units: basic structure of pages with 1 and 2 sidebars
-------------------------------------------------------------- */
/* 2 columns: fixed-width sidebar unit and fluid main unit.
   Sidebar unit has the same width for all screen sizes equal or greater than 1280px.
   Width of the main unit is fluid.
*/
.grid-col2-sidebar	{ width:23%; }
.grid-col2-main		{ width:73%; }

.no-gutter.grid-col2-sidebar	{ margin-left:0; margin-right:0; width:25%; }
.no-gutter.grid-col2-main		{ margin-left:0; margin-right:0; width:75%; }

/* Another 2 columns inside ".grid-col2-main": fixed-width sidebar unit and fluid main unit */
.grid-col3-sidebar	{ width:31.52%; }
.grid-col3-main		{ width:65.90%; }

.no-gutter.grid-col3-sidebar	{ margin-left:0; margin-right:0; width:31.52%; }
.no-gutter.grid-col3-main		{ margin-left:0; margin-right:0; width:65.90%; }

/* Vertically aligned grid
-------------------------------------------------------------- */
.v-grid-container {
	display:table;
	width:100%;
}
.v-grid {
	float:none;
	display:table-cell;
	vertical-align:middle;
}


/* Utility classes
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Units with no gutter (margin): alpha - first unit in a row, omega - last unit in a row */
.alpha { margin-left:0; }
.omega { margin-right:0; }

/* Hide element if screen width is lower than the width specified in the class name */
.hide-below-1680 { display:none !important; }
.hide-below-1440 { display:none !important; }
.hide-below-1360 { display:none !important; }
.hide-below-1280 { display:none !important; }


/* Containers
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Main container for page content.
   Max width of the page is applied to elements with this class.
-------------------------------------------------------------- */
.container {
	margin-left:auto;
	margin-right:auto;
}
.nested-container { width:102%; margin-left:-1%; } /* Deprecated */

/* Inner container.
   Additional container, horizontal padding is applied to elements with this class.
-------------------------------------------------------------- */
.inner-container {
	padding-left: 15px;
	padding-right: 15px;

	/* Clear floats */
	*zoom: 1;
	clear: both;
}
/* Clear floats */
.inner-container:before,
.inner-container:after { display: table; line-height: 0; content: ""; }
.inner-container:after { clear: both; }

/* Full width container
-------------------------------------------------------------- */
.container.full-width {
	width: 100%;
	max-width: none;
}

/* Expanded container (without inner side padding)
-------------------------------------------------------------- */
.container.no-side-padding > .inner-container
{
	padding-left: 0;
	padding-right: 0;
}


/* Grid units containers
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Grid units container:
   clears floats (place grid units inside "div" with this class)
-------------------------------------------------------------- */
.grid-container { *zoom: 1; clear: both; }
.grid-container:before,
.grid-container:after { display: table; line-height: 0; content: ""; }
.grid-container:after { clear: both; }

/* Grid unit container:
   clears floats and adds vertical margin between units
-------------------------------------------------------------- */
.grid-container-spaced { *zoom: 1; clear: both; }
.grid-container-spaced:before,
.grid-container-spaced:after { display: table; line-height: 0; content: ""; }
.grid-container-spaced:after { clear: both; }
.grid-container-spaced .grid12-1,
.grid-container-spaced .grid12-2,
.grid-container-spaced .grid12-3,
.grid-container-spaced .grid12-4,
.grid-container-spaced .grid12-5,
.grid-container-spaced .grid12-6,
.grid-container-spaced .grid12-7,
.grid-container-spaced .grid12-8,
.grid-container-spaced .grid12-9,
.grid-container-spaced .grid12-10,
.grid-container-spaced .grid12-11,
.grid-container-spaced .grid12-12,
.grid-container-spaced .grid-full
{
	margin-bottom: 2%;
}

/* Grid presentation
-------------------------------------------------------------- */
.show-grid [class*="grid12-"] {
	background-color: #eee;
	text-align: center;
	min-height: 40px;
	line-height: 40px;
	transition:			all 300ms ease-in-out;
	-moz-transition:	all 300ms ease-in-out;
	-webkit-transition:	all 300ms ease-in-out;
	-o-transition:		all 300ms ease-in-out;
}
.show-grid [class*="grid12-"]:hover {
	background-color: #F08080;
}

/**
 * Override styles configured via admin panel
 */



/* Additional styles for interface icons
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Icons with no background
-------------------------------------------------------------- */
/* Toolbar */
.sorter .view-mode a,
.sorter .sort-by .category-asc,
.sorter .sort-by .category-desc,
.pager .pages li a,

/* Slider arrows (for zoom thumbnails) */
.slider-arrows3 .owl-controls .owl-buttons div,
.slider-arrows3 .owl-controls.clickable .owl-buttons div.disabled:hover
{
	background-color:transparent;
}

/* Other icons
-------------------------------------------------------------- */
/* Add-to links icons in product grid - square, no rounding */
.products-grid .addto-links-icons span.icon { border-radius: 0; }

/* Pager */
.pager .pages li a { background-color:#f5f5f5; }

/* Add-to links */
.addto-links-icons .ic { background-color:#fff; }

ul.bullet li {background-position: 0 2px;list-style-type: none;}
.post-list .item {list-style-type: none;}
@media (max-width: 768px){
    .cloud-zoom-big { display: none!important;} /* disable cloud zoom */
    /* fix bugs after optimization */
    .header-regular .logo-wrapper .logo img{
        height: auto;
    }
    .footer-primary-top-spacing>div:first-child>div>.block-content {
        max-width: 81.85%;
        margin: 0 auto;
    }
    /* end fix bugs */
}
/************************************ items color refactoring *************************************/
/******************* default item state *******************/

.post-list .item{
    color: #898989;
}

/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
NOTE: < selector > - this is selector to delete;

< .post-list .item .desc >
< .post-list .item .desc:hover > must be deleted
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

.post-list .item a,
.post-list .item .show-post{
    color: #6b61f4;
}

.post-list .item a:hover,
.post-list .item .show-post:hover{
    color: #8d83f9;
}

.post-list .item .bullet{
    color: #515151;
}

.post-list .item .post-name a{
    color: #6b61f4;
}

.post-list .item .post-name a:hover{
    color: #5a50e3;
}

/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
<.post-list .item .bullet> - must be deleted, because there is no hover effect, this is static text
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */


/******************* hover item state *******************/
.post-list .item:hover{
    color: #898989;
}

.post-list .item:hover a,
.post-list .item:hover .show-post{
    color: #6b61f4;
}

.post-list .item:hover a:hover,
.post-list .item:hover .show-post:hover{
    color: #8d83f9;
}

.post-list .item:hover .bullet{
    color: #515151;
}

.post-list .item:hover .post-name a{
    color: #6b61f4;
}

.post-list .item:hover .post-name a:hover{
    color: #5a50e3;
}

/******************* archive item state *******************/
.post-list .item.archived{
    color: #898989;
}

.post-list .item.archived a,
.post-list .item.archived .show-post{
    color: #6b61f4;
}

.post-list .item.archived a:hover,
.post-list .item.archived .show-post:hover{
    color: #8d83f9;
}

.post-list .item.archived .bullet{
    color: #515151;
}

.post-list .item.archived .post-name a{
    color: #6b61f4;
}

.post-list .item.archived .post-name a:hover{
    color: #5a50e3;
}

/******************* hover archive item state *******************/
.post-list .item.archived:hover{
    color: #898989;
}

.post-list .item.archived:hover a,
.post-list .item.archived:hover .show-post{
    color: #6b61f4;
}

.post-list .item.archived:hover a:hover,
.post-list .item.archived:hover .show-post:hover{
    color: #8d83f9;
}

.post-list .item.archived:hover .bullet{
    color: #515151;
}

.post-list .item.archived:hover .post-name a{
    color: #6b61f4;
}

.post-list .item.archived:hover .post-name a:hover{
    color: #5a50e3;
}


@font-face {
  font-family: "SFUIDisplay";
  src: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/fonts/SF-UI-Display-Light.woff2") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFUIDisplay";
  src: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/fonts/SF-UI-Display-Semibold.woff2") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFUIDisplay";
  src: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/fonts/SF-UI-Display-Bold.woff2") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFUIDisplay";
  src: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/fonts/SF-UI-Display-Regular.woff2") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@media screen and (max-width: 767px) {
  .no-gutter.grid-col2-sidebar,
  .no-gutter.grid-col2-main {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .no-gutter.grid-col2-main.col-main-catalog-page {
    width: 70%;
    padding-left: 16px;
  }
}

@media screen and (min-width: 768px) {
  .no-gutter.grid-col2-sidebar.col-left-catalog-page {
    width: 30%;
  }
}

.block-content .toggle-content {
  position: relative;
}

@font-face {
  font-family: "bestbuy-icon";
  src: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/fonts/bestbuy-icon.ttf?sui90l") format("truetype"), url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/fonts/bestbuy-icon.woff?sui90l") format("woff"), url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/fonts/bestbuy-icon.svg?sui90l#bestbuy-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=ic-],
[class*=" ic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "bestbuy-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-bell:before {
  content: "\e914";
}

.ic-fb-no-bg:before {
  content: "\e901";
}

.ic-view-table:before {
  content: "\e228";
}

.ic-view-list:before {
  content: "\e241";
}

.ic-to-left:before {
  content: "\e902";
}

.ic-to-bottom:before {
  content: "\e903";
}

.ic-up:before {
  display: inline-block;
  line-height: 1;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  content: "\e903";
}

.ic-cart:before {
  content: "\e904";
}

.ic-brander:before {
  content: "\e905";
}

.ic-heart:before {
  content: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/heart.svg");
}

.ic-burger:before {
  content: "\e907";
}

.ic-compare:before {
  content: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/compare.svg");
}

.ic-facebook:before {
  content: "\e909";
}

.ic-instagram:before {
  content: "\e90a";
}

.ic-user:before {
  content: "\e90b" !important;
}

.ic-search:before {
  content: "\e90c";
}

.ic-box:before {
  content: "\e90d";
}

.ic-true:before {
  content: "\e90e";
}

.ic-false:before {
  content: "\e90f";
}

.ic-payments:before {
  content: "\e910";
}

.ic-play:before {
  content: "\e911";
}

.ic-shield:before {
  content: "\e912";
}

.ic-star:before {
  content: "\e913";
}

.ic-google:before {
  content: "\e900";
}

.ic-phone-number:before {
  content: "\e915";
}

/**
 * Swiper 4.0.0-beta.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 20, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 0;
  margin-top: 40px;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: -6px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.smarty-select {
  position: relative;
  width: 100%;
}
.smarty-select[data-state=open] .smarty-select__button::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.smarty-select[data-state=open] .smarty-select__dropdown {
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.smarty-select[data-state=open] .smarty-select__dropdown-menu {
  -webkit-transform: translate(0);
  transform: translate(0);
}
.smarty-select__button {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 30px 10px 5px;
  text-align: left;
  border: 1px solid lightblue;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.smarty-select__button:focus {
  outline: 0;
}
.smarty-select__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 5px;
  height: 5px;
  border-style: solid;
  border-color: #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
.smarty-select__placeholder {
  color: #7c7c7c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.smarty-select__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: visibility 0s;
  transition: visibility 0s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.smarty-select__dropdown-menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 200px;
  overflow: auto;
  border-color: lightblue;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  background-color: #fff;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
.smarty-select__option {
  display: block;
  padding: 10px 30px 10px 5px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.smarty-select__option:hover {
  background-color: rgb(212.0841121495, 234.5887850467, 241.9158878505);
}
.smarty-select__option.active {
  background-color: lightblue;
}
.smarty-select__selected-item {
  display: inline-block;
  padding: 2px;
  font-size: 1em;
  line-height: 1;
  margin: 4px 4px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #f2f2f2;
  cursor: pointer;
}

.unipagetype #top #catalog-link > ul {
  height: 520px;
}
@media only screen and (max-width: 767px) {
  .unipagetype #top #catalog-link > ul {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.unipagetype #top:not(.isSticky) #catalog-link > ul {
  top: 100% !important;
}
.unipagetype #top:not(.isSticky) #catalog-link > ul > li:hover > ul {
  padding-left: 20px;
}
.unipagetype #top:not(.isSticky) #catalog-link > ul > li:hover > ul > li > a {
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .unipagetype #top:not(.isSticky) #catalog-link > ul > li:hover > ul {
    border: none;
  }
}
@media only screen and (min-width: 768px) {
  .unipagetype #top:not(.isSticky) #catalog-link > ul {
    display: block !important;
  }
}
#catalog-link {
  width: 310px;
  position: relative;
}
#catalog-link > .opener {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: right;
  padding-right: 17px;
}
.isSticky #catalog-link {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  width: 310px;
  text-align: left;
}
.isSticky #catalog-link > ul {
  top: 100% !important;
}
.isSticky #catalog-link.nav-item--parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 25px;
  background-color: rgb(241.75, 241.75, 241.75);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
.isSticky #catalog-link.nav-item--parent > a {
  left: 0;
  color: #1c1c1c;
}
.isSticky #catalog-link.nav-item--parent > a::before {
  left: 0;
  color: currentColor;
}
@media only screen and (max-width: 1150px) {
  .isSticky #catalog-link {
    width: 220px;
  }
}
#catalog-link .catalog-link-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#catalog-link ul {
  width: 100%;
  top: 50px;
  left: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #e5e5e5;
  border-width: 0 0 1px 1px;
  border-style: solid;
}
@media only screen and (max-width: 767px) {
  #catalog-link ul {
    border-left: none;
  }
}
#catalog-link.nav-item--parent {
  padding-left: 25px;
  background-color: #3c3c3c;
}
#catalog-link.nav-item--parent > a {
  background-color: transparent !important;
  color: #ffffff;
  display: inline-block;
  position: relative;
}
#catalog-link.nav-item--parent > a::before {
  font-size: 20px;
  line-height: 1;
  content: "\e907";
  font-family: "estore-icon" !important;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, calc(-50% - 1px));
  transform: translate(0, calc(-50% - 1px));
  width: 20px;
  height: 20px;
  z-index: 1;
}
#catalog-link.nav-item--parent > a span {
  color: currentColor;
}
@media only screen and (max-width: 767px) {
  #catalog-link.nav-item--parent {
    background-color: #1c1c1c;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  #catalog-link.nav-item--parent:hover {
    background-color: #1c1c1c;
  }
}
.sticky-header #catalog-link.nav-item--parent {
  background-color: #1c1c1c;
}
.sticky-header #catalog-link.nav-item--parent:hover {
  background-color: #3c3c3c;
}
@media only screen and (max-width: 1022px) {
  #catalog-link {
    width: 220px;
  }
  #catalog-link.nav-item--parent::before {
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #catalog-link > .opener {
    color: #1c1c1c !important;
    display: block !important;
  }
  #catalog-link.nav-item--parent > a::before {
    display: none;
  }
  .isSticky #catalog-link {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
  }
  .isSticky #catalog-link.nav-item--parent {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.top_level_category_menu_banner {
  position: absolute;
  /*left: calc(200% - 1px);*/
  right: 0;
  z-index: 99999;
  /*  width: 100%;  */
  top: 0;
  height: 100%;
  background-color: #fff;
  border: none;
  overflow: hidden;
  /*  display: none;  */
}
.top_level_category_menu_banner a:before {
  display: none;
}
.top_level_category_menu_banner > a {
  display: block;
  overflow: hidden;
}
.top_level_category_menu_banner > a > img {
  max-width: none;
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .top_level_category_menu_banner {
    display: none !important;
  }
}

.catalog-menu {
  display: none;
  background-color: #ffffff !important;
}
.catalog-menu .nav-item {
  display: block;
  width: 100%;
  cursor: pointer;
  float: none !important;
}
.catalog-menu .nav-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: none !important;
  color: #1c1c1c !important;
  background-color: #ffffff !important;
  padding: 1.155rem 10px !important;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 15px;
}
.catalog-menu .nav-item > a > span {
  font-size: 14px !important;
  line-height: 1 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.catalog-menu .nav-item > a > span.caret {
  display: none;
}
.catalog-menu .nav-item > a.level-top {
  padding-right: 30px !important;
}
.catalog-menu .nav-item:last-child > a {
  border-bottom: none;
}
.catalog-menu .nav-item:hover {
  color: rgb(33.9521276596, 148.8670212766, 211.5478723404) !important;
}
.catalog-menu .nav-item:hover > a {
  color: currentColor !important;
}
.catalog-menu .nav-item:hover > .top_level_category_menu_banner {
  display: block;
}
@media only screen and (min-width: 768px) {
  .catalog-menu .nav-item:hover > .nav-submenu.level0 {
    display: block !important;
  }
}
.catalog-menu .nav-item.level0 {
  overflow: hidden;
}
.catalog-menu .nav-item.level0 > a {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .catalog-menu .nav-item.level0 > a::before {
    content: "\e904";
    position: absolute;
    color: #e5e5e5;
    font-family: "icomoon";
    font-size: 12px;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
  }
}
.catalog-menu .nav-item.level0 .nav-item--only-subcategories .opener {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .catalog-menu .nav-item.level0 > .menu-opener {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 49px;
    height: 49px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999999;
    background-color: transparent !important;
  }
  .catalog-menu .nav-item.level0 > .menu-opener::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: #1c1c1c;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    will-change: transform;
  }
  .catalog-menu .nav-item.level0 > .menu-opener.open::before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .catalog-menu .nav-item.level0 > .menu-opener.open ~ ul {
    display: block !important;
    padding-left: 20px !important;
  }
}
.catalog-menu .nav-submenu {
  height: calc(100% + 1px) !important;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100% !important;
  left: calc(100% - 1px) !important;
  top: 0 !important;
  display: none !important;
  background-color: #ffffff !important;
}
.catalog-menu .nav-submenu::-webkit-scrollbar {
  background-color: transparent;
  width: 0px;
}
.catalog-menu .nav-submenu::-webkit-scrollbar-thumb {
  background-color: #e5e5e5;
  border-radius: 50px;
}
.catalog-menu .nav-submenu > li > a {
  border-bottom-color: transparent;
}

@font-face {
  font-family: "icomoon";
  src: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/fonts/icomoon.eot?g70cib");
  src: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/fonts/icomoon.eot?g70cib#iefix") format("embedded-opentype"), url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/fonts/icomoon.ttf?g70cib") format("truetype"), url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/fonts/icomoon.woff?g70cib") format("woff"), url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/fonts/icomoon.svg?g70cib#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "ico_font_new";
  src: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/fonts/ico_font_new.eot?3tcg9l");
  src: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/fonts/ico_font_new.eot?3tcg9l#iefix") format("embedded-opentype"), url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/fonts/ico_font_new.ttf?3tcg9l") format("truetype"), url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/fonts/ico_font_new.woff?3tcg9l") format("woff"), url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/fonts/ico_font_new.svg?3tcg9l#ico_font_new") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icons-new-]:before, [class*=" icons-new-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ico_font_new";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icons-new-hamburger:before {
  content: "\e900";
  color: #fafafa;
}

.icons-new-search1:before {
  content: "\e901";
}

.icons-new-menu1:before {
  content: "\e902";
}

.icons-new-phone:before {
  content: "\e903";
}

.icons-new-pin:before {
  content: "\e904";
}

.icons-new-user1:before {
  content: "\e905";
}

.icons-new-phone1:before {
  content: "\e942";
}

.icons-new-location:before {
  content: "\e947";
}

.icons-new-user:before {
  content: "\e971";
}

.icons-new-search:before {
  content: "\e986";
}

.icons-new-menu:before {
  content: "\e9bd";
}

.icons-new-cross:before {
  content: "\ea0f";
}

.icon-phone:before {
  content: "\e902";
}

.icon-delivery:before {
  content: "\e903";
}

.icon-payment:before {
  content: "\e905";
}

.icon-arrow:before {
  content: "\e906";
}

.icon-check:before {
  content: "\e907";
}

.icon-search:before {
  content: "\e908";
}

.icon-user:before {
  content: "\e909";
}

.icon-logo .path1:before {
  content: "\e90a";
  color: rgb(73, 73, 73);
}

.icon-logo .path2:before {
  content: "\e90b";
  margin-left: -3.4609375em;
  color: rgb(73, 73, 73);
}

.icon-logo .path3:before {
  content: "\e90c";
  margin-left: -3.4609375em;
  color: rgb(73, 73, 73);
}

.icon-logo .path4:before {
  content: "\e90d";
  margin-left: -3.4609375em;
  color: rgb(73, 73, 73);
}

.icon-logo .path5:before {
  content: "\e90e";
  margin-left: -3.4609375em;
  color: rgb(73, 73, 73);
}

.icon-logo .path6:before {
  content: "\e90f";
  margin-left: -3.4609375em;
  color: rgb(244, 205, 42);
}

.icon-logo .path7:before {
  content: "\e910";
  margin-left: -3.4609375em;
  color: rgb(73, 73, 73);
}

.icon-tw:before {
  content: "\e911";
}

.icon-fb:before {
  content: "\e912";
}

.icon-vk:before {
  content: "\e913";
}

.icon-meter:before {
  content: "\e914";
}

.icon-gift:before {
  content: "\e915";
}

.icon-photo:before {
  content: "\e916";
}

.icon-smartphone:before {
  content: "\e917";
}

.icon-pc:before {
  content: "\e918";
}

.icon-auto:before {
  content: "\e919";
}

.icon-electronic:before {
  content: "\e91a";
}

.icon-basket:before {
  content: "\e91b";
}

.icon-list:before {
  content: "\e900";
}

.icon-grid:before {
  content: "\e901";
}

.icon-arrow2:before {
  content: "\e904";
}

.icon-brander:before {
  content: "\e620";
}

.icon-star:before {
  content: "\e614";
}

.icon-star2:before {
  content: "\e60e";
}

.icon-spinner:before {
  content: "\e91e";
}

.icon-google-plus:before {
  content: "\e91c";
}

.social-list li {
  display: inline-block;
  vertical-align: top;
}

.icu {
  display: inline-block;
}
.icu.ic-lg {
  font-size: 2em;
  line-height: 36px;
}

.page-banners .banner a img {
  width: 100%;
}

.homepage-pagetext .section-title {
  margin-bottom: 20px;
}

.header-container {
  position: relative;
  z-index: 3;
}

.narrow-banner_wrapper img {
  display: block;
  margin: 0 auto;
}

.mobile-item {
  display: none;
}

.topcontainer {
  background: #141b25;
  color: #fff;
  position: relative;
  z-index: 3;
}

.topcontainer a {
  color: #fff;
}

@media screen and (min-width: 991px) {
  .desktop .container {
    height: auto !important;
  }
}
.topcontainer .container {
  position: relative;
  font-size: 15px;
  line-height: 17px;
  padding: 4px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.topcontainer .container .container-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.topcontainer .container .container-left .top-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 15px 0 4px;
  width: 100%;
}
.topcontainer .container .container-left .top-list-items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 15px 0 0;
  white-space: nowrap;
}
.topcontainer .container .container-left .top-list-items li.our-stores {
  position: relative;
  font-weight: bold;
}
.topcontainer .container .container-left .top-list-items li.our-stores .icon {
  display: none;
}
.topcontainer .container .container-left .top-list-items li.our-stores a {
  padding: 0 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.topcontainer .container .container-left .top-list-items li.our-stores a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  color: #fff;
  content: "\e904";
  font: 15px/18px "ico_font_new";
}
.topcontainer .container .container-left .top-list-items li.our-stores:hover a:before {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #2295d4;
}
.topcontainer .container .container-left .top-list-items li:last-child {
  margin: 0;
}
.topcontainer .container .container-left .top-list-items li .header-contacts-holder {
  white-space: nowrap;
  position: relative;
  margin: -14px 15px 0 0;
}
.topcontainer .container .container-left .top-list-items li .header-contacts-holder .dropdown-heading {
  position: relative;
}
.topcontainer .container .container-left .top-list-items li .header-contacts-holder .dropdown-heading .value {
  padding: 9px 27px 0 11px;
}
.topcontainer .container .container-left .top-list-items li .header-contacts-holder .dropdown-heading .value:before {
  content: "\e904";
  position: absolute;
  color: #fff;
  font: 12px/14px "icomoon";
  right: 8px;
  top: 14px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.topcontainer .container .container-left .top-list-items li .header-contacts-holder:hover .value a, .topcontainer .container .container-left .top-list-items li .header-contacts-holder:hover .value:before {
  color: #2295d4;
}
.topcontainer .container .container-left .top-list-items li .header-contacts-holder:hover .value:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.topcontainer .container .container-left .top-list-items li .header-contacts-holder .icons-new-phone {
  position: absolute;
  top: 16px;
  left: 5px;
  width: 15px;
  height: 15px;
}
.topcontainer .container .container-left .top-list-items li .header-contacts-holder .caret {
  display: none;
}
.topcontainer .container .container-left .top-list-items li .header-contacts-holder a {
  color: #fff;
  padding: 5px 0 0 12px;
}
.topcontainer .container .container-left .top-list-items li .header-contacts-holder a:hover {
  color: #2295d4;
}
.topcontainer .container .container-left .top-list-items li .header-contacts-holder .open a {
  color: #606060;
}
.topcontainer .container .container-left .top-list-items li .header-contacts-holder .open a:hover {
  color: #2295d4;
}
.topcontainer .container .container-left .top-list-items li .header-contacts-holder .open .dropdown-heading {
  background: #fafafa;
  border-radius: 5px 5px 0 0;
}
.topcontainer .container .container-left .top-list-items li .header-contacts-holder .dropdown-content {
  display: none;
  -webkit-transition: none !important;
  transition: none !important;
  background: #fafafa !important;
  border-radius: 0 0 5px 5px;
  padding: 0 6px 10px 17px;
  top: 31px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 4px 3px rgba(96, 96, 96, 0.3019607843);
  box-shadow: 0 4px 3px rgba(96, 96, 96, 0.3019607843);
  width: 100%;
}
.topcontainer .container .container-left .top-list-items li .header-contacts-holder .dropdown-content .callback-container-item .nav-item {
  padding: 10px 0 0 9px;
}
.topcontainer .container .container-left .top-list-items li .header-contacts-holder .dropdown-content .callback-container-item a {
  border: 1px solid #606060;
  padding: 3px 12px;
  border-radius: 5px;
}
.topcontainer .container .container-left .top-list-items li .header-contacts-holder .dropdown-content .callback-container-item a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #606060;
}
.topcontainer .container .container-left .boottom-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.topcontainer .container .container-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 70%;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  /*#nav{
    max-width: 740px;
  }*/
}
.topcontainer .container .container-right .nav-regular {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.topcontainer .container .container-right .boottom-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

/* logo */
.logo-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  margin: 0 27px 0 0;
}
.logo-wrapper h2 {
  margin: 0;
}
.logo-wrapper strong {
  position: absolute;
  top: -9999px;
  left: 0;
  overflow: hidden;
  text-indent: -9999em;
}

/* end logo */
/* store language */
.store-languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  font-size: 13px;
  line-height: 15px;
}
.store-languages li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 5px !important;
  padding: 0 8px 0 0;
  border: solid #fff;
  border-width: 0 1px 0 0;
}
.store-languages li a {
  font-weight: bold;
}
.store-languages li:first-child {
  border: none;
}

/* end store language */
/* catalog */
.catalog-wraper {
  padding: 5px 25px 0 0;
}
.catalog-wraper .btn-catalog {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 9px 23px 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-wraper .btn-catalog span {
  padding: 3px 0 3px 13px;
  margin: 0;
  white-space: nowrap;
}
.catalog-wraper .btn-catalog .icon {
  margin: 0 !important;
  padding: 0;
  font-size: 21px;
}
.catalog-wraper .drop-catalog-product {
  position: absolute;
  top: 85%;
  /*opacity: 1;
  visibility: visible;*/
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 0;
  width: 100%;
  z-index: 700;
  padding: 17px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.catalog-wraper .drop-catalog-product .drop-list {
  background: #fff;
  width: 100%;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 1px 1px 8px #606060;
  box-shadow: 1px 1px 8px #606060;
  position: relative;
  z-index: 12;
  font-size: 14px;
  line-height: 17px;
}
.catalog-wraper .drop-catalog-product .drop-list li {
  width: 26%;
  padding: 0 21px 0 20px;
  border-right: 1px solid #e5e5e5;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.catalog-wraper .drop-catalog-product .drop-list li .menu-link {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.catalog-wraper .drop-catalog-product .drop-list li a {
  color: #606060;
  padding: 14px 30px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.catalog-wraper .drop-catalog-product .drop-list li a .caret {
  display: none;
}
.catalog-wraper .drop-catalog-product .drop-list li .menu-link {
  position: relative;
}
.catalog-wraper .drop-catalog-product .drop-list li .menu-link:after {
  content: "";
  display: block;
  height: 37px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(75%, #fff));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 75%);
  z-index: 2;
}
.catalog-wraper .drop-catalog-product .drop-list li .opener {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.catalog-wraper .drop-catalog-product .drop-list li .opener:before {
  content: "\e904";
  position: absolute;
  color: #606060;
  font: 13px/15px "icomoon";
  right: 6px;
  top: 14px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  z-index: 3;
}
.catalog-wraper .drop-catalog-product .drop-list li .wrapper-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 26%;
  width: 25%;
  height: 100%;
}
.catalog-wraper .drop-catalog-product .drop-list li .wrapper-submenu .wrapper-submenu {
  width: 100%;
  left: 100%;
}
.catalog-wraper .drop-catalog-product .drop-list li .nav-panel--dropdown {
  height: 100%;
  overflow-y: auto;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.catalog-wraper .drop-catalog-product .drop-list li .nav-panel--dropdown ul {
  left: 100%;
  width: 100%;
}
.catalog-wraper .drop-catalog-product .drop-list li .nav-panel--dropdown ul li {
  width: 100%;
}
.catalog-wraper .drop-catalog-product .drop-list li .nav-panel--dropdown li {
  width: 100%;
}
.catalog-wraper .drop-catalog-product .drop-list li .nav-panel--dropdown li a:before {
  display: none;
}
.catalog-wraper .drop-catalog-product .drop-list li:first-child .wrapper-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-wraper .drop-catalog-product .drop-list .top_level_category_menu_banner a {
  padding: 0;
}

/* end catalog */
/* search */
.search {
  width: 70%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search #search-wrapper-regular,
.search #search_mini_form,
.search .search-wrapper-regular {
  width: 100%;
}
.search #header-search {
  width: 100%;
  padding-right: 0;
  margin-right: 0;
}
.search #header-search .form-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
.search #header-search .form-search .input-text {
  border-radius: 20px;
  margin: 0;
  height: 40px;
  padding: 21px 15px;
  width: 100%;
  color: #333;
  background: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search #header-search .form-search label {
  display: none;
}
.search #header-search .form-search button[type=submit] {
  background: #f89b24;
  border-radius: 0 20px 20px 0;
  height: 40px;
  line-height: 30px;
  text-align: center;
  -webkit-transform: none;
  transform: none;
}
.search #header-search .form-search .search-autocomplete {
  left: 0 !important;
  position: absolute;
  min-width: 400px;
  /*border-top: 1px solid #e5e5e5;*/
  border-radius: 0 0 5px 5px;
  z-index: 4100 !important;
  width: 100% !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.search #header-search .form-search .search-autocomplete a {
  color: #606060;
}
.search #header-search .form-search .search-autocomplete ul {
  background-color: #fff;
  text-align: left;
  padding: 3px;
}
.search #header-search .form-search .search-autocomplete ul li {
  padding: 3px 5px;
  cursor: pointer;
  line-height: 24px;
}
.search #header-search .form-search .search-autocomplete ul li .amount {
  float: right;
  padding-left: 5px;
}

/* end search */
/* header-links */
.header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 0;
}
.header-links li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  line-height: 18px;
  padding: 0 0 0 25px;
}
.header-links li #mini-account-wrapper-regular-slip > a {
  display: inline-block;
  width: 50px;
  height: 43px;
  padding: 10px;
}
.header-links li #header-wishlist {
  padding: 20px 0 0;
  margin: 0;
  width: 400px;
}
.header-links li .mini-wishlist .block-subtitle,
.header-links li .mini-wishlist a,
.header-links li .mini-compare a {
  font-size: 14px;
}
.header-links li .mini-wishlist > .mini-compare-heading > span.count {
  padding: 0;
}
.header-links li .dropdown .dropdown-heading .wrapper-price,
.header-links li #mini-compare-wrapper-regular .label,
.header-links li #mini-account-wrapper-regular .label {
  display: none;
}
.header-links #mini-cart-wrapper-regular .is-not-empty .mini-cart-heading {
  background: transparent;
}
.header-links #mini-cart.is-empty .dropdown-heading .count {
  display: none;
}

#mini-compare-wrapper-regular .mini-compare-content {
  overflow: visible;
  padding: 20px 0 0;
}

#mini-compare-wrapper-regular .header-compare-wrapper,
#mini-cart-content,
#header-wishlist .header-compare-wrapper,
#header-compare .header-compare-wrapper {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

#mini-account .mini-account-content ul {
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
#mini-account .mini-account-content ul li {
  padding: 0;
  font-size: 14px;
  line-height: 18px;
}
#mini-account .mini-account-content ul li a {
  padding: 10px 0;
}
#mini-account .mini-account-content ul li a:hover {
  color: #2295d4 !important;
  background: none;
}

/* end header-links */
/* hover */
@media screen and (max-width: 768px) {
  .search {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .search #header-search .form-search__label {
    position: relative;
  }
  .search #header-search .form-search button[type=submit] {
    top: 75px;
    right: 15px;
    width: 20px;
    height: 20px;
  }
  .search #header-search .form-search button[type=submit]:before {
    top: -7px;
    right: 2px;
  }
}
@media screen and (min-width: 769px) {
  .search {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .search .form-search__label {
    position: relative;
  }
  .search #header-search .form-search button[type=submit]:before {
    top: 39px;
    right: 103px;
  }
}
@media screen and (min-width: 990px) {
  .topcontainer a:hover {
    color: #2295d4;
  }
  .dropdown .dropdown-content {
    display: block !important;
  }
  .topcontainer {
    /* display: none;*/
    position: static;
    top: 0;
    left: 0;
  }
  .catalog-wraper:hover a {
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .drop-catalog-product.open {
    opacity: 1;
    visibility: visible;
  }
  /* end hover */
  /*catalog for main*/
}
@media screen and (min-width: 990px) and (min-width: 991px) {
  .drop-catalog-product.open .drop-list .nav-item.level0.level-top.nav-item--parent.classic.nav-item--only-subcategories.parent:hover::after {
    content: "";
    background-color: transparent;
    width: 55px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 22%;
    z-index: 99;
    cursor: pointer;
  }
  .drop-catalog-product.open .drop-list .nav-item.level0.level-top.nav-item--parent.classic.nav-item--only-subcategories.parent .wrapper-submenu .level0.nav-submenu.nav-panel--dropdown.nav-panel .nav-item.level1.nav-item--parent.classic.nav-item--only-subcategories.parent:hover::after {
    content: "";
    position: absolute;
    background-color: transparent;
    width: 50px;
    height: 100%;
    top: 0;
    z-index: 99;
    right: 0;
    cursor: pointer;
  }
}
@media screen and (min-width: 990px) {
  .catalog-wraper .drop-catalog-product .drop-list li:first-child li .wrapper-submenu {
    display: none;
  }
  .catalog-wraper .drop-catalog-product .drop-list li:first-child li:first-child .wrapper-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog-wraper .drop-catalog-product .drop-list:hover li:first-child > .wrapper-submenu {
    display: none;
  }
  .catalog-wraper .drop-catalog-product .drop-list:hover li:first-child:hover > .wrapper-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog-wraper .drop-catalog-product .drop-list li:hover li:first-child > .wrapper-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog-wraper .drop-catalog-product .drop-list li:hover > .wrapper-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog-wraper .drop-catalog-product .drop-list li .wrapper-submenu:hover li:first-child > .wrapper-submenu {
    display: none;
  }
  .catalog-wraper .drop-catalog-product .drop-list:hover li li:first-child:hover > .wrapper-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog-wraper .drop-catalog-product .drop-list li li:hover > .wrapper-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog-wraper a:hover {
    color: #fff;
  }
  .top_level_category_menu_banner {
    right: -9999px;
  }
  .catalog-wraper .drop-catalog-product .drop-list li:first-child .top_level_category_menu_banner {
    right: 0;
  }
  .catalog-wraper .drop-catalog-product .drop-list:hover .top_level_category_menu_banner {
    right: -9999px;
  }
  .catalog-wraper .drop-catalog-product .drop-list li:hover .top_level_category_menu_banner {
    right: 0;
  }
  .catalog-wraper .drop-catalog-product .drop-list li:hover .opener:before,
  .catalog-wraper .drop-catalog-product .drop-list li:hover a {
    color: #2295d4;
  }
  .catalog-wraper .drop-catalog-product .drop-list li:hover li .opener:before,
  .catalog-wraper .drop-catalog-product .drop-list li:hover li a {
    color: #606060;
  }
  .catalog-wraper .drop-catalog-product .drop-list li:hover .top_level_category_menu_banner {
    right: 0;
  }
  .catalog-wraper .drop-catalog-product .drop-list li li:hover .opener:before,
  .catalog-wraper .drop-catalog-product .drop-list li li:hover a {
    color: #2295d4;
  }
  .catalog-wraper .drop-catalog-product .drop-list li li:hover li .opener:before,
  .catalog-wraper .drop-catalog-product .drop-list li li:hover li a {
    color: #606060;
  }
  .catalog-wraper .drop-catalog-product .drop-list li li li:hover .opener:before,
  .catalog-wraper .drop-catalog-product .drop-list li li li:hover a {
    color: #2295d4;
  }
  .catalog-wraper .drop-catalog-product .drop-list li li li:hover li .opener:before,
  .catalog-wraper .drop-catalog-product .drop-list li li li:hover li a {
    color: #606060;
  }
  .main-top-container .the-slideshow-wrapper-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-top-container .the-slideshow-wrapper {
    width: calc(100% - 322px);
  }
  .main-top-container .drop-first-categories {
    width: 322px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
  }
  .main-top-container .drop-first-categories .drop-list {
    background: #fff;
    width: 100%;
    border-radius: 0 0 0 5px;
    border: 1px solid #e5e5e5;
    position: relative;
    z-index: 12;
    font-size: 14px;
    line-height: 17px;
  }
  .main-top-container .drop-first-categories .drop-list li {
    width: 100%;
    padding: 0 23px 0 20px;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main-top-container .drop-first-categories .drop-list li a {
    color: #606060;
    padding: 13px 29px 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-top: 1px solid #e5e5e5;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  .main-top-container .drop-first-categories .drop-list li a:after {
    content: "";
    display: block;
    height: 42px;
    width: 25px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(75%, #fff));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 75%);
    z-index: 2;
  }
  .main-top-container .drop-first-categories .drop-list li:first-child a {
    border: none;
  }
  .main-top-container .drop-first-categories .drop-list li .opener {
    position: relative;
    right: 17px;
    top: -7px;
    border-bottom: 1px solid #e5e5e5;
  }
  .main-top-container .drop-first-categories .drop-list li .opener:before {
    content: "\e904";
    position: absolute;
    color: rgba(142, 140, 140, 0.5490196078);
    font: 13px/15px "icomoon";
    right: -13px;
    top: 0;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    z-index: 3;
  }
}
/* mobile */
@media screen, (min-width: 450px) and (max-width: 990px) {
  .topcontainer .holder-container .container {
    width: 100%;
  }
}
@media screen and (max-width: 990px) {
  .header-container__content, .drop-first-categories .level0.nav-submenu {
    max-width: 100%;
    min-width: 320px;
  }
  #search-wrapper-regular .logo-wrapper {
    display: none;
  }
  .overlay-menu {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
  }
  .is-nav-open .overlay-menu {
    opacity: 0.75;
    visibility: visible;
  }
  .is-nav-open #root-wrapper {
    overflow: hidden;
  }
  .header-container {
    z-index: 4;
  }
  .topcontainer {
    /* display: none;*/
    position: absolute;
    top: 0;
    left: -9999px;
    background: none;
    z-index: 5;
    height: 100%;
    width: 100%;
    margin-left: 0;
    /*transform: translate(-280px,0);*/
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
  }
  .topcontainer.ssm-nav-visible {
    opacity: 1;
    visibility: visible;
  }
  .topcontainer .holder-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 450px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
  }
  .topcontainer .container {
    width: 88%;
    margin-left: 0;
    padding-top: 0;
    background: #fff;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .topcontainer .container .container-left {
    background: #141b25;
  }
  .topcontainer .btn-close {
    width: 45px;
    position: static;
  }
  .topcontainer .btn-close span {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    padding: 12px;
    font: 20px/24px "ico_font_new";
  }
  .topcontainer .btn-close span:before {
    content: "\ea0f";
  }
  .mobile-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 9px 10px 13px 24px;
  }
  .mobile-item a {
    display: block;
  }
  .desktop-item {
    display: none !important;
  }
  .mobile-header {
    background: #003163;
    position: relative;
    padding: 10px 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 112px;
    gap: 3px;
    /*.skip-link:hover{
      opacity: 1;
    }*/
  }
  .mobile-header__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .mobile-header .btn-menu {
    color: #fff;
  }
  .mobile-header .btn-menu .icon {
    font-size: 25px;
    line-height: 28px;
    padding: 5px 5px;
  }
  .mobile-header #search-wrapper-regular .clone-element {
    display: none;
  }
  .mobile-header #search {
    margin-right: -1px !important;
  }
  .mobile-header #header-search {
    padding-right: 0;
  }
  .mobile-header #header-search .form-search .input-text {
    padding: 18px 15px;
  }
  .mobile-header #header-search .form-search button[type=submit] {
    background: transparent;
    line-height: 23px;
  }
  .mobile-header .search {
    position: static;
  }
  .mobile-header .search #header-search .form-search {
    position: static;
  }
  .mobile-header .search #header-search .form-search .search-autocomplete {
    min-width: 100%;
  }
  .mobile-header .header-links {
    width: 10%;
    margin: 0;
    height: 37px;
    line-height: 37px;
  }
  .mobile-header .header-links li {
    padding: 0;
  }
  .mobile-header #header-cart {
    position: absolute;
    right: -14px !important;
    left: auto !important;
    top: 100%;
    padding: 10px 0 0;
    width: 100vw;
  }
  .mobile-header .mini-account .mini-account-heading {
    display: block;
  }
  .mobile-header .mini-cart a.dropdown-heading {
    background: transparent;
    border-radius: 5px;
    float: none;
    display: block;
    width: 40px;
    color: #fff;
    line-height: 18px;
    height: 37px;
    /*&.has-product{background: #f89b24;}*/
  }
  .mobile-header .is-not-empty .mini-cart a.dropdown-heading {
    background: #0071E3;
  }
  .mobile-header .skip-link .count {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 24px;
    text-align: center;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-radius: 50%;
    background-color: #0071E3;
    color: #fff;
    position: absolute;
    right: -11px;
    top: -9px;
  }
}
@media only screen and (max-width: 990px) and (max-width: 990px) {
  .mobile-header .skip-link .count {
    right: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 990px) {
  .mobile-header .is-empty .skip-link .count {
    display: none;
  }
  .mobile-header .mobile-item {
    padding: 0;
    width: auto;
  }
  .logo-wrapper {
    width: 100%;
    margin: 0;
    padding: 14px 10px 14px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo-wrapper .logo {
    width: 148px;
    margin-left: -13px;
  }
  .logo-wrapper .mobile-item {
    padding: 0;
    width: auto;
  }
  .link-stores .ic,
  .link-account .ic {
    margin: 0 14px 0 0;
  }
  .link-stores .ic:before,
  .link-account .ic:before {
    font-size: 20px;
  }
  .link-account .ic:before {
    font-family: "ico_font_new" !important;
    content: "\e905" !important;
  }
  #mini-account-wrapper-regular-slip {
    display: block;
  }
  .catalog-wraper {
    padding: 0;
  }
  .catalog-wraper .btn-catalog {
    border: none;
    border-radius: 0;
    background: #f29a26;
    padding: 12px 25px 11px;
    font-weight: bold;
  }
  .catalog-wraper .btn-catalog .ic-burger {
    font-family: "ico_font_new" !important;
  }
  .catalog-wraper .btn-catalog .ic-burger:before {
    content: "\e902";
  }
  .catalog-wraper .drop-catalog-product {
    opacity: 1;
    visibility: visible;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 0;
  }
  .catalog-wraper .drop-catalog-product.active-nav {
    max-width: 405px;
    position: fixed;
    width: 88%;
  }
}
@media screen and (max-width: 990px) and (min-width: 380px) and (max-width: 460px) {
  .catalog-wraper .drop-catalog-product.active-nav {
    width: 90%;
  }
}
@media screen and (max-width: 990px) {
  .catalog-wraper .drop-catalog-product .drop-list {
    position: static;
    height: 100%;
    overflow: auto;
  }
  .catalog-wraper .drop-catalog-product .drop-list li {
    position: static;
    width: 100%;
    padding: 0 0 0 15px;
    background: #fff;
    z-index: 14;
  }
  .catalog-wraper .drop-catalog-product .drop-list li .menu-link a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 80%;
    padding: 12px 29px 14px 14px;
  }
  .catalog-wraper .drop-catalog-product .drop-list li .menu-link .opener {
    width: 20%;
  }
  .catalog-wraper .drop-catalog-product .drop-list li .menu-link .opener:before {
    right: 24px;
    top: 14px;
    z-index: inherit;
  }
  .catalog-wraper .drop-catalog-product .drop-list li .menu-link:after {
    right: 20%;
  }
  .catalog-wraper .drop-catalog-product .drop-list li .wrapper-submenu {
    display: block;
    visibility: hidden;
    left: 0;
    top: 51px;
    width: 100%;
    background: #fff;
    z-index: 3;
  }
  .catalog-wraper .drop-catalog-product .drop-list li .wrapper-submenu .wrapper-submenu {
    top: 0;
  }
  .catalog-wraper .drop-catalog-product .drop-list li .nav-panel--dropdown {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style-position: outside;
    overflow: auto;
    z-index: 15;
    height: 100%;
  }
  .catalog-wraper .drop-catalog-product .drop-list li .nav-panel--dropdown li {
    border: none;
    page-break-inside: auto;
    padding: 0 15px;
  }
  .catalog-wraper .drop-catalog-product .drop-list li .nav-panel--dropdown li a {
    background: #fff;
    padding: 12px 14px 14px;
  }
  .catalog-wraper .mobile-item {
    padding: 0;
    width: 100%;
  }
  .catalog-wraper .btn-back {
    color: #fff;
    background: #141b25;
    padding: 17px 29px 17px 49px;
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-decoration: underline;
  }
  .catalog-wraper .btn-back:before {
    content: "\e904";
    position: absolute;
    color: #fff;
    font: 16px/18px "icomoon";
    left: 29px;
    top: 16px;
    -webkit-transform: rotate(0deg);
  }
  .catalog-wraper .drop-catalog-product .drop-list li:first-child .wrapper-submenu {
    display: block;
    visibility: hidden;
  }
  .wrapper-content-catalog {
    padding: 15px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrapper-content-catalog .catalog-wraper {
    width: 80%;
  }
  .wrapper-content-catalog .catalog-wraper a {
    color: #fff;
    border-radius: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
  }
  .topcontainer .container,
  .topcontainer .container .container-left .boottom-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .topcontainer .container .container-right {
    width: 100%;
  }
  #nav,
  #nav.nav-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    display: block;
    padding: 0;
    width: 100%;
  }
  #nav .mobile-item,
  #nav.nav-mobile .mobile-item {
    padding: 0;
  }
  #nav .nav-item,
  #nav.nav-mobile .nav-item {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    float: none;
  }
  #nav li > a,
  #nav.nav-mobile li > a {
    color: #606060;
    font-size: 16px;
    line-height: 18px;
    padding: 15px 28px 12px;
    margin: 0;
  }
  .dropdown-content {
    display: none;
    opacity: 1;
    visibility: visible;
  }
  #mini-account-wrapper-regular .mini-account span {
    background: none;
    color: #fff;
  }
  #mini-account-wrapper-regular .mini-account-content {
    position: static;
    padding: 8px 0 0 30px;
  }
  #mini-account-wrapper-regular .mini-account-content ul {
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #mini-account-wrapper-regular .mini-account-content ul li {
    padding: 0 0 0 8px;
  }
  #mini-account-wrapper-regular .mini-account-content ul li a {
    padding: 8px 0;
  }
  #mini-account-wrapper-regular .mini-account-content a {
    background: none;
    color: #fff !important;
  }
  .compare-mobile, .cart-mobile, .wishlist-mobile {
    padding: 0;
    font-size: 16px;
    background: #fff;
  }
  .compare-mobile .dropdown.open > .dropdown-heading.cover, .cart-mobile .dropdown.open > .dropdown-heading.cover, .wishlist-mobile .dropdown.open > .dropdown-heading.cover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .compare-mobile .dropdown .dropdown-heading.cover > span, .cart-mobile .dropdown .dropdown-heading.cover > span, .wishlist-mobile .dropdown .dropdown-heading.cover > span {
    padding: 0;
  }
  .compare-mobile #mini-compare-wrapper-regular, .cart-mobile #mini-compare-wrapper-regular, .wishlist-mobile #mini-compare-wrapper-regular {
    width: 100%;
  }
  .compare-mobile .no-padding, .cart-mobile .no-padding, .wishlist-mobile .no-padding {
    padding: 0 !important;
  }
  .compare-mobile .mini-compare, .cart-mobile .mini-compare, .wishlist-mobile .mini-compare {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606060;
  }
  .compare-mobile .mini-compare a.label, .cart-mobile .mini-compare a.label, .wishlist-mobile .mini-compare a.label {
    margin-right: 8px;
  }
  .compare-mobile .mini-compare .count, .cart-mobile .mini-compare .count, .wishlist-mobile .mini-compare .count {
    border-radius: 50%;
    background: #0071e3;
    height: 24px;
    min-width: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
  }
  .compare-mobile .mini-compare .skip-link.skip-active, .cart-mobile .mini-compare .skip-link.skip-active, .wishlist-mobile .mini-compare .skip-link.skip-active {
    color: #2295d4;
  }
  .compare-mobile .mini-compare .mini-compare-heading, .cart-mobile .mini-compare .mini-compare-heading, .wishlist-mobile .mini-compare .mini-compare-heading {
    padding: 8px 28px 8px;
    background: #fff;
    text-align: left;
    width: 100%;
    height: auto;
  }
  .compare-mobile .mini-compare .mini-compare-heading .icon, .cart-mobile .mini-compare .mini-compare-heading .icon, .wishlist-mobile .mini-compare .mini-compare-heading .icon {
    display: none;
  }
  .compare-mobile .mini-compare .mini-compare-heading .label, .cart-mobile .mini-compare .mini-compare-heading .label, .wishlist-mobile .mini-compare .mini-compare-heading .label {
    display: block !important;
  }
  .compare-mobile #header-compare, .cart-mobile #header-compare, .wishlist-mobile #header-compare {
    background: #fff;
    position: static;
    width: 100%;
  }
  .skip-link .label {
    max-width: 80%;
    overflow: visible;
  }
  .wishlist-mobile, .cart-mobile {
    padding: 0;
    font-size: 16px;
    background: #fff;
  }
  .wishlist-mobile .dropdown.open > .dropdown-heading.cover, .cart-mobile .dropdown.open > .dropdown-heading.cover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .wishlist-mobile #mini-compare-wrapper-regular, .cart-mobile #mini-compare-wrapper-regular {
    width: 100%;
  }
  .wishlist-mobile #header-wishlist, .cart-mobile #header-wishlist {
    position: static;
    width: 100%;
    padding: 20px 0 0;
    top: 0;
    left: 0;
  }
  .wishlist-mobile .mini-wishlist, .cart-mobile .mini-wishlist {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606060;
  }
  .wishlist-mobile .mini-wishlist .mini-compare-heading, .cart-mobile .mini-wishlist .mini-compare-heading {
    padding: 15px 28px 12px;
    display: block;
    background: #fff;
    width: 100%;
    height: auto;
    text-align: left;
  }
  .wishlist-mobile .mini-wishlist .mini-compare-heading span, .cart-mobile .mini-wishlist .mini-compare-heading span {
    padding: 0;
  }
  .wishlist-mobile .mini-wishlist .mini-compare-heading .icon, .cart-mobile .mini-wishlist .mini-compare-heading .icon {
    display: none;
  }
  .wishlist-mobile .mini-wishlist .mini-compare-heading .label, .cart-mobile .mini-wishlist .mini-compare-heading .label {
    display: block !important;
  }
  .wishlist-mobile .skip-link .count,
  .compare-mobile .skip-link .count {
    top: 10px;
    right: 10px;
  }
  .link-account .dropdown .dropdown-heading {
    height: auto;
    padding: 0 0 3px;
  }
  .link-account .dropdown .dropdown-heading span {
    padding: 0;
  }
  .link-account .dropdown .dropdown-heading span .label {
    display: inline-block !important;
  }
  .header-links li #mini-cart-content,
  .header-links li .empty-block,
  .header-links li .header-compare-wrapper {
    border-radius: 0;
  }
  .header-links li.dropdown .dropdown-heading.cover > span {
    padding: 0;
  }
  .mobnav-trigger-wrapper {
    display: none !important;
  }
  .mobile .topcontainer .container .container-left {
    min-height: 183px;
  }
  .mobile .topcontainer .container .container-left.open-user-menu {
    min-height: 334px;
  }
  .mobile .mobile-item.compare-mobile {
    display: block;
  }
  .mobile .mobile-item.wishlist-mobile {
    display: block;
  }
  .active-nav {
    display: block;
  }
  #header-compare .header-compare-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.desktop .topcontainer {
  -webkit-transform: none !important;
  transform: none !important;
}

.dropdown .dropdown-heading.cover .account__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dropdown .dropdown-heading.cover .account__title .label {
  width: 40px;
  margin-left: 2px;
  line-height: 1;
}
.dropdown .dropdown-heading.cover .account__title:hover {
  color: #0071e3;
}
.dropdown .dropdown-heading.cover .account__title:hover .user__icon {
  stroke: #0071e3;
}

.footer-container .footer-primary-bottom .item {
  float: none;
}
.footer-container .footer-primary-bottom .item-left {
  display: block;
  margin: 0;
  width: auto;
}
.footer-container .footer-primary-bottom .item-right {
  display: none;
}
.footer-container .block-footer-contacts {
  margin-bottom: 10px;
  clear: both;
}
.footer-container .block-footer-contacts .content {
  overflow: hidden;
}
.footer-container .block-footer-contacts .operator-icon {
  float: left;
  margin: 0 10px 0 0;
}
.footer-container .block-content a {
  line-height: 1.1;
  display: inline-block;
  font-size: 16px;
  color: #1d1d1f;
  padding: 6px 0;
  font-weight: 400;
}
.footer-container .block-content .feature a {
  font-size: 22px;
  padding: 15px 0;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .footer-container .block-content .feature a {
    font-size: 28px;
  }
}
.footer-container .block-content .callback a {
  font-size: 18px;
  padding: 0;
  color: #1d1d1f;
  border-radius: 27px;
  border: 1px solid #0071e3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 206px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-container .block-content .callback a:hover {
  color: #ffffff !important;
  background: #0071e3;
}
.footer-container .mining {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.75px;
}
@media only screen and (max-width: 767px) {
  .footer-container .mining {
    display: inline-block;
    margin: 14px 0 20px;
  }
}
.footer-container .block-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 16px;
  width: 100%;
}
@media only screen and (max-width: 970px) {
  .footer-container .block-social {
    text-align: center;
    margin-left: 0;
  }
}
@media only screen and (min-width: 991px) {
  .footer-container .block-social {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
  }
}
.footer-container .block-social .dmca-badge {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 50%;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 25px 0;
  background: #f5f5fb;
  border-radius: 0 20px 0 0;
}
@media only screen and (min-width: 991px) {
  .footer-container .block-social .dmca-badge {
    padding-right: 24px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.footer-container .block-social .pay-systems {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f5f5fb;
  width: 100%;
  max-width: 1240px;
  border-radius: 20px 20px 0 0;
}
@media only screen and (min-width: 991px) {
  .footer-container .block-social .pay-systems {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    border-radius: 0 20px 0 0;
    padding-right: 14px;
  }
}
.footer-container .block-social .pay-systems svg {
  width: 44px;
  height: 70px;
  margin-right: 10px;
}
@media only screen and (max-width: 970px) {
  .footer-container .block-social .pay-systems svg {
    margin: 0 5px;
  }
}
.footer-container .footer-primary-top-spacing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 971px) {
  .footer-container .footer-primary-top-spacing {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.footer-container .footer-primary-top-spacing::before, .footer-container .footer-primary-top-spacing::after {
  content: none;
}
.footer-container .footer-primary-top-spacing .block-catalog, .footer-container .footer-primary-top-spacing .block-pages {
  max-width: 35%;
}
@media only screen and (min-width: 1024px) {
  .footer-container .footer-primary-top-spacing .block-catalog, .footer-container .footer-primary-top-spacing .block-pages {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}
@media only screen and (max-width: 970px) {
  .footer-container .footer-primary-top-spacing .block-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .footer-container .footer-primary-top-spacing .block-catalog, .footer-container .footer-primary-top-spacing .block-pages {
    max-width: none;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-container .footer-primary-top-spacing {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .footer-container .footer-primary-top-spacing .block-catalog, .footer-container .footer-primary-top-spacing .block-pages {
    width: 100%;
  }
}
.footer-container #subscribe-form .input-text {
  font-size: 16px;
  border-width: 0 0 1px;
  background: none;
  border-color: #f89b24;
  padding-bottom: 5px;
  min-width: 250px;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .footer-container #subscribe-form .input-text {
    min-width: 200px;
  }
}
@media only screen and (max-width: 479px) {
  .footer-container #subscribe-form .input-text {
    min-width: 100px;
  }
}
.footer-container #subscribe-form .input-text:focus {
  border-color: #f89b24;
}
.footer-container #subscribe-form .input-text.validation-failed {
  background: none !important;
  border-width: 0 0 1px !important;
}
.footer-container #subscribe-form .input-box .validation-advice {
  position: static;
  top: 105%;
  left: 0;
  right: 0;
  width: auto;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .footer-container #subscribe-form label {
    display: block;
    float: none;
    margin-bottom: 5px;
  }
}
.footer-container #subscribe-form .button {
  font-size: 16px;
  min-width: 150px;
}
@media only screen and (max-width: 479px) {
  .footer-container #subscribe-form .button {
    width: 100%;
  }
}
.footer-container .footer-copyright {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .footer-container .block-footer-contacts .operator-icon {
    float: none;
  }
  .footer-container .block-footer-contacts .content {
    display: inline;
  }
  .footer-container .footer-primary-bottom .item {
    text-align: center;
  }
  .footer-container .footer-primary-bottom .item:last-child {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  .footer-primary-bottom .social-links, .footer-primary-bottom .social-links-footer {
    margin-top: -30px;
  }
}
.footer-address {
  line-height: 2;
}

.item-right .footer-copyright {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .item-right .footer-copyright {
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .block-logo {
    padding-left: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .block-logo {
    padding-right: 16px;
    position: relative;
  }
  .block-logo:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #f5f5fb;
    position: absolute;
    top: 0;
    left: -20%;
  }
}

.footer-social-media__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 1024px) {
  .block-pages {
    position: relative;
  }
  .block-pages:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10%;
    background: #f5f5fb;
    width: 1px;
    height: 100%;
  }
}

.block-layered-nav .btn-remove-inline--filter img,
.block-layered-nav .btn-remove--filter img {
  margin-top: 1px;
  margin-right: 4px;
}
.block-layered-nav dl dd {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .block-layered-nav {
    margin: 0;
  }
  .block-layered-nav .slide__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-layered-nav .price-slider__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-layered-nav .slider-wrap {
    padding: 27px 16px 16px 7px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .block-layered-nav {
    font-size: 14px;
  }
  .block-layered-nav .block-content dl > dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1px;
    position: relative;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-rendering: optimizeSpeed;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  .block-layered-nav .block-content dl > dd {
    margin-bottom: 0;
    padding: 0 5px 16px;
  }
  .block-layered-nav .block-content .layerednavigation-more:hover {
    color: #2295d4;
  }
}
.block-layered-nav .multiselect-child {
  display: inline-block;
}
.block-layered-nav .btn-remove-inline {
  margin-left: 0;
  margin-right: 4px;
}
.block-layered-nav dl dd ol > li > a {
  padding: 9px 0;
  margin-left: 5px;
}
.block-layered-nav dl dd ol > li > a:before {
  display: none;
}
.block-layered-nav #narrow-by-list .configurable-swatch-list li {
  float: none;
  display: block;
  width: auto;
  margin: 0;
}
.block-layered-nav #narrow-by-list .configurable-swatch-list li a {
  line-height: 1.5;
}
.block-layered-nav [class^=brander_layerednavigation-attr] {
  padding-left: 35px;
  background: transparent url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/brander/layerednavigation/Checkbox-dis.svg") no-repeat left center;
}
@media only screen and (max-width: 767px) {
  .block-layered-nav [class^=brander_layerednavigation-attr]:hover {
    background: transparent url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/brander/layerednavigation/Checkbox-dis.svg") no-repeat left center;
  }
}
.block-layered-nav [class^=brander_layerednavigation-attr].checked, .block-layered-nav [class^=brander_layerednavigation-attr][class$=selected] {
  background: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/brander/layerednavigation/Checkbox-act.svg") no-repeat left center;
}
.block-layered-nav [class^=brander_layerednavigation-attr] > img {
  width: 25px;
  height: auto;
  margin-right: 5px;
}
@media only screen and (min-width: 768px) {
  .block-layered-nav [class^=brander_layerednavigation-attr]:hover {
    background: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/brander/layerednavigation/Checkbox-act.svg") no-repeat left center;
  }
}
.block-layered-nav .color-attr {
  padding-left: 0 !important;
  background: none !important;
  position: relative;
}
.block-layered-nav .color-attr:after {
  position: absolute;
  content: "";
  background: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/brander/layerednavigation/check.svg") no-repeat 0 0;
  top: 50%;
  left: 4px;
  right: 0;
  margin-top: -6px;
  width: 12px;
  height: 10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1;
}
.block-layered-nav .color-attr:hover, .block-layered-nav .color-attr.checked, .block-layered-nav .color-attr[class$=selected] {
  background: none;
}
.block-layered-nav .color-attr:hover:after, .block-layered-nav .color-attr.checked:after, .block-layered-nav .color-attr[class$=selected]:after {
  visibility: visible;
  opacity: 1;
}
.block-layered-nav .color-attr > img {
  position: relative;
  z-index: 1;
  margin-right: 5px;
  border-radius: 3px;
}
.block-layered-nav .color-attr:hover, .block-layered-nav .color-attr.checked, .block-layered-nav .color-attr[class$=selected] {
  background: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/brander/layerednavigation/Checkbox-dis.svg") no-repeat left center;
}
.block-layered-nav .inpts-wrap {
  margin-bottom: 8px;
  font-size: 0;
  white-space: nowrap;
}
.block-layered-nav .inpts-wrap .price-range-from,
.block-layered-nav .inpts-wrap .f-to,
.block-layered-nav .inpts-wrap .price-range-to {
  display: inline-block;
  font-size: 14px;
}
.block-layered-nav .inpts-wrap .price-range-to,
.block-layered-nav .inpts-wrap .price-range-from {
  width: 45%;
}
.block-layered-nav .inpts-wrap .f-to {
  width: 10%;
  text-align: center;
}
.block-layered-nav .inpts-wrap input {
  width: 100%;
}
.block-layered-nav .price-range-btn-wrap .layerednavigation-price-find {
  width: 100%;
}
.block-layered-nav.layerednavigation-filters-left .configurable-swatch-list > li {
  display: inline-block;
}
.block-layered-nav.layerednavigation-filters-left .configurable-swatch-list img {
  position: static;
  width: 20px;
  height: 20px;
}
.block-layered-nav .btn-remove-inline {
  position: relative;
  background: none;
  float: left;
  margin-right: 8px;
}
.block-layered-nav .btn-remove-inline:before {
  content: "\e22d";
  font-size: 16px;
  display: inline-block;
  font-family: ThemeIcons;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.block-layered-nav .btn-remove-inline img {
  display: none;
}

#nav.nav-mobile .nav-panel--dropdown .nav-item--parent:after {
  display: none;
}

.layerednavigation-page-container dl dd ol > li > a,
.layerednavigation-page-container dl dd ol > li > .brander_layerednavigation-attr {
  padding-left: 35px;
}
@media only screen and (max-width: 767px) {
  .layerednavigation-page-container .category-products > .toolbar,
  .layerednavigation-page-container .filter-list .toolbar {
    display: none;
  }
  .layerednavigation-page-container .category-products > .toolbar + .actions,
  .layerednavigation-page-container .filter-list .toolbar + .actions {
    display: none;
  }
}

div.layerednavigation-overlay {
  position: fixed;
}

.price-slider__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.slider-wrap {
  padding-bottom: 0;
  margin-bottom: 5px;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .catalogsearch-result-index.mobile-open-filter,
  .catalog-category-view.mobile-open-filter {
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-open-filter .main-container {
    z-index: 4;
  }
}

.mobile-sort {
  display: none;
  background: #f5f5fb !important;
}
@media only screen and (max-width: 767px) {
  .mobile-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .mobile-sort .sort-list--block {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    font-size: 14px;
    color: #333333;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1px;
  }
  .mobile-sort .sort-list--block .sort-list--deco {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: transparent;
    border: none;
  }
  .mobile-sort .sort-list--block .sort-list--deco:before {
    content: "";
    position: absolute;
    right: 10%;
    top: 30%;
    margin-top: -5px;
    width: 24px;
    height: 24px;
    background: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/brander/sort.svg") no-repeat;
    background-size: cover;
    z-index: 1;
  }
  .mobile-sort .sort-list {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 14px;
    font-weight: 400 !important;
    background: initial;
    color: #333333;
    border: none;
    border-radius: 8px;
  }
}

.filter-subtitle {
  display: none;
}
@media only screen and (max-width: 767px) {
  .filter-subtitle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 38%;
    flex-basis: 38%;
    padding: 0 0 0 10px !important;
    border: none;
    color: #1d1d1f !important;
    border-radius: 20px !important;
    line-height: 24px;
    height: 34px;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
  }
  .filter-subtitle:before {
    content: "";
    background: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/brander/filter.svg") no-repeat !important;
  }
}

.filter-block .filter-bottom {
  display: none;
}
.filter-block dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.filter-block dt.layerednavigation-collapsed {
  border-bottom: 1px solid #eaeaf6;
}
.filter-block dt:not(.layerednavigation-collapsed) + dd {
  border-bottom: 1px solid #eaeaf6;
}
.filter-block dt:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/nav-arrow.svg");
  border: none !important;
  display: inline-block;
}
.filter-block dt:not(.layerednavigation-collapsed):after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .filter-block {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow-y: scroll;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 999;
  }
  .filter-block.active-filter {
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .filter-block.active-static {
    right: 0;
    -webkit-transition: none;
    transition: none;
  }
  .filter-block .filter-list {
    padding: 15px 10px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 100vh;
  }
  .filter-block .filter-list .currently {
    padding: 0;
    border-radius: 0 0 20px 20px;
    background: #f5f5fb;
    position: relative;
  }
  .filter-block .filter-list .currently ol {
    padding: 20px !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    width: 90%;
  }
  .filter-block .filter-list .currently__item {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    border-radius: 20px;
    background: #ffffff;
    padding: 5px 14px;
  }
  .filter-block dt {
    position: relative;
    padding-left: 6px !important;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 17px;
    padding-bottom: 20px;
    -webkit-transition: padding 0.3s ease, -webkit-transform 0.4s ease-in-out;
    transition: padding 0.3s ease, -webkit-transform 0.4s ease-in-out;
    transition: padding 0.3s ease, transform 0.4s ease-in-out;
    transition: padding 0.3s ease, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }
  .filter-block .filter-bottom {
    position: sticky;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 15px 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px -5px 4px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px -5px 4px 0px rgba(34, 60, 80, 0.2);
    z-index: 3;
    min-height: 65px;
  }
  .filter-block .filter-clear, .filter-block .filter-close {
    font-size: 16px;
    line-height: 1.5;
    border: none;
    color: #6e6e73;
    padding: 5px 15px;
    -ms-flex-preferred-size: 44%;
    flex-basis: 44%;
    text-align: center;
  }
  .filter-block .filter-close {
    color: #ffffff;
    background: #0071e3;
    border: none;
    border-radius: 27px;
  }
  .filter-block .layerednavigation-more,
  .filter-block .layerednavigation-less {
    background: none;
  }
}

@media only screen and (min-width: 768px) {
  .block-actions__list .currently__item {
    background: #ffffff;
    border-radius: 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 5px 12px;
  }
  .block-actions__list .currently__item:not(:last-child) {
    margin-bottom: 8px;
  }
  .block-actions__list .currently__item:last-child {
    margin: 0;
  }
  .block-actions__list .currently__item .label {
    color: #6e6e73;
    font-size: 14px;
  }
}

.filter-top {
  display: none;
}
@media only screen and (max-width: 767px) {
  .filter-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 15px;
    background: #f5f5fb;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .filter-top .close {
    position: absolute;
    right: 19px;
    background: transparent url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/brander/layerednavigation/close.svg") no-repeat;
    border: 0;
    width: 18px;
    height: 18px;
    padding: 0;
  }
  .filter-top .filtor-top-title {
    font-size: 16px;
    margin-right: 8px;
    color: #1d1d1f;
    font-weight: 600;
  }
  .filter-top .counter {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #0071e3;
    border-radius: 50%;
    font-size: 10px;
    color: #ffffff;
    width: 16px;
    height: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .category-products {
    margin-top: 54px;
  }
  .block.block-layered-nav.layerednavigation-filters-left + .category-products,
  .block.block-layered-nav.layerednavigation-filters-left + .layerednavigation-filters-top + .category-products {
    margin-top: 0;
  }
}
.layerednavigation-slider-price-to,
.layerednavigation-slider-price-from {
  width: 147px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 16px;
  color: #1d1d1f;
}

.filter-nav__container {
  min-height: 56px;
  border-bottom: 1px solid #eaeaf6;
}
@media only screen and (min-width: 768px) {
  .filter-nav__container {
    min-height: auto;
  }
  .filter-nav__container dt {
    padding: 20px 0;
  }
}

.filter-nav__item {
  display: none;
  overflow: hidden;
  -webkit-transition: max-height 0.1s ease-in-out;
  transition: max-height 0.1s ease-in-out;
}
.filter-nav__item--active {
  display: block;
}

.block-subtitle--currently-mob {
  display: block;
  margin: 0;
  padding-top: 20px;
  padding-left: 23px;
  border-radius: 20px 20px 0 0;
  background: #f5f5fb;
}
.block-subtitle--currently-mob__link {
  position: relative;
}
.block-subtitle--currently-mob__link:before {
  content: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/btn-remove.svg");
  position: absolute;
  left: -20px;
}
@media only screen and (min-width: 768px) {
  .block-subtitle--currently-mob {
    display: none;
  }
}

.actions--mobile {
  display: block;
  border: none;
  background: transparent;
  position: absolute;
  top: 20px;
  right: 5%;
}
@media only screen and (min-width: 768px) {
  .actions--mobile {
    display: none;
  }
}
.actions--mobile a {
  color: #1d1d1f;
}

.tabs-panels {
  padding-bottom: 40px;
}

.catalog-youtube__container {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .catalog-youtube__container {
    padding: 0;
    max-width: 888px;
  }
}
.catalog-youtube__container .category-managed-content {
  padding-bottom: 0;
}

.catalog-table__container .category-managed-content {
  padding-bottom: 40px;
}

.category-managed-content .iframe-ex iframe {
  border-radius: 20px;
}
@media only screen and (min-width: 1024px) {
  .category-managed-content .iframe-ex iframe {
    border-radius: 24px;
  }
}

.category-managed-content .table-ex table {
  border: none;
}
.category-managed-content .table-ex table tr {
  border-bottom: 1px solid #f5f5fb;
}
.category-managed-content .table-ex table tr:first-child {
  font-size: 14px;
  color: #6e6e73;
}
.category-managed-content .table-ex table tr:not(:first-child) {
  font-size: 16px;
  color: #1d1d1f;
}
.category-managed-content .table-ex table tr:last-child {
  border-bottom: 1px solid #f5f5fb;
}
.category-managed-content .table-ex table td {
  padding: 16px 0;
}

.category-managed-content h2 {
  color: #1d1d1f;
  font-size: 24px;
  font-weight: 500;
}

.catalog-table__container {
  max-width: 888px;
}
.catalog-table__container .category-managed-content .iframe-ex {
  display: none;
}

.layerednavigation-page-container .block-subtitle,
.layerednavigation-filters-left .block-subtitle {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 16px 16px 0 16px;
  border-radius: 20px 20px 0 0;
  background: #f5f5fb;
}
@media only screen and (min-width: 768px) {
  .layerednavigation-page-container .block-subtitle,
  .layerednavigation-filters-left .block-subtitle {
    padding: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .filter-current__container .block-subtitle {
    margin: 15px 10px 0;
  }
  .filter-current__container .currently ol.block-actions__list {
    padding: 20px !important;
    margin: 0 10px;
  }
}

.no-display-current {
  display: none;
}

.category-blog .toolbar {
  border-top: 0;
}
.category-blog .toolbar .pager {
  border-top: 0;
}

@media only screen and (max-width: 1024px) {
  [data-display-img~=desktop] {
    display: none !important;
  }
}

@media only screen and (min-width: 1025px) {
  [data-display-img~=tablet] {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  [data-display-img~=tablet] {
    display: none !important;
  }
}

@media only screen and (min-width: 641px) {
  [data-display-img~=mobile] {
    display: none !important;
  }
}

.breadcrumbs {
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 5px;
  }
  .breadcrumbs__list::-webkit-scrollbar {
    display: none;
  }
  .breadcrumbs__list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.breadcrumbs li .sep {
  vertical-align: top;
  margin: 0 12px 0 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.breadcrumbs li .sep:before {
  font-family: "icomoon";
  content: "\e904";
  font-size: 10px;
}
.breadcrumbs img {
  vertical-align: baseline;
}

@media only screen and (max-width: 767px) {
  #sh_button {
    min-height: 0;
  }
  #sh_button .sh_title_text {
    display: none;
  }
}

.benefits-container .benefits-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .benefits-container .benefits-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    max-width: 1240px;
    margin-left: 10px;
  }
}
.benefits-container .benefit {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .benefits-container .benefit {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 1023px) {
  .benefits-container .benefit:first-child {
    border-radius: 10px 10px 0 0;
  }
  .benefits-container .benefit:last-child {
    border-radius: 0 0 10px 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .benefits-container .benefit:first-child, .benefits-container .benefit:nth-child(2), .benefits-container .benefit:nth-child(3) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    position: relative;
  }
  .benefits-container .benefit:first-child:before, .benefits-container .benefit:nth-child(2):before, .benefits-container .benefit:nth-child(3):before {
    content: "";
    width: 2px;
    height: 100%;
    background: #ffffff;
    position: absolute;
    right: 0;
    bottom: 21.5px;
  }
  .benefits-container .benefit:last-child ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .benefits-container .benefit:last-child ul li {
    width: 240px;
  }
}
.benefits-container .benefit > a {
  display: block;
  padding: 35px;
  font-size: 20px;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
  cursor: pointer;
}
.benefits-container .benefit-title {
  display: block;
  margin-bottom: 10px;
  color: #333;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.benefits-container .benefit-text {
  display: block;
  color: #333;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .benefits-container .benefit-text {
    position: relative;
  }
}
.product-view .benefits-container {
  padding: 0;
}
.product-view .benefits-container .benefit-title {
  margin-bottom: 8px;
}
@media only screen and (min-width: 1024px) {
  .product-view .benefits-container .benefit-title {
    margin-bottom: 0;
  }
}
.product-view .benefits-container .benefit > a {
  padding: 15px;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .benefits-container {
    padding: 15px 45px;
  }
  .benefits-container .benefit > a {
    padding: 15px;
  }
}

.products-list .ratings,
.products-grid .ratings,
.products-list .ratings a,
.products-grid .ratings a,
.block-layered-nav dl dd ol > li > a .count,
.breadcrumbs li,
.breadcrumbs a,
.block-related-simple .related-add-to-wishlist,
.block-related-thumbnails .related-add-to-wishlist,
.availability,
.product-view .box-reviews dd .date,
.item-options dd,
.product-options p.note {
  color: inherit;
}

[class*=like_h] {
  display: block;
  margin: 0 0 10px;
  font-weight: 400;
  font-family: "SFUIDisplay", sans-serif;
}

.like_h2 {
  font-size: 2em;
  line-height: 1.25em;
}

.postscategory-title .like_h3 {
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #e5e5e5;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.2222em;
}

.buyincreditlist-popup .like_h3 {
  font-size: 28px;
}

.checkout-billing .checkout-end {
  margin-left: 0 !important;
}

.checkout-item .product-info {
  max-width: inherit !important;
  width: calc(100% - 115px) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 420px) {
  .checkout-item .product-info {
    width: 100% !important;
  }
}
.checkout-item .product-info .product-title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
  position: relative;
}
.checkout-item .product-info .product-title .btn-remove {
  position: absolute;
  right: 0;
  top: 0;
}
.checkout-item .product-info .price-col {
  margin-top: 5px;
}
.checkout-item .product-info .price-col .product-counter {
  float: left;
}
.checkout-item .product-info .price-col .price {
  float: left;
  margin-left: 10%;
  margin-top: 5px;
}

#shopping-cart-table .head-t {
  display: none;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 10px 0 15px;
  border-bottom: 1px solid rgba(96, 96, 96, 0.18);
  margin-bottom: 15px;
}
#shopping-cart-table .head-t .image-left {
  width: 20%;
}
#shopping-cart-table .head-t .info-r {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#shopping-cart-table .head-t .info-r > div:nth-child(1) {
  width: 80%;
}
@media (max-width: 860px) {
  #shopping-cart-table .head-t .info-r > div:nth-child(2) {
    display: none;
  }
}
#shopping-cart-table .head-t .info-r > div:nth-child(3) {
  width: 10%;
}
#shopping-cart-table .head-t .info-r > div:nth-child(4) {
  width: 20%;
}
#shopping-cart-table .head-t .info-r > div:nth-child(5) {
  width: 10%;
}
@media (max-width: 800px) {
  #shopping-cart-table .head-t {
    display: none;
  }
}
#shopping-cart-table .body-t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*@media (min-width: 801px){
    flex-direction: column;
  }*/
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#shopping-cart-table .body-t .item .info-r .btn-remove {
  position: absolute;
  top: 8px;
  right: 30px;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#shopping-cart-table .body-t .item .info-r .btn-remove:before {
  content: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/btn-remove.svg");
}
@media (max-width: 800px) {
  #shopping-cart-table .body-t {
    overflow-y: auto;
    max-height: calc(100vh - 269px);
  }
}
#shopping-cart-table .body-t .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  position: relative;
  /*padding: 5px 0;
  @media (max-width: 800px){*/
  padding: 20px 0;
  /* }*/
}
#shopping-cart-table .body-t .item.hide-item {
  display: none;
}
#shopping-cart-table .body-t .item .image-left {
  width: 20%;
}
@media only screen and (min-width: 991px) {
  #shopping-cart-table .body-t .item .image-left {
    width: 72px;
    height: 72px;
  }
  #shopping-cart-table .body-t .item .image-left a {
    width: 72px;
    height: 72px;
  }
  #shopping-cart-table .body-t .item .image-left a img {
    width: 100%;
    height: 100%;
  }
}
#shopping-cart-table .body-t .item .image-left .product-image {
  width: auto;
}
#shopping-cart-table .body-t .item .info-r {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: space-around;
  @media (max-width: 800px){*/
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 20px;
  /*}*/
}
#shopping-cart-table .body-t .item .product-name {
  text-align: left;
  font-size: 16px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-right: 60px;
}
#shopping-cart-table .body-t .item .product-name + .cart-price {
  /*@media (max-width: 800px){*/
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  /*}*/
}
#shopping-cart-table .body-t .item .product-name + .cart-price__first {
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 800px) {
  #shopping-cart-table .body-t .item .product-name + .cart-price {
    display: none;
  }
}
#shopping-cart-table .body-t .item .qty {
  width: 30%;
  text-align: left;
  /* @media (max-width: 800px){*/
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  /*}*/
}
#shopping-cart-table .body-t .item .qty + .cart-price {
  display: block;
}
#shopping-cart-table .body-t .item .qty + .cart-price__total {
  font-size: 18px;
  font-weight: 500;
}
#shopping-cart-table .body-t .item .cart-price {
  /*@media (max-width: 800px){*/
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  width: auto;
  /*}*/
}
#shopping-cart-table .body-t .item .btn-remove {
  position: absolute;
  right: 0;
  top: 20px;
  width: auto;
  /* @media (max-width: 800px){*/
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  /*}*/
}
#shopping-cart-table .body-t .item .btn-remove span {
  display: none;
}
#shopping-cart-table .body-t .item .item-options {
  margin: 0 0 10px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
}
#shopping-cart-table .body-t .item .item-options dd {
  padding: 0;
  font-style: normal;
}
#shopping-cart-table .footer-t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f5f5fb;
  padding: 16px;
  border-radius: 20px;
  margin-top: 32px;
}
@media only screen and (min-width: 991px) {
  #shopping-cart-table .footer-t {
    height: 120px;
  }
}
#shopping-cart-table .footer-t > div.a-right {
  padding-bottom: 0;
  font-size: 20px;
}
#shopping-cart-table .footer-t > div.a-right > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  #shopping-cart-table .footer-t > div.a-right > div {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 450px) {
  #shopping-cart-table .footer-t > div > div.a-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.popup.cart {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
}
.popup.cart .cart {
  padding: 9.84375vw 3.125vw;
}
.popup.cart .close_cart {
  position: absolute;
  right: 4vw;
  top: 3vw;
  z-index: 999;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.popup.cart .close_cart:before, .popup.cart .close_cart:after {
  content: "";
  position: absolute;
  width: 59%;
  height: 1px;
  background: rgba(51, 51, 51, 0.52);
  right: -1vw;
  top: 4.5vw;
  z-index: 999;
}
.popup.cart .close_cart:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup.cart .close_cart:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn-continue {
  background: white !important;
  color: #6e6e73 !important;
  border: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 27px !important;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 !important;
}
@media only screen and (min-width: 768px) {
  .btn-continue {
    width: 260px;
  }
}
.btn-continue:hover {
  color: #ffffff !important;
  background-color: #0071e3 !important;
  border: none;
}

.block-seo-wrapper .block-seo-text {
  max-height: 200px;
  overflow: hidden;
  color: #000;
  margin-bottom: 5px;
  position: relative;
}
.block-seo-wrapper .block-seo-text::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.block-seo-wrapper .block-seo-text::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  -webkit-transition: background 1s;
  transition: background 1s;
}
.block-seo-wrapper .block-seo-text:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
}
.block-seo-wrapper .block-seo-text.long-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  pointer-events: none;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.block-seo-wrapper .block-seo-text.full {
  max-height: none;
}
.block-seo-wrapper .block-seo-text:hover::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.block-seo-wrapper .block-seo-text:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
}
.block-seo-wrapper .block-seo-text h3 {
  line-height: 1.14;
}
.block-seo-wrapper.opened .seo-text {
  max-height: none;
}
.block-seo-wrapper.opened .seo-text:after {
  height: 0;
}
.block-seo-wrapper.opened .sic {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.block-seo-wrapper.seo-block.opened .read-more:before {
  content: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/minus.svg");
}
.block-seo-wrapper .read-more {
  color: #1d1d1f;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
  border: none;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
}
.block-seo-wrapper .read-more:before {
  content: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/plus.svg");
  position: absolute;
  top: -3px;
  left: 0;
}
.block-seo-wrapper .sic {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -2px;
}

.button-more-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.button-more {
  color: #1d1d1f;
  padding-right: 15px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  border-radius: 5px;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
  position: relative;
  padding-left: 25px;
}
.button-more:before {
  content: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/plus.svg");
  position: absolute;
  top: 3px;
  left: 0;
}
.button-more:hover {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
  color: #0071e3;
}

.shop-dep-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: 1.5px solid #f5f5fb;
  border-radius: 8px;
  height: 104px;
}
.shop-dep-wrap .shop-dep_img {
  width: 32%;
}
.shop-dep-wrap .shop-dep_img > img {
  border-radius: 5px;
}
.shop-dep-wrap .shop-dep_text {
  font-size: 14px;
  padding: 8px 12px;
}

.block-upsell [id=popup-item-slider-upsell]:hover .owl-controls .owl-buttons {
  opacity: 1;
  pointer-events: none;
}
.block-upsell [id=popup-item-slider-upsell]:hover .owl-controls .owl-buttons > div {
  pointer-events: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block-upsell [id=popup-item-slider-upsell]:hover .owl-controls .owl-buttons > div:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block-upsell [id=popup-item-slider-upsell]:hover .owl-controls .owl-buttons > div:hover {
  background-color: #0071e3;
}
.block-upsell [id=popup-item-slider-upsell]:hover .owl-controls .owl-buttons > div:hover:before {
  -webkit-filter: invert(1) brightness(2);
  filter: invert(1) brightness(2);
}
.block-upsell [id=popup-item-slider-upsell].owl-carousel {
  padding-right: 100px;
  overflow: hidden;
}
.block-upsell [id=popup-item-slider-upsell]:not(.owl-carousel) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-upsell [id=popup-item-slider-upsell]:not(.owl-carousel) .item {
  width: 50%;
  border: 1px solid #f5f5fb;
  padding: 8px;
}
.block-upsell [id=popup-item-slider-upsell]:not(.owl-carousel) .item-inner {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.block-upsell [id=popup-item-slider-upsell]:not(.owl-carousel) .item-inner > * {
  width: 100%;
}
.block-upsell [id=popup-item-slider-upsell]:not(.owl-carousel) .item-inner > a {
  display: block;
}
.block-upsell [id=popup-item-slider-upsell]:not(.owl-carousel) .item-inner > a img {
  width: 100%;
  height: auto;
}
.block-upsell [id=popup-item-slider-upsell] .owl-controls {
  width: calc(100% + 100px);
  margin-top: 15px;
}
.block-upsell [id=popup-item-slider-upsell] .owl-controls .owl-buttons {
  left: 5px;
  right: 5px;
  top: calc(50% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.block-upsell [id=popup-item-slider-upsell] .owl-controls .owl-buttons > div {
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.block-upsell [id=popup-item-slider-upsell] .owl-wrapper-outer {
  overflow: visible;
}
.block-upsell [id=popup-item-slider-upsell] .owl-wrapper-outer:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(#f9f9f9), to(rgba(249, 249, 249, 0)));
  background-image: linear-gradient(to left, #f9f9f9 0%, rgba(249, 249, 249, 0) 100%);
  top: 0;
  right: -100px;
}
.block-upsell [id=popup-item-slider-upsell] .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-upsell [id=popup-item-slider-upsell] .item {
  text-align: left;
  border: none;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-upsell [id=popup-item-slider-upsell] .item .actions {
  border: none;
  padding: 0;
  margin: 0;
}
.block-upsell [id=popup-item-slider-upsell] .item .actions button {
  font-size: 20px;
}
.block-upsell [id=popup-item-slider-upsell] .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-upsell [id=popup-item-slider-upsell] .item-inner a {
  width: 40%;
}
.block-upsell [id=popup-item-slider-upsell] .item-inner .right-block {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .block-upsell [id=popup-item-slider-upsell] .item-inner .right-block {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto;
  }
}
.block-upsell [id=popup-item-slider-upsell] .product-name {
  font-size: 12px;
  padding-bottom: 10px;
  color: #1d1d1f;
}
@media only screen and (max-width: 700px) {
  .block-upsell [id=popup-item-slider-upsell] .product-name {
    height: 100px;
    overflow: hidden;
  }
}
.block-upsell [id=popup-item-slider-upsell] .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 15px;
  text-align: center;
}
.block-upsell [id=popup-item-slider-upsell] .price-box .special-price {
  font-weight: bold;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  background-color: transparent;
  padding: 2px 5px;
  color: #ff3b30;
}
.block-upsell .owl-wrapper {
  border-top: 1px solid #f5f5fb;
  border-bottom: 1px solid #f5f5fb;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.block-upsell .owl-wrapper:after {
  content: none;
}
.block-upsell .owl-pagination {
  margin-top: 7px;
}
.block-upsell .slider-pagination1 .owl-controls .owl-page.active span {
  background-color: #1d1d1f;
  border-color: #1d1d1f;
}
.block-upsell .slider-pagination1 .owl-controls .owl-page span {
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #6e6e73;
  width: 10px;
  height: 10px;
}
.block-upsell .section-title.fancybox-title {
  font-size: 24px;
  padding: 0;
  margin-top: 32px;
  margin-bottom: 16px;
  text-align: center;
  font-weight: 500;
}
.block-upsell .actions-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 701px) {
  .block-upsell .wrap-case .lazyOwl {
    margin: 5px 0 0 5px;
  }
}
.block-upsell .icon-style {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  border: none;
  background-color: #0071e3;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.block-upsell .icon-style .icon.ic-cart {
  color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.block-upsell .icon-style:hover .icon.ic-cart {
  background: #0055AB;
}
.block-upsell .icon-style .icon.ic-true {
  color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.block-upsell .icon-style:hover .icon.ic-true {
  background: #0055AB;
}
.block-upsell .icon-style:hover {
  border: 2px solid #0055AB;
  color: #ffffff;
  background-color: #0055AB;
}
.block-upsell .icon-style:not(button) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fancybox-wrap .block-upsell .price-box .regular-price {
  font-weight: bold;
  margin-bottom: 10px;
}

.bank-pay-img__container {
  margin-top: 8px;
}
.bank-pay-img__container .back-pay-img__img {
  height: 16px;
}
@media only screen and (min-width: 1720px) {
  .bank-pay-img__container {
    position: absolute;
    top: 13px;
    right: 40px;
  }
}

.block-account {
  padding: 0;
  margin: 0;
  border-radius: 24px;
}
@media only screen and (max-width: 767px) {
  .block-account {
    border: 1px solid #0071e3;
  }
}
.block-account .block-content {
  padding: 0;
}
.block-account .block-content .user-menu__list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .block-account .block-content .user-menu__list {
    border: 1px solid #f5f5fb;
    border-radius: 24px;
    max-width: 255px;
    margin-right: 16px;
  }
  .block-account .block-content .user-menu__list li:first-child {
    border: none;
  }
}
.block-account .block-content .user-menu__list li {
  border-top: 1px solid #f5f5fb;
  position: relative;
}
.block-account .block-content .user-menu__list li a:after,
.block-account .block-content .user-menu__list li strong:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block-account .block-content .user-menu__list li[data-name=account] a:after, .block-account .block-content .user-menu__list li[data-name=account] strong:after {
  background-image: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/user-nav/user.svg");
}
.block-account .block-content .user-menu__list li[data-name=account_edit] a:after, .block-account .block-content .user-menu__list li[data-name=account_edit] strong:after {
  background-image: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/user-nav/account.svg");
}
.block-account .block-content .user-menu__list li[data-name=address_book] a:after, .block-account .block-content .user-menu__list li[data-name=address_book] strong:after {
  background-image: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/user-nav/address.svg");
}
.block-account .block-content .user-menu__list li[data-name=orders] a:after, .block-account .block-content .user-menu__list li[data-name=orders] strong:after {
  background-image: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/user-nav/cart.svg");
}
.block-account .block-content .user-menu__list li[data-name=reviews] a:after, .block-account .block-content .user-menu__list li[data-name=reviews] strong:after {
  background-image: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/user-nav/review.svg");
}
.block-account .block-content .user-menu__list li[data-name=wishlist] a:after, .block-account .block-content .user-menu__list li[data-name=wishlist] strong:after {
  background-image: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/user-nav/wishlist.svg");
}
.block-account .block-content .user-menu__list li[data-name=newsletter] a:after, .block-account .block-content .user-menu__list li[data-name=newsletter] strong:after {
  background-image: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/user-nav/news.svg");
}
.block-account .block-content .user-menu__list li[data-name=logout] {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.block-account .block-content .user-menu__list li[data-name=logout] a {
  color: #ff3b30;
}
.block-account .block-content .user-menu__list li[data-name=logout] a:hover {
  color: #ff3b30;
}
.block-account .block-content .user-menu__list li[data-name=logout] a:after {
  background-image: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/user-nav/exit.svg");
}
.block-account .block-content .user-menu__list li[data-name=logout]:before {
  background: none;
}
@media only screen and (max-width: 767px) {
  .block-account .block-content .user-menu__list li:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/arrow-slider-next.svg");
    width: 24px;
    height: 24px;
    right: 10px;
  }
}
.block-account .block-content .user-menu__list li strong {
  font-size: 16px;
  font-weight: 500;
  color: #1d1d1f;
  text-transform: none;
  padding: 12px 0 12px 44px;
  cursor: default;
}
@media only screen and (min-width: 768px) {
  .block-account .block-content .user-menu__list li strong {
    font-weight: 700;
  }
}
.block-account .block-content .user-menu__list li a {
  color: #1d1d1f;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 12px 0 12px 44px;
  cursor: pointer;
}
.block-account .block-content .user-menu__list li a:hover {
  color: #0071e3;
}
.block-account div.block-title {
  border: none;
  background: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/user-menu.svg") no-repeat;
  background-position: 16px center;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  color: #1d1d1f;
  padding: 12px 0;
}
@media only screen and (min-width: 768px) {
  .block-account div.block-title {
    display: none;
  }
}
.block-account div.block-title:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: black;
  top: 50%;
  right: 20.5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.block-account div.block-title:after {
  display: block !important;
  content: "" !important;
  position: absolute;
  width: 10px;
  height: 1px;
  background: black;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.block-account div.block-title.active:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.block-account div.block-title.active:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

.dashboard .box .box-title {
  border: none;
  padding: 0;
  margin: 0 0 16px 0;
}

.user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.user-info__label {
  color: #6e6e73;
  font-size: 14px;
}
.user-info__name {
  font-size: 16px;
  color: #1d1d1f;
}

.box-title__icon {
  float: left;
  margin-right: 8px;
  width: 32px;
  height: 32px;
  background: #f5f5fb;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.box-title__title {
  padding-top: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #1d1d1f;
}

.box-info div.box {
  position: relative;
  margin-bottom: 0;
  padding: 24px 0;
}
.box-info div.box:before {
  position: absolute;
  content: "";
  width: 110%;
  height: 2px;
  left: -5%;
  background: #f5f5fb;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .box-info div.box:before {
    left: 0;
    width: 100%;
  }
}
.box-info div.contact-info {
  position: relative;
  padding: 24px 0;
  margin: 0;
}
.box-info div.contact-info:before, .box-info div.contact-info:after {
  position: absolute;
  content: "";
  width: 110%;
  height: 2px;
  left: -5%;
  background: #f5f5fb;
}
@media only screen and (min-width: 768px) {
  .box-info div.contact-info:before, .box-info div.contact-info:after {
    left: 0;
    width: 100%;
  }
}
.box-info div.contact-info:before {
  top: 0;
}
.box-info div.contact-info:after {
  bottom: 0;
}
.box-info div.contact-info .box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.box-content__text {
  font-size: 16px;
  color: #000;
}

@media only screen and (min-width: 768px) {
  .no-gutter.grid-col2-sidebar,
  .no-gutter.grid-col2-main {
    padding: 0;
  }
}

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text,
.form-list .customer-dob .dob-year input.input-text {
  width: 109px;
  font-size: 16px;
  color: #6e6e73;
}
@media only screen and (min-width: 1720px) {
  .form-list .customer-dob .dob-day input.input-text,
  .form-list .customer-dob .dob-month input.input-text,
  .form-list .customer-dob .dob-year input.input-text {
    width: 146px;
  }
}

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-year {
  width: 109px;
}
@media only screen and (min-width: 1720px) {
  .form-list .customer-dob .dob-day,
  .form-list .customer-dob .dob-month,
  .form-list .customer-dob .dob-year {
    width: 146px;
  }
}

.dob-year,
.dob-month {
  margin-left: 8px;
}

.customer-dob__description {
  clear: both;
  color: #6e6e73;
  font-size: 12px;
}

@media only screen and (min-width: 1720px) {
  .account-info__dob {
    width: 50%;
    float: right;
  }
  .account-info__email {
    width: 50%;
    float: left;
  }
}

@media only screen and (min-width: 1720px) {
  .form-list .field {
    width: 50%;
  }
}

@media only screen and (min-width: 1720px) {
  .no-gutter.grid-col2-sidebar {
    width: 23%;
  }
}

.cart-table .btn-update {
  border: none;
}
@media only screen and (min-width: 768px) {
  .cart-table .btn-update {
    width: 260px;
  }
}

.page-title .separator {
  display: none;
}
.page-title .link-reorder {
  display: none;
}

@media only screen and (max-width: 767px) {
  .catalogsearch-result-index .breadcrumbs {
    padding-left: 16px;
  }
}
.catalogsearch-result-index .page-head {
  padding-left: 16px;
}
.catalogsearch-result-index .category-products {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .catalogsearch-result-index .search-result__catalog {
    padding-left: 16px;
    width: 65%;
  }
}
@media only screen and (min-width: 1024px) {
  .catalogsearch-result-index .search-result__catalog {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) {
  .catalogsearch-result-index .search-result__navigation {
    width: 35%;
  }
}
@media only screen and (min-width: 1024px) {
  .catalogsearch-result-index .search-result__navigation {
    width: 30%;
  }
}
.catalogsearch-result-index div.block-layered-nav div.layerednavigation-slider div.handle {
  border-color: #1d1d1f;
}
@media only screen and (max-width: 767px) {
  .catalogsearch-result-index div.block-layered-nav div.layerednavigation-slider div.handle {
    margin-top: -6px;
  }
}
.catalogsearch-result-index span.layerednavigation-slider-bar {
  background: #1d1d1f;
}
.catalogsearch-result-index .filter-current__container .block-subtitle {
  margin: 10px 10px 0 10px;
}
@media only screen and (min-width: 768px) {
  .catalogsearch-result-index .filter-current__container .block-subtitle {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .catalogsearch-result-index .filter-current__container .action-remove__btn--all {
    position: absolute;
    color: #1d1d1f;
    cursor: pointer;
    font-size: 14px;
    top: 80px;
    right: 30px;
    font-weight: 400;
  }
  .catalogsearch-result-index .filter-current__container .action-remove__btn--all:before {
    content: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/btn-remove.svg");
    position: absolute;
    left: -20px;
  }
}
.catalogsearch-result-index .block-subtitle {
  font-size: 16px;
  font-weight: 500;
  padding: 16px 16px 0 16px;
  border-radius: 20px 20px 0 0;
  background: #f5f5fb;
  color: #1d1d1f;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .catalogsearch-result-index .block-subtitle {
    margin: 0;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .catalogsearch-result-index .filter-list .action-remove__btn--all {
    position: absolute;
    color: #1d1d1f;
    cursor: pointer;
    font-size: 14px;
    top: 80px;
    right: 30px;
    font-weight: 400;
  }
  .catalogsearch-result-index .filter-list .action-remove__btn--all:before {
    content: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/btn-remove.svg");
    position: absolute;
    left: -20px;
  }
}
.catalogsearch-result-index .filter-list .toolbar {
  display: none;
}

.post-list:after {
  content: "";
  display: block;
  clear: both;
}

.post-list .post-name,
.post-grid .post-name,
h3.post-name {
  /* Sizes are modified for different number of columns */
  font-size: 1.3333em;
  line-height: 1.25em; /*16px 20px*/
}

.post-list .price-box.map-info a,
.post-grid .price-box.map-info a {
  margin-left: 3px;
}

/* POST image
-------------------------------------------------------------- */
/* POST alternative image */
.post-list .post-image .alt-img,
.post-grid .post-image .alt-img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

/* Fix possible glitches during animation */
.post-list .post-image img,
.category-post-grid .post-image img {
  -moz-transform: translateZ(0);
}

/* View type: list
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.post-list {
  margin-top: 15px;
  /* Hover effect
  -------------------------------------------------------------- */
}
.post-list.list-mode .item {
  margin-bottom: 20px;
}
.post-list.grid-mode .post-image-wrapper {
  margin-bottom: 15px;
}
.post-list .item {
  padding: 20px 1%;
  margin-bottom: 20px;
  background-color: #fff;
  position: relative; /* For hover effect */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  -webkit-transition: background 0s ease-out, -webkit-box-shadow 0ms ease-in;
  transition: background 0s ease-out, -webkit-box-shadow 0ms ease-in;
  transition: box-shadow 0ms ease-in, background 0s ease-out;
  transition: box-shadow 0ms ease-in, background 0s ease-out, -webkit-box-shadow 0ms ease-in;
  -moz-transition: box-shadow 0ms ease-in, background 0s ease-out;
  -webkit-transition: box-shadow 0ms ease-in, background 0s ease-out;
  -o-transition: box-shadow 0ms ease-in, background 0s ease-out;
}
.post-list .item .post-image-wrapper img {
  border-radius: 7px;
}
.post-list .item:after {
  content: "";
  display: block;
  clear: both;
}
.post-list .item.archived .labels-wrap {
  position: absolute;
  right: -3px;
  top: -3px;
  z-index: 1;
}
.post-list .item.archived .archived-label {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.post-list .item:hover.archived .archived-label {
  width: 65px;
  height: 65px;
}
.post-list .right-column {
  float: right;
}
.post-list .post-name {
  margin: 0 0 15px;
}
@media only screen and (max-width: 479px) {
  .post-list .post-name {
    margin: 10px 0 10px 5px;
  }
}
.post-list .post-name > a {
  color: #2295d4 !important;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.post-list .post-name > a:hover, .post-list .post-name > a:focus {
  color: #1C1C1C !important;
}
.post-list .post-image {
  display: block;
  position: relative;
  margin: 0 auto;
}
.post-list .price-box {
  margin: 0 0 15px;
  font-size: 1.3333em;
  line-height: 1.25em;
}
.post-list .desc {
  margin: 15px 0px;
}
.post-list .btn-cart {
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  max-width: 180px;
  float: right;
  background-color: #fff;
  border: 2px solid #f89b24;
  color: #f89b24;
}
@media only screen and (max-width: 479px) {
  .post-list .btn-cart {
    max-width: 445px;
  }
}
.post-list a.btn-cart {
  padding-left: 0;
  padding-right: 0;
}
.post-list .button span {
  float: none;
}
.post-list .availability {
  float: none;
  margin: 15px 0;
}
.post-list .add-to-links {
  margin: 15px 0 0;
}
.post-list.hover-effect .item:hover {
  z-index: 10;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: background 0.4s ease-out, -webkit-box-shadow 400ms ease-out;
  transition: background 0.4s ease-out, -webkit-box-shadow 400ms ease-out;
  transition: box-shadow 400ms ease-out, background 0.4s ease-out;
  transition: box-shadow 400ms ease-out, background 0.4s ease-out, -webkit-box-shadow 400ms ease-out;
  -moz-transition: box-shadow 400ms ease-out, background 0.4s ease-out;
  -webkit-transition: box-shadow 400ms ease-out, background 0.4s ease-out;
  -o-transition: box-shadow 400ms ease-out, background 0.4s ease-out;
}
.post-list .show-post {
  clear: both;
}
.post-list .show-post span {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .post-list .item {
    margin-bottom: 20px;
  }
}

.category-blog + .show-all-wrap {
  text-align: center;
}
.category-blog + .show-all-wrap .show-all-link {
  font-size: 18px;
  line-height: 24px;
}

.blog-section-title {
  margin-bottom: 20px;
}

.postscategory-title h3 {
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #e5e5e5;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.2222em;
}

.brander-unitopblog-post-view .post-post_image {
  padding: 20px 0;
}
.brander-unitopblog-post-view .post-post_image img {
  width: 100%;
  height: auto;
}
.brander-unitopblog-post-view .post-preview_image {
  float: left;
  margin: 0 20px 20px 0;
}
.brander-unitopblog-post-view .post-title {
  margin-bottom: 0;
  overflow: hidden;
}
.brander-unitopblog-post-view .post-title h1 {
  min-height: 0;
}
.brander-unitopblog-post-view .post-info {
  margin-bottom: 24px;
}
.brander-unitopblog-post-view .post-post_content {
  margin-bottom: 60px;
  line-height: 1.2;
}
.brander-unitopblog-post-view .box-collateral {
  margin-bottom: 60px;
}
.brander-unitopblog-post-view .form-add {
  margin-bottom: 60px;
}

.contacttype .main-container {
  background: #ffffff;
}
.contacttype .breadcrumbs {
  background: #ffffff;
  position: relative;
  padding-bottom: 6px;
}
.contacttype .breadcrumbs ul {
  position: relative;
  z-index: 2;
}

.contacts-phones {
  max-width: 300px;
  margin: 0 auto;
  padding: 20px 0;
}
.contacts-phones:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 640px) {
  .contacts-phones {
    padding: 20px 0;
    max-width: 100%;
  }
}
.contacts-phones > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .contacts-phones > div {
    float: left;
    width: 33.3333333333%;
    padding: 0 12px;
    text-align: left;
  }
}
.contacts-phones > div > span {
  position: relative;
  display: block;
  margin: 0 auto;
  padding-left: 40px;
}
@media only screen and (min-width: 640px) {
  .contacts-phones > div > span {
    padding-left: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 250px;
  }
}
.contacts-phones > div > span:before {
  position: absolute;
  content: "";
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contacts-phones > div:nth-child(1) > span:before {
  background: url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/kyivstar.png) 0 0 no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
}
@media only screen and (min-width: 640px) {
  .contacts-phones > div:nth-child(1) > span:before {
    width: 45px;
    height: 45px;
  }
}
.contacts-phones > div:nth-child(2) > span:before {
  background: url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/vodafone.png) 0 0 no-repeat;
  width: 19px;
  height: 22px;
  background-size: contain;
}
@media only screen and (min-width: 640px) {
  .contacts-phones > div:nth-child(2) > span:before {
    width: 38px;
    height: 41px;
  }
}
.contacts-phones > div:nth-child(3) > span:before {
  background: url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/lifecell.png) 0 0 no-repeat;
  width: 19px;
  height: 21px;
  background-size: contain;
}
@media only screen and (min-width: 640px) {
  .contacts-phones > div:nth-child(3) > span:before {
    width: 38px;
    height: 41px;
  }
}
.contacts-phones > div a {
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  color: #4d4d4d;
  padding: 0 6px;
}
@media only screen and (min-width: 640px) {
  .contacts-phones > div a {
    display: block;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .contacts-phones > div a {
    font-size: 18px;
    line-height: 1.4;
  }
}
.contacts-phones > div a:hover {
  color: #0071e3;
}

.maps-set .img-holder {
  position: relative;
}
.maps-set .contacts-actions {
  display: none;
}
.maps-set .banks-list-ctrl {
  display: block;
  background: #fff;
}
.maps-set .banks-list-ctrl:after {
  content: "";
  display: block;
  clear: both;
}
.maps-set .banks-list-ctrl > li {
  width: 33.3333333333%;
  float: left;
}
.maps-set .banks-list-ctrl.fixed {
  padding-top: 5px;
}
@media only screen and (min-width: 480px) {
  .maps-set .banks-list-ctrl.fixed {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .maps-set .banks-list-ctrl.fixed .contacts-phones {
    margin-bottom: 5px;
  }
}
.maps-set .banks-list-ctrl .switcher a {
  line-height: 1.3;
  text-align: center;
}
.maps-set .map__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (min-width: 769px) {
  .maps-set .map__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
    margin-top: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #f5f5fb;
    border-radius: 24px;
  }
}
@media only screen and (min-width: 769px) {
  .maps-set .map__container .leaflet-container {
    border-radius: 0 24px 24px 0;
  }
}
.maps-set .map__container .map-description {
  font-size: 16px;
  color: #1d1d1f;
  padding: 16px 16px 0 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  .maps-set .map__container .map-description {
    padding: 24px;
  }
}
.maps-set .map__container .map-description__img {
  background: #f5f5fb;
  border-radius: 50%;
  padding: 5px;
}
.maps-set .map__container .map-description__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.maps-set .map__container .map-description > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  min-height: 40px;
  font-size: 16px;
  color: #1d1d1f;
  border-bottom: 2px solid #f5f5fb;
  gap: 16px;
  padding: 16px 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.maps-set .map__container .map-description > span a {
  color: #1d1d1f;
  font-weight: 400;
}
.maps-set .map__container .map-description > span:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.maps-set [class$=-icon] {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  line-height: 1;
}
.maps-set .skype-icon,
.maps-set .viber-icon {
  top: -2px;
}
@media only screen and (max-width: 540px) {
  .maps-set [id^=map_] {
    max-height: 300px;
  }
}

.page-title.page-title__shops {
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  .page-title.page-title__shops {
    margin-bottom: 24px;
  }
}
.page-title.page-title__shops h1 {
  font-size: 24px;
  font-weight: 500;
}

@media only screen and (min-width: 769px) {
  .img-holder {
    border-radius: 24px;
    overflow: hidden;
  }
}
.img-holder .stable-size {
  width: 100%;
  height: auto;
}

.magaziny .main.container {
  padding-bottom: 64px;
}

.catalog-product-view .breadcrumbs {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .breadcrumbs {
    margin-bottom: 10px;
  }
}
.catalog-product-view .breadcrumbs ::-webkit-scrollbar {
  display: none;
}
.catalog-product-view .breadcrumbs__sep {
  padding: 0 8px 2px 8px;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
@media only screen and (max-width: 1024px) {
  .catalog-product-view .breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .catalog-product-view .breadcrumbs__list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

#product_addtocart_form:after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .product-view .product-img-column {
    margin-left: 0;
  }
  .product-view .product-secondary-column {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .product-view .product-secondary-column {
    display: none;
  }
}
.product-view .ratings .rating-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1d1d1f;
  font-size: 14px;
  cursor: pointer;
}
.product-view .ratings-table {
  width: 100%;
}
.product-view .ratings-table .date {
  text-align: right;
}
.product-view .ratings-table .reviews-nickname {
  font-weight: 700;
}
.product-view .product-img-column {
  background: #ffffff;
  padding-top: 20px;
}
.product-view .product-img-column .product-image {
  border-color: transparent;
  position: relative;
}
.product-view .product-img-column .product-image #wrap {
  z-index: 0 !important;
}
.product-view .product-img-column .product-image .hover-image {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  z-index: 99;
}
.product-view .product-img-column .more-images .thumbnails .item a.cboxElement {
  border-color: transparent;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.product-view .product-img-column .more-images .thumbnails .item a.cboxElement:hover {
  border-color: #eee;
}
.product-view .product-img-column .sticker-wrapper.top-right {
  top: -20px;
  left: -12px;
}
.product-view .product-img-column .sticker {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 5px !important;
  height: 24px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-view .product-img-column .sticker.bestseller {
  width: 50px;
  padding: 0 0 0 15px !important;
}
.product-view .product-img-column .sticker.bestseller:before {
  left: 6px;
}
.product-view .product-img-column .sticker:before {
  top: 3px;
  left: 12px;
}
.product-view .product-img-column .img-box .more-images .thumbnails.slides {
  display: block;
}
@media only screen and (max-width: 767px) {
  .product-view .product-img-column .img-box .more-images .thumbnails.slides {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 700px) {
  .product-view .product-img-column .img-box .more-images .thumbnails.slides {
    padding: 0;
  }
}
.product-view .product-img-column .slick-prev,
.product-view .product-img-column .slick-next {
  width: 40px;
  height: 16px;
  background-color: transparent;
  font-size: 0;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: rgb(208.6, 208.6, 208.6);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
}
.product-view .product-img-column .slick-prev:hover,
.product-view .product-img-column .slick-next:hover {
  color: #1c1c1c;
}
.product-view .product-img-column .slick-prev::before,
.product-view .product-img-column .slick-next::before {
  content: "";
  display: block;
  border-style: solid;
  border-color: currentColor;
  width: 20px;
  height: 20px;
  border-width: 2px 2px 0 0;
}
@media only screen and (max-width: 767px) {
  .product-view .product-img-column .slick-prev,
  .product-view .product-img-column .slick-next {
    display: none;
  }
}
.product-view .product-img-column .slick-next {
  right: -32px;
}
.product-view .product-img-column .slick-next::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .product-view .product-img-column .slick-next {
    top: -170px;
    right: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-view .product-img-column .slick-next {
    right: -66px;
  }
}
.product-view .product-img-column .slick-prev {
  left: -32px;
}
.product-view .product-img-column .slick-prev::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media only screen and (max-width: 767px) {
  .product-view .product-img-column .slick-prev {
    top: -170px;
    left: 10px;
  }
}
@media only screen and (max-width: 700px) {
  .product-view .product-img-column .slick-prev {
    left: -32px;
  }
}
.product-view .product-img-column .itemslider-thumbnails {
  max-width: 238px;
}
.product-view .product-img-column .itemslider-thumbnails.count-1 {
  max-width: 79px;
}
.product-view .product-img-column .itemslider-thumbnails.count-2 {
  max-width: 158px;
}
@media only screen and (min-width: 1360px) {
  .product-view .product-img-column .itemslider-thumbnails.count-4,
  .product-view .product-img-column .itemslider-thumbnails.count-5,
  .product-view .product-img-column .itemslider-thumbnails.count-multi {
    max-width: 316px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .product-view .product-img-column .itemslider-thumbnails.count-3,
  .product-view .product-img-column .itemslider-thumbnails.count-4,
  .product-view .product-img-column .itemslider-thumbnails.count-5,
  .product-view .product-img-column .itemslider-thumbnails.count-multi {
    max-width: 158px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .product-view .product-img-column .itemslider-thumbnails.count-4,
  .product-view .product-img-column .itemslider-thumbnails.count-5,
  .product-view .product-img-column .itemslider-thumbnails.count-multi {
    max-width: 316px;
  }
}
.product-view .product-img-column .nav-slider {
  max-height: 60px;
  overflow: hidden;
}
.product-view .product-img-column .nav-slider img {
  margin: 0 auto;
}
.product-view .product-img-column .nav-slider.slick-slider {
  overflow: visible;
  max-height: none;
}
.product-view .product-img-column .nav-slider .item {
  visibility: hidden;
}
.product-view .product-img-column .nav-slider .item.slick-slide {
  visibility: visible;
}
.product-view .product-img-column .mobile-slider {
  display: none;
}
@media only screen and (max-width: 767px) {
  .product-view .product-img-column .mobile-slider {
    display: block;
  }
  .product-view .product-img-column .mobile-slider:not(.slick-initialized) .item {
    height: 0;
    visibility: hidden;
  }
  .product-view .product-img-column .mobile-slider:not(.slick-initialized) .item:first-child {
    height: auto;
    visibility: visible;
  }
  .product-view .product-img-column .mobile-slider img {
    max-width: 600px;
    margin: 0 auto;
  }
}
.product-view .product-img-column .mobile-slider .item {
  position: relative;
}
.product-view .product-img-column .mobile-slider .item .watermark {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  margin-top: unset;
  max-width: unset;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .product-view .product-img-column .mobile-slider img {
    width: 60%;
  }
  .product-view .product-img-column .mobile-slider .item .watermark {
    width: 60%;
    left: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .product-view .product-img-column .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .product-view .product-img-column .product-image.zoom-inside {
    display: none;
  }
  .product-view .product-img-column .nav-slider a {
    pointer-events: none;
  }
  .product-view .product-img-column .img-box-style1 .more-images .thumbnails .item,
  .product-view .product-img-column .more-images .thumbnails .item {
    max-width: 60px;
    border-radius: 8px;
  }
  .product-view .product-img-column .img-box-style1 .more-images .thumbnails .item a.cboxElement,
  .product-view .product-img-column .more-images .thumbnails .item a.cboxElement {
    border: none !important;
  }
  .product-view .product-img-column .img-box-style1 .more-images .thumbnails .item a,
  .product-view .product-img-column .more-images .thumbnails .item a {
    border: none !important;
    max-height: 55px;
    max-width: 55px;
  }
  .product-view .product-img-column .img-box-style1 .more-images .thumbnails .item.slick-current a,
  .product-view .product-img-column .more-images .thumbnails .item.slick-current a {
    border: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .product-view .product-img-column .mobile-slider img {
    max-width: 88%;
  }
}
.product-view .product-name {
  margin-bottom: 0;
}
.product-view .product-name h1 {
  font-size: 30px;
  color: #1d1d1f;
  margin-bottom: 6px;
  font-weight: 500;
}
@media only screen and (max-width: 479px) {
  .product-view .product-name h1 {
    font-size: 24px;
  }
}
.product-view .product-shop .product-name {
  margin-bottom: 0;
}
.product-view .product-shop .product-name h1 {
  font-size: 30px;
  color: #3c3c3c;
  margin-bottom: 6px;
}
.product-view .product-shop .special-price,
.product-view .product-shop .regular-price {
  font-size: 26px;
  line-height: 1.4;
}
@media only screen and (max-width: 479px) {
  .product-view .product-shop .special-price,
  .product-view .product-shop .regular-price {
    font-size: 22px;
  }
}
.product-view .product-shop .special-price .price,
.product-view .product-shop .regular-price .price {
  font-size: 42px;
  line-height: 1.4;
  color: #3c3c3c !important;
}
@media only screen and (max-width: 991px) {
  .product-view .product-shop .special-price .price,
  .product-view .product-shop .regular-price .price {
    font-size: 32px;
  }
}
@media only screen and (max-width: 479px) {
  .product-view .product-shop .special-price .price,
  .product-view .product-shop .regular-price .price {
    font-size: 22px;
  }
}
.product-view .product-shop .special-price .price-label,
.product-view .product-shop .regular-price .price-label {
  display: none;
}
.product-view .ratings,
.product-view .no-rating {
  margin-top: 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .product-view .ratings,
  .product-view .no-rating {
    padding-top: 15px;
    text-align: left;
  }
}
@media only screen and (max-width: 700px) {
  .product-view .ratings,
  .product-view .no-rating {
    padding-top: 0;
  }
}
.product-view .sku {
  margin-top: 0;
  float: left;
  margin-right: 15px;
  font-size: 14px;
}
.product-view .sku .label {
  font-weight: normal;
}
.product-view .product-type-data {
  margin-top: 0;
}
.product-view .product-type-data .item-options dd {
  float: none;
}
.product-view .product-type-data .price-box {
  margin-top: 0;
  border-color: #efefef;
  padding: 40px 0 30px;
}
.product-view .product-type-data .price-box .old-price .price {
  font-size: 20px;
}
.product-view .product-options p.required {
  position: static;
  text-align: left;
}
.product-view .product-options select {
  max-width: 320px;
}
.product-view .availability.out-of-stock span {
  color: red;
}
.product-view .availability.in-stock span {
  color: #00bb12;
}
.product-view .qty-wrapper {
  vertical-align: middle;
}
.product-view .qty-wrapper .ui-spinner {
  margin-right: 10px;
  border-color: #ddd;
  -webkit-transition: border-color 300ms ease-in-out;
  transition: border-color 300ms ease-in-out;
}
.product-view .qty-wrapper .ui-spinner:hover {
  border-color: #aaa;
}
.product-view .qty-wrapper .ui-spinner .ui-state-default {
  border-color: #ddd;
}
.product-view .qty-wrapper .ui-spinner .ui-state-hover {
  border-color: #aaa;
}
.product-view .qty-wrapper > label {
  display: none;
}
.product-view .qty-wrapper .qty {
  border: 1px solid #aaa;
  margin: 0 0 0 16px;
}
.product-view .qty-wrapper .qty label {
  display: none;
}
.product-view .action-box:after {
  content: "";
  display: block;
  clear: both;
}
.product-view .add-to-links {
  float: left;
}
.product-view .add-to-links .ic {
  font-family: "ThemeIcons";
  line-height: 36px;
}
@media only screen and (min-width: 1024px) {
  .product-view .add-to-links .ic {
    line-height: 0;
  }
}
.product-view .social-links, .product-view .social-links-footer {
  float: right;
}
.product-view .social-links > *, .product-view .social-links-footer > * {
  display: inline-block;
  vertical-align: middle;
}
.product-view .short-description > div {
  font-size: 14px;
  line-height: 1.5;
}
.product-view .btn-cart {
  font-size: 20px;
  letter-spacing: 0.75px;
  font-weight: 600;
  min-width: 165px;
  max-width: none;
  padding: 0 10px;
  line-height: 50px;
}
.product-view .btn-cart:focus {
  background: #0071e3;
}
@media only screen and (max-width: 479px) {
  .product-view .btn-cart {
    font-size: 22px;
    font-weight: bold;
  }
}
.product-view .add-to-box {
  position: relative;
}
.product-view #srka-product-review-list {
  border: none;
  padding-left: 0;
  background: none;
}
.product-view #srka-product-review-list .options {
  padding-top: 6px;
}
.product-view #srka-product-review-list .options li .option {
  width: 18px;
  height: 17px;
  background: url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/rating.png) 0 0 no-repeat;
}
.product-view #srka-product-review-list .srka-rating-code .label {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.product-view #srka-product-review-list .srka-rating-code .label:after {
  content: " *";
  color: #ee001c;
  font-weight: normal;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 12px;
}
.product-view #srka-product-review-list .srka-rating-code .label + .options {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
}

@media only screen and (max-width: 479px) {
  .checkout-cart-configure .btn-cart {
    font-size: 18px;
  }
}

.credit-link {
  display: inline-block;
  vertical-align: middle;
  min-width: 120px;
  color: #00bb12;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-right: 20px;
  font-size: 20px;
}
.credit-link:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 479px) {
  .credit-link {
    width: 100%;
    margin: 0;
    font-size: 18px;
    line-height: 3;
    text-align: left;
  }
}
.credit-link.alfa-bank, .credit-link.forward-bank {
  width: 169px;
  height: 72px;
  text-indent: -9999px;
  background: url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/btn-forward.png) 0 0 no-repeat;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.credit-link.alfa-bank:hover, .credit-link.forward-bank:hover {
  opacity: 0.8;
}
.credit-link.alfa-bank {
  background: url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/btn-alfa.png) 0 0 no-repeat;
  margin-bottom: 5px;
}

.social-list li a {
  cursor: pointer;
}

.product-options ul.options-list .label {
  line-height: 2.4;
  margin-left: 0;
  cursor: default;
}

.catalog-category-view .gen-tabs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .catalog-category-view .gen-tabs {
    max-width: 1272px;
    margin: 0 auto;
  }
}
.catalog-category-view .gen-tabs a.current {
  background-color: #2295d4;
  color: #fff;
}

.gen-tabs {
  display: none;
}
.gen-tabs:after {
  content: "";
  display: block;
  clear: both;
}
.gen-tabs .tabs li {
  float: none;
  position: relative;
}
.gen-tabs .tabs li:last-child a,
.gen-tabs .tabs li:last-child span {
  border: none;
}
.gen-tabs .tabs li > .reviews-count {
  position: absolute;
  top: 50%;
  left: 120px;
  font-size: 18px;
  line-height: 1;
  color: #6e6e73;
  background-color: #ffffff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 1px solid #f5f5fb;
}
@media only screen and (min-width: 768px) {
  .gen-tabs .tabs li > .reviews-count {
    top: 45%;
    left: 110px;
  }
}
.gen-tabs .tabs .tab-span {
  border-width: 0 0 1px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  padding: 19px 25px 18px;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .gen-tabs .tabs .tab-span {
    padding: 16px;
  }
}
.gen-tabs .tabs .tab-span:hover {
  background-color: #e5e5e5;
}
.gen-tabs .tabs .tab-span.current {
  margin: 0;
  background-color: rgb(33.9521276596, 148.8670212766, 211.5478723404);
  color: #ffffff;
}
.gen-tabs .tabs-panels {
  border: none;
  font-size: 16px;
  line-height: 1.7;
  padding-top: 0;
  padding-bottom: 0;
}
.gen-tabs .tabs-panels .panel > span {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
}
.gen-tabs .tabs-panels .panel > .std {
  font-size: 14px;
  line-height: 1.5;
}
.gen-tabs .tabs-panels .panel > .std + span {
  margin-top: 30px;
}
.gen-tabs .post-list .item .post-name a {
  color: #0071e3 !important;
}

#blog-tabs.gen-tabs .tabs a {
  border-width: 0 0 1px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  padding: 19px 25px 18px !important;
  border-radius: 5px;
  background-color: transparent;
}

.sku-holder {
  float: left;
}

.benefits-container .benefits-heading {
  margin-bottom: 5px;
}
@media only screen and (max-width: 479px) {
  .benefits-container .benefit {
    width: 100% !important;
    background: #f5f5fb;
  }
  .benefits-container .benefit .benefit-title,
  .benefits-container .benefit .benefit-text {
    text-align: center;
  }
}
.benefits-container .benefit-title {
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  display: table;
  min-height: 38px;
}
@media only screen and (max-width: 880px) {
  .benefits-container .benefit-title {
    font-size: 16px;
  }
}
.benefits-container .benefit-title > * {
  display: table-cell;
  vertical-align: middle;
  font-weight: normal;
  padding-left: 20px;
}
@media only screen and (max-width: 1100px) {
  .benefits-container .benefit-title > * {
    padding-left: 0;
    text-align: center;
  }
}
.benefits-container .benefit-text {
  text-align: left;
  font-size: 16px;
  color: #b5b5b5;
}
@media only screen and (max-width: 880px) {
  .benefits-container .benefit-text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .benefits-container .benefit-text {
    padding-left: 0;
  }
}

.btns-set {
  padding-top: 10px;
}
.btns-set a.fancybox {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  white-space: nowrap;
}

.webforms-fastbuy .row {
  margin-bottom: 10px;
}
.webforms-fastbuy .btn-cart {
  width: 164px;
  margin-top: 10px;
}
.webforms-fastbuy .ui-spinner .input-text {
  border: none;
  padding: 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #zoom-btn {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .product-view .box-reviews .form-add .form-list input.input-text,
  .product-view .box-reviews .form-add .form-list textarea {
    width: 100%;
    max-width: 100%;
  }
  #review-form .data-table th {
    font-size: 14px;
  }
}
.rating-box {
  width: 90px;
  height: 17px;
}
.rating-box .rating {
  height: 17px;
}

#product-review-table .data-table-head {
  display: none;
}

.review-rating {
  font-size: 45px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: -15px;
}
@media only screen and (max-width: 767px) {
  .review-rating {
    font-size: 38px;
  }
}
.review-rating input {
  opacity: 0;
}
.review-rating label {
  color: #aaa;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  position: relative;
  margin: 0 8px;
}
.review-rating label:after {
  color: #aaa;
}
.review-rating label:hover:after {
  color: #f9d900;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.review-rating label:hover ~ label:after,
.review-rating input:focus ~ label:after {
  color: #aaa;
}

.review-rating label:hover ~ label,
.review-rating input:focus ~ label,
.review-rating label:hover {
  color: #f9d900;
  cursor: pointer;
}

.review-rating input[type=radio]:checked ~ label {
  color: #f9d900;
}

.rating-label:after {
  content: "";
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .rating-label:after {
    font-size: 10px;
  }
}

.rating-1:after {
  content: attr(data-bad);
}

.rating-2:after {
  content: attr(data-not-nice);
}

.rating-3:after {
  content: attr(data-normal);
}

.rating-4:after {
  content: attr(data-nice);
}

.rating-5:after {
  content: attr(data-awesome);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all, not all, not all {
  .rating-box,
  .rating-box .rating {
    background-size: 18px 60px;
  }
}
.catalog-product-view .breadcrumbs {
  margin-bottom: 30px;
}
@media only screen and (max-width: 479px) {
  .catalog-product-view .breadcrumbs {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 479px) {
  .checkout-cart-configure .btn-cart {
    font-size: 18px;
  }
}

.credit-link {
  display: inline-block;
  vertical-align: middle;
  min-width: 120px;
  color: #00bb12;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-right: 20px;
  font-size: 20px;
}
.credit-link:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 479px) {
  .credit-link {
    width: 100%;
    margin: 0;
    font-size: 18px;
    line-height: 3;
    text-align: left;
  }
}
.credit-link.alfa-bank, .credit-link.forward-bank {
  width: 169px;
  height: 72px;
  text-indent: -9999px;
  background: url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/btn-forward.png) 0 0 no-repeat;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.credit-link.alfa-bank:hover, .credit-link.forward-bank:hover {
  opacity: 0.8;
}
.credit-link.alfa-bank {
  background: url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/btn-alfa.png) 0 0 no-repeat;
}

.social-list li a {
  cursor: pointer;
}

.product-options ul.options-list .label {
  line-height: 2.4;
  margin-left: 0;
  cursor: default;
}

.product-shop-heading {
  position: relative;
}
@media only screen and (max-width: 1099px) {
  .product-shop-heading {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-shop-heading {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .product-shop-heading > * {
    padding-left: 34.33%;
  }
}
.product-shop-heading .product-shop-heading-set {
  position: absolute;
  width: 100%;
  padding-right: 1%;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-shop-heading .product-shop-heading-set:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 1099px) {
  .product-shop-heading .product-shop-heading-set {
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .product-shop-heading .product-shop-heading-set {
    position: static;
    padding: 0;
  }
}
.product-shop-heading .review-set {
  float: right;
}
.product-shop-heading .ratings {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .product-shop-heading .ratings {
    width: 150px;
    margin-top: -10px;
  }
}
@media only screen and (min-width: 767px) {
  .product-shop-heading .ratings {
    width: auto;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .product-shop-heading .ratings {
    width: auto;
    margin-top: 0;
  }
}

.benefits-container .benefits-heading {
  margin-bottom: 5px;
}
@media only screen and (min-width: 1024px) {
  .benefits-container .benefits-heading {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .benefits-container .benefits-heading .grid12-3 {
    width: auto;
  }
  .benefits-container .benefits-heading .grid12-3 img {
    padding: 5px;
    background: #ffffff;
    border-radius: 50%;
  }
}
.benefits-container .benefit {
  width: 100% !important;
  background: #f5f5fb;
}
@media only screen and (min-width: 1024px) {
  .benefits-container .benefit {
    padding-bottom: 10px;
  }
}
.benefits-container .benefit .benefit-title,
.benefits-container .benefit .benefit-text {
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .benefits-container .benefit .benefit-title,
  .benefits-container .benefit .benefit-text {
    padding-top: 6px;
  }
  .benefits-container .benefit .benefit-title ul,
  .benefits-container .benefit .benefit-text ul {
    margin-left: 20px;
  }
}
.benefits-container .benefit-title {
  font-size: 18px;
  font-weight: normal;
  display: table;
  min-height: 38px;
}
@media only screen and (max-width: 880px) {
  .benefits-container .benefit-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .benefits-container .benefit-title {
    margin-top: 8px;
  }
}
.benefits-container .benefit-title > * {
  display: table-cell;
  vertical-align: middle;
  font-weight: normal;
  padding-left: 20px;
}
@media only screen and (max-width: 1100px) {
  .benefits-container .benefit-title > * {
    padding-left: 0;
    text-align: center;
  }
}
.benefits-container .benefit-text {
  text-align: left;
  font-size: 16px;
  color: #b5b5b5;
}
@media only screen and (max-width: 880px) {
  .benefits-container .benefit-text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .benefits-container .benefit-text {
    padding-left: 0;
    text-align: center;
  }
}

.btns-set {
  padding-top: 10px;
}
.btns-set a.fancybox {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  white-space: nowrap;
}

.webforms-fastbuy .row {
  margin-bottom: 10px;
}
.webforms-fastbuy .btn-cart {
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 27px;
  height: 48px;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.webforms-fastbuy .btn-cart:hover {
  background: #0055AB;
}
.webforms-fastbuy .ui-spinner .input-text {
  border: none;
  padding: 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #zoom-btn {
    display: none;
  }
}
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea {
  max-width: 360px;
  border: 1px solid #f5f5fb;
}

@media only screen and (max-width: 479px) {
  .product-view .box-reviews .form-add .form-list input.input-text,
  .product-view .box-reviews .form-add .form-list textarea {
    width: 100%;
    max-width: 100%;
  }
  #review-form .data-table th {
    font-size: 14px;
  }
}
.rating-box {
  width: 90px;
  height: 17px;
}
.rating-box .rating {
  height: 17px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all, not all, not all {
  .rating-box,
  .rating-box .rating {
    background-size: 18px 60px;
  }
}
#byincredit {
  font-size: 20px;
  border: 4px solid #f89b24;
  background: #ffffff;
  text-transform: uppercase;
  padding-left: 45px;
  position: absolute;
  top: 0;
  left: 190px;
  width: 200px;
  height: 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 600;
}
#byincredit:before {
  position: absolute;
  content: "";
  width: 58px;
  height: 4px;
  background: #fafafa;
  top: -4px;
  left: 10px;
  z-index: 1;
}
#byincredit:after {
  position: absolute;
  content: "";
  background: url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/btn-credit.png) 0 0 no-repeat;
  left: 12px;
  top: -6px;
  width: 46px;
  height: 47px;
  z-index: 2;
}
@media only screen and (max-width: 1100px) {
  #byincredit {
    position: relative;
    left: 0;
    top: 0;
    width: 250px;
  }
}

.pay_late {
  padding: 0 0 1px;
  text-align: center;
  height: auto;
  text-transform: none;
  color: #f89b24;
  border: 2px solid #f89b24;
  padding-left: 45px;
  width: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 600;
}
@media only screen and (max-width: 1100px) {
  .pay_late {
    width: 250px;
  }
}

.buyincreditlist-popup {
  text-align: left;
  padding: 45px 25px;
}
.buyincreditlist-popup h3 {
  font-size: 30px;
}
.buyincreditlist-popup .name_price {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 36px;
}
.buyincreditlist-popup .name_price .name {
  color: #00bb12;
  margin-bottom: 20px;
}
.buyincreditlist-popup .name_price .price {
  font-size: 42px;
  color: #3c3c3c;
  display: inline-block;
  vertical-align: middle;
}
.buyincreditlist-popup .name_price .price + .conditions-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: rgb(155.5, 155.5, 155.5);
  margin-left: 30px;
  max-width: calc(100% - 330px);
}
.buyincreditlist-popup table {
  color: #3c3c3c;
}
.buyincreditlist-popup .box-conditions {
  width: 1000px;
}
.buyincreditlist-popup .choose-bank-table,
.buyincreditlist-popup .conditions-text {
  width: 100%;
}
.buyincreditlist-popup th,
.buyincreditlist-popup td {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.buyincreditlist-popup th:first-child,
.buyincreditlist-popup td:first-child {
  padding-left: 0;
}
.buyincreditlist-popup th:last-child,
.buyincreditlist-popup td:last-child {
  padding-right: 0;
  text-align: right;
}
.buyincreditlist-popup tr {
  border-bottom: 1px solid #ededed;
}
.buyincreditlist-popup tr:last-child {
  border: none;
}
.buyincreditlist-popup th {
  background: #ededed;
  height: 70px;
  padding: 5px 10px;
  text-align: center;
  font-weight: 600;
}
.buyincreditlist-popup td {
  font-size: 18px;
  padding: 24px 10px;
}
.buyincreditlist-popup td:first-child {
  width: 170px;
  padding-right: 5px;
}
.buyincreditlist-popup td select {
  width: 54px;
  height: 30px;
  padding: 0 8px;
}
.buyincreditlist-popup span {
  display: inline-block;
  vertical-align: middle;
}
.buyincreditlist-popup .bank-img {
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.buyincreditlist-popup .bank-name {
  max-width: 140px;
}
.buyincreditlist-popup .buyincredit {
  font-size: 18px;
  line-height: 1.2;
  width: 134px;
  height: 44px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#form_buyincredit .twitter-typeahead {
  min-width: calc(100% - 200px);
}
#form_buyincredit .tt-suggestion {
  padding: 5px;
}
#form_buyincredit .tt-dropdown-menu {
  max-height: 220px;
  max-width: 320px;
  overflow-y: auto;
}

.webforms-buyincredit {
  display: block;
  text-align: left;
  padding: 45px 25px;
  overflow: hidden;
}
.webforms-buyincredit .field {
  margin-bottom: 20px;
}
.webforms-buyincredit .field > *:not(script) {
  display: inline-block;
  vertical-align: middle;
}
.webforms-buyincredit .field .validation-advice {
  display: inline-block;
  vertical-align: middle;
}
.webforms-buyincredit label {
  font-size: 18px;
  width: 125px;
}
.webforms-buyincredit input[type=text],
.webforms-buyincredit textarea {
  font-size: 16px;
  width: 296px;
  border-color: #e7e7e7;
  color: #3c3c3c;
  padding: 5px 8px;
}
.webforms-buyincredit input[type=text] {
  height: 30px;
}
.webforms-buyincredit textarea {
  min-height: 94px;
}
.webforms-buyincredit .webforms-fields-comment label {
  vertical-align: top;
  padding-top: 5px;
}
.webforms-buyincredit .validation-advice,
.webforms-buyincredit .field-description {
  font-size: 16px;
  margin-left: 20px;
}
.webforms-buyincredit .buttons-set .button {
  font-size: 18px;
  float: none;
  width: 196px;
  height: 44px;
}

.oo-cart {
  width: 100%;
}
.oo-cart .oos-buy {
  font-size: 20px;
  min-width: 125px;
}
.wrapper .oo-cart .oos-buy {
  white-space: normal;
  text-align: center;
}

.box-additional .worth__adding {
  color: #1d1d1f;
  font-size: 16px;
  padding-bottom: 8px;
}
.box-additional .product-options .options-list li {
  position: relative;
  padding: 5px 0;
  z-index: 0;
}
.box-additional .product-options .options-list li input.checkbox {
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box-additional .product-options .options-list li input.checkbox + .label:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box-additional .product-options .options-list li input.checkbox + .label:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 5px;
  background: #ffffff;
}
.box-additional .product-options .options-list li input.checkbox:checked + .label:before {
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #1d1d1f;
}
.box-additional .product-options .options-list li input.checkbox:checked + .label:after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #ffffff;
  border-color: #1d1d1f;
}
.box-additional .product-options .options-list li .label {
  position: relative;
  padding-right: 80px;
  line-height: 1 !important;
}
.box-additional .product-options .options-list li .label label {
  line-height: 1;
}
.box-additional .product-options .options-list li .label strong {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box-additional .product-options .more {
  margin-top: 5px;
}

.product-view .box-additional .product-options ul.options-list .label span.info {
  font-size: 10px;
  font-weight: 600;
  position: relative;
  color: #0071e3;
  cursor: pointer;
  border: 1px solid #0071e3;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 4px;
}
@media only screen and (min-width: 1720px) {
  .product-view .box-additional .product-options ul.options-list .label span.info {
    padding: 0;
  }
}

.mini-cart.dropdown .mini-cart-content #cart-sidebar .item .product-details__content {
  position: relative;
}
.mini-cart.dropdown .mini-cart-content #cart-sidebar .item .product-details__content .product-name > a {
  display: inline;
}
.mini-cart.dropdown .mini-cart-content #cart-sidebar .item .product-details__content .product-name .truncated .truncated_full_value {
  position: static;
}
.mini-cart.dropdown .mini-cart-content #cart-sidebar .item .product-details__content .product-name .truncated .truncated_full_value.show .item-options {
  display: block;
  left: 50%;
  top: auto;
  -webkit-transform: translateZ(0) translateX(-50%) !important;
  transform: translateZ(0) translateX(-50%) !important;
  top: 100%;
  width: 270px;
  background: #fff;
}
.mini-cart.dropdown .mini-cart-content #cart-sidebar .item .product-details__content .product-name .truncated .details {
  border: none;
}

.header-container.header-regular .right-column__container > .item span.info {
  font-size: 14px;
  font-weight: 600;
  margin-left: 5px;
  position: relative;
  color: #1c1c1c;
}
.header-container.header-regular .right-column__container > .item span.info:before {
  content: "";
  display: block;
  font-size: 15px;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  border-radius: 50%;
  text-align: center;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.benefit_payment__list {
  -webkit-column-gap: 28px;
  -moz-column-gap: 28px;
  column-gap: 28px;
}

@media screen and (max-width: 767px) {
  .col-main-catalog-page {
    margin-top: 24px;
  }
}

.col-left-catalog-page .price-slider__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media screen and (max-width: 991px) {
  .category-page__inner .page-title h1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
  }
}
.category-page__container {
  padding-left: 14px;
  padding-right: 14px;
}
@media screen and (min-width: 991px) {
  .category-page__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.category-page__wrapper {
  display: block;
}
@media screen and (min-width: 767px) {
  .category-page__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.category-page__wrapper .category-products .item-inner {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .category-page__wrapper .category-products .item-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1199px) {
  .category-page__wrapper .category-products .item-inner .button.btn-cart {
    width: 56px;
    height: 56px;
    padding: 8px;
    margin-right: -12px;
  }
}
.category-page__wrapper .category-products .item-inner .product-image-wrapper {
  margin-right: -16px;
  margin-left: -16px;
}
@media screen and (max-width: 767px) {
  .category-page__wrapper .category-products .item-inner .product-image-wrapper {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 991px) {
  .category-review .review-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
  }
}

.catalog-products__list {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
@media screen and (min-width: 991px) {
  .catalog-products__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.catalog-products__list > ul {
  grid-column: span 2;
}
@media screen and (min-width: 991px) {
  .catalog-products__list > ul {
    grid-column: span 3;
  }
}
.catalog-products__item {
  width: 100% !important;
}
.catalog-products__item .item-inner {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .no-gutter.grid-col2-sidebar.col-left-catalog-page {
    width: unset;
    width: 286px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .no-gutter.grid-col2-sidebar.col-left-catalog-page .block-actions__item {
    max-width: 100%;
    margin-bottom: 12px;
  }
  .no-gutter.grid-col2-main.col-main-catalog-page {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.category-products .products-grid .item-content {
  min-height: 30px;
}
.category-products .products-grid .item-content .ratings {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-image-wrapper .extra-options {
  position: absolute;
  left: 10px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .product-image-wrapper .extra-options {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .product-image-wrapper .extra-options {
    display: none;
  }
}
.product-image-wrapper .extra-options .item-extra_hov {
  max-width: 75px;
  border-radius: 50%;
  max-height: 75px;
  margin: 10px 0;
  overflow: hidden;
}
.product-image-wrapper .extra-options .item-extra_hov .extra-a {
  display: inline-block;
  max-height: inherit;
  max-width: inherit;
}

.sort-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sort-list:after {
  content: "";
  display: block;
  clear: both;
}
.sort-list li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  margin-left: 10px;
  white-space: nowrap;
  color: #6e6e73;
  padding: 0 12px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sort-list li:hover {
  color: #1d1d1f;
}
.sort-list li.selected {
  pointer-events: none;
  background-color: #f5f5fb;
  color: #1d1d1f;
  border-radius: 30px;
}

.products-grid .item {
  border: none;
}
.products-grid .item .addto-links-icons,
.products-grid .item .add-to-links {
  visibility: visible;
  opacity: 1;
}
.products-grid .item .addto-links-icons > a,
.products-grid .item .add-to-links > a {
  float: left;
}
.products-grid .item .add-to-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 10px;
  position: absolute;
  top: 42px;
  right: -3px;
  z-index: 0;
}
.products-grid .item .add-to-links > li {
  float: none;
  display: block;
}
.products-grid .item .add-to-links > li .link-wishlist,
.products-grid .item .add-to-links > li .link-compare {
  padding-right: 4px;
  padding-bottom: 3px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background: #f5f5fb;
}
.products-grid .item .add-to-links > li .link-wishlist span::before,
.products-grid .item .add-to-links > li .link-compare span::before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .products-grid .item .add-to-links > li .link-wishlist,
  .products-grid .item .add-to-links > li .link-compare {
    width: 32px;
    height: 32px;
    padding-bottom: 0;
    padding-right: 1px;
  }
}
.products-grid .item .add-to-links > li .link-wishlist:hover,
.products-grid .item .add-to-links > li .link-compare:hover {
  background: #0071e3;
}
.products-grid .item .add-to-links > li .link-wishlist:hover span::before,
.products-grid .item .add-to-links > li .link-compare:hover span::before {
  -webkit-filter: invert(1) brightness(2);
  filter: invert(1) brightness(2);
}
.products-grid .item .add-to-links > li .link-wishlist .icon,
.products-grid .item .add-to-links > li .link-compare .icon {
  width: 18px;
  height: 18px;
}
@media only screen and (min-width: 768px) {
  .products-grid .item .add-to-links > li .link-wishlist .icon,
  .products-grid .item .add-to-links > li .link-compare .icon {
    width: 20px;
    height: 20px;
  }
}
.products-grid .item .sticker-wrapper {
  top: 2px;
}
.products-grid .item .sticker-wrapper .sticker {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 20px;
  border-radius: 0;
  cursor: pointer;
}
.products-grid .item .sticker-wrapper .sticker.new {
  padding: 4px 5px !important;
}
.products-grid .item .sticker-wrapper .sticker.price {
  padding: 1px 5px !important;
}
@media only screen and (max-width: 767px) {
  .products-grid .item .sticker-wrapper .sticker.price {
    padding: 4px 5px !important;
  }
}
.products-grid .item .sticker-wrapper .sticker.sales {
  line-height: 1;
  padding: 1px 5px !important;
}
@media only screen and (max-width: 767px) {
  .products-grid .item .sticker-wrapper .sticker.sales {
    padding: 4px 5px !important;
  }
}
.products-grid .item .sticker-wrapper .sticker.bestseller {
  padding: 4px 8px 4px 20px !important;
}
@media only screen and (min-width: 768px) {
  .products-grid .item .sticker-wrapper .sticker.bestseller {
    padding: 2px 8px 4px 20px !important;
  }
}
.products-grid .item .sticker-wrapper .sticker.bestseller:before {
  top: 2px;
}
@media only screen and (min-width: 678px) {
  .products-grid .item .sticker-wrapper .sticker.bestseller:before {
    top: 1px;
  }
}
.products-grid .item .sticker-wrapper.top-right {
  left: 2px;
}
.products-grid .item .sticker-wrapper.top-left {
  left: 2px;
}
.products-grid .item .sticker-wrapper.top-left .sticker {
  border-bottom-right-radius: 8px;
}
.products-grid .item:hover .sticker-wrapper .sticker {
  padding: 8px;
}
.products-grid .item:hover .cross-links_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.products-grid .item .product-name {
  white-space: normal;
  overflow: hidden;
}
.products-grid .cross-links_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  gap: 8px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 16px;
  position: absolute;
  padding-left: 16px;
  padding-right: 16px;
}
.products-grid .cross-links_wrapper a {
  background-color: rgba(255, 255, 255, 0.6);
}
.products-grid .cross-links_wrapper a:hover img {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.products-grid .cross-links_wrapper .active img {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.products-grid .cross-links_wrapper img {
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 767px) {
  .products-grid .cross-links_wrapper img {
    width: 12px;
    height: 12px;
  }
}

.products-grid.single-line-name .item:hover .product-name {
  overflow: hidden;
  white-space: inherit;
}

.category-title {
  border: none;
}
@media only screen and (min-width: 768px) {
  .category-title {
    padding-bottom: 20px;
  }
}

.toolbar {
  border: none;
}
.toolbar .view-mode span.list,
.toolbar .view-mode span.grid {
  color: #2295d4;
}
@media only screen and (max-width: 767px) {
  .toolbar .view-mode {
    display: none;
  }
}
.toolbar .sort-by:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .toolbar .sort-by {
    min-width: 370px;
  }
  .toolbar .sort-by label {
    float: left;
  }
}
.toolbar .sort-by label {
  font-weight: 500;
  font-size: 16px;
  color: #1d1d1f;
  position: relative;
  padding-left: 32px;
}
.toolbar .sort-by label:before {
  content: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/sort.svg");
  position: absolute;
  top: 5px;
  left: 0;
}
@media only screen and (max-width: 479px) {
  .toolbar .sort-by .category-desc {
    display: none;
  }
}

.sorter .view-mode .grid,
.sorter .view-mode .list {
  color: #1c1c1c;
}
.sorter .view-mode .grid:hover,
.sorter .view-mode .list:hover {
  background-color: transparent;
  color: #2295d4;
}
.sorter .view-mode .grid::before,
.sorter .view-mode .list::before {
  font-family: "estore-icon";
  font-size: 20px;
  color: currentColor;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.sorter .view-mode .grid::before {
  content: "\e228";
}
.sorter .view-mode .list::before {
  content: "\e241";
}

#products-list .add-to-links {
  top: 45% !important;
  left: 0 !important;
  right: auto !important;
  width: 40px;
  height: 80px;
  background-color: #e5e5e5;
  -webkit-transform: translate(0);
  transform: translate(0);
  overflow: hidden;
  position: relative;
}
#products-list .add-to-links li {
  width: 100%;
  height: 40px;
  float: none;
}
#products-list .add-to-links a {
  width: 100%;
  height: 100%;
  text-align: center;
  float: none;
  margin: 0;
  display: block;
  color: #1c1c1c !important;
}
#products-list .add-to-links a:hover {
  color: rgb(33.9521276596, 148.8670212766, 211.5478723404) !important;
}
#products-list .add-to-links a::before {
  font-family: "estore-icon";
  display: inline-block;
  color: currentColor;
  font-size: 18px;
  line-height: 1;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-bottom: 80px;
}
#products-list .add-to-links a.link-wishlist::before {
  content: "\e906";
}
#products-list .add-to-links a.link-compare::before {
  content: "\e908";
}
#products-list > .item {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#products-list > .item:hover {
  background-color: #ffffff;
}
#products-list > .item:hover div .extra-options {
  display: block;
}
#products-list > .item .button {
  background-color: #f89b24;
  color: #ffffff;
}
#products-list .price-box {
  text-align: left;
  margin: 0 0 15px;
}
#products-list .price-box .special-price .price-label {
  display: none;
}
#products-list .price-box .special-price .price {
  color: #3c3c3c !important;
}
#products-list .price-box .old-price .price {
  font-size: 15px;
}
#products-list .price-box .price {
  font-size: 22px;
}
#products-list .price-box .price .currency {
  font-size: 15px;
  display: inline-block;
}
@media only screen and (max-width: 1140px) {
  #products-list .price-box .price {
    font-size: 16px;
  }
}

.pager .pages > ol > li.current {
  background-color: #f5f5fb !important;
  color: #1d1d1f !important;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.pager .pages > ol > li > a {
  color: #6e6e73;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border-radius: 50%;
}
.pager .pages > ol > li > a:hover {
  background-color: #e5e5e5;
  color: #3c3c3c;
}
.pager .pages > ol > li.previous {
  margin-right: 20px;
}
.pager .pages > ol > li.previous > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #f5f5fb;
}
.pager .pages > ol > li.previous > a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: #000;
  border-width: 2px 0 0 2px;
  -webkit-transform: translate(25%, 0) rotate(-45deg);
  transform: translate(25%, 0) rotate(-45deg);
}
.pager .pages > ol > li.next {
  margin-left: 20px;
}
.pager .pages > ol > li.next > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #f5f5fb;
}
.pager .pages > ol > li.next > a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: currentColor;
  border-width: 2px 2px 0 0;
  -webkit-transform: translate(-25%, 0) rotate(45deg);
  transform: translate(-25%, 0) rotate(45deg);
}

.item-inner:hover {
  border-color: #f89b24;
}
.item-inner:hover .sticker.sale {
  background-color: #ff4343 !important;
  color: #ffffff !important;
  border-color: #ff4343 !important;
}
.item-inner:hover .sticker.bestseller {
  background-color: #ffffff !important;
  color: #f2994a !important;
  border-color: #f2994a !important;
}
.item-inner:hover .sticker.new {
  background-color: #ffffff !important;
  color: #219653 !important;
  border-color: #219653 !important;
}
.item-inner:hover .sticker.price {
  background-color: #ffffff !important;
  color: #eb5757 !important;
  border-color: #eb5757 !important;
}
.item-inner:hover .sticker.sales {
  background-color: #1418b6 !important;
  color: #ffffff !important;
  border-color: #1418b6 !important;
}
.item-inner:hover .sticker.wasinuse {
  background-color: #11510d !important;
  color: #ffffff !important;
  border-color: #11510d !important;
}
@media screen and (min-width: 768px) {
  .item-inner:hover .product-image-wrapper .extra-options {
    display: block;
  }
}

.oos-order-info .btns-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 65%;
}
@media only screen and (max-width: 1100px) {
  .oos-order-info .btns-set {
    width: 80%;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}
.oos-order-info .oos-buy,
.oos-order-info .oos-credit {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  height: 50px;
  padding: 0 !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: normal !important;
}
.oos-order-info .oos-buy::after,
.oos-order-info .oos-credit::after {
  display: none !important;
}
.oos-order-info .oos-buy {
  width: 45%;
  color: #ffffff !important;
  border-radius: 5px;
}
.oos-order-info .oos-credit {
  width: 52%;
  border: 2px solid #f89b24 !important;
  color: #f89b24 !important;
}
.oos-order-info .oos-credit:hover {
  background-color: #f89b24 !important;
  color: #ffffff !important;
}
.oos-order-info .oos-one-click {
  padding-top: 20px;
}

.product-view .product-shop .add-to-box:not(.border) {
  border-bottom: none;
}

.product-crosslinks_wrapper {
  margin-left: 0;
  row-gap: 24px;
  margin-right: 0;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 1720px) {
  .product-crosslinks_wrapper {
    max-width: 280px;
  }
}

.product-crosslinks_title {
  color: #6e6e73;
  font-size: 16px;
  margin-bottom: 9px;
}
.product-crosslinks_text {
  font-size: 16px;
  color: #1d1d1f;
  font-weight: 400;
}

.product-crosslinks_block.color {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.product-crosslinks_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f5f5fb;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 30px;
  padding: 4px;
  gap: 4px;
}
.product-crosslinks_list__color {
  border-radius: 10px;
  padding: 8px;
  gap: 8px;
}
.product-crosslinks_list__color .product-crosslink_link {
  background: #ffffff;
  border-radius: 10px;
}
.product-crosslinks_list__color .product-crosslink_link img {
  padding: 2px;
}
.product-crosslinks_list > * {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

.product-crosslink_link {
  border: none;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 30px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1d1d1f;
  font-size: 16px;
}
.product-crosslink_link:hover {
  outline: 1px solid #6e6e73;
  background: #ffffff;
}
.product-crosslink_link[data-cross-attribute=color] {
  width: 48px;
  height: 48px;
  border-radius: 10px;
}
.product-crosslink_link.current {
  border: 1px solid #1d1d1f;
  background: #ffffff;
  overflow: hidden;
}
.product-crosslink_link.out-hover {
  opacity: 0.2;
}
.product-crosslink_link.out {
  opacity: 0.2;
}
.product-crosslink_link img {
  display: block;
}

span.product-crosslink_icon {
  padding: 4px 12px;
}

.sidebar .block-layered-nav .layerednavigation-slider-bar,
.layerednavigation-page-container .block-layered-nav .layerednavigation-slider-bar {
  background-color: #1d1d1f;
  height: 3px;
  -webkit-transform: translate(3px, 0);
  transform: translate(3px, 0);
}
.sidebar .block-layered-nav .slider-wrap .handle,
.layerednavigation-page-container .block-layered-nav .slider-wrap .handle {
  background: #ffffff;
  border-color: #1d1d1f !important;
  width: 11px;
  height: 11px;
  top: calc(50% + 3px);
}
.sidebar .block-layered-nav .slider-wrap .handle.selected,
.layerednavigation-page-container .block-layered-nav .slider-wrap .handle.selected {
  background: white;
}
.sidebar .block-layered-nav .configurable-swatch-list img,
.layerednavigation-page-container .block-layered-nav .configurable-swatch-list img {
  width: auto;
  height: auto;
}
.sidebar .block-layered-nav .actions a,
.layerednavigation-page-container .block-layered-nav .actions a {
  color: #1d1d1f;
}
.sidebar .block-layered-nav .actions a.action-remove__btn--all,
.layerednavigation-page-container .block-layered-nav .actions a.action-remove__btn--all {
  position: absolute;
  color: #1d1d1f;
  cursor: pointer;
  font-size: 14px;
  top: 80px;
  right: 30px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .sidebar .block-layered-nav .actions a.action-remove__btn--all,
  .layerednavigation-page-container .block-layered-nav .actions a.action-remove__btn--all {
    top: 16px;
    right: 8px;
  }
}
@media only screen and (min-width: 1024px) {
  .sidebar .block-layered-nav .actions a.action-remove__btn--all,
  .layerednavigation-page-container .block-layered-nav .actions a.action-remove__btn--all {
    right: 16px;
  }
}
.sidebar .block-layered-nav .actions a.action-remove__btn--all:before,
.layerednavigation-page-container .block-layered-nav .actions a.action-remove__btn--all:before {
  content: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/btn-remove.svg");
  position: absolute;
  left: -20px;
}

.products-list .item:hover {
  border: 1px solid #0055AB;
}
.products-list .item:hover .cross-links_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.products-list .item .sticker {
  height: auto;
}
.products-list .product-name > a {
  color: #025178;
  display: block;
}
.products-list .desc .link-learn {
  display: block;
  margin-top: 10px;
}
.products-list .product-image-wrapper {
  position: relative;
}
.products-list .cross-links_wrapper {
  display: none;
  height: 90px;
  position: absolute;
  right: 1px;
  top: 45%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.products-list .cross-links_wrapper a:hover img, .products-list .cross-links_wrapper a.active img {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.products-list .cross-links_wrapper img {
  border-radius: 50%;
  margin: 8px 0;
  border: 1px solid transparent;
  width: 30px;
  height: 30px;
}

#layerednavigation-slider-price-range {
  clear: both;
}

.touch .products-grid .item .display-onhover {
  opacity: 1 !important;
  position: absolute;
  top: 40px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 8px;
  padding: 0;
}
.touch .products-grid .item .display-onhover .link-compare,
.touch .products-grid .item .display-onhover .link-wishlist {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}
.touch .products-grid .item .display-onhover .link-compare span,
.touch .products-grid .item .display-onhover .link-wishlist span {
  font-size: 24px;
}
.touch .products-grid .item .display-onhover .link-compare:hover,
.touch .products-grid .item .display-onhover .link-wishlist:hover {
  background-color: #1d1d1f;
}

@media only screen and (max-width: 479px) {
  .products-grid.category-products-grid.hover-effect .item .add-to-links {
    display: block !important;
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 420px) {
  .sorter .view-mode .grid,
  .sorter .view-mode .list,
  .sorter .sort-by .category-asc,
  .sorter .sort-by .category-desc,
  .pager .pages .current,
  .pager .pages li a {
    width: 24px;
  }
}
.portal {
  width: 102%;
  margin-left: -1%;
}
.portal:after {
  content: "";
  display: block;
  clear: both;
}
.portal .parent {
  width: 23%;
  margin: 0 1% 2%;
  float: left;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .portal .parent {
    width: 31.33%;
  }
}
@media only screen and (max-width: 900px) {
  .portal .parent {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .portal .parent {
    width: 31.33%;
  }
}
@media only screen and (max-width: 640px) {
  .portal .parent {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .portal .parent {
    width: 100%;
  }
  .portal .parent .portal_image_wrapp {
    display: block !important;
  }
}
.portal .parent .parent_inner {
  border: 1px solid transparent;
  overflow: hidden;
  position: relative;
  z-index: 4;
}
.portal .parent .portal_image_wrapp {
  text-align: center;
}
.portal .parent .portal_image_wrapp img {
  width: 100%;
}
.portal .parent .title {
  font-weight: 500;
  font-size: 18px;
  color: #3a3a3a;
  line-height: 18px;
  margin: 15px 0 0;
  padding: 15px 30px;
}
.portal .parent.open .parent_inner {
  z-index: 5;
  border-color: #dedede;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.34);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.34);
  -webkit-transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
  transition: box-shadow 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.portal .parent.open .parent_inner .portal_image_wrapp {
  border-color: transparent;
}
.portal .parent.open .parent_inner .child_1 {
  background: #fff;
}
.portal .parent .child_1 {
  position: relative;
  padding: 0 20px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.portal .parent .child_1 a {
  display: block;
}
.portal .parent .child_1 a .title {
  display: block;
  font-size: 14px;
  color: #3a3a3a;
  opacity: 0.8;
  line-height: 16px;
  padding: 8px 30px 8px 10px;
  position: relative;
  border-bottom: 1px solid #f89b24;
}
.portal .parent .child_1 a .title:after {
  content: "\e904";
  font-family: "icomoon";
  font-size: 12px;
  color: #333;
  text-align: center;
  line-height: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  width: 30px;
  height: 20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.portal .parent .child_1 .show_more {
  height: 0;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  overflow: hidden;
}
.portal .parent .child_1 .show_more_btn {
  font-size: 14px;
  display: block;
  color: #333;
  padding: 15px 30px 15px 10px;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}
.portal .parent .child_1 .show_more_btn:after {
  content: "\e904";
  font-family: "icomoon";
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  display: block;
  position: absolute;
  font-weight: normal;
  right: 5px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.portal .parent .child_1 .show_more_btn.open:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.menu_portal {
  background: #f5f5f5;
  margin-top: 10px;
}
.menu_portal .menu_parent > a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #3a3a3a;
  line-height: 18px;
  padding: 10px 53px 10px 23px;
  display: block;
  position: relative;
  border-bottom: 1px solid #d6d6d6;
}
.menu_portal .menu_parent > a:after {
  content: "\e904";
  font-family: "icomoon";
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  width: 40px;
  height: 20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menu_portal .menu_parent > a:hover, .menu_portal .menu_parent > a.active {
  background: #3c3c3c;
  color: #fff;
}

.compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.compare-title {
  font-size: 32px;
  margin-bottom: 25px;
}
.compare .compare-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.compare .compare-item {
  -ms-flex-preferred-size: 33.3%;
  flex-basis: 33.3%;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .compare .compare-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .compare .compare-item.mobile-hide {
    display: none;
  }
}
.compare .compare-item .compare-select {
  position: relative;
}
.compare .compare-item .compare-select:before {
  content: "\e904";
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -5px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: "icomoon";
  font-size: 9px;
  color: #888;
}
.compare .compare-item .compare-select:hover:before {
  color: initial;
}
.compare .compare-item select {
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 1px solid black;
  padding: 10px 0;
  background-color: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.compare .compare-item .compare-device {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.compare .compare-item .compare-device .images img {
  max-width: 250px;
}
@media only screen and (max-width: 767px) {
  .compare .compare-item .compare-device .images img {
    max-width: 150px;
  }
}
.compare .compare-item .compare-device .color-togler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
  width: 70%;
  min-height: 130px;
}
@media only screen and (max-width: 767px) {
  .compare .compare-item .compare-device .color-togler {
    width: 80%;
  }
}
.compare .compare-item .compare-device .color-togler .color-button {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .compare .compare-item .compare-device .color-togler .color-button {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
.compare .compare-item .compare-device .color-togler .color-button .color-image {
  width: 24px;
  border-radius: 50%;
}
.compare .compare-item .compare-device .color-togler .color-button .color-name {
  display: none;
  position: absolute;
  text-align: center;
  line-height: 1;
  margin: 0;
  top: 32px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.compare .compare-item .compare-device .color-togler .color-button.active {
  position: relative;
}
.compare .compare-item .compare-device .color-togler .active .image-container {
  cursor: pointer;
  position: relative;
}
.compare .compare-item .compare-device .color-togler .active .image-container::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  border-radius: 50%;
  border: 3px solid #2295d4;
  top: -5px;
  right: -5px;
}
.compare .compare-item .compare-device .color-togler .active .color-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.compare .compare-item .buy-button {
  margin-top: 15px;
}
.compare .compare-item .buy-button a {
  background-color: #f89b24;
  color: #fff;
  letter-spacing: 0.75px;
  line-height: 50px;
  border-radius: 5px;
  padding: 15px 50px;
  text-decoration: none;
}
.compare .compare-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
}
.compare .compare-table .compare-section {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.compare .compare-table .compare-section h2 {
  font-size: 24px;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #d1d1d1;
}
.compare .compare-table .compare-section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.compare .compare-table .compare-section .row .column-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-preferred-size: 33.3%;
  flex-basis: 33.3%;
  margin-bottom: 40px;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .compare .compare-table .compare-section .row .column-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: calc(50vw - 12px);
  }
}
.compare .compare-table .compare-section .row .column-item .image img {
  max-width: 80px;
}
.compare .compare-table .compare-section .row .column-item p {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .compare .compare-table .compare-section .row .column-item p {
    font-size: 20px;
  }
}
.compare .compare-table .compare-section .row .column-item span {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .compare .compare-table .compare-section .row .column-item.mobile-hide {
    display: none;
  }
}

.catalog-products__item .product-name {
  padding-top: 44px;
  padding-bottom: 60px;
}
.catalog-products__item .price-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.catalog-products__item .price-holder .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.catalog-products__item .price-holder .price-box .regular-price .price {
  font-size: 24px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .catalog-products__item .price-holder .price-box .regular-price .price {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }
}
.catalog-products__item .price-holder .price-box .old-price .price {
  font-size: 14px;
  color: #6e6e73;
}
.catalog-products__item .price-holder .price-box .special-price .price {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #ff3b30;
}
@media screen and (max-width: 767px) {
  .catalog-products__item .price-holder .price-box .special-price .price {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }
}
.catalog-products__list .product-name {
  color: #1d1d1f;
  font-size: 12px;
  margin: 0;
  text-align: left;
}
.catalog-products__list .product-name a {
  color: inherit;
}

.category-products-grid .item {
  background-color: #ffffff;
  padding: 8px;
  border: 1px solid #f5f5fb;
}
.category-products-grid .item:hover {
  background-color: #ffffff;
}

.itemgrid-2col .item {
  width: 50%;
}
@media only screen and (min-width: 960px) {
  .itemgrid-2col .item {
    width: 33%;
    clear: none !important;
  }
}

.catalog-trade-in {
  margin-bottom: 14px;
  width: 100%;
}
.catalog-trade-in__link {
  width: 100%;
  height: 40px;
  background-color: #e1efff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #1d1d1f;
  font-size: 12px;
  border-radius: 27px;
}
@media screen and (max-width: 767px) {
  .catalog-trade-in__link {
    height: 24px;
  }
}
.catalog-trade-in__link:hover {
  background-color: #ADD1F9;
  color: #1d1d1f;
}
@media only screen and (min-width: 768px) {
  .catalog-trade-in__link {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  div.layerednavigation-page-container {
    margin-right: -16px;
    margin-left: -16px;
  }
}

.catalog-category-view .page .inner-container,
.catalogsearch-result-index .page .inner-container {
  padding: 0;
  max-width: 1240px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .catalogsearch-result-index .category-page__container {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .layerednavigation-page-container .category-products > .toolbar,
  .layerednavigation-page-container .filter-list .toolbar {
    display: none;
  }
  .layerednavigation-page-container .category-products > .toolbar + .actions,
  .layerednavigation-page-container .filter-list .toolbar + .actions,
  .layerednavigation-page-container .block-subtitle + .actions {
    display: none;
  }
}
.news-block {
  margin: 30px 0;
}
.news-block .item {
  background: #ffffff;
  padding: 15px 10px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.news-block .item .post-image-wrapper {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .news-block .item .post-image-wrapper {
    margin-bottom: 10px;
  }
}
.news-block .news-name {
  font-size: 20px;
  line-height: 24px;
  color: #2295D4;
  font-weight: 600;
}
.news-block .news-date {
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  color: #515151;
  margin-bottom: 15px;
}
.news-block .news-text-block {
  position: relative;
}
.news-block .news-text {
  font-size: 14px;
  color: #515151;
  padding-top: 5px;
  max-height: 240px;
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height ease-out;
  transition: max-height ease-out;
}
@media only screen and (max-width: 767px) {
  .news-block .news-text {
    max-height: 92px;
  }
}
.news-block .news-text:after {
  content: "...";
  position: absolute;
  right: 0px;
  bottom: 3px;
  background: #ffffff;
  width: 112px;
}
.news-block .news-text.more {
  max-height: 10000px;
  -webkit-transition: max-height 0.7s linear;
  transition: max-height 0.7s linear;
}
.news-block .news-text.more:after {
  content: "";
}
.news-block .read {
  display: none;
}
.news-block .read.visible {
  display: inline-block;
  color: #2295D4;
  text-decoration: underline;
  font-size: 14px;
  position: absolute;
  z-index: 1;
  bottom: 4px;
  left: calc(100% - 90px);
}
.news-block .read.visible.more {
  bottom: 0;
}

.fancybox-news {
  -o-object-fit: contain;
  object-fit: contain;
}

.fancybox-lock .checkout-onepage-index {
  margin-right: 0;
}

.checkout-onepage-index .col-main {
  margin-bottom: 24px;
}

.checkout-onepage-index {
  margin-right: 0;
}
.checkout-onepage-index .loading:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: rgba(250, 250, 250, 0.8) url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/brander/opcheckout/ajax-loader-tr.gif) no-repeat 50% 50%;
}
.checkout-onepage-index .checkout-billing-bag-col .product-info .price-col .product-counter {
  contain: strict;
  position: relative;
  min-width: 88px;
  height: 28px;
  font-size: 14px;
  border: 1.5px solid #f5f5fb;
  border-radius: 21px;
  width: 88px;
}
.checkout-onepage-index .checkout-billing-bag-col .product-info .price-col .product-counter button.plus,
.checkout-onepage-index .checkout-billing-bag-col .product-info .price-col .product-counter button.minus {
  background: transparent;
  -webkit-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent;
  text-shadow: 0px 0px 0px transparent;
  contain: strict;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  border: none;
  position: absolute;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 0;
  top: 0;
  text-align: center;
  color: var(--darc-light);
  cursor: pointer;
  z-index: 9;
  width: 25px;
  height: 25px;
}
.checkout-onepage-index .checkout-billing-bag-col .product-info .price-col .product-counter button.plus {
  right: 0;
  border-left-width: 1px;
}
.checkout-onepage-index .checkout-billing-bag-col .product-info .price-col .product-counter button.minus {
  left: 0;
  border-right-width: 1px;
}
.checkout-onepage-index .checkout-billing-bag-col .product-info .price-col .product-counter .spinner.opcheckout-item-qty {
  contain: strict;
  min-width: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 39px;
  border: none;
  font: inherit;
  text-align: center;
  border-radius: 4px;
}
.checkout-onepage-index .checkout-billing-bag-col .product-info .price-col .product-counter input[type=number] {
  -moz-appearance: textfield;
}
.checkout-onepage-index .checkout-billing-bag-col .product-info .price-col .product-counter input::-webkit-outer-spin-button,
.checkout-onepage-index .checkout-billing-bag-col .product-info .price-col .product-counter input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.uni-wrapperIn {
  position: relative;
  padding: 35px 0 45px;
}
.uni-wrapperIn .checkout-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 300;
}
.uni-wrapperIn .checkout-title .ico-down-arrow {
  display: none;
  vertical-align: middle;
  font-size: 8px;
  color: #a3a3a3;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.uni-wrapperIn .checkout-title.active .ico-down-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (max-width: 1023px) {
  .uni-wrapperIn {
    padding-bottom: 0;
  }
  .uni-wrapperIn .checkout-title {
    font-size: 21px;
  }
}

.checkout-billing {
  float: left;
  width: 53%;
}
.checkout-billing:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 1023px) {
  .checkout-billing .checkout-end {
    display: none;
  }
}
.checkout-billing .checkout-end {
  text-align: center;
  float: none !important;
  margin: 0 auto;
}
.checkout-billing .button {
  background-color: #0071e3;
  color: #ffffff;
  border-radius: 27px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  max-width: 312px;
  font-size: 18px;
  font-weight: 500;
}
.checkout-billing .button:hover {
  background: #0055AB;
}
.checkout-billing .shipping-note {
  margin-bottom: 30px;
  color: #000;
  font-size: 18px;
}
.checkout-billing .checkout-end {
  float: right;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .checkout-billing .checkout-end {
    margin-top: 16px;
  }
}
.checkout-billing .checkout-end .opcheckout-newsletter-subscribe {
  margin-bottom: 20px;
}
.checkout-billing .checkout-end .btn-red {
  width: 100%;
  margin-bottom: 25px;
}
.checkout-billing .checkout-end .agree-link {
  color: #959595;
}
.checkout-billing .checkout-end .agree-link .text {
  font-size: 14px;
  line-height: 1;
  border-bottom: 1px dashed #959595;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
.no-touch .checkout-billing .checkout-end .agree-link:hover {
  color: #ddd;
}
.no-touch .checkout-billing .checkout-end .agree-link:hover .text {
  border-color: #ddd;
}
.wrapper .checkout-billing .checkout-end .agree-link:active {
  color: #ccc;
}
.wrapper .checkout-billing .checkout-end .agree-link:active .text {
  border-color: #ccc;
}
.checkout-billing .checkout-end .opcheckout-newsletter-subscribe {
  color: #000;
  font-size: 16px;
  line-height: 1.2;
}
.checkout-billing .checkout-end span.checkbox-emu {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  color: #acacac;
  border-radius: 2px;
  border: 1px solid #acacac;
}
.checkout-billing .checkout-end span.checkbox-emu:before {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
  font-size: 12px;
}
.checkout-billing .checkout-end span.checkbox-emu.active:before {
  display: block;
}
.checkout-billing .checkout-end .custom-checkbox {
  cursor: pointer;
}
.checkout-billing .checkout-end .custom-checkbox .text {
  display: inline-block;
  vertical-align: middle;
}
.checkout-billing .opener-wrap {
  float: right;
  width: 67.5%;
  padding: 24px 0;
}
.checkout-billing .opener-wrap .comment-opener {
  font-size: 16px;
  color: #1d1d1f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.checkout-billing .opener-wrap .comment-opener .text {
  border-bottom: 1px dashed;
}
.checkout-billing .opener-wrap .comment-opener.opened .ico-down-arrow:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.checkout-billing .opener-wrap .ico-down-arrow {
  margin-left: 10px;
}
.checkout-billing .opener-wrap .ico-down-arrow:before {
  display: inline-block;
  font-size: 8px;
  color: #a3a3a3;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.checkout-billing .opcheckout-comment:after {
  content: "";
  display: block;
  clear: both;
}
.checkout-billing .opcheckout-comment .text-form {
  overflow: visible;
}
.checkout-billing .opcheckout-comment .form-wrap {
  clear: both;
}
.checkout-billing .opcheckout-comment .form-wrap .textarea-set {
  margin-bottom: 10px;
}
.checkout-billing .opcheckout-comment .form-wrap .comment-wrap {
  margin-bottom: 20px;
}
.checkout-billing .opcheckout-comment .max-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.checkout-billing .opcheckout-comment .text-form {
  padding-top: 0;
}
.checkout-billing .twitter-typeahead .validation-advice {
  position: absolute;
  top: 100%;
  left: 0;
}
.checkout-billing button {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .checkout-billing {
    float: none;
    width: auto;
  }
  .checkout-billing .opener-wrap {
    float: none;
    width: auto;
  }
  .checkout-billing .opener-wrap .comment-opener {
    font-size: 16px;
  }
  .checkout-billing .checkout-end {
    float: none;
    width: auto;
  }
  .checkout-billing .checkout-end .custom-checkbox {
    font-size: 14px;
  }
}

.agreement-content {
  padding: 30px 40px;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (max-width: 1023px) {
  .agreement-content {
    padding: 20px 20px;
  }
}

.checkout-actions-wrap .checkout-tabs {
  border: 1px solid #f2f2f2;
  margin-bottom: 30px;
  font-size: 0;
  background: #f5f5fb;
  padding: 4px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}
@media only screen and (min-width: 641px) {
  .checkout-actions-wrap .checkout-tabs {
    max-width: 67.5%;
  }
}
@media only screen and (min-width: 1024px) {
  .checkout-actions-wrap .checkout-tabs {
    max-width: 344px;
  }
}
.checkout-actions-wrap .checkout-tabs li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 479px) {
  .checkout-actions-wrap .checkout-tabs li {
    width: 100%;
  }
}
.checkout-actions-wrap .checkout-tabs li a {
  color: #6e6e73;
}
.checkout-actions-wrap .checkout-tabs li.active a {
  color: #1d1d1f;
  background: #ffffff;
  border: 1px solid #1d1d1f;
  border-radius: 30px;
}
.checkout-actions-wrap .checkout-tabs li + li {
  margin-left: -1px;
}
.checkout-actions-wrap .checkout-tabs a {
  position: relative;
  display: block;
  text-align: center;
  padding: 9px;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (max-width: 1023px) {
  .checkout-actions-wrap .checkout-tabs a {
    line-height: 1.2em;
  }
}
.checkout-actions-wrap .step {
  position: relative;
}
.checkout-actions-wrap .step:first-child {
  padding-top: 24px;
}
@media only screen and (min-width: 767px) {
  .checkout-actions-wrap .step:first-child {
    padding-top: 0;
    padding-bottom: 24px;
  }
  .checkout-actions-wrap .step:first-child:before {
    display: none;
  }
}
.checkout-actions-wrap .step:before {
  position: absolute;
  content: "";
  width: 110%;
  height: 2px;
  background: #f5f5fb;
  left: -5%;
  top: 0;
}
.checkout-actions-wrap .credit-title {
  margin-top: 30px;
}
@media only screen and (min-width: 991px) {
  .checkout-actions-wrap #co-billing-form .field {
    width: 50%;
  }
}
.checkout-actions-wrap #co-billing-form .field .input-box {
  width: 100%;
}
.checkout-actions-wrap .field-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
.checkout-actions-wrap .field-row .field {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.checkout-actions-wrap .field-row .field > label {
  width: 68.5%;
}
.checkout-actions-wrap .field-row .field .input-box {
  width: 31.5%;
}
@media only screen and (max-width: 640px) {
  .checkout-actions-wrap .field-row .field > label,
  .checkout-actions-wrap .field-row .field .input-box {
    width: 100%;
  }
}
.checkout-actions-wrap .field {
  margin-bottom: 20px;
  font-size: 0;
}
.checkout-actions-wrap .field:after {
  content: "";
  display: block;
  clear: both;
}
.checkout-actions-wrap .field .description {
  float: right;
  width: 67.5%;
  margin-top: -12px;
  font-size: 14px;
}
.checkout-actions-wrap .field > label {
  display: block;
  vertical-align: middle;
  padding-right: 20px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1d1d1f;
  margin-bottom: 8px;
}
.checkout-actions-wrap .field > label.shipping-method__title, .checkout-actions-wrap .field > label.billing-method__title {
  margin-bottom: 24px;
  margin-top: 34px;
}
.checkout-actions-wrap .field .input-box {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 67.5%;
  font-size: 16px;
}
.checkout-actions-wrap .field .input-box:after {
  content: "";
  display: block;
  clear: both;
}
.checkout-actions-wrap .field .input-box .twitter-typeahead {
  display: block !important;
}
.checkout-actions-wrap .field .input-box [class^=box] {
  position: relative;
  float: left;
  padding: 0 5px;
}
.checkout-actions-wrap .field .input-box [class^=box]:first-child {
  padding-left: 0;
}
.checkout-actions-wrap .field .input-box [class^=box]:last-child {
  padding-right: 0;
}
.checkout-actions-wrap .field .input-box [class^=box] ::-webkit-input-placeholder {
  font-weight: 300;
  color: #ccc;
}
.checkout-actions-wrap .field .input-box [class^=box] :-moz-placeholder {
  /* Firefox 18- */
  font-weight: 300;
  color: #ccc;
}
.checkout-actions-wrap .field .input-box [class^=box] ::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 300;
  color: #ccc;
}
.checkout-actions-wrap .field .input-box [class^=box] :-ms-input-placeholder {
  font-weight: 300;
  color: #ccc;
}
.checkout-actions-wrap .field .input-box .box2 {
  width: 50%;
}
.checkout-actions-wrap .field .input-box .box3 {
  width: 24.0740740741%;
}
.checkout-actions-wrap .field .input-box .box3 input {
  text-align: center;
}
.checkout-actions-wrap .field .input-box .box4 {
  width: 20.3703703704%;
}
.checkout-actions-wrap .field .input-box .box4 input {
  text-align: center;
}
.checkout-actions-wrap .field .input-box .box2-3 {
  width: 79.6296296296%;
}
.checkout-actions-wrap .field .input-box .box2-4 {
  width: 55.5555555556%;
}
@media only screen and (max-width: 1023px) {
  .checkout-actions-wrap .field .input-box [class^=box] {
    float: none;
    width: auto;
    margin-bottom: 10px;
    padding: 0;
  }
  .checkout-actions-wrap .field .input-box [class^=box] input {
    text-align: left;
  }
}
.checkout-actions-wrap .field .map-shower-wrap {
  text-align: right;
}
.checkout-actions-wrap .field .map-shower-wrap .show-map {
  display: inline-block;
  padding: 10px 0 3px;
  font-size: 14px;
  line-height: 1.2;
}
.checkout-actions-wrap .field .map-shower-wrap .show-map .text {
  border-bottom: 1px dashed;
}
@media only screen and (min-width: 1024px) {
  .checkout-actions-wrap .field .map-shower-wrap .show-map {
    max-width: 67.5%;
  }
}
.checkout-actions-wrap .field input[type=text],
.checkout-actions-wrap .field input[type=tel],
.checkout-actions-wrap .field input[type=email],
.checkout-actions-wrap .field input[type=password] {
  display: block;
  width: 100%;
  height: 40px;
  padding: 8px 16px;
  color: #6e6e73;
  font-size: 16px;
  font-weight: 400;
  border-radius: 8px;
}
.checkout-actions-wrap .field .radio-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.checkout-actions-wrap .field .radio-wrap [type=radio] {
  opacity: 0;
}
.checkout-actions-wrap .field .radio-wrap .radio-box {
  float: left;
  width: 33.33%;
  padding: 5px;
}
.checkout-actions-wrap .field .radio-wrap .radio-box:first-child {
  padding-left: 0;
}
.checkout-actions-wrap .field .radio-wrap .radio-box:last-child {
  padding-right: 0;
}
.checkout-actions-wrap .field .radio-label {
  cursor: pointer;
}
.checkout-actions-wrap .field .radio-emu {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 18px;
  height: 18px;
  margin: 3px 5px 0 0;
  border: 1px solid #7f7f7f;
  border-radius: 50%;
}
.checkout-actions-wrap .field .radio-emu:before {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  margin-left: -3px;
  background: #7f7f7f;
  border-radius: 50%;
}
.checkout-actions-wrap .field .radio-emu.active:before {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .checkout-actions-wrap .field .radio-label {
    text-align: center;
  }
  .checkout-actions-wrap .field .radio-emu {
    display: block;
    margin: 0 auto;
  }
  .checkout-actions-wrap .field .label-text {
    display: block;
  }
}
.checkout-actions-wrap .field > label .shipping-radio,
.checkout-actions-wrap .field > label .payment-radio-group,
.checkout-actions-wrap .field .input-box .shipping-radio,
.checkout-actions-wrap .field .input-box .payment-radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}
.checkout-actions-wrap .field > label .shipping-radio label,
.checkout-actions-wrap .field > label .payment-radio-group label,
.checkout-actions-wrap .field .input-box .shipping-radio label,
.checkout-actions-wrap .field .input-box .payment-radio-group label {
  color: #1d1d1f;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.checkout-actions-wrap .field > label .shipping-radio label:before,
.checkout-actions-wrap .field > label .payment-radio-group label:before,
.checkout-actions-wrap .field .input-box .shipping-radio label:before,
.checkout-actions-wrap .field .input-box .payment-radio-group label:before {
  content: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/radio.svg");
  left: 0;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: -2px;
}
.checkout-actions-wrap .field > label .shipping-radio label.active:before,
.checkout-actions-wrap .field > label .payment-radio-group label.active:before,
.checkout-actions-wrap .field .input-box .shipping-radio label.active:before,
.checkout-actions-wrap .field .input-box .payment-radio-group label.active:before {
  content: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/redio-cheked.svg");
}
.checkout-actions-wrap .field > label .shipping-radio input,
.checkout-actions-wrap .field > label .payment-radio-group input,
.checkout-actions-wrap .field .input-box .shipping-radio input,
.checkout-actions-wrap .field .input-box .payment-radio-group input {
  display: none;
}
@media only screen and (max-width: 640px) {
  .checkout-actions-wrap .field > label,
  .checkout-actions-wrap .field .input-box {
    width: 100%;
  }
}
.checkout-actions-wrap .actions-set {
  text-align: center;
  width: 67.5%;
}
.checkout-actions-wrap .actions-set .social-list .soc-item {
  margin: 0 5px 10px;
}
.checkout-actions-wrap .forgot-pswd-link {
  display: block;
  margin-bottom: 20px;
}
.checkout-actions-wrap .forgot-pswd-link .text {
  display: inline-block;
  line-height: 1;
  border-bottom: 1px dashed;
}
.checkout-actions-wrap .btn-red {
  display: block;
  margin-bottom: 24px;
  width: 100%;
}
.checkout-actions-wrap .btn-red.no-display {
  display: none;
}
.checkout-actions-wrap .social-login .soc-invent {
  display: block;
  margin-bottom: 10px;
}
.checkout-actions-wrap .social-login .reg-link .text {
  display: inline-block;
  line-height: 1;
  border-bottom: 1px dashed;
}
.checkout-actions-wrap .social-login .social-list a {
  color: #ccc;
  border-color: #ccc;
}
.no-touch .checkout-actions-wrap .social-login .social-list a:hover {
  color: #ddd;
  border-color: #ddd;
}
.wrapper .checkout-actions-wrap .social-login .social-list a:active {
  color: #ccc;
  border-color: #ccc;
}
.checkout-actions-wrap select {
  width: 200px;
}
@media only screen and (min-width: 1024px) {
  .checkout-actions-wrap .next-all {
    display: block !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 1023px) {
  .checkout-actions-wrap .actions-set {
    float: none;
    width: auto;
  }
  .checkout-actions-wrap .checkout-title.opener-inited {
    display: inline-block;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-transition: padding 0.4s ease-out;
    transition: padding 0.4s ease-out;
  }
  .checkout-actions-wrap .checkout-title.opener-inited.active {
    padding-bottom: 20px;
  }
  .checkout-actions-wrap .checkout-title.opener-inited .inner-text .text {
    border-bottom: 1px dashed #ccc;
  }
  .checkout-actions-wrap .checkout-title.opener-inited .ico-down-arrow {
    display: inline-block;
  }
  .checkout-actions-wrap .next-all .field {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}

.checkout-billing-bag-col {
  float: right;
  width: 41%;
}
.checkout-billing-bag-col .product-set-slider {
  padding: 5px 0 0px;
  padding-bottom: 0 !important;
}
.checkout-billing-bag-col .swiper-button-next {
  right: 0px !important;
  top: 50% !important;
}
.checkout-billing-bag-col .swiper-button-prev {
  left: 0px !important;
  top: 50% !important;
}
@media only screen and (max-width: 1023px) {
  .checkout-billing-bag-col {
    float: none;
    width: 100%;
  }
  .checkout-billing-bag-col .checkout-end .btn-apply-order {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    margin: 0 auto;
    color: #ffffff;
    background: #0071e3;
    border-radius: 27px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .checkout-billing-bag-col .checkout-end .btn-apply-order {
    max-width: 312px;
  }
}
@media only screen and (max-width: 1023px) {
  .checkout-billing-bag-col .checkout-end .btn-apply-order:hover {
    background: #0055AB;
  }
}
@media only screen and (min-width: 1023px) {
  .checkout-billing-bag-col .swiper-container {
    margin-top: 0;
    margin-bottom: 15px;
    z-index: 0;
  }
  .checkout-billing-bag-col .swiper-button-prev {
    left: 0;
    border: 1px solid #f5f5fb;
  }
}
@media only screen and (min-width: 1023px) and (min-width: 1024px) {
  .checkout-billing-bag-col .swiper-button-prev {
    top: 155px;
  }
}
@media only screen and (min-width: 1023px) {
  .checkout-billing-bag-col .swiper-button-next {
    right: 0;
    border: 1px solid #f5f5fb;
  }
}
@media only screen and (min-width: 1023px) and (min-width: 1024px) {
  .checkout-billing-bag-col .swiper-button-next {
    top: 155px;
  }
}
@media only screen and (min-width: 1023px) {
  .checkout-billing-bag-col .swiper-container-horizontal > .swiper-pagination-bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .checkout-billing-bag-col .product-set-slider .section-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-left: 10px;
    padding-right: 0 !important;
    padding: 0;
    text-align: center;
  }
  .checkout-billing-bag-col .product-set > div::after {
    font-size: 30px;
    right: -35px;
    width: 32px;
    height: 32px;
  }
  .checkout-billing-bag-col .product-set__product {
    padding: 15px 15px 0;
    height: 200px;
  }
  .checkout-billing-bag-col .product-set__img {
    width: 100%;
    height: 100%;
    max-height: 96px;
    max-width: 96px;
    display: block;
    margin: 0 auto;
  }
  .checkout-billing-bag-col .product-set__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .checkout-billing-bag-col .product-set__info {
    text-align: center;
    line-height: 16px;
    max-width: 130px;
    width: 130px;
    padding-left: 0;
  }
  .checkout-billing-bag-col .product-set__name {
    font-size: 11px;
    margin: 10px 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .checkout-billing-bag-col .product-set__sum {
    padding: 10px;
    margin: 0 25px;
  }
  .checkout-billing-bag-col .product-set__sum .btn-cart {
    cursor: pointer;
    font-size: 14px;
    padding: 0;
    display: block;
    width: 100%;
    line-height: 34px;
    margin-top: 7px;
  }
  .checkout-billing-bag-col .product-set__price .price-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .checkout-billing-bag-col .product-set__price .price-box .old-price {
    font-size: 13px;
  }
  .checkout-billing-bag-col .product-set__price .price-box .special-price {
    color: #ff3b30;
    font-size: 13px;
    line-height: 13px;
  }
  .checkout-billing-bag-col .product-set__price .price-box .regular-price {
    font-size: 13px;
    line-height: 13px;
  }
  .checkout-billing-bag-col .product-set__price.special .currency {
    font-size: 12px;
  }
  .checkout-billing-bag-col .product-set__price.old .price {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1023px) and (min-width: 1024px) {
  .checkout-billing-bag-col .product-set__price.old .price {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1023px) {
  .checkout-billing-bag-col .product-set__price-box {
    margin-bottom: 5px;
  }
  .checkout-billing-bag-col .product-set__profit {
    padding: 7px;
    font-size: 14px;
    line-height: 13px;
  }
}
@media only screen and (min-width: 1023px) and (min-width: 1024px) {
  .checkout-billing-bag-col .product-set__profit {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.checkout-billing-bag-col .checkout-end {
  display: none;
  padding-bottom: 16px;
  border-radius: 0 0 20px 20px;
  background: #f5f5fb;
}
@media only screen and (max-width: 1023px) {
  .checkout-billing-bag-col .checkout-end {
    display: block;
  }
  .checkout-billing-bag-col .checkout-end.none {
    display: none;
  }
}
.checkout-billing-bag-col > .checkout-shopping-bag {
  background-color: white;
}

.checkout-shopping-bag {
  padding: 25px;
  border: 1.5px solid #f5f5fb;
  position: relative;
  border-radius: 27px;
}
.checkout-shopping-bag .checkout-title .edit-link {
  float: right;
  padding-top: 10px;
  font-size: 16px;
  line-height: 1;
  border-bottom: 1px dashed;
}
.checkout-shopping-bag .checkout-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 !important;
  height: 128px;
  position: relative;
}
.checkout-shopping-bag .checkout-item:before {
  position: absolute;
  content: "";
  width: 110%;
  height: 1.5px;
  background: #f5f5fb;
  top: 0;
  left: -5%;
}
.checkout-shopping-bag .checkout-item .product-info {
  float: left;
  max-width: 290px;
  margin: 0;
  background: transparent;
}
.checkout-shopping-bag .checkout-item .item-options {
  max-width: 380px;
  font-size: 0;
}
.checkout-shopping-bag .checkout-item .item-options li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.checkout-shopping-bag .checkout-item .item-options .option-label {
  width: 40%;
  padding-right: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.checkout-shopping-bag .checkout-item .item-options .option-value {
  width: 100%;
}
.checkout-shopping-bag .checkout-item .product-image {
  float: left;
  margin-right: 15px;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.no-touch .checkout-shopping-bag .checkout-item .product-image:hover {
  opacity: 0.8;
}
.checkout-shopping-bag .checkout-item .product-name {
  display: block;
  font-size: 16px;
  color: #1d1d1f;
  padding: 0;
}
.checkout-shopping-bag .checkout-item .obj {
  display: block;
  margin-bottom: 12px;
  color: #636363;
  line-height: 1.2;
}
.checkout-shopping-bag .checkout-item .price-col {
  float: right;
  text-align: right;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin-top: 8px;
}
.checkout-shopping-bag .checkout-item .price .num {
  display: inline-block;
  margin-right: 3px;
  font-size: 18px;
  font-weight: 700;
}
.checkout-shopping-bag .checkout-item .price .curr {
  font-weight: 400;
}
.checkout-shopping-bag .checkout-item .product-counter {
  font-size: 18px;
}
@media only screen and (max-width: 1365px) {
  .checkout-shopping-bag .checkout-item .product-info {
    max-width: 175px;
  }
}
@media only screen and (max-width: 1023px) {
  .checkout-shopping-bag .checkout-item {
    margin-bottom: 20px;
  }
  .checkout-shopping-bag .checkout-item .product-info {
    max-width: none;
    width: 62.5%;
    margin: 0;
  }
  .checkout-shopping-bag .checkout-item .price-col {
    width: 100%;
  }
  .checkout-shopping-bag .checkout-item .price .num {
    font-size: 16px;
  }
  .checkout-shopping-bag .checkout-item .product-counter {
    font-size: 14px;
  }
}
.checkout-shopping-bag .totals-wrap {
  text-align: right;
  font-size: 0;
  background: #f5f5fb;
  border-radius: 20px 20px 0 0;
  padding: 16px;
}
@media only screen and (min-width: 768px) {
  .checkout-shopping-bag .totals-wrap {
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .checkout-shopping-bag .totals-wrap {
    border-radius: 20px;
  }
}
.checkout-shopping-bag .totals-wrap .totals-item {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.checkout-shopping-bag .totals-wrap .totals-item .totals-label {
  width: 160px;
  text-align: left;
}
.checkout-shopping-bag .totals-wrap .totals-item .totals-price {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: right;
}
.checkout-shopping-bag .totals-wrap .totals-item .totals-label,
.checkout-shopping-bag .totals-wrap .totals-item .totals-price {
  padding-left: 0 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.checkout-shopping-bag .totals-wrap .totals-item:last-child {
  margin-bottom: 0;
}
.checkout-shopping-bag .totals-wrap .totals-item:last-child .totals-label,
.checkout-shopping-bag .totals-wrap .totals-item:last-child .totals-price {
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}
.checkout-shopping-bag .totals-wrap .totals-item:last-child .price .num {
  font-size: 36px;
}
.checkout-shopping-bag .totals-wrap .totals-label,
.checkout-shopping-bag .totals-wrap .totals-price {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding-left: 15px;
}
.checkout-shopping-bag .totals-wrap .price .num {
  margin-right: 5px;
  font-size: 24px;
  font-weight: 700;
}
.checkout-shopping-bag .totals-wrap .price .curr {
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  .checkout-shopping-bag .totals-wrap .totals-item .totals-label {
    padding: 0;
    font-size: 16px;
  }
  .checkout-shopping-bag .totals-wrap .totals-item .totals-price {
    padding-left: 10px;
  }
  .checkout-shopping-bag .totals-wrap .totals-item:last-child .price .num {
    font-size: 24px;
  }
  .checkout-shopping-bag .totals-wrap .totals-item:last-child .totals-label {
    font-size: 18px;
  }
  .checkout-shopping-bag .totals-wrap .price .num {
    font-size: 18px;
  }
  .checkout-shopping-bag .totals-wrap .price .curr {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1023px) {
  .checkout-shopping-bag {
    padding: 0;
    border: 0;
    background: #ebebeb;
  }
}

#shipping_form_brander_newpost_brander_newpost li:after {
  content: "";
  display: block;
  clear: both;
}
#shipping_form_brander_newpost_brander_newpost label {
  display: inline-block;
  vertical-align: middle;
  width: 32.5%;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

.discount h4 {
  font-size: 16px;
  font-weight: 400;
}
.discount .input-box-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .discount .input-box-set {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
}
.discount .input-box-set .input-box {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.discount .input-box-set .buttons-sets {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 16px;
  margin-bottom: 24px;
}
.discount .input-box-set .buttons-sets .button + .button {
  margin-left: 10px;
}
.discount .input-box-set .input-text {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .discount .input-box-set {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .discount .input-box-set .buttons-sets {
    width: 100%;
    padding-left: 0;
  }
  .discount .input-box-set .buttons-sets .button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 16px;
  }
}
@media only screen and (max-width: 370px) {
  .discount .input-box-set .buttons-sets .button {
    font-size: 11px;
  }
}
.discount .coupon-please-wait {
  width: 34px;
  text-align: center;
  line-height: 34px;
}
.discount .buttons-sets:after {
  content: "";
  display: block;
  clear: both;
}
.discount .buttons-sets button {
  font-size: 18px;
  font-weight: 500;
  background-color: #0071e3;
  color: #ffffff;
  border: none;
  border-radius: 27px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .discount .buttons-sets button {
    height: 40px;
    width: 179px;
    padding: 0;
    line-height: 0;
  }
  .discount .buttons-sets button#opcheckout-coupon-remove {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 15px;
  }
}
.discount .buttons-sets button:hover {
  background: #0055AB;
}

.opcheckout-comment .opener-wrap {
  float: none;
}
.opcheckout-comment textarea {
  min-width: 100%;
  min-height: 100px;
  resize: vertical;
  border-radius: 8px;
  border: 1.5px solid #f5f5fb;
}

#uni-main-loader-checkout,
#sub-loader {
  position: fixed;
  z-index: 10001;
}

#sub-loader {
  width: 240px;
  height: 40px;
  padding: 10px;
  margin: -20px 0 0 -110px;
  border: 1px solid #464646;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  background: #fff url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/brander/opcheckout/ajax-loader-tr.gif") no-repeat 50% 50%;
}

@media only screen and (min-width: 768px) {
  .checkout-shopping-bag .checkout-end {
    display: none;
  }
}
.checkout-shopping-bag .checkout-end .btn-checkout {
  display: block;
  width: 100%;
}

.field .twitter-typeahead {
  min-width: 100%;
}
.field .tt-dropdown-menu {
  background: #ffffff;
  width: 100%;
  right: 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 3px;
  font-size: 14px;
  max-height: 400px;
  overflow-y: scroll;
}

.payment-method-fee-notification:empty {
  display: none;
}

.payment-method-fee-notification {
  padding: 15px;
  background: #f5f5fb;
  color: #1d1d1f;
  border: 1.5px solid #f5f5fb;
  border-radius: 20px;
  font-weight: 600;
  margin-top: 15px;
}

.tt-suggestion {
  cursor: pointer;
  color: #1c1c1c;
  /*transition: text-shadow.3s;*/
}
.tt-suggestion.tt-cursor {
  background: transparent;
  color: #1c1c1c;
  text-shadow: 0 1px #1c1c1c;
}

.aft-order-callback_wrap {
  font-size: 16px;
  margin-top: 20px;
}
.aft-order-callback_wrap input {
  display: none;
}
.aft-order-callback_wrap input:checked + span:before {
  color: #000;
}
.aft-order-callback_wrap label {
  display: block;
}
.aft-order-callback_wrap label span {
  display: block;
  padding-left: 40px;
  position: relative;
}
.aft-order-callback_wrap label span:before {
  content: "\e907";
  display: block;
  border: none;
  position: absolute;
  font-family: "icomoon";
  font-size: 10px;
  line-height: 1;
  left: 0;
  top: -5px;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #000;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
  color: transparent;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  border-radius: 3px;
}

.shop-dep_img {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.shop-dep_img img {
  height: 100%;
}

.shop-dep_text p:first-child {
  margin-bottom: 8px;
}
.shop-dep_text p:not(:first-child) {
  color: #6e6e73;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.shop-dep {
  display: block;
}
.shop-dep li {
  margin-bottom: 0;
}
.shop-dep label {
  font-weight: normal;
  vertical-align: middle;
  display: inline-block;
  float: none;
}

.coupon-opener {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #1d1d1f;
  cursor: pointer;
  padding: 0;
  position: relative;
}
.coupon-opener > label {
  display: inline-block;
}
.coupon-opener:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background: black;
  top: 0;
  right: 20.5px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  cursor: pointer;
}
.coupon-opener:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 1px;
  background: black;
  top: 7px;
  right: 14.5px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  cursor: pointer;
}
.coupon-opener.opened:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.coupon-opener.opened:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.coupon-opener label {
  cursor: pointer;
}
.coupon-opener:hover {
  color: #1d1d1f;
}

[id=discount-coupon-form] {
  margin-top: 16px;
  display: block;
}

@media only screen and (min-width: 650px) {
  .checkout-billing-bag-col .swiper-slide .product-set__sum .btn-cart {
    width: 45%;
    position: absolute;
    right: 0;
    top: 50%;
  }
}
.checkout-billing-bag-col .swiper-pagination {
  bottom: 16px;
}
.checkout-billing-bag-col .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.checkout-billing-bag-col .swiper-slide .swiper-button-next {
  right: -10px;
}
.checkout-billing-bag-col .swiper-slide .swiper-button-prev {
  left: -10px;
}
.checkout-billing-bag-col .swiper-slide .product-set {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: grid;
  height: 100%;
  grid-template-columns: 1fr;
  padding-bottom: 54px;
}
@media only screen and (max-width: 650px) {
  .checkout-billing-bag-col .swiper-slide .product-set > div:after {
    top: 100%;
    z-index: 3;
  }
}
@media only screen and (min-width: 650px) {
  .checkout-billing-bag-col .swiper-slide .product-set {
    grid-template-columns: repeat(2, 50%);
  }
}
.checkout-billing-bag-col .swiper-slide .product-set__product {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  height: 100%;
}
.checkout-billing-bag-col .swiper-slide .product-set__product.first {
  padding-right: 20px !important;
}
.checkout-billing-bag-col .swiper-slide .product-set__product.last {
  padding-left: 20px !important;
}
.checkout-billing-bag-col .swiper-slide .product-set__data {
  width: 100%;
  height: 100%;
}
.checkout-billing-bag-col .swiper-slide .product-set__info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100% !important;
  max-width: none;
}
@media only screen and (min-width: 767px) {
  .checkout-billing-bag-col .swiper-slide .product-set__name {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}
.checkout-billing-bag-col .swiper-slide .product-set__price {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media only screen and (min-width: 650px) {
  .checkout-billing-bag-col .swiper-slide .product-set__price {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.checkout-billing-bag-col .swiper-slide .product-set__price .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.checkout-billing-bag-col .swiper-slide .product-set__price .price-box .currency {
  font-size: inherit !important;
}
@media only screen and (max-width: 650px) {
  .checkout-billing-bag-col .swiper-slide .product-set__price .price-box .regular-price {
    padding-left: 0 !important;
  }
}
.checkout-billing-bag-col .swiper-slide .product-set__price .price-box .regular-price .price {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.checkout-billing-bag-col .swiper-slide .product-set__price .price-box .old-price .price {
  font-size: 14px;
  color: #6e6e73;
}
@media only screen and (max-width: 650px) {
  .checkout-billing-bag-col .swiper-slide .product-set__price .price-box .special-price {
    padding-left: 0 !important;
  }
}
.checkout-billing-bag-col .swiper-slide .product-set__price .price-box .special-price .price {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #ff3b30;
}
.checkout-billing-bag-col .swiper-slide .product-set__price-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.checkout-billing-bag-col .swiper-slide .product-set__sum {
  padding-top: 20px;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 650px) {
  .checkout-billing-bag-col .swiper-slide .product-set__sum {
    grid-column: span 2;
  }
}
.checkout-billing-bag-col .swiper-slide .product-set__profit {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 !important;
}
@media only screen and (min-width: 1024px) {
  .checkout-billing-bag-col .swiper-slide .product-set {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .checkout-billing-bag-col .swiper-slide .product-set__sum {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .checkout-billing-bag-col .swiper-slide .product-set__sum .btn-cart {
    width: 45%;
    position: absolute;
    right: 0;
  }
  .checkout-billing-bag-col .swiper-slide .product-set__sum .price-box .price {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .checkout-billing-bag-col .swiper-slide .product-set__product.last {
    padding-left: 0;
  }
  .checkout-billing-bag-col .swiper-slide .product-set__sum {
    margin: 0;
  }
  .checkout-billing-bag-col .swiper-slide .product-set__price-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.account-login .checkout-title {
  margin-bottom: 24px;
}

.checkout-title {
  font-weight: 600 !important;
}

.checkout-title.paiment-ship-title,
.checkout-title__contacts {
  margin: 0;
  position: relative;
  color: #1d1d1f;
  font-weight: 500;
  padding-left: 40px;
  font-size: 18px;
}
.checkout-title.paiment-ship-title:before,
.checkout-title__contacts:before {
  content: "";
  width: 32px;
  height: 32px;
  background-color: #f5f5fb;
  border-radius: 50%;
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  background-image: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/user.svg");
}
.checkout-title.paiment-ship-title--shipping:before,
.checkout-title__contacts--shipping:before {
  background-image: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/delivery.svg");
}
.checkout-title.paiment-ship-title--billing:before,
.checkout-title__contacts--billing:before {
  background-image: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/payment.svg");
}

.checkout-main .page-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  color: #1d1d1f;
}
@media only screen and (max-width: 991px) {
  .checkout-main .page-title {
    line-height: 32px;
    font-size: 24px;
  }
}

.uni-wrapper-billing {
  padding-top: 35px;
}

.checkout__payment-form, .checkout__shipping-form {
  display: block;
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
}
.checkout__payment-form:before, .checkout__shipping-form:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: -5%;
  width: 110%;
  height: 2px;
  background: #f5f5fb;
}

.opcheckout-item-remove {
  position: absolute;
  right: 0;
  top: -12px;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.opcheckout-item-remove img {
  width: 100%;
}

.checkout__coupon-container {
  position: relative;
}

.shipping_form_estore2_estore2 {
  max-width: 343px;
}

@media only screen and (min-width: 991px) {
  .billing-imformation-fields__row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
  .billing-imformation-fields__row .input-box {
    width: 100% !important;
  }
  .billing-imformation-fields__row .field {
    width: 50%;
  }
}

#billing-email-guest-notification {
  font-size: 14px;
}

#checkout-totals {
  padding: 0;
  margin-top: 15px;
}

#checkout-coupon {
  margin-top: 15px;
}

.predefined-city span {
  margin-top: 8px;
  border-bottom: 1px dashed var(--Text-Secondary, #6e6e73);
  display: inline-block;
  color: #6e6e73;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.predefined-city span:not(:last-child) {
  margin-right: 16px;
}

.checkout-log-tabs .account-login .buttons-set .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24p;
}
.checkout-log-tabs .account-login .buttons-set a {
  float: none !important;
  text-align: left;
}
.checkout-log-tabs .account-login .buttons-set .button {
  width: 100%;
  max-width: none !important;
}

.shop-dep--hidden {
  width: 1px;
  height: 1px;
  background: transparent;
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  display: none;
}
.shop-dep--hidden .smarty-select__button {
  width: 1px !important;
  height: 1px !important;
  border: none;
  position: absolute;
  color: transparent;
  background: transparent;
  padding: 0 !important;
  margin: 0 !important;
  display: none !important;
}

@media only screen and (max-width: 1023px) {
  .checkout-onepage-success .page-title {
    margin-bottom: 0;
    padding: 5px 0;
    font-size: 20px;
  }
  .checkout-onepage-success .page-title:before {
    width: 50px;
    height: 45px;
    margin: -12px -40px 0 -10px;
  }
}
.checkout-onepage-success .checkout-shopping-bag {
  float: none;
  width: auto;
  padding: 0;
  border: 0;
}
.checkout-onepage-success .checkout-shopping-bag .bag-title {
  margin-bottom: 25px;
  font-weight: 300;
  font-size: 32px;
}
.checkout-onepage-success .checkout-shopping-bag .checkout-item .product-info {
  max-width: 190px;
}
@media only screen and (max-width: 1023px) {
  .checkout-onepage-success .checkout-shopping-bag {
    margin: 0;
    background: transparent;
  }
  .checkout-onepage-success .checkout-shopping-bag .bag-title {
    font-size: 21px;
  }
}

.whitepay_link_button {
  background: #0071e3;
  padding: 10px 30px;
  font-size: inherit;
  color: #fff;
  text-decoration: none;
  border-radius: 27px;
}

.success-top {
  margin-bottom: 40px;
  text-align: center;
}
.success-top .whitepay_link_button_div {
  margin: 40px 0;
}
.success-top .whitepay_link_button_div a {
  background: #0071e3 !important;
  padding: 10px 30px !important;
  font-size: inherit !important;
  color: #fff !important;
  border-radius: 27px !important;
  text-decoration: none !important;
}
.success-top .note {
  font-size: 16px;
}
.success-top .order-num-wrap {
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .success-top .order-num-wrap {
    font-size: 16px;
  }
}
.success-top .order-num {
  font-weight: bold;
  margin-left: 5px;
}
@media only screen and (max-width: 1023px) {
  .success-top {
    padding: 0px 0 0px;
  }
  .success-top .notes-wrap {
    max-width: 290px;
  }
  .success-top .note {
    font-size: 18px;
  }
  .success-top .order-num {
    font-size: 16px;
  }
}

.success-bottom {
  max-width: 440px;
  padding-bottom: 120px;
}

.about-order {
  margin-bottom: 60px;
  font-size: 16px;
}
.about-order .title-wrap {
  margin-bottom: 20px;
}
.about-order .title {
  display: inline-block;
  margin-right: 30px;
  font-size: 32px;
  font-weight: 300;
}
.about-order .print-link {
  display: none;
  line-height: 1;
}
.about-order .print-link .text {
  display: inline-block;
  border-bottom: 1px dashed;
}
.no-touch .about-order .print-link {
  display: inline-block;
}
.about-order .about-line {
  margin-bottom: 10px;
}
.about-order .about-line .about-label {
  display: inline-block;
  vertical-align: middle;
  min-width: 170px;
  padding-right: 20px;
}
.about-order .about-line .about-val {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 195px);
}
@media only screen and (max-width: 1023px) {
  .about-order {
    font-size: 14px;
  }
  .about-order .title {
    margin-right: 20px;
    font-size: 21px;
  }
  .about-order .print-link {
    display: none;
  }
  .about-order .about-line .about-label {
    min-width: 0;
    width: 140px;
  }
  .about-order .about-line .about-val {
    width: 60%;
  }
}

.col-main .checkout-onepage-success {
  max-width: 500px;
  margin: 0 auto;
  overflow-x: hidden;
}
@media only screen and (max-width: 1023px) {
  .col-main .checkout-onepage-success .success-top .notes-wrap {
    max-width: 100%;
  }
}

.checkout-onepage-success {
  text-align: center;
}
.checkout-onepage-success .order-num-wrap {
  padding: 5px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.checkout-onepage-success .custom-order-num-wrap {
  display: block !important;
}
.checkout-onepage-success .success-top,
.checkout-onepage-success .about-order {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .checkout-onepage-success .success-top,
  .checkout-onepage-success .about-order {
    margin-bottom: 5px;
  }
}
.checkout-onepage-success .success-bottom {
  text-align: left;
}
.checkout-onepage-success .product-info .obj {
  display: block;
}
.checkout-onepage-success .totals-wrap {
  border-top: 1px solid #ccc;
  margin-top: 30px;
  text-align: left;
}
.checkout-onepage-success .totals-wrap .totals-item {
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}
.checkout-onepage-success .totals-wrap .totals-item > * {
  display: inline-block;
  vertical-align: top;
}
.checkout-onepage-success .totals-wrap .totals-item:last-child {
  font-size: 24px;
}
.checkout-onepage-success .order-product-item:after {
  content: "";
  display: block;
  clear: both;
}
.checkout-onepage-success .order-product-item .product-image {
  float: left;
  width: 100px;
  margin-right: 20px;
}

.col-main .checkout-onepage-success {
  max-width: unset;
}
.col-main .checkout-onepage-success .success-bottom {
  margin: 0 auto;
  padding-top: 30px;
  max-width: 600px;
  clear: left;
}

.checkout-cross-sell {
  max-width: 600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-cross-sell .cross-sell-title {
  margin: 0 auto 15px;
}
@media only screen and (max-width: 1023px) {
  .checkout-cross-sell .cross-sell-title {
    margin: 0 auto 5px;
  }
}
.checkout-cross-sell .cross-sell-grid {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.checkout-cross-sell .cross-sell-grid:last-child {
  clear: left;
  float: left;
}
.checkout-cross-sell .cross-sell-grid .wrap-btn-cross-sell {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 10px 0;
}
.checkout-cross-sell .cross-sell-grid button {
  width: 40px;
  height: 40px;
  padding: 0;
}
.checkout-cross-sell .cross-sell-grid button .icon-buy {
  width: 40px;
}
.checkout-cross-sell .cross-sell-grid button .icon.ic-cart {
  height: 100%;
  font-size: 20px;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  color: #ffffff;
  background-color: #0071e3;
  border: 2px solid #0071e3;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.checkout-cross-sell .cross-sell-grid button .icon.ic-cart:hover {
  color: #ffffff;
  background-color: #0055AB;
}
.checkout-cross-sell .cross-sell-grid .product-name {
  text-align: left;
  margin: 15px 0 10px;
}
.checkout-cross-sell .cross-sell-grid .product-image-wrapper {
  text-align: center;
}

@font-face {
  font-family: "myriadpro_regular";
  src: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/fonts/myriadpro-regular-webfont.eot");
  src: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/fonts/myriadpro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/fonts/myriadpro-regular-webfont.woff2") format("woff2"), url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/fonts/myriadpro-regular-webfont.woff") format("woff"), url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/fonts/myriadpro-regular-webfont.ttf") format("truetype"), url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/fonts/myriadpro-regular-webfont.svg#webfontregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  outline: none;
  font-family: "SFUIDisplay", Arial, Helvetica, sans-serif;
}

.main-font, h1, h2, h3, h4, h5, .section-title, .products-list .product-name, .products-grid .product-name, h3.product-name, .block-layered-nav .block-subtitle--filter, .feature .heading, .accordion .heading, .nav-regular .nav-item.level0 > a, .nav-regular .nav-submenu--mega > li > a, .nav-regular .nav-holder .dropdown-heading, .mobnav-trigger, .nav-mobile .nav-item.level0 > a, .nav-mobile .nav-item.level1 > a, .nav-mobile .nav-item.level2 > a, .nav-regular .nav-holder .dropdown-heading, .nav-holders-wrapper-mobile .nav-holder .dropdown .dropdown-heading, .header-mobile .skip-link .label, .block .block-title, #opc-login h3, .box-account .box-head h2, .order-items h2.table-caption, .order-items h2.sub-title, .order-items .order-comments h2, .product-view .box-reviews dt .heading, .gen-tabs .tabs a, .gen-tabs .tabs span .footer .heading, #subscribe-form label, .caption .heading {
  font-family: "SFUIDisplay", sans-serif;
}

h1 {
  font-size: 28px;
  font-weight: 700;
}

.wrapper {
  position: relative;
  overflow: hidden;
  border: none;
}

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.layerednavigation-slider-price-range {
  font-size: 1em;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.button {
  padding: 0 5px;
}

.main {
  min-height: 46vh;
}

.page .inner-container {
  padding-left: 16px;
  padding-right: 16px;
}

.preface {
  max-width: 1920px;
  margin: 0 auto;
}

.header-primary-container {
  background-color: #ffffff;
}

.header-primary {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}

.header-primary .dropdown .dropdown-heading {
  line-height: 50px !important;
}

@media only screen and (min-width: 1300px) {
  .container {
    max-width: 1272px;
  }
}

textarea {
  resize: vertical;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.skip-link .count {
  background-color: #0071e3;
}

.layerednavigation-overlay {
  z-index: 999999 !important;
}

.itemslider .item {
  padding-left: 0;
  padding-right: 0;
}

.sidebar > iframe {
  display: none !important;
}

.mini-products-list {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.sticker {
  display: block !important;
  border-radius: 27px !important;
  padding: 0 !important;
  background-color: #fff !important;
  -webkit-transition: background-color 0.3s, color 0.3s !important;
  transition: background-color 0.3s, color 0.3s !important;
  font-size: 10px;
  font-weight: 500;
  border-width: 1px !important;
  border-style: solid !important;
}
@media only screen and (min-width: 1024px) {
  .sticker {
    font-size: 14px;
  }
}
.sticker.sale {
  border-color: #ff4343 !important;
  color: #ff4343 !important;
}
.sticker.bestseller {
  border-color: #f2994a !important;
  color: #f2994a !important;
}
.sticker.bestseller:before {
  content: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/bestseller-icon.svg");
  position: absolute;
  top: 3px;
  left: 5px;
}
@media only screen and (max-width: 767px) {
  .sticker.bestseller:before {
    top: 1px;
  }
}
.sticker.new {
  border-color: #219653 !important;
  color: #219653 !important;
}
.sticker.price {
  border-color: #eb5757 !important;
  color: #eb5757 !important;
}
.sticker.sales {
  border-color: #1418b6 !important;
  color: #1418b6 !important;
}
.sticker.wasinuse {
  border-color: #f4f4f4 !important;
  color: #11510d !important;
}

.ratings .rating-box {
  position: relative;
  top: -1px;
}

@media only screen and (min-width: 768px) {
  .header .logo-wrapper .logo {
    width: 100%;
    margin-left: 24px;
  }
}

.catalog-product-compare-index .add-to-links {
  display: none;
}

.section-title {
  border: none;
  font-size: 28px;
  margin-left: 25px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 20px;
    text-align: center;
    margin-left: 0;
  }
  .section-title.padding-right {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1720px) {
  .section-title {
    font-size: 32px;
  }
}

.itemslider-wrapper .owl-controls .owl-buttons {
  right: 10px;
  top: -49px;
}

.the-slideshow-wrapper .item > a {
  display: block;
  height: 100%;
  overflow: hidden;
}
.the-slideshow-wrapper .item img {
  width: auto;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 1240px;
}
.the-slideshow-wrapper .owl-item .item img {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .the-slideshow-wrapper .owl-item .item img {
    border-radius: 0 0 20px 20px;
  }
}

.page-banners .owl-page {
  display: inline-block;
  vertical-align: middle;
}
.page-banners .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 7px;
  border-radius: 50%;
  background-color: #eee;
  -webkit-transition: background-color;
  transition: background-color;
}
.page-banners .owl-page.active span {
  background-color: #f89b24;
}

input:-webkit-autofill {
  background-color: rgb(254.3185840708, 245.2654867257, 233.6814159292);
}

.input-box .checkbox,
.input-box .radio {
  opacity: 0;
  width: 27px;
  height: 27px;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
.input-box .checkbox + .label,
.input-box .radio + .label {
  position: relative;
  margin-left: 0;
  padding-left: 36px;
  cursor: pointer;
  z-index: 1;
}
.input-box .checkbox + .label label,
.input-box .radio + .label label {
  cursor: pointer;
}
.input-box .checkbox + .label:after,
.input-box .radio + .label:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  border: 1px solid #dadada;
  left: 0;
  top: 2px;
}
.input-box .checkbox + .label:before,
.input-box .radio + .label:before {
  display: block;
  border: none;
  position: absolute;
  font-family: "icomoon";
  content: "\e907";
  font-size: 10px;
  line-height: 1;
  left: 8px;
  top: 12px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.input-box .checkbox:hover + .label:before, .input-box .checkbox:checked + .label:before,
.input-box .radio:hover + .label:before,
.input-box .radio:checked + .label:before {
  opacity: 1;
  visibility: visible;
}

.control .checkbox {
  opacity: 0;
  display: none;
}
.control .checkbox + label {
  position: relative;
  margin-left: 0;
  padding-left: 36px;
  padding-top: 6px;
  cursor: pointer;
}
.control .checkbox + label:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  border: 2px solid #f5f5fb;
  left: 0;
  top: 2px;
  border-radius: 8px;
}
.control .checkbox + label:before {
  display: block;
  border: none;
  position: absolute;
  font-family: "icomoon";
  content: "\e907";
  font-size: 10px;
  line-height: 1;
  left: 8px;
  top: 12px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.control .checkbox + label:hover:before, .control .checkbox:checked + label:before {
  opacity: 1;
  visibility: visible;
}

.touch .products-grid .item-inner:hover {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.block-vertnav .opener {
  background-color: #f89b24;
}

@media only screen and (max-width: 767px) {
  #mini-account-wrapper-regular-slip {
    display: none;
  }
}

.products-list > .item:hover {
  border-color: #f89b24;
  -webkit-box-shadow: inset 0 0 0 1px #f89b24;
  box-shadow: inset 0 0 0 1px #f89b24;
}
.products-list > .item:hover .product-image-wrapper .sticker-wrapper .sticker.sale {
  background-color: #ff4343 !important;
  color: #ffffff !important;
  border-color: #ff4343 !important;
}
.products-list > .item:hover .product-image-wrapper .sticker-wrapper .sticker.bestseller {
  background-color: #f2994a !important;
  color: #ffffff !important;
  border-color: #f2994a !important;
}
.products-list > .item:hover .product-image-wrapper .sticker-wrapper .sticker.new {
  background-color: #219653 !important;
  color: #ffffff !important;
  border-color: #219653 !important;
}
.products-list > .item:hover .product-image-wrapper .sticker-wrapper .sticker.sales {
  background-color: #1418b6 !important;
  color: #ffffff !important;
  border-color: #1418b6 !important;
}
.products-list > .item:hover .product-image-wrapper .sticker-wrapper .sticker.price {
  background-color: #fb0506 !important;
  color: #ffffff !important;
  border-color: #fb0506 !important;
}

.product-notification .stock-form-inputs {
  padding-top: 10px;
}
.product-notification .product-options {
  margin-bottom: 0px !important;
}
.product-notification #subscription_email {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0px !important;
  background-color: transparent;
  padding: 0;
  font-size: 14px;
}
.product-notification #subscription_email:focus {
  border-bottom: 1px solid #aaa;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.product-notification .validation-failed {
  border: none !important;
  border-bottom: 1px solid red !important;
  background: #fff !important;
  border-radius: 0px !important;
}
.product-notification .stock-form-content {
  color: #aaa !important;
}
.product-notification .stock-form-actions {
  padding-top: 20px;
  text-align: center;
}
.product-notification .stock-form-actions .btn-cart {
  width: 100%;
  max-width: 360px;
  border-radius: 27px;
}
.product-notification .stock-form-results {
  text-align: center !important;
}

.social-list > li > a {
  display: inline-block;
}
.social-list > li > a > span {
  background-color: #f89b24 !important;
  color: #3c3c3c !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}
.social-list > li > a > span:hover {
  color: #ffffff !important;
  background-color: orange !important;
}

@media only screen and (max-width: 1020px) {
  .header-container.header-regular .central-column__container .item:nth-child(1) .header-contacts-holder > .dropdown .dropdown-content > li {
    font-size: 16px;
  }
}

.alert-stock.link-stock-alert.product-action {
  display: none !important;
}

.form-search .search-autocomplete {
  width: 100% !important;
  max-height: 80vh;
  overflow: auto;
}
@media only screen and (min-width: 768px) {
  .form-search .search-autocomplete {
    width: 40vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .form-search .search-autocomplete {
    top: 100% !important;
    left: -20px !important;
    width: calc(100% + 45px) !important;
  }
  .form-search .search-autocomplete .search-header,
  .form-search .search-autocomplete .search-container {
    padding: 0 20px;
  }
  .form-search .search-autocomplete .resultbox-b {
    padding: 10px 20px 0;
  }
}

.button.out-of-stock {
  text-align: center;
  margin: 0;
  padding: 0;
  cursor: default;
  background: transparent !important;
  color: #b5b5b5 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: normal;
  line-height: 1.1;
  width: 60% !important;
}

.products-grid .item-inner {
  background: #ffffff;
  border: none;
  border-radius: 5px;
  padding: 0 0 55px 0;
  position: relative;
}
.products-grid .item-inner .product-image-wrapper {
  position: static;
}
.products-grid .item-inner .product-image-wrapper .sticker-wrapper {
  border-radius: 27px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.products-grid .item-inner .product-image-wrapper .sticker-wrapper .sticker {
  background-color: transparent;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  padding: 4px 8px !important;
}
@media only screen and (min-width: 1024px) {
  .products-grid .item-inner .product-image-wrapper .sticker-wrapper .sticker {
    height: 24px;
  }
}
.products-grid .item-inner .product-image-wrapper .sticker-wrapper .sticker.sale {
  border: 1px solid #f4f4f4;
  color: #ff4343;
}
.products-grid .item-inner .product-image-wrapper .sticker-wrapper .sticker.bestseller {
  border: 1px solid #f2994a;
  color: #f2994a;
  padding: 4px 8px 4px 20px !important;
}
.products-grid .item-inner .product-image-wrapper .sticker-wrapper .sticker.new {
  border: 1px solid #219653;
  color: #219653;
}
.products-grid .item-inner .product-image-wrapper .sticker-wrapper .sticker.sales {
  background-color: #ffffff !important;
  color: #1418b6 !important;
  border-color: #1418b6;
}
.products-grid .item-inner .product-image-wrapper .sticker-wrapper .sticker.price {
  background-color: #ffffff !important;
  color: #eb5757 !important;
}
.products-grid .item-inner .product-name {
  text-align: left;
  height: 120px;
  line-height: 1.2;
  overflow: hidden;
  color: #1d1d1f;
}
.products-grid .item-inner .product-name a {
  color: #1d1d1f;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.products-grid .item-inner .actions {
  text-align: right;
  margin: 0;
  padding: 0;
  border: none;
}
.products-grid .item-inner .btn-cart {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  position: absolute;
  padding: 0;
  bottom: 6px;
  right: 16px;
  width: 40px;
  height: 40px;
  min-width: auto;
  min-height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: none;
  background-color: #0071e3;
  color: #ffffff;
  white-space: normal;
  border-radius: 50%;
}
.products-grid .item-inner .btn-cart.btn-pre-order {
  background-color: #fef590;
}
.products-grid .item-inner .btn-cart.btn-pre-order:hover {
  background-color: #ffd042;
}
.products-grid .item-inner .btn-cart:hover {
  background-color: #0055AB;
}
.products-grid .price-holder {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 100px;
  min-height: 50px;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .products-grid .price-holder {
    padding-right: 65px;
  }
}
.products-grid .price-holder > span {
  font-size: 18px;
  text-align: left;
  display: none;
}
.products-grid .price-holder .price-box {
  text-align: left;
  margin: 5px 0 0;
}
.products-grid .price-holder .price-box .special-price .price-label {
  display: none;
}
.products-grid .price-holder .price-box .old-price .price {
  font-size: 15px;
}
.products-grid .price-holder .price-box .price {
  font-size: 22px;
}
.products-grid .price-holder .price-box .price .currency {
  font-size: 15px;
  display: inline-block;
}
@media only screen and (max-width: 1140px) {
  .products-grid .price-holder .price-box .price {
    font-size: 16px;
  }
}

.button {
  background-color: #0071e3;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
}
.button:hover {
  color: #ffffff;
  background-color: #0055AB;
}

div.block-layered-nav div.layerednavigation-slider:before {
  right: 4px;
}

.main-container {
  position: relative;
  z-index: 2;
}
.main-container::before {
  content: "";
  visibility: hidden;
  position: absolute;
  width: 110%;
  margin-left: -16px;
  height: 100%;
  background-color: #3c3c3c;
  opacity: 0;
  z-index: 9999;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.main-container.active-overlay::before {
  opacity: 0.5;
  visibility: visible;
}
@media only screen and (max-width: 991px) {
  .main-container.gap, .main-container.slipslider.gap {
    padding-top: 58px !important;
  }
}

.webforms-callback .callback-title {
  font-size: 2em;
  margin-bottom: 10px;
}
.webforms-callback .callbacks-welcome-message {
  margin-bottom: 10px;
}
.webforms-callback label {
  width: 100px;
}
.webforms-callback .webforms-fields-username .field .webforms-fields-username {
  margin-bottom: 0px;
}
.webforms-callback .webforms-fields-username .input-text {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  background-color: transparent;
  border-radius: 0px;
  padding: 0;
  width: 100%;
  font-size: 14px;
}
.webforms-callback .webforms-fields-username .input-text:focus {
  border-bottom: 1px solid #aaa;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.webforms-callback .webforms-fields-username .buttons-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.webforms-callback .webforms-fields-username .buttons-set .button {
  width: 20%;
  margin-left: 0px;
}
.webforms-callback .webforms-fields-username .validation-failed {
  border-bottom: 1px solid red;
  background: #fff !important;
}

.fancybox-lock .sh_btn {
  right: 17px;
  z-index: 8000;
}

@media only screen and (min-width: 1023px) {
  #sh_button {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

#scroll-to-top {
  bottom: 50px;
  background-color: #d9d9d9;
  color: #ffffff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 20px;
  padding-bottom: 5px;
}
#scroll-to-top:hover {
  color: #1c1c1c;
  background-color: #d9d9d9;
}
@media only screen and (min-width: 767px) {
  html.no-touch #scroll-to-top:hover {
    color: #000;
    background-color: #d9d9d9;
  }
}

ul.bullet li {
  background-position: 0 2px;
}
ul.bullet li:hover {
  background-position: 3px 2px;
}

#shopping-cart-table td:first-child {
  padding-left: 0;
}

.cart .cart-collaterals .cart-left-column {
  margin-left: 5px;
}
.cart .cart-collaterals .cart-right-column {
  margin-right: 5px;
}

#sub-loader {
  border: none !important;
  background-color: transparent !important;
}

.category-blog .toolbar {
  border: none;
}

.form-list textarea {
  width: 262px;
}
.form-list .validation-advice {
  max-width: 262px;
}

.pager .chosen-single {
  padding: 0 12px;
}

.box-reviews dd {
  margin: 0 0 15px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
}
.box-reviews dd:last-child {
  border: none;
}

.post-post_date span {
  font-weight: bold;
}

.author_name span {
  font-weight: bold;
}

.compare-table tr.first td .product-name {
  height: 48px;
  font-size: 12px;
  font-weight: 400;
  color: #1d1d1f;
}

.map-holder {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .map-holder {
    text-align: center;
  }
}
.map-holder #map {
  display: inline-block;
  vertical-align: top;
}

.imgs-holder {
  padding-top: 30px;
}
.imgs-holder > div {
  margin-bottom: 10px;
}
.imgs-holder img {
  width: 48%;
  height: auto;
}
.imgs-holder img:last-child {
  float: right;
}
@media only screen and (max-width: 767px) {
  .imgs-holder img {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .brander-unitopblog-post-view .post-preview_image {
    width: 100%;
    float: none;
    text-align: center;
  }
}
#narrow-by-list dd .swatch-label {
  padding: 0;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  font-size: 16px !important;
}

.services-table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .services-table {
    table-layout: fixed;
  }
}

.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button {
  margin-bottom: 5px;
}
.cart .discount .buttons-set button.button:last-child,
.cart .shipping .buttons-set button.button:last-child {
  margin-bottom: 0;
}

.cms-no-route .col-main {
  padding-top: 80px;
}
.cms-no-route .col-main div {
  font-size: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cms-no-route .col-main div img {
    margin-bottom: 20px;
  }
}

.panel ul {
  list-style: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#post-list,
#post-list ul,
ul.form-list {
  list-style: none;
}

#blog-tabs .tabs-panels {
  padding-top: 30px;
  padding-bottom: 50px;
}
#blog-tabs .tabs-panels ul, #blog-tabs .tabs-panels ol, #blog-tabs .tabs-panels p {
  margin: 0 0 20px;
}
#blog-tabs .tabs-panels ul {
  margin-left: 45px;
}
#blog-tabs .tabs-panels ul li {
  margin-bottom: 7px;
}
#blog-tabs .tabs-panels ul li p {
  margin: 0;
}

.category-review .review-title {
  color: #1d1d1f;
}
@media only screen and (max-width: 767px) {
  .category-review .review-title {
    font-size: 24px;
    font-weight: 500;
  }
}

.tabs-panels .panel.limited_height_block {
  max-height: 250px;
  overflow: hidden;
}
.tabs-panels .panel.limited_height_block p {
  font-size: 15px;
  margin: 0 0 7px !important;
}
.tabs-panels .panel.limited_height_block h2 {
  font-size: 1.4em;
}
.tabs-panels .panel.limited_height_block h3 {
  font-size: 1.3em;
}
.tabs-panels .panel.limited_height_block h4 {
  font-size: 1.2em;
}
.tabs-panels .panel.limited_height_block h5 {
  font-size: 1em;
}
.tabs-panels .panel.limited_height_block ol {
  list-style-type: decimal;
  margin-left: 45px !important;
}

.post-post_content p {
  font-size: 15px;
}
.post-post_content h2 {
  font-size: 1.4em;
}
.post-post_content h3 {
  font-size: 1.3em;
}
.post-post_content h4 {
  font-size: 1.2em;
}
.post-post_content h5 {
  font-size: 1em;
}
.post-post_content ol {
  list-style-type: decimal;
  margin-left: 45px !important;
}
.post-post_content ul {
  margin-left: 45px;
  list-style-type: disc;
  list-style-position: inset;
}
.post-post_content ul li {
  margin-bottom: 7px;
}
.post-post_content ul li p {
  margin: 0;
}
.post-post_content ol,
.post-post_content ul,
.post-post_content p {
  margin-bottom: 15px;
}

.breadcrumbs li {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.breadcrumbs__sep {
  background-image: url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/breadcrumbs-sep.svg);
  background-size: 16px 16px;
  background-position: center;
  height: 16px;
  width: 16px;
  margin-right: 4px;
  -webkit-transform: rotate(0) !important;
  transform: rotate(0) !important;
}

.block-seo-wrapper .block-seo-text h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}
@media screen and (max-width: 991px) {
  .block-seo-wrapper .block-seo-text h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
.block-seo-wrapper .block-seo-text h2, .block-seo-wrapper .block-seo-text h3 {
  font-weight: 600;
  margin-top: 16px;
}
.block-seo-wrapper .block-seo-text p {
  line-height: 1.5;
}

.creditpagetype .main-container {
  background: #ffffff;
}
.creditpagetype .breadcrumbs {
  background: #fafafa;
  padding: 22px 0 26px;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .creditpagetype .breadcrumbs {
    padding: 12px 0;
  }
}
.creditpagetype .breadcrumbs ul:after {
  content: "";
  display: block;
  clear: both;
}
.creditpagetype .breadcrumbs:before, .creditpagetype .breadcrumbs:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #fafafa;
}
.creditpagetype .breadcrumbs:before {
  left: -100%;
}
.creditpagetype .breadcrumbs:after {
  right: -100%;
}

.credit-page h1 {
  font-size: 60px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.4px;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .credit-page h1 {
    font-size: 34px;
    padding-top: 10px;
    margin-bottom: 10px;
  }
}
.credit-page .about-credits {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #5f5f5f;
  max-width: 860px;
  margin: 0 auto 70px;
}
@media only screen and (max-width: 767px) {
  .credit-page .about-credits {
    margin-bottom: 30px;
  }
}

#root-wrapper {
  height: 100%;
  position: relative;
}

.request_form_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.request_form_wrapper .request_form {
  height: 100%;
  overflow-y: scroll;
}
.request_form_wrapper .webforms-buyincredit {
  width: auto;
  height: 100%;
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .request_form_wrapper .webforms-buyincredit {
    padding: 0;
  }
}
.request_form_wrapper .request_form {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  width: 510px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  will-change: transfrom;
}
@media only screen and (max-width: 767px) {
  .request_form_wrapper .request_form {
    max-width: 90%;
    padding: 15px;
  }
  .request_form_wrapper .request_form label {
    font-size: 14px;
    width: 100px;
  }
}
.request_form_wrapper .request_form .validation-advice {
  font-size: 14px;
  margin-left: 0;
}
@media only screen and (min-width: 480px) {
  .request_form_wrapper .request_form .validation-advice {
    margin-left: 105px;
  }
}
@media only screen and (min-width: 768px) {
  .request_form_wrapper .request_form .validation-advice {
    margin-left: 130px;
  }
}
.request_form_wrapper.active {
  opacity: 1;
  visibility: visible;
}
.request_form_wrapper.active .request_form {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.request_form_wrapper .btn-close {
  position: absolute;
  right: 28px;
  top: 30px;
  font-family: ThemeIcons;
  font-size: 22px;
  color: #4a4a49;
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  border: 2px solid #4a4a49;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease, color 0.2s ease;
  transition: border-color 0.2s ease, color 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .request_form_wrapper .btn-close {
    top: 18px;
  }
}
.request_form_wrapper .btn-close:before {
  content: "\e20f";
  line-height: 24px;
}
.request_form_wrapper .btn-close:hover {
  color: #ffab00;
  border-color: #ffab00;
}
.request_form_wrapper .btn-close:active {
  color: #f89b24;
  border-color: #f89b24;
}
.request_form_wrapper .form-title {
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 40px;
  padding-right: 45px;
}
@media only screen and (max-width: 767px) {
  .request_form_wrapper .form-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.request_form_wrapper .field {
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .request_form_wrapper .field {
    margin-bottom: 8px;
  }
}
.request_form_wrapper input[type=text] {
  height: 36px;
}
.request_form_wrapper input[type=text],
.request_form_wrapper textarea,
.request_form_wrapper select {
  width: calc(100% - 130px);
}
@media only screen and (max-width: 767px) {
  .request_form_wrapper input[type=text],
  .request_form_wrapper textarea,
  .request_form_wrapper select {
    width: calc(100% - 110px);
  }
}
@media only screen and (max-width: 479px) {
  .request_form_wrapper input[type=text],
  .request_form_wrapper textarea,
  .request_form_wrapper select {
    width: 100%;
  }
}
.request_form_wrapper .button {
  margin-left: 0;
}
@media only screen and (min-width: 480px) {
  .request_form_wrapper .button {
    margin-left: 125px;
  }
}
.request_form_wrapper .success {
  font-size: 1.5rem;
  text-align: center;
  padding: 25px;
  z-index: 1;
}

.banks-list-ctrl {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .banks-list-ctrl {
    margin: 0 -12px;
    width: calc(100% + 24px);
  }
}
.banks-list-ctrl > li {
  display: table-cell;
  vertical-align: middle;
  height: 68px;
}
@media only screen and (max-width: 767px) {
  .banks-list-ctrl > li {
    height: 34px;
  }
  .banks-list-ctrl > li > a:after {
    height: 3px;
  }
}
.banks-list-ctrl > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  text-transform: uppercase;
  background: #d8d8d8;
  color: #333;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  position: relative;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.6px;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.banks-list-ctrl > li > a:hover {
  background: #fff;
}
.banks-list-ctrl > li > a:after {
  position: absolute;
  content: "";
  height: 5px;
  width: 0;
  bottom: 0;
  left: 20px;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
  background: #f89b24;
}
@media only screen and (max-width: 767px) {
  .banks-list-ctrl > li > a {
    font-size: 14px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 479px) {
  .banks-list-ctrl > li > a {
    font-size: 12px;
    text-transform: none;
  }
}
.banks-list-ctrl > li.current > a {
  background: #fff;
}
.banks-list-ctrl > li.current > a:after {
  width: calc(100% - 40px);
}

.banks-list-ctrl.fixed,
.contacts-actions.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 96%;
  max-width: 1300px;
  z-index: 1000;
}
@media only screen and (max-width: 479px) {
  .banks-list-ctrl.fixed,
  .contacts-actions.fixed {
    width: 100%;
    -webkit-box-shadow: 0 1px 10px 1px #606060;
    box-shadow: 0 1px 10px 1px #606060;
  }
}

.contacts-actions.fixed {
  background: #fff;
}

.banks-list {
  margin-left: -16px;
  margin-right: -16px;
}
@media only screen and (min-width: 769px) {
  .banks-list {
    margin-right: 0;
    margin-left: 0;
  }
}
.banks-list > li > img {
  width: 100%;
}

.bank-heading {
  cursor: pointer;
}
.bank-heading:hover {
  opacity: 0.9;
}

.bank-heading {
  position: relative;
}
.bank-heading .btn-request {
  position: absolute;
  left: 51%;
  bottom: 60px;
}

.bank-banefits-holder {
  margin: 0 -20px 50px;
}
@media only screen and (max-width: 767px) {
  .bank-banefits-holder {
    margin: 0 -10px 20px;
  }
}

.bank-banefits {
  font-size: 0;
  padding: 20px 0;
}
.bank-banefits:after {
  content: "";
  display: block;
  clear: both;
}
.bank-banefits li {
  font-size: 1rem;
  line-height: 1.2;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #6e6e6e;
}
@media only screen and (max-width: 767px) {
  .bank-banefits li {
    font-size: 13px;
    padding: 0 10px;
  }
}
.bank-banefits .bank-banefits_title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .bank-banefits .bank-banefits_title {
    font-size: 1rem;
  }
}

.bank_additional_conditions {
  font-size: 1rem;
  max-width: 860px;
  margin: 0 auto;
  color: #5f5f5f;
}
.bank_additional_conditions > p > strong {
  display: block;
  font-size: 22px;
  color: #333;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .bank_additional_conditions ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.bank_additional_conditions li {
  position: relative;
  padding-left: 27px;
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .bank_additional_conditions li {
    display: inline-block;
    vertical-align: top;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
}
.bank_additional_conditions li:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 11px;
  background: url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/mark.png) 0 0 no-repeat;
  left: 0;
  top: 50%;
  margin-top: -7px;
}

.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}

.note-msg.empty-catalog span {
  font-size: 26px;
  line-height: 32px;
}

.fancybox-wrap {
  max-width: 100px;
  -webkit-overflow-scrolling: touch;
}

.brander-unitopblog-post-view .products-grid .item-inner .product-image-wrapper {
  min-height: 100%;
  position: static;
}
@media only screen and (max-width: 767px) {
  .brander-unitopblog-post-view .products-grid .item-inner .product-name {
    font-size: 1.1em;
  }
}
.brander-unitopblog-post-view .page .inner-container .buttons-set .button {
  color: #f89b24;
  border: 2px solid #f89b24;
  background-color: #fafafa;
  float: left;
  margin-left: 0;
  width: 262px;
  margin-top: 15px;
}

.shipping-newpost .smarty-select .validation-advice {
  max-width: 100%;
  position: absolute;
}
.shipping-newpost .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.novaPoshtaList {
  max-height: 200px;
  overflow: auto;
  border: 1px solid #b5b5b5;
  left: 0 !important;
  top: 82px !important;
  width: 100% !important;
  position: absolute;
}
.shipping-newpost .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.novaPoshtaList.close {
  -webkit-transition-property: height;
  transition-property: height;
  height: 0 !important;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  opacity: 0;
}
.shipping-newpost .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.novaPoshtaList.open {
  -webkit-transition-property: height;
  transition-property: height;
  height: 200px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 1;
}
.shipping-newpost .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.novaPoshtaList li {
  padding: 9px;
  text-align: left;
  -webkit-transition: text-shadow 0.3s;
  transition: text-shadow 0.3s;
  margin: 0 0 8px;
  display: block;
  cursor: pointer;
  font-size: 16px;
}
.shipping-newpost .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.novaPoshtaList li:not(:last-child) {
  border-bottom: 1px solid #b5b5b5;
}
.shipping-newpost .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.novaPoshtaList li:hover {
  background-color: white;
  text-shadow: 0 1px #1c1c1c;
  padding: 9px;
}
.shipping-newpost .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.novaPoshtaList li.ui-menu-item.ui-state-focus {
  text-shadow: 0 1px #1c1c1c;
}
.shipping-newpost .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content:not(.novaPoshtaList) {
  display: none;
}
.shipping-newpost .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.novaPoshtaList li.ui-menu-item.ui-state-focus {
  background: white;
  border-top: none;
  border-left: none;
  border-right: none;
}
.shipping-newpost .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.novaPoshtaList li.ui-menu-item.ui-state-focus:not(:last-child) {
  border-bottom: 1px solid #b5b5b5;
}

.trade-in--slider {
  background-color: #e1efff;
  text-align: center;
  overflow: hidden;
  border-radius: 27px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 54px;
}
@media screen and (min-width: 1101px) {
  .trade-in--slider {
    width: 165px;
  }
}
.trade-in--slider:hover {
  background-color: #ADD1F9;
}
.trade-in--slider .trade-in_a--slider {
  color: #1d1d1f;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  position: relative;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (min-width: 1101px) {
  .trade-in--slider .trade-in_a--slider {
    font-size: 13px;
  }
}
@media (max-width: 1100px) {
  .trade-in--slider .trade-in_a--slider {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1720px) {
  .product-view {
    padding-top: 48px;
  }
}

.product-shop-row {
  position: sticky;
  top: 0;
  background: #ffffff;
}

.compare-table tr.first td {
  position: relative;
}
.compare-table tr.first td .btn-remove__compare {
  position: absolute;
  right: 0;
  cursor: pointer;
}
.compare-table tr.first td .btn-cart__compare {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  background: #0071e3;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.compare-table tr.first td .btn-cart__compare:hover {
  background: #0055AB;
}

.compare-table {
  position: relative;
}

.page-popup {
  padding: 0;
}

.description__compare {
  background: #f5f5fb;
  font-size: 14px;
  color: #1d1d1f;
}

.text__compare {
  font-size: 14px;
  color: #000;
}

.data-table th, .data-table td {
  padding: 8px 16px;
}

.price__compare .price-box .price, .price__compare .price-as-configured .price {
  color: #ff3b30;
  font-size: 16px;
  font-weight: 500;
}

.compare-table tr.add-to-row {
  margin-bottom: 20px;
}
.compare-table tr.add-to-row .btn-cart__compare--bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  background: #0071e3;
  border-radius: 20px;
  border: none;
  outline: none;
  height: 40px;
  font-size: 16px;
  max-width: 560px;
  margin: 0 auto;
}
.compare-table tr.add-to-row .btn-cart__compare--bottom:hover {
  background: #0055AB;
}

.login-form__content,
.registration-form__content {
  display: none;
}
@media only screen and (min-width: 768px) {
  .login-form__content,
  .registration-form__content {
    display: block;
    width: 50%;
    float: right;
    padding: 10px;
  }
}
.login-form__redirect-button,
.registration-form__redirect-button {
  margin-top: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.login-form__buttons-set-redirect,
.registration-form__buttons-set-redirect {
  background: #f5f5fb;
  border-radius: 30px;
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .login-form__buttons-set-redirect,
  .registration-form__buttons-set-redirect {
    max-width: 48%;
  }
}
.login-form__description-button,
.registration-form__description-button {
  margin: 0 auto;
  cursor: pointer;
  padding: 13px;
  font-size: 16px;
  border: none;
  background: transparent;
  color: #6e6e73;
}
.login-form__create-user-button,
.registration-form__create-user-button {
  border-radius: 30px;
  height: 40px;
  color: #1d1d1f;
  cursor: default;
  border: 1px solid #1d1d1f;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 50%;
  text-align: center;
}
.login-form__buttons-set-submit,
.registration-form__buttons-set-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.login-form__forgot-password,
.registration-form__forgot-password {
  color: #1d1d1f;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
  font-size: 16px;
  margin-bottom: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 400 !important;
}
.login-form__forgot-password:before, .login-form__forgot-password:after,
.registration-form__forgot-password:before,
.registration-form__forgot-password:after {
  display: none;
  opacity: 0;
}
.login-form__forgot-password:hover,
.registration-form__forgot-password:hover {
  color: #0071e3;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
}

.account-login .login-form h2.login-form__title,
.registration-form__title {
  padding: 0;
  margin: 0;
  color: #1d1d1f;
  font-size: 18px;
  border: none;
  font-weight: 500;
  margin-bottom: 24px;
}

.login-form .form-list .login-form__label,
ul.form-list .registration-form__label {
  font-size: 16px;
  padding-bottom: 8px;
  font-weight: 400;
  color: #1d1d1f;
  margin: 0;
}
.login-form .form-list .login-form__input,
ul.form-list .registration-form__input {
  color: #1d1d1f;
  border: 2px solid #f5f5fb;
  border-radius: 8px;
  background: #ffffff;
  width: 100%;
  font-size: 16px;
  height: 40px;
}
@media only screen and (min-width: 768px) {
  .login-form .form-list .login-form__input,
  ul.form-list .registration-form__input {
    width: 262px;
  }
}

.submit__button {
  border-radius: 27px;
  background: #0071e3;
  color: #ffffff;
  font-size: 18px;
  height: 48px;
  width: 100%;
  border: 1px solid #0071e3;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 560px) {
  .submit__button {
    max-width: 340px;
  }
}
.submit__button:hover {
  background: #0055AB;
  border: 1px solid #0055AB;
}

@media only screen and (min-width: 480px) {
  .account-login,
  .account-create {
    max-width: 1240px;
  }
}

.form-list li {
  margin: 0 0 16px;
}

@media only screen and (min-width: 560px) {
  .registered-users {
    width: 50%;
    float: left;
    padding: 10px;
  }
}

input.input-text {
  color: #1d1d1f;
  border: 2px solid #f5f5fb;
  border-radius: 8px;
  background: #ffffff;
  width: 100%;
  font-size: 16px;
  height: 40px;
}

@media only screen and (min-width: 1720px) {
  .form-list input.input-text {
    width: 456px;
  }
}

.form-search .input-text {
  border: none;
}

.form-list select {
  border: 2px solid #f5f5fb;
  height: 40px;
}

.addto-links-icons .ic {
  background-color: transparent;
}
.addto-links-icons .ic:hover {
  background-color: transparent;
}
.addto-links-icons .link-compare {
  margin: 0;
}

.ib {
  width: 24px;
  height: 24px;
}

.block .block-content {
  padding: 0;
}

.sorter .view-mode {
  display: none;
}

.rating__number {
  font-size: 56px;
  font-weight: 500;
}
.rating__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.average-rating {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media only screen and (min-width: 1200px) {
  .average-rating {
    width: 25%;
    position: absolute;
    right: 0;
    top: 50px;
    border: 1.5px solid #f5f5fb;
    border-radius: 20px;
    padding: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .average-rating {
    padding: 24px;
  }
  .average-rating .rating__number {
    font-size: 56px;
    font-weight: 500;
    line-height: 56px;
  }
  .average-rating .rating__right .rating-box {
    width: 120px;
  }
  .average-rating .rating__right .ratings .rating-box, .average-rating .rating__right .ratings .rating {
    height: 24px;
    background-size: 24px 24px;
  }
}

.reviews__list {
  margin-top: 16px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
  .reviews__list {
    width: 74%;
  }
}
.reviews__item {
  margin-bottom: 8px;
}
.reviews__item .review__img-popup {
  display: inline-block;
  padding: 0 16px 16px 16px;
  border-radius: 8px;
  overflow: hidden;
}
.reviews__item .review__img-popup img {
  border-radius: 8px;
}
.reviews__item .review-head__container {
  padding: 12px 16px;
  border-top: 1.5px solid #f5f5fb;
  margin: 0;
  border-right: 1.5px solid #f5f5fb;
  border-left: 1.5px solid #f5f5fb;
}
.reviews__item .review-head__question {
  padding: 12px 16px 16px 16px;
  color: #1d1d1f;
  font-size: 16px;
  border-bottom: 1.5px solid #f5f5fb;
  border-left: 1.5px solid #f5f5fb;
  border-right: 1.5px solid #f5f5fb;
  border-radius: 0 0 20px 20px;
}
.reviews__item .review-head__name {
  font-size: 16px;
  color: #6e6e73;
}
.reviews__item .review-head__date {
  font-size: 14px;
  color: #6e6e73;
}
.reviews__item .review-head__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.reviews__item .review-head__number .ratings {
  margin: 0;
}
.reviews__item .review-answer__container {
  margin: 8px 0 0 32px;
  padding: 0;
  border-radius: 20px;
}
.reviews__item .review-answer__content {
  padding: 16px;
  position: relative;
}
.reviews__item .review-answer__img {
  position: absolute;
  left: -30px;
  top: 0;
}
.reviews__item .review-answer__title {
  font-size: 16px;
  color: #6e6e73;
  padding: 0;
  background-color: transparent;
}
.reviews__item .review-answer__text {
  color: #1d1d1f;
  font-size: 16px;
  margin: 0;
  padding-top: 16px;
}
.reviews__link {
  color: #1d1d1f;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 16px 12px 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  border-radius: 20px 20px 0 0;
  border-top: 1.5px solid #f5f5fb;
  border-left: 1.5px solid #f5f5fb;
  border-right: 1.5px solid #f5f5fb;
}
.reviews__link:hover {
  color: #0071e3;
}
.reviews__product-name {
  color: inherit;
}

.category-review {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .tabs-panels {
    margin: 0 auto;
    max-width: 1272px;
  }
}

.block-seo-text h2 {
  font-size: 24px;
  color: #1d1d1f;
  font-weight: 500;
}
.block-seo-text p {
  font-size: 16px;
  color: #1d1d1f;
  font-weight: 400;
}

.block .block-subtitle.block-subtitle__tablet {
  margin: 0;
  padding: 16px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .block .block-subtitle.block-subtitle__tablet {
    display: block;
    color: #1d1d1f;
    font-size: 16px;
    font-weight: 500;
    border-radius: 20px 20px 0 0;
    background: #f5f5fb;
  }
}

.block-layered-nav .currently ol.block-actions__list {
  border-radius: 0 0 20px 20px;
  background: #f5f5fb;
  padding: 0 16px 16px 16px;
}
@media only screen and (min-width: 768px) {
  .block-layered-nav .currently ol.block-actions__list {
    margin-bottom: 12px;
  }
}
.block-layered-nav .currently ol.block-actions__list .block-actions__item {
  background: #ffffff;
  border-radius: 20px;
  padding: 4px 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 90%;
}
.block-layered-nav .currently ol.block-actions__list .block-actions__item:last-child {
  margin-bottom: 0;
}

.col-left > * {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .block-layered-nav .actions {
    margin: 0;
    padding: 0;
  }
}

.dropdown .dropdown-heading.cover > span {
  padding: 0;
}

.category-products .toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .category-products .toolbar .sorter {
    display: none;
  }
}
@media only screen and (min-width: 767px) {
  .category-products .toolbar {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 32px;
    border-top: 1px solid #eaeaf6;
  }
  .category-products .toolbar .sorter {
    padding-bottom: 16px;
  }
}

.box-tabs .gen-tabs .tabs a {
  background-color: transparent;
  display: inline;
  font-size: 16px;
  line-height: 1em;
}
.box-tabs .gen-tabs .tabs a:hover {
  background-color: transparent;
  border: none;
}

.catalog-product-view .product-view {
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .customer-account-create .registration-form .form-list .field,
  .customer-account-create .registration-form .form-list .fields {
    width: 100%;
    float: none;
  }
  .customer-account-create .registration-form .form-list .field .input-box input.input-text,
  .customer-account-create .registration-form .form-list .fields .input-box input.input-text {
    width: 100%;
  }
}

.category-page__inner {
  max-width: 1240px;
  margin: 0 auto;
}
.category-page__inner .breadcrumbs__list {
  padding-top: 20px;
}

.homepage-pagetext {
  padding-bottom: 40px;
}

.my-account .box {
  margin-bottom: 30px;
}
.my-account .validation-advice {
  max-width: 262px;
}
.my-account .control .checkbox + label {
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 6px;
}
.my-account .reviews-list .review {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.my-account .reviews-list .review:last-child {
  margin-bottom: 0;
  border: none;
}
.my-account .reviews-list .review .product-name {
  font-size: 16px;
}
.my-account .reviews-list .review .rating-box {
  margin: 10px 0;
}
.my-account .addresses-list h2 {
  font-size: 18px;
}
.my-account input.qty {
  display: none;
}

@media only screen and (max-width: 479px) {
  .my-account .form-list .input-text,
  .my-account .form-list .field,
  .my-account .form-list select,
  .account-login .form-list .input-text,
  .account-login .form-list .field,
  .account-login .form-list select,
  .account-create .form-list .input-text,
  .account-create .form-list .field,
  .account-create .form-list select {
    width: 100%;
  }
  body .my-account .form-list .input-text,
  body .account-login .form-list .input-text,
  body .account-create .form-list .input-text {
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  body .wrapper .my-account .name-firstname .input-text {
    width: 100%;
  }
}

.buttons-set p.required {
  margin-top: -16px;
}

.contact-info .label {
  min-width: 100px;
  display: inline-block;
  vertical-align: top;
}

.account-create .buttons-set {
  padding-top: 10px;
}

@media only screen and (max-width: 767px) {
  .user-page__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .user-page__col-left {
    margin-bottom: 24px;
  }
}

.dashboard .welcome-msg .hello {
  font-size: 18px;
  color: #1d1d1f;
  margin-bottom: 8px;
}

.dashboard .welcome-msg .hello__text {
  font-size: 16px;
  color: #000;
}

.addresses__container {
  position: relative;
}
.addresses__container:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 2px;
  background: #f5f5fb;
}
@media only screen and (min-width: 768px) {
  .addresses__container {
    border-top: 2px solid #f5f5fb;
  }
  .addresses__container:before {
    background: transparent;
  }
}
.addresses__list {
  position: relative;
}
.addresses__list:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10%;
  width: 120%;
  height: 2px;
  background: #f5f5fb;
}
@media only screen and (min-width: 768px) {
  .addresses__list {
    border-bottom: 2px solid #f5f5fb;
  }
  .addresses__list:before {
    background: transparent;
  }
}
.addresses__item {
  font-size: 16px;
  color: #1d1d1f;
  padding: 16px 0;
}
@media only screen and (min-width: 1024px) {
  .addresses__item {
    padding: 24px 0;
  }
}

.add-new-address__btn {
  border: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  background: transparent;
  color: #1d1d1f;
  position: relative;
  font-size: 16px;
  padding-top: 16px;
  padding-left: 30px;
}
.add-new-address__btn:before {
  position: absolute;
  content: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/plus.svg");
  top: 10px;
  left: 0;
}

.my-account .link-print {
  font-size: 16px;
  color: #1d1d1f;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

.address-buttons__container {
  position: relative;
}
.address-buttons__remove {
  position: absolute;
  top: -60%;
  right: 0;
}

#header-nav {
  /*background-color: $black;*/
  /*@include max-screen(767px) { background-color: $white; }*/
}
#header-nav .nav {
  background-color: transparent;
}

.nav .inner-container {
  padding: 0;
}

#nav {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 18px 0 12px;
}
#nav > li {
  position: relative;
  padding: 5px 5px;
  border-radius: 26px;
}
@media only screen and (min-width: 991px) {
  #nav > li.main-nav-1 {
    margin-left: -17px;
  }
}
#nav > li.other {
  padding: 6px 17px 8px 0;
  display: none;
}
#nav > li.other:before {
  content: "\e904";
  position: absolute;
  color: #fff;
  font: 9px/12px "icomoon";
  right: 0;
  top: 8px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#nav > li:hover a, #nav > li:hover:before {
  color: #0071e3;
}
#nav > li:hover:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#nav > li:hover .drop-other-links {
  opacity: 1;
  visibility: visible;
}
#nav > li.catalog-link > a {
  padding-left: 0;
}
#nav > li > a {
  text-transform: none;
  display: block;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  background: none;
}
#nav > li > a:hover {
  color: #0071e3;
}
#nav > li > a > span {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #nav > li > a {
    padding: 0 25px;
    margin: 0 auto;
  }
  #nav > li > a > span {
    font-size: 14px;
  }
}
#nav > li .drop-other-links {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0px;
  background: #fafafa;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px #606060;
  box-shadow: 0 0 5px #606060;
  padding: 16px 33px 1px 21px;
  font-size: 13px;
  line-height: 15px;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
#nav > li .drop-other-links .item-link {
  padding: 0 0 14px;
}
#nav > li .drop-other-links .item-link a {
  display: block;
  color: #1d1d1f;
}
#nav > li .drop-other-links .item-link a:hover {
  color: #0071e3;
}
#nav > li#catalog-link {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#nav > li#catalog-link > a {
  text-transform: none;
}
#nav > li#catalog-link > a > span {
  font-size: 15px;
  font-weight: 700;
}
#nav > li[id*=nav-holder] {
  display: none;
}
#nav > li#catalog-link::after, #nav > li.main-nav-1::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  #nav > li {
    background-color: #ffffff !important;
  }
  #nav > li::after {
    display: none;
  }
  #nav > li > a {
    background-color: transparent;
  }
  #nav > li:not(.main-nav-1) > a > span {
    color: #1c1c1c !important;
  }
}
@media only screen and (min-width: 768px) {
  #nav .opener {
    display: none;
  }
}

/*
.sticky-header {
  #nav > li#catalog-link {
    padding-left: 26px;

    &::after { display: block !important; }
  }
}*/
.the-slideshow {
  /**
      TODO: set style for bg slider image
   */
}
.the-slideshow img {
  opacity: 1 !important;
  -webkit-transition: none;
  transition: none;
}
.the-slideshow .owl-item .slide {
  height: auto;
  background-size: cover !important;
  overflow: hidden;
  border: none;
  padding: 0;
}
.the-slideshow .owl-controls .owl-buttons .owl-prev,
.the-slideshow .owl-controls .owl-buttons .owl-next {
  background-color: transparent !important;
  color: #f5f5fb;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.the-slideshow .owl-controls .owl-buttons .owl-prev:hover,
.the-slideshow .owl-controls .owl-buttons .owl-next:hover {
  color: #f5f5fb;
}
.the-slideshow .owl-controls .owl-buttons .owl-prev::before,
.the-slideshow .owl-controls .owl-buttons .owl-next::before {
  font-size: 55px;
  -webkit-filter: invert(1) brightness(2);
  filter: invert(1) brightness(2);
  color: currentColor;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.the-slideshow .owl-controls .owl-pagination {
  display: none;
}
.the-slideshow .owl-controls .owl-pagination .owl-page span {
  width: 20px;
  height: 3px;
  background-color: #e5e5e5;
  margin-left: 2px;
  margin-right: 2px;
}
.the-slideshow .owl-controls .owl-pagination .owl-page.active span {
  background-color: #ffffff;
}
.the-slideshow .owl-controls .owl-pagination .owl-page:hover span {
  background-color: #ffffff !important;
}

.std .nested-container {
  width: 100%;
  margin: 0;
}
.std .page-banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 990px) {
  .std .page-banners {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media only screen and (min-width: 990px) {
  .std .page-banners {
    border-radius: 24px;
    overflow: hidden;
    margin-top: 32px;
  }
}
.std .page-banners::before, .std .page-banners::after {
  content: none;
}
.std .page-banners .banner {
  width: 25%;
  aspect-ratio: 1/1.1283;
  height: auto !important;
  margin: 0;
  border: 1px solid #f5f5fb;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
@media only screen and (min-width: 990px) {
  .std .page-banners .banner {
    width: 16.6666666667%;
    aspect-ratio: 1/1.233;
  }
}
.std .page-banners .banner:hover {
  -webkit-transform: perspective(1px) scale(0.98);
  transform: perspective(1px) scale(0.98);
}
.std .page-banners .banner__container {
  position: relative;
  padding-top: 100%;
  margin: 0;
}
.std .page-banners .banner__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-color: #ffffff;
  font-size: 26px !important;
  line-height: 1;
  font-weight: 500;
  color: #1c1c1c;
  padding-left: 0;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .std .page-banners .banner__link {
    font-size: 20px !important;
  }
}
.std .page-banners .banner__link .popular__img {
  width: 100%;
}
.std .page-banners .banner__link .banner__name {
  font-size: 14px;
  font-weight: 500;
  color: #1d1d1f;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .std .page-banners .banner__link .banner__name {
    font-size: 18px;
  }
}

.footer-container {
  background-color: #ffffff;
  max-width: 1272px;
  margin: 0 auto;
}

.footer-primary-container,
.footer-primary,
.footer-bottom,
.footer-bottom-container {
  background-color: transparent;
}

@media only screen and (min-width: 1024px) {
  .footer-primary,
  .footer-primary-container {
    padding-bottom: 0;
    border-top: 1px solid #f5f5fb;
  }
}

@media only screen and (max-width: 768px) {
  .footer-primary-container .block-catalog,
  .footer-primary .block-catalog,
  .footer-primary-top-spacing .block-catalog {
    border-top: 1px solid #f5f5fb;
  }
}
@media screen and (min-width: 768px) {
  .footer-primary-container .block-catalog,
  .footer-primary .block-catalog,
  .footer-primary-top-spacing .block-catalog {
    padding-left: 16px;
  }
}
@media only screen and (max-width: 970px) {
  .footer-primary-container,
  .footer-primary,
  .footer-primary-top-spacing {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.footer-bottom-container {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  background: #f5f5fb;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 991px) {
  .footer-bottom-container {
    margin-bottom: 0;
    border-radius: 20px 0 0 0;
  }
}

.footer-block-title {
  font-size: 18px;
  font-weight: 600;
  color: #1d1d1f;
  padding: 16px 0;
}
.footer-block-title--social-media {
  padding-right: 8px;
}

.footer-copyright {
  color: #3c3c3c;
}
.item-right .footer-copyright {
  color: #3c3c3c;
}
.item-right .footer-copyright img {
  opacity: 0.08;
}

.footer-primary-top-spacing > div:first-child > div .block-content {
  width: 100%;
  margin: 0;
  max-width: 100%;
  padding-left: 16px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .footer-primary-top-spacing > div:first-child > div .block-content {
    padding-left: 0;
  }
}
.footer-primary-top-spacing > div:first-child > div .block-content .footer__phone-consultation {
  color: #1d1d1f;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  .footer-primary-top-spacing > div:first-child > div .block-content .footer__phone-consultation {
    padding: 16px 0;
  }
}
.footer-primary-top-spacing > div:first-child > div .block-content .footer__phone-number {
  font-size: 22px;
  font-weight: 500;
  background: white;
  cursor: pointer;
  color: #000;
}

.footer-container .footer-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-container .social-links, .footer-container .social-links-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0 !important;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .footer-container .social-links, .footer-container .social-links-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .footer-container .social-links, .footer-container .social-links-footer {
    position: absolute;
    bottom: 100px;
    left: 78%;
    width: 220px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer-container .social-links a, .footer-container .social-links-footer a {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-container .social-links a:hover span, .footer-container .social-links-footer a:hover span {
  background: #1d1d1f !important;
  color: #ffffff !important;
}
.footer-container .social-links a span, .footer-container .social-links-footer a span {
  margin-bottom: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f5f5fb;
  color: #1d1d1f;
  font-size: 22px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-container .social-links a + a, .footer-container .social-links-footer a + a {
  margin-left: 16px;
}
@media only screen and (max-width: 970px) {
  .footer-container .social-links, .footer-container .social-links-footer {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-container .block-pages, .footer-container .block-catalog {
    border-bottom: 1px solid #f5f5fb;
  }
  .footer-container .block-pages:first-child, .footer-container .block-catalog:first-child {
    border-top: 1px solid #f5f5fb;
  }
}
.footer-container .block-pages .block-content > li, .footer-container .block-catalog .block-content > li {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}
.footer-container .block-pages .block-content > li:nth-child(2n-1), .footer-container .block-catalog .block-content > li:nth-child(2n-1) {
  padding-right: 10px;
}
.footer-container .block-pages .block-content > li > a:hover, .footer-container .block-catalog .block-content > li > a:hover {
  color: #0071e3;
}
@media only screen and (max-width: 767px) {
  .footer-container .footer-block-title {
    text-align: left;
    width: 100%;
  }
  .footer-container .footer-block-title--social-media {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding-right: 8px;
    padding-left: 16px;
    padding-bottom: 16px;
  }
  .footer-container .block-pages, .footer-container .block-catalog {
    text-align: left;
    padding-left: 0;
  }
  .footer-container .block-pages .block-content > li, .footer-container .block-catalog .block-content > li {
    text-align: left;
  }
  .footer-container .footer-address {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}

.footer-primary .inner-container {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .footer-primary .inner-container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media only screen and (min-width: 1272px) {
  .footer-primary .inner-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.social-links-footer {
  position: static !important;
}

@media screen and (min-width: 991px) {
  .footer-bottom-container.section-container {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .footer-bottom-container.section-container .footer-bottom.footer.container {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-bottom-container.section-container .footer-bottom.footer.container > .inner-container {
    padding-left: 24px;
  }
}
.header-container {
  position: relative;
  z-index: 3;
  background: #003163;
}
@media only screen and (max-width: 990px) {
  .header-container.fixed {
    height: 58px;
  }
  .header-container.fixed > .header-container__content, .drop-first-categories .header-container.fixed > .level0.nav-submenu {
    width: 100%;
    position: fixed;
    top: 0;
  }
}
.header-container__content, .drop-first-categories .level0.nav-submenu {
  max-width: 1270px;
  margin: 0 auto;
}

.header__link-svg svg {
  stroke: white;
}

.header__link-svg {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(245, 245, 251, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.header__link-svg svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__link-svg:hover svg {
  stroke: #0071e3;
}

.user__icon {
  height: 40px;
  width: 40px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  stroke: white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(245, 245, 251, 0.2);
  border-radius: 50%;
}
.user__icon svg {
  width: 40px;
}

.narrow-banner_wrapper img {
  display: block;
  margin: 0 auto;
}

#mini-account-wrapper-regular-slip a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-item {
  display: none;
}

.topcontainer {
  background: transparent;
  color: #fff;
  position: relative;
  z-index: 3;
}

.topcontainer a {
  color: #fff;
}

.topcontainer .container {
  position: relative;
  font-size: 15px;
  line-height: 17px;
  padding: 4px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.topcontainer .container .container-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 991px) {
  .topcontainer .container .container-left {
    display: none;
  }
}
.topcontainer .container .container-left .top-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 21px 0 4px;
  width: 100%;
}
.topcontainer .container .container-left .top-list-items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  white-space: nowrap;
}
.topcontainer .container .container-left .top-list-items li.our-stores {
  display: none;
  font-weight: bold;
}
.topcontainer .container .container-left .top-list-items li.our-stores .icon {
  display: none;
}
.topcontainer .container .container-left .top-list-items li.our-stores a {
  padding: 0 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.topcontainer .container .container-left .top-list-items li.our-stores a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  color: #fff;
  content: "\e904";
  font: 15px/18px "ico_font_new";
}
.topcontainer .container .container-left .top-list-items li:last-child {
  margin: 0;
}
.topcontainer .container .container-left .boottom-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.topcontainer .container .container-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 70%;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
@media only screen and (min-width: 991px) {
  .topcontainer .container .container-right {
    width: 100%;
  }
}
.topcontainer .container .container-right .nav-regular {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.topcontainer .container .container-right .boottom-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

/* logo */
.logo-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  margin: 0 10px 0 0;
}
.logo-wrapper h2 {
  margin: 0;
}
.logo-wrapper img {
  width: auto;
  max-width: 165px;
}
.logo-wrapper strong {
  position: absolute;
  top: -9999px;
  left: 0;
  overflow: hidden;
  text-indent: -9999em;
}

/* end logo */
/* store language */
.store-languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  font-size: 13px;
  line-height: 15px;
}
.store-languages li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 5px !important;
  padding: 0 8px 0 0;
  border: solid #fff;
  border-width: 0 1px 0 0;
}
.store-languages li a {
  font-weight: bold;
}
.store-languages li:first-child {
  border: none;
}

/* end store language */
/* catalog */
.catalog-wraper {
  padding: 5px 25px 0 0;
}
.catalog-wraper .btn-catalog {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 9px 23px 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-wraper .btn-catalog span {
  padding: 3px 0 3px 13px;
  margin: 0;
  white-space: nowrap;
}
.catalog-wraper .btn-catalog .icon {
  margin: 0 !important;
  padding: 0;
  font-size: 21px;
}
.catalog-wraper .drop-catalog-product {
  position: absolute;
  top: 130%;
  /*opacity: 1;
  visibility: visible;*/
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 0;
  width: 100%;
  z-index: 700;
  padding: 17px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.catalog-wraper .drop-catalog-product .drop-list {
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 12;
  font-size: 14px;
  line-height: 17px;
}
.catalog-wraper .drop-catalog-product .drop-list li {
  width: 26%;
  padding: 0 21px 0 20px;
  border-right: 1px solid #e5e5e5;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.catalog-wraper .drop-catalog-product .drop-list li .menu-link {
  position: relative;
  width: 100%;
}
.catalog-wraper .drop-catalog-product .drop-list li a {
  color: #606060;
  padding: 14px 30px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.catalog-wraper .drop-catalog-product .drop-list li a .caret {
  display: none;
}
.catalog-wraper .drop-catalog-product .drop-list li .menu-link {
  position: relative;
}
.catalog-wraper .drop-catalog-product .drop-list li .menu-link:after {
  content: "";
  display: block;
  height: 37px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(75%, #fff));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 75%);
  z-index: 2;
}
.catalog-wraper .drop-catalog-product .drop-list li .opener {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.catalog-wraper .drop-catalog-product .drop-list li .opener:before {
  content: "\e904";
  position: absolute;
  color: #606060;
  font: 13px/15px "icomoon";
  right: 6px;
  top: 14px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  z-index: 3;
}
.catalog-wraper .drop-catalog-product .drop-list li .wrapper-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 26%;
  width: 25%;
  height: 100%;
}
.catalog-wraper .drop-catalog-product .drop-list li .wrapper-submenu ul::-webkit-scrollbar {
  width: 0;
}
.catalog-wraper .drop-catalog-product .drop-list li .wrapper-submenu .wrapper-submenu {
  width: 100%;
  left: 100%;
}
.catalog-wraper .drop-catalog-product .drop-list li .nav-panel--dropdown {
  height: 100%;
  overflow-y: auto;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.catalog-wraper .drop-catalog-product .drop-list li .nav-panel--dropdown ul {
  left: 100%;
  width: 100%;
}
.catalog-wraper .drop-catalog-product .drop-list li .nav-panel--dropdown ul li {
  width: 100%;
}
.catalog-wraper .drop-catalog-product .drop-list li .nav-panel--dropdown li {
  width: 100%;
}
.catalog-wraper .drop-catalog-product .drop-list li .nav-panel--dropdown li a:before {
  display: none;
}
.catalog-wraper .drop-catalog-product .drop-list li:first-child .wrapper-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-wraper .drop-catalog-product .drop-list .top_level_category_menu_banner a {
  padding: 0;
}

/* end catalog */
/* search */
.search {
  width: 70%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search #search-wrapper-regular,
.search #search_mini_form,
.search .search-wrapper-regular {
  width: 100%;
}
.search #header-search {
  width: 100%;
  padding-right: 0;
  margin-right: 0;
}
@media only screen and (min-width: 991px) {
  .search #header-search {
    width: 94%;
  }
}
.search #header-search .form-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
.search #header-search .form-search .input-text {
  border-radius: 20px 0 0 20px;
  margin: 0;
  height: 40px;
  padding: 11px 15px;
  width: 100%;
  color: #333;
  background: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search #header-search .form-search label {
  display: none;
}
.search #header-search .form-search button[type=submit] {
  display: block;
  background: white;
  border-radius: 0 20px 20px 0;
  height: 40px;
  padding-right: 2px;
  padding-left: 0;
  line-height: 30px;
  text-align: center;
  -webkit-transform: none;
  transform: none;
}
.search #header-search .form-search button[type=submit] img {
  width: 36px;
  height: 36px;
  max-width: none;
}
.search #header-search .form-search button[type=submit]:before {
  content: "" !important;
}
.search #header-search .form-search .search-autocomplete {
  left: 0 !important;
  position: absolute;
  min-width: 400px;
  border-radius: 0 0 10px 10px;
  z-index: 4100 !important;
  width: 100% !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  color: #1d1d1f;
  border: 1px solid #f5f5fb;
}
.search #header-search .form-search .search-autocomplete .special-price {
  color: #ff3b30;
}
.search #header-search .form-search .search-autocomplete .old-price {
  color: #6e6e73;
}
.search #header-search .form-search .search-autocomplete a {
  color: #606060;
}
.search #header-search .form-search .search-autocomplete ul {
  background-color: #fff;
  text-align: left;
  padding: 3px;
}
.search #header-search .form-search .search-autocomplete ul li {
  padding: 3px 5px;
  cursor: pointer;
  line-height: 24px;
}
.search #header-search .form-search .search-autocomplete ul li .amount {
  float: right;
  padding-left: 5px;
}

/* end search */
/* header-links */
.header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 0;
}
@media only screen and (min-width: 991px) {
  .header-links {
    margin-right: 0;
    margin-left: auto;
  }
}
.header-links li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  line-height: 18px;
  padding: 0 0 0 15px;
}
.header-links li.item--user {
  padding: 0;
  font-size: 16px;
  width: 90px;
}
.header-links li #mini-account-wrapper-regular-slip > a {
  display: inline-block;
  width: 50px;
  height: 40px;
  padding: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-links li #mini-account-wrapper-regular-slip > a.mini-account__link {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.header-links li #mini-account-wrapper-regular-slip > a.mini-account__link .label {
  width: 45px;
}
.header-links li #header-wishlist {
  padding: 20px 0 0;
  margin: 0;
  width: 400px;
}
.header-links li .mini-wishlist .block-subtitle,
.header-links li .mini-wishlist a,
.header-links li .mini-compare a {
  font-size: 14px;
}
.header-links li .mini-wishlist > .mini-compare-heading > span.count {
  padding: 0;
}
.header-links li .dropdown .dropdown-heading .wrapper-price,
.header-links li #mini-compare-wrapper-regular .label,
.header-links li #mini-account-wrapper-regular .label {
  display: none;
}
.header-links #mini-cart-wrapper-regular .is-not-empty .mini-cart-heading {
  background: transparent;
}
.header-links #mini-cart.is-empty .dropdown-heading .count {
  display: none;
}

#mini-compare-wrapper-regular .mini-compare-content {
  overflow: visible;
  padding: 20px 0 0;
}

#mini-compare-wrapper-regular .header-compare-wrapper,
#mini-cart-content,
#header-wishlist .header-compare-wrapper,
#header-compare .header-compare-wrapper {
  background: #fff;
  padding: 16px;
  -webkit-box-shadow: 0 5px 17.9px rgba(3, 2, 75, 0.22);
  box-shadow: 0 5px 17.9px rgba(3, 2, 75, 0.22);
  border-radius: 0 0 20px 20px;
}

#mini-account .mini-account-content ul {
  padding: 20px;
  background: #fff;
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
#mini-account .mini-account-content ul li {
  padding: 0;
  font-size: 16px;
  line-height: 18px;
}
#mini-account .mini-account-content ul li a {
  padding: 10px 0;
  color: #1d1d1f;
}
#mini-account .mini-account-content ul li a:hover {
  background: none;
}
#mini-account .mini-account-content ul li a:hover .user__icon {
  stroke: #0071e3;
}

/* end header-links */
/* hover */
@media screen and (max-width: 768px) {
  .search {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .search #header-search .form-search button[type=submit] {
    top: 75px;
    right: 15px;
    width: 45px;
    height: 40px;
  }
  .search #header-search .form-search button[type=submit]:before {
    top: 67px;
    right: 15px;
  }
}
@media screen and (min-width: 769px) {
  .search {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .search .form-search__label {
    position: relative;
  }
}
@media screen and (min-width: 990px) {
  .logo-wrapper {
    width: 197px;
  }
  .logo {
    width: 197px;
  }
  .container-left {
    gap: 4px;
  }
  .top-right--desk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .top-right--desk-item {
    padding-top: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 255px;
  }
  .lang__change--left {
    display: none !important;
  }
  .account__sidebar {
    display: none !important;
  }
  .header-container__content, .drop-first-categories .level0.nav-submenu {
    padding: 2px 15px;
  }
  .header-container__content-menu {
    padding: 0 15px;
    max-width: 1270px;
    margin: 0 auto;
  }
  .header-container__content-menu.active-overlay {
    pointer-events: none;
    cursor: default;
  }
  .form-search__input-container:before {
    top: 3px;
    right: 3px;
  }
  .topcontainer a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .topcontainer a:hover {
    color: #0071E3;
  }
  .topcontainer a:hover .user__icon {
    stroke: #0071E3;
  }
  .dropdown .dropdown-content {
    display: block !important;
  }
  .topcontainer {
    /* display: none;*/
    position: static;
    top: 0;
    left: 0;
  }
  .catalog-wraper .btn-catalog.show-catalog {
    display: none !important;
  }
  .catalog-wraper:hover a {
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .drop-catalog-product.open {
    opacity: 1;
    visibility: visible;
  }
  /* end hover */
  /*catalog for main*/
}
@media screen and (min-width: 990px) and (min-width: 991px) {
  .drop-catalog-product.open .drop-list .nav-item.level0.level-top.nav-item--parent.classic.nav-item--only-subcategories.parent:hover::after {
    content: "";
    background-color: transparent;
    width: 55px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 22%;
    z-index: 99;
    cursor: pointer;
  }
  .drop-catalog-product.open .drop-list .nav-item.level0.level-top.nav-item--parent.classic.nav-item--only-subcategories.parent .wrapper-submenu .level0.nav-submenu.nav-panel--dropdown.nav-panel::-webkit-scrollbar {
    width: 0;
  }
  .drop-catalog-product.open .drop-list .nav-item.level0.level-top.nav-item--parent.classic.nav-item--only-subcategories.parent .wrapper-submenu .level0.nav-submenu.nav-panel--dropdown.nav-panel .nav-item.level1.nav-item--parent.classic.nav-item--only-subcategories.parent:hover::after {
    content: "";
    position: absolute;
    background-color: transparent;
    width: 50px;
    height: 100%;
    top: 0;
    z-index: 99;
    right: 0;
    cursor: pointer;
  }
}
@media screen and (min-width: 990px) {
  .catalog-wraper .drop-catalog-product .drop-list li:first-child li .wrapper-submenu {
    display: none;
  }
  .catalog-wraper .drop-catalog-product .drop-list li:first-child li:first-child .wrapper-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog-wraper .drop-catalog-product .drop-list:hover li:first-child > .wrapper-submenu {
    display: none;
  }
  .catalog-wraper .drop-catalog-product .drop-list:hover li:first-child:hover > .wrapper-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog-wraper .drop-catalog-product .drop-list li:hover li:first-child > .wrapper-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog-wraper .drop-catalog-product .drop-list li:hover > .wrapper-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog-wraper .drop-catalog-product .drop-list li .wrapper-submenu:hover li:first-child > .wrapper-submenu {
    display: none;
  }
  .catalog-wraper .drop-catalog-product .drop-list:hover li li:first-child:hover > .wrapper-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog-wraper .drop-catalog-product .drop-list li li:hover > .wrapper-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog-wraper a:hover {
    color: #fff;
  }
  .top_level_category_menu_banner {
    right: -9999px;
  }
  .catalog-wraper .drop-catalog-product .drop-list li:first-child .top_level_category_menu_banner {
    right: 0;
  }
  .catalog-wraper .drop-catalog-product .drop-list:hover .top_level_category_menu_banner {
    right: -9999px;
  }
  .catalog-wraper .drop-catalog-product .drop-list li:hover .top_level_category_menu_banner {
    right: 0;
  }
  .catalog-wraper .drop-catalog-product .drop-list li:hover .opener:before,
  .catalog-wraper .drop-catalog-product .drop-list li:hover a {
    color: #0071e3;
  }
  .catalog-wraper .drop-catalog-product .drop-list li:hover li .opener:before,
  .catalog-wraper .drop-catalog-product .drop-list li:hover li a {
    color: #606060;
  }
  .catalog-wraper .drop-catalog-product .drop-list li:hover .top_level_category_menu_banner {
    right: 0;
  }
  .catalog-wraper .drop-catalog-product .drop-list li li:hover .opener:before,
  .catalog-wraper .drop-catalog-product .drop-list li li:hover a {
    color: #0071e3;
  }
  .catalog-wraper .drop-catalog-product .drop-list li li:hover li .opener:before,
  .catalog-wraper .drop-catalog-product .drop-list li li:hover li a {
    color: #606060;
  }
  .catalog-wraper .drop-catalog-product .drop-list li li li:hover .opener:before,
  .catalog-wraper .drop-catalog-product .drop-list li li li:hover a {
    color: #0071e3;
  }
  .catalog-wraper .drop-catalog-product .drop-list li li li:hover li .opener:before,
  .catalog-wraper .drop-catalog-product .drop-list li li li:hover li a {
    color: #606060;
  }
  .main-top-container .the-slideshow-wrapper-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-top-container .the-slideshow-wrapper {
    width: 100%;
  }
}
/* mobile */
@media screen, (min-width: 450px) and (max-width: 990px) {
  .topcontainer .holder-container .container {
    width: 100%;
  }
}
@media screen and (max-width: 990px) {
  .header__link-svg {
    width: 32px;
    height: 32px;
    margin-top: 2px;
    margin-left: -2px;
  }
  .header__link-svg--hidden {
    display: none !important;
  }
  .form-search__input-container:before {
    top: 1px;
    right: 1px;
  }
  .header-container__content, .drop-first-categories .level0.nav-submenu {
    max-width: 100%;
    min-width: 320px;
  }
  #search-wrapper-regular .logo-wrapper {
    display: none;
  }
  .overlay-menu {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
  }
  .is-nav-open .overlay-menu {
    opacity: 0.75;
    visibility: visible;
  }
  .is-nav-open #root-wrapper {
    overflow: hidden;
  }
  .header-container {
    z-index: 4;
  }
  .topcontainer {
    position: absolute;
    top: 0;
    left: -9999px;
    background: none;
    z-index: 5;
    height: 100%;
    width: 100%;
    margin-left: 0;
    /*transform: translate(-280px,0);*/
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
  }
  .topcontainer.ssm-nav-visible {
    opacity: 1;
    visibility: visible;
  }
  .topcontainer .holder-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 450px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
  }
  .topcontainer .container {
    width: 88%;
    margin-left: 0;
    padding-top: 0;
    background: #fff;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .topcontainer .container .container-left {
    background: #141b25;
  }
  .topcontainer .btn-close {
    width: 45px;
    position: static;
  }
  .topcontainer .btn-close span {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    padding: 12px;
    font: 20px/24px "ico_font_new";
  }
  .topcontainer .btn-close span:before {
    content: "\ea0f";
  }
  .mobile-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 9px 10px 13px 24px;
  }
  .mobile-item a {
    display: block;
  }
  .desktop-item {
    display: none !important;
  }
  .mobile-header {
    background: #003163;
    position: relative;
    padding: 10px 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 122px;
    gap: 3px;
    /*.skip-link:hover{
      opacity: 1;
    }*/
  }
  .mobile-header__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .mobile-header .btn-menu {
    color: #fff;
  }
  .mobile-header .btn-menu .icon {
    font-size: 25px;
    line-height: 28px;
    padding: 5px 5px;
  }
  .mobile-header #search-wrapper-regular .clone-element {
    display: none;
  }
  .mobile-header #search {
    margin-right: -1px !important;
  }
  .mobile-header #header-search {
    padding-right: 0;
  }
  .mobile-header #header-search .form-search .input-text {
    padding: 18px 15px;
  }
  .mobile-header #header-search .form-search button[type=submit] {
    background: white;
    color: transparent;
    line-height: 23px;
  }
  .mobile-header .search {
    position: static;
  }
  .mobile-header .search #header-search .form-search {
    position: static;
  }
  .mobile-header .search #header-search .form-search .search-autocomplete {
    min-width: 100%;
  }
  .mobile-header .header-links {
    width: 10%;
    margin: 0;
    height: 37px;
    line-height: 37px;
  }
  .mobile-header .header-links li {
    padding: 0;
  }
  .mobile-header #header-cart {
    position: absolute;
    right: -14px !important;
    left: auto !important;
    top: 100%;
    padding: 10px 0 0;
    width: 100vw;
  }
  .mobile-header .mini-account .mini-account-heading {
    display: block;
  }
  .mobile-header .mini-cart a.dropdown-heading {
    background: transparent;
    border-radius: 5px;
    float: none;
    display: block;
    width: 40px;
    color: #fff;
    line-height: 18px;
    height: 37px;
    /*&.has-product{background: #f89b24;}*/
  }
  .mobile-header .is-not-empty .mini-cart a.dropdown-heading {
    background: #0071e3;
  }
  .mobile-header .skip-link .count {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-radius: 50%;
    background-color: #0071E3;
    color: #fff;
    position: absolute;
    right: -2px;
    top: 0;
  }
  .mobile-header .is-empty .skip-link .count {
    display: none;
  }
  .mobile-header .mobile-item {
    padding: 0;
    width: auto;
  }
  .logo-wrapper {
    width: 100%;
    margin: 0;
    padding: 14px 10px 14px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo-wrapper.logo-wrapper--desktop {
    display: none;
  }
  .logo-wrapper .logo {
    width: 148px;
    margin-left: -13px;
    font-size: 0;
  }
  .logo-wrapper .mobile-item {
    padding: 0;
    width: auto;
  }
  .link-stores .ic,
  .link-account .ic {
    margin: 0 14px 0 0;
  }
  .link-stores .ic:before,
  .link-account .ic:before {
    font-size: 20px;
  }
  .link-account .ic:before {
    font-family: "ico_font_new" !important;
    content: "\e905" !important;
  }
  #mini-account-wrapper-regular-slip {
    display: block;
  }
  .catalog-wraper {
    padding: 0;
  }
  .catalog-wraper .btn-catalog {
    border: none;
    border-radius: 0;
    background: #0071e3;
    padding: 12px 25px 11px;
    font-weight: 500;
  }
  .catalog-wraper .btn-catalog .ic-burger {
    font-family: "ico_font_new" !important;
  }
  .catalog-wraper .btn-catalog .ic-burger:before {
    content: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/catalog-icon.svg");
  }
  .catalog-wraper .drop-catalog-product {
    opacity: 1;
    visibility: visible;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 0;
  }
  .catalog-wraper .drop-catalog-product.active-nav {
    max-width: 405px;
    position: fixed;
    width: 88%;
  }
}
@media screen and (max-width: 990px) and (min-width: 380px) and (max-width: 460px) {
  .catalog-wraper .drop-catalog-product.active-nav {
    width: 90%;
  }
}
@media screen and (max-width: 990px) {
  .catalog-wraper .drop-catalog-product .drop-list {
    position: static;
    height: 100%;
    overflow: auto;
  }
  .catalog-wraper .drop-catalog-product .drop-list li {
    position: static;
    width: 100%;
    padding: 0 0 0 15px;
    background: #fff;
    z-index: 14;
  }
  .catalog-wraper .drop-catalog-product .drop-list li .menu-link a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 80%;
    padding: 12px 29px 14px 14px;
  }
  .catalog-wraper .drop-catalog-product .drop-list li .menu-link .opener {
    width: 20%;
  }
  .catalog-wraper .drop-catalog-product .drop-list li .menu-link .opener:before {
    right: 24px;
    top: 14px;
    z-index: inherit;
  }
  .catalog-wraper .drop-catalog-product .drop-list li .menu-link:after {
    right: 20%;
  }
  .catalog-wraper .drop-catalog-product .drop-list li .wrapper-submenu {
    display: block;
    visibility: hidden;
    left: 0;
    top: 51px;
    width: 100%;
    background: #fff;
    z-index: 3;
  }
  .catalog-wraper .drop-catalog-product .drop-list li .wrapper-submenu .wrapper-submenu {
    top: 0;
  }
  .catalog-wraper .drop-catalog-product .drop-list li .nav-panel--dropdown {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style-position: outside;
    overflow: auto;
    z-index: 15;
    height: 100%;
  }
  .catalog-wraper .drop-catalog-product .drop-list li .nav-panel--dropdown li {
    border: none;
    page-break-inside: auto;
    padding: 0 15px;
  }
  .catalog-wraper .drop-catalog-product .drop-list li .nav-panel--dropdown li a {
    background: #fff;
    padding: 12px 14px 14px;
  }
  .catalog-wraper .mobile-item {
    padding: 0;
    width: 100%;
  }
  .catalog-wraper .btn-back {
    color: #fff;
    background: #141b25;
    padding: 17px 29px 17px 49px;
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-decoration: underline;
  }
  .catalog-wraper .btn-back:before {
    content: "\e904";
    position: absolute;
    color: #fff;
    font: 16px/18px "icomoon";
    left: 29px;
    top: 16px;
    -webkit-transform: rotate(0deg);
  }
  .catalog-wraper .drop-catalog-product .drop-list li:first-child .wrapper-submenu {
    display: block;
    visibility: hidden;
  }
  .wrapper-content-catalog {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrapper-content-catalog .catalog-wraper {
    width: 100%;
  }
  .wrapper-content-catalog .catalog-wraper a {
    color: #fff;
    border-radius: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
  }
  .topcontainer .container,
  .topcontainer .container .container-left .boottom-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .topcontainer .container .container-right {
    width: 100%;
  }
  #nav,
  #nav.nav-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    display: block;
    padding: 0;
    width: 100%;
  }
  #nav .mobile-item,
  #nav.nav-mobile .mobile-item {
    padding: 0;
  }
  #nav .nav-item,
  #nav.nav-mobile .nav-item {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    float: none;
  }
  #nav li > a,
  #nav.nav-mobile li > a {
    color: #606060;
    font-size: 16px;
    line-height: 18px;
    padding: 15px 28px 12px;
    margin: 0;
  }
  .dropdown-content {
    display: none;
    opacity: 1;
    visibility: visible;
  }
  #mini-account-wrapper-regular .mini-account span {
    background: none;
    color: #fff;
  }
  #mini-account-wrapper-regular .mini-account-content {
    position: static;
    padding: 8px 0 0 30px;
  }
  #mini-account-wrapper-regular .mini-account-content ul {
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #mini-account-wrapper-regular .mini-account-content ul li {
    padding: 0 0 0 8px;
  }
  #mini-account-wrapper-regular .mini-account-content ul li a {
    padding: 8px 0;
  }
  #mini-account-wrapper-regular .mini-account-content a {
    background: none;
    color: #fff !important;
  }
  .compare-mobile {
    padding: 0;
    font-size: 16px;
    background: #fff;
  }
  .compare-mobile .dropdown.open > .dropdown-heading.cover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .compare-mobile .dropdown .dropdown-heading.cover > span {
    padding: 0;
  }
  .compare-mobile #mini-compare-wrapper-regular {
    width: 100%;
  }
  .compare-mobile .mini-compare {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606060;
  }
  .compare-mobile .mini-compare .skip-link.skip-active {
    color: #0071e3;
  }
  .compare-mobile .mini-compare .mini-compare-heading {
    padding: 15px 28px 12px;
    background: #fff;
    text-align: left;
    display: block;
    width: 100%;
    height: auto;
  }
  .compare-mobile .mini-compare .mini-compare-heading .icon {
    display: none;
  }
  .compare-mobile .mini-compare .mini-compare-heading .label {
    display: block !important;
  }
  .compare-mobile #header-compare {
    background: #fff;
    position: static;
    width: 100%;
  }
  .skip-link .label {
    max-width: 80%;
    overflow: visible;
  }
  .wishlist-mobile {
    padding: 0;
    font-size: 16px;
    background: #fff;
  }
  .wishlist-mobile .dropdown.open > .dropdown-heading.cover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .wishlist-mobile #mini-compare-wrapper-regular {
    width: 100%;
  }
  .wishlist-mobile #header-wishlist {
    position: static;
    width: 100%;
    padding: 20px 0 0;
    top: 0;
    left: 0;
  }
  .wishlist-mobile .mini-wishlist {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606060;
  }
  .wishlist-mobile .mini-wishlist .mini-compare-heading {
    padding: 15px 28px 12px;
    display: block;
    background: #fff;
    width: 100%;
    height: auto;
    text-align: left;
  }
  .wishlist-mobile .mini-wishlist .mini-compare-heading span {
    padding: 0;
  }
  .wishlist-mobile .mini-wishlist .mini-compare-heading .icon {
    display: none;
  }
  .wishlist-mobile .mini-wishlist .mini-compare-heading .label {
    display: block !important;
  }
  .wishlist-mobile .skip-link .count,
  .compare-mobile .skip-link .count {
    top: 10px;
    right: 10px;
  }
  .link-account .dropdown .dropdown-heading {
    height: auto;
    padding: 0 0 3px;
  }
  .link-account .dropdown .dropdown-heading span {
    padding: 0;
  }
  .link-account .dropdown .dropdown-heading span .label {
    display: inline-block !important;
  }
  .header-links li #mini-cart-content,
  .header-links li .empty-block,
  .header-links li .header-compare-wrapper {
    border-radius: 0;
  }
  .header-links li.dropdown .dropdown-heading.cover > span {
    padding: 0;
  }
  .mobnav-trigger-wrapper {
    display: none !important;
  }
  .mobile .topcontainer .container .container-left {
    min-height: 183px;
  }
  .mobile .topcontainer .container .container-left.open-user-menu {
    min-height: 334px;
  }
  .mobile .mobile-item.compare-mobile {
    display: block;
  }
  .mobile .mobile-item.wishlist-mobile {
    display: block;
  }
  .active-nav {
    display: block;
  }
  #header-compare .header-compare-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.desktop .topcontainer {
  -webkit-transform: none !important;
  transform: none !important;
}

.stop-scrolling {
  position: fixed;
  width: 100%;
}

.form-search__input-container {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 991px) {
  .search {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .skip-link .count {
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 1.5;
    top: 0;
    right: 0;
  }
}
.dropdown.open > .dropdown-heading.cover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.reset-button {
  display: none;
}

.search .search-autocomplete {
  top: 44px !important;
}
@media only screen and (max-width: 990px) {
  .search .search-autocomplete {
    top: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  .search .search-autocomplete {
    top: 110px !important;
  }
}
.search .search-autocomplete::-webkit-scrollbar {
  width: 8px;
}
.search .search-autocomplete::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 0 0 20px;
}
.search .search-autocomplete::-webkit-scrollbar-thumb {
  background: #6e6e73;
  border-radius: 0 0 20px;
}
.search .search-autocomplete::-webkit-scrollbar-thumb:hover {
  background: #1d1d1f;
}

.dropdown .dropdown-heading {
  line-height: 36px;
}

.header-contacts-holder {
  white-space: nowrap;
  position: relative;
  margin: -7px 0 0 -12px;
}
.header-contacts-holder .header-contacts .dropdown-heading.cover {
  font-weight: 700;
}
.header-contacts-holder .header-contacts.open .dropdown-heading.cover {
  padding-right: 38px;
  background: transparent;
  color: transparent;
}
.header-contacts-holder .dropdown-heading {
  position: relative;
}
@media only screen and (max-width: 990px) {
  .header-contacts-holder .dropdown-heading {
    display: none;
  }
}
.header-contacts-holder .dropdown-heading .value {
  padding: 9px 27px 0 11px;
}
.header-contacts-holder .dropdown-heading .value:before {
  cursor: pointer;
  content: "\e904";
  position: absolute;
  color: #fff;
  font: 12px/14px "icomoon";
  right: -20px;
  top: 14px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header-contacts-holder:hover .value a, .header-contacts-holder:hover .value:before {
  color: #1d1d1f;
  font-weight: 700;
}
.header-contacts-holder:hover .value:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: transform 0.3s, -webkit-transform 0.3s;
  color: transparent;
}
.header-contacts-holder .icons-new-phone {
  position: absolute;
  top: 16px;
  left: 5px;
  width: 15px;
  height: 15px;
}
.header-contacts-holder .caret {
  display: none;
}
.header-contacts-holder a {
  color: #fff;
  padding: 0;
}
@media only screen and (min-width: 991px) {
  .header-contacts-holder a {
    padding: 5px 0 0 12px;
  }
}
.header-contacts-holder a:hover {
  color: #0071e3;
}
.header-contacts-holder .open a {
  color: #1d1d1f;
  padding: 5px 0 0 12px;
  font-weight: 700;
}
.header-contacts-holder .open a:hover {
  color: #0071e3;
}
.header-contacts-holder .open .dropdown-heading {
  background: #ffffff;
  border-radius: 20px 20px 0 0;
}
.header-contacts-holder .dropdown-content {
  display: none;
  -webkit-transition: none !important;
  transition: none !important;
  background: #ffffff !important;
  border-radius: 20px;
  padding: 5px 0 0 0;
  top: -1px;
  right: 20px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  z-index: 99999;
  -webkit-box-shadow: 0 5px 17.9px rgba(3, 2, 75, 0.22);
  box-shadow: 0 5px 17.9px rgba(3, 2, 75, 0.22);
}
.header-contacts-holder .dropdown-content__img {
  display: none;
}
@media only screen and (min-width: 991px) {
  .header-contacts-holder .dropdown-content__img {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 16px;
    top: 14px;
  }
}
.header-contacts-holder .dropdown-content .header-contacts__or-call-me {
  color: #6e6e73;
  width: 100%;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  position: relative;
  padding: 10px 0;
}
@media only screen and (max-width: 990px) {
  .header-contacts-holder .dropdown-content .header-contacts__or-call-me {
    display: none;
  }
}
.header-contacts-holder .dropdown-content .header-contacts__or-call-me:before, .header-contacts-holder .dropdown-content .header-contacts__or-call-me:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #6e6e73;
  position: absolute;
  top: 50%;
}
.header-contacts-holder .dropdown-content .header-contacts__or-call-me:before {
  left: 10px;
}
.header-contacts-holder .dropdown-content .header-contacts__or-call-me:after {
  right: 10px;
}
.header-contacts-holder .dropdown-content .dropdown__item a {
  padding: 8px 0 0 43px;
}
@media only screen and (max-width: 990px) {
  .header-contacts-holder .dropdown-content .dropdown__item a {
    padding: 0;
  }
}
.header-contacts-holder .dropdown-content .callback-holder {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.header-contacts-holder .dropdown-content .callback-holder .callback {
  display: block;
}
.header-contacts-holder .dropdown-content .callback-holder .callback .links {
  display: block;
}
.header-contacts-holder .dropdown-content .callback-holder .callback .links .nav-item {
  display: block;
}
.header-contacts-holder .dropdown-content .callback-holder .callback .links .nav-item .callback__phone-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #0071e3;
  color: #1d1d1f;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 93%;
  border-radius: 27px;
  padding: 0;
}
.header-contacts-holder .dropdown-content .callback-holder .callback .links .nav-item .callback__phone-link:hover {
  background: #0071e3;
  color: #ffffff;
}

.dropdown .dropdown-content .callback-header__container {
  display: block;
}
.dropdown .dropdown-content .callback-header__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 93%;
  margin: 0 auto;
}
.dropdown .dropdown-content .callback-header__description {
  display: block;
  color: #1d1d1f;
  font-size: 12px;
  font-weight: 600;
}
.dropdown .dropdown-content .callback-header__input-container {
  margin-top: 10px;
}
.dropdown .dropdown-content .callback-header__input {
  border-radius: 20px;
}
.dropdown .dropdown-content .callback-header__button-set {
  margin-top: 10px;
  margin-bottom: 10px;
}
.dropdown .dropdown-content .callback-header__button-set .button {
  margin: 0 auto;
  width: 100%;
  border-radius: 27px;
  height: 40px;
  line-height: 1;
}

.callback-holder {
  display: block;
}
.callback-holder .callback {
  overflow: hidden;
}
.callback-holder li {
  float: none !important;
  overflow: hidden;
}
.callback-holder li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.callback-holder li a:hover {
  background: transparent;
}
.callback-holder a {
  display: block;
  width: 100%;
  border: none;
  color: white;
  text-align: center;
  font-size: 14px;
  line-height: 2.5;
  -webkit-transition: all;
  transition: all;
}
@media only screen and (max-width: 767px) {
  .callback-holder.clone-element {
    margin-bottom: 5px;
  }
}

.webforms-callback label {
  width: 80px;
  display: inline-block;
}

.webforms-callback {
  text-align: left;
}

.webforms-callback .field {
  margin-bottom: 10px;
}

.webforms-callback .field.webforms-fields-phonenumber, .webforms-callback .field.webforms-fields-username {
  min-height: 80px;
}

.webforms-callback input.input-text {
  width: 264px;
}

.buttons-set {
  margin: 0;
  padding: 0;
  border: none;
}

.owl-item .item {
  border: 1px solid #f5f5fb;
  padding: 5px 10px;
}

.main .itemslider-wrapper > div {
  padding-bottom: 50px;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .main .block-upsell .itemslider-wrapper > div,
  .main .block-viewed .itemslider-wrapper > div {
    padding-bottom: 0;
  }
}
.main .itemslider {
  margin-bottom: 20px;
}
.main .item-inner {
  min-height: 385px;
  position: relative;
}
.main .item-inner .product-image-wrapper .wrap-case img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.main .item-inner .button {
  padding: 8px;
  width: 56px;
  height: 56px;
}
.products-grid .main .item-inner {
  min-height: 465px;
}
.main .owl-controls .owl-buttons {
  top: 0;
  right: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .main .owl-controls .owl-buttons {
    display: none;
  }
}
.main .owl-controls .owl-buttons .owl-next,
.main .owl-controls .owl-buttons .owl-prev {
  background: #ffffff;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #f5f5fb;
  line-height: 0;
  position: absolute;
  top: 200px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main .owl-controls .owl-buttons .owl-next {
  right: -15px;
}
@media only screen and (min-width: 1300px) {
  .main .owl-controls .owl-buttons .owl-next {
    right: -25px;
  }
}
.main .owl-controls .owl-buttons .owl-next:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/arrow-slider-next.svg");
}
.main .owl-controls .owl-buttons .owl-next:hover {
  background: #0071e3 !important;
}
.main .owl-controls .owl-buttons .owl-next:hover:before {
  -webkit-filter: invert(1) brightness(2);
  filter: invert(1) brightness(2);
  filter: invert(1) brightness(2);
}
.main .owl-controls .owl-buttons .owl-prev {
  left: -15px;
}
@media only screen and (min-width: 1300px) {
  .main .owl-controls .owl-buttons .owl-prev {
    left: -25px;
  }
}
.main .owl-controls .owl-buttons .owl-prev:before {
  content: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/arrow-slider-prev.svg");
}
.main .owl-controls .owl-buttons .owl-prev:hover {
  background: #0071e3 !important;
}
.main .owl-controls .owl-buttons .owl-prev:hover:before {
  -webkit-filter: invert(1) brightness(2);
  filter: invert(1) brightness(2);
  filter: invert(1) brightness(2);
}
.main .owl-controls .owl-pagination {
  display: block !important;
}
.main .owl-controls .owl-pagination .owl-page span {
  background-color: transparent;
  border: 1px solid #1d1d1f;
}
.main .owl-controls .owl-pagination .owl-page:hover span {
  background-color: rgb(33.9521276596, 148.8670212766, 211.5478723404);
}
.main .owl-controls .owl-pagination .owl-page.active span {
  border: 1px solid #1d1d1f;
  background-color: #1d1d1f;
}
.main .owl-controls .owl-pagination .owl-page.active:hover span {
  background-color: rgb(33.9521276596, 148.8670212766, 211.5478723404);
}

@media only screen and (max-width: 992px) {
  .swiper-slide {
    border: none;
    border-radius: 10px;
    overflow: hidden;
  }
}

.swiper-button-next {
  border: 1px solid #f5f5fb;
  border-radius: 50%;
  cursor: pointer;
  right: 0;
  top: 55%;
  background: #ffffff;
  width: 32px;
  height: 32px;
}
.swiper-button-next:before {
  position: absolute;
  top: 4px;
  right: 2px;
  content: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/arrow-slider.svg");
}
@media only screen and (max-width: 993px) {
  .swiper-button-next {
    top: 56%;
  }
}
@media only screen and (max-width: 650px) {
  .swiper-button-next {
    top: 40%;
  }
}
@media only screen and (min-width: 1720px) {
  .swiper-button-next {
    width: 48px;
    height: 48px;
  }
  .swiper-button-next:before {
    top: 11px;
    right: 8px;
  }
}

.swiper-button-prev {
  border: 1px solid #f5f5fb;
  cursor: pointer;
  border-radius: 50%;
  background: #ffffff;
  left: 0px;
  top: 55%;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  width: 32px;
  height: 32px;
}
.swiper-button-prev:before {
  position: absolute;
  top: 4px;
  right: 2px;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzMwMV8yOTQxKSI+CjxwYXRoIGQ9Ik05LjU5NDI0IDE4LjcyNjZMMTYuMTU4IDEyLjE2MjgiIHN0cm9rZT0iIzFEMUQxRiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik05LjU5NDI0IDUuNTk4MzlMMTYuMTU4IDEyLjE2MjEiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzMwMV8yOTQxIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJtYXRyaXgoMCAtMSAxIDAgMC44NzU5NzcgMjQuMTYyMSkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
}
@media only screen and (max-width: 993px) {
  .swiper-button-prev {
    top: 56%;
  }
}
@media only screen and (max-width: 650px) {
  .swiper-button-prev {
    top: 40%;
  }
}
@media only screen and (min-width: 1720px) {
  .swiper-button-prev {
    width: 48px;
    height: 48px;
  }
  .swiper-button-prev:before {
    top: 11px;
    right: 8px;
  }
}

.swiper-pagination-bullet {
  width: auto;
  height: auto;
  margin: 0 !important;
  opacity: 1 !important;
  background-color: transparent !important;
  color: transparent;
  border: 1px solid transparent;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.swiper-pagination-bullet::before {
  content: "";
  display: block;
  margin: 5px;
  width: 8px;
  height: 8px;
  background-color: currentColor;
  border-radius: 50%;
  border: 1px solid #6e6e73;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #1d1d1f;
  border: none;
}

.brander-unitopblog-post-view .block-viewed {
  padding-bottom: 25px;
}
.brander-unitopblog-post-view .block-viewed .itemslider .item-inner {
  min-height: 380px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .brander-unitopblog-post-view .block-viewed .itemslider .item-inner {
    min-height: 352px;
  }
}
.brander-unitopblog-post-view .block-viewed .itemslider .item-inner .button.btn-cart {
  width: 30%;
  font-size: 22px;
}
.brander-unitopblog-post-view .block-viewed .itemslider .item-inner .button.out-of-stock {
  font-size: 16px;
}
.brander-unitopblog-post-view .block-viewed .itemslider .item-inner .item-content {
  margin: 10px;
}

.upsell-review__container {
  position: relative;
}

#header-cart {
  width: 400px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px 0 0;
}

#mini-cart-content {
  padding: 20px;
  overflow: hidden;
  width: 100%;
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: 0 5px 17.9px rgba(3, 2, 75, 0.22);
  box-shadow: 0 5px 17.9px rgba(3, 2, 75, 0.22);
}
@media only screen and (min-width: 991px) {
  #mini-cart-content {
    max-width: 375px;
  }
}
#mini-cart-content .actions > .subtotal .price {
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
}
#mini-cart-content .actions > .subtotal .price .currency {
  font-size: 15px;
  font-weight: normal;
}

.mini-cart.dropdown .mini-cart-content #cart-sidebar .item + .item {
  padding-top: 15px;
}
.mini-cart.dropdown .mini-cart-content #cart-sidebar .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0 !important;
}
.mini-cart.dropdown .mini-cart-content #cart-sidebar .item::after {
  display: none;
  content: none;
}
.mini-cart.dropdown .mini-cart-content #cart-sidebar .item > a {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.mini-cart.dropdown .mini-cart-content #cart-sidebar .item .product-details {
  margin-left: 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mini-cart.dropdown .mini-cart-content #cart-sidebar .item .product-details__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 991px) {
  .mini-cart.dropdown .mini-cart-content #cart-sidebar .item .product-details__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.mini-cart.dropdown .mini-cart-content #cart-sidebar .item .product-details__content > * {
  line-height: 1;
}
.mini-cart.dropdown .mini-cart-content #cart-sidebar .item .product-details__content .product-name {
  width: 100%;
}
.mini-cart.dropdown .mini-cart-content #cart-sidebar .item .product-details__content .product-name > a {
  font-size: 15px;
  line-height: 1.2;
  color: #1c1c1c;
}
.mini-cart.dropdown .mini-cart-content #cart-sidebar .item .product-details__content .price {
  font-size: 16px;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 0.8;
  color: #1d1d1f;
  max-width: 60px;
}
@media only screen and (min-width: 768px) {
  .mini-cart.dropdown .mini-cart-content #cart-sidebar .item .product-details__content .price {
    margin-left: 0;
  }
}
.mini-cart.dropdown .mini-cart-content #cart-sidebar .item .product-details__content .price .currency {
  font-size: 15px;
}
.mini-cart.dropdown .mini-cart-content #cart-sidebar .item .product-details > a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.mini-cart.dropdown .mini-cart-content #cart-sidebar .item .product-details .btn-remove {
  background-color: transparent;
  color: transparent;
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  top: -10px;
  right: -10px;
  cursor: pointer;
}
.mini-cart.dropdown .mini-cart-content #cart-sidebar .item .product-details .btn-remove::before {
  content: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/btn-remove.svg");
  position: absolute;
  cursor: pointer;
}
.mini-cart.dropdown .mini-cart-content #cart-sidebar .item .price {
  display: block;
}

#mini-cart-content .subtotal {
  margin: 0 0 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#mini-cart-content .subtotal .price, #mini-cart-content .subtotal .label {
  display: block;
  color: #1d1d1f;
}
#mini-cart-content .subtotal .label {
  font-size: 15px;
  font-weight: normal;
  color: #1d1d1f;
}
#mini-cart-content .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #e5e5e5;
  padding: 10px 20em 0;
  margin: 0 -20em;
}
#mini-cart-content .actions .button {
  background-color: #0071e3;
  font-size: 15px;
  color: #ffffff;
  line-height: 1;
  width: 360px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 27px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-left: auto;
}
@media only screen and (max-width: 560px) {
  #mini-cart-content .actions .button {
    width: 100%;
  }
}
@media only screen and (min-width: 991px) {
  #mini-cart-content .actions .button {
    width: 100%;
  }
}
#mini-cart-content .actions .button:hover {
  background: #0055AB;
}

#header-compare {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px 0 0;
  margin: 0;
  width: 400px;
}
#header-compare .header-compare-wrapper {
  padding: 16px;
  -webkit-box-shadow: 0 5px 17.9px rgba(3, 2, 75, 0.22);
  box-shadow: 0 5px 17.9px rgba(3, 2, 75, 0.22);
  overflow: hidden;
}
#header-compare .actions {
  margin-left: -99em;
  margin-right: -99em;
  padding-left: 99em;
  padding-right: 99em;
}
#header-compare .actions .button {
  display: block;
  width: 100%;
  background-color: #0071e3;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 48px;
  border-radius: 27px;
}
#header-compare .actions .button:hover {
  background-color: #0055AB;
}
#header-compare .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  max-height: 88px;
}
#header-compare .product-image {
  width: 72px;
  height: 72px;
}
#header-compare .product-image img {
  width: 100%;
  height: 100%;
}
#header-compare .product-details {
  margin-left: 10px;
  margin-right: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #1d1d1f;
}
#header-compare .product-details__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 240px;
}
#header-compare .product-details__content .product-name {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
#header-compare .btn-remove {
  position: absolute;
  top: 0;
  right: 0;
  float: none;
}
#header-compare .btn-remove:before {
  content: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/btn-remove.svg");
}
#header-compare .compare-special-price, #header-compare .compare-price {
  font-size: 16px;
  display: block;
  line-height: 0.8;
  white-space: nowrap;
  max-width: 60px;
}
#header-compare .compare-special-price .currency, #header-compare .compare-price .currency {
  font-size: 15px;
}

#compare-items > li {
  margin-left: 0;
  padding-left: 0;
}

@media screen and (max-width: 990px) {
  #header-compare .header-compare-wrapper .product-details {
    margin-right: 10px;
  }
  #header-compare .header-compare-wrapper .product-details .product-name {
    padding-right: 10px;
    font-size: 15px;
  }
}
#header-wishlist {
  width: 400px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 20px 0 0;
  /*.empty-block{
      padding: 20px;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
      overflow: hidden;
  }*/
}

.mini-wishlist .mini-products-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f5f5fb;
}
.mini-wishlist .mini-products-list .product-image {
  width: 72px;
  height: 72px;
}
.mini-wishlist .mini-products-list .product-image img {
  width: 100%;
  height: 100%;
}
.mini-wishlist .mini-products-list .product-details {
  margin-left: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 0;
  width: 250px;
}
.mini-wishlist .mini-products-list .product-details .btn-pre-order {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  padding: 0;
  width: 32px;
  height: 32px;
  min-width: auto;
  min-height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: none;
  background-color: #fef590;
  color: #ffffff;
  white-space: normal;
  border-radius: 50%;
}
.mini-wishlist .mini-products-list .product-details .btn-pre-order:hover {
  background-color: #ffd042;
}
.mini-wishlist .mini-products-list .product-name {
  color: #1d1d1f;
}
@media only screen and (min-width: 990px) {
  .mini-wishlist .mini-products-list .product-name {
    width: 220px;
    padding-right: 6px;
  }
}
.mini-wishlist .mini-products-list .product-name a {
  font-size: 14px;
  color: currentColor;
}
.mini-wishlist .mini-products-list .add-link {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  background: #0071e3;
  cursor: pointer;
  border: none;
}
.mini-wishlist .mini-products-list .add-link img {
  width: 24px;
  height: 24px;
}
.mini-wishlist .mini-products-list .add-link:hover {
  background-color: #0055AB;
}
.mini-wishlist .mini-products-list .btn-remove {
  float: none;
  position: absolute;
  top: 10px;
  right: -30px;
  cursor: pointer;
}
.mini-wishlist .mini-products-list .btn-remove:before {
  content: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/btn-remove.svg");
  cursor: pointer;
}
.mini-wishlist .go_to_wishlist {
  color: #ffffff;
  background: #0071e3;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 27px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mini-wishlist .go_to_wishlist:hover {
  background-color: #0055AB;
}

.header-mobile .skip-content.skip-active {
  display: block !important;
}

.resize-menu__list {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(60, 60, 60, 0.4);
  box-shadow: 0 2px 5px rgba(60, 60, 60, 0.4);
  opacity: 0;
  visibility: hidden;
  list-style-type: none;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.resize-menu__list:hover {
  opacity: 1;
  visibility: visible;
}
.resize-menu__list > li {
  padding: 15px 50px 15px 15px;
  width: 100%;
  cursor: pointer;
}
.resize-menu__list > li:hover a span {
  color: rgb(33.9521276596, 148.8670212766, 211.5478723404) !important;
}
.resize-menu__list > li a {
  line-height: 1 !important;
  background-color: transparent !important;
  font-size: 15px !important;
  text-transform: none !important;
}
.resize-menu__list > li span {
  color: #1c1c1c !important;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.resize-menu__list > li + li {
  border-top: 1px solid #e5e5e5;
}
.resize-menu__button {
  line-height: 50px !important;
  height: 100%;
  background-color: transparent;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  border: none;
  position: relative;
  padding-right: 35px;
  padding-left: 18px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}
.resize-menu__button::after {
  content: "\e903";
  font-family: "estore-icon";
  color: currentColor;
  line-height: 1;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.resize-menu:hover .resize-menu__list {
  visibility: visible;
  opacity: 1;
}
.resize-menu:hover .resize-menu__button {
  background-color: #3c3c3c;
}

@media only screen and (max-width: 767px) {
  @-webkit-keyframes shine-avatar {
    0% {
      background-position: -32px;
    }
    40%, 100% {
      background-position: 208px;
    }
  }
  @keyframes shine-avatar {
    0% {
      background-position: -32px;
    }
    40%, 100% {
      background-position: 208px;
    }
  }
}
.catalog-product-view .faq-block__header {
  margin-bottom: 16px !important;
}
.catalog-product-view .faq-wrap.faq-product {
  margin-top: 64px;
}
@media only screen and (max-width: 1199px) {
  .catalog-product-view .faq-wrap.faq-product {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .catalog-product-view .faq-wrap.faq-product {
    margin-top: 32px;
  }
}

.product-view .sticker-wrapper.top-right {
  top: 8px;
  left: 8px;
}
.product-view .sticker-wrapper.top-left {
  top: 8px;
  left: 8px;
}
.product-view #zoom-btn {
  display: none;
}
.product-view .img-box .owl-wrapper-outer {
  z-index: 10;
}
.product-view .img-box .more-images .owl-controls {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
}
.product-view .img-box .more-images .owl-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-view .img-box .more-images .owl-prev::after {
  display: none;
}
.product-view .product-shop-heading .product-shop-heading-set {
  width: 73.5%;
}
.product-view .availability::before {
  display: inline-block;
  font-family: "bestbuy-icon";
  color: currentColor;
  margin-right: 5px;
}
.product-view .availability > span {
  color: currentColor;
}
.product-view .availability.in-stock {
  color: #23bf1c;
  font-size: 14px;
}
.product-view .availability.in-stock::before {
  content: "\e90e";
}
.product-view .availability.pre-order-allow {
  color: #2295d4;
}
.product-view .availability.pre-order-allow::before {
  content: "\e90e";
}
.product-view .availability.out-of-stock {
  color: #ff4343;
  font-size: 14px;
}
.product-view .availability.out-of-stock::before {
  content: "\e90f";
}
.product-view .availability.almost-sold-out {
  color: #ff4343;
  font-size: 16px;
}
.product-view .availability.almost-sold-out::before {
  content: "\e90e";
}
.product-view .product-img-column {
  float: none;
  padding: 0;
}
.product-view .product-shop-heading {
  width: 100%;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .product-view .product-shop-heading {
    margin-left: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 901px) {
  .product-view .product-shop-heading {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .product-view .product-shop-heading {
    display: none;
  }
}
.product-view .product-shop-heading > div {
  padding: 0;
}
.product-view .product-shop-heading > div.product-shop-heading-set {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.product-view .product-shop-heading > div.product-shop-heading-set::after {
  display: none;
}
.product-view .product-shop-heading > div.product-shop-heading-set .action-box {
  margin: 0;
}
.product-view .product-shop-heading > div.product-shop-heading-set .action-box .add-to-links {
  position: absolute;
  top: 75%;
  right: 10px;
}
@media only screen and (min-width: 767px) {
  .product-view .product-shop-heading > div.product-shop-heading-set .action-box .add-to-links {
    right: 0;
    left: 40%;
    top: 82%;
  }
}
@media only screen and (min-width: 1024px) {
  .product-view .product-shop-heading > div.product-shop-heading-set .action-box .add-to-links {
    top: 72%;
  }
}
.product-view .product-shop-heading > div.product-shop-heading-set .action-box .add-to-links .link-compare,
.product-view .product-shop-heading > div.product-shop-heading-set .action-box .add-to-links a {
  cursor: pointer;
  width: 28px;
  height: 28px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-view .product-shop-heading > div.product-shop-heading-set .action-box .add-to-links .link-compare span,
.product-view .product-shop-heading > div.product-shop-heading-set .action-box .add-to-links a span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-view .product-shop-heading > div.product-shop-heading-set .action-box .add-to-links .link-compare span:before,
.product-view .product-shop-heading > div.product-shop-heading-set .action-box .add-to-links a span:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-view .product-shop-heading > div.product-shop-heading-set .action-box .add-to-links .link-compare:hover > span,
.product-view .product-shop-heading > div.product-shop-heading-set .action-box .add-to-links a:hover > span {
  background-color: #0071e3;
}
.product-view .product-shop-heading > div.product-shop-heading-set .action-box .add-to-links .link-compare:hover > span:before,
.product-view .product-shop-heading > div.product-shop-heading-set .action-box .add-to-links a:hover > span:before {
  -webkit-filter: invert(1) brightness(2);
  filter: invert(1) brightness(2);
}
.product-view .product-shop-heading > div.product-shop-heading-set .action-box .add-to-links .link-compare span,
.product-view .product-shop-heading > div.product-shop-heading-set .action-box .add-to-links a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f5f5fb;
  font-size: 25px;
  width: 28px;
  height: 28px;
  color: #6e6e73;
}
.product-view .product-shop-heading > div.product-shop-heading-set .action-box .add-to-links .label {
  display: none;
}
.product-view .product-shop-heading > div.product-shop-heading-set .sku-holder .sku {
  float: none;
  margin: 0;
}
.product-view .product-shop {
  float: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 55%;
}
@media only screen and (max-width: 1023px) {
  .product-view .product-shop {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .product-view .product-shop {
    padding-top: 30px;
  }
  .product-view .product-shop .fancybox {
    display: block;
  }
}
@media only screen and (min-width: 901px) {
  .product-view .product-shop {
    padding-right: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .product-view .product-shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1720px) {
  .product-view .product-shop {
    padding-right: 36px;
  }
}
.product-view .product-shop .price-box {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
  padding: 0;
  height: auto;
}
.product-view .product-shop .price-box .old-price {
  padding-left: 16px;
}
.product-view .product-shop .price-box .old-price > span {
  color: #6e6e73;
  font-size: 18px !important;
  line-height: 1 !important;
}
.product-view .product-shop .price-box .old-price > span > span.currency {
  color: #6e6e73;
  display: inline-block;
}
.product-view .product-shop .price-box .special-price > span {
  color: #ff3b30 !important;
  font-size: 32px;
  line-height: 1;
}
.product-view .product-shop .price-box .special-price > span > span.currency {
  color: #ff3b30;
  font-size: 25px;
}
@media only screen and (max-width: 767px) {
  .product-view .product-shop .price-box {
    padding-top: 20px;
    height: auto;
  }
}
.product-view .product-shop .btns-set2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.product-view .product-shop .btns-set2 > * {
  margin: 10px;
}
.product-view .product-shop .btns-set2 .oos-one-click {
  -ms-flex-item-align: center;
  align-self: center;
}
.product-view .product-shop .btns-set2 .action-box {
  -ms-flex-item-align: center;
  align-self: center;
}
.product-view .product-shop .btns-set2 .buyincreditlist ~ .add-to-cart,
.product-view .product-shop .btns-set2 .pay_late ~ .add-to-cart {
  width: auto;
}
@media only screen and (max-width: 400px) {
  .product-view .product-shop .btns-set2 .buyincreditlist ~ .add-to-cart,
  .product-view .product-shop .btns-set2 .pay_late ~ .add-to-cart {
    width: 100%;
  }
}
.product-view .product-shop .btns-set2 .trade-in {
  background-color: #e1efff;
  text-align: center;
  overflow: hidden;
  border-radius: 27px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-view .product-shop .btns-set2 .trade-in:hover {
  background-color: #ADD1F9;
}
.product-view .product-shop .btns-set2 .trade-in .trade-in_a {
  height: 48px;
  color: #1d1d1f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  width: 100%;
}
@media (min-width: 1101px) {
  .product-view .product-shop .btns-set2 .trade-in .trade-in_a {
    font-size: 18px;
  }
}
@media (max-width: 1100px) {
  .product-view .product-shop .btns-set2 .trade-in .trade-in_a {
    font-size: 16px;
  }
}
.product-view .product-shop .add-to-box {
  margin: 0;
  padding: 0;
  padding-top: 12px;
}
@media only screen and (min-width: 1720px) {
  .product-view .product-shop .add-to-box {
    padding-top: 0;
  }
}
.product-view .product-shop .add-to-box::after {
  display: none;
}
.product-view .product-shop .add-to-box #byincredit {
  position: static;
  padding: 0 0 1px;
  text-align: center;
  height: auto;
  text-transform: none;
  border-width: 2px;
  color: #0071e3;
  width: 50%;
}
@media only screen and (max-width: 900px) {
  .product-view .product-shop .add-to-box #byincredit {
    margin-bottom: 15px;
  }
}
.product-view .product-shop .add-to-box #byincredit:hover {
  color: #ffffff;
  background-color: #0055AB;
}
.product-view .product-shop .add-to-box #byincredit::after, .product-view .product-shop .add-to-box #byincredit::before {
  display: none;
}
.product-view .product-shop .add-to-box .pay_late {
  position: static;
  color: #1d1d1f;
  background: transparent;
  line-height: 46px;
  border: 1px solid #0071e3;
  border-radius: 27px;
  font-weight: 400;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  padding: 0;
}
@media only screen and (max-width: 900px) {
  .product-view .product-shop .add-to-box .pay_late {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .product-view .product-shop .add-to-box .pay_late {
    width: auto;
    padding: 0 8px;
  }
}
@media only screen and (min-width: 1200px) {
  .product-view .product-shop .add-to-box .pay_late {
    width: 50%;
    padding: 0;
  }
}
.product-view .product-shop .add-to-box .pay_late:hover {
  color: #ffffff;
  background-color: #0071e3;
}
.product-view .product-shop .add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.product-view .product-shop .add-to-cart.loan-next {
  width: auto;
}
@media only screen and (max-width: 400px) {
  .product-view .product-shop .add-to-cart.loan-next {
    width: 100%;
  }
}
.product-view .product-shop .add-to-cart::after {
  display: none;
}
.product-view .product-shop .add-to-cart #byincredit {
  display: block;
}
.product-view .product-shop .add-to-cart .btn-cart {
  width: 100%;
  background-color: #0071e3;
  text-transform: none;
  color: #ffffff;
  height: 48px;
  border-radius: 27px;
}
.product-view .product-shop .add-to-cart .btn-cart:hover {
  background-color: #0055AB;
}
@media only screen and (max-width: 1199px) {
  .product-view .product-shop .add-to-cart .button {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 1100px) {
  .product-view .product-shop .add-to-cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 400px) {
  .product-view .product-shop .add-to-cart .button {
    min-width: 100%;
  }
}
.product-view .product-shop a.fancybox {
  color: #1d1d1f;
  font-size: 18px;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 27px;
  height: 48px;
  padding: 0;
  width: 50%;
  border: 1px solid #0071e3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .product-view .product-shop a.fancybox {
    width: 60%;
  }
}
@media only screen and (min-width: 1200px) {
  .product-view .product-shop a.fancybox {
    width: 55%;
  }
}
.product-view .product-shop a.fancybox:hover {
  background: #0071e3;
  color: #ffffff;
}
.product-view .product-shop a.fancybox:after {
  content: " ";
  width: 0;
  height: 0;
}
.product-view .product-shop a.btn-alarm {
  background-color: transparent;
  border: 1px solid #0071e3;
  color: #0071e3;
  line-height: 1;
  padding: 12px 28px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  margin-bottom: 20px;
}
.product-view .product-shop a.btn-alarm:hover {
  background-color: #0071e3;
  color: #ffffff;
}
.product-view .product-shop a.btn-alarm::after {
  display: none;
}
.product-view .product-shop a.btn-alarm::before {
  content: "\e914";
  font-family: "estore-icon" !important;
  font-size: 1.2em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
  margin-right: 15px;
}
.product-view .product-shop a.btn-alarm > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 15px;
  font-weight: 600;
  padding-top: 1px;
  color: currentColor;
}
.product-view .product-shop .action-box {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product-view .product-shop .action-box {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .product-view .product-shop .action-box {
    margin: 0;
  }
}
.product-view .product-shop .action-box .add-to-links {
  position: static;
  background-color: transparent;
  top: 0;
  -webkit-transform: translate(0);
  transform: translate(0);
}
@media only screen and (min-width: 1024px) {
  .product-view .product-shop .action-box .add-to-links {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: -50px;
    right: -10%;
  }
}
@media only screen and (min-width: 1720px) {
  .product-view .product-shop .action-box .add-to-links {
    right: -30%;
  }
}
.product-view .product-shop .action-box .add-to-links > li {
  margin-right: 25px;
}
.product-view .product-shop .action-box .add-to-links > li > a,
.product-view .product-shop .action-box .add-to-links .link-compare {
  background-color: transparent;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .product-view .product-shop .action-box .add-to-links > li > a,
  .product-view .product-shop .action-box .add-to-links .link-compare {
    cursor: pointer;
    background: #f5f5fb;
    padding: 8px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .product-view .product-shop .action-box .add-to-links > li > a > span::before,
  .product-view .product-shop .action-box .add-to-links .link-compare > span::before {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.product-view .product-shop .action-box .add-to-links > li > a:hover,
.product-view .product-shop .action-box .add-to-links .link-compare:hover {
  background-color: #0071e3;
}
.product-view .product-shop .action-box .add-to-links > li > a:hover > span::before,
.product-view .product-shop .action-box .add-to-links .link-compare:hover > span::before {
  -webkit-filter: invert(1) brightness(2);
  filter: invert(1) brightness(2);
}
.product-view .product-shop .action-box .add-to-links > li > a > span,
.product-view .product-shop .action-box .add-to-links .link-compare > span {
  background-color: transparent !important;
  width: auto;
  height: auto;
}
.product-view .product-shop .action-box .add-to-links > li > a > span::before,
.product-view .product-shop .action-box .add-to-links .link-compare > span::before {
  color: #b2b2b2 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-view .product-shop .action-box .add-to-links .label {
  display: none;
}
.product-view .short-description {
  margin: 0;
  padding: 10px 0;
}
@media only screen and (min-width: 767px) {
  .product-view .short-description--mobile {
    display: none;
  }
}
.product-view .short-description--desktop {
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .product-view .short-description--desktop {
    display: none;
  }
}
.product-view .short-description--desktop > div {
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (min-width: 1720px) {
  .product-view .short-description {
    margin-top: -120px;
    width: 50%;
  }
}
.product-view .product-secondary-column {
  width: 35%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .product-view .product-secondary-column {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .product-view .product-secondary-column {
    width: 45%;
  }
}
.product-view .product-secondary-column .additional-bg-color {
  background-color: transparent;
}
.product-view .product-secondary-column > .inner {
  padding: 0;
}
.product-view .product-secondary-column li.benefit > a {
  padding: 15px 10px;
  margin: 0 10px;
  text-align: left;
}
.product-view .product-secondary-column li.benefit > a:hover {
  background-color: transparent;
}
.product-view .product-secondary-column .benefits-heading {
  margin: 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-view .product-secondary-column .benefits-heading::after {
  display: none;
}
.product-view .product-secondary-column .benefits-heading > span.img-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .product-view .product-secondary-column .benefits-heading > span {
    width: auto !important;
  }
  .product-view .product-secondary-column .benefits-heading > span.img-wrap {
    margin-bottom: 0;
  }
}
.product-view .product-secondary-column .img-wrap {
  width: auto;
  margin-right: 15px;
  margin-left: 0;
  background: #ffffff;
  border-radius: 50%;
}
.product-view .product-secondary-column .img-wrap img {
  padding: 5px;
}
.product-view .product-secondary-column .benefit-title {
  margin: 0;
  line-height: 1;
  display: block;
  min-height: 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
}
.product-view .product-secondary-column .benefit-text {
  display: block;
}
.product-view .product-secondary-column .benefit-text > span {
  display: block;
  font-size: 16px;
  color: rgb(33.9521276596, 148.8670212766, 211.5478723404);
}
.product-view .product-secondary-column .benefit-text > span + ul,
.product-view .product-secondary-column .benefit-text > span + p {
  padding-top: 10px;
}
.product-view .product-secondary-column .benefit-text > ul {
  display: block;
}
.product-view .product-secondary-column .benefit-text > ul > li {
  display: block;
  position: relative;
  padding-left: 0;
  font-size: 15px;
}
.product-view .product-secondary-column .benefit-text > ul > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 4px;
  height: 4px;
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  background: #1d1d1f;
  border-radius: 50%;
}
.product-view .product-secondary-column .benefit-text > ul > li.warranty__item::before {
  background: transparent;
  width: 0;
  height: 0;
}
.product-view .product-secondary-column .benefit-text > ul + span {
  padding-top: 10px;
}
.product-view .product-secondary-column .benefit-text > p {
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 14px;
  line-height: 1.4;
  color: #1c1c1c;
}
.product-view .product-secondary-column .benefit-text > p + span {
  padding-top: 10px;
}
@media only screen and (max-width: 479px) {
  .product-view .product-secondary-column .benefit-text > * {
    text-align: left !important;
  }
}
@media only screen and (max-width: 900px) {
  .product-view .product-secondary-column {
    width: 100%;
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .product-view .product-secondary-column li.benefit + li.benefit > a {
    border-top: none;
  }
}
.product-view .block-upsell {
  margin-top: 64px;
}
.product-view .block-upsell .itemslider:not(.owl-carousel) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
}
.product-view .block-upsell .itemslider:not(.owl-carousel) .item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 25%;
}
@media only screen and (max-width: 1199px) {
  .product-view .block-upsell .itemslider:not(.owl-carousel) .item {
    width: 33.3%;
  }
}
@media only screen and (max-width: 767px) {
  .product-view .block-upsell .itemslider:not(.owl-carousel) .item {
    width: 50%;
  }
}
@media screen and (min-width: 1199px) {
  .product-view .block-upsell .item-inner .button.btn-cart {
    width: 56px;
    height: 56px;
    padding: 8px;
    margin-right: -12px;
  }
}
.product-view .block-upsell .item-inner .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.product-view .block-upsell .item-inner .price-box .regular-price .price {
  font-size: 24px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .product-view .block-upsell .item-inner .price-box .regular-price .price {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }
}
.product-view .block-upsell .item-inner .price-box .old-price .price {
  font-size: 14px;
  color: #6e6e73;
}
.product-view .block-upsell .item-inner .price-box .special-price .price {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #ff3b30;
}
@media screen and (max-width: 767px) {
  .product-view .block-upsell .item-inner .price-box .special-price .price {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }
}
.product-view .block-upsell .item-inner .wrap-case img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0 -8px 0;
}
.product-view .block-upsell .owl-pagination {
  margin-top: 24px;
}
@media only screen and (max-width: 1199px) {
  .product-view .block-upsell .owl-pagination {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-view .block-upsell {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .product-view .block-upsell {
    margin-top: 32px;
  }
}
.product-view .block-upsell .section-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  padding-bottom: 0;
  margin-bottom: 24px;
  margin-left: 0 !important;
  color: #1d1d1f;
}
@media only screen and (max-width: 767px) {
  .product-view .block-upsell .section-title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
}

.block-viewed {
  margin-top: 64px;
}
@media only screen and (max-width: 1199px) {
  .block-viewed {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .block-viewed {
    margin-top: 32px;
  }
}
.block-viewed .block-viewed .section-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  padding-bottom: 0;
  margin-bottom: 24px;
  margin-left: 0 !important;
  color: #1d1d1f;
}
@media only screen and (max-width: 767px) {
  .block-viewed .block-viewed .section-title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
}

.discount .buttons-sets button span {
  white-space: nowrap;
}

@media only screen and (max-width: 760px) {
  .checkout-shopping-bag {
    position: relative;
  }
  .checkout-shopping-bag .btn-remove {
    position: absolute;
    top: 23px;
    right: 21px;
  }
  .checkout-shopping-bag .product-name {
    font-size: 1.5em;
    padding: 10px 0;
  }
  .checkout-shopping-bag .price-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto !important;
  }
  .checkout-shopping-bag .price-col > * + * {
    margin-left: 10px;
  }
  .checkout-shopping-bag .price-col .price {
    font-size: 18px;
  }
  .checkout-shopping-bag .price-col .price .currency {
    font-size: 15px;
  }
  .checkout-shopping-bag .totals-label {
    text-align: left;
  }
}

.product-view .box-reviews dt > span {
  display: block;
}
.product-view .box-reviews dt > span:not(.heading) {
  font-weight: 400;
}

.product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .product-info {
    background: #f5f5fb;
    padding: 4px;
    border-radius: 20px 20px 0 0;
    margin-bottom: 0;
  }
}
.product-info__pic {
  width: 30%;
  background-color: #ffffff;
  border-bottom: 2px solid #e5e5e5;
  border-radius: 10px;
}
@media only screen and (min-width: 425px) {
  .product-info__pic {
    border: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .product-info__pic {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .product-info__pic {
    max-width: 432px;
    width: 35%;
    padding: 30px 20px;
    border-radius: 20px 0 0 20px;
  }
}
@media only screen and (min-width: 1720px) {
  .product-info__pic {
    width: 40%;
  }
}
.product-info__info {
  width: 70%;
  margin-left: 10px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 10px;
}
@media only screen and (min-width: 901px) {
  .product-info__info {
    width: 67%;
  }
}
@media only screen and (min-width: 1024px) {
  .product-info__info {
    padding-left: 20px;
    padding-top: 40px;
    position: relative;
    border-radius: 0 20px 20px 0;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1720px) {
  .product-info__info {
    width: 65%;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .product-info__info:before {
    position: absolute;
    width: 1px;
    height: 100%;
    content: "";
    left: 53%;
    background: #f5f5fb;
    top: 0;
  }
}
@media only screen and (max-width: 900px) {
  .product-info__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 700px) {
  .product-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-info > div {
    width: 100%;
  }
  .product-info__info {
    margin-left: 0;
    border-radius: 0 0 10px 10px;
  }
  .product-info__pic {
    border-radius: 10px 10px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .tabs .left-nav-bar_wrap {
    position: absolute;
    top: 100px;
    left: 16px;
    width: 25%;
  }
}

.product-view div.block-layered-nav div.layerednavigation-slider div.handle {
  margin-top: -6px;
}
.product-view div.block-layered-nav .block-subtitle--filter {
  display: none;
}
.product-view #narrow-by-list {
  margin: 0;
}
.product-view [id=narrow-by-list] dd ~ dd ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-view [id=narrow-by-list] dd ~ dd ol li {
  width: 33%;
}
@media only screen and (max-width: 960px) {
  .product-view [id=narrow-by-list] dd ~ dd ol li {
    width: 50%;
  }
}
.product-view [id=narrow-by-list] dd ~ dd ol .layerednavigation-clearer {
  width: 100%;
}
.product-view .category-products ul {
  list-style: none;
}
.product-view .category-products .view-mode {
  display: none;
}
.product-view .products-grid.itemgrid-2col .item {
  width: 33.33%;
}
@media only screen and (max-width: 1279px) {
  .product-view .products-grid.itemgrid-2col .item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .product-view .products-grid.itemgrid-2col .item {
    width: 33.33%;
  }
}
@media only screen and (max-width: 639px) {
  .product-view .products-grid.itemgrid-2col .item {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .product-view .products-grid.itemgrid-2col .item {
    width: 100%;
  }
}
.product-view .btns-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.product-view .btns-set > a:not(.oos-one-click) {
  display: block;
}
.product-view .btns-set a.oos-buy {
  width: 100%;
  background-color: #0071e3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-view .btns-set a.oos-buy:hover {
  background-color: #0055AB;
}
.product-view .btns-set a.oos-one-click {
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-view .box-additional {
  margin: 0;
  padding: 0;
}
.product-view .box-additional.guarantee {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .product-view .box-additional.guarantee {
    margin-top: 16px;
  }
  .product-view .box-additional.guarantee .worth__adding {
    font-weight: 600;
  }
}
.product-view .box-additional.guarantee .product-options {
  margin-bottom: 0;
}
.product-view .box-additional.guarantee .container2-wrapper {
  padding-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .product-view .box-additional.guarantee .container2-wrapper {
    padding-bottom: 35px;
  }
}
.product-view .box-additional .container2-wrapper {
  border: 0 none;
  margin-bottom: 0;
}
.product-view .box-additional .product-options dl.last dd {
  background: #f5f5fb;
  padding: 8px 16px;
  margin: 2px 0 0 0;
}
.product-view .box-additional .product-options dl.last dd:first-child {
  border-radius: 10px 10px 0 0;
}
.product-view .box-additional .product-options dl.last dd:last-child {
  border-radius: 0 0 10px 10px;
}
.product-view .box-additional .product-options ul.options-list .label {
  line-height: 2.1;
  color: #1d1d1f;
}
.product-view .box-additional .product-options ul.options-list .label strong {
  float: right;
  font-size: 14px;
}
.product-view .box-additional .product-options ul.options-list .label label {
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .product-view .box-additional .product-options ul.options-list .label label {
    font-size: 14px;
  }
}
.product-view .box-additional .product-options ul.options-list .label .info {
  font-size: 19px;
  line-height: 1;
  cursor: pointer;
}
.product-view .box-additional .product-options .more a {
  color: #2295d4;
  border-bottom: 1px dotted #2295d4;
}
.product-view .box-additional .product-options .more a:hover {
  color: #f89b24;
  border-color: #f89b24;
}
.product-view .box-additional .input-box .checkbox + .label {
  padding-left: 30px;
}
.product-view .box-additional .input-box .checkbox + .label:after {
  width: 18px;
  height: 18px;
  top: 6px;
}
.product-view .box-additional .input-box .checkbox + .label:before {
  font-size: 9px;
  left: 5px;
  top: 13px;
  color: #fff;
}
.product-view .box-additional .input-box .checkbox:checked + .label:after {
  background: #f89b24;
}
.product-view .box-additional .input-box .checkbox:checked + .label:before {
  opacity: 1;
  visibility: visible;
}
.product-view .box-additional-review {
  background-color: #f5f5fb;
  margin: 0;
  padding: 0;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .product-view .box-additional-review {
    width: 100%;
  }
}
.product-view .box-additional-review .gen-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .product-view .box-additional-review .gen-tabs {
    background: #f5f5fb;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .product-view .box-additional-review .gen-tabs .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    padding: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
}
@media only screen and (min-width: 1024px) {
  .product-view .box-additional-review .gen-tabs .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 16px 32px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 16px;
  }
}
@media only screen and (min-width: 1720px) {
  .product-view .box-additional-review .gen-tabs .tabs {
    padding: 24px 32px;
    gap: 24px;
  }
}
.product-view .box-additional-review .gen-tabs .tab-span {
  display: block;
}
.product-view .box-additional-review .gen-tabs .tabs li > .reviews-count {
  padding: 3px 8px !important;
}
.product-view .box-additional-review .gen-tabs .acc-tab_title {
  font-size: 20px;
  font-weight: bold;
}
.product-view .box-additional-review ul.tabs {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media only screen and (max-width: 767px) {
  .product-view .box-additional-review ul.tabs {
    width: 98%;
    margin: 20px auto;
  }
}
.product-view .box-additional-review ul.tabs .product-tab__span {
  font-size: 20px;
  color: #6e6e73;
  cursor: pointer;
}
.product-view .box-additional-review ul.tabs .product-tab__span:hover {
  background-color: transparent;
}
.product-view .box-additional-review ul.tabs .product-tab__span.current {
  background-color: transparent;
  color: #1d1d1f;
}
@media only screen and (min-width: 768px) {
  .product-view .box-additional-review ul.tabs .product-tab__span.current {
    background-color: #ffffff;
    border-radius: 30px;
    height: 56px;
  }
}
.product-view .box-additional-review .tabs-panels {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .product-view .box-additional-review .tabs-panels {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .product-view .box-additional-review.grid12-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .product-view .social-links--product-page {
    float: left;
  }
}
.product-view .social-links--product-page b {
  display: none;
}
.product-view .social-links--product-page li {
  width: auto;
  height: auto;
}
.product-view .social-links--product-page li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
  color: #b2b2b2;
}
.product-view .social-links--product-page li > a:hover {
  color: rgb(33.9521276596, 148.8670212766, 211.5478723404);
}
.product-view .social-links--product-page li span {
  width: auto;
  height: auto;
  font-size: 20px;
  color: currentColor !important;
  background-color: transparent !important;
}
.product-view .social-links--product-page li span::before {
  color: currentColor !important;
}
.product-view .social-links--product-page li span:hover {
  color: currentColor !important;
  background-color: transparent !important;
}
.product-view .box-collateral.box-reviews {
  padding-top: 80px;
  margin-top: -80px;
}
.product-view .box-collateral.box-reviews .like_h2 {
  font-size: 24px;
  font-weight: 500;
  padding: 0 16px;
}
.product-view .box-collateral.box-reviews dl {
  margin: 0;
}
.product-view .box-collateral.box-reviews dl dd {
  padding: 0 16px;
  margin: 0;
  border: 1px solid #f5f5fb;
}
@media only screen and (min-width: 768px) {
  .product-view .box-collateral.box-reviews dl dd {
    padding-top: 8px;
    border-radius: 20px;
    margin-bottom: 20px;
  }
}
.product-view .box-collateral.box-reviews .form-add .form-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 16px;
}
.product-view .box-collateral.box-reviews .form-add .buttons-set .button {
  margin: 0 auto;
  width: 93%;
  float: none;
  display: block;
  height: 48px;
  color: #ffffff;
  background: #0071e3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 27px;
  max-width: 360px;
}
.product-view .box-collateral.box-reviews .form-add .buttons-set .button:hover {
  background: #0055AB;
}

.tips-content {
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
}

.show-more-btn {
  border-bottom: 1px dashed currentColor;
  margin-bottom: 5px;
  cursor: pointer;
}
.show-more-btn.active .ic-to-bottom {
  display: none;
}
.show-more-btn.active .ic-up {
  display: inline;
}
.show-more-btn .icon {
  font-size: 12px;
}
.show-more-btn .ic-up {
  display: none;
}

.left-nav-bar_wrap .currently li {
  line-height: normal;
}
.left-nav-bar_wrap .currently li + li {
  border: none;
}
.left-nav-bar_wrap .currently li a {
  line-height: normal;
  background: none;
  border: none;
  padding: 0;
  font-size: 16px;
}
.left-nav-bar_wrap .actions a {
  line-height: normal;
  background: none;
  color: #1d1d1f;
  padding: 0;
  border: none;
}
.left-nav-bar_wrap .actions a.action-remove__btn--all {
  position: absolute;
  top: 81px;
  right: 30px;
}
.left-nav-bar_wrap .actions a.action-remove__btn--all:before {
  content: url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/btn-remove.svg);
  position: absolute;
  left: -20px;
  top: -2px;
}
@media only screen and (min-width: 768px) {
  .left-nav-bar_wrap .actions a.action-remove__btn--all {
    top: 1px;
    right: -20px;
  }
}
@media only screen and (min-width: 990px) {
  .left-nav-bar_wrap .actions a.action-remove__btn--all {
    right: 0;
  }
}
.left-nav-bar_wrap #narrow-by-list #layerednavigation-price .handle {
  border: 3px solid #1d1d1f;
}
.left-nav-bar_wrap #narrow-by-list #layerednavigation-price-slider-bar {
  padding: 0 !important;
  background-color: #1d1d1f;
}
.left-nav-bar_wrap #narrow-by-list a {
  background-color: transparent;
  color: #606060;
  font-size: 14px;
  border: none;
  line-height: 1.5;
}
.left-nav-bar_wrap #narrow-by-list dd ~ dd ol li {
  width: auto;
}
.left-nav-bar_wrap #narrow-by-list dd ol {
  display: block;
}
.left-nav-bar_wrap #narrow-by-list dd ol li {
  border: none;
}
.left-nav-bar_wrap #narrow-by-list dd ol > li > a {
  padding: 6px 0 6px 35px;
}

.emerging-block_info {
  -webkit-animation: initSticky 0.4s both;
  animation: initSticky 0.4s both;
  background-color: white;
  -webkit-box-shadow: 0 2px 10px #c1c1c1;
  box-shadow: 0 2px 10px #c1c1c1;
  display: none;
  left: 0;
  position: fixed;
  position: -ms-device-fixed;
  -webkit-transition: display 0.1s;
  transition: display 0.1s;
  width: 100%;
  z-index: 998;
}
@media screen and (max-width: 8124px) {
  .emerging-block_info {
    top: 0;
  }
}
@media screen and (max-width: 2880px) {
  .emerging-block_info {
    top: 0;
  }
}
@media screen and (max-width: 1920px) {
  .emerging-block_info {
    top: 0;
  }
}
@media screen and (max-width: 990px) {
  .emerging-block_info {
    bottom: 0;
    top: auto;
  }
}
@media screen and (max-width: 768px) {
  .emerging-block_info {
    bottom: 0;
    top: auto;
  }
}
@media screen and (max-width: 428px) {
  .emerging-block_info {
    bottom: 0;
    top: auto;
  }
}
.emerging-block_info .em-info {
  margin: 0 auto;
  padding: 1em 0;
}
@media screen and (min-width: 1921px) {
  .emerging-block_info .em-info {
    max-width: 100%;
    width: 1240px;
  }
}
@media screen and (min-width: 1235px) and (max-width: 1920px) {
  .emerging-block_info .em-info {
    max-width: 1240px;
  }
}
@media screen and (max-width: 1234px) {
  .emerging-block_info .em-info {
    max-width: calc(100% - 32px);
  }
}
.emerging-block_info .em-info .em-pr_info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .emerging-block_info .em-info .em-pr_info .em-pr_li:nth-child(2) {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
  }
}
.emerging-block_info .em-info .em-pr_info .em-pr_li .product-name {
  position: relative;
}
.emerging-block_info .em-info .em-pr_info .em-pr_li .product-name::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 27px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.4)), color-stop(55%, #fff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.4) 0, #fff 55%);
  content: "";
}
.emerging-block_info .em-info .em-pr_info .em-pr_li .product-name h6 {
  color: #3c3c3c;
  font-size: 24px;
  margin: 0;
}
.emerging-block_info .em-info .em-pr_info .em-pr_li .outer-sheath .product-type-data .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
}
@media screen and (min-width: 768px) {
  .emerging-block_info .em-info .em-pr_info .em-pr_li .outer-sheath .product-type-data .price-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .emerging-block_info .em-info .em-pr_info .em-pr_li .outer-sheath .product-type-data .price-box {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
  }
}
.emerging-block_info .em-info .em-pr_info .em-pr_li .outer-sheath .product-type-data .price-box .special-price {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
.emerging-block_info .em-info .em-pr_info .em-pr_li .outer-sheath .product-type-data .price-box .special-price .price {
  color: #ff3b30 !important;
  margin-right: 10px;
}
.emerging-block_info .em-info .em-pr_info .em-pr_li .outer-sheath .product-type-data .price-box .special-price .price .currency {
  color: inherit !important;
  font-size: 24px;
}
.emerging-block_info .em-info .em-pr_info .em-pr_li .outer-sheath .product-type-data .price-box .old-price {
  color: #6e6e73;
  font-size: 16px;
  font-weight: 400;
}
.emerging-block_info .em-info .em-pr_info .em-pr_li .outer-sheath .product-type-data .price-box .old-price .price-label {
  font-size: 16px;
  line-height: 1;
}
.emerging-block_info .em-info .em-pr_info .em-pr_li .outer-sheath .product-type-data .price-box .old-price .price {
  font-size: 16px !important;
  color: #6e6e73;
  line-height: 1;
}
@media screen and (max-width: 1920px) {
  .emerging-block_info .em-info .em-pr_info .em-pr_li .outer-sheath .product-type-data .price-box .old-price .price {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-align-self: center;
    font-size: 18px;
    line-height: 1.4;
  }
}
.emerging-block_info .em-info .em-pr_info .em-pr_li .outer-sheath .product-type-data .price-box .regular-price {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
}
.emerging-block_info .em-info .em-pr_info .em-pr_li .add-to-cart {
  display: inline-block;
}
.emerging-block_info .em-info .em-pr_info .em-pr_li .add-to-cart .button.btn-cart {
  border-radius: 27px;
  padding-left: 30px;
  padding-right: 30px;
}
.emerging-block_info .em-info .em-pr_info .em-pr_li .oos-order-info .btns-set .oo-cart .fancybox.oos-buy {
  background-color: #0071e3;
  border-radius: 27px;
}
@media screen and (max-width: 995px) {
  .emerging-block_info .em-info .em-pr_info .em-pr_li .oos-order-info .btns-set .oo-cart .fancybox.oos-buy {
    margin-left: 1em;
  }
}
.emerging-block_info .em-info .em-pr_info .mob_d-none {
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
  overflow: hidden;
  white-space: nowrap;
  -webkit-flex-basis: 55%;
}
@media screen and (max-width: 767px) {
  .emerging-block_info .em-info .em-pr_info .mob_d-none {
    display: none;
  }
}

.catalog-product-view #scroll-to-top.ic.ic-up.time-to-jump {
  bottom: 110px;
}
.catalog-product-view .time-to-jump {
  bottom: 110px;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product-info[data-mobile=skeleton-mobile] {
    border-radius: 4%;
    height: 400px;
    width: auto;
    margin: 8px;
    background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
    background-size: 600px;
    -webkit-animation: shine-avatar 1.6s infinite;
    animation: shine-avatar 1.6s infinite;
    position: relative;
    margin-bottom: 150px;
  }
  .catalog-product-view .product-info[data-mobile=skeleton-mobile]:before, .catalog-product-view .product-info[data-mobile=skeleton-mobile]:after {
    content: "";
    position: absolute;
    bottom: -75px;
    border-radius: 4%;
    height: 50px;
    z-index: 2;
    width: 100%;
    background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
    background-size: 600px;
    -webkit-animation: shine-avatar 1.6s infinite;
    animation: shine-avatar 1.6s infinite;
  }
  .catalog-product-view .product-info[data-mobile=skeleton-mobile]:after {
    bottom: -135px;
  }
  .catalog-product-view .product-info[data-mobile=skeleton-mobile] * {
    visibility: hidden;
  }
}

.purchase-methods__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 100%;
}
.product-view .box-additional-review .product-tab__panels {
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
}
.product-view .box-additional-review .product-tab__panels .panel {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 32px 48px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .product-view .box-additional-review .product-tab__panels .panel {
    padding: 16px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .product-view .box-additional-review .product-tab__panels .panel {
    padding: 16px;
  }
}
@media only screen and (min-width: 767px) {
  .product-view .box-additional-review .product-tab__panels .panel[data-tab-panel=tab-accessories] {
    margin-left: 30%;
  }
}
.product-view .box-additional-review .product-tab__panels .panel .category-products .toolbar {
  padding-left: 0 !important;
}
.product-view .box-additional-review .product-tab__panels .panel .products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1199px) {
  .product-view .box-additional-review .product-tab__panels .panel .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .product-view .box-additional-review .product-tab__panels {
    margin-left: auto;
    margin-right: 16px;
  }
}

.product-name--desktop {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .product-name--desktop {
    display: none;
  }
}
.product-name--desktop h1 {
  font-size: 32px;
  color: #1d1d1f;
  margin-bottom: 6px;
  font-weight: 500;
}

.product-shop-heading-set--desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 1023px) {
  .product-shop-heading-set--desktop {
    display: none;
  }
}

.product-primary-column-left--desktop {
  max-width: 419px;
}
@media only screen and (min-width: 1024px) {
  .product-primary-column-left--desktop {
    width: 50%;
  }
}
@media screen and (min-width: 1720px) {
  .product-primary-column-left--desktop {
    max-width: 43%;
  }
}

@media only screen and (min-width: 1024px) {
  .product-primary-column-right--desktop {
    width: 45%;
  }
}
@media only screen and (min-width: 1720px) {
  .product-primary-column-right--desktop {
    width: 43%;
  }
}

.benefits--desktop {
  margin-bottom: 55px;
  display: block;
  background: #f5f5fb;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .benefits--desktop {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .cross-links_wrapper--pdp {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .product-view .box-collateral {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 0;
  }
}
.product-view .box-collateral .owl-item {
  padding: 0;
  margin: 0;
  border: 1px solid #f5f5fb;
}
.product-view .box-collateral .owl-item .item {
  padding: 0;
}
.product-view .box-collateral .owl-item .item .item-inner {
  padding: 8px 8px 55px 8px;
}

@media only screen and (min-width: 768px) {
  .left-nav-bar_wrap .filter-current__container .currently ol.block-actions__list {
    padding: 0;
  }
  .left-nav-bar_wrap .filter-current__container .block-subtitle {
    padding: 0 0 10px 0;
  }
}

.lightbox-content form {
  display: block;
}
.lightbox-content .callbacks-welcome-message, .lightbox-content .like_h2 {
  text-align: center;
}
.lightbox-content .callbacks_message {
  display: block;
  text-align: center;
}
.lightbox-content input, .lightbox-content .rc-anchor {
  width: 100% !important;
}
.lightbox-content .button {
  float: none;
  font-size: 16px;
  color: #ffffff;
  background-color: #0071e3;
  border-radius: 27px;
  width: 163px;
  height: 48px;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.lightbox-content .button:hover {
  background-color: #0055AB;
  border: none;
}
.lightbox-content .webforms-fields-username .field .webforms-fields-username, .lightbox-content .webforms-fields-username .webforms-fields-phonenumber, .lightbox-content .webforms-fields-phonenumber .field .webforms-fields-username, .lightbox-content .webforms-fields-phonenumber .webforms-fields-phonenumber {
  margin-bottom: 0px;
}
.lightbox-content .webforms-fields-username .input-text, .lightbox-content .webforms-fields-username .bfh-phone, .lightbox-content .webforms-fields-phonenumber .input-text, .lightbox-content .webforms-fields-phonenumber .bfh-phone {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  background-color: transparent;
  border-radius: 0px;
  padding: 0;
  width: 100%;
  font-size: 14px;
}
.lightbox-content .webforms-fields-username .input-text:focus, .lightbox-content .webforms-fields-username .bfh-phone:focus, .lightbox-content .webforms-fields-phonenumber .input-text:focus, .lightbox-content .webforms-fields-phonenumber .bfh-phone:focus {
  border-bottom: 1px solid #aaa;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.lightbox-content .webforms-fields-username .validation-failed, .lightbox-content .webforms-fields-phonenumber .validation-failed {
  border: none !important;
  border-bottom: 1px solid red !important;
  background: #fff !important;
  border-radius: 0px !important;
}
.lightbox-content .buttons-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.searchautocomplete-container {
  padding: 5px 0 15px;
  -webkit-box-shadow: 0 2px 5px rgba(60, 60, 60, 0.4);
  box-shadow: 0 2px 5px rgba(60, 60, 60, 0.4);
}
.searchautocomplete-container h3 {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  padding: 0 10px;
}
.searchautocomplete-container .search-container {
  margin-bottom: 20px;
  padding: 0 10px;
}
.searchautocomplete-container .search-container .span_item {
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.searchautocomplete-container .search-container .span_item:hover {
  color: #1c1c1c;
}
.searchautocomplete-container .search-container .span_item b {
  font-size: 14px;
  font-weight: 300 !important;
}
.searchautocomplete-container .search-container .span_item:not(:last-child)::after {
  content: ",";
}
.searchautocomplete-container .search-container .s_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.searchautocomplete-container .search-container .s_icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.searchautocomplete-container .search-container .s_details {
  margin-left: 10px;
}
.searchautocomplete-container .resultbox-b {
  border-top: 1px solid #e5e5e5;
  padding: 10px 10px 0;
}
.searchautocomplete-container .resultbox-b > a {
  display: block;
  background-color: #0071e3;
  text-align: center;
  padding: 14px 0;
  color: #ffffff !important;
  font-weight: 500;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 27px;
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
}
.searchautocomplete-container .resultbox-b > a:hover {
  color: #ffffff !important;
  background-color: #0055AB;
}

.breadcrumbs__list .search {
  margin: 0;
}

.fancybox-wrap {
  width: 30% !important;
}
.fancybox-wrap .fancybox-inner {
  width: 100% !important;
}
@media only screen and (max-width: 1000px) {
  .fancybox-wrap {
    width: 50% !important;
  }
}
@media only screen and (max-width: 676px) {
  .fancybox-wrap {
    width: 80% !important;
  }
}

.fancybox-skin {
  padding: 20px 40px !important;
  background-color: #fff;
  border-radius: 24px;
}
@media only screen and (max-width: 767px) {
  .fancybox-skin {
    padding: 20px !important;
  }
}

#fastbuy_form .row {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 auto;
  padding: 10px 0 0;
  min-height: 68px;
}
#fastbuy_form .row > input.input-text {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  font-size: 14px;
}
#fastbuy_form .row > input.input-text.validation-failed {
  border: none !important;
  border-bottom: 1px solid #ee001c !important;
}
#fastbuy_form .row > input.input-text:focus {
  border-bottom-color: #3c3c3c;
}
@media only screen and (max-width: 1250px) {
  #fastbuy_form .row {
    width: 100%;
  }
}
#fastbuy_form .ui-widget-content {
  background: transparent;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0;
  -webkit-transition: border-bottom-color 0.3s 0.2s;
  transition: border-bottom-color 0.3s 0.2s;
}
#fastbuy_form .ui-widget-content:hover {
  border-bottom-color: #3c3c3c;
}
#fastbuy_form .ui-spinner {
  width: 100px;
}
#fastbuy_form .ui-spinner input.input-text {
  background-color: transparent;
}
#fastbuy_form .ui-spinner-button {
  width: 20px;
  background: transparent none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}
#fastbuy_form .ui-spinner-button.ui-state-hover {
  background: #ffffff none;
}
#fastbuy_form .ui-button-text {
  padding: 0;
  width: 8px;
  height: 8px;
}
#fastbuy_form .ui-icon {
  background-image: none;
  width: 100%;
  height: 100%;
  position: relative;
  top: auto;
  left: auto;
  margin: 0;
}
#fastbuy_form .ui-icon::before, #fastbuy_form .ui-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}
#fastbuy_form .ui-icon::before {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#fastbuy_form .ui-spinner-up .ui-icon::after {
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  top: 50%;
}
#fastbuy_form .ui-spinner-down .ui-icon::after {
  display: none;
}

.product-set-slider {
  padding-bottom: 40px;
  background-color: #fff;
  margin-top: 16px;
  margin-bottom: 40px;
  border-radius: 10px;
}
@media only screen and (max-width: 1199px) {
  .product-set-slider {
    padding-bottom: 32px;
  }
}
.product-set-slider .section-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  padding-bottom: 0;
  margin-bottom: 24px;
  margin-left: 0 !important;
  color: #1d1d1f;
}
@media only screen and (max-width: 767px) {
  .product-set-slider .section-title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
}
.product-set-slider .loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.4196078431);
}
@media only screen and (max-width: 992px) {
  .product-set-slider {
    padding-bottom: 25px;
    border: 0;
  }
}

.product-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f5f5fb;
  padding: 8px;
  border-radius: 24px;
}
@media only screen and (min-width: 650px) {
  .product-set {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1720px) {
  .product-set {
    min-height: 208px;
  }
}
.product-set > div {
  position: relative;
}
.product-set > div::after {
  content: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/plus.svg");
  color: #1d1d1f;
  font-size: 35px;
  position: absolute;
  right: 40%;
  top: 85%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #f5f5fb;
}
@media only screen and (min-width: 651px) {
  .product-set > div::after {
    top: 50%;
    right: -32px;
    z-index: 999;
    font-size: 20px;
    width: 25px;
    height: 25px;
  }
}
@media only screen and (min-width: 991px) {
  .product-set > div::after {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .product-set > div::after {
    width: 48px;
    height: 48px;
  }
}
.product-set > div:nth-last-child(2)::after {
  content: " ";
  border: none;
  background-color: transparent;
}
.product-set > div:last-child::after {
  content: none;
}
.product-set__product {
  position: relative;
  padding: 0 30px;
  background: #ffffff;
}
@media only screen and (min-width: 650px) {
  .product-set__product {
    padding: 5px;
    min-height: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-set__product:first-child {
    border-radius: 20px 0 0 20px;
  }
  .product-set__product:nth-last-child(2) {
    border-radius: 0 20px 20px 0;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .product-set__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
  }
}
@media only screen and (min-width: 1720px) {
  .product-set__product {
    min-height: 192px;
    max-width: 436px;
  }
}
.product-set__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-set__img {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-height: 70px;
  width: auto;
}
.product-set__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 190px;
  padding-left: 10px;
}
@media only screen and (min-width: 650px) {
  .product-set__info {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .product-set__info span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 650px) and (min-width: 1720px) {
  .product-set__info span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 650px) and (min-width: 1720px) {
  .product-set__info span .price {
    font-size: 24px;
  }
}
.product-set__name {
  min-height: auto;
  margin-bottom: 0;
  color: #1d1d1f;
  font-size: 16px;
  font-weight: normal;
}
.product-set__sum {
  padding: 20px;
  margin-left: 55px;
  text-align: center;
  border: transparent;
  border-radius: 5px;
  background-color: #f5f5fb;
}
@media only screen and (min-width: 650px) {
  .product-set__sum {
    padding: 0 16px;
    margin: 0;
  }
}
.product-set__sum > button {
  margin-top: 15px;
}
.product-set__sum .btn-cart {
  cursor: pointer;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
  background-color: #0071e3;
  color: #fff !important;
  height: 48px;
  border-radius: 27px;
}
@media only screen and (min-width: 1720px) {
  .product-set__sum .btn-cart {
    width: 272px;
  }
}
.product-set__sum .btn-cart:hover {
  background-color: #0055AB;
}
.product-set__price .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.product-set__price .price-box .old-price {
  color: #aaa;
  margin-right: 10px;
  font-size: 14px;
}
.product-set__price .price-box .special-price,
.product-set__price .price-box .regular-price {
  font-weight: 400;
  color: #1d1d1f;
  background-color: transparent;
  padding: 5px 10px 0px 0px;
  font-size: 18px;
  border-radius: 3px;
}
.product-set__price.special .price {
  font-weight: 500;
  color: #ff3b30;
  font-size: 32px;
  padding-right: 16px;
}
@media only screen and (min-width: 651px) {
  .product-set__price.special .price {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1720px) {
  .product-set__price.special .price {
    font-size: 32px;
  }
}
.product-set__price.special .currency {
  font-size: 15px;
}
.product-set__price.old {
  color: #6e6e73;
}
.product-set__price.old .price {
  font-size: 16px;
  text-decoration: line-through;
  color: currentColor;
}
@media only screen and (min-width: 1720px) {
  .product-set__price.old .price {
    font-size: 18px;
  }
}
.product-set__price.old .currency {
  font-size: 15px;
  display: inline-block;
}
.product-set__price-box {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.product-set__profit {
  background-color: transparent;
  font-size: 16px;
  padding-top: 8px;
  color: #1d1d1f;
  border-radius: 5px;
}
.product-set__profit .price {
  font-weight: 400;
  margin-left: 0;
}
@media (min-width: 1366px) {
  .product-set__img {
    max-height: 200px;
  }
}
@media only screen and (max-width: 650px) {
  .product-set__data {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
  }
  .product-set__product {
    width: 28%;
  }
  .product-set__product:first-child {
    border-radius: 20px 20px 0 0;
    padding-top: 16px;
    padding-bottom: 48px;
  }
  .product-set__product:nth-last-child(2) {
    border-radius: 0 0 20px 20px;
    padding-bottom: 16px;
  }
  .product-set__img {
    margin-bottom: 15px;
  }
  .product-set__info {
    padding-left: 9px;
  }
}
@media only screen and (max-width: 650px) {
  .product-set {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .product-set > div:nth-last-child(2):after {
    display: none;
  }
  .product-set__product {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .product-set__price.old .price {
    font-size: 16px;
  }
  .product-set__profit {
    font-size: 16px;
    padding: 0;
  }
  .product-set__sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 0;
    border-bottom: 0;
    margin-left: 0;
    margin-top: 20px;
    border-right: 0;
    width: 100%;
    padding: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .product-set__sum .btn-cart {
    cursor: pointer;
    grid-column-start: 2;
    grid-row: 1/3;
    font-size: 20px;
    align-self: stretch;
    max-width: 100%;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
    min-width: initial;
    line-height: 24px;
    margin-top: 20px;
  }
  @supports not (display: grid) {
    .product-set__sum .btn-cart {
      margin-top: 10px;
    }
  }
}
@media only screen and (max-width: 767px) {
  .product-set__name {
    height: auto;
    overflow: hidden;
    text-align: left;
  }
}

[data-dropdown-button][data-dropdown-state] {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
[data-dropdown-button][data-dropdown-state]::after, [data-dropdown-button][data-dropdown-state]::before {
  content: "";
  position: absolute;
  right: 16px;
  width: 12px;
  height: 1px;
  background: black;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
[data-dropdown-button][data-dropdown-state]::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
[data-dropdown-button][data-dropdown-state]::before {
  top: 49%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
}

[data-dropdown-button][data-dropdown-state~=open]::before {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  opacity: 0;
}

[data-dropdown-menu][data-dropdown-state~=close] {
  display: none;
}

@media only screen and (max-width: 767px) {
  .footer-container .block-catalog,
  .footer-container .block-pages {
    text-align: left;
    padding-left: 16px;
  }
  .footer-container .block-catalog [data-dropdown-menu],
  .footer-container .block-pages [data-dropdown-menu] {
    text-align: left;
  }
}

.fancybox-wrap {
  width: 792px !important;
  max-width: 80%;
  top: 50% !important;
  -webkit-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  margin-top: 0 !important;
  position: fixed !important;
}

.mobile .fancybox-wrap {
  top: 0 !important;
  left: 0 !important;
  max-width: 100% !important;
  height: 100% !important;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.mobile .fancybox-wrap .fancybox-skin {
  height: 100% !important;
}
.mobile .fancybox-wrap .fancybox-outer {
  height: 100%;
}
.mobile .fancybox-wrap .fancybox-inner {
  height: 100% !important;
}
.mobile .fancybox-wrap .fancybox-close {
  background: none;
  right: 0;
  top: 0;
}
.mobile .fancybox-wrap .fancybox-close:before, .mobile .fancybox-wrap .fancybox-close:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  top: 50%;
  left: 10%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #888;
}
.mobile .fancybox-wrap .fancybox-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fancy-cart-mobile.fancybox-wrap {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  z-index: 10000;
}
.fancy-cart-mobile.fancybox-wrap .fancybox-skin {
  border-radius: 0;
  height: 100% !important;
  background-color: #fff;
  padding: 40px 15px 0 !important;
}
@media only screen and (max-width: 767px) {
  .fancy-cart-mobile.fancybox-wrap .fancybox-skin {
    padding: 0 15px 0 !important;
  }
}
.fancy-cart-mobile.fancybox-wrap .page-title {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .fancy-cart-mobile.fancybox-wrap .page-title h1 {
    font-size: 18px;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .fancy-cart-mobile.fancybox-wrap #shopping-cart-table .body-t .item .product-name {
    font-size: 14px;
  }
}
.fancy-cart-mobile.fancybox-wrap .fancybox-inner {
  height: 100% !important;
}
.fancy-cart-mobile.fancybox-wrap .fancybox-outer {
  height: 100% !important;
}
.fancy-cart-mobile.fancybox-wrap .fancybox-close {
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  background: none;
  cursor: pointer;
}
.fancy-cart-mobile.fancybox-wrap .fancybox-close:before, .fancy-cart-mobile.fancybox-wrap .fancybox-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  position: absolute;
  width: 59%;
  height: 1px;
  background: #1d1d1f;
  left: 50%;
  top: 50%;
}
.fancy-cart-mobile.fancybox-wrap .fancybox-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.fancy-cart-mobile.fancybox-wrap .cart {
  height: 100% !important;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fancy-cart-mobile.fancybox-wrap .cart .fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.fancy-cart-mobile.fancybox-wrap .cart form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fancy-cart-mobile.fancybox-wrap .cart-table-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.fancy-cart-mobile.fancybox-wrap .cart-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fancy-cart-mobile.fancybox-wrap .cart-table .body-t {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.fancy-cart-mobile.fancybox-wrap .cart-table .footer-t {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.fancy-cart-mobile.fancybox-wrap #shopping-cart-table .body-t {
  display: block;
}
.fancy-cart-mobile.fancybox-wrap .shopping-cart-table {
  height: 100%;
}

.buyincreditlist-popup {
  width: 100%;
}
.buyincreditlist-popup .box-conditions {
  width: 100%;
}
.buyincreditlist-popup .box-conditions span.like_h3 {
  margin-bottom: 25px;
}
.buyincreditlist-popup .name_price .name {
  margin-bottom: 0;
}
.buyincreditlist-popup .name_price .price {
  font-size: 15px;
}
.buyincreditlist-popup .name_price .currency {
  font-size: 10px;
}
.buyincreditlist-popup .name_price .price + .conditions-text {
  display: block;
  margin-left: 0;
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .buyincreditlist-popup .conditions-text {
    max-width: 100% !important;
  }
}

.credit-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.credit-product__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.credit-product__name {
  width: 20%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 10px;
  background-color: #e5e5e5;
  border-bottom: 1px solid rgb(216.25, 216.25, 216.25);
}
.credit-product__value {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #e5e5e5;
}
.credit-product__button {
  width: 20%;
  margin-left: auto;
  margin-top: 15px;
  margin-bottom: 25px;
}
.credit-product__button > a {
  width: 100% !important;
}
@media only screen and (max-width: 1100px) {
  .credit-product__name, .credit-product__button {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .credit-product__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .credit-product__name, .credit-product__button {
    width: 100%;
  }
}

@-webkit-keyframes animate-phone-button {
  from {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  48% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  49% {
    -webkit-transform: scale(1.1) rotate(15deg);
    transform: scale(1.1) rotate(15deg);
  }
  50% {
    -webkit-transform: scale(1.1) rotate(-15deg);
    transform: scale(1.1) rotate(-15deg);
  }
  51% {
    -webkit-transform: scale(1.1) rotate(15deg);
    transform: scale(1.1) rotate(15deg);
  }
  52% {
    -webkit-transform: scale(1.1) rotate(-15deg);
    transform: scale(1.1) rotate(-15deg);
  }
  53% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  to {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes animate-phone-button {
  from {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  48% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  49% {
    -webkit-transform: scale(1.1) rotate(15deg);
    transform: scale(1.1) rotate(15deg);
  }
  50% {
    -webkit-transform: scale(1.1) rotate(-15deg);
    transform: scale(1.1) rotate(-15deg);
  }
  51% {
    -webkit-transform: scale(1.1) rotate(15deg);
    transform: scale(1.1) rotate(15deg);
  }
  52% {
    -webkit-transform: scale(1.1) rotate(-15deg);
    transform: scale(1.1) rotate(-15deg);
  }
  53% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  to {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.footer-container .block-content .fixed-phone .no-click {
  font-size: 20px;
  color: #606060;
}

.is-nav-open .fixed-phone .fixed-phone__button {
  z-index: 0;
}

.fixed-phone.popup-open .fixed-phone__popup, .fixed-phone.popup-open .fixed-phone__overlay {
  visibility: visible;
  opacity: 1;
}
.fixed-phone.popup-open .fixed-phone__button {
  display: none;
}
.fixed-phone.popup-open .fixed-phone__popup > ul {
  display: block !important;
}
.fixed-phone__button {
  position: fixed;
  bottom: 50px;
  left: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #0071e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9997;
}
.fixed-phone__icon {
  width: 18px;
  height: 18px;
  background: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/phone.svg") no-repeat center;
  background-size: 100%;
  -webkit-animation: animate-phone-button 10s 10s both infinite;
  animation: animate-phone-button 10s 10s both infinite;
}
.fixed-phone__close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
}
.fixed-phone__close::before, .fixed-phone__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.fixed-phone__close::before {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}
.fixed-phone__close::after {
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
.fixed-phone__popup {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 15px 30px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  background-color: #fff;
  border-radius: 8px;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fixed-phone__popup > ul > li a {
  font-size: 20px;
  color: #606060;
}
.fixed-phone__popup > ul > li .operator-icon {
  display: none;
}
.fixed-phone__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fixed-phone .callback-holder.clone-element {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .fixed-phone .dropdown-content a {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 768px) {
  .fixed-phone {
    display: none !important;
  }
}

.empty-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.empty-block__pic {
  padding-right: 40px;
}
.empty-block__icon {
  font-size: 50px !important;
  color: #0071e3;
}
.empty-block__icon.ic-cart {
  color: #0071e3;
}
.empty-block__title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #1d1d1f;
}
@media only screen and (min-width: 991px) {
  .empty-block__title {
    font-size: 18px;
  }
}
.empty-block__text {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  color: #1c1c1c;
}
.empty-block__subtext {
  display: block;
  padding-top: 10px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
}
.empty-block__link {
  display: inline-block !important;
  color: rgb(33.9521276596, 148.8670212766, 211.5478723404) !important;
  text-decoration: underline;
}
.empty-block__link:hover {
  text-decoration: none;
}

#checkout-shipping-method-load .smarty-select__button,
#opcheckout-payment-method .smarty-select__button {
  padding-right: 45px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 5px;
}
#checkout-shipping-method-load .smarty-select__button:hover,
#opcheckout-payment-method .smarty-select__button:hover {
  border-color: #b5b5b5;
}
#checkout-shipping-method-load .smarty-select__button:hover::before,
#opcheckout-payment-method .smarty-select__button:hover::before {
  background-color: #b5b5b5;
}

@media only screen and (max-width: 540px) {
  .payment-ship-step label {
    width: 100% !important;
  }
  .payment-ship-step label + div {
    width: 100% !important;
  }
}

.shipping-newpost .smarty-select__dropdown {
  display: none;
}

.findPostOffice {
  cursor: pointer;
  font-size: 15px;
  position: absolute;
  top: 100%;
  z-index: 50;
  width: 100%;
  border: 1px solid #b5b5b5;
  text-indent: 1em;
}
.findPostOffice.open {
  height: 37px;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  opacity: 1;
}
.findPostOffice.close {
  height: 0;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  opacity: 0;
}

#shipping_form_brander_newpost_brander_newpost > li > label,
#shipping_form_estore2_estore2 > li > label {
  display: inline-block;
  vertical-align: middle;
  width: 32.5%;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
}
#shipping_form_brander_newpost_brander_newpost > li .shipping-newpost,
#shipping_form_brander_newpost_brander_newpost > li .shipping-shops,
#shipping_form_estore2_estore2 > li .shipping-newpost,
#shipping_form_estore2_estore2 > li .shipping-shops {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 67.5%;
  font-size: 16px;
}
@media only screen and (max-width: 639px) {
  #shipping_form_brander_newpost_brander_newpost > li .shipping-newpost,
  #shipping_form_brander_newpost_brander_newpost > li .shipping-shops,
  #shipping_form_estore2_estore2 > li .shipping-newpost,
  #shipping_form_estore2_estore2 > li .shipping-shops {
    width: 100%;
  }
}

.shipping-select .smarty-select[data-state~=open] .smarty-select__button,
.shipping-newpost .smarty-select[data-state~=open] .smarty-select__button,
.shipping-shops .smarty-select[data-state~=open] .smarty-select__button,
.payment-select .smarty-select[data-state~=open] .smarty-select__button {
  border-color: #b5b5b5;
}
.shipping-select .smarty-select[data-state~=open] .smarty-select__button::before,
.shipping-newpost .smarty-select[data-state~=open] .smarty-select__button::before,
.shipping-shops .smarty-select[data-state~=open] .smarty-select__button::before,
.payment-select .smarty-select[data-state~=open] .smarty-select__button::before {
  background-color: #b5b5b5;
}
.shipping-select .smarty-select__button,
.shipping-newpost .smarty-select__button,
.shipping-shops .smarty-select__button,
.payment-select .smarty-select__button {
  padding: 9px;
  font-size: 16px;
  line-height: 1.618;
  color: #1c1c1c;
  border-color: rgb(219.25, 219.25, 219.25);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.shipping-select .smarty-select__button::before,
.shipping-newpost .smarty-select__button::before,
.shipping-shops .smarty-select__button::before,
.payment-select .smarty-select__button::before {
  content: "";
  position: absolute;
  right: 38px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgb(219.25, 219.25, 219.25);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.shipping-select .smarty-select__button::after,
.shipping-newpost .smarty-select__button::after,
.shipping-shops .smarty-select__button::after,
.payment-select .smarty-select__button::after {
  right: 15px;
}
.shipping-select .smarty-select__dropdown,
.shipping-newpost .smarty-select__dropdown,
.shipping-shops .smarty-select__dropdown,
.payment-select .smarty-select__dropdown {
  z-index: 10;
  width: calc(100% + 1px);
  padding-right: 1px;
}
.shipping-select .smarty-select__option,
.shipping-newpost .smarty-select__option,
.shipping-shops .smarty-select__option,
.payment-select .smarty-select__option {
  padding: 9px;
  -webkit-transition: text-shadow 0.3s;
  transition: text-shadow 0.3s;
}
.shipping-select .smarty-select__option:hover,
.shipping-newpost .smarty-select__option:hover,
.shipping-shops .smarty-select__option:hover,
.payment-select .smarty-select__option:hover {
  background-color: transparent;
  text-shadow: 0 1px #1c1c1c;
}
.shipping-select .smarty-select__option:not(:last-child),
.shipping-newpost .smarty-select__option:not(:last-child),
.shipping-shops .smarty-select__option:not(:last-child),
.payment-select .smarty-select__option:not(:last-child) {
  border-bottom: 1px solid #b5b5b5;
}
.shipping-select .smarty-select__option.active,
.shipping-newpost .smarty-select__option.active,
.shipping-shops .smarty-select__option.active,
.payment-select .smarty-select__option.active {
  background-color: transparent;
  text-shadow: 0 1px #1c1c1c;
}
.shipping-select .smarty-select__dropdown-menu,
.shipping-newpost .smarty-select__dropdown-menu,
.shipping-shops .smarty-select__dropdown-menu,
.payment-select .smarty-select__dropdown-menu {
  border-color: #b5b5b5;
}

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  -webkit-filter: inherit;
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/marker-icon.png");
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

.wishlist-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .wishlist-container {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media only screen and (max-width: 374px) {
  .wishlist-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.wishlist-card {
  max-width: 187px;
  min-height: 383px;
  padding: 8px;
  position: relative;
  border: 1px solid #f5f5fb;
}
@media only screen and (max-width: 374px) {
  .wishlist-card {
    width: 90%;
    max-width: none;
    min-height: 500px;
  }
}
@media only screen and (min-width: 1024px) {
  .wishlist-card {
    width: 310px;
    max-width: 310px;
    min-height: 574px;
  }
}
.wishlist-card__btn-add {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  background: #0071e3;
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wishlist-card__btn-add:hover {
  background: #0055AB;
}
.wishlist-card__btn-clear-list {
  background: transparent;
  color: #1d1d1f;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
  border: none;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 24px auto 0 auto;
  cursor: pointer;
}
.wishlist-card__btn-clear-list:before {
  content: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/btn-remove-all.svg");
}
.wishlist-card__btn-clear-list:hover {
  color: #0071e3;
}
.wishlist-card__btn-add-all {
  color: #ffffff;
  background: #0071e3;
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 16px auto 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  font-weight: 500;
  border: none;
  border-radius: 27px;
  cursor: pointer;
}
.wishlist-card__btn-add-all:hover {
  background: #0055AB;
}
@media only screen and (min-width: 480px) {
  .wishlist-card__btn-add-all {
    max-width: 264px;
  }
}
.wishlist-card__item .product-image {
  width: 171px;
  height: 171px;
  max-width: none;
}
@media only screen and (max-width: 374px) {
  .wishlist-card__item .product-image {
    width: 100%;
    height: 100%;
  }
}
.wishlist-card__item .product-image .price-box {
  position: absolute;
  bottom: 8px;
  left: 8px;
}
.wishlist-card__item .product-image img {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .wishlist-card__item .product-image {
    width: 294px;
    height: 294px;
  }
}
.wishlist-card__item .trade-in {
  width: 100%;
  color: #1d1d1f;
  font-size: 12px;
  background: #e1efff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 27px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  border: none;
}
.wishlist-card__item .trade-in_a {
  color: inherit;
}
.wishlist-card__item .trade-in:hover {
  background: #ADD1F9;
}
@media only screen and (min-width: 1024px) {
  .wishlist-card__item .trade-in {
    height: 40px;
    font-size: 16px;
  }
}
.wishlist-card__item .product-name {
  font-size: 12px;
  min-height: 48px;
  margin-top: 16px;
  color: #1d1d1f;
}
@media only screen and (min-width: 1024px) {
  .wishlist-card__item .product-name {
    font-size: 16px;
  }
}
.wishlist-card__item .btn-remove {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wishlist-card__item .btn-remove:before {
  content: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/btn-remove.svg");
}

#wishlist-view-form button.btn-update {
  display: none;
}

.btn-update {
  border-radius: 27px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-update:hover {
  background-color: #0055AB;
}

.my-wishlist .price-box {
  position: absolute;
  bottom: 8px;
  left: 8px;
  font-size: 18px;
  color: #1d1d1f;
}
@media only screen and (min-width: 1024px) {
  .my-wishlist .price-box {
    font-size: 24px;
  }
}

.my-account .pager {
  margin: 0;
  border: none;
}

.order-history__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  position: relative;
  padding-bottom: 8px;
  padding-top: 24px;
}
.order-history__container:nth-child(2):after {
  position: absolute;
  content: "";
  width: 120%;
  height: 2px;
  background: #f5f5fb;
  top: 0;
  left: -10%;
}
@media only screen and (min-width: 768px) {
  .order-history__container:nth-child(2):after {
    width: 100%;
    left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .order-history__container:nth-child(2):after {
    content: none;
  }
}
.order-history__container:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10%;
  width: 120%;
  height: 2px;
  background: #f5f5fb;
}
@media only screen and (min-width: 768px) {
  .order-history__container:before {
    width: 100%;
    left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .order-history__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 24px 0;
  }
}
.order-history__label {
  font-size: 14px;
  color: #6e6e73;
}
@media only screen and (min-width: 1024px) {
  .order-history__label {
    display: none;
  }
  .order-history__label--desktop {
    display: block;
    width: 100px;
  }
}
.order-history__text {
  font-size: 16px;
  color: #1d1d1f;
}
@media only screen and (min-width: 1024px) {
  .order-history__text {
    width: 100px;
  }
}
.order-history__reorder {
  color: #1d1d1f;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
  position: relative;
  padding-left: 32px;
  display: block;
}
.order-history__reorder:before {
  content: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/reorder.svg");
  position: absolute;
  left: 0;
}
.order-history__reorder:hover {
  color: #0071e3;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
}
.order-history__view-order {
  position: absolute;
  top: 11%;
  right: 30px;
  cursor: pointer;
  color: #1d1d1f;
}
.order-history__view-order:hover {
  color: #0071e3;
}
.order-history__view-order:before {
  content: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/arrow-slider-next.svg");
  position: absolute;
}
@media only screen and (min-width: 1024px) {
  .order-history__view-order {
    position: inherit;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .order-history__view-order:before {
    content: none;
  }
}
.order-history__view-order--span {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .order-history__view-order--span {
    display: block;
    position: relative;
    padding-left: 24px;
    font-size: 16px;
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
  }
  .order-history__view-order--span:before {
    content: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/plus.svg");
    position: absolute;
    left: 0;
    top: -2px;
  }
}
.order-history__desktop-title {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .order-history__desktop-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    padding-bottom: 16px;
    border-bottom: 2px solid #f5f5fb;
  }
}
@media only screen and (min-width: 1024px) {
  .order-history__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
}

.order-date {
  margin: 0;
}
.order-date__title {
  color: #6e6e73;
  font-size: 14px;
}
.order-date__text {
  color: #1c1c1c;
  font-size: 16px;
}

.order-shipping-method__container,
.order-billing-method__container,
.order-items__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (min-width: 1024px) {
  .order-shipping-method__container,
  .order-billing-method__container,
  .order-items__container {
    gap: 0;
  }
}
.order-shipping-method__total,
.order-billing-method__total,
.order-items__total {
  margin-top: 16px;
  margin-bottom: 16px;
  background: #f5f5fb;
  border-radius: 20px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-left: auto;
  margin-right: 0;
  max-width: 339px;
}
@media only screen and (min-width: 1024px) {
  .order-shipping-method__total,
  .order-billing-method__total,
  .order-items__total {
    margin-top: 0;
  }
}
.order-shipping-method__total--preliminary-summary-container,
.order-billing-method__total--preliminary-summary-container,
.order-items__total--preliminary-summary-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.order-shipping-method__total--preliminary-summary-container:last-child span,
.order-billing-method__total--preliminary-summary-container:last-child span,
.order-items__total--preliminary-summary-container:last-child span {
  font-size: 18px;
  font-weight: 600;
}
.order-shipping-method__total--preliminary-summary,
.order-billing-method__total--preliminary-summary,
.order-items__total--preliminary-summary {
  color: #1d1d1f;
  font-size: 16px;
}
.order-shipping-method__description,
.order-billing-method__description,
.order-items__description {
  font-size: 18px;
  padding-top: 16px;
  padding-bottom: 12px;
  font-weight: 600;
  margin: 0 !important;
}
.order-shipping-method__title,
.order-billing-method__title,
.order-items__title {
  color: #6e6e73;
  font-size: 14px;
}
@media only screen and (min-width: 1024px) {
  .order-shipping-method__title,
  .order-billing-method__title,
  .order-items__title {
    width: 120px;
  }
}
.order-shipping-method__content,
.order-billing-method__content,
.order-items__content {
  font-size: 16px;
  color: #1c1c1c;
  padding-top: 4px;
}
@media only screen and (min-width: 1024px) {
  .order-shipping-method__content,
  .order-billing-method__content,
  .order-items__content {
    margin-left: 10%;
  }
}
.order-shipping-method__content strong,
.order-billing-method__content strong,
.order-items__content strong {
  font-weight: 400;
}
.order-shipping-method__box,
.order-billing-method__box,
.order-items__box {
  padding-bottom: 16px;
}
@media only screen and (min-width: 1024px) {
  .order-shipping-method__box,
  .order-billing-method__box,
  .order-items__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

@media only screen and (min-width: 1024px) {
  .order-items__column:first-child {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
}
.order-items .buttons-set {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .order-items .buttons-set {
    margin-bottom: 0;
    position: relative;
  }
}
@media only screen and (min-width: 1024px) {
  .order-items .buttons-set .back-link {
    position: absolute;
    top: -50px;
  }
}
.order-items .buttons-set .back-link a {
  color: #1d1d1f;
  font-size: 16px;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
.order-items .buttons-set .back-link a:before {
  content: "";
  width: 8px;
  height: 8px;
  background: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: 1px solid #1d1d1f;
  border-bottom: 1px solid #1d1d1f;
}
.order-items__container {
  padding: 16px 0;
  border-bottom: 2px solid #f5f5fb;
}
.order-items__container:first-child {
  border-top: 2px solid #f5f5fb;
}
@media only screen and (min-width: 1024px) {
  .order-items__container:first-child {
    border: none;
  }
}
@media only screen and (min-width: 1024px) {
  .order-items__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border: none;
    padding: 0 0 16px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .order-items__title {
    padding-bottom: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .order-items__content {
    padding-top: 24px;
    padding-bottom: 24px;
    margin: 0;
    border-top: 2px solid #f5f5fb;
    border-bottom: 2px solid #f5f5fb;
    max-height: 70px;
  }
}

.my-account .page-title {
  border: none;
}

.wrapper-fastfilters {
  width: 100%;
  margin-bottom: 38px;
  margin-top: 10px;
  padding: 0;
}

.fastfilters__image {
  margin-bottom: 8px;
}
.fastfilters__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(109px, 1fr));
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  font-size: 14px;
  text-align: center;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .fastfilters__list {
    gap: 8px;
    margin-left: -8px;
    margin-right: -8px;
  }
}
.fastfilters__item {
  width: 109px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fastfilters__item--load-more {
  width: 109px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fastfilters__link {
  color: #1d1d1f;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fastfilters__link:hover {
  color: #0071e3;
}
.fastfilters__name {
  font-size: 14px;
  color: inherit;
  padding-top: 8px;
  display: block;
  height: 40px;
}
.fastfilters__load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f5f5fb;
  color: #1d1d1f;
  font-size: 14px;
  position: relative;
  padding: 8px 16px 8px 44px;
  border: none;
  cursor: pointer;
  border-radius: 24px;
}
.fastfilters__load-more:before {
  content: url("https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/plus.svg");
  position: absolute;
  left: 16px;
  top: 3px;
}
.fastfilters__load-more--count {
  padding-left: 2px;
}

.product-characteristic__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.product-characteristic__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.product-characteristic__label {
  font-size: 14px;
  color: #6e6e73;
  width: 200px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 991px) {
  .product-characteristic__label {
    width: 160px;
  }
}
.product-characteristic__data {
  font-size: 16px;
  color: #000;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.home-links__content {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  margin-right: -16px;
  margin-left: -16px;
}
@media only screen and (min-width: 991px) {
  .home-links__content {
    display: inline-block;
    width: calc(50% - 14px);
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 991px) {
  .home-links__content:nth-of-type(odd) {
    margin-right: 12px;
  }
}
@media only screen and (min-width: 991px) {
  .home-links__content:nth-of-type(even) {
    margin-left: 12px;
  }
}
.home-links__content:nth-last-of-type, .home-links__content:nth-last-of-type(2) {
  margin-bottom: 40px;
}
@media only screen and (min-width: 991px) {
  .home-links__content:nth-last-of-type, .home-links__content:nth-last-of-type(2) {
    margin-bottom: 64px;
  }
}
.home-links__content:first-of-type, .home-links__content:nth-of-type(2) {
  margin-top: 40px;
}
@media only screen and (max-width: 990px) {
  .home-links__content:first-of-type, .home-links__content:nth-of-type(2) {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 991px) {
  .home-links__content:first-of-type, .home-links__content:nth-of-type(2) {
    margin-top: 64px;
  }
}
.home-links__content img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 991px) {
  .home-links__content img {
    border-radius: 24px;
  }
}
.home-links__content:hover__title {
  color: #0071e3;
}
.home-links__title {
  color: #1d1d1f;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  padding-bottom: 8px;
}
.home-links__title a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
@media only screen and (min-width: 991px) {
  .home-links__title {
    font-size: 32px;
  }
}

.popup-cart__buttons .a-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .popup-cart__buttons .a-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.popup-cart__subtitle {
  padding-bottom: 16px;
}
.popup-cart__total {
  font-size: 16px;
  color: #1d1d1f;
  font-weight: 500;
}
.popup-cart__total-number {
  font-size: 18px;
  color: #1d1d1f;
  font-weight: 500;
}

@media screen and (min-width: 991px) {
  .header-category-nav {
    background: #f5f5fb;
    position: relative;
  }
  .drop-first-categories {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    color: #1d1d1f;
  }
  .drop-first-categories .level0 > .wrapper-submenu:not(.open) {
    display: none;
  }
  .drop-first-categories .level0 > .wrapper-submenu {
    position: absolute;
    top: 99%;
    left: 0;
    background: #fff;
    width: 100%;
  }
  .drop-first-categories .level0 > .wrapper-submenu::-webkit-scrollbar {
    display: none;
  }
  .drop-first-categories .level0 > .wrapper-submenu .wrapper-submenu {
    display: block !important;
  }
  .drop-first-categories .drop-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    z-index: 12;
  }
  .drop-first-categories .drop-list > li:not(:first-child) {
    padding-left: 6px;
  }
}
@media screen and (min-width: 991px) and (min-width: 1365px) {
  .drop-first-categories .drop-list > li:not(:first-child) {
    padding-left: 17px;
  }
}
@media screen and (min-width: 991px) {
  .drop-first-categories .drop-list > li:not(:last-child) {
    padding-right: 6px;
  }
}
@media screen and (min-width: 991px) and (min-width: 1365px) {
  .drop-first-categories .drop-list > li:not(:last-child) {
    padding-right: 17px;
  }
}
@media screen and (min-width: 991px) {
  .drop-first-categories .drop-list li {
    background: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (min-width: 991px) and (min-width: 1365px) {
  .drop-first-categories .drop-list li {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 991px) {
  .drop-first-categories .drop-list li .caret {
    display: none;
  }
  .drop-first-categories .drop-list li:hover {
    font-weight: 700;
  }
  .drop-first-categories .drop-list li a {
    color: #1d1d1f;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  .drop-first-categories .drop-list li:first-child a {
    border: none;
  }
  .drop-first-categories .level0.nav-submenu {
    padding-top: 40px;
    padding-bottom: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
  .drop-first-categories .level0.nav-submenu > li {
    color: #1d1d1f;
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
  }
  .drop-first-categories .level1.nav-submenu > li {
    color: #1d1d1f;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
  .drop-first-categories .level0 .nav-item {
    display: block !important;
    text-wrap: auto;
  }
  .footer-container.active-overlay:after, .main-container.active-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(163, 163, 163, 0.1);
    backdrop-filter: blur(15px);
  }
}
@media screen and (max-width: 990px) {
  .drop-catalog-product .mobile-item {
    background: white;
  }
  .dropdown .dropdown-heading {
    height: auto !important;
    padding-left: 10px;
  }
  .dropdown .dropdown-heading .value {
    margin-left: 0;
  }
  .dropdown.header-contacts .dropdown-content.left-hand {
    padding-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
    display: block !important;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .topcontainer.topcontainer-swipe {
    pointer-events: none;
  }
  .is-nav-open .topcontainer.topcontainer-swipe {
    pointer-events: auto;
  }
  .header-container__content .menu-link .opener, .drop-first-categories .level0.nav-submenu .menu-link .opener {
    cursor: pointer;
  }
  .header-container__content .navmenu__actions, .drop-first-categories .level0.nav-submenu .navmenu__actions {
    margin-top: 40px;
  }
  .header-container__content .navmenu__actions .store-languages, .drop-first-categories .level0.nav-submenu .navmenu__actions .store-languages {
    padding: 15px 24px 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .header-container__content .navmenu__actions .store-languages li, .drop-first-categories .level0.nav-submenu .navmenu__actions .store-languages li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #1d1d1f;
    opacity: 0.5;
  }
  .header-container__content .navmenu__actions .store-languages li:not(:last-child), .drop-first-categories .level0.nav-submenu .navmenu__actions .store-languages li:not(:last-child) {
    border-right: 1px solid #A8A8A8;
  }
  .header-container__content .navmenu__actions .store-languages li.current, .drop-first-categories .level0.nav-submenu .navmenu__actions .store-languages li.current {
    opacity: 1;
  }
  .header-container__content .navmenu__actions a, .drop-first-categories .level0.nav-submenu .navmenu__actions a {
    color: #1d1d1f !important;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
  }
  .header-container__content .catalog-wraper .drop-catalog-product .drop-list, .drop-first-categories .level0.nav-submenu .catalog-wraper .drop-catalog-product .drop-list {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
  .header-container__content .catalog-wraper .drop-catalog-product .drop-list li .menu-link, .drop-first-categories .level0.nav-submenu .catalog-wraper .drop-catalog-product .drop-list li .menu-link {
    border-bottom: 0;
  }
  .header-container__content .boottom-items .logo-wrapper, .drop-first-categories .level0.nav-submenu .boottom-items .logo-wrapper {
    display: none;
  }
  .header-container__content .level0.nav-submenu, .drop-first-categories .level0.nav-submenu .level0.nav-submenu {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .header-container__content .drop-list, .drop-first-categories .level0.nav-submenu .drop-list {
    padding-top: 24px;
  }
  .header-container__content .nav-item.level0.active .nav-item.level1, .drop-first-categories .level0.nav-submenu .nav-item.level0.active .nav-item.level1 {
    display: block !important;
  }
  .header-container__content .nav-item.level0.active .nav-item.level1 > .menu-link .opener, .drop-first-categories .level0.nav-submenu .nav-item.level0.active .nav-item.level1 > .menu-link .opener {
    display: none;
    pointer-events: none;
  }
  .header-container__content .nav-item.level0.active .nav-item.level1 > .wrapper-submenu, .drop-first-categories .level0.nav-submenu .nav-item.level0.active .nav-item.level1 > .wrapper-submenu {
    visibility: visible !important;
    position: static !important;
  }
  .header-container__content .nav-item a, .drop-first-categories .level0.nav-submenu .nav-item a {
    color: #1d1d1f !important;
  }
  .header-container__content .nav-item.level0 .menu-link, .drop-first-categories .level0.nav-submenu .nav-item.level0 .menu-link {
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
  }
  .header-container__content .nav-item.level0 .menu-link a, .drop-first-categories .level0.nav-submenu .nav-item.level0 .menu-link a {
    padding-bottom: 8px;
    padding-top: 8px;
  }
  .header-container__content .nav-item.level1 .menu-link, .drop-first-categories .level0.nav-submenu .nav-item.level1 .menu-link {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
  }
  .header-container__content .nav-item.level1 .menu-link:after, .drop-first-categories .level0.nav-submenu .nav-item.level1 .menu-link:after {
    display: none !important;
  }
  .header-container__content .nav-item.level1 .menu-link a, .drop-first-categories .level0.nav-submenu .nav-item.level1 .menu-link a {
    width: 100% !important;
    display: inline-block !important;
    text-wrap: auto !important;
  }
  .header-container__content .nav-item.level2 .menu-link, .drop-first-categories .level0.nav-submenu .nav-item.level2 .menu-link {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
  }
  .header-container__content .nav-item.level2 .menu-link:after, .drop-first-categories .level0.nav-submenu .nav-item.level2 .menu-link:after {
    display: none !important;
  }
  .header-container__content .nav-item.level2 .menu-link a, .drop-first-categories .level0.nav-submenu .nav-item.level2 .menu-link a {
    width: 100% !important;
    display: inline-block !important;
    text-wrap: auto !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .header-container__content .btn-back-menu, .drop-first-categories .level0.nav-submenu .btn-back-menu {
    color: transparent;
    background: white;
    padding: 17px 29px 17px 49px;
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-decoration: underline;
  }
  .header-container__content .btn-back-menu:before, .drop-first-categories .level0.nav-submenu .btn-back-menu:before {
    content: "\e904";
    position: absolute;
    color: #1d1d1f;
    font: 16px/18px "icomoon";
    left: 29px;
    top: 16px;
    -webkit-transform: rotate(0deg);
  }
  .header-container__content .callback__phone, .drop-first-categories .level0.nav-submenu .callback__phone {
    display: none;
  }
  .header-container__content .mobile-item-mega, .drop-first-categories .level0.nav-submenu .mobile-item-mega {
    display: block !important;
    padding-bottom: 0;
  }
  .header-container__content .mobile-item-mega .trade-in-link a, .drop-first-categories .level0.nav-submenu .mobile-item-mega .trade-in-link a {
    color: #0071e3;
    font-size: 28px;
    font-weight: 600;
    margin-top: 16px;
    line-height: 32px;
  }
  .header-container__content .mobile-item-mega .dropdown.header-contacts .operator-icon, .drop-first-categories .level0.nav-submenu .mobile-item-mega .dropdown.header-contacts .operator-icon {
    display: none;
  }
  .header-container__content .mobile-item-mega .dropdown.header-contacts a, .drop-first-categories .level0.nav-submenu .mobile-item-mega .dropdown.header-contacts a {
    color: #1d1d1f;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
  }
  .header-container__content .container-right, .drop-first-categories .level0.nav-submenu .container-right {
    margin-top: 32px;
  }
  .header-container__content .container-right li, .drop-first-categories .level0.nav-submenu .container-right li {
    list-style: none;
  }
  .header-container__content .container-right li::marker, .drop-first-categories .level0.nav-submenu .container-right li::marker {
    display: none;
  }
  .header-container__content #nav, .drop-first-categories .level0.nav-submenu #nav {
    margin-top: 40px;
  }
  .header-container__content #nav .nav-item a, .drop-first-categories .level0.nav-submenu #nav .nav-item a, .header-container__content #nav .mobile-item a, .drop-first-categories .level0.nav-submenu #nav .mobile-item a {
    color: #1d1d1f;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .header-container__content #nav .nav-item a span, .drop-first-categories .level0.nav-submenu #nav .nav-item a span, .header-container__content #nav .mobile-item a span, .drop-first-categories .level0.nav-submenu #nav .mobile-item a span {
    color: #1d1d1f;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
  }
  .header-container__content .mini-compare--mobile, .drop-first-categories .level0.nav-submenu .mini-compare--mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header-container__content .mini-compare--mobile .header__link-svg, .drop-first-categories .level0.nav-submenu .mini-compare--mobile .header__link-svg {
    margin: 0 !important;
    display: block !important;
  }
  .header-container__content .mini-compare--mobile svg, .drop-first-categories .level0.nav-submenu .mini-compare--mobile svg {
    stroke: #1d1d1f;
  }
  .header-container__content #mini-account-wrapper-regular-slip .account__title, .drop-first-categories .level0.nav-submenu #mini-account-wrapper-regular-slip .account__title {
    color: #1d1d1f;
  }
  .header-container__content #mini-account-wrapper-regular-slip .account__title label, .drop-first-categories .level0.nav-submenu #mini-account-wrapper-regular-slip .account__title label {
    color: #1d1d1f;
  }
  .header-container__content #mini-account-wrapper-regular-slip svg, .drop-first-categories .level0.nav-submenu #mini-account-wrapper-regular-slip svg {
    stroke: #1d1d1f;
    width: 32px;
    height: 32px;
  }
  .top-right--desk-item {
    display: none;
  }
  .catalog-wraper > .drop-catalog-product {
    visibility: visible !important;
    left: 0 !important;
    position: static;
  }
  .holder-container .container-left {
    min-height: unset !important;
  }
  .holder-container > .container {
    max-width: 375px;
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    overflow-x: hidden;
    scrollbar-width: thin;
  }
  .holder-container > .container::-webkit-scrollbar-thumb {
    background: #0071e3;
  }
  .holder-container > .container::-webkit-scrollbar-track {
    background: transparent;
  }
}
@media screen and (max-width: 450px) {
  .holder-container > .container {
    max-width: none;
    width: 100%;
  }
  .topcontainer .btn-close span {
    top: 0;
    right: 0;
    z-index: 20;
  }
  .topcontainer .btn-close span:before {
    content: "";
    display: block;
    background-image: url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/closemenu.svg);
    width: 32px;
    height: 32px;
    color: #6E6E73;
  }
}
.stop-scrolling .btn-catalog {
  display: none;
}

#tab-tabreviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#tab-tabreviews .reviews-count {
  -webkit-transform: none;
  transform: none;
  position: static;
}

@media only screen and (max-width: 990px) {
  #header-account {
    width: 300px;
  }
}
/*# sourceMappingURL=maps/brander-overrides.css.map */

@font-face {
	font-family: 'IconsTemplate';
	src:url('https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/fonts/ict/fonts/icomoon.eot?p4lssp');
	src:url('https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/fonts/ict/fonts/icomoon.eot?p4lssp#iefix') format('embedded-opentype'),
		url('https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/fonts/ict/fonts/icomoon.ttf?p4lssp') format('truetype'),
		url('https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/fonts/ict/fonts/icomoon.woff?p4lssp') format('woff'),
		url('https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/fonts/ict/fonts/icomoon.svg?p4lssp#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.ict {
	font-family: 'IconsTemplate';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ict-cart:before {
	content: "\e900";
}
.ict-compare:before {
	content: "\e901";
}
.ict-heart:before {
	content: "\e902";
}
.ict-user:before {
	content: "\e903";
}
.ict-share:before {
	content: "\e904";
}


@font-face {
	font-family: 'IconsUni';
	src:url('https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/fonts/icu/fonts/iconsUni.eot?qtih0q');
	src:url('https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/fonts/icu/fonts/iconsUni.eot?qtih0q#iefix') format('embedded-opentype'),
		url('https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/fonts/icu/fonts/iconsUni.ttf?qtih0q') format('truetype'),
		url('https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/fonts/icu/fonts/iconsUni.woff?qtih0q') format('woff'),
		url('https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/fonts/icu/fonts/iconsUni.svg?qtih0q#iconsUni') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icu {
	font-family: 'IconsUni';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icu-mailru:before {
	content: "\e900";
}
.icu-moikrug:before {
	content: "\e901";
}
.icu-odnoklassniki:before {
	content: "\e902";
}
.icu-yandex:before {
	content: "\e903";
}


/*HOMEPAGE  HOT CATEGORY *****************************************************************
*****************************************************************************************/

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

    .grid12-3.hotcategory {
        width: 50% !important;
    }
}

/*override-theme.css str.142 *****************************************************************
**********************************************************************************************/
/* Regular header %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Cart + compare
-------------------------------------------------------------- */
/* Skip links has to be hidden except cart and compare */
.header-regular .mini-cart-heading,
.header-regular .mini-compare-heading,
.header-regular .mini-account-heading { display: block; }

.header-regular .mini-cart-heading .label.no-display,
.header-regular .mini-compare-heading .label.no-display,
.header-regular .mini-account-heading .label.no-display { display: none; }


/*override-theme.css str.274 ******************************************************************/

/*language switcher */
@media only screen and (max-width: 767px) {

    /* show */
    .show-below-768 {
        display: inherit !important;
    }
}
@media only screen and (min-width: 767px) {

    /* show */
    .show-below-768 {
        display: none !important;
    }
}

/* Central column
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Hidden elements
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.header-regular #mini-account-wrapper-mobile {
    display: none;
}

/* Selected skip links
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Account
-------------------------------------------------------------- */
/* Hide account block's heading (only heading) */

.header-mobile .mini-account .mini-account-heading { display: none; }
.header-mobile .mini-account .mini-account-content { text-transform: uppercase; }
.header-mobile .mini-account .actions {
    border: none;
    padding-top: 0;
}


@media only screen and (min-width: 767px)
{
    .mini-account-content > ul > li > a{
        white-space: nowrap;
    }
}


/* microformats
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Product page
-------------------------------------------------------------- */

.micrform-section{
    position:absolute;
    left:0;
    top:-9999px;
}

.mini-account-content > ul > li {
    float: none;
}

/*HOMEPAGE  BANNERS *****************************************************************
*****************************************************************************************/

.homepage-banners.slim-homepage-banners .nested-container {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
}

.homepage-banners.slim-homepage-banners .banner {
    margin: 0;
}

.homepage-banners.slim-homepage-banners .grid12-6 {
    width: 50%;
}

/* FOOTER
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

.footer-block .block-title {
    padding-top: 8px;
}

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

    .footer-block .block-title {
        padding-top: 20px;
    }
}

.container.leftsidemenu {
    padding-top: 0px;
}
.main-container,
.container.slipslider,
.main-container.slipslider {
    padding-top: 0 !important;
}

.developer-logo {
    width: 102px;
    height: 13px;
    display: inline-block;
    background-image: url('https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/brander/brander.png');
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.dev-logo {
    margin-left: 10px;
    max-width: 120px;
}

.footer-primary-top .social-links {
    padding-top: 20px;
}

/* PRODUCT PAGE
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

.availability-only {
    display: none;
}

.product-banner {
    width: 100%;
}

/* LAYERED NAVIGATION
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

.toolbar .pager {
    display: none;
}
.toolbar-bottom .toolbar .pager {
    display: inherit;
}

.catalog-category-view .watermark{
    position: absolute;
    left: 15px;
    max-width: 100%;
}
.product-image .watermark{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    margin-top: unset;
    max-width: unset;
}
.wrap-case,
.catalogsearch-result-index .wrap-case,
.itemslider-wrapper .wrap-case,
.catalog-product-view .thumbnails a,
#header-cart .mini-products-list .item a {
    position: relative;
}
.checkout-onepage-index .checkout-item a.product-image .watermark,
#header-cart .mini-products-list .item .watermark,
.wrap-case .watermark, .itemslider-wrapper .watermark{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.the-cart-form .image-left a.product-image,
.cart-table-wrapper .product-image .wrap-case,
.checkout-onepage-index .checkout-item a.product-image{
    position: relative;
}

.the-cart-form .item .watermark,
.cart-table-wrapper .product-image .watermark{
    max-width: 75px;
    position: static;
    margin-top: -75px;
}

.catalog-category-view .itemslider-wrapper .watermark,
.cart .itemslider-wrapper .watermark,
.catalog-product-view .thumbnails a .watermark
{
    position: absolute;
    left: 0;
    top: 0;
    padding: 4px;
}

.cart .itemslider-wrapper .watermark {
    margin-top: unset;
    max-width: unset;
}

.itemslider-wrapper .itemslider .watermark{
    max-width: 196px;
    position: static;
    margin-top: -196px;
}
@media only screen and (max-width: 411px)  {
    .itemslider-wrapper .itemslider .watermark{
        margin-top: -90%;
    }
}
@media only screen and (max-width: 411px) {
    .the-cart-form .item .watermark,
    .cart-table-wrapper .product-image .watermark{
        position: absolute;
        margin-top: 0;
    }
}
/* button filter and sorter for mobile */
@media only screen and (max-width: 767px){
    .mobile-sort {
        font: bold 14px/16px 'SFUIDisplay', sans-serif;
    }
    .mobile-sort-fixed-top{
        position: fixed;
        top: 58px;
        height: 53px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 0 12px;
        z-index: 2;
        background: #fafafa;
    }
    .mobile-sort .filter-subtitle{
        height: 38px;
        border-radius: 0;
        padding: 8px 10px 10px 30px;
        border-color: #2295d4;
        border-width: 0 0 2px 0;
        color: #2295d4;
        position: relative;
    }
    .mobile-sort .filter-subtitle:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        background: url(/skin/frontend/ultimo/unitop/images/filter-icon.svg) no-repeat;
        width: 20px;
        height: 22px;
        margin: -11px 0 0;
    }
    .mobile-sort .sort-list {
        height: 38px;
        padding: 10px 10px 8px 30px;
        border-radius: 0;
        border: none;
        color: #333;
        font: bold 14px/16px 'SFUIDisplay', sans-serif;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .mobile-sort .sort-list::-ms-expand {display: none;}

    .mobile-sort .sort-list--deco{
        border-bottom: 2px solid #cbcbcb;
        position: relative;
    }
    .mobile-sort .sort-list--deco:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        background: url(/skin/frontend/ultimo/unitop/images/sorter-icon.svg) no-repeat;
        width: 17px;
        height: 11px;
        margin: -6px 0 0;
    }
   .mobile-sort .sort-list--block .sort-list--deco:after{
       content: none;
   }

}
/* end button filter and sorter for mobile */


.rating-box{
    background-image: url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/star.svg);
    background-size: 18px 100%;
}

.rating-box .rating{
    background-image: url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/images/star-filled.svg);
    background-size: 18px 100%;
}
.ratings .amount{
    color: #1D1D1F;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.category-managed-content .table-ex{
    overflow-x: auto;
}
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/

/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/

/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom; /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto;
}

.mCustomScrollBox { /* contains plugin's markup */
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_container { /* contains the original content */
    overflow: hidden;
    width: auto;
    height: auto;
}

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_inside > .mCSB_container {
    margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}

/* non-visible scrollbar */

.mCS-dir-rtl > .mCSB_inside > .mCSB_container { /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0;
}

/* RTL direction/left-side scrollbar */

.mCSB_scrollTools { /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
    right: -26px;
}

/* scrollbar position: outside */

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools { /* RTL direction/left-side scrollbar */
    right: auto;
    left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */

.mCSB_scrollTools .mCSB_draggerContainer { /* contains the draggable element and dragger rail markup */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger { /* the draggable element */
    cursor: pointer;
    width: 100%;
    height: 30px; /* minimum dragger height */
    z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { /* the dragger element */
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px;
    text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px; /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px; /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}

/* non-visible scrollbar */

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px;
}

/* scrollbar position: outside */

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px; /* minimum dragger width */
    height: 100%;
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px; /* auto-expanded scrollbar */
    margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px; /* auto-expanded scrollbar */
    margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper { /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0; /* non-visible scrollbar */
    margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    transition: width .2s ease-out .2s, height .2s ease-out .2s,
    margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
    margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
    opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

/*
----------------------------------------
6.1 THEMES
----------------------------------------
*/

/* default theme ("light") */

.mCSB_scrollTools {
    opacity: 0.75;
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 1;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    background-image: url(https://i-planet.com.ua/skin/frontend/ultimo/bestbuy/css/brander/mcustomscrollbar/mCSB_buttons.png); /* css sprites */
    background-repeat: no-repeat;
    opacity: 0.4;
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0;
    /*
    sprites locations
    light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
    dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
    */
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px;
    /*
    sprites locations
    light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
    dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
    */
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px;
    /*
    sprites locations
    light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
    dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
    */
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px;
    /*
    sprites locations
    light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
    dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
    */
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
    opacity: 0.75;
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
    opacity: 0.9;
}

/* theme: "dark" */

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}

/* ---------------------------------------- */

/* theme: "light-2", "dark-2" */

.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px;
}

/* theme: "dark-2" */

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px;
}

/* ---------------------------------------- */

/* theme: "light-thick", "dark-thick" */

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px;
}

/* theme: "dark-thick" */

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px;
}

/* ---------------------------------------- */

/* theme: "light-thin", "dark-thin" */

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto;
}

/* theme "dark-thin" */

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}

/* ---------------------------------------- */

/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
    height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px;
    margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px; /* auto-expanded scrollbar */
    height: 16px;
    margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px; /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px; /* auto-expanded scrollbar */
    width: 16px;
    margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px; /* auto-expanded scrollbar */
    margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */

.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
    background-repeat: repeat-y;
    opacity: 0.3;
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px;
}

/* ---------------------------------------- */

/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */

.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
    opacity: 1;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

/* theme "3d-dark" */

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

/* ---------------------------------------- */

/* theme: "3d-thick", "3d-thick-dark" */

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
    right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */

.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

/* ---------------------------------------- */

/* theme: "minimal", "minimal-dark" */

.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    left: 0;
    right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
}

/* theme: "minimal-dark" */

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
}

/* ---------------------------------------- */

/* theme "light-3", "dark-3" */

.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

/* theme "dark-3" */

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

/* ---------------------------------------- */

/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */

.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */

.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
}

.creditWindow{width:600px;position:fixed;border:1px solid gray;background:#fff;color:#000;padding:30px;top:25%;left:50%;margin-left:-325px;z-index:2147483646}.form-column{float:left;width:100%}.form-column-title{font-size:16px;font-weight:700;margin-bottom:18px}#creditTitle{text-align:center;font-size:28px;color:#2295d4;font-weight:900;display:inline}.creditInfo{padding:14px;padding-bottom:0;font-weight:700;font-size:20px;text-align:center}.popup-credit-content table tr td{width:33.3333%}.creditTypeTitle{padding:14px;padding-top:0;font-weight:700;font-size:20px;text-align:center}h3.credit-tariff-i-title{background:#4e6bb2;font-size:16px;padding:5px;color:#fff}.creditInfoBottom{float:left;width:100%;margin-top:20px;text-align:center}.form-field-row input{width:65%;padding:6px;background-color:transparent;border:solid #e4e4e4 1px;outline:0;border-radius:5px}.form-field-group{margin-bottom:10px}.form-field-group input{padding:6px;background-color:transparent;border:solid #e4e4e4 1px;outline:0;border-radius:5px}.buttons-group-half-left{width:35%;float:left;margin-left:15%}.buttons-group-half-right{width:38%;float:left}#pl_type_info .pl_type_info{display:none}#pl_type_info .pl_type_info.active{display:block}.credit-tariff-i-uah{background:#e4e4e4;font-size:21px}.form-label{display:block;font-weight:400;margin-bottom:5px;color:#444;font-size:12px;width:30%;float:left}.form-field-day,.form-field-month{width:48px;margin-right:5px}.form-field-year{width:48px}.credit-info{width:65%;float:left}.form-field-row{margin-bottom:10px}.credit-info .form-label{width:150px;float:left;margin-right:15px;margin-bottom:0;padding-top:5px}.label-term{padding:5px 0}.buttonss-term{text-align:left}.buttons_pl{background-color:#444;border:0;color:#fff;cursor:pointer;padding:5px 10px;background-color:#444;border:0;color:#fff;cursor:pointer;padding:5px 10px;font:20px Arial,sans-serif;background-color:grey;font-weight:900;border-radius:5px}.state-active{background-color:#7373d3}.buttonss-term .buttons_pl{float:left}.monthly-payment-block{width:35%;text-align:center;float:right}.monthly-payment-title{font-size:18px;margin-bottom:10px}.monthly-payment-amount{font-size:32px;font-weight:700;margin-bottom:10px}.monthly-payment-per-month{font-size:16px}.calculation{margin-bottom:15px;padding:0 15px;display:table;width:100%}input[type=buttons]:focus{outline:0}.buttons-back{height:40px;border-radius:5px}.buttons-send{height:40px;color:#fff;border-radius:0;font:20px Arial,sans-serif;background-color:#fd9427;font-weight:900;cursor:pointer;width:100%;border:2px solid #fd9427;transition-property:color,background-color;transition-duration:.3s;border-radius:5px}.personal-info{width:530px;display:table}.form-buttons-group{text-align:center;margin-top:10px;margin-bottom:5px}.form-bottom-group{margin-top:10px;margin-bottom:5px;font-size:10px}.black_overlay_credit{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;z-index:1001;-moz-opacity:.5;opacity:.5}.popup-css-green{border-color:#329a1c}.popup-css{background:#fff;border-radius:10px;border:3px solid #fff;padding:1.25em 1em 1em;position:relative;text-align:left;box-shadow:0 0 0 12px rgba(0,0,0,.2)}.popup-close{position:absolute;top:5px;right:5px;z-index:1}.credit-tariff-i{padding:1px;text-align:center}.catalog_item_credit{padding-top:20px}.credit-input{width:180px}.buttons-send:hover{background-color:#fff;color:#fd9427;border:2px solid #fd9427}.buttons:hover{background-color:rgba(253,148,39,.85)}.creditLoader{font-size:10px;position:fixed;background:#999;color:#000;padding:10px;top:50%;left:50%;margin-top:-30px;margin-left:-25px;text-indent:-9999em;border-top:1.1em solid rgba(255,255,255,.2);border-right:1.1em solid rgba(255,255,255,.2);border-bottom:1.1em solid rgba(255,255,255,.2);border-left:1.1em solid #fff;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}.creditLoader,.creditLoader:after{border-radius:50%;width:3em;height:3em}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}#close_credit{display:none;float:right;cursor:pointer}@media screen and (max-width:768px){.black_overlay_credit{width:100%}#preCreditWindow{width:95%!important;overflow-y:scroll;max-height:100%}.creditWindow{position:fixed;border:1px solid gray;background:#fff;color:#000;padding:10px;top:50%;left:7px;margin-top:10px;margin-left:1%;z-index:2147483646;width:95%;-ms-transform:translateY(-50%);transform:translateY(-50%);border-radius:10px}#creditTitle{margin-top:12px;color:#2295d4!important;display:block}.buttons-send{font-size:12px}.creditTypeTitle{font-size:20px}.creditTypeTitle{padding:0}h3.credit-tariff-i-title{font-size:17px;padding:8px 10px;color:#fff;background-color:#414141!important;font-weight:700}#close_credit{display:block;font-size:24px;float:right;margin-top:5px;margin-right:5px;margin-left:-15px}.personal-info{width:100%}#creditWindowId{width:95%!important;overflow-y:scroll;max-height:100%}#creditWindowId .form-column-title{font-size:16px;text-align:center;padding:0 20px}.form-field-group input{width:17%!important}.form-field-group input:last-of-type{width:18%!important}.buttons-back{font-size:12px}.popup-credit-content table tr td{width:100%;display:block;margin:0 0 20px}.buttons-send{height:40px;cursor:pointer;font-weight:400;line-height:1;border:none;text-transform:uppercase;background:#f89c2d;background:linear-gradient(to top,#f89c2d,#ffac00);text-shadow:0 -1px 0 rgba(216,122,15,.61),0 0 0 rgba(247,139,0,.86);border-bottom:2px solid #e49224;border-radius:5px;width:185px;display:block;clear:both;text-align:center;padding:12px 12px 10px;color:#fff;box-shadow:none;margin:0 auto}.credit-tariff-i-uah{background:#fff;font-size:24px}.credit-tariff-i-payments{font-size:14px;padding:10px 0 0}.catalog_item_credit{padding-top:5px}.popup-credit-content>p{font-size:10px;padding:0 15px 30px;text-align:center}.form-label{display:block;font-weight:400;margin-bottom:5px;color:#444;font-size:12px;width:100%;float:none}.form-field-row{margin-bottom:10px;padding:0 5%}.form-field-row>.form-field-row{padding:0}.form-field-row input{width:88%!important;padding:6px 5%;background-color:transparent;border:solid #e4e4e4 1px;outline:0;border-radius:5px}.buttons-group-half-right .buttons-send{width:auto;padding:12px 27px 10px}.form-field-row #bdd,.form-field-row #bdm{width:18%!important}.form-field-row #bdy{width:20%!important}.buttons-group-half-left{margin-left:6%}}
/*
 * Product images gallery and zoom
 */



/* Basic zoom styles %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border:1px solid #ccc;
	margin:-1px; /* Set this to minus the border thickness. */
	background-color:#fff;
	cursor:move;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border:1px solid #e5e5e5;
	overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
    color:white;
    background:#222;
    padding:0.25em;
    border:1px solid #000;
}

#wrap {
	/* Decrease default z-index */
	z-index:99 !important;
}

/* Zoom position: "inside"
-------------------------------------------------------------- */
.product-image .mousetrap {
	z-index:100 !important;
	
	/* For responsive layout */
	width:100% !important;
	height:100% !important;
}
.zoom-inside #wrap { overflow:hidden; }

/* No borders if zoom position is "inside" */
.zoom-inside .cloud-zoom-big { border:none; }

/* Display images without Cloud Zoom
-------------------------------------------------------------- */
/* Hide zoom area */
.simple-mode .cloud-zoom-big,
.simple-mode .cloud-zoom-lens { display:none !important; }
.simple-mode .cloud-zoom-lens { cursor:default !important; }


/* Zoom button (enlarge the main image)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.zoom-btn-small {
	position:absolute;
	right:4px;
	bottom:4px;
	padding:0 1em;
	line-height:2.6666em;
	z-index:100;
	background-color:#fff;
	background-color:rgba(255,255,255, 0.7);
	color:#333;
}
.zoom-btn-small:hover { background-color:#fff; }

/* Use lightbox without cloud zoom */
.zoom-btn-large {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	padding:0;
	z-index:100;
	cursor:pointer;
	
	text-indent:-9999px;
	overflow:hidden;
}
.zoom-btn-large:hover { background-color:rgba(255,255,255, 0.15); }



/* Skins %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Default skin
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.img-box { margin-bottom: 15px; }
.img-box .product-image { margin: 0 auto; position:relative; /* Labels (e.g. "sale") are positioned relative to this box */ }
.img-box .product-image.product-image-zoom { z-index:9; } /*TODO: obsolete*/

/* Image pop-up */
.product-image-popup { margin:0 auto; }
.product-image-popup .nav { font-weight:bold; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { margin:0 0 10px; }

/* Thumbnails */
.img-box .more-images { margin-top:12px; }
/*.img-box .more-images .thumbnails { width:80%; margin:0 auto; }*/

/*.img-box .more-images .thumbnails .item { float:left; }*/ /* Deprecated */
.img-box .more-images .thumbnails .item.last { margin-right:0; } /* Deprecated */
.img-box .more-images .thumbnails .item a {
	margin:0 3px;
	display:block;
	overflow:hidden;
	text-decoration:none;
	text-align:center;
}

/* Thumbnails - with slider */
.img-box .more-images .thumbnails.slides { display:none; }

	/* Minimum size of thumbnail if lazy loading enabled */
	.img-box .more-images .thumbnails .owl-item.loading { min-height:50px; }
	.img-box .more-images .thumbnails .owl-item.loading a { min-height:36px; }

/* Thumbnails - without slider */
.img-box .more-images .thumbnails.show-all { width:100%; text-align: center; }
.img-box .more-images .thumbnails.show-all .item { float: none; display: inline-block; }


/* Skin 1: with thin borders
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.img-box-style1 .product-image {
	border:1px solid #eee;
	padding:5px;
}

/* Thumbnails */
/* Prevent cutting off thumbnails */
.img-box-style1 .more-images .thumbnails .owl-wrapper-outer { padding:1px 0; }
.img-box-style1 .more-images .thumbnails .item a {
	margin:0 2px 4px;
	padding:4px;
	border:1px solid #eee;
}
.img-box-style1 .more-images .thumbnails .item a:hover {
	border-color:#999; 
	/*position:relative; z-index:1;*/ /*TODO: Not needed if items not adjacent? */
}


/* Thumbnails carousel %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.img-box .itemslider-thumbnails { margin-left: auto; margin-right: auto; }
.itemslider-thumbnails			{ max-width:237px; } /* count-3 is default */
.itemslider-thumbnails.count-1	{ max-width:79px; }
.itemslider-thumbnails.count-2	{ max-width:158px; }

/**
 * Lightbox
 */
/* ColorBox Core Style
-------------------------------------------------------------- */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box; }

/* ColorBox skin.
   The following styles are ordered and tabbed
   in a way that represents the nesting of the generated HTML.
-------------------------------------------------------------- */
#cboxOverlay {
  background: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/infortis/_shared/colorbox/overlay.png) repeat 0 0; }

#cboxContent {
  background: #fff;
  overflow: hidden;
  border: none;
  /*10px solid #333*/
  padding: 10px; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  margin-bottom: 40px;
  /*10px above buttons*/ }

#cboxCurrent {
  position: absolute;
  bottom: 17px;
  left: 80px;
  color: #999; }

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef; }

#cboxPrevious,
#cboxNext {
  position: absolute;
  background: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/infortis/_shared/colorbox/slider-arrows.png) no-repeat #f5f5f5;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center; }

#cboxPrevious:hover,
#cboxNext:hover {
  background-color: #333; }

#cboxPrevious {
  bottom: 10px;
  left: 10px;
  background-position: -10px -10px; }

#cboxPrevious:hover {
  background-position: -10px -60px; }

#cboxNext {
  bottom: 10px;
  left: 40px;
  background-position: -60px -10px; }

#cboxNext:hover {
  background-position: -60px -60px; }

#cboxLoadingOverlay {
  background: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/infortis/_shared/colorbox/loading_background.png) no-repeat center center; }

#cboxLoadingGraphic {
  background: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/infortis/_shared/colorbox/loading.gif) no-repeat center center; }

#cboxClose {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: url(https://i-planet.com.ua/skin/frontend/ultimo/default/images/infortis/_shared/colorbox/close-button.png) -10px -10px no-repeat #f5f5f5;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center; }

#cboxClose:hover {
  background-position: -10px -60px;
  background-color: #333; }

/* Captions */
#cboxTitle {
  position: absolute;
  bottom: 17px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999; }

/* Alternative position and style of image captions */
/*
        #cboxTitle {
            position: absolute;
            bottom: 50px;
            left: 10px;
            text-align: left;
            right: 10px;
            color: #000;
            background-color: #fff;
            background-color: rgba(255, 255, 255, 0.75);
            padding: 10px;
        }
        */
#cboxNext,
#cboxPrevious,
#cboxClose {
  border: 0;
  transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -webkit-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out; }

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImNvbG9yYm94LmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUNIO2lFQUNpRTtBQUNqRTtFQUNFLG1CQUFtQjtFQUNuQixPQUFPO0VBQ1AsUUFBUTtFQUNSLGNBQWM7RUFDZCxpQkFBaUIsRUFBRTs7QUFFckI7RUFDRSxnQkFBZ0I7RUFDaEIsWUFBWTtFQUNaLGFBQWEsRUFBRTs7QUFFakI7RUFDRSxZQUFZLEVBQUU7O0FBRWhCO0VBQ0UsbUJBQW1CLEVBQUU7O0FBRXZCO0VBQ0UsZUFBZSxFQUFFOztBQUVuQjtFQUNFLFVBQVUsRUFBRTs7QUFFZDtFQUNFLG1CQUFtQjtFQUNuQixPQUFPO0VBQ1AsUUFBUTtFQUNSLFlBQVk7RUFDWixhQUFhLEVBQUU7O0FBRWpCO0VBQ0UsZ0JBQWdCLEVBQUU7O0FBRXBCO0VBQ0UsWUFBWTtFQUNaLGFBQWE7RUFDYixVQUFVO0VBQ1YsZUFBZTtFQUNmLGdCQUFnQixFQUFFOztBQUVwQjtFQUNFLFlBQVk7RUFDWixhQUFhO0VBQ2IsZUFBZTtFQUNmLFVBQVUsRUFBRTs7QUFFZDtFQUNFLHdCQUF3QixFQUFFOztBQUU1Qjs7O2lFQUdpRTtBQUNqRTtFQUNFLGtGQUFrRixFQUFFOztBQUV0RjtFQUNFLGlCQUFpQjtFQUNqQixpQkFBaUI7RUFDakIsYUFBYTtFQUNiLG1CQUFtQjtFQUNuQixjQUFjLEVBQUU7O0FBRWxCO0VBQ0UsaUJBQWlCLEVBQUU7O0FBRXJCO0VBQ0UsY0FBYztFQUNkLHVCQUF1QixFQUFFOztBQUUzQjtFQUNFLG9CQUFvQjtFQUNwQixzQkFBc0IsRUFBRTs7QUFFMUI7RUFDRSxtQkFBbUI7RUFDbkIsYUFBYTtFQUNiLFdBQVc7RUFDWCxZQUFZLEVBQUU7O0FBRWhCO0VBQ0UsbUJBQW1CO0VBQ25CLFlBQVk7RUFDWixZQUFZO0VBQ1osZUFBZSxFQUFFOztBQUVuQjs7RUFFRSxtQkFBbUI7RUFDbkIsK0ZBQStGO0VBQy9GLFlBQVk7RUFDWixhQUFhO0VBQ2Isa0JBQWtCO0VBQ2xCLG1CQUFtQixFQUFFOztBQUV2Qjs7RUFFRSx1QkFBdUIsRUFBRTs7QUFFM0I7RUFDRSxhQUFhO0VBQ2IsV0FBVztFQUNYLGlDQUFpQyxFQUFFOztBQUVyQztFQUNFLGlDQUFpQyxFQUFFOztBQUVyQztFQUNFLGFBQWE7RUFDYixXQUFXO0VBQ1gsaUNBQWlDLEVBQUU7O0FBRXJDO0VBQ0UsaUNBQWlDLEVBQUU7O0FBRXJDO0VBQ0UsMEdBQTBHLEVBQUU7O0FBRTlHO0VBQ0UsK0ZBQStGLEVBQUU7O0FBRW5HO0VBQ0UsbUJBQW1CO0VBQ25CLGFBQWE7RUFDYixZQUFZO0VBQ1osMEdBQTBHO0VBQzFHLFlBQVk7RUFDWixhQUFhO0VBQ2Isa0JBQWtCO0VBQ2xCLG1CQUFtQixFQUFFOztBQUV2QjtFQUNFLGlDQUFpQztFQUNqQyx1QkFBdUIsRUFBRTs7QUFFM0IsY0FBYztBQUNkO0VBQ0UsbUJBQW1CO0VBQ25CLGFBQWE7RUFDYixRQUFRO0VBQ1IsbUJBQW1CO0VBQ25CLFlBQVk7RUFDWixZQUFZLEVBQUU7O0FBRWhCLHNEQUFzRDtBQUN0RDs7Ozs7Ozs7Ozs7O1VBWVU7QUFDVjs7O0VBR0UsVUFBVTtFQUNWLHNGQUFzRjtFQUN0RiwyRkFBMkY7RUFDM0YsOEZBQThGO0VBQzlGLHlGQUF5RixFQUFFIiwiZmlsZSI6ImluZm9ydGlzL19zaGFyZWQvY29sb3Jib3guY3NzIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBMaWdodGJveFxuICovXG4vKiBDb2xvckJveCBDb3JlIFN0eWxlXG4tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLSAqL1xuI2NvbG9yYm94LCAjY2JveE92ZXJsYXksICNjYm94V3JhcHBlciB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAwO1xuICBsZWZ0OiAwO1xuICB6LWluZGV4OiA5OTk5O1xuICBvdmVyZmxvdzogaGlkZGVuOyB9XG5cbiNjYm94T3ZlcmxheSB7XG4gIHBvc2l0aW9uOiBmaXhlZDtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwJTsgfVxuXG4jY2JveE1pZGRsZUxlZnQsICNjYm94Qm90dG9tTGVmdCB7XG4gIGNsZWFyOiBsZWZ0OyB9XG5cbiNjYm94Q29udGVudCB7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTsgfVxuXG4jY2JveExvYWRlZENvbnRlbnQge1xuICBvdmVyZmxvdzogYXV0bzsgfVxuXG4jY2JveFRpdGxlIHtcbiAgbWFyZ2luOiAwOyB9XG5cbiNjYm94TG9hZGluZ092ZXJsYXksICNjYm94TG9hZGluZ0dyYXBoaWMge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMDtcbiAgbGVmdDogMDtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwJTsgfVxuXG4jY2JveFByZXZpb3VzLCAjY2JveE5leHQsICNjYm94Q2xvc2UsICNjYm94U2xpZGVzaG93IHtcbiAgY3Vyc29yOiBwb2ludGVyOyB9XG5cbi5jYm94UGhvdG8ge1xuICBmbG9hdDogbGVmdDtcbiAgbWFyZ2luOiBhdXRvO1xuICBib3JkZXI6IDA7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBtYXgtd2lkdGg6IG5vbmU7IH1cblxuLmNib3hJZnJhbWUge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xuICBkaXNwbGF5OiBibG9jaztcbiAgYm9yZGVyOiAwOyB9XG5cbiNjb2xvcmJveCwgI2Nib3hDb250ZW50LCAjY2JveExvYWRlZENvbnRlbnQge1xuICBib3gtc2l6aW5nOiBjb250ZW50LWJveDsgfVxuXG4vKiBDb2xvckJveCBza2luLlxuICAgVGhlIGZvbGxvd2luZyBzdHlsZXMgYXJlIG9yZGVyZWQgYW5kIHRhYmJlZFxuICAgaW4gYSB3YXkgdGhhdCByZXByZXNlbnRzIHRoZSBuZXN0aW5nIG9mIHRoZSBnZW5lcmF0ZWQgSFRNTC5cbi0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tICovXG4jY2JveE92ZXJsYXkge1xuICBiYWNrZ3JvdW5kOiB1cmwoLi4vLi4vLi4vaW1hZ2VzL2luZm9ydGlzL19zaGFyZWQvY29sb3Jib3gvb3ZlcmxheS5wbmcpIHJlcGVhdCAwIDA7IH1cblxuI2Nib3hDb250ZW50IHtcbiAgYmFja2dyb3VuZDogI2ZmZjtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgYm9yZGVyOiBub25lO1xuICAvKjEwcHggc29saWQgIzMzMyovXG4gIHBhZGRpbmc6IDEwcHg7IH1cblxuLmNib3hJZnJhbWUge1xuICBiYWNrZ3JvdW5kOiAjZmZmOyB9XG5cbiNjYm94RXJyb3Ige1xuICBwYWRkaW5nOiA1MHB4O1xuICBib3JkZXI6IDFweCBzb2xpZCAjY2NjOyB9XG5cbiNjYm94TG9hZGVkQ29udGVudCB7XG4gIG1hcmdpbi1ib3R0b206IDQwcHg7XG4gIC8qMTBweCBhYm92ZSBidXR0b25zKi8gfVxuXG4jY2JveEN1cnJlbnQge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGJvdHRvbTogMTdweDtcbiAgbGVmdDogODBweDtcbiAgY29sb3I6ICM5OTk7IH1cblxuI2Nib3hTbGlkZXNob3cge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGJvdHRvbTogNHB4O1xuICByaWdodDogMzBweDtcbiAgY29sb3I6ICMwMDkyZWY7IH1cblxuI2Nib3hQcmV2aW91cyxcbiNjYm94TmV4dCB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgYmFja2dyb3VuZDogdXJsKC4uLy4uLy4uL2ltYWdlcy9pbmZvcnRpcy9fc2hhcmVkL2NvbG9yYm94L3NsaWRlci1hcnJvd3MucG5nKSBuby1yZXBlYXQgI2Y1ZjVmNTtcbiAgd2lkdGg6IDMwcHg7XG4gIGhlaWdodDogMzBweDtcbiAgbGluZS1oZWlnaHQ6IDMwcHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjsgfVxuXG4jY2JveFByZXZpb3VzOmhvdmVyLFxuI2Nib3hOZXh0OmhvdmVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzMzMzsgfVxuXG4jY2JveFByZXZpb3VzIHtcbiAgYm90dG9tOiAxMHB4O1xuICBsZWZ0OiAxMHB4O1xuICBiYWNrZ3JvdW5kLXBvc2l0aW9uOiAtMTBweCAtMTBweDsgfVxuXG4jY2JveFByZXZpb3VzOmhvdmVyIHtcbiAgYmFja2dyb3VuZC1wb3NpdGlvbjogLTEwcHggLTYwcHg7IH1cblxuI2Nib3hOZXh0IHtcbiAgYm90dG9tOiAxMHB4O1xuICBsZWZ0OiA0MHB4O1xuICBiYWNrZ3JvdW5kLXBvc2l0aW9uOiAtNjBweCAtMTBweDsgfVxuXG4jY2JveE5leHQ6aG92ZXIge1xuICBiYWNrZ3JvdW5kLXBvc2l0aW9uOiAtNjBweCAtNjBweDsgfVxuXG4jY2JveExvYWRpbmdPdmVybGF5IHtcbiAgYmFja2dyb3VuZDogdXJsKC4uLy4uLy4uL2ltYWdlcy9pbmZvcnRpcy9fc2hhcmVkL2NvbG9yYm94L2xvYWRpbmdfYmFja2dyb3VuZC5wbmcpIG5vLXJlcGVhdCBjZW50ZXIgY2VudGVyOyB9XG5cbiNjYm94TG9hZGluZ0dyYXBoaWMge1xuICBiYWNrZ3JvdW5kOiB1cmwoLi4vLi4vLi4vaW1hZ2VzL2luZm9ydGlzL19zaGFyZWQvY29sb3Jib3gvbG9hZGluZy5naWYpIG5vLXJlcGVhdCBjZW50ZXIgY2VudGVyOyB9XG5cbiNjYm94Q2xvc2Uge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGJvdHRvbTogMTBweDtcbiAgcmlnaHQ6IDEwcHg7XG4gIGJhY2tncm91bmQ6IHVybCguLi8uLi8uLi9pbWFnZXMvaW5mb3J0aXMvX3NoYXJlZC9jb2xvcmJveC9jbG9zZS1idXR0b24ucG5nKSAtMTBweCAtMTBweCBuby1yZXBlYXQgI2Y1ZjVmNTtcbiAgd2lkdGg6IDMwcHg7XG4gIGhlaWdodDogMzBweDtcbiAgbGluZS1oZWlnaHQ6IDMwcHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjsgfVxuXG4jY2JveENsb3NlOmhvdmVyIHtcbiAgYmFja2dyb3VuZC1wb3NpdGlvbjogLTEwcHggLTYwcHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICMzMzM7IH1cblxuLyogQ2FwdGlvbnMgKi9cbiNjYm94VGl0bGUge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGJvdHRvbTogMTdweDtcbiAgbGVmdDogMDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICB3aWR0aDogMTAwJTtcbiAgY29sb3I6ICM5OTk7IH1cblxuLyogQWx0ZXJuYXRpdmUgcG9zaXRpb24gYW5kIHN0eWxlIG9mIGltYWdlIGNhcHRpb25zICovXG4vKlxuICAgICAgICAjY2JveFRpdGxlIHtcbiAgICAgICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgICAgICAgIGJvdHRvbTogNTBweDtcbiAgICAgICAgICAgIGxlZnQ6IDEwcHg7XG4gICAgICAgICAgICB0ZXh0LWFsaWduOiBsZWZ0O1xuICAgICAgICAgICAgcmlnaHQ6IDEwcHg7XG4gICAgICAgICAgICBjb2xvcjogIzAwMDtcbiAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gICAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNzUpO1xuICAgICAgICAgICAgcGFkZGluZzogMTBweDtcbiAgICAgICAgfVxuICAgICAgICAqL1xuI2Nib3hOZXh0LFxuI2Nib3hQcmV2aW91cyxcbiNjYm94Q2xvc2Uge1xuICBib3JkZXI6IDA7XG4gIHRyYW5zaXRpb246IGJhY2tncm91bmQtY29sb3IgMzAwbXMgZWFzZS1pbi1vdXQsIGJhY2tncm91bmQtcG9zaXRpb24gMzAwbXMgZWFzZS1pbi1vdXQ7XG4gIC1tb3otdHJhbnNpdGlvbjogYmFja2dyb3VuZC1jb2xvciAzMDBtcyBlYXNlLWluLW91dCwgYmFja2dyb3VuZC1wb3NpdGlvbiAzMDBtcyBlYXNlLWluLW91dDtcbiAgLXdlYmtpdC10cmFuc2l0aW9uOiBiYWNrZ3JvdW5kLWNvbG9yIDMwMG1zIGVhc2UtaW4tb3V0LCBiYWNrZ3JvdW5kLXBvc2l0aW9uIDMwMG1zIGVhc2UtaW4tb3V0O1xuICAtby10cmFuc2l0aW9uOiBiYWNrZ3JvdW5kLWNvbG9yIDMwMG1zIGVhc2UtaW4tb3V0LCBiYWNrZ3JvdW5kLXBvc2l0aW9uIDMwMG1zIGVhc2UtaW4tb3V0OyB9XG4iXSwic291cmNlUm9vdCI6Ii9zb3VyY2UvIn0= */

.faq-wrap {
    margin-bottom: 30px;
    border-radius: 5px;
    max-width: 888px;
}
.faq-product{
    flex-direction: column;
}
.faq-product .faq-block {
    flex-basis: 100%;
    width: 100%;
}
.faq-product .faq-items {
    flex-basis: 100%;
    width: 100%;
}
.faq-product li.faq-item {
    position: relative;
}
.faq-item__button {
    padding: 16px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: inherit;
    background: transparent;
    border-top: 1px solid #EAEAF6;
}

.faq-item__question {
    max-width: 88%;
}
h2.faq-block__header {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}
.faq-product h2.faq-block__header{
    margin: 0;
}
.faq-item__question h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: left;
}
.faq-item__answer {
    display: none;
    padding: 0 24px 16px;
}
.faq-item__answer p{
    color: #1d1d1f;
    margin: 0 5px 0 5px;
}

.faq-item__icon {
    position: relative;
}

.faq-item__icon:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    background: black;
    top: 50%;
    right: 20.5px;
    transform: translateY(-50%);
    transition: transform 0.3s;
}

.faq-item__icon:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 1px;
    background: black;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    transition: transform 0.3s;
}


.faq-item__icon.active:before {
    transform: translateY(-50%) rotate(90deg);
}

.faq-item__icon.active:after {
    transform: translateY(-50%) rotate(0deg);
}

.active {
    display: block;
}

@media screen and (max-width: 1194px) {
    .faq-wrap {
        flex-direction: column;
    }
    .faq-items, .faq-block{
        width: 100%;
    }
}
@media screen and (max-width: 405px) {
    .faq-wrap {
        flex-direction: column;
    }
    .faq-items, .faq-block{
        width: 100%;
    }
    .faq-block {
        padding: 18px;
    }
    h2.faq-block__header {
        font-size: 20px;
        line-height: 28px;
    }
}

