@charset "utf-8";
.popover-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  direction: ltr; }

.popover-dim {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  z-index: 0;
  opacity: 0;
  filter: alpha(opacity=0); }

.popover-wrap {
  display: none;
  position: absolute;
  border: 20px solid transparent; }

.popover-close {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 6px;
  cursor: pointer; }

.popover-close:after {
  content: "\00d7";
  font: bold 22px Tahoma, Geneva, sans-serif;
  color: #000; }

.popover-body {
  position: relative;
  z-index: 0;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  padding: 25px;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  min-width: 16px;
  min-height: 16px; }

.popover-body:before, .popover-body:after {
  content: "";
  display: table; }

.popover-body:after {
  clear: both; }

.popover-loader {
  display: none;
  background: url("data:image/gif;base64,R0lGODlhEAAQAPQAAP///8zMzPz8/NfX1+Xl5c3NzdPT0/b29u3t7dDQ0OPj4+Dg4Pj4+Onp6fLy8tra2tzc3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAEAAQAAAFUCAgjmRpnqUwFGwhKoRgqq2YFMaRGjWA8AbZiIBbjQQ8AmmFUJEQhQGJhaKOrCksgEla+KIkYvC6SJKQOISoNSYdeIk1ayA8ExTyeR3F749CACH5BAAKAAEALAAAAAAQABAAAAVoICCKR9KMaCoaxeCoqEAkRX3AwMHWxQIIjJSAZWgUEgzBwCBAEQpMwIDwY1FHgwJCtOW2UDWYIDyqNVVkUbYr6CK+o2eUMKgWrqKhj0FrEM8jQQALPFA3MAc8CQSAMA5ZBjgqDQmHIyEAIfkEAAoAAgAsAAAAABAAEAAABWAgII4j85Ao2hRIKgrEUBQJLaSHMe8zgQo6Q8sxS7RIhILhBkgumCTZsXkACBC+0cwF2GoLLoFXREDcDlkAojBICRaFLDCOQtQKjmsQSubtDFU/NXcDBHwkaw1cKQ8MiyEAIfkEAAoAAwAsAAAAABAAEAAABVIgII5kaZ6AIJQCMRTFQKiDQx4GrBfGa4uCnAEhQuRgPwCBtwK+kCNFgjh6QlFYgGO7baJ2CxIioSDpwqNggWCGDVVGphly3BkOpXDrKfNm/4AhACH5BAAKAAQALAAAAAAQABAAAAVgICCOZGmeqEAMRTEQwskYbV0Yx7kYSIzQhtgoBxCKBDQCIOcoLBimRiFhSABYU5gIgW01pLUBYkRItAYAqrlhYiwKjiWAcDMWY8QjsCf4DewiBzQ2N1AmKlgvgCiMjSQhACH5BAAKAAUALAAAAAAQABAAAAVfICCOZGmeqEgUxUAIpkA0AMKyxkEiSZEIsJqhYAg+boUFSTAkiBiNHks3sg1ILAfBiS10gyqCg0UaFBCkwy3RYKiIYMAC+RAxiQgYsJdAjw5DN2gILzEEZgVcKYuMJiEAOwAAAAAAAAAAAA==") no-repeat 50% 50% rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 25px;
  z-index: 1;
  cursor: pointer; }

.popover-scrolling {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 1; }

.popover-scrolling.disable {
  overflow: hidden;
  z-index: -1; }
/*jquery.datetimepicker.css*/
.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none; }

.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px; }

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: 0; }

.xdsoft_datetimepicker button {
  border: none !important; }

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.xdsoft_noselect::selection {
  background: transparent; }

.xdsoft_noselect::-moz-selection {
  background: transparent; }

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none; }

.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none; }

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block; }

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 300px;
  float: left;
  margin-left: 8px; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px; }

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0; }

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px; }

.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center; }

.xdsoft_datetimepicker .xdsoft_label i, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC); }

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle; }

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0; }

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0; }

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0; }

.xdsoft_datetimepicker .xdsoft_today_button:hover, .xdsoft_datetimepicker .xdsoft_next:hover, .xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)"; }

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer; }

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline; }

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #3af;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right; }

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both; }

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%; }

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px; }

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #3af; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #3af;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled, .xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  cursor: default; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "alpha(opacity=20)"; }

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #3af !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default; }

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px; }

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important; }

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important; }

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc; }

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px; }

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto; }

.xdsoft_scroller_box {
  position: relative; }

.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_next, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==); }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #c50; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important; }

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333; }

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important; }

.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #ddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px; }

.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top, #fff 0, #f4f8fa 73%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(73%, #f4f8fa));
  background: -webkit-linear-gradient(top, #fff 0, #f4f8fa 73%);
  background: -o-linear-gradient(top, #fff 0, #f4f8fa 73%);
  background: -ms-linear-gradient(top, #fff 0, #f4f8fa 73%);
  background: linear-gradient(to bottom, #fff 0, #f4f8fa 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#f4f8fa',GradientType=0); }

.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0, #fff 73%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f8fa), color-stop(73%, #fff));
  background: -webkit-linear-gradient(top, #f4f8fa 0, #fff 73%);
  background: -o-linear-gradient(top, #f4f8fa 0, #fff 73%);
  background: -ms-linear-gradient(top, #f4f8fa 0, #fff 73%);
  background: linear-gradient(to bottom, #f4f8fa 0, #fff 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa',endColorstr='#FFF',GradientType=0); }
/*jquery.fancybox-1.3.3.css*/
/*! fancyBox v2.1.4 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: 0;
  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-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('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('fancybox_loading.gif') center center no-repeat; }

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

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('blank.gif');
  -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; }

.fancybox-lock {
  overflow: hidden; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('fancybox_overlay.png'); }

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

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

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*shop2.scss*/
  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;
  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, 0.8); }
/*cloudzoom.css*/
.cloudzoom-lens {
  border: 0;
  border: 5px solid #888;
  width: 100px;
  height: 100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  cursor: crosshair; }

.cloudzoom-lens + div {
  display: none !important; }

.cloudzoom-zoom {
  border: 1px solid #888;
  width: 400px !important;
  height: 300px !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

.cloudzoom-zoom-inside {
  border: 0;
  box-shadow: none; }

.cloudzoom-caption {
  display: none !important;
  text-align: left;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  font-family: sans-serif;
  font-size: 11px; }

.cloudzoom-blank {
  background-image: url(blank.png); }

.cloudzoom-ajax-loader {
  background-image: url(ajax-loader.gif);
  width: 32px;
  height: 32px; }

#discount-info {
  background: #fff;
  border: 1px solid #afafaf;
  display: none;
  padding: 5px;
  position: absolute; }

div.added-to-cart {
  display: none;
  z-index: 1000;
  position: absolute;
  overflow: hidden;
  width: 200px;
  padding: 4px 14px;
  border: 1px solid #e1c893;
  background-color: #f2e6cf;
  -webkit-box-shadow: #fdfbf7 0 1px 0 inset, rgba(0, 0, 0, 0.45) 0 2px 6px;
  -moz-box-shadow: #fdfbf7 0 1px 0 inset, rgba(0, 0, 0, 0.45) 0 2px 6px;
  box-shadow: #fdfbf7 0 1px 0 inset, rgba(0, 0, 0, 0.45) 0 2px 6px;
  text-align: left;
  line-height: 17px;
  font-size: 12px;
  color: #494949;
  width: auto; }

div.added-to-cart p {
  margin: 10px 0;
  padding: 0; }

#order-form input[type=text], #order-form textarea, #shop2-order-receipt-pd4 input[type=text], #shop2-order-receipt-pd4 textarea {
  width: 444px; }

#order-form strong, #shop2-order-receipt-pd4 strong {
  color: #222;
  display: block;
  font: 700 14px Arial, Helvetica, sans-serif;
  padding: 5px 0 2px; }

#order-form strong.error, #order-form span.required, #shop2-order-receipt-pd4 strong.error, #shop2-order-receipt-pd4 span.required, ul.error li {
  color: red; }

#recount-button {
  display: none;
  margin: 10px 10px 0 0;
  text-align: right; }

#shop2-cart #shop2-cart-page div.shop2-cart-gift {
  color: #e72c22;
  font-weight: 700; }

#shop2-cart #shop2-cart-page td {
  border-bottom: 1px solid #afafaf;
  padding: 8px 10px;
  text-align: left; }

#shop2-cart #shop2-cart-page td.shop2-cart-amount input {
  border: 1px solid #abadb3;
  color: #131313;
  font: 400 12px Arial, Helvetica, sans-serif;
  height: 22px;
  text-align: center;
  width: 32px; }

#shop2-cart #shop2-cart-page td.shop2-cart-body {
  font-size: 13px;
  padding-top: 13px;
  vertical-align: top; }

#shop2-cart #shop2-cart-page td.shop2-cart-body span.product-discounts {
  display: block;
  font-size: 12px;
  color: #d85a4d; }

#shop2-cart #shop2-cart-page td.shop2-cart-body a {
  padding: 5px 0; }

#shop2-cart #shop2-cart-page td.shop2-cart-body div {
  padding: 3px 0; }

#shop2-cart #shop2-cart-page td.shop2-cart-body img {
  vertical-align: middle; }

#shop2-cart #shop2-cart-page td.shop2-cart-body div.color-type {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin: 3px 0;
  padding: 1px; }

#shop2-cart #shop2-cart-page td.shop2-cart-delete {
  text-align: center;
  vertical-align: middle; }

#shop2-cart #shop2-cart-page .shop2-cart-delete-icon img {
  width: 15px;
  height: 15px; }

#shop2-cart #shop2-cart-page td.shop2-cart-image, a.shop2-button span {
  vertical-align: middle; }

#shop2-cart #shop2-cart-page td.shop2-cart-price {
  color: #222;
  font-size: 14px;
  font-weight: 700;
  text-align: center; }

#shop2-cart #shop2-cart-page th {
  background: #d85a4d;
  color: #fff;
  font: 400 13px Arial, Helvetica, sans-serif;
  padding: 8px 10px;
  text-align: center; }

#shop2-cart #shop2-cart-page tr.shop2-cart-gift {
  background: #fef0a6; }

#shop2-cart #shop2-cart-page, table.shop2-cart-totals {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  width: 100%; }

#shop2-cart a.discount-info img {
  border: 0;
  vertical-align: middle; }

#shop2-cart a.discount-info, #shop2-cart a.discount-info:hover {
  color: #222;
  display: inline-block;
  text-decoration: none;
  width: 20px; }

#shop2-cart img.no-image, table.shop2-vendors-list img.no-image {
  background: url(shop_mod_no_image.png) no-repeat scroll 50% 50% #e6e6e6; }

#shop2-order-check {
  background: #bee3ee;
  color: #353535;
  font: 400 14px Arial, Helvetica, sans-serif;
  height: 25px;
  margin: 0;
  padding: 7px 12px 7px 26px;
  position: relative;
  width: 480px; }

#shop2-order-check input {
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #99b7c0;
  border-radius: 3px;
  height: 24px;
  margin: 0 13px 0 10px;
  width: 81px; }

#shop2-order-receipt-pd4 {
  border: 1px solid #7c7c7c;
  display: none;
  margin: 10px 0;
  padding: 10px 20px;
  width: 464px; }

#shop2-tag-cloud {
  margin: 10px 0 10px auto;
  width: 220px; }

#shop2-tag-cloud a {
  color: #08c;
  display: inline-block;
  margin: 2px;
  padding: 3px;
  text-decoration: underline; }

#shop2-tag-cloud a:hover {
  color: #08c;
  text-decoration: none; }

#tabs-3 table.shop2-product-params-list td, #tabs-3 table.shop2-product-params-list th {
  border-bottom: 1px dashed #d2d2d2;
  color: #666;
  font-size: 12px; }

.product-accessory {
  border-bottom: 1px dashed #d2d2d2;
  height: auto !important;
  margin: 0 15px 15px;
  min-height: 70px;
  padding: 0 2px 1px 0;
  text-align: left;
  vertical-align: top;
  width: 285px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.product-accessory form {
  display: inline;
  float: left;
  margin: 18px 0 0;
  padding: 0;
  text-align: left;
  vertical-align: top; }

.product-accessory img.no-image {
  background: url(shop_mod_no_image.png) 50% 50% no-repeat #e6e6e6;
  height: 70px;
  width: 70px; }

.product-accessory-buy {
  border: 0;
  cursor: pointer;
  display: inline;
  float: left;
  height: 25px;
  margin: 0;
  padding: 0;
  text-indent: -10000px;
  vertical-align: top;
  width: 46px; }

.product-accessory-buy.buy:hover {
  background-position: 0 -29px; }

.product-accessory-buy.buy:active {
  background-position: 0 -58px; }

.product-accessory-buy.more:hover {
  background-position: 0 -239px; }

.product-accessory-buy.more:active {
  background-position: 0 -268px; }

.product-accessory-buy.no, .product-accessory-buy.no:hover, .product-accessory-buy.onrequest:hover {
  background-position: 0 -132px; }

.product-accessory-buy.onrequest:active {
  background-position: 0 -161px; }

.product-accessory-image {
  display: inline;
  float: left;
  margin: 0 15px 0 0;
  padding: 0;
  width: 70px; }

.product-accessory-name {
  color: #111;
  display: inline;
  float: left;
  font: 400 12px Arial, Helvetica, sans-serif;
  margin: 0 19px 0 0;
  padding: 15px 0 5px;
  width: 110px; }

.product-accessory-prise {
  font: 700 13px Arial, Helvetica, sans-serif;
  margin: 1px 0 0;
  padding: 0; }

.shop-cart-back {
  background: url(shop_cart_back.png) 0 0 repeat;
  display: inline;
  float: left;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  margin: 0 4px 20px 0;
  padding: 0 15px; }

.shop-cart-order-in, ul.shop2-views li {
  float: left; }

div.shop2-cart-discounted-message span.shop2-cart-discounted, #shop2-cart #shop2-cart-page td.shop2-cart-body div.color-type div {
  padding: 0; }

.tpl-product-list-p {
  border: 0;
  border-spacing: 0;
  font-size: 13px;
  margin: 20px 0 0;
  text-align: left; }

.tpl-product-list-p tr.odd {
  background: #fff; }

.tpl-product-list-p tr.even {
  background: #f5f5f5; }

.shop-cart-table .border-top {
  border-bottom: 0;
  border-top: 1px solid; }

.tpl-product-list-p .product-add-cart, #shop2-cart #shop2-cart-page td.shop2-cart-amount {
  text-align: center; }

.tpl-product-list-p .product-amount .product-amount-field, .shop-cart-table .product-amount .product-amount-field {
  background: #fff;
  border: 1px solid #ccc;
  float: left;
  height: 18px;
  line-height: 18px;
  margin: 0 2px;
  padding: 0;
  text-align: center;
  width: 28px; }

.tpl-product-list-p .product-amount .product-amount-wrap, .shop-cart-table .product-amount .product-amount-wrap {
  margin: 0 auto;
  width: 84px; }

.tpl-product-list-p .product-amount, .shop-cart-table .product-amount {
  padding: 2px 0;
  text-align: center; }

.shop-cart-table .product-delete img {
  border: 0;
  margin: 0 10px 0 0;
  padding: 0;
  vertical-align: bottom; }

.shop-cart-table .product-delete {
  white-space: nowrap; }

.tpl-product-list-p .product-name a, .shop-cart-back a, .shop-cart-table .product-name a, table.shop2-product-params-list a.file:hover em {
  text-decoration: underline; }

.tpl-product-list-p .product-name a:hover, .shop-cart-back a:hover, .shop-cart-table .product-name a:hover, div.shop2-tags a:hover, ul.shop2-folders-list li li a:hover, a.shop-filter-param-val:hover {
  text-decoration: none; }

.tpl-product-list-p .product-price {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: right;
  white-space: nowrap; }

.shop-cart-table .product-price {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
  white-space: nowrap; }

.shop-cart-table .total-lable {
  font-size: 15px;
  text-align: right; }

.tpl-product-list-p td {
  border-bottom: 1px solid;
  padding: 5px 10px; }

.tpl-product-list-p td, .shop-cart-table td, .shop-cart-table .border-top {
  border-color: #afafaf; }

.tpl-product-list-p th, .shop-cart-table th {
  background: #d85a4d;
  color: #fff;
  font-size: 13px;
  padding: 8px 10px;
  white-space: nowrap; }

.shop-cart-order {
  background: url(shop_cart_button.png) top left no-repeat;
  color: #333;
  display: block;
  font: 400 13px/27px Arial, Helvetica, sans-serif;
  height: 27px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-align: center;
  width: 140px;
  border: 0;
  cursor: pointer; }

.shop-cart-order:hover {
  background: url(shop_cart_button.png) left -46px no-repeat;
  color: #333;
  text-decoration: none; }

.shop-cart-order:active {
  background: url(shop_cart_button.png) left -92px no-repeat;
  color: #333;
  text-decoration: none; }

a.shop-filter-param-val {
  color: #08c;
  display: inline-block;
  font: 400 12px Arial, Helvetica, sans-serif;
  margin: 2px;
  padding: 4px 3px;
  text-decoration: underline; }

a.shop-filter-param-val-active {
  background: url(shop-filter-param-close.png) 100% -9px no-repeat #f5f5f5;
  color: #393938;
  padding-right: 16px;
  text-decoration: none; }

a.shop-filter-param-val-active:hover {
  background-position: 100% 9px; }

a.shop2-button {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  vertical-align: middle; }

a.shop2-button span.shop2-button-left {
  color: #333;
  display: inline-block;
  font: 400 13px/27px Arial, Helvetica, sans-serif;
  height: 27px;
  padding: 0 24px 0 30px; }

a.shop2-button span.shop2-button-right {
  background: url(shop2-button.png) 100% -129px no-repeat;
  display: inline-block;
  height: 27px;
  width: 6px; }

a.shop2-button:hover span.shop2-button-left {
  background-position: 0 -46px; }

a.shop2-button:active span.shop2-button-left {
  background-position: 0 -92px; }

a.shop2-button:hover span.shop2-button-right {
  background-position: 100% -175px; }

a.shop2-button:active span.shop2-button-right {
  background-position: 100% -221px; }

a.shop2-login-options-link {
  background: url(shop2-login-options-ico.png) 0 50% no-repeat;
  color: #08c;
  padding: 0 0 0 24px; }

a.shop2-login-orders-link {
  background: url(shop2-login-orders-ico.png) 0 50% no-repeat;
  color: #08c;
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 0 24px; }

a.shop2-login-recovery-link {
  color: #08c;
  padding: 0 0 0 17px; }

a.shop2-login-registration-link {
  background: url(shop2-login-reglink.png) 0 50% no-repeat;
  color: #d54937;
  padding: 0 0 0 17px; }

a.shop2-sorting-param {
  color: #08c;
  padding: 0 5px 0 0;
  text-decoration: underline; }

a.shop2-sorting-param span {
  display: inline-block;
  height: 5px;
  vertical-align: middle;
  width: 18px; }

a.shop2-sorting-param-asc span {
  background: url(shop2-sorting-arrows.png) 50% 0 no-repeat; }

a.shop2-sorting-param-desc span {
  background: url(shop2-sorting-arrows.png) 50% -41px no-repeat; }

a.shop2-sorting-param:hover {
  color: #08c;
  text-decoration: underline; }

a.shop2-sorting-reset {
  color: #666;
  text-decoration: none; }

a.shop2-sorting-reset span {
  border-bottom: 1px dotted #666; }

a.shop2-sorting-reset span.shop2-sorting-reset-arrow {
  background: url(shop2-sorting-arrows.png) 50% -82px no-repeat;
  border-bottom: 0;
  display: inline-block;
  height: 13px;
  vertical-align: middle;
  width: 24px; }

div.cart-added div.shop-cart-title {
  background: url(shop_cart_tit.png) left -37px no-repeat; }

div.cart-added.cart-opened div.shop-cart-in {
  background: #d85a4d;
  display: block;
  font-weight: 400;
  line-height: 20px; }

div.cart-added.cart-opened div.shop-cart-in p.shop-cart-amount span {
  font-size: 20px; }

div.cart-added.cart-opened div.shop-cart-in p.shop-cart-amount, div.cart-added.cart-opened div.shop-cart-in p.shop-cart-sum, #order-form, div.tpl-product-list-h div.product-item form {
  margin: 0;
  padding: 0; }

div.cart-added.cart-opened div.shop-cart-in p.shop-cart-sum span {
  font: 400 20px Arial, Helvetica, sans-serif; }

div.cart-added.cart-opened div.shop-cart-in strong {
  display: inline-block;
  font-weight: 400;
  margin: 0;
  padding: 0;
  width: 75px; }

div.cart-added.cart-opened div.shop-cart-title {
  background: url(shop_cart_tit.png) left -111px no-repeat; }

div.cart-clear, div.shop2-back {
  clear: both; }

div.cart-next-step {
  padding: 50px 0 10px;
  text-align: center; }

div.cart-opened div.shop-cart-in {
  background: #afafaf;
  color: #fff;
  display: block;
  font: 400 13px Arial, Helvetica, sans-serif;
  font-weight: 700;
  height: auto !important;
  margin: 0;
  min-height: 35px;
  padding: 15px 5px 10px 27px; }

div.cart-opened div.shop-cart-title {
  background: url(shop_cart_tit.png) left -74px no-repeat;
  color: #fff;
  cursor: pointer;
  font: 400 18px Arial, Helvetica, sans-serif;
  height: 27px;
  margin: 0;
  padding: 6px 0 0 49px;
  position: relative;
  width: 171px; }

div.cart-registration-header {
  clear: both;
  color: #222;
  font: 400 21px Arial, Helvetica, sans-serif;
  padding: 70px 0 10px; }

div.cart-registration-left {
  background: #bee3ee;
  border-right: 1px solid #bac8cc; }

div.cart-registration-left div {
  color: #5e5e5e;
  font: 400 13px Arial, Helvetica, sans-serif;
  padding: 0 0 6px;
  text-align: left; }

div.cart-registration-left form {
  margin: 25px auto 0;
  width: 218px; }

div.cart-registration-left input {
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #9dbac3;
  border-radius: 3px;
  height: 24px;
  width: 100%; }

div.cart-registration-left, div.cart-registration-right {
  float: left;
  height: 190px;
  text-align: center;
  width: 317px; }

div.cart-registration-right {
  background: #e6e6e6;
  border-left: 1px solid #f3f3f3; }

div.cart-registration-text {
  color: #4d4d4d;
  font: 400 13px Arial, Helvetica, sans-serif;
  margin: 0 0 15px;
  padding: 45px 30px 0;
  text-align: left; }

div.color-type {
  background: #fff;
  border: 1px solid #d7d7d7;
  cursor: pointer;
  display: inline;
  float: left;
  height: 15px;
  margin: 2px 5px 2px 2px;
  padding: 1px;
  position: relative;
  width: 15px; }

div.color-type.active-color {
  border: 2px solid #d85a4d;
  margin: 1px 4px 1px 1px; }

div.coupon-block a.shop2-button span.shop2-button-left {
  padding: 0 4px 0 10px; }

div.coupon-block a.shop2-button, #shop2-order-check a.shop2-button {
  display: block;
  float: right; }

div.coupon-block input.coupon-number {
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #9dbac3;
  border-radius: 3px;
  height: 24px;
  padding: 0;
  vertical-align: middle;
  width: 120px; }

div.coupon-block span.coupon-block-title {
  color: #353535;
  font: 400 13px Arial, Helvetica, sans-serif;
  padding: 0 38px 0 12px;
  vertical-align: middle; }

div.fallback_mode {
  background-color: #d85a4d;
  border: 1px solid #ad483e;
  color: #fff;
  font-size: 1.1em;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 5px; }

div.payment-list-title {
  color: #363636;
  font: 400 18px Arial, Helvetica, sans-serif;
  padding: 50px 0 15px 8px; }

div.payment-type label {
  border-bottom: 1px solid #d4d4d4;
  display: block;
  font: 14px Arial, Helvetica, sans-serif;
  padding: 9px 0; }

div.product-accessory-wrap {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 10px 10px 20px; }

div.product-accessory-wrap div.product-accesorry-tit {
  color: #494949;
  font-size: 18px;
  margin: 0 0 15px 10px;
  padding: 0; }

.product-accessory-image img {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%; }

div.product-desc div.product-clear, div.tpl-product-list-v div.product-clear, div.tpl-product-list-h div.product-clear {
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden; }

div.product-desc div.shop-tabs {
  border-bottom: 4px solid #afafaf;
  clear: both;
  margin: 0;
  padding: 0; }

div.product-desc div.shop-tabs div.shop-tab {
  clear: both;
  padding: 30px 10px; }

div.product-desc div.shop-tabs ul.shop-tabs-nav {
  border-bottom: 2px solid #afafaf;
  float: left;
  font: 700 15px/17px Arial, Helvetica, sans-serif;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }

div.product-desc div.shop-tabs ul.shop-tabs-nav li {
  background: url(shop_tabs_nav.gif) 0 0 repeat;
  border-bottom: 2px solid #afafaf;
  float: left;
  margin: 2px 2px 0 0;
  padding: 0 2px;
  position: relative;
  top: 2px;
  white-space: nowrap; }

div.product-desc div.shop-tabs ul.shop-tabs-nav li a {
  color: #494949;
  float: left;
  outline: 0;
  padding: 8px 35px 8px 22px;
  text-decoration: none; }

div.product-desc div.shop-tabs ul.shop-tabs-nav li.shop-tab-active {
  border: 2px solid #afafaf;
  border-bottom: 2px solid #fff;
  margin: 0 2px 0 0;
  padding: 0; }

div.product-desc div.shop-tabs ul.shop-tabs-nav li.shop-tab-active a {
  color: #494949; }

div.product-left-bar div.no-image {
  background: url(shop_no_image.png) no-repeat scroll 50% 50% #e6e6e6; }

div.shop-cart {
  color: #fff;
  font: 400 13px Arial, Helvetica, sans-serif;
  margin: 25px 0 0 15px;
  padding: 0;
  width: 220px; }

div.shop-cart-in div.shop-cart-button {
  margin: 10px 0 0;
  padding: 0; }

div.shop-cart-in, #shop2-order, #discounts-block, div.shop2-login.shop2-login-close div.shop2-login-body, span.filter-result-hide {
  display: none; }

div.shop-cart-title {
  background: url(shop_cart_tit.png) top left no-repeat;
  color: #fff;
  cursor: pointer;
  font: 400 18px Arial, Helvetica, sans-serif;
  height: 27px;
  margin: 0;
  padding: 6px 0 0 49px;
  position: relative;
  width: 171px; }

div.shop-search-title {
  background: url(shop_search.png) top left no-repeat;
  color: #fff;
  cursor: pointer;
  font: 400 18px Arial, Helvetica, sans-serif;
  height: 28px;
  margin: 30px 0 1px 15px;
  padding: 5px 0 0 49px;
  width: 171px; }

div.shop-search-title.opened {
  background: url(shop_search.png) left -37px no-repeat; }

div.shop-search-wrap {
  border: 2px solid #afafaf;
  border-bottom-width: 4px;
  border-top: 0;
  display: none;
  margin: 0 0 0 15px;
  padding: 10px 30px 15px 25px;
  width: 161px; }

div.shop-search-wrap div.row {
  color: #333;
  font: 400 12px/16px Arial, sans-serif;
  padding: 5px 0; }

div.shop-search-wrap div.row span {
  color: #afafaf; }

div.shop-search-wrap div.submit {
  padding: 10px 0 0; }

div.shop-search-wrap div.submit input {
  background: url(shop_search_but.png) top left no-repeat;
  border: 0;
  color: #333;
  cursor: pointer;
  font: 400 13px/13px Arial, Helvetica, sans-serif;
  height: 27px;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 68px; }

div.shop-search-wrap div.submit input:hover {
  background: url(shop_search_but.png) left -46px no-repeat; }

div.shop-search-wrap div.submit input:active {
  background: url(shop_search_but.png) left -92px no-repeat; }

div.shop-search-wrap input[type=text].small {
  width: 49px; }

div.shop2-back a {
  background: url("/g/shop2/product_bg.gif") 0 0 repeat;
  display: block;
  float: left; }

div.shop2-back a span {
  display: block;
  padding: 5px 26px 5px 28px; }

div.shop2-cart-delivery {
  max-width: 730px; }

div.shop2-cart-delivery div.delivery-detail {
  background: #cce7f5;
  display: none;
  padding: 10px 20px 10px 40px; }

div.shop2-cart-delivery div.delivery-detail-current, div.shop2-login-username strong {
  display: block; }

div.shop2-cart-delivery div.delivery-item span {
  color: #222;
  display: block;
  font: 400 14px Arial, Helvetica, sans-serif;
  padding: 5px 0 2px; }

div.shop2-cart-delivery div.delivery-item select + span {
  display: inline-block; }

div.shop2-cart-delivery div.delivery-type {
  border-bottom: 1px solid #d4d4d4;
  color: #626262;
  font: 400 14px Arial, Helvetica, sans-serif;
  padding: 9px 0 0; }

div.shop2-cart-delivery div.delivery-type label, #order-form label, #shop2-order-receipt-pd4 label {
  display: block;
  margin: 0 0 9px; }

div.shop2-cart-delivery div.delivery-type-first {
  border-top: 1px solid #d4d4d4;
  margin: 35px 0 0; }

div.shop2-cart-delivery table.totals {
  background: #f2f2f2;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  width: 100%; }

div.shop2-cart-delivery table.totals td {
  color: #626262;
  font: 13px 400 Arial, Helvetica, sans-serif;
  padding: 14px 15px;
  text-align: left;
  width: 33%; }

div.shop2-cart-delivery table.totals td strong {
  color: #222;
  font: 700 16px Arial, Helvetica, sans-serif; }

div.shop2-cart-discounted-message {
  font: 400 13px Arial, Helvetica, sans-serif;
  padding: 0 0 10px 5px; }

div.shop2-login {
  background: #e6e6e6;
  position: absolute;
  right: 35px;
  top: 66px;
  width: 220px; }

div.shop2-login a.shop2-button.login {
  display: block;
  float: right;
  text-align: right;
  width: 65px; }

div.shop2-login a.shop2-button.login span.shop2-button-left, div.shop2-login a.shop2-button.logout span.shop2-button-left {
  padding: 0 6px 0 12px; }

div.shop2-login a.shop2-button.logout {
  display: block;
  margin: 18px 0 0 auto;
  text-align: right; }

div.shop2-login input.shop2-login-input-border {
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #bababa;
  border-radius: 3px;
  height: 23px; }

div.shop2-login-body {
  min-height: 157px;
  padding: 2px 20px 10px; }

div.shop2-login-body form {
  clear: both;
  margin: 0 0 18px;
  overflow: hidden;
  padding: 0; }

div.shop2-login-header {
  background: url(cabinet-header-bg.png) 0 0 no-repeat;
  cursor: pointer;
  font-size: 18px;
  height: 33px;
  line-height: 33px;
  padding: 0 0 0 50px; }

div.shop2-login-input-header {
  color: #5e5e5e;
  padding: 6px 0 0; }

div.shop2-login-links-delimiter {
  height: 4px; }

div.shop2-login-links-delimiter-2 {
  height: 22px; }

div.shop2-login-username {
  font-size: 14px;
  padding: 14px 0 8px; }

div.shop2-login.shop2-login-close div.shop2-login-header {
  background: url(cabinet-header-bg.png) 0 -34px no-repeat; }

div.shop2-order-completed a {
  color: #08c;
  font: 400 14px Arial, Helvetica, sans-serif;
  text-decoration: underline; }

div.shop2-order-completed div {
  font: 400 14px Arial, Helvetica, sans-serif;
  padding: 5px 0; }

div.shop2-pageist {
  clear: both;
  margin: 39px 0 0;
  text-align: center; }

div.shop2-pageist a, div.shop2-pageist a:hover, div.shop2-pageist span {
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
  display: inline-block;
  font: 400 15px/26px Arial, Helvetica, sans-serif;
  height: 26px;
  min-width: 13px;
  padding: 0 7px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle; }

div.shop2-pageist span.shop2-pagelist-active {
  background: #ccc;
  color: #333;
  text-decoration: none; }

div.shop2-result-count {
  margin: 11px; }

div.shop2-sorting {
  background: #e6e6e6;
  color: #484848;
  font: 400 12px/36px Arial, Helvetica, sans-serif;
  height: 36px;
  overflow: hidden;
  padding: 0 11px; }

div.shop2-sorting-params {
  float: left;
  height: 36px; }

div.shop2-sorting-params strong {
  padding: 0 5px 0 0; }

div.shop2-tags {
  background: url("/g/shop2/product_bg.gif") 0 0 repeat;
  color: #666464;
  font: 400 13px Arial, Helvetica, sans-serif;
  padding: 9px 30px; }

div.shop2-tags a {
  color: #08c;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline; }

div.shop2-tags span {
  background: url(shop2-tags-label.png) 0 0 no-repeat;
  display: inline-block;
  height: 9px;
  vertical-align: middle;
  width: 17px; }

div.shop2-vendor-body {
  padding: 0 0 20px; }

div.tpl-product-list-h {
  font-size: 0;
  line-height: 0;
  margin: 20px 0 0;
  padding: 0;
  text-align: left; }

div.tpl-product-list-h button.product-buy {
  border: 0;
  cursor: pointer;
  display: inline;
  float: left;
  height: 35px;
  margin: 8px 0 0 16px;
  padding: 0;
  text-indent: -10000px;
  vertical-align: top;
  width: 150px; }

div.tpl-product-list-h div.product-actions {
  border-bottom: 1px solid #cdcdcd;
  border-top: 1px dotted #cdcdcd;
  margin: 0 0 5px;
  padding: 1px 0; }

div.tpl-product-list-h div.product-actions-wrap {
  height: auto !important;
  margin: 0 0 5px;
  min-height: 45px;
  padding: 0;
  text-align: left; }

div.tpl-product-list-h div.product-amount {
  color: #707070;
  font-size: 11px;
  line-height: 13px;
  margin: 0 auto;
  padding: 0;
  width: 144px; }

div.tpl-product-list-h div.product-amount-tit {
  display: inline;
  float: left;
  margin: 4px 20px 0 0;
  padding: 0; }

div.tpl-product-list-h div.product-bodycontent {
  margin: 0 180px 0 0;
  padding: 0; }

div.tpl-product-list-h div.product-img {
  margin: 0 0 15px;
  padding: 0;
  text-align: center; }

div.tpl-product-list-h div.product-img img {
  border: 0;
  margin: 0;
  max-height: 100%;
  max-width: 100%;
  padding: 0; }

div.tpl-product-list-h div.product-inner {
  margin: 0;
  overflow: hidden;
  padding: 0 30px 0 5px; }

div.tpl-product-list-h div.product-item {
  border: 1px solid #dbdbdb;
  height: auto !important;
  margin: 0 0 10px;
  min-height: 195px;
  padding: 25px 0 20px 5px;
  position: relative; }

div.tpl-product-list-h div.product-left {
  display: inline;
  float: left;
  margin: 5px 10px 0 0;
  padding: 0; }

div.tpl-product-list-h div.product-mainclear {
  height: 1%;
  position: relative;
  width: 100%; }

div.tpl-product-list-h div.product-mainclear:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

div.tpl-product-list-h div.product-maincontent {
  float: left;
  overflow: hidden;
  width: 100%; }

div.tpl-product-list-h div.product-note {
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 10px;
  padding: 0; }

div.tpl-product-list-h div.product-price {
  color: #222;
  font-size: 20px;
  line-height: 22px;
  margin: 0 0 27px;
  padding: 0;
  text-align: center;
  width: 180px; }

div.tpl-product-list-h div.product-right {
  border-left: 1px solid #dbdbdb;
  float: left;
  height: auto !important;
  margin: 0 0 0 -181px;
  min-height: 185px;
  padding: 5px 0 1px;
  position: relative;
  width: 180px; }

div.tpl-product-list-h div.product-right-wrap {
  height: auto !important;
  margin: 0 0 10px;
  min-height: 65px;
  padding: 0;
  text-align: right; }

div.tpl-product-list-h div.product-spec.spec-and-new {
  left: 78px; }

div.tpl-product-list-h p.product-name {
  font-size: 13px;
  line-height: 15px;
  margin: 0 0 3px;
  padding: 0; }

div.tpl-product-list-h p.product-part {
  color: #6f6f6f;
  font-size: 10px;
  line-height: 12px;
  margin: 0 0 10px;
  padding: 0; }

div.tpl-product-list-h span.prev-price {
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #f3f3f3;
  border-radius: 5px;
  color: #898989;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 4px 7px 0 0;
  min-width: 62px;
  padding: 3px 10px;
  text-align: center;
  vertical-align: top; }

div.tpl-product-list-h strike.old-price {
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #f3f3f3;
  border-radius: 5px;
  color: red;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 4px 7px 0 0;
  min-width: 62px;
  padding: 3px 10px;
  text-align: center;
  vertical-align: top; }

div.tpl-product-list-h strike.old-price span {
  color: #898989; }

div.tpl-product-list-h table.product-vendor {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 0 20px; }

div.tpl-product-list-h table.product-vendor td {
  font-size: 11px;
  line-height: 13px;
  padding: 0 5px 0 0;
  vertical-align: middle; }

div.tpl-product-list-h ul.product-param {
  list-style: none;
  margin: 0;
  padding: 0; }

div.tpl-product-list-h ul.product-param > li {
  color: #707070;
  display: block;
  font-size: 11px;
  line-height: 13px;
  margin: 0;
  padding: 6px 0 7px; }

div.tpl-product-list-h ul.product-param li div.param-tit {
  float: left;
  margin: 1px 0 0;
  padding: 0;
  width: 95px; }

div.tpl-product-list-h ul.product-param li div.param-val {
  color: #484848;
  float: left;
  font-size: 12px;
  line-height: 15px;
  margin: -2px 0 0;
  padding: 0;
  width: 85px; }

div.tpl-product-list-h ul.product-param li div.param-val select {
  float: left;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  margin: 0;
  width: 100%; }

div.tpl-product-list-v {
  font-size: 0;
  line-height: 0;
  margin: 20px 0 0;
  padding: 0;
  text-align: left; }

div.tpl-product-list-v button.product-buy {
  background: url(/g/shop2/2buy.png) 0 0 no-repeat;
  border: 0;
  cursor: pointer;
  display: inline;
  float: right;
  height: 35px;
  margin: 1px 0 0;
  padding: 0;
  text-indent: -10000px;
  vertical-align: top;
  width: 50px; }

div.tpl-product-list-v button.product-buy span {
  display: block;
  height: 35px; }

div.tpl-product-list-v button.product-buy span.buy {
  background: url(/g/shop2/buy-icons.png) 50% 4px no-repeat; }

div.tpl-product-list-v button.product-buy span.onrequest {
  background: url(/g/shop2/buy-icons.png) 50% -35px no-repeat; }

div.tpl-product-list-v button.product-buy.no, div.tpl-product-list-v button.product-buy.no:hover, div.tpl-product-list-v button.product-buy.no:active {
  background: url(disabled-buttons.png) 0 -39px no-repeat; }

div.tpl-product-list-v button.product-buy:hover {
  background: url(/g/shop2/2buy.png) 0 -41px no-repeat; }

div.tpl-product-list-v button.product-buy:active {
  background: url(/g/shop2/2buy.png) 0 -82px no-repeat; }

div.tpl-product-list-v div.product-actions {
  border-top: 1px dotted #cdcdcd;
  margin: 0 0 5px;
  padding: 1px 0; }

div.tpl-product-list-v div.product-actions-inner span, div.tpl-product-list-h div.product-actions-inner span {
  color: #333;
  font-weight: 700; }

div.tpl-product-list-v div.product-actions-inner strong, div.tpl-product-list-h div.product-actions-inner strong {
  color: #e72c22; }

div.tpl-product-list-v div.product-actions-inner, div.tpl-product-list-h div.product-actions-inner {
  background: url("/g/shop2/product_bg.gif") 0 0 repeat;
  font-size: 12px;
  line-height: 15px;
  margin: 0;
  padding: 5px 6px 6px; }

div.tpl-product-list-v div.product-bot {
  border: 1px solid #dbdbdb;
  border-top: 0;
  height: auto !important;
  margin: -5px 0 0;
  min-height: 40px;
  padding: 0 10px 12px; }

div.tpl-product-list-v div.product-hr {
  border-top: 1px solid #cdcdcd;
  clear: both;
  float: left;
  padding: 5px 0 0;
  width: 198px; }

div.tpl-product-list-v div.product-img {
  margin: 0 auto 8px;
  padding: 0;
  text-align: center; }

div.tpl-product-list-v div.product-img img {
  border: 0;
  margin: 0;
  max-height: 100%;
  max-width: 100%;
  padding: 0; }

div.tpl-product-list-v div.product-item {
  font-size: 0;
  letter-spacing: normal;
  line-height: 0;
  margin: 0 25px 20px 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  width: 220px;
  word-spacing: normal;
  display: inline-block;
  zoom: 1;
  *display: inline; }

div.tpl-product-list-v div.product-item form {
  float: left;
  margin: 0;
  padding: 0;
  width: 220px; }

div.tpl-product-list-v div.product-new, div.tpl-product-list-h div.product-new {
  background: #f23c3c;
  color: #fefefe;
  font-size: 13px;
  font-weight: 700;
  height: 19px;
  left: -1px;
  line-height: 15px;
  margin: 0;
  padding: 2px 0 0;
  position: absolute;
  text-align: center;
  top: -2px;
  width: 78px; }

div.tpl-product-list-v div.product-note {
  border-bottom: 1px solid #cdcdcd;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 1px;
  padding: 1px 1px 10px; }

div.tpl-product-list-v div.product-price {
  color: #222;
  float: left;
  font-size: 20px;
  line-height: 22px;
  margin: 9px 0 0;
  min-width: 125px;
  padding: 0 0 0 5px;
  text-align: left; }

div.tpl-product-list-v div.product-price span, div.tpl-product-list-h div.product-price span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 19px; }

div.tpl-product-list-v div.product-spec, div.tpl-product-list-h div.product-spec {
  background: #f1632b;
  color: #fefefe;
  font-size: 13px;
  font-weight: 700;
  height: 19px;
  left: -1px;
  line-height: 15px;
  margin: 0;
  padding: 2px 0 0;
  position: absolute;
  text-align: center;
  top: -2px;
  width: 140px; }

div.tpl-product-list-v div.product-spec.spec-and-new {
  left: auto;
  right: -1px; }

div.tpl-product-list-v div.product-top {
  border: 1px solid #dbdbdb;
  border-bottom: 0;
  height: auto !important;
  margin: 0;
  min-height: 200px;
  padding: 25px 10px 0;
  position: relative; }

div.tpl-product-list-v p.product-name {
  font-size: 13px;
  line-height: 15px;
  margin: 0 0 2px;
  padding: 0; }

div.tpl-product-list-v p.product-name a, div.tpl-product-list-v ul.product-param li a, .product-accessory-name a, div.tpl-product-list-h table.product-vendor td a, div.tpl-product-list-h p.product-name a, div.cart-registration-text a {
  color: #08c;
  text-decoration: underline; }

div.tpl-product-list-v p.product-name a:hover, div.tpl-product-list-v ul.product-param li a:hover, form.tpl-product div.product-options a.radio-type:hover, form.tpl-product div.product-options a.radio-type.active, .product-accessory-name a:hover, div.shop2-order-completed a:hover, div.tpl-product-list-h table.product-vendor td a:hover, div.tpl-product-list-h p.product-name a:hover, div.cart-registration-text a:hover {
  color: #08c;
  text-decoration: none; }

div.tpl-product-list-v p.product-part {
  color: #6f6f6f;
  font-size: 10px;
  line-height: 12px;
  margin: 0 0 15px;
  padding: 0; }

div.tpl-product-list-v span.prev-price {
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #f3f3f3;
  border-radius: 5px;
  color: #898989;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 4px 0 0;
  min-width: 62px;
  padding: 3px 10px;
  text-align: center;
  vertical-align: top; }

div.tpl-product-list-v strike.old-price {
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #f3f3f3;
  border-radius: 5px;
  color: #d85a4d;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 4px 0 0;
  min-width: 62px;
  padding: 3px 10px;
  vertical-align: top; }

div.tpl-product-list-v strike.old-price span {
  color: #666; }

div.tpl-product-list-v strike.old-price span b, div.tpl-product-list-v span.prev-price b, div.tpl-product-list-h strike.old-price span b, div.tpl-product-list-h span.prev-price b {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400; }

div.tpl-product-list-v ul.product-param {
  list-style: none;
  margin: 0 0 5px;
  padding: 0; }

div.tpl-product-list-v ul.product-param > li {
  border-bottom: 1px dotted #cdcdcd;
  color: #707070;
  display: block;
  font-size: 11px;
  line-height: 13px;
  margin: 0;
  padding: 8px 5px;
  width: 194px; }

div.tpl-product-list-v ul.product-param li div.param-tit {
  float: left;
  margin: 1px 12px 0 0;
  padding: 0;
  width: 95px; }

div.tpl-product-list-v ul.product-param li div.param-tit.color-type-head, div.tpl-product-list-h ul.product-param li div.param-tit.color-type-head {
  line-height: 17px; }

div.tpl-product-list-v ul.product-param li div.param-val {
  color: #484848;
  float: left;
  font-size: 12px;
  line-height: 15px;
  margin: 0;
  padding: 0;
  width: 85px; }

div.tpl-product-list-v ul.product-param li div.param-val select {
  float: left;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  margin: -2px 0;
  width: 100%; }

div.tpl-product-list-v ul.product-param li div.param-val img.image-type, div.tpl-product-list-h ul.product-param li div.param-val img.image-type {
  height: 32px;
  width: 32px;
  margin: 0 2px 2px 0;
  padding: 2px;
  cursor: pointer; }

div.tpl-product-list-v ul.product-param li div.param-val img.image-type.active-image, div.tpl-product-list-h ul.product-param li div.param-val img.image-type.active-image {
  border: 2px solid #d85a4d;
  padding: 0; }

div.tpl-product-list-v ul.product-param li table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1px; }

div.tpl-product-list-v ul.product-param li table td {
  padding: 0 5px 0 0;
  vertical-align: middle; }

div.tpl-product-list-v ul.product-param li.product-amount {
  border: 0;
  padding: 6px 5px; }

div.tpl-product-list-v ul.product-param li.product-amount input.product-amount-field, div.tpl-product-list-h div.product-amount input.product-amount-field {
  background: #fff;
  border: 1px solid #e2e3ea;
  float: left;
  font-size: 13px;
  height: 18px;
  line-height: 18px;
  margin: 0 6px;
  padding: 0;
  text-align: center;
  width: 28px; }

div.tpl-product-list-v ul.product-param li.product-amount span.product-amount-button-add, table.tpl-product-list-p td.product-amount span.product-amount-button-add, div.tpl-product-list-h div.product-amount span.product-amount-button-add {
  background: url("/g/shop2/2shop_amount_button.png") -31px 0 no-repeat;
  cursor: pointer;
  display: inline;
  float: left;
  height: 18px;
  margin: 1px 0 0;
  padding: 0;
  width: 21px; }

div.tpl-product-list-v ul.product-param li.product-amount span.product-amount-button-add.disabled, div.tpl-product-list-v ul.product-param li.product-amount span.product-amount-button-add.disabled:hover, div.tpl-product-list-v ul.product-param li.product-amount span.product-amount-button-add.disabled:active, div.tpl-product-list-h div.product-amount span.product-amount-button-add.disabled, div.tpl-product-list-h div.product-amount span.product-amount-button-add.disabled:hover, div.tpl-product-list-h div.product-amount span.product-amount-button-add.disabled:active, table.tpl-product-list-p td.product-amount span.product-amount-button-add.disabled, table.tpl-product-list-p td.product-amount span.product-amount-button-add.disabled:hover, table.tpl-product-list-p td.product-amount span.product-amount-button-add.disabled:active, form.tpl-product div.product-bot span.product-amount-button.p-plus.disabled, form.tpl-product div.product-bot span.product-amount-button.p-plus.disabled:hover, form.tpl-product div.product-bot span.product-amount-button.p-plus.disabled:active {
  background: url(disabled-buttons.png) -26px -77px no-repeat;
  text-indent: -200px; }

div.tpl-product-list-v ul.product-param li.product-amount span.product-amount-button-add:hover, table.tpl-product-list-p td.product-amount span.product-amount-button-add:hover, form.tpl-product div.product-bot span.product-amount-button.p-plus:hover, div.tpl-product-list-h div.product-amount span.product-amount-button-add:hover {
  background: url("/g/shop2/2shop_amount_button.png") -31px -28px no-repeat; }

div.tpl-product-list-v ul.product-param li.product-amount span.product-amount-button-add:active, table.tpl-product-list-p td.product-amount span.product-amount-button-add:active, form.tpl-product div.product-bot span.product-amount-button.p-plus:active, div.tpl-product-list-h div.product-amount span.product-amount-button-add:active {
  background: url("/g/shop2/2shop_amount_button.png") -31px -56px no-repeat; }

div.tpl-product-list-v ul.product-param li.product-amount span.product-amount-button-remove, table.tpl-product-list-p td.product-amount span.product-amount-button-remove, div.tpl-product-list-h div.product-amount span.product-amount-button-remove {
  background: url("/g/shop2/2shop_amount_button.png") 0 0 no-repeat;
  cursor: pointer;
  display: inline;
  float: left;
  height: 18px;
  margin: 1px 0 0;
  padding: 0;
  width: 21px; }

div.tpl-product-list-v ul.product-param li.product-amount span.product-amount-button-remove.disabled, div.tpl-product-list-v ul.product-param li.product-amount span.product-amount-button-remove.disabled:hover, div.tpl-product-list-v ul.product-param li.product-amount span.product-amount-button-remove.disabled:active, div.tpl-product-list-h div.product-amount span.product-amount-button-remove.disabled, div.tpl-product-list-h div.product-amount span.product-amount-button-remove.disabled:hover, div.tpl-product-list-h div.product-amount span.product-amount-button-remove.disabled:active, table.tpl-product-list-p td.product-amount span.product-amount-button-remove.disabled, table.tpl-product-list-p td.product-amount span.product-amount-button-remove.disabled:hover, table.tpl-product-list-p td.product-amount span.product-amount-button-remove.disabled:active, form.tpl-product div.product-bot span.product-amount-button.p-minus.disabled, form.tpl-product div.product-bot span.product-amount-button.p-minus.disabled:hover, form.tpl-product div.product-bot span.product-amount-button.p-minus.disabled:active {
  background: url(disabled-buttons.png) 0 -77px no-repeat;
  text-indent: -200px; }

div.tpl-product-list-v ul.product-param li.product-amount span.product-amount-button-remove:hover, table.tpl-product-list-p td.product-amount span.product-amount-button-remove:hover, form.tpl-product div.product-bot span.product-amount-button.p-minus:hover, div.tpl-product-list-h div.product-amount span.product-amount-button-remove:hover {
  background: url("/g/shop2/2shop_amount_button.png") 0 -28px no-repeat; }

div.tpl-product-list-v ul.product-param li.product-amount span.product-amount-button-remove:active, table.tpl-product-list-p td.product-amount span.product-amount-button-remove:active, form.tpl-product div.product-bot span.product-amount-button.p-minus:active, div.tpl-product-list-h div.product-amount span.product-amount-button-remove:active {
  background: url("/g/shop2/2shop_amount_button.png") 0 -56px no-repeat; }

form.payment-list {
  border-top: 1px solid #d4d4d4;
  margin: 0;
  padding: 0; }

form.shop2-filter {
  border-top: 1px solid #dbdbdb;
  margin: 0;
  padding: 10px 0 23px; }

form.shop2-filter label {
  color: #333;
  font: 400 12px Arial, Helvetica, sans-serif;
  padding: 0 0 0 5px; }

form.shop2-filter label input {
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 18px;
  margin: 0 5px;
  width: 60px; }

form.shop2-filter table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  width: 100%; }

form.shop2-filter td {
  color: #ccc;
  font-size: 10px;
  line-height: 25px; }

form.shop2-filter td select {
  margin: 0 0 0 5px; }

form.shop2-filter td, form.shop2-filter th {
  padding: 2px 10px;
  vertical-align: top; }

form.shop2-filter th {
  color: #484848;
  font: 700 12px/25px Arial, Helvetica, sans-serif;
  text-align: left;
  width: 5%; }

form.tpl-product a.highslide img, form.tpl-product a.highslide:hover img, .product-accessory a.highslide img, .product-accessory a.highslide:hover img, #tabs-3 div.product-accessory, #shop2-cart #shop2-cart-page td.shop2-cart-image a.highslide img, #shop2-cart td.shop2-cart-image a.highslide:hover img {
  border: 0; }

#shop2-cart td.shop2-cart-image {
  text-align: center !important; }

form.tpl-product div.product-bot {
  border: 1px solid #dbdbdb;
  color: #484848;
  font-size: 12px;
  height: auto !important;
  margin: 0 0 10px;
  min-height: 43px;
  padding: 20px 23px 15px 27px;
  position: relative;
  width: 443px; }

form.tpl-product div.product-bot div.buy-button {
  display: inline;
  float: left;
  height: 34px;
  margin: 7px 0 0;
  padding: 0;
  width: 151px; }

form.tpl-product div.product-bot div.buy-button button {
  border: 0;
  cursor: pointer;
  display: inline;
  float: left;
  height: 34px;
  margin: 0;
  padding: 0;
  text-indent: -10000px;
  vertical-align: top;
  width: 151px; }

form.tpl-product div.product-bot div.buy-button span, div.tpl-product-list-h button.product-buy span {
  display: block;
  height: 35px;
  width: 144px; }

form.tpl-product div.product-bot div.buy-button.no button span, form.tpl-product div.product-bot div.buy-button.no button:hover span, form.tpl-product div.product-bot div.buy-button.no button:active span, span.filter-result.no-filter-result div.filter-result-arrow {
  background: 0; }

form.tpl-product div.product-bot div.buy-button.no button, form.tpl-product div.product-bot div.buy-button.no button:hover, form.tpl-product div.product-bot div.buy-button.no button:active, div.tpl-product-list-h button.product-buy.no, div.tpl-product-list-h button.product-buy.no:hover, div.tpl-product-list-h button.product-buy.no:active {
  background: url(disabled-buttons.png) 0 0 no-repeat; }

form.tpl-product div.product-bot div.product-actions {
  position: absolute;
  right: 10px;
  top: -23px; }

form.tpl-product div.product-bot div.product-actions span {
  color: #333;
  font: 700 13px Arial, Helvetica, sans-serif;
  font-weight: 700; }

form.tpl-product div.product-bot div.product-actions strong {
  color: #e72c22;
  font: 700 13px Arial, Helvetica, sans-serif; }

form.tpl-product div.product-bot div.product-amount {
  display: inline;
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
  text-align: center;
  width: 84px; }

form.tpl-product div.product-bot div.product-amount input {
  background: #fff;
  border: 1px solid #dbdbdb;
  float: left;
  height: 18px;
  line-height: 18px;
  margin: 0 2px;
  padding: 0;
  text-align: center;
  width: 28px; }

form.tpl-product div.product-bot div.product-price {
  display: inline;
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
  width: 165px; }

form.tpl-product div.product-bot div.product-price em {
  color: #000;
  font: 400 17px/25px Arial, Helvetica, sans-serif;
  font-style: normal; }

form.tpl-product div.product-bot div.product-price span {
  color: #000;
  font: 400 20px/25px Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0; }

form.tpl-product div.product-bot div.spec-lable {
  background: #f1632b;
  color: #fefefe;
  font-size: 13px;
  font-weight: 700;
  height: 21px;
  left: -1px;
  line-height: 21px;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -21px;
  width: 140px; }

form.tpl-product div.product-bot span.product-amount-button {
  color: #000;
  cursor: pointer;
  display: inline;
  float: left;
  font-size: 19px;
  height: 18px;
  margin: 1px 0 0;
  padding: 0;
  text-align: center;
  width: 21px; }

form.tpl-product div.product-bot span.product-amount-button.p-minus {
  background: url("/g/shop2/2shop_amount_button.png") 0 0 no-repeat; }

form.tpl-product div.product-bot span.product-amount-button.p-plus {
  background: url("/g/shop2/2shop_amount_button.png") -31px 0 no-repeat; }

form.tpl-product div.product-bot strike.price-old {
  color: #d85a4d;
  font-size: 13px;
  left: 82px;
  position: absolute;
  top: 16px; }

form.tpl-product div.product-bot strike.price-old span {
  color: #898989;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700; }

form.tpl-product div.product-clear, div.product-accessory-wrap div.product-clear {
  clear: both;
  font-size: 0;
  height: 0;
  letter-spacing: 0;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0; }

form.tpl-product div.product-code {
  color: #b3b3b3;
  font: 400 11px Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0; }

form.tpl-product div.product-code span {
  color: #5a5a5a; }

form.tpl-product div.product-image {
  border: 1px solid #e0e0e0;
  margin: 0 0 7px;
  padding: 0;
  text-align: center; }

form.tpl-product div.product-left-bar {
  display: inline;
  float: left;
  margin: 0 0 25px;
  padding: 0 38px 0 3px;
  position: relative; }

form.tpl-product div.product-new {
  background: #f23c3c;
  color: #fff;
  font: 700 13px/21px Arial, Helvetica, sans-serif;
  height: 21px;
  left: 3px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: -20px;
  width: 77px; }

form.tpl-product div.product-options {
  background: url("/g/shop2/product_bg.gif") 0 0 repeat;
  margin: 0 0 15px;
  padding: 7px 12px 8px; }

form.tpl-product div.product-options > a.radio-type {
  color: #08c;
  margin: 0 10px 0 0;
  padding: 0;
  text-decoration: underline; }

form.tpl-product div.product-options > img.image-type {
  border: 1px solid #d7d7d7;
  cursor: pointer;
  height: 32px;
  margin: 2px 5px 2px 0;
  padding: 1px;
  width: 32px; }

form.tpl-product div.product-options > select.select-type {
  color: #484848;
  font-size: 12px;
  line-height: 20px;
  min-width: 50px; }

form.tpl-product div.product-options > span {
  margin: 0 10px 0 0; }

form.tpl-product div.product-options > ul {
  color: #484848;
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 0; }

form.tpl-product div.product-options > ul > li {
  cursor: pointer;
  display: inline;
  float: left;
  margin: 0 10px 0 0;
  padding: 0; }

form.tpl-product div.product-options > ul > li .color-name {
  display: inline;
  float: left;
  margin: 2px 0 0 7px;
  padding: 0; }

form.tpl-product div.product-options > ul > li .color-type {
  background: #fff;
  border: 1px solid #d7d7d7;
  display: inline;
  float: left;
  height: 15px;
  margin: 1px;
  padding: 1px;
  position: relative;
  width: 15px; }

form.tpl-product div.product-options > ul > li .color-type div, div.color-type div {
  height: 15px;
  margin: 0;
  padding: 0;
  width: 15px; }

form.tpl-product div.product-options > ul > li .color-type span, div.color-type span {
  background: url(color_grad.png) 0 0 repeat-x;
  display: block;
  height: 16px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%; }

form.tpl-product div.product-options > ul > li .color-type.active-color, form.tpl-product div.product-options img.image-type.active-image {
  border: 2px solid #d85a4d;
  padding: 0; }

form.tpl-product div.product-options-tit {
  color: #484848;
  font-size: 12px;
  margin: 0 0 3px;
  padding: 0; }

form.tpl-product div.product-right-bar {
  display: inline;
  float: left;
  margin: 0 0 25px;
  padding: 0;
  width: 495px; }

form.tpl-product div.product-thumbnails {
  background: url("/g/shop2/product_bg.gif") 0 0 repeat !important;
  margin: 0;
  padding: 6px 12px 7px; }

form.tpl-product div.product-thumbnails-wrap {
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 470px; }

form.tpl-product div.product-thumbnails-wrap ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }

form.tpl-product div.product-thumbnails-wrap ul li {
  cursor: pointer;
  display: inline;
  float: left;
  height: 37px;
  margin: 0 1px 0 0;
  padding: 2px;
  text-align: center;
  width: 50px; }

form.tpl-product div.product-thumbnails-wrap ul li img {
  border: 0;
  height: 100%;
  margin: 0;
  padding: 0; }

form.tpl-product div.product-thumbnails-wrap ul li.activ-img {
  border: 2px solid #d85a4d;
  padding: 0; }

form.tpl-product div.product-vendor {
  color: #6f6f6f;
  font-size: 11px;
  margin: 0;
  padding: 0;
  text-align: center; }

form.tpl-product div.product-vendor a {
  color: #6f6f6f;
  text-decoration: none; }

form.tpl-product div.product-vendor a:hover {
  color: #6f6f6f;
  text-decoration: underline; }

form.tpl-product div.product-vendor table, table.shop2-vendors-list {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  padding: 0; }

form.tpl-product div.product-wrap {
  font-family: Arial, Helvetica, sans-serif;
  margin: 25px 0 15px;
  padding: 0; }

form.tpl-product td.product-vendor-img {
  margin: 0;
  padding: 0 7px 0 0;
  vertical-align: middle; }

form.tpl-product td.product-vendor-name {
  margin: 0;
  padding: 0;
  vertical-align: middle; }

img.no-image {
  background: url(shop_no_image.png) 50% 50% no-repeat #e5e5e5; }

input.shop2-login-input-big {
  width: 177px; }

input.shop2-login-input-small {
  float: left;
  width: 100px; }

li.shop2-vendor-folders-header {
  font-size: 1.5em; }

span.filter-result {
  background: #09c;
  color: #fff;
  display: inline-block;
  font: 400 12px/27px Arial, Helvetica, sans-serif;
  height: 27px;
  margin: 0 10px 0 0;
  padding: 0 10px;
  position: relative; }

span.filter-result div.filter-result-arrow {
  background: url(filter-result-arrow.png) 0 50% no-repeat;
  height: 27px;
  position: absolute;
  right: -5px;
  top: 0;
  width: 5px; }

span.no-filter-result {
  background: #f23c3c; }

span.shop2-cart-discounted {
  color: #d85a4d;
  font: 700 30px/13px Arial, Helvetica, sans-serif;
  padding: 0 0 0 3px;
  position: relative;
  top: 3px;
  vertical-align: middle; }

table.product-params {
  border-collapse: collapse; }

table.product-params td {
  height: 25px;
  padding: 2px; }

table.product-params td select, div.shop-search-wrap input[type=text], .shop-search-wrap select {
  width: 100%; }

table.shop2-cart-totals div.coupon-block {
  background: #bee3ee;
  height: 25px;
  margin: 0 auto 0 0;
  padding: 7px 10px;
  position: relative;
  width: 310px; }

table.shop2-cart-totals div.coupon-block div.coupon-block-arrow, div.shop2-order-check-arrow {
  background: url(coupons-form-bg.png) 0 0 no-repeat;
  height: 39px;
  position: absolute;
  right: -13px;
  top: 0;
  width: 13px; }

table.shop2-cart-totals td {
  padding: 0 5px;
  vertical-align: top; }

table.shop2-cart-totals td.bold-line {
  border-bottom: 2px solid #d1d1d1; }

table.shop2-cart-totals td.coupon-block {
  vertical-align: bottom; }

table.shop2-cart-totals td.coupons-list {
  padding: 12px 5px 0; }

table.shop2-cart-totals td.coupons-list div.coupon {
  color: #787878;
  font: 400 13px Arial, Helvetica, sans-serif; }

table.shop2-cart-totals td.coupons-list div.coupon a {
  background: url(coupon-delete.png) 0 0 no-repeat;
  display: inline-block;
  height: 15px;
  margin: -2px 0 0 3px;
  text-decoration: none;
  vertical-align: middle;
  width: 15px; }

table.shop2-cart-totals td.coupons-list div.coupon.error {
  color: #d85a4d; }

table.shop2-cart-totals td.coupons-title {
  color: #353535;
  font: 400 13px Arial, Helvetica, sans-serif;
  padding: 12px 5px 0 0;
  text-align: right;
  width: 175px; }

table.shop2-cart-totals td.last-line {
  border-bottom: 0; }

table.shop2-cart-totals td.total-item {
  border-bottom: 1px solid #d1d1d1;
  color: #515151;
  font: 400 14px/39px Arial, Helvetica, sans-serif;
  text-align: right;
  width: 155px; }

table.shop2-cart-totals td.total-price {
  border-bottom: 1px solid #d1d1d1;
  color: #353535;
  font: 400 18px/39px Arial, Helvetica, sans-serif;
  width: 80px; }

table.shop2-product-params-list {
  border: 0;
  border-spacing: 0;
  width: 100%; }

table.shop2-product-params-list a.file em {
  font-style: none; }

table.shop2-product-params-list a.file span {
  background: url(shop2-file-icon.png) -12px 50% no-repeat;
  display: inline-block;
  height: 13px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  width: 11px; }

table.shop2-product-params-list a.file, table.shop2-product-params-list a.file:hover {
  padding: 0 10px 0 0;
  text-decoration: none; }

table.shop2-product-params-list td, table.shop2-product-params-list th {
  color: #2a2a2a;
  font: Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding: 5px 20px;
  text-align: left; }

table.shop2-product-params-list th {
  font-weight: 700;
  width: 10px; }

table.shop2-product-params-list tr.even {
  background: #f1f1f1; }

table.shop2-table-orders {
  border-collapse: collapse;
  border-spacing: 0; }

table.shop2-table-orders td, table.shop2-table-orders th {
  border: 1px solid #e6e6e6;
  padding: 5px; }

table.shop2-table-orders th {
  background: #e6e6e6;
  color: #484848; }

table.shop2-vendors-list a {
  color: #08c;
  font: 400 13px Arial, Helvetica, sans-serif;
  text-decoration: underline; }

table.shop2-vendors-list a img, table.shop2-vendors-list a:hover img {
  border: 0;
  margin: 0 12px 0 0; }

table.shop2-vendors-list a:hover {
  color: #d85a4d;
  text-decoration: underline; }

table.shop2-vendors-list td {
  padding: 6px; }

table.shop2-vendors-list td.shop2-vendors-vendor-name {
  padding-right: 40px; }

table.tpl-product-list-p td.product-amount span.product-amount-button {
  overflow: hidden;
  text-indent: -200px; }

ul.shop2-views, ul.shop2-views li {
  font-size: 0;
  line-height: 0;
  list-style: none;
  margin: 0;
  padding: 0; }

ul.shop2-vendor-folders, ul.shop2-vendor-folders li {
  list-style: none;
  margin: 0;
  padding: 5px; }

ul.shop2-views {
  float: right;
  margin: 5px 0 0;
  width: 82px; }

ul.shop2-views li a {
  display: block;
  height: 26px; }

ul.shop2-views li.shop2-views-list a {
  width: 27px; }

ul.shop2-views li.shop2-views-simple a {
  width: 27px; }

ul.shop2-views li.shop2-views-simple a:hover, ul.shop2-views li.shop2-views-thumbs a:hover, ul.shop2-views li.shop2-views-list a:hover {
  background-position: 0 -30px; }

ul.shop2-views li.shop2-views-simple a:active, ul.shop2-views li.shop2-views-simple.shop2-views-active a, ul.shop2-views li.shop2-views-thumbs a:active, ul.shop2-views li.shop2-views-thumbs.shop2-views-active a, ul.shop2-views li.shop2-views-list a:active, ul.shop2-views li.shop2-views-list.shop2-views-active a {
  background-position: 0 -60px; }

ul.shop2-views li.shop2-views-thumbs a {
  width: 28px; }

div.folders-in-content {
  text-align: left; }

div.folders-in-content ul, div.folders-in-content li {
  font-size: 0;
  line-height: 0;
  list-style: none;
  margin: 0;
  padding: 0; }

div.folders-in-content a {
  display: block;
  font-size: 12px;
  line-height: normal;
  padding: 3px; }

div.folders-in-content a.scf-1 {
  font-size: 15px;
  font-weight: 700; }

div.folders-in-content a.scf-2 {
  padding-left: 15px; }

div.folders-in-content a.scf-3 {
  padding-left: 30px; }

div.folders-in-content ul {
  border-top: 1px solid #ccc;
  margin: 0 25px 20px 0;
  padding: 10px 0 0;
  vertical-align: top;
  width: 220px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

div.folders-in-content li {
  border-bottom: 1px dotted #ddd; }

select.shop2-cf option.disabled {
  color: gray; }

ul div.color-type.disabled {
  filter: alpha(opacity=70);
  opacity: 0.7; }

a.shop2-cf.disabled {
  filter: alpha(opacity=70);
  opacity: 0.7; }

div.discounts-desc {
  clear: both;
  padding: 20px 0 0 0; }

div.discounts-desc span.discounts-block-title {
  font-size: 1.2em;
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px; }

div.discounts-desc div.discount-name {
  font-weight: bold;
  color: #d85a4d; }

div.discounts-desc div.discount-desc {
  padding: 5px 0 10px 0; }

table.tpl-product-list-p ul.product-param {
  list-style: none;
  margin: 0;
  padding: 0; }

table.tpl-product-list-p ul.product-param > li {
  color: #707070;
  display: block;
  font-size: 11px;
  line-height: 13px;
  margin: 0;
  padding: 6px 0 7px; }

table.tpl-product-list-p ul.product-param li div.param-tit {
  float: left;
  margin: 1px 0 0;
  padding: 0;
  width: 95px; }

table.tpl-product-list-p ul.product-param li div.param-val {
  color: #484848;
  float: left;
  font-size: 12px;
  line-height: 15px;
  margin: -2px 0 0;
  padding: 0;
  width: 85px; }

table.tpl-product-list-p ul.product-param li div.param-val select {
  float: left;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  margin: 0;
  width: 100%; }

table.tpl-product-list-p div.product-clear {
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden; }

div.shop2-cleanup-wrap {
  text-align: right;
  margin: 0 0 10px 0; }

#shop2-recent-products {
  clear: both;
  padding: 5px 0 0 0; }

#shop2-recent-products button.more {
  border: 0;
  cursor: pointer;
  display: inline;
  float: left;
  height: 25px;
  margin: 8px 0 0;
  padding: 0;
  text-indent: -10000px;
  vertical-align: top;
  width: 46px; }

#shop2-recent-products button.more:hover {
  background-position: 0 -239px; }

#shop2-recent-products button.more:active {
  background-position: 0 -268px; }

div.shop2-min-order {
  background: #d85a4d;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  margin: 0 0 10px 0; }

form.shop2-filter a.shop2-filter-show {
  text-decoration: none;
  border-bottom: 1px dashed #08c;
  color: #08c; }

form.shop2-filter a.shop2-filter-show:hover {
  text-decoration: none;
  border-bottom: 1px dashed #f23c3c;
  color: #f23c3c; }

form.shop2-filter tr.shop2-filter-custom-fields {
  display: none; }

.highslide-image {
  background-color: white !important; }

div.shop2-order-status {
  background: none repeat scroll 0 0 #bee3ee;
  border: 1px solid #bac8cc;
  font-size: 18px;
  padding: 12px; }

span.filter-result-hide {
  display: none; }

.hide-btn {
  position: absolute;
  top: -500px;
  left: -500px; }

div.shop2-folders-list {
  padding: 10px 0; }

.shop2-padding0 {
  padding: 0 !important; }

#order-form small {
  display: block;
  font-size: 11px; }

.tpl-product-list-v .product-compare, .tpl-product-list-h .product-compare, .tpl-product .product-compare {
  margin: 8px 0 0;
  padding: 0 0 8px;
  border-bottom: 1px solid #dedede;
  font-size: 11px;
  line-height: normal; }

.tpl-product-list-v .product-compare input, .tpl-product-list-h .product-compare input, .tpl-product .product-compare input {
  vertical-align: middle;
  margin: 0 2px; }

.tpl-product .product-compare {
  margin-bottom: 8px; }

.shop2-edost {
  margin: 0 0 0 10px; }

.shop2-edost label {
  display: block;
  overflow: hidden; }

.shop2-edost label img, .shop2-edost label input {
  display: inline-block;
  vertical-align: middle; }

.shop2-delivery h2 {
  font-weight: 700;
  font-size: 16px;
  color: #484848;
  border-bottom: 2px solid #b7b289;
  margin: 40px 0 0;
  padding: 0 0 7px; }

.shop2-edost-control {
  float: left; }

.shop2-edost-variant {
  color: #484848;
  border-bottom: 1px solid #add1e4;
  padding: 3px 0; }

.shop2-edost-variant > label .shop2-edost-control {
  width: 100px; }

.shop2-edost-variant > label img {
  -webkit-box-shadow: 0 0 3px #666;
  -moz-box-shadow: 0 0 3px #666;
  box-shadow: 0 0 3px #666;
  margin: 3px 0 3px 6px; }

.shop2-edost-day {
  background: url(/g/shop2v2/defaullorry.png) 2px 50% no-repeat;
  margin-left: 100px;
  font-size: 12px;
  color: #5f5f5e;
  padding: 4px 0 4px 23px; }

.shop2-edost-pickpointmap {
  margin: 0 0 0 100px; }

.shop2-edost-office {
  background: #ffffeb;
  -webkit-box-shadow: 0 1px 2px silver;
  -moz-box-shadow: 0 1px 2px silver;
  box-shadow: 0 1px 2px silver;
  font-size: 12px;
  margin: 3px 0 10px 100px;
  padding: 7px 10px; }

.shop2-edost-office > label {
  font-weight: 700;
  margin: 0 0 5px; }

.shop2-edost-office > label .shop2-edost-control {
  width: 25px; }

.shop2-edost-office-address, .shop2-edost-office-schedule, .shop2-edost-office-tel {
  margin: 0 0 0 25px; }

.color-type.shop2-param-disabled {
  filter: alpha(opacity=30);
  opacity: 0.3; }

li.shop2-param-disabled {
  filter: alpha(opacity=70);
  opacity: 0.7; }

select option.shop2-param-disabled {
  color: gray; }

.label-icons {
  margin-top: 10px;
  display: none !important; }

.label-icons img {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #dedede;
  height: 42px;
  vertical-align: middle;
  margin: 0 5px 5px 0; }

.payment-type-current .label-icons {
  display: block !important; }

fieldset.shop2-order-data {
  border: 1px solid #dedede;
  padding: 5px;
  margin: 0 0 10px 0; }

fieldset.shop2-order-data legend {
  padding: 2px 10px;
  font-size: 12px; }

fieldset.shop2-order-data table {
  border-collapse: collapse; }

fieldset.shop2-order-data td, fieldset.shop2-order-data th {
  border-top: 1px solid #eee;
  font-size: 13px;
  margin: 0;
  padding: 5px 10px;
  text-align: left;
  vertical-align: middle; }

fieldset.shop2-order-data tr:first-child td, fieldset.shop2-order-data tr:first-child th {
  border-top: 0; }

fieldset.shop2-order-data th {
  width: 220px; }

table.shop2-table-order {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0;
  width: 100%; }

table.shop2-table-order th, table.shop2-table-order td {
  border: 1px solid #dedede;
  vertical-align: middle;
  padding: 5px;
  margin: 0;
  text-align: left;
  font-size: 13px; }

table.shop2-table-order th img, table.shop2-table-order td img {
  vertical-align: middle;
  margin-right: 7px; }

table.shop2-table-order th span, table.shop2-table-order td span {
  vertical-align: middle; }

table.shop2-table-order tr:first-child th {
  background-color: #dedede;
  color: #3c3c3c; }

table.shop2-table-order tr:first-child th.wide-cell {
  width: 55px; }

.shop2-cart-auth {
  background-color: #eee;
  border-radius: 4px;
  padding: 22px 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #4f4f4f;
  margin: 40px 0;
  box-sizing: border-box; }

.shop2-cart-auth__row {
  line-height: 21px; }

.shop2-cart-auth__row--top-offset {
  margin-top: 16px; }

.shop2-cart-auth__expand {
  border-bottom: 1px dotted #08c; }

.shop2-cart-auth__expand, .shop2-cart-auth__expand:hover {
  color: #08c;
  text-decoration: none; }

.shop2-cart-auth__expand:hover {
  border-bottom-color: transparent; }

.shop2-cart-auth__form {
  margin: 16px 0;
  display: none; }

.shop2-cart-auth__label {
  display: inline-block;
  font-weight: bold;
  color: #212121;
  font-size: 13px;
  line-height: 15px; }

.shop2-cart-auth__label--password {
  margin-left: 17px; }

.shop2-cart-auth__input {
  height: 26px;
  box-sizing: border-box;
  background-color: white;
  border: 1px solid silver;
  border-radius: 4px;
  padding: 0 5px;
  font-size: 14px;
  width: 118px;
  margin: 0 5px 0 5px; }

.shop2-info {
  box-sizing: border-box;
  overflow: hidden;
  padding: 14px 30px 14px 100px;
  border: 1px solid #e1c893;
  background: #f2e6cf url("/g/shop2v2/defaulwarning-icon.png") 24px 14px no-repeat;
  -webkit-box-shadow: #fdfbf7 0 1px 0 inset, rgba(0, 0, 0, 0.45) 0 2px 6px;
  -moz-box-shadow: #fdfbf7 0 1px 0 inset, rgba(0, 0, 0, 0.45) 0 2px 6px;
  box-shadow: #fdfbf7 0 1px 0 inset, rgba(0, 0, 0, 0.45) 0 2px 6px;
  background-image: none;
  text-align: left;
  font-size: 13px;
  color: #494949;
  margin: 1em 0;
  min-height: 58px;
  min-height: auto;
  padding-left: 30px; }

.shop2-btn {
  padding: 6px 11px;
  margin: 0;
  vertical-align: middle;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  color: #333;
  background-color: #eee;
  background-image: -moz-linear-gradient(top, #f8f8f8, #dfdfdf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#dfdfdf));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #dfdfdf);
  background-image: -o-linear-gradient(top, #f8f8f8, #dfdfdf);
  background-image: linear-gradient(to bottom, #f8f8f8, #dfdfdf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8',endColorstr='#dfdfdf',GradientType=0);
  -webkit-box-shadow: #ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  -moz-box-shadow: #ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  box-shadow: #ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.shop2-cart-auth__btn {
  display: inline-block;
  padding: 5px 11px 6px;
  vertical-align: top; }

.shop2-payments-order label {
  display: block;
  margin: 0 0 10px; }

.shop2-payments-order .label-icons {
  margin-top: 5px;
  display: block !important; }

.shop2-payments-order .label-icons img {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #dedede;
  height: 42px;
  vertical-align: middle;
  margin: 0 5px 10px; }

.shop2-payments-order .payment_methods-column, .payment-type .payment_methods-column {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  padding: 0 !important; }

.shop2-payments-order .payment_methods-column label {
  display: block; }

span.payment_methods-column label {
  border: 0; }

.is-hidden {
  display: none; }

#shop2-cart-page .shop2-cart-body .cart-product-action {
  font-size: 12px;
  color: #eb3c3c;
  margin: 4px 0; }

.suggestions-input--wrapper {
  padding: 10px 0 40px 32px;
  margin: 0 0 0 16px;
  display: flex;
  border-left: 2px solid #f8f8f8; }

.suggestions-input--wrapper:after {
  display: block;
  content: '';
  clear: both;
  font-size: 0;
  height: 0; }

.suggestions-input--wrapper .suggestions-input {
  display: inline-block; }

.suggestions-input--wrapper #shop2-deligate-calc {
  display: none;
  margin-left: 10px; }

.suggestions-input--wrapper .suggestions-suggestions {
  background-color: white;
  border: 1px solid silver;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin-top: 1px;
  padding: 10px 10px; }

.suggestions-input--wrapper .suggestions-suggestions .suggestions-suggestion {
  padding: 4px 10px;
  font-weight: 700;
  color: #333; }

.suggestions-input--wrapper .suggestions-suggestions .suggestions-suggestion strong {
  color: #333;
  font-weight: 700; }

#shop2-order-delivery {
  position: relative; }

#shop2-order-delivery .shop2-delivery--item__tab {
  padding: 0;
  margin: 0 0 10px;
  font-size: 0;
  line-height: 0; }

#shop2-order-delivery .shop2-delivery--item__tab .tab-label {
  padding: 25px 20px 25px 22px;
  cursor: pointer; }

#shop2-order-delivery .shop2-delivery--item__tab .label {
  cursor: pointer;
  padding: 0;
  background-color: #f8f8f8;
  border-radius: 4px;
  border: 3px solid #f8f8f8; }

#shop2-order-delivery .shop2-delivery--item__tab .label .delivery-tab--icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 22px;
  width: 52px;
  height: 38px;
  background-position: 0 0;
  background-repeat: no-repeat; }

#shop2-order-delivery .shop2-delivery--item__tab .label .delivery-tab--name {
  display: inline-block;
  vertical-align: top;
  color: #212121;
  font-size: 17px;
  font-weight: 700;
  line-height: normal; }

#shop2-order-delivery .shop2-delivery--item__tab .label .delivery-tab--name .delivery-tab--note {
  display: block;
  color: #828282;
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 10px; }

#shop2-order-delivery .shop2-delivery--item__tab .label .delivery-tab--name span.error {
  color: red;
  font-size: 13px;
  display: none; }

#shop2-order-delivery .shop2-delivery--item__tab .label .delivery-tab--name.err span.error {
  display: block; }
/*#shop2-order-delivery .shop2-delivery--item__tab .label.courier .delivery-tab--icon{background-image:url(/g/shop2v2/defaulСЃourier-icon-blue.svg);background-size:48px 31px;background-position:0 4px}*/
#shop2-order-delivery .shop2-delivery--item__tab .label.selfdelivery .delivery-tab--icon {
  background-image: url(/g/shop2v2/defaulselfdelivery-icon-blue.svg);
  background-size: 38px 38px;
  background-position: 9px 0; }
/*#shop2-order-delivery .shop2-delivery--item__tab .label.point .delivery-tab--icon{background-image:url(/g/shop2v2/defaulpoints-icon-blue.svg);background-size:50px 32px}*/
#shop2-order-delivery .shop2-delivery--item__tab .label.door .delivery-tab--icon {
  background-size: 38px 38px;
  background-image: url(/g/shop2v2/defaulmail-icon-blue.svg); }
/*#shop2-order-delivery .shop2-delivery--item__tab .label.mail .delivery-tab--icon{background-size:38px 38px;background-position:9px 0;background-image:url(/g/shop2v2/defaulmail-icon-blue.svg)}*/
#shop2-order-delivery .shop2-delivery--item__tab .label.other .delivery-tab--icon {
  background-size: 38px 38px;
  background-position: 9px 0;
  background-image: url(/g/shop2v2/defaulother-delivery-icon-blue.svg); }

#shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items {
  padding: 0 20px 25px 96px;
  line-height: normal;
  font-size: 13px;
  display: none;
  cursor: auto; }

#shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type {
  border: 0; }

#shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .option-details {
  display: none; }

#shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type.active-type .option-details {
  display: block; }

#shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .option-details {
  overflow: visible; }

#shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .option-label {
  display: flex;
  justify-content: space-between; }

#shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .option-label strong {
  color: #212121;
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap; }

#shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .option-label span {
  padding: 0; }

#shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .option-label span.g-form-control-radio__input {
  left: 10px;
  top: 11px; }

#shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .option-label span.g-form-control-radio__label {
  padding-left: 30px;
  color: #484848;
  font-size: 14px;
  font-weight: 400; }

#shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .option-label span.shop2-edost-day {
  margin: 3px 0 0 32px;
  display: block;
  font-size: 11px;
  color: #333;
  padding-left: 23px; }

#shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field {
  padding: 0; }

#shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__title {
  font-size: 12px; }

#shop2-order-delivery .shop2-delivery--item__tab.disabled .label {
  cursor: auto; }

#shop2-order-delivery .shop2-delivery--item__tab.disabled .label.courier .delivery-tab--icon {
  background-image: url(/g/shop2v2/defaulСЃourier-icon-disable.svg); }

#shop2-order-delivery .shop2-delivery--item__tab.disabled .label.selfdelivery .delivery-tab--icon {
  background-image: url(/g/shop2v2/defaulselfdelivery-icon-disable.svg); }

#shop2-order-delivery .shop2-delivery--item__tab.disabled .label.point .delivery-tab--icon {
  background-image: url(/g/shop2v2/defaulpoints-icon-disable.svg); }

#shop2-order-delivery .shop2-delivery--item__tab.disabled .label.mail .delivery-tab--icon {
  background-image: url(/g/shop2v2/defaulmail-icon-disable.svg); }

#shop2-order-delivery .shop2-delivery--item__tab.disabled .label.other .delivery-tab--icon {
  background-image: url(/g/shop2v2/defaulother-delivery-icon-disable.svg); }

#shop2-order-delivery .shop2-delivery--item__tab.disabled .label .delivery-tab--name, #shop2-order-delivery .shop2-delivery--item__tab.disabled .label .delivery-tab--note {
  color: silver; }

#shop2-order-delivery .shop2-delivery--item__tab.active-tab .label {
  background-color: transparent;
  border-color: #e3e3e3; }

#shop2-order-delivery .shop2-delivery--item__tab.active-tab .label .delivery-items {
  display: block; }

#shop2-order-delivery .shop2-delivery--item__tab.point {
  background-color: #f8f8f8; }

#shop2-order-delivery .shop2-delivery--item__tab.active-tab.point #map {
  display: none; }

#shop2-order-delivery .shop2-delivery--item__tab.active-tab.point #deligate_points_fields {
  display: block !important; }

#shop2-order-delivery .preloader {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 10px;
  z-index: 1010;
  background: rgba(0, 0, 0, 0.35);
  transition: opacity 0.3s, visibility 0.3s;
  position: absolute;
  opacity: 0;
  visibility: hidden; }

#shop2-order-delivery .preloader .spinner {
  font-size: 10px;
  text-indent: -9999em;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #15c;
  -webkit-animation: s3-preloader-animate 1.1s infinite linear;
  animation: s3-preloader-animate 1.1s infinite linear;
  z-index: 100000; }

#shop2-order-delivery .preloader:after, #shop2-order-delivery .preloader .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 3px rgba(37, 153, 42, 0.5), 0 0 3px rgba(37, 153, 42, 0.5) inset; }

#shop2-order-delivery.preloader .preloader {
  opacity: 1;
  visibility: visible; }

@-webkit-keyframes s3-preloader-animate {
  0 {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes s3-preloader-animate {
  0 {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes s3-preloader-animate {
  0 {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes s3-preloader-animate {
  0 {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.delivery-baloon-content {
  box-sizing: border-box;
  padding-left: 8px; }

.delivery-baloon-content .note-block {
  border-radius: 3px;
  background-color: #fdf8bc;
  padding: 13px 0;
  font: normal 14px Arial;
  color: #333;
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between; }

.delivery-baloon-content .note-block > div {
  padding: 0 20px; }

.delivery-baloon-content .note-block label.cost {
  display: block;
  padding: 3px 0; }

.delivery-baloon-content .note-block label.cost input {
  margin-left: 0;
  vertical-align: top;
  margin-top: 2px; }

.delivery-baloon-content div.buttons {
  display: flex;
  justify-content: space-between; }

.delivery-baloon-content div.buttons a {
  margin-right: 10px; }

.delivery-baloon-content h3 {
  color: #212121;
  font-size: 18px;
  font-weight: 400; }

.delivery-baloon-content > div {
  padding: 0 0 20px;
  color: #333;
  font-size: 14px;
  font-weight: 400; }

.delivery-baloon-content > div span {
  display: block;
  color: #999;
  font-size: 13px;
  font-weight: 400; }

.shop2-perfect-form {
  margin: 20px 0 0; }

.shop2-order-options .options-list.padding {
  margin: 20px 0 0;
  padding-left: 50px; }

.shop2-delivery-step {
  display: inline-block;
  width: 34px;
  height: 34px;
  text-align: center;
  font: normal 18px Arial;
  color: #15c;
  margin-right: 12px;
  border-radius: 17px;
  background: #f3f3f3;
  box-sizing: border-box;
  padding: 7px 0; }

.shop2-delivery-step-name {
  display: inline-block;
  font: normal 16px Arial;
  color: #212121;
  vertical-align: middle; }

#deligate_points_fields {
  background: #fff;
  padding: 15px 20px;
  box-sizing: border-box;
  margin: 0 20px 20px 96px;
  display: none; }

#deligate_points_fields .delivery-point {
  font: normal 14px Arial;
  color: #333;
  display: flex;
  padding-bottom: 10px; }

#deligate_points_fields .delivery-point div + div {
  padding-left: 40px; }

#deligate_points_fields .delivery-point p {
  margin: 0;
  padding: 0 0 10px; }

#deligate_points_fields .delivery-point p span.title {
  color: #999;
  display: inline-block;
  padding-right: 30px;
  min-width: 100px; }

.suggestions-nowrap {
  white-space: nowrap; }

.suggestions-input {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.suggestions-input::-ms-clear {
  display: none; }

.suggestions-wrapper {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: top;
  min-height: 1px;
  -webkit-text-size-adjust: 100%; }

.suggestions-addon {
  display: none;
  opacity: 0;
  position: absolute; }

.suggestions-addon[data-addon-type="spinner"] {
  background: rgba(255, 255, 255, 0.75) url("data:image/gif;base64,R0lGODlhEAAQAKUAABwaHIyOjMzKzOTm5LSytFxaXHR2dJyenNza3PT29Ly+vISGhERGRJSWlNTS1Ozu7Ly6vGRmZHx+fKSmpOTi5Pz+/MTGxDQyNJSSlMzOzOzq7LS2tHx6fNze3Pz6/MTCxIyKjExKTJyanNTW1PTy9GxqbKyqrP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAnACwAAAAAEAAQAAAGk8CTcHgSHYjIU8dAOoFApwfDkfQYJqcFdBFKECleS4mCaSAum1MiIwQFHBWTRtgJxC8XYYIggSQlABwPRAODSB0jQxYKEB9JQiUFBQaLCo6PEZIGQyReSCRNQx4ZBIlIDgQOHkIQEBQVI54kIxUUG35RqxQEJBkOJAQDJx6GQh4biQJsGRCrSA/NJ8rDG8WPI6ZIQQAh+QQJCQArACwAAAAAEAAQAIUEAgSEgoTEwsTk4uSkoqRERkRkYmTU0tT08vSUlpS0srRsbmwcHhyMiozMyszs6uysqqxcXlzc2tz8+vxMTkycnpy8urx0dnQcGhyEhoTExsTk5uSkpqRMSkxsamzU1tT09vScmpy0trR0cnQ0MjSMjozMzszs7uysrqzc3tz8/vz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGk8CVcLiCoIjI1aAEWoVCq1NEkpw0RKsENGFoDh+TlSmwIXAGHcEKdBASCB+V5SQcVFSKQkcIEoQ0SSUkGQhEJ4VIAylDHyYObUkrFx4eAR8OJpBJk5VDCF5EEporEyYKH0kjAAt0KxYWAyofXghxBBgMQidhAwoImQgKAysIgEMTIqiYYhZhSCfNK8vIrZErH6hJQQAh+QQJCQAkACwAAAAAEAAQAIUEAgSEhoTExsTk5uRMTkykpqTU1tRsamz09vS0trR0dnScmpzMzszs7uzc3tw0MjRcXly0srT8/vy8vrx8fnwcGhyUkpTMyszs6uysqqzc2tx0cnT8+vy8urx8enykoqTU0tT08vTk4uRkZmT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkECScEhKdIhI0qCAIGUypJDCkeR8BE7oR8EhNrqaRSMSEY0uJIRB2OmIJIKQcJCRTCAQIYeRWCMXBAtyQyFNSCIiQwYMFyBJQgEeHhYGFwyOjwEKk4SGRA5+egwRoUMUFR4NbG4SBoYaGxIZDw9CXyQiESGXDAAFaQxEHH0kliQHFZ5DDR1dxhgVWI9CBqVDQQAh+QQJCQAmACwAAAAAEAAQAIUcGhyMjozMysxUVlTk5uSsrqx0cnT09vS8vrzc3tyEgoScnpxERkTU0tTs7uy0trRkZmR8fnz8/vzExsSMioykpqQ0MjSUlpTMzsxcWlzs6uy0srR0dnT8+vzEwsTk4uSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGjkCTcGiaCIhIk4PUMZEQphHlk+w8Gk7oJtAcOpqEzQgxIUSwh4SQRPpIRAehhiSZcDjCDuYhSpYgJSNEI3FIGlRCIhgCWEkmFxQUCyICGI1JkCALQ4RJH2pDeht9SBQWIIJObW+FCQoSDyEMQl8mH2IQECIABSYHlyZWfQMZJhwWhURLTcRKFhiOQwZ4SUEAIfkECQkAKQAsAAAAABAAEACFBAIEhIKExMLE5OLkREZEpKKkZGZk1NLU9PL0tLK0dHZ0XF5cnJqczMrM7OrsbG5s3Nrc/Pr8vLq8NDI0jI6MTE5MrK6sHBochIaExMbE5ObkTEpMpKakbGps1NbU9Pb0tLa0fH58ZGJkzM7M7O7sdHJ03N7c/P78vL68////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpDAlHCY8niIyBRJEkk1RqlPwZGMgA5OqIDTHJKamgRidHAwjpGBUCIZnDwfISlzOlAowsgIdERKQglxQwiCRA5UQh4jDVhJKQUMDBYeT41JkJKDhUMDJkR6CX1EDBUMCGttJyWeKQMUJygLInJNBQAHJQoQEyApEaIpCBcPKQYdKRgbm0IZF1TGSgSWjiEBjkEAIfkECQkAJgAsAAAAABAAEACFBAIEhIKExMLE5OLkpKKkTE5M1NLU9PL0lJKUZGZktLK0zMrM7Ors3Nrc/Pr8nJqcdHZ0NDI0jI6MrKqsXF5cHBochIaExMbE5ObkpKak1NbU9Pb0lJaUbGpsvLq8zM7M7O7s3N7c/P78nJ6cfHp8ZGJk////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpRAk3Bo0miISBPI4zAtPiaHB5SUGpzQD5MIaoYUh48BpMBEzSaPByPSbIQHjahByAgdH8UReXkI3kMHgEQHVEIaHwtXSSYKExMeGk+LSQoZkEMGDUkYaEIMHQAQSRMJGQdCFRUZDgEhQhgjIgsQoyYXbxMVGhYWAwUCJhuvQxsRoxAkJgglg0MLEVTJShSbjEISCIxBACH5BAkJACkALAAAAAAQABAAhRwaHIyOjMzKzFxaXKyurOTm5HR2dJyenLy+vPT29Nze3DQ2NISChJSWlNTS1GxqbLS2tOzu7KyqrMTGxPz+/ERGRIyKjDQyNJSSlMzOzGRmZLSytOzq7Hx6fKSipMTCxPz6/OTi5ISGhJyanNTW1HRydLy6vPTy9ExKTP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTwJRwmCKRiMhUxARKCTIpkCmSBEEcTmiGSYw0C5tTxnHahKLUlMkUopASwhOJEoKYhKAM5Ih0XJtDJ3BIJydDJQMDD0lCHwgmE4gDGowpjggTQyQKSREFXR0ADEkQDBuDFxcSFAFnKRyrDhYBQgJwGwsKGA0hGgIpCa5CCRUWKSLGHgaARA4VhsgpJwaclSkjB4xBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTGxKSipOTm5ERGRLSytGxqbJSSlNTW1PT29IyKjMzOzKyqrOzu7FxeXLy6vHR2dDQyNExOTJyanOTi5Pz+/Hx+fBwaHISGhMzKzKSmpOzq7ExKTLS2tNza3Pz6/IyOjNTS1KyurPTy9Ly+vHx6fJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTQJRwiEokiEiUAwJCaRgoEMSRBHlETiiDSRQoUBUDiSEiGSpRKgqD2VgSXxQpYal4IELOARBJiq5NQyIfSSQkQwEHB31JKCIMGgkXiox+kEdCH2hIDmpCDhkSCEkCFF5CHR0eFicEnxAWHwMbQiJfJRMVAwMEF1ggrkMKDxQoCCcoBiGBRAkPhxTFCgubjSgNI41BACH5BAkJACoALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSWlHRydCwuLMzKzOzq7KyqrNza3Pz6/Ly6vIyOjFxeXJyenHx6fBwaHISGhMTGxOTm5KSmpNTW1PT29LS2tGxubJyanHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vGRiZP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaRQJVwqOJwiEhV5uJQNUaqiISUPFw+TuhIEiE2OioCwDAyHBCDKFXFEJVOC5PwwDkNPBIhyXIJJA0eBl1DHHJIBwdDExYWGElCZA0ciyGOjwZPR0ImGlWJQwcKBRVJHAiCQhQpKCcPTSokDXZ4QhxdGQkaCAgkIBBqRB0LGyoPDyooG4NEJiGJxiodG6+PKrRJQQAh+QQJCQAnACwAAAAAEAAQAIUcGhyMjozMyszk5uRUVlSsrqx0cnTc2tz09vS8vryEgoScnpxERkTU0tTs7uy0trRkZmR8enzk4uT8/vzExsSMioykpqQ0MjSUlpTMzszs6uxcWly0srR0dnTc3tz8+vzEwsSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkMCTcHgydIjIk+DiOBE2p0+piURcIk5opvQhNhAnE2AEgZA4gyiVIXpMFB4hYjSRlEpCR+gSSDY4GV1DBxJJCCRDCxUVGElCDRkCI4qMjicNAhkjQxIaSSRUQiQWEAVJIxwNgh0GAhNTonQSD3gnHmAZCgMgIA4chROhURUPJyUJl1xJEhVgxycIsJYnFAKOQQAh+QQJCQApACwAAAAAEAAQAIUEAgSEgoTExsTk5uRERkSkoqRkZmTU1tSUlpT09vS0srRcXlx0dnSMiozMzszs7uzc3tw0NjRMTkysqqx0cnScnpz8/vy8urwcGhyEhoTMyszs6uxMSkykpqRsamzc2tycmpz8+vxkYmR8fnyMjozU0tT08vTk4uS8vrz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGj8CUcJgKBIjIVIlgShk8qQ1GkEwQGk6oAZMgHkIpReRDYZQAnZTlIVyIUBbSSfhhWE6Xi9CE4FSSJQoOYEMQA0kmXUITICBpSUoOGgeMjpBKGg4HQwNsSCaeQgkKAXpIgSWEDSQOFhqeJgd3eUInYB8gDyUlDwqHIaEpIRVUGhopDheERAMdYJnCF8GAm0lBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSSlHRydBweHMzKzOzq7KyqrNza3Pz6/IyOjLy6vJyanHx6fBwaHISGhMTGxOTm5KSmpFxeXNTW1PT29GxubHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaWQJRwiJIoiEgUZ3NAfSooESiU7GwoTugH1CGSIqhJYRC4cCwj1KEhXHwaJUpGSAqUCBaG8EBIPJILAB4ORAOESBwcQxMPDwhJQiGSHAgjGo+QBiENikIiTUgHoEIdAhQYSZQGYCgEGhAlHF1qHCUDExNCDl0DCAchBgcIcxEiRCUTBigNVCETrEQiE12bKBETxpBCiZBBADs=") 50% 50% no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.suggestions-addon[data-addon-type="clear"] {
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=") 50% 50% no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 0.8; }

.suggestions-addon[data-addon-type="clear"]:hover {
  opacity: 1; }

.suggestions-suggestions {
  background: #fff;
  border: 1px solid #999;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  z-index: 9999;
  -webkit-text-size-adjust: 100%; }

.suggestions-suggestions strong {
  font-weight: normal;
  color: #39f; }

.suggestions-suggestions.suggestions-mobile {
  border-style: none; }

.suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
  border-bottom: 1px solid #ddd; }

.suggestions-suggestion {
  padding: 4px 4px;
  overflow: hidden; }

.suggestions-suggestion:hover {
  background: #f7f7f7; }

.suggestions-selected {
  background: #f0f0f0; }

.suggestions-selected:hover {
  background: #f0f0f0; }

.suggestions-hint {
  padding: 0 4px 10px 8px;
  white-space: nowrap;
  overflow: hidden;
  color: #777;
  font-size: 14px;
  line-height: normal;
  display: block !important; }

.suggestions-constraints {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important; }

.suggestions-constraints:empty {
  display: none !important; }

.suggestions-constraints li {
  background: #f8f8f8;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: default;
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 0 0.5em; }

.suggestions-constraints li .suggestions-remove {
  height: 1em;
  width: 1em;
  display: inline-block;
  margin: 0 0 0 0.25em;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=") 50% 50% no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 0.8; }

.suggestions-constraints li .suggestions-remove:hover {
  opacity: 1; }

.suggestions-constraints li span {
  vertical-align: middle; }

.suggestions-subtext {
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.suggestions-subtext_inline {
  display: inline-block;
  min-width: 6em;
  vertical-align: bottom;
  margin: 0 0.5em 0 0; }

.suggestions-subtext-delimiter {
  display: inline-block;
  width: 2px; }

.suggestions-subtext_label {
  margin: 0 0 0 0.25em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 3px;
  background: #f5f5f5;
  font-size: 85%; }

.suggestions-value[data-suggestion-status="LIQUIDATED"] {
  position: relative; }

.suggestions-value[data-suggestion-status="LIQUIDATED"]:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  content: ''; }

.shop2-order-options .options-list.hide-tabs .shop2-delivery--item__tab.disabled {
  display: none; }

#shop2-order-delivery .options-list {
  margin-top: 0; }

#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items {
  padding-left: 22px; }

#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type {
  position: relative;
  margin: 0 0 20px;
  padding: 0 18px;
  box-shadow: none;
  border: 0;
  background: 0; }

#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type:first-child {
  border: 0; }

#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type.active-type {
  background: 0; }

#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type.active-type .option-details {
  margin-top: -10px; }

#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #202020;
  opacity: 0.1; }

#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type > label, #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type > div {
  position: relative; }

#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-label {
  padding: 17px 0;
  color: #404040;
  font-size: 15px;
  font-weight: 400; }

#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-label > span {
  font-size: 15px;
  color: #404040;
  margin-bottom: 5px; }

#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px; }

#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-label input:checked + .control-radio__label:after {
  opacity: 1; }

#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-label .control-radio__label {
  position: relative;
  padding: 0 0 0 35px !important;
  cursor: pointer;
  display: inline-block; }

#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-label .control-radio__label::before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #cdd1da;
  border-radius: 50%;
  background: #fff; }

#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-label .control-radio__label::after {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #15c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.2s; }

#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-details {
  margin-left: 30px;
  overflow: visible;
  padding: 0 0 10px; }

#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-details .option-item label {
  width: 100%; }

#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-details .option-item label > span {
  font-size: 14px;
  color: #606060;
  margin-bottom: 5px; }

#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .map-wrapper {
  position: relative;
  border: 1px solid rgba(20, 20, 20, 0.1); }

#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .map-wrapper * ymaps {
  box-shadow: none; }

#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .map-select {
  padding: 10px 0 15px; }

.deligate_points_fields {
  background: 0;
  padding: 0;
  box-sizing: border-box;
  margin: 10px 0 0;
  display: none; }

.deligate_points_fields .delivery-point {
  font: normal 14px Arial;
  color: #333;
  display: flex;
  padding-bottom: 10px; }

.deligate_points_fields .delivery-point div + div {
  padding-left: 40px; }

.deligate_points_fields .delivery-point p {
  margin: 0;
  padding: 0 0 10px; }

.deligate_points_fields .delivery-point p span.title {
  color: #999;
  display: inline-block;
  padding-right: 30px;
  min-width: 100px; }

.delivery-baloon-content div.buttons {
  display: block;
  line-height: normal;
  padding: 12px 0 0; }

.delivery-baloon-content div.buttons a {
  padding: 4px 8px;
  margin: 0 0 0 10px; }

.delivery-baloon-content > div {
  padding-bottom: 12px; }

.delivery-baloon-content .note-block {
  padding: 0;
  margin: 0;
  background: 0;
  display: block; }

.delivery-baloon-content .note-block label {
  font-size: 13px;
  color: #999; }

.delivery-baloon-content .note-block strong {
  font-weight: 400;
  font-size: 14px;
  color: #333; }

.deligate_points_fields {
  padding: 10px;
  background: #fdf5b5; }

.shop2-order-options .option-type .option-details.map.selected .map-select, .shop2-order-options .option-type .option-details.map.selected .map-wrapper {
  display: none; }

.shop2-order-options .option-type .option-details.map.selected .deligate_points_fields {
  display: block; }

@media screen and (max-width: 768px) {
  .suggestions-input--wrapper {
    padding-left: 0;
    margin-left: 0;
    border: 0;
    display: block; }

  .suggestions-input--wrapper input {
    max-width: 100%; }

  .suggestions-input--wrapper #shop2-deligate-calc {
    display: inline-block !important;
    margin: 10px 0 0; }

  .shop2-delivery-step-name {
    font-size: 14px;
    vertical-align: baseline; }

  .shop2-delivery-step {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 17px;
    padding: 0; }

  .shop2-order-options .options-list.padding {
    padding-left: 0; }

  #shop2-order-delivery .shop2-delivery--item__tab .tab-label {
    padding: 10px; }

  #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-tab--name {
    font-size: 15px; }

  #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items {
    padding-left: 0; }

  #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .option-label strong {
    font-size: 15px; }

  #deligate_points_fields {
    margin-left: 0; } }

.shop2-product-navigation {
  margin: 20px 0;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.shop2-product-navigation a {
  text-decoration: none; }
/*site.addons.scss*/
.product-popup-block.opened {
  opacity: 1;
  visibility: visible; }
  .product-popup-block .product-popup-close {
    position: absolute;
    cursor: pointer;
    top: 15px;
    right: 15px;
    display: block;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
    .product-popup-block .product-popup-close:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      width: 2px;
      background: #fff;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      background: #000; }
    .product-popup-block .product-popup-close:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      height: 2px;
      background: #fff;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      background: #000; }
  .product-popup-block .product-popup-block-in {
    width: 450px;
    max-width: 98%;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
    position: relative; }
  .product-popup-block .product-popup-title {
    font-size: 20px;
    padding: 0 0 15px; }
  .product-popup-block .product-popup-article {
    padding: 0 0 5px; }
  .product-popup-block .product-popup-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .product-popup-block .product-popup-body .product-popup-image {
      width: 100px;
      min-width: 100px;
      margin: 0 10px 0 0; }
      .product-popup-block .product-popup-body .product-popup-image img {
        max-width: 100%; }
    .product-popup-block .product-popup-body .product-popup-name {
      font-weight: bold;
      font-size: 15px;
      padding: 0 0 5px; }
    .product-popup-block .product-popup-body .product-popup-price {
      font-weight: bold;
      font-size: 15px;
      padding: 0 0 5px; }
      .product-popup-block .product-popup-body .product-popup-price span {
        font-weight: normal; }
    .product-popup-block .product-popup-body .product-popup-params .product-options-tit {
      float: left;
      padding: 0 5px 0 0; }
      .product-popup-block .product-popup-body .product-popup-params .product-options {
        overflow: hidden; }
      .product-popup-block .product-popup-body .product-popup-params .product-clear {
        clear: both; }
      .product-popup-block .product-popup-body .product-popup-params ul {
        margin: 0;
        padding: 0;
        list-style: none;
        pointer-events: none; }
        .product-popup-block .product-popup-body .product-popup-params ul li {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          flex-wrap: wrap; }
          .product-popup-block .product-popup-body .product-popup-params ul li .param-tit {
            padding: 0 5px 0 0;
            float: left; }
          .product-popup-block .product-popup-body .product-popup-params ul li .param-val {
            overflow: hidden; }
          .product-popup-block .product-popup-body .product-popup-params ul li.product-amount {
            display: none; }
  .product-popup-block .product-popup-btns {
    padding: 0;
    margin: 0 -10px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }
    .product-popup-block .product-popup-btns a {
      display: block; }
    .product-popup-block .product-popup-btns > div {
      padding: 10px 10px 0 0;
      flex: 1 0 0;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      text-align: center; }
    .product-popup-block .product-popup-btns .cart-btn a {
      color: #fff;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      background: #f5cba2;
      background: -moz-linear-gradient(top, #f5cba2 0, #ff4d04 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5cba2), color-stop(100%, #ff4d04));
      background: -webkit-linear-gradient(top, #f5cba2 0, #ff4d04 100%);
      background: -o-linear-gradient(top, #f5cba2 0, #ff4d04 100%);
      background: -ms-linear-gradient(top, #f5cba2 0, #ff4d04 100%);
      background: linear-gradient(to bottom, #f5cba2 0, #ff4d04 100%);
      font: 13px Arial, Helvetica, sans-serif;
      padding: 10px 15px;
      text-decoration: none;
      white-space: pre; }
      .product-popup-block .product-popup-btns .cart-btn a:hover {
        background: #f9d2ac;
        background: -moz-linear-gradient(top, #f9d2ac 0, #fd6c31 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9d2ac), color-stop(100%, #fd6c31));
        background: -webkit-linear-gradient(top, #f9d2ac 0, #fd6c31 100%);
        background: -o-linear-gradient(top, #f9d2ac 0, #fd6c31 100%);
        background: -ms-linear-gradient(top, #f9d2ac 0, #fd6c31 100%);
        background: linear-gradient(to bottom, #f9d2ac 0, #fd6c31 100%); }
      .product-popup-block .product-popup-btns .cart-btn a:active {
        background: #fc814f;
        background: -moz-linear-gradient(top, #fc814f 0, #fd6c31 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fc814f), color-stop(100%, #fd6c31));
        background: -webkit-linear-gradient(top, #fc814f 0, #fd6c31 100%);
        background: -o-linear-gradient(top, #fc814f 0, #fd6c31 100%);
        background: -ms-linear-gradient(top, #fc814f 0, #fd6c31 100%);
        background: linear-gradient(to bottom, #fc814f 0, #fd6c31 100%);
        -moz-box-shadow: inset 1px 2px 3px #cc4b16;
        -webkit-box-shadow: inset 1px 2px 3px #cc4b16;
        box-shadow: inset 1px 2px 3px #cc4b16; }
    .product-popup-block .product-popup-btns .continue span {
      background: #51779e;
      background: -webkit-gradient(linear, 0 0, 0 bottom, from(#51779e), to(#245485));
      background: -webkit-linear-gradient(#51779e, #245485);
      background: -moz-linear-gradient(#51779e, #245485);
      background: -ms-linear-gradient(#51779e, #245485);
      background: -o-linear-gradient(#51779e, #245485);
      background: linear-gradient(#51779e, #245485);
      -pie-background: linear-gradient(#51779e, #245485);
      behavior: url(/g/pie/pie.htc);
      color: #fff;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      font: 13px Arial, Helvetica, sans-serif;
      padding: 10px 15px;
      cursor: pointer;
      display: block;
      white-space: pre; }
      .product-popup-block .product-popup-btns .continue span:hover {
        background: #708faf;
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#708faf), to(#245485));
        background: -webkit-linear-gradient(#708faf, #245485);
        background: -moz-linear-gradient(#708faf, #245485);
        background: -ms-linear-gradient(#708faf, #245485);
        background: -o-linear-gradient(#708faf, #245485);
        background: linear-gradient(#708faf, #245485);
        -pie-background: linear-gradient(#708faf, #245485);
        behavior: url(/g/pie/pie.htc); }
      .product-popup-block .product-popup-btns .continue span:active {
        background: #5184ac;
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#5184ac), to(#245485));
        background: -webkit-linear-gradient(#5184ac, #245485);
        background: -moz-linear-gradient(#5184ac, #245485);
        background: -ms-linear-gradient(#5184ac, #245485);
        background: -o-linear-gradient(#5184ac, #245485);
        background: linear-gradient(#5184ac, #245485);
        -pie-background: linear-gradient(#5184ac, #245485);
        behavior: url(/g/pie/pie.htc);
        -moz-box-shadow: inset 1px 2px 3px #13416f;
        -webkit-box-shadow: inset 1px 2px 3px #13416f;
        box-shadow: inset 1px 2px 3px #13416f; }
/*shop2design.css*/
div.tpl-product-list-v div.product-item {
  margin: 0 19px 20px 0; }

#shop2-cart {
  width: 100%;
  overflow: auto; }

@media (max-width: 980px) {
  #shop2-cart::-webkit-scrollbar {
    -webkit-appearance: none; }

  #shop2-cart::-webkit-scrollbar:vertical {
    width: 5px; }

  #shop2-cart::-webkit-scrollbar:horizontal {
    height: 5px; }

  #shop2-cart::-webkit-scrollbar-thumb {
    background-color: rgba(1, 1, 1, 0.7); }

  #shop2-cart::-webkit-scrollbar-track {
    background-color: #fff; }

  a.shop2-button.cart-order, a.shop-cart-order, input.shop-cart-order {
    margin: 12px 0; }

  #shop2-cart #shop2-cart-page th {
    padding: 2px !important; }

  .tpl-product-list-p td {
    padding: 5px !important; } }

form.tpl-product div.product-left-bar {
  padding: 0 5px 0 3px; }

form.tpl-product div.product-right-bar {
  width: 475px; }

form.tpl-product div.product-bot {
  width: 442px;
  padding: 20px 13px 15px 17px; }

div.tpl-product-list-v p.product-name {
  height: 62px; }

input.shop-cart-order {
  border: 0;
  cursor: pointer; }

a.shop2-button.cart-order span.shop2-button-left, a.shop2-button.cart-order span.shop2-button-right {
  background: none !important; }

a.shop2-button.cart-order span.shop2-button-left {
  color: #fff !important; }

a.shop2-button.cart-order, a.shop-cart-order, input.shop-cart-order {
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #f5cba2;
  background: -moz-linear-gradient(top, #f5cba2 0, #ff4d04 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5cba2), color-stop(100%, #ff4d04));
  background: -webkit-linear-gradient(top, #f5cba2 0, #ff4d04 100%);
  background: -o-linear-gradient(top, #f5cba2 0, #ff4d04 100%);
  background: -ms-linear-gradient(top, #f5cba2 0, #ff4d04 100%);
  background: linear-gradient(to bottom, #f5cba2 0, #ff4d04 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5cba2',endColorstr='#ff4d04',GradientType=0); }

a.shop2-button.cart-order:hover, a.shop-cart-order:hover, input.shop-cart-order:hover {
  color: #fff;
  background: #f9d2ac;
  background: -moz-linear-gradient(top, #f9d2ac 0, #fd6c31 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9d2ac), color-stop(100%, #fd6c31));
  background: -webkit-linear-gradient(top, #f9d2ac 0, #fd6c31 100%);
  background: -o-linear-gradient(top, #f9d2ac 0, #fd6c31 100%);
  background: -ms-linear-gradient(top, #f9d2ac 0, #fd6c31 100%);
  background: linear-gradient(to bottom, #f9d2ac 0, #fd6c31 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9d2ac',endColorstr='#fd6c31',GradientType=0); }

a.shop2-button.cart-order:active, a.shop-cart-order:active, input.shop-cart-order:active {
  color: #fff;
  background: #fc814f;
  background: -moz-linear-gradient(top, #fc814f 0, #fd6c31 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fc814f), color-stop(100%, #fd6c31));
  background: -webkit-linear-gradient(top, #fc814f 0, #fd6c31 100%);
  background: -o-linear-gradient(top, #fc814f 0, #fd6c31 100%);
  background: -ms-linear-gradient(top, #fc814f 0, #fd6c31 100%);
  background: linear-gradient(to bottom, #fc814f 0, #fd6c31 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc814f',endColorstr='#fd6c31',GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=153, Color=#cc4b16)";
  -moz-box-shadow: inset 1px 2px 3px #cc4b16;
  -webkit-box-shadow: inset 1px 2px 3px #cc4b16;
  box-shadow: inset 1px 2px 3px #cc4b16;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3,Direction=153,Color=#cc4b16); }

a.shop2-button.cart-order.xcart span.shop2-button-left, a.shop-cart-order {
  font-size: 16px;
  height: 30px;
  line-height: 30px; }

a.shop-cart-order, input.shop-cart-order {
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  width: auto;
  display: inline-block;
  color: #fff;
  padding: 0 30px; }

div.shop2-cart-delivery div.delivery-type-first {
  font-size: 15px;
  font-weight: bold; }

div.shop2-cart-delivery div.delivery-type-first .delivery-term {
  font-size: 14px;
  font-weight: normal; }

div.payment-type label[for=payment-78803] {
  font-size: 15px;
  font-weight: bold; }

div.tpl-product-list-v ul.product-param li div.param-val {
  margin: 0 0 0 -33px;
  text-align: right;
  width: 118px; }

table.bt thead, table.bt tbody th {
  display: none; }

table.bt tfoot th, table.bt tfoot td, table.bt tbody td {
  border: 0;
  display: block;
  vertical-align: top; }

table.bt tfoot th:before, table.bt tfoot td:before, table.bt tbody td:before {
  content: attr(data-th) ": ";
  font-weight: 700;
  width: 6.5em;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin: 12px 12px 12px 0; }

table.bt tfoot th.bt-hide, table.bt tfoot td.bt-hide, table.bt tbody td.bt-hide {
  display: none; }

table.bt tfoot th .bt-content, table.bt tfoot td .bt-content, table.bt tbody td .bt-content {
  vertical-align: middle;
  display: inline-block; }

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#sandbox_theme_panel_570606 {
  left: 0 !important;
  bottom: 0 !important;
  right: auto !important;
  top: auto !important;
  opacity: 0.4; }

.adaptive-table {
  overflow-x: auto; }

.cls:after {
  display: table;
  content: "";
  clear: both; }

.adaptive-header {
  display: none; }

.headroom {
  display: none;
  z-index: 100;
  position: fixed;
  height: 50px;
  background: #204f83;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.2s linear; }

.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.adaptive-call {
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 100%;
  width: 50px;
  box-sizing: border-box; }

.adaptive-call[data-id="0"] {
  left: 10px;
  background: url('menu.svg') 0 0 no-repeat; }

.adaptive-call[data-id="1"] {
  left: 80px;
  background: url(user.svg) 0 0 no-repeat; }

.adaptive-call[data-id="2"] {
  right: 70px;
  background: url('cart.svg') 0 0 no-repeat; }

.adaptive-call[data-id="2"] span {
  position: absolute;
  top: 10px;
  left: 19px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border-radius: 50%;
  background: #204f83;
  color: #fff;
  text-align: center;
  font-size: 11px; }

.adaptive-call[data-id="3"] {
  right: 10px;
  background: url('search.svg') 0 0 no-repeat; }

.adaptive-darkness {
  z-index: 101;
  display: none;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 1, 1, 0.7); }

.adaptive-darkness[data-state="show"] {
  display: block; }

.adaptive-left {
  z-index: 102;
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  background: #204f83;
  height: 100%;
  padding: 60px 0 0;
  overflow: auto;
  box-sizing: border-box;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.adaptive-left.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.adaptive-right {
  z-index: 102;
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  background: #204f83;
  height: 100%;
  padding: 60px 0 0;
  overflow: auto;
  box-sizing: border-box;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.adaptive-right.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.adaptive-top {
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #204f83;
  padding: 0 10px;
  box-sizing: border-box;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.adaptive-top:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #204f83;
  z-index: 1; }

.adaptive-top.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.adaptive-top input[type="text"] {
  background: #fff;
  outline: 0;
  padding: 0 12px;
  box-sizing: border-box;
  border: 1px solid #fff;
  line-height: 40px;
  font-size: 14px;
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 40px; }

.adaptive-top input[type="submit"] {
  cursor: pointer;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(search.svg) 0 0 no-repeat #204f83;
  border: 0;
  outline: 0;
  font-size: 0; }

.adaptive-left, .adaptive-right, .adaptive-top {
  transition: all 0.2s linear;
  max-width: 100%; }

.adaptive-wrap {
  transition: all 0.2s linear; }

.adaptive-left ul, .adaptive-left ul li {
  padding: 0;
  margin: 0;
  list-style: none; }

.adaptive-left ul li {
  position: relative; }

.adaptive-left ul li > span {
  position: absolute;
  top: 3px;
  right: 4px; }

.adaptive-left ul {
  padding: 0 12px;
  margin: 0 0 12px; }

.adaptive-left ul ul {
  padding-right: 0;
  display: none; }

.adaptive-left ul ul.active {
  display: block; }

.adaptive-left ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 14px;
  background: #204f83;
  color: #fff;
  padding: 7px 8px;
  border: 1px solid #fff;
  margin: 0 0 3px;
  box-sizing: border-box; }

.adaptive-left ul li a .js-adaptive-menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-left: 1px solid #fff;
  text-align: center;
  font-family: Tahoma, Verdana, Segoe, sans-serif; }

.adaptive-left ul li a .js-adaptive-menu-trigger:before {
  font-size: 16px;
  content: '+'; }

.adaptive-left ul li a .js-adaptive-menu-trigger.active:before {
  content: '-'; }

.adaptive-hide {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: #204f83;
  background: url("/t/v4128/images/adaptive/clear.svg") 0 0 no-repeat; }

.adaptive-top .adaptive-hide {
  top: 100%;
  right: 0;
  display: none; }

.adaptive-top.active .adaptive-hide {
  display: block; }

.adaptive-header .js-adaptive-clone-for-header {
  display: none; }

.adaptive-table {
  overflow-x: auto; }

@media (max-width: 992px) {
  .adaptive-wrap {
    overflow: hidden;
    padding-top: 50px; }

  .headroom {
    display: block; }

  ::-webkit-scrollbar {
    -webkit-appearance: none; }

  ::-webkit-scrollbar:vertical {
    width: 5px; }

  ::-webkit-scrollbar:horizontal {
    height: 5px; }

  ::-webkit-scrollbar-thumb {
    background-color: rgba(1, 1, 1, 0.7); }

  ::-webkit-scrollbar-track {
    background-color: #fff; }

  html, body {
    min-width: 320px; }

  #site-wrap {
    width: auto;
    background: 0; }

  #site-header {
    height: auto;
    padding: 12px 0; }

  .site-logo, .address-top, .phone-top, .top_but, .site-nav {
    float: left;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box; }

  .site-logo {
    width: 40%;
    text-align: center;
    padding: 12px 20px; }

  .site-logo img {
    max-width: 100%; }

  .address-top {
    width: 30%;
    text-align: center;
    line-height: 20px;
    padding: 32px 0; }

  .phone-top {
    width: 30%;
    text-align: center;
    background: 0;
    padding: 32px 0; }

  .top_but {
    float: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    margin: 0 20px; }

  .site-nav {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px; }

  .hrenoten {
    clear: both;
    text-align: center; }

  table.site-content, table.site-content > tbody, table.site-content > tbody > tr, table.site-content > tbody > tr > td {
    display: block; }

  table.site-content .search-form, table.site-content #shop2-cart-preview, table.site-content .m_box {
    display: none; }

  table.site-content > tbody > tr.a-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  table.site-content > tbody > tr.a-flex td.site-content-left {
    padding: 0;
    width: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  table.site-content > tbody > tr.a-flex td.site-content-right {
    padding: 0;
    width: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }

  .m2-wrap {
    display: none; }

  div.slider {
    max-width: 722px;
    margin: 0 auto;
    width: auto; }

  #vk_groups {
    margin: 0 auto 40px !important; }

  #site-footer {
    margin: 0;
    width: auto;
    height: 382px;
    padding: 12px 0; }

  #site-footer table, #site-footer table td, #site-footer table tbody, #site-footer table tr {
    display: block; }

  .site-content-wrap {
    padding: 0; }

  .foot-bg, ul.menu-bottom {
    display: none; }

  .tel-bot, .site-name-bottom, .site-copyright, .site-counters {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    background: 0;
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 12px 0; }

  a[href="/delivery"] img {
    max-width: 100%; }

  .adaptive-left .m_box {
    width: auto;
    margin: 0;
    padding: 0; }

  .adaptive-left .m_top, .adaptive-left .m_back, .adaptive-left .m_bot {
    height: auto;
    width: auto;
    background: 0; }

  .adaptive-left .k-title {
    color: #fff; }

  .adaptive-left .edit-block {
    color: #fff;
    width: auto;
    padding: 12px;
    margin: 0; }

  .adaptive-left .edit-block .edit-block-title {
    color: #fff; }

  .adaptive-left .edit-block a {
    color: #fff; }

  .adaptive-left .news-wrap {
    padding: 12px;
    width: auto;
    color: #fff;
    margin: 0 0 50px; }

  .adaptive-left .news-wrap a {
    color: #fff; }

  .adaptive-left .news-date, .adaptive-left .news-note, .adaptive-left .news-name {
    color: #fff; }

  #scrollup {
    max-width: 100%; }

  .slides {
    max-width: 100%; }

  .site-content-in {
    padding: 12px; }

  .site-content-in img {
    max-width: 100%;
    height: auto !important; }

  .anketa-flash-upload {
    display: none; }

  #site-footer {
    background-size: cover; }

  div.shop2-sorting {
    height: auto; }

  ul.shop2-views {
    margin: 12px 0; } }

@media (max-width: 768px) {
  div.tpl-product-list-v {
    text-align: center; }

  div.shop2-pageist a, div.shop2-pageist a:hover, div.shop2-pageist span {
    margin: 0 0 6px; } }

@media (max-width: 600px) {
  .site-logo {
    width: 50%;
    padding: 0 12px; }

  .address-top {
    width: 50%;
    padding: 30px 12px 0; }

  .phone-top {
    width: 100%;
    padding: 12px 0; }

  div.tpl-product-list-h div.product-right {
    float: none;
    width: auto;
    border: 0;
    margin: 0;
    clear: both; }

  div.tpl-product-list-h div.product-price {
    clear: both; }

  div.tpl-product-list-h div.product-bodycontent {
    margin: 0; }

  div.tpl-product-list-h div.product-maincontent {
    clear: both;
    overflow: auto; }

  div.tpl-product-list-h div.product-img {
    width: auto !important; }

  div.tpl-product-list-h div.product-inner {
    padding: 5px; }

  div.tpl-product-list-h div.product-price {
    width: auto;
    text-align: left; }

  div.tpl-product-list-h div.product-amount {
    text-align: left;
    width: auto;
    margin: 12px 0; }

  div.tpl-product-list-h div.product-right-wrap, div.tpl-product-list-h div.product-actions-wrap {
    min-height: 1px; }

  div.tpl-product-list-h button.product-buy {
    margin: 12px 0; }

  form input, form textarea {
    max-width: 100%;
    box-sizing: border-box; }

  form.tpl-product div.product-right-bar, form.tpl-product div.product-bot {
    width: auto;
    float: none;
    clear: both;
    display: block; } }

@media (max-width: 480px) {
  body {
    position: relative; }

  .site-logo {
    width: 100%;
    padding: 0 12px; }

  .address-top {
    width: 100%;
    padding: 12px; }

  div.tpl-product-list-h div.product-left {
    display: block;
    float: none; }

  .bx-slider1 .bx-pager {
    bottom: 20px !important; }

  .shop2-filter table, .shop2-filter tbody, .shop2-filter tr, .shop2-filter th, .shop2-filter td {
    display: block !important; }

  a.shop2-button span.shop2-button-left {
    padding: 0 5px 0 11px; }

  span.filter-result {
    padding: 0 4px; }

  .popover-wrap {
    max-width: 100%;
    box-sizing: border-box; }

  a.shop2-button.cart-order, a.shop-cart-order, input.shop-cart-order {
    margin: 12px 0; } }

.bx-slider1 {
  position: relative;
  max-width: 722px;
  margin: 12px auto 15px; }

.bx-slider1 .bx-pager-item {
  width: 29px;
  height: 25px;
  float: left;
  margin-left: 4px;
  list-style: none; }

.bx-slider1 .bx-pager-item a {
  width: 29px;
  height: 25px;
  display: block;
  background: url(sl_nav.png) 0 0 no-repeat;
  font: normal 16px/25px Arial;
  color: #1e3757;
  text-align: center;
  text-decoration: none; }

.bx-slider1 .bx-pager-item a.active {
  background: url(sl_nav.png) -33px 0 no-repeat; }

.bx-slider1 .bx-pager {
  display: block;
  position: absolute;
  z-index: 60;
  bottom: 12px;
  right: 10px;
  margin: 0;
  padding: 0; }

.tpl-product-list-p.bt, .tpl-product-list-p.bt tbody, .tpl-product-list-p.bt td, .tpl-product-list-p.bt tr {
  display: block;
  width: auto;
  text-align: left; }

.tpl-product-list-p.bt .product-amount, .shop-cart-tablebt .product-amount {
  padding: 5px 10px; }

table.bt.tpl-product-list-p tfoot th:before, table.bt.tpl-product-list-p tfoot td:before, table.bt.tpl-product-list-p tbody td:before {
  float: left;
  width: 40%;
  margin: 0; }

td[data-th="___"]:before {
  display: none !important; }

.adaptive-table .parent {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.adaptive-table .parent > * {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

.remodal, [data-remodal-id] {
  display: none; }

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

.remodal-overlay, .remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.remodal {
  position: relative;
  outline: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  display: inline-block; }

html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

.remodal, [data-remodal-id] {
  display: none; }

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

.remodal-overlay, .remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.remodal {
  position: relative;
  outline: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  display: inline-block; }

.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

.remodal-wrapper {
  padding: 10px 10px 0; }

.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening, .remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

.remodal, .remodal-wrapper:after {
  vertical-align: middle; }

.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover, .remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

.remodal-confirm, .remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover, .remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #204f83; }

.remodal-cancel:hover, .remodal-cancel:focus {
  background: #ef5350; }

.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; } }

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }

.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

.remodal-title {
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  margin-bottom: 10px; }

[data-remodal-id=extendedSearch] {
  max-width: 320px;
  padding: 20px; }

[data-remodal-id=extendedSearch] .row-title {
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  text-align: left; }

[data-remodal-id=extendedSearch] input, [data-remodal-id=extendedSearch] textarea, [data-remodal-id=extendedSearch] select {
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 480px) {
  [data-remodal-id=extendedSearch] input, [data-remodal-id=extendedSearch] textarea, [data-remodal-id=extendedSearch] select {
    height: 40px;
    line-height: 40px; } }

.m2-wrap {
  background: url(m2-wrap.png) 0 0 no-repeat; }

.popover-body small {
  margin-top: 0; }

ul.menu-top li {
  background: url(m2_razd.png) right top no-repeat; }

div.tpl-product-list-v div.product-item:nth-child(3n+3) {
  margin-right: 0; }
