/* mine */
::selection {
  background: #ff8800;
  color: #ffffff;
}
::-moz-selection {
  background: #ff8800;
  color: #ffffff;
}
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 12px;
  line-height: 17px;
  text-shadow: none;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
}
/* default font size */
.fa {
  font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 37px;
}
h2 {
  font-size: 21px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
ul {
  margin: 0;
  list-style: none;
}
ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  counter-reset: item;
  list-style-type: none;
}
ol li {
  display: block;
  padding-left: 20px;
}
ol li:before {
  content: counter(item) ") ";
  counter-increment: item;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}
hr {
  border-color: #d2d2d2;
  background: #d2d2d2;
}
legend {
  font-size: 14px;
  padding: 7px 0 12px;
  margin-bottom: 28px;
}
fieldset > legend {
  padding-top: 22px;
}
label {
  font-size: 12px;
  font-weight: normal;
}
pre {
  background: unset;
  border: none;
  font-family: 'Open Sans', sans-serif;
  padding: 0;
  margin: 0;
  line-height: 21px;
  margin-top: 3px;
  padding-left: 2.4em;
  text-indent: -2.4em;
}
pre br {
  display: none;
  line-height: 0;
  font-size: 0;
  height: 0;
}
address {
  margin: 0;
  line-height: 20px;
}
.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}
/* content */
#content {
  min-height: 400px;
  position: static;
}
/* footer */
footer {
  position: relative;
  background-color: #f5f5f5;
  font-size: 14px;
  line-height: 19px;
  z-index: 1;
  height: 446px;
}
footer:before,
footer:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 102px;
  background: url('/catalog/view/theme/ukrcatalog/image/footer-ornament.jpg') 0 -299px repeat-y;
}
footer:before {
  left: 0;
  background-position: 100% -299px;
}
footer:after {
  right: 0;
}
footer .container {
  background-color: #f5f5f5;
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 55px 15px 10px;
}
footer .text-open,
footer ul {
  display: block;
}
footer .text-open {
  font-weight: 400;
  margin: 0 0 12px;
  font-size: 13px;
}
footer .social-button {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: #ffffff url('/catalog/view/theme/ukrcatalog/image/footer-icons.png') no-repeat;
  -webkit-box-shadow: 1px 1px #c2c2c2;
  box-shadow: 1px 1px #c2c2c2;
  -webkit-transition: 0.3s box-shadow;
  -moz-transition: 0.3s box-shadow;
  -ms-transition: 0.3s box-shadow;
  -o-transition: 0.3s box-shadow;
  transition: 0.3s box-shadow;
  border-radius: 4px;
  background-clip: padding-box;
  margin-right: 12px;
}
footer .social-button.fb {
  background-position: 12px -65px;
}
footer .social-button.vk {
  background-position: -24px -65px;
}
footer .social-button:hover {
  -webkit-box-shadow: 2px 2px 2px rgba(194, 194, 194, 0.8);
  box-shadow: 2px 2px 2px rgba(194, 194, 194, 0.8);
}
footer .social-button:active {
  -webkit-box-shadow: -1px -1px #8f8f8f;
  box-shadow: -1px -1px #8f8f8f;
}
footer .logo {
  margin: 0 0 25px;
}
footer ul {
  margin: 0 0 30px;
}
footer ul li + li {
  margin: 8px 0 0;
}
footer ul a {
  font-size: 13px;
}
#info-copyright li + li {
  margin: 15px 0 0;
}
#info-contacts > li,
#info-addresses > li,
#info-feedback > li > a {
  position: relative;
  padding-left: 25px;
}
#info-contacts > li::before,
#info-addresses > li::before,
#info-feedback > li > a::before {
  content: '';
  position: absolute;
  height: 20px;
  width: 18px;
  top: 3px;
  left: 0;
  background: url('/catalog/view/theme/ukrcatalog/image/footer-icons.png') no-repeat;
}
#info-contacts > li::before {
  background-position: 0 -24px;
}
#info-contacts > li:first-child::before {
  background-position: 0 0;
}
#info-contacts > li:last-child::before {
  background-position: 0 -44px;
}
#info-addresses > li::before {
  background-position: -34px 0;
}
#info-addresses > li:last-child::before {
  background-position: -35px -44px;
}
#info-addresses > li + li {
  margin: 14px 0 0;
}
#info-feedback > li > a::before {
  background-position: -66px 0;
}
#info-feedback > li:last-child > a::before {
  background-position: -66px -24px;
}
#info-social > li {
  display: inline-block;
}
/* alert */
.alert {
  padding: 8px 14px;
}
/* breadcrumb */
.breadcrumb {
  display: none;
}
.pagination {
  margin: 0;
}
/* buttons */
.buttons {
  margin-top: 40px;
}
.checkout .buttons {
  margin-top: 25px;
}
.form-group + input[type="button"],
.form-group + input[type="submit"],
p + input,
p + button,
p + .btn {
  margin-top: 25px;
}
.btn {
  font-size: 12px;
  border-radius: 0;
  box-shadow: none;
  color: #333333;
  padding: 0;
}
.btn:focus,
.btn:active,
.btn:focus:active {
  outline: none;
  color: inherit;
}
.btn-xs {
  font-size: 9px;
  border-radius: 0;
}
.btn-sm {
  font-size: 10.2px;
  border-radius: 0;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
  border-radius: 0;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 12px;
}
.btn-group > .btn-xs {
  font-size: 9px;
}
.btn-group > .btn-sm {
  font-size: 10.2px;
}
.btn-group > .btn-lg {
  font-size: 15px;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
/* list group */
.list-group a {
  border: 1px solid #DDDDDD;
  color: #888888;
  padding: 8px 12px;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #DDDDDD;
  text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
  content: '\f053';
  font-family: FontAwesome;
}
.carousel-control .icon-next:before {
  content: '\f054';
  font-family: FontAwesome;
}
/* product list */
.product-thumb {
  overflow: auto;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a {
  display: block;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}
.product-grid .product-thumb .image {
  float: none;
}
p {
  margin: 0;
}
p + p {
  margin-top: 10px;
}
.currency span {
  font-size: 12px;
  text-transform: lowercase;
  margin-left: 2px;
}
.text-open,
a.text-open {
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
}
.text-light,
a.text-light {
  font-weight: 300;
}
.text-bold,
a.text-bold {
  font-weight: 600;
}
.text-bold.text-brand-black,
a.text-bold.text-brand-black {
  font-weight: 400;
  text-shadow: 0 0 0 #333333;
}
.text-bold.text-brand,
a.text-bold.text-brand {
  font-weight: 400;
  text-shadow: 0 0 0 #00aaff;
}
.text-sub,
a.text-sub {
  font-size: 11px;
  line-height: 11px;
  color: #999999;
  text-transform: lowercase;
}
.text-sub,
a.text-sub,
.text-sub:hover,
a.text-sub:hover,
.text-sub:focus,
a.text-sub:focus {
  text-shadow: none;
}
.text-brand-black,
a.text-brand-black,
.text-brand-black a {
  color: #333333;
  border-color: #333333;
}
a.text-brand-black:hover,
.text-brand-black:hover a {
  color: #000000;
  border-color: #000000;
  text-shadow: 0 0 1px rgba(51, 51, 51, 0.12);
}
.text-brand-gray,
a.text-brand-gray,
.text-brand-gray a {
  color: #999999;
  border-color: #999999;
}
a.text-brand-gray,
.text-brand-gray a {
  -webkit-transition: 0.3s color;
  -moz-transition: 0.3s color;
  -ms-transition: 0.3s color;
  -o-transition: 0.3s color;
  transition: 0.3s color;
}
a.text-brand-gray:hover,
.text-brand-gray a:hover {
  color: #00aaff;
  text-shadow: 0 0 1px #ffffff;
}
.text-brand,
a.text-brand,
.text-brand a {
  color: #00aaff;
  border-color: #00aaff;
}
a.text-brand:hover,
.text-brand:hover a {
  color: #00aaff;
  text-shadow: 0 0 0 #00aaff;
}
a {
  color: #00aaff;
  border-color: #00aaff;
}
a:hover,
a:focus,
a:active {
  color: #00aaff;
  text-shadow: 0 0 0 #00aaff;
}
.input-group {
  border-collapse: collapse;
}
.input-group .form-control {
  float: none;
}
.form-group {
  margin: 15px 0 0;
}
.form-horizontal .control-label {
  line-height: 36px;
}
.form-horizontal .form-group,
#form-review .form-group {
  margin: 0 -15px;
}
.form-horizontal .form-group::after,
#form-review .form-group::after {
  content: '';
  display: block;
  clear: both;
}
.form-horizontal .control-label,
#form-review .control-label {
  padding: 0;
  margin-bottom: 3px;
}
.form-horizontal .form-group + .form-group,
#form-review .form-group + .form-group {
  margin: 12px -15px 0;
}
textarea.form-control {
  height: auto;
  line-height: initial;
  padding-top: 10px;
  padding-bottom: 10px;
}
.control-label {
  padding: 0;
  margin-bottom: 3px;
}
.has-error .control-label {
  color: #fc3434;
}
textarea.form-control {
  height: auto;
  line-height: initial;
}
textarea {
  resize: none;
}
.form-control {
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #d2d2d2;
  float: none;
  margin: 0;
  padding: 0 7px;
  height: 36px;
  line-height: 36px;
}
.form-control.auto-width {
  width: auto;
}
.has-error .form-control {
  border-color: #fc3434;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #00aaff;
}
.text-danger {
  color: #fc3434;
}
.auto-width {
  width: auto;
}
.btn-brand-default,
a.btn-brand-default,
.btn-brand-default:hover,
a.btn-brand-default:hover,
.btn-brand-default:focus,
a.btn-brand-default:focus,
.btn-brand-default:active,
a.btn-brand-default:active,
.btn-brand-default:focus:active,
a.btn-brand-default:focus:active {
  background-color: #ffffff;
  border: 1px solid #00aaff;
  color: #00aaff;
}
.btn-brand-default.disabled,
a.btn-brand-default.disabled,
.btn-brand-default.disabled:hover,
a.btn-brand-default.disabled:hover,
.btn-brand-default.disabled:focus,
a.btn-brand-default.disabled:focus,
.btn-brand-default.disabled:active,
a.btn-brand-default.disabled:active,
.btn-brand-default.disabled:focus:active,
a.btn-brand-default.disabled:focus:active {
  border-color: #d2d2d2;
  color: #999999;
  cursor: default;
}
.btn-brand-confirm,
a.btn-brand-confirm {
  background-image: none;
}
.btn-brand-confirm,
a.btn-brand-confirm,
.btn-brand-confirm:hover,
a.btn-brand-confirm:hover,
.btn-brand-confirm:focus,
a.btn-brand-confirm:focus,
.btn-brand-confirm:active,
a.btn-brand-confirm:active,
.btn-brand-confirm:focus:active,
a.btn-brand-confirm:focus:active {
  background-color: #00aaff;
  color: #ffffff;
  display: block;
}
.btn-brand-confirm.disabled,
a.btn-brand-confirm.disabled,
.btn-brand-confirm.disabled:hover,
a.btn-brand-confirm.disabled:hover,
.btn-brand-confirm.disabled:focus,
a.btn-brand-confirm.disabled:focus,
.btn-brand-confirm.disabled:active,
a.btn-brand-confirm.disabled:active,
.btn-brand-confirm.disabled:focus:active,
a.btn-brand-confirm.disabled:focus:active {
  border-color: #d2d2d2;
  color: #999999;
  cursor: default;
}
.btn-brand-alt,
a.btn-brand-alt {
  background-image: none;
}
.btn-brand-alt,
a.btn-brand-alt,
.btn-brand-alt:hover,
a.btn-brand-alt:hover,
.btn-brand-alt:focus,
a.btn-brand-alt:focus,
.btn-brand-alt:active,
a.btn-brand-alt:active,
.btn-brand-alt:focus:active,
a.btn-brand-alt:focus:active {
  display: block;
  background-color: #ff8800;
  border-color: #ff8800;
  color: #ffffff;
}
.btn-brand-alt.disabled,
a.btn-brand-alt.disabled,
.btn-brand-alt.disabled:hover,
a.btn-brand-alt.disabled:hover,
.btn-brand-alt.disabled:focus,
a.btn-brand-alt.disabled:focus,
.btn-brand-alt.disabled:active,
a.btn-brand-alt.disabled:active,
.btn-brand-alt.disabled:focus:active,
a.btn-brand-alt.disabled:focus:active {
  border-color: #d2d2d2;
  color: #999999;
  cursor: default;
}
.btn-brand-lg {
  padding: 10px 30px;
}
.btn-primary,
.btn-default {
  padding: 10px 30px;
}
.btn-primary,
.btn-default,
a.btn-primary,
a.btn-default {
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
}
a.btn-primary,
a.btn-default,
.btn-primary,
.btn-default {
  font-size: 15px;
}
.btn-success,
.btn-inverse,
a.btn-success,
a.btn-inverse {
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
}
.btn-success,
.btn-inverse,
a.btn-success,
a.btn-inverse {
  background-image: none;
}
.btn-success,
.btn-inverse,
a.btn-success,
a.btn-inverse,
.btn-success:hover,
.btn-inverse:hover,
a.btn-success:hover,
a.btn-inverse:hover,
.btn-success:focus,
.btn-inverse:focus,
a.btn-success:focus,
a.btn-inverse:focus,
.btn-success:active,
.btn-inverse:active,
a.btn-success:active,
a.btn-inverse:active,
.btn-success:focus:active,
.btn-inverse:focus:active,
a.btn-success:focus:active,
a.btn-inverse:focus:active {
  background-color: #00aaff;
  color: #ffffff;
  display: block;
}
.btn-success.disabled,
.btn-inverse.disabled,
a.btn-success.disabled,
a.btn-inverse.disabled,
.btn-success.disabled:hover,
.btn-inverse.disabled:hover,
a.btn-success.disabled:hover,
a.btn-inverse.disabled:hover,
.btn-success.disabled:focus,
.btn-inverse.disabled:focus,
a.btn-success.disabled:focus,
a.btn-inverse.disabled:focus,
.btn-success.disabled:active,
.btn-inverse.disabled:active,
a.btn-success.disabled:active,
a.btn-inverse.disabled:active,
.btn-success.disabled:focus:active,
.btn-inverse.disabled:focus:active,
a.btn-success.disabled:focus:active,
a.btn-inverse.disabled:focus:active {
  border-color: #d2d2d2;
  color: #999999;
  cursor: default;
}
a.btn-success,
a.btn-inverse,
.btn-success,
.btn-inverse {
  font-size: 15px;
}
.btn-danger,
.btn-warning,
.btn-info,
a.btn-danger,
a.btn-warning,
a.btn-info {
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
}
.btn-danger,
.btn-warning,
.btn-info,
a.btn-danger,
a.btn-warning,
a.btn-info {
  background-image: none;
}
.btn-danger,
.btn-warning,
.btn-info,
a.btn-danger,
a.btn-warning,
a.btn-info,
.btn-danger:hover,
.btn-warning:hover,
.btn-info:hover,
a.btn-danger:hover,
a.btn-warning:hover,
a.btn-info:hover,
.btn-danger:focus,
.btn-warning:focus,
.btn-info:focus,
a.btn-danger:focus,
a.btn-warning:focus,
a.btn-info:focus,
.btn-danger:active,
.btn-warning:active,
.btn-info:active,
a.btn-danger:active,
a.btn-warning:active,
a.btn-info:active,
.btn-danger:focus:active,
.btn-warning:focus:active,
.btn-info:focus:active,
a.btn-danger:focus:active,
a.btn-warning:focus:active,
a.btn-info:focus:active {
  display: block;
  background-color: #ff8800;
  border-color: #ff8800;
  color: #ffffff;
}
.btn-danger.disabled,
.btn-warning.disabled,
.btn-info.disabled,
a.btn-danger.disabled,
a.btn-warning.disabled,
a.btn-info.disabled,
.btn-danger.disabled:hover,
.btn-warning.disabled:hover,
.btn-info.disabled:hover,
a.btn-danger.disabled:hover,
a.btn-warning.disabled:hover,
a.btn-info.disabled:hover,
.btn-danger.disabled:focus,
.btn-warning.disabled:focus,
.btn-info.disabled:focus,
a.btn-danger.disabled:focus,
a.btn-warning.disabled:focus,
a.btn-info.disabled:focus,
.btn-danger.disabled:active,
.btn-warning.disabled:active,
.btn-info.disabled:active,
a.btn-danger.disabled:active,
a.btn-warning.disabled:active,
a.btn-info.disabled:active,
.btn-danger.disabled:focus:active,
.btn-warning.disabled:focus:active,
.btn-info.disabled:focus:active,
a.btn-danger.disabled:focus:active,
a.btn-warning.disabled:focus:active,
a.btn-info.disabled:focus:active {
  border-color: #d2d2d2;
  color: #999999;
  cursor: default;
}
a.btn-danger,
a.btn-warning,
a.btn-info,
.btn-danger,
.btn-warning,
.btn-info {
  font-size: 15px;
}
.btn-primary,
a.btn-primary {
  background-image: none;
}
.btn-primary,
a.btn-primary,
.btn-primary:hover,
a.btn-primary:hover,
.btn-primary:focus,
a.btn-primary:focus,
.btn-primary:active,
a.btn-primary:active,
.btn-primary:focus:active,
a.btn-primary:focus:active {
  display: block;
  background-color: #ff8800;
  border-color: #ff8800;
  color: #ffffff;
}
.btn-primary.disabled,
a.btn-primary.disabled,
.btn-primary.disabled:hover,
a.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
a.btn-primary.disabled:focus,
.btn-primary.disabled:active,
a.btn-primary.disabled:active,
.btn-primary.disabled:focus:active,
a.btn-primary.disabled:focus:active {
  border-color: #d2d2d2;
  color: #999999;
  cursor: default;
}
a.btn-primary,
.btn-primary {
  font-size: 15px;
}
.btn-default,
a.btn-default,
.btn-default:hover,
a.btn-default:hover,
.btn-default:focus,
a.btn-default:focus,
.btn-default:active,
a.btn-default:active,
.btn-default:focus:active,
a.btn-default:focus:active {
  background-color: #ffffff;
  border: 1px solid #00aaff;
  color: #00aaff;
}
.btn-default.disabled,
a.btn-default.disabled,
.btn-default.disabled:hover,
a.btn-default.disabled:hover,
.btn-default.disabled:focus,
a.btn-default.disabled:focus,
.btn-default.disabled:active,
a.btn-default.disabled:active,
.btn-default.disabled:focus:active,
a.btn-default.disabled:focus:active {
  border-color: #d2d2d2;
  color: #999999;
  cursor: default;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 17px;
}
h1,
h2,
h3,
h4,
h5,
h6,
ah1,
ah2,
ah3,
ah4,
ah5,
ah6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #333333;
  border-color: #333333;
}
ah1:hover,
ah2:hover,
ah3:hover,
ah4:hover,
ah5:hover,
ah6:hover,
h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
  color: #000000;
  border-color: #000000;
  text-shadow: 0 0 1px rgba(51, 51, 51, 0.12);
}
h1,
h2,
h3,
h4,
h5,
h6,
ah1,
ah2,
ah3,
ah4,
ah5,
ah6 {
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
}
.dropdown-menu {
  border-radius: 0;
  -webkit-box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.6);
  border-color: #d2d2d2;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.brand-bordered {
  border: 1px solid #d2d2d2;
}
header {
  margin-top: 30px;
  margin-bottom: 30px;
}
.checkout-checkout header {
  margin-bottom: 15px;
}
header .row + .row {
  margin-top: 15px;
}
nav#top {
  border-bottom: 1px solid #d2d2d2;
  min-height: 32px;
}
nav#top .container {
  padding: 6px 20px 7px;
}
nav#top li + li {
  margin-left: 15px;
}
nav#top a {
  font-size: 12px;
}
nav#top a:hover,
anav#top a:hover,
nav#top a:hover a {
  color: #00aaff;
  border-color: #00aaff;
}
anav#top a:hover:hover,
nav#top a:hover:hover a {
  color: #00aaff;
  text-shadow: 0 0 0 #00aaff;
}
#header-login #link-login {
  display: block;
  position: relative;
}
#header-login #link-login:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: -30px;
  width: 21px;
  height: 20px;
  margin-right: 10px;
  background: url('/catalog/view/theme/ukrcatalog/image/header-icons.png') -1px -32px no-repeat;
}
.logo {
  margin: 0 0 10px 0;
}
.logo img {
  max-width: 220px;
}
#header-phone {
  position: relative;
  padding-left: 32px;
  margin-left: 60px;
  color: #666666;
}
#header-phone:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: url('/catalog/view/theme/ukrcatalog/image/header-icons.png') 0 2px no-repeat;
}
#header-phone .text-open {
  position: relative;
  line-height: 18px;
  top: -6px;
}
.text-underlined {
  border-width: 0 0 1px 0;
  border-style: solid;
}
.text-underlined:hover {
  border-color: transparent;
}
#callback {
  overflow: hidden;
}
#callback a {
  display: inline-block;
  padding-left: 63px;
  position: relative;
  margin-bottom: 3px;
}
#callback a .text-open {
  font-size: 13px;
  line-height: 15px;
}
#callback a:first-child::before {
  background-position: 0 -75px;
}
/* menu */
#column-left {
  position: relative;
  top: -76px;
  margin-bottom: -45px;
  z-index: 3;
}
.checkout-checkout #column-left {
  top: -61px;
  margin-bottom: -45px;
}
#menu + * {
  margin-top: 30px;
}
#menu .navbar-header {
  height: 46px;
  float: none;
}
#menu .navbar-header .btn {
  position: relative;
  height: 100%;
  padding-top: 2px;
}
#menu .navbar-header .btn::before {
  background-position: 0 -234px;
}
#menu .navbar-header .btn.collapsed::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#menu .navbar-collapse {
  padding: 0;
  width: 100%;
  top: 46px;
  left: 0;
  border: 1px solid #d2d2d2;
}
#menu .navbar-collapse.collapse {
  display: none !important;
}
#menu .navbar-collapse.collapse .dropdown-menu,
#menu .navbar-collapse.collapsing .dropdown-menu {
  display: none;
}
#menu .navbar-collapse.collapsing,
#menu .navbar-collapse.in {
  position: static;
}
#menu .navbar-collapse.collapsing {
  overflow: hidden;
}
#menu .navbar-collapse.in {
  display: block !important;
  overflow: visible;
}
#menu .navbar-collapse ul {
  float: none;
  margin: 0;
}
#menu .navbar-collapse ul li {
  position: relative;
  float: none;
  display: table;
  height: 40px;
  width: 100%;
  background: #ffffff;
}
#menu .navbar-collapse ul li > a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  max-width: 0;
  font-size: 12px;
  padding: 6px 0 0 6%;
  white-space: nowrap;
  overflow: hidden;
}
#menu .navbar-collapse ul li > a,
#menu .navbar-collapse ul li > a:hover,
#menu .navbar-collapse ul li > a:focus,
#menu .navbar-collapse ul li > a:active {
  background: none;
}
#menu .navbar-collapse ul li.dropdown::after {
  content: '';
  display: table-cell;
  width: 32px;
  min-width: 32px;
  background: url('/catalog/view/theme/ukrcatalog/image/home-icons.png') 6px -100px no-repeat;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: 10px 21px;
  -ms-transform-origin: 10px 21px;
  transform-origin: 10px 21px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#menu .navbar-collapse ul li.dropdown:hover::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#menu .navbar-collapse ul li.dropdown:hover .dropdown-menu {
  display: block;
  left: 100%;
}
#menu .navbar-collapse ul li.dropdown .dropdown-menu {
  position: absolute;
  min-width: 100%;
  max-height: 600px;
  overflow: hidden;
  padding: 5px 0 12px;
  left: 0;
  top: -8px;
  -webkit-transition: left 0.3s ease-out;
  -moz-transition: left 0.3s ease-out;
  -ms-transition: left 0.3s ease-out;
  -o-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out;
}
#menu .navbar-collapse ul li.dropdown .dropdown-menu a.see-all {
  display: block;
  padding: 4px 6%;
  margin-top: 9px;
  text-transform: lowercase;
}
#menu .navbar-collapse ul li.dropdown .dropdown-menu a.see-all:first-letter {
  text-transform: capitalize;
}
#menu .navbar-collapse ul > li + li::before {
  position: absolute;
  content: '';
  top: 0;
  left: 6%;
  width: 88%;
  height: 0;
  border-top: 1px solid #d2d2d2;
}
#menu.collapsed .navbar-collapse {
  position: absolute;
  width: 90%;
  margin-left: 15px;
  margin-right: 15px;
}
#search {
  width: 100%;
  height: 46px;
}
#search * {
  height: 100%;
  padding: 0;
}
#search input.form-control {
  height: 46px;
  padding: 16px;
  line-height: 14px;
  font-size: 16px;
  color: #000000;
}
#search input.form-control::-webkit-input-placeholder {
  font-size: 13px;
  line-height: 14px;
  color: #333333;
  text-transform: uppercase;
  opacity: 1;
}
#search input.form-control::-moz-placeholder {
  font-size: 13px;
  line-height: 14px;
  color: #333333;
  text-transform: uppercase;
  opacity: 1;
}
#search input.form-control:-moz-placeholder {
  font-size: 13px;
  line-height: 14px;
  color: #333333;
  text-transform: uppercase;
  opacity: 1;
}
#search input.form-control:-ms-input-placeholder {
  font-size: 13px;
  line-height: 14px;
  color: #333333;
  text-transform: uppercase;
  opacity: 1;
}
#search button {
  background: #ffffff url('/catalog/view/theme/ukrcatalog/image/header-icons.png') 8px -126px no-repeat;
  width: 46px;
  height: 46px;
}
#cart {
  width: 100%;
  height: 46px;
}
#cart .empty {
  margin-top: 15px;
}
#cart > .btn {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  padding-left: 63px;
  position: relative;
  overflow: hidden;
  font-weight: 300;
  border: 1px solid #d2d2d2;
}
#cart > .btn::before {
  background-position: -4px -180px;
  left: 12px;
}
#cart .dropdown-menu {
  width: 100%;
  position: absolute;
  top: 43px;
  left: 0;
  padding: 5px 7.29% 20px;
}
#cart .item {
  display: table;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #d2d2d2;
  height: 100px;
}
#cart .thumb,
#cart .name {
  vertical-align: middle;
  display: table-cell;
}
#cart .thumb {
  min-width: 65px;
  width: 65px;
  padding-right: 5px;
}
#cart .thumb img {
  width: 100%;
}
#cart .name {
  width: 100%;
  max-width: 0;
  font-size: 12px;
  line-height: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
#cart .remove {
  margin-left: 10px;
  float: right;
}
#cart .quantity,
#cart .summary {
  position: absolute;
  right: 0;
}
#cart .quantity {
  bottom: 27px;
}
#cart .summary {
  bottom: 5px;
}
#cart .total {
  font-size: 16px;
}
#cart .item,
#cart .total {
  padding: 15px 0;
}
#cart .buttons {
  padding-top: 10px;
  margin: 0;
}
#cart .buttons a.link-checkout {
  display: block;
}
#cart .buttons a.link-cart {
  display: inline-block;
  margin-top: 15px;
}
#cart.open > .btn {
  box-shadow: none;
}
#cart .remove,
.cart .remove {
  width: 13px;
  height: 13px;
  background: url('/catalog/view/theme/ukrcatalog/image/header-icons.png') 100% -34px no-repeat;
}
#cart-total-bill {
  font-size: 15px;
}
#cart-total-count {
  margin-left: 5px;
}
#menu .btn::before,
#callback a:first-child::before,
#cart > .btn::before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 12px;
  width: 39px;
  height: 39px;
  background-image: url('/catalog/view/theme/ukrcatalog/image/header-icons.png');
  background-repeat: no-repeat;
}
#cart > .btn::after,
#menu .btn::after {
  position: absolute;
  content: '';
  top: 19px;
  right: 24px;
  width: 12px;
  height: 8px;
  background: url('/catalog/view/theme/ukrcatalog/image/header-icons.png') 100% 0 no-repeat;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#cart.open > .btn::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#menu .btn.collapsed::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.owl-carousel .owl-wrapper-outer {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.container .owl-wrapper-outer {
  border: none;
}
#content-top .owl-carousel {
  margin: 0;
}
.common-home #content {
  padding-top: 2px;
}
.price-old {
  text-decoration: line-through;
}
.add-to-cart-btn,
a.add-to-cart-btn,
button.add-to-cart-btn,
.add-to-cart-btn a,
.add-to-cart-btn:focus,
a.add-to-cart-btn:focus,
button.add-to-cart-btn:focus,
.add-to-cart-btn a:focus,
.add-to-cart-btn:hover,
a.add-to-cart-btn:hover,
button.add-to-cart-btn:hover,
.add-to-cart-btn a:hover,
.add-to-cart-btn:active,
a.add-to-cart-btn:active,
button.add-to-cart-btn:active,
.add-to-cart-btn a:active,
.add-to-cart-btn:focus:active,
a.add-to-cart-btn:focus:active,
button.add-to-cart-btn:focus:active,
.add-to-cart-btn a:focus:active {
  background-image: url('/catalog/view/theme/ukrcatalog/image/home-icons.png');
  background-repeat: no-repeat;
  background-position: 9px 6px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product-layout {
  display: inline-block;
  vertical-align: top;
  float: left;
  height: 100%;
  white-space: normal;
  border: none;
  padding: 0 15px 25px;
  text-indent: 0;
  border-left: 1px solid #d2d2d2;
}
.product-layout > * {
  overflow: hidden;
}
.product-layout .image {
  height: 290px;
}
.product-layout .image::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.product-layout .image a {
  display: inline-block;
  vertical-align: middle;
}
.product-layout .caption {
  overflow: hidden;
  height: 47px;
  margin-bottom: 12px;
}
.product-layout .caption .text-open {
  line-height: 13px;
  font-size: 13px;
}
.product-layout .button-group {
  height: 40px;
  background: #f5f5f5;
  display: table;
  width: 100%;
}
.product-layout .button-group .price {
  display: table-cell;
  width: 100%;
  max-width: 0;
  padding-left: 12%;
  line-height: 36px;
  position: relative;
  top: 2px;
  font-weight: 600;
  font-size: 16px;
  color: #1c1c1c;
  overflow: hidden;
  white-space: nowrap;
}
.product-layout .button-group .price.has-special {
  padding-left: 6%;
}
.product-layout .button-group .price .price-old {
  text-decoration: line-through;
  margin-right: 5px;
}
.product-layout .button-group .price .price-old::after {
  content: ' ';
}
.product-layout .button-group .price .price-old span {
  display: none;
}
.product-layout .button-group .add-to-cart-btn {
  border: none;
  display: table-cell;
  width: 72px;
  max-width: 72px;
  min-width: 72px;
  padding: 0;
  height: 40px;
}
.product-list .product-thumb .image {
  float: none;
}
.quantity-widget {
  z-index: 1;
  width: 100%;
  height: 44px;
  margin-bottom: 20px;
}
.quantity-widget * {
  text-align: center;
  height: 44px;
}
.quantity-widget .input-group-btn {
  z-index: 3;
}
.quantity-widget .btn {
  width: 44px;
  font-size: 20px;
  background: #ffffff url('/catalog/view/theme/ukrcatalog/image/product-icons.png') 0 0 no-repeat;
}
.quantity-widget .btn.minus {
  background-position: 12px 13px;
}
.quantity-widget .btn.minus.disabled {
  background-position: 12px -21px;
}
.quantity-widget .btn.plus {
  background-position: -30px 13px;
}
.quantity-widget .btn.plus.disabled {
  background-position: -30px -21px;
}
.quantity-widget .input-quantity {
  width: 100%;
  line-height: 44px;
  font-size: 20px;
}
.nav-tabs {
  margin-bottom: 15px;
  border-bottom: 1px solid #ff8800;
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border: none;
  background: none;
  padding: 10px 25px 20px;
  line-height: 24px;
  margin: 0;
}
.checkout .nav-tabs > li > a,
.checkout .nav-tabs > li > a:hover,
.checkout .nav-tabs > li > a:focus {
  padding: 5px 25px 15px;
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
a.nav-tabs > li > a,
a.nav-tabs > li > a:hover,
a.nav-tabs > li > a:focus,
.nav-tabs > li > a a,
.nav-tabs > li > a:hover a,
.nav-tabs > li > a:focus a {
  color: #00aaff;
  border-color: #00aaff;
}
a.nav-tabs > li > a:hover,
a.nav-tabs > li > a:hover:hover,
a.nav-tabs > li > a:focus:hover,
.nav-tabs > li > a:hover a,
.nav-tabs > li > a:hover:hover a,
.nav-tabs > li > a:focus:hover a {
  color: #00aaff;
  text-shadow: 0 0 0 #00aaff;
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover:focus,
.nav-tabs > li > a:focus:focus {
  background: unset;
}
.nav-tabs > li > a#link-description::before,
.nav-tabs > li > a:hover#link-description::before,
.nav-tabs > li > a:focus#link-description::before,
.nav-tabs > li > a#link-review::before,
.nav-tabs > li > a:hover#link-review::before,
.nav-tabs > li > a:focus#link-review::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: url('/catalog/view/theme/ukrcatalog/image/product-icons.png') no-repeat;
}
.nav-tabs > li > a#link-description::before,
.nav-tabs > li > a:hover#link-description::before,
.nav-tabs > li > a:focus#link-description::before {
  background-position: 0 -156px;
}
.nav-tabs > li > a#link-review::before,
.nav-tabs > li > a:hover#link-review::before,
.nav-tabs > li > a:focus#link-review::before {
  background-position: -35px -158px;
}
.nav-tabs > li > a::after,
.nav-tabs > li > a:hover::after,
.nav-tabs > li > a:focus::after {
  content: '';
  position: absolute;
  bottom: -2px;
  width: 0;
  -webkit-transition: width 0.375s;
  -moz-transition: width 0.375s;
  -ms-transition: width 0.375s;
  -o-transition: width 0.375s;
  transition: width 0.375s;
  height: 5px;
  background: #ff8800;
}
.nav-tabs > li > a.left::after,
.nav-tabs > li > a:hover.left::after,
.nav-tabs > li > a:focus.left::after {
  right: 0;
}
.nav-tabs > li > a.right::after,
.nav-tabs > li > a:hover.right::after,
.nav-tabs > li > a:focus.right::after {
  left: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  text-shadow: none;
  position: relative;
  border: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
a.nav-tabs > li.active > a,
a.nav-tabs > li.active > a:hover,
a.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a a,
.nav-tabs > li.active > a:hover a,
.nav-tabs > li.active > a:focus a {
  color: #333333;
  border-color: #333333;
}
a.nav-tabs > li.active > a:hover,
a.nav-tabs > li.active > a:hover:hover,
a.nav-tabs > li.active > a:focus:hover,
.nav-tabs > li.active > a:hover a,
.nav-tabs > li.active > a:hover:hover a,
.nav-tabs > li.active > a:focus:hover a {
  color: #000000;
  border-color: #000000;
  text-shadow: 0 0 1px rgba(51, 51, 51, 0.12);
}
.nav-tabs > li.active > a::after,
.nav-tabs > li.active > a:hover::after,
.nav-tabs > li.active > a:focus::after {
  width: 100%;
  -webkit-transition: width 0.6s cubic-bezier(0.5, -0.5, 0.5, 1.5);
  -moz-transition: width 0.6s cubic-bezier(0.5, -0.5, 0.5, 1.5);
  -ms-transition: width 0.6s cubic-bezier(0.5, -0.5, 0.5, 1.5);
  -o-transition: width 0.6s cubic-bezier(0.5, -0.5, 0.5, 1.5);
  transition: width 0.6s cubic-bezier(0.5, -0.5, 0.5, 1.5);
}
.nav-tabs > li.active > a#link-description::before,
.nav-tabs > li.active > a:hover#link-description::before,
.nav-tabs > li.active > a:focus#link-description::before {
  background-position: 0 -111px;
}
.nav-tabs > li.active > a#link-review::before,
.nav-tabs > li.active > a:hover#link-review::before,
.nav-tabs > li.active > a:focus#link-review::before {
  background-position: -35px -113px;
}
.tab-content {
  padding: 20px 0 50px;
}
.checkout .tab-content {
  padding: 12px 0 0;
}
.tab-content .name {
  margin-bottom: 15px;
}
.tab-content .name .text-open {
  font-size: 14px;
}
.tab-content .description {
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
}
.tab-content .description p {
  margin: 0;
}
.search .heading .row + .row {
  margin-top: 15px;
}
.product .row + .row {
  margin-top: 30px;
}
.product .heading {
  font-weight: 700;
  text-shadow: none;
}
.product .thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}
.product .thumbnails > img {
  width: 100%;
}
.product .thumbnails .thumbnail {
  border: none;
}
.product .code {
  display: inline-block;
  font-size: 13px;
  border: 1px solid #666666;
  color: #666666;
  padding: 3px 5px 2px;
  margin: 0 0 0 12px;
}
.product .stock {
  margin: 0 0 13px;
  padding: 4px;
}
.product .buy {
  padding: 8px 15px;
  border: 1px solid #d2d2d2;
}
.product .price {
  font-weight: 700;
  font-size: 28px;
  line-height: 75px;
  margin-top: 15px;
}
.product .add-to-cart-btn {
  height: 44px;
  font-size: 16px;
  text-indent: 56px;
  margin-bottom: 45px;
}
.product .feedback {
  font-size: 10px;
  text-transform: uppercase;
}
.product .help {
  border: 1px solid #d2d2d2;
  padding: 20px;
  position: relative;
}
.product .help::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  background: url('/catalog/view/theme/ukrcatalog/image/product-icons.png') 0 -205px no-repeat;
}
.product .help ul {
  max-width: 180px;
}
.product .help ul .help-link {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}
.product .help ul .help-description {
  font-size: 11px;
  line-height: 15px;
}
.product .help ul li + li {
  margin-top: 15px;
}
.product #link-make-review {
  line-height: 14px;
}
.product #link-make-review::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 14px;
  margin-right: 3px;
  background: url('/catalog/view/theme/ukrcatalog/image/product-icons.png') 0 -71px no-repeat;
}
.product .stars {
  margin-left: 3px;
}
.product .fa-stack {
  width: 12px;
  height: 10px;
  color: #ffffff;
}
.product .fa-stack .fa-stack-1x {
  line-height: 10px;
}
.product .fa-stack .fa-star-o {
  color: #d2d2d2;
}
.product .fa-stack .fa-star-o.shining {
  color: #ff8800;
}
.product .review-summary {
  font-size: 13px;
}
.product #feedback {
  background: #f5f5f5;
  padding: 15px 16px;
}
.product #feedback .heading {
  margin-bottom: 12px;
}
.product #feedback .send {
  font-size: 18px;
  margin: 0;
  padding: 4px 15px;
}
.product #feedback #rating-row {
  padding-top: 5px;
}
.product #feedback #rating-row .control-label,
.product #feedback #rating-row .rate {
  display: inline-block;
  vertical-align: top;
}
.product #feedback .rate {
  margin-left: 20px;
}
.product #feedback .rate > span {
  width: 22px;
  height: 24px;
  cursor: pointer;
}
.product #feedback .rate > span i {
  line-height: 24px;
  font-size: 24px;
}
.product #review {
  margin: 40px 0;
}
.product #review .review {
  font-size: 14px;
}
.product #review .review .title {
  line-height: 35px;
  margin-bottom: 15px;
}
.product #review .review .title .author {
  display: inline-block;
  font-weight: bold;
  position: relative;
}
.product #review .review .title .author svg {
  position: absolute;
  top: 100%;
  left: 55%;
}
.product #review .review .body {
  font-size: 13px;
  line-height: 22px;
  padding: 20px;
  border: 1px solid #d2d2d2;
}
.product #review .review + .review {
  margin-top: 25px;
}
span.heading,
.heading span {
  font-size: 16px;
}
.heading span.ui-selectmenu-button {
  font-size: 12px;
}
.category,
.search {
  padding-bottom: 40px;
}
.category .heading,
.search .heading {
  margin-bottom: 6px;
}
.category .heading label,
.search .heading label {
  font-size: 14px;
}
.category .heading select,
.search .heading select {
  height: 25px;
  margin-top: 5px;
  margin-left: 20px;
}
.category .heading {
  line-height: 35px;
  height: 35px;
}
.search .heading {
  line-height: 25px;
  margin-top: 7px;
}
.search .heading label.checkbox-inline {
  line-height: 22px;
}
.category .grid-view .product-layout,
.search .grid-view .product-layout {
  width: 25%;
  height: 440px;
  margin-top: 50px;
  border-bottom: 1px solid #d2d2d2;
}
.pagination-view {
  margin-top: 32px;
}
.common-home #content [class^="module-"] ul,
.category .grid-view,
.search .grid-view {
  display: block;
  position: relative;
  border-top: 1px solid #d2d2d2;
  z-index: 2;
}
.common-home #content [class^="module-"] ul::before,
.category .grid-view::before,
.search .grid-view::before {
  display: block;
  position: absolute;
  z-index: 3;
  content: ' ';
  height: 100%;
  width: 1px;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border: none;
}
.cart {
  padding-bottom: 100px;
}
.cart table {
  margin-top: 40px;
  width: 100%;
}
.cart table * {
  font-size: 15px;
  color: #666666;
}
.cart table small {
  font-size: 12px;
}
.cart table tr {
  border-bottom: 1px solid #d2d2d2;
}
.cart table tr td,
.cart table tr th {
  padding: 20px 25px;
}
.cart table tr td:first-child,
.cart table tr th:first-child {
  width: 160px;
  padding-left: 0;
}
.cart table tr td:last-child,
.cart table tr th:last-child {
  padding-right: 0;
}
.cart table tr th {
  padding: 0 25px 15px;
  font-weight: inherit;
}
.cart table tr .price,
.cart table tr .price span {
  font-size: 19px;
  color: #333333;
}
.cart table tr.total {
  border: none;
}
.cart table tr.total td {
  padding: 35px 25px;
}
.cart table tr.total td:last-child {
  padding-left: 0;
}
.cart table tr.total .price {
  font-size: 26px;
}
.checkout .shipping-and-payment p {
  margin-top: 20px;
}
.checkout .shipping-and-payment p *,
.checkout .shipping-and-payment p * span {
  font-size: 14px;
  line-height: 22px;
}
.checkout .form-control {
  padding-left: 15px;
  padding-right: 15px;
}
.checkout label {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
}
.checkout .form-group.required label::after {
  content: '*';
  vertical-align: super;
  position: absolute;
}
.checkout #input-payment-telephone {
  width: 60% !important;
}
.checkout #input-payment-postcode {
  width: 40% !important;
}
.checkout #password input[type="checkbox"] {
  margin: 0 0 4px;
}
.checkout #password .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.checkout #password #also-register {
  width: 23px;
  height: 16px;
}
input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  width: 0;
  height: 0;
  position: relative;
  margin-bottom: 10px;
}
input[type="checkbox"]::after,
.checkbox-inline input[type="checkbox"]::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #d2d2d2;
  background: #ffffff -1px -285px no-repeat;
}
input[type="checkbox"]:checked::after,
.checkbox-inline input[type="checkbox"]:checked::after {
  background-image: url('/catalog/view/theme/ukrcatalog/image/header-icons.png');
}
label.checkbox-inline {
  white-space: nowrap;
  padding-left: 23px;
}
label.checkbox-inline,
.search .heading label.checkbox-inline {
  font-size: 13px;
}
label.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-top: 0;
  margin-left: -23px;
}
.article-item > .heading {
  margin-bottom: 4px;
}
.article-item > .body {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 6px;
}
.article-item > .undertext > * {
  font-size: 11px;
}
.article-item img.pull-left {
  margin: 10px 15px 10px 0;
}
.article-item img.pull-right {
  margin: 10px 0 10px 15px;
}
.module-news {
  padding: 0 13px;
  margin-bottom: 50px;
}
.module-news > ul {
  border-top: 1px solid #d2d2d2;
}
.module-news > ul > li {
  border-bottom: 1px solid #d2d2d2;
}
.module-news > ul > li > .article-item {
  padding: 20px 9px 15px;
}
.module-news > ul > li > .article-item > .heading {
  font-size: 12px;
  line-height: 16px;
}
.module-news > ul > li > .article-item > .body {
  font-size: 11px;
  line-height: 18px;
}
.module-news > .browse {
  padding: 15px 0;
  font-size: 14px;
}
.module-news > .browse a::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-right: 5px;
  background: url('/catalog/view/theme/ukrcatalog/image/product-icons.png') -43px -210px no-repeat;
}
.module-news.vertical .heading {
  font-size: 13px;
  line-height: 17px;
}
.module-news.vertical > .heading {
  font-size: 14px;
  padding: 22px 0 15px;
}
.module-news.horizontal {
  border: none;
  position: relative;
  padding: 0;
}
.module-news.horizontal > .heading {
  font-size: 16px;
}
.module-news.horizontal > ul {
  display: table;
  height: 190px;
  padding: 0;
  white-space: normal;
}
.module-news.horizontal > ul::before {
  display: none;
}
.module-news.horizontal > ul > li {
  border: none;
  display: table-cell;
  vertical-align: top;
  width: 25%;
  height: 100%;
  overflow: hidden;
  padding: 25px 15px 10px;
}
.module-news.horizontal > ul > li:first-child {
  padding-left: 0;
}
.module-news.horizontal > ul > li:last-child {
  padding-right: 0;
}
.module-news.horizontal > ul > li > .article-item {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
}
.module-news.horizontal > ul > li > .article-item .undertext {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.module-news.horizontal > .browse {
  position: absolute;
  top: 28px;
  right: 0;
}
.common-home #content [class^="module-"] {
  position: relative;
}
.common-home #content [class^="module-"] > .heading {
  display: block;
  padding: 35px 0 12px;
  overflow: hidden;
  white-space: nowrap;
  max-width: 500px;
}
.common-home #content [class^="module-"] .move {
  background: url('/catalog/view/theme/ukrcatalog/image/home-icons.png') no-repeat;
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  top: 27px;
  right: 0;
}
.common-home #content [class^="module-"] .move.right {
  background-position: -27px -28px;
}
.common-home #content [class^="module-"] .move.right.disabled {
  background-position: -27px -60px;
}
.common-home #content [class^="module-"] .move.left {
  right: 50px;
  background-position: 13px -28px;
}
.common-home #content [class^="module-"] .move.left.disabled {
  background-position: 13px -60px;
}
.common-home #content [class^="module-"] > ul {
  height: 460px;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 30px;
  border-bottom: 1px solid #d2d2d2;
  text-indent: 0;
}
.common-home #content [class^="module-"] > ul li.product-layout {
  width: 20%;
  float: none;
}
.common-home #content .module-news {
  margin-bottom: 0;
}
.common-home #content .module-news > ul {
  display: table;
  padding: 0;
  height: 190px;
  white-space: normal;
}
#news-list {
  margin: 0 auto;
}
#news-list > li .article-item {
  padding: 20px 0;
}
#news-list > li .article-item > .body {
  display: table;
  width: 100%;
}
#news-list > li .article-item > .body > * {
  display: table-cell;
  vertical-align: middle;
}
.pagination {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
.pagination li span,
.pagination li.active span,
.pagination li a,
.pagination li.active a,
.pagination li span:hover,
.pagination li.active span:hover,
.pagination li a:hover,
.pagination li.active a:hover,
.pagination li span:focus,
.pagination li.active span:focus,
.pagination li a:focus,
.pagination li.active a:focus,
.pagination li span:active,
.pagination li.active span:active,
.pagination li a:active,
.pagination li.active a:active {
  border: none;
  background: unset;
  color: #333333;
  font-size: 18px;
  padding: 0 12px;
  line-height: 35px;
}
.pagination li span.disabled,
.pagination li.active span.disabled,
.pagination li a.disabled,
.pagination li.active a.disabled,
.pagination li span.disabled:hover,
.pagination li.active span.disabled:hover,
.pagination li a.disabled:hover,
.pagination li.active a.disabled:hover,
.pagination li span.disabled:focus,
.pagination li.active span.disabled:focus,
.pagination li a.disabled:focus,
.pagination li.active a.disabled:focus,
.pagination li span.disabled:active,
.pagination li.active span.disabled:active,
.pagination li a.disabled:active,
.pagination li.active a.disabled:active {
  color: #999999;
}
.pagination li.active span,
.pagination li.active span:hover,
.pagination li.active span:focus,
.pagination li.active span:active {
  color: #00aaff;
  position: relative;
}
.pagination li.active span::after,
.pagination li.active span:hover::after,
.pagination li.active span:focus::after,
.pagination li.active span:active::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 6px;
  left: 30%;
  width: 40%;
  height: 1px;
  background: #00aaff;
}
.pagination li:first-child a,
.pagination li:last-child a {
  font-size: 35px;
  position: relative;
  bottom: 4px;
  padding: 0;
}
.load-more-container .caption {
  height: auto;
}
.load-more-container .load-more {
  font-size: 16px;
  line-height: 35px;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes flip {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: flip infinite 1s cubic-bezier(0.5, 0.8, 0.5, 0.5);
  animation: flip infinite 1s cubic-bezier(0.5, 0.8, 0.5, 0.5);
}
.contacts .heading {
  margin-bottom: 20px;
}
.contacts .row {
  margin: 0;
}
.contacts .sheet {
  position: relative;
  top: 4px;
  padding: 25px 35px;
  font-size: 14px;
  line-height: 28px;
}
.contacts .sheet pre {
  font-size: 14px;
  line-height: 24px;
}
.contacts .sheet > li {
  position: relative;
  padding-left: 45px;
  line-height: 21px;
}
.contacts .sheet > li::before {
  position: absolute;
  display: block;
  content: '';
  top: 2px;
  left: 0;
  width: 35px;
  height: 35px;
  background: url('/catalog/view/theme/ukrcatalog/image/contact-icons.png') no-repeat;
}
.contacts .sheet > li:nth-child(2)::before {
  background-position: 0 -58px;
}
.contacts .sheet > li:nth-child(3)::before {
  background-position: 0 -107px;
}
.contacts .sheet > li:last-child::before {
  background-position: 0 -195px;
  height: 30px;
}
.contacts .sheet > li + li {
  margin-top: 22px;
}
.contacts .form-group:first-child {
  margin-top: 0;
}
.contacts .buttons .btn {
  font-size: 17px;
  padding: 6px 12px;
}
.user-content {
  font-size: 12px;
  line-height: 26px;
}
.user-content p {
  margin: 0;
}
.user-content b {
  text-shadow: 0 0 0 #333333;
  font-weight: 400;
  color: #333333;
  text-transform: uppercase;
}
.user-content b,
.user-content .text-open {
  font-size: 13px;
}
body {
  min-width: 1170px;
}
.container {
  width: 1170px !important;
}
body > .container {
  padding-bottom: 75px;
}
body.checkout-checkout > .container {
  padding-bottom: 30px;
}
.search #search-results {
  margin-top: 30px;
}
.search #search-results .heading span {
  font-size: 14px;
  line-height: 37px;
}
.ui-button.ui-selectmenu-button {
  border-radius: 0;
  background-clip: padding-box;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  width: 100%;
  min-width: 210px;
}
.checkout .ui-button.ui-selectmenu-button[aria-labelledby='ui-id-1'] {
  color: #999999;
}
.auto-width + .ui-button.ui-selectmenu-button {
  width: auto;
}
.ui-button.ui-selectmenu-button,
.ui-button.ui-selectmenu-button:hover,
.ui-button.ui-selectmenu-button:focus {
  border: 1px solid #d2d2d2;
  outline: none;
  background: #ffffff;
}
.has-error .ui-button.ui-selectmenu-button,
.has-error .ui-button.ui-selectmenu-button:hover,
.has-error .ui-button.ui-selectmenu-button:focus {
  border-color: #fc3434;
  color: #fc3434;
}
.ui-button.ui-selectmenu-button .ui-selectmenu-text {
  font-size: 14px;
}
.ui-button.ui-selectmenu-button .ui-icon.ui-icon-triangle-1-s {
  margin-top: 15px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 12px;
  height: 8px;
  border: none;
}
.ui-button.ui-selectmenu-button .ui-icon.ui-icon-triangle-1-s,
.ui-button.ui-selectmenu-button .ui-icon.ui-icon-triangle-1-s:hover,
.ui-button.ui-selectmenu-button .ui-icon.ui-icon-triangle-1-s:focus {
  background: url('/catalog/view/theme/ukrcatalog/image/header-icons.png') -1px -331px no-repeat;
}
.category .ui-button.ui-selectmenu-button {
  height: 30px;
  line-height: 30px;
  position: relative;
  top: -3px;
}
.category .ui-button.ui-selectmenu-button .ui-icon.ui-icon-triangle-1-s {
  margin-top: 10px;
}
.ui-button.ui-selectmenu-button-open .ui-icon.ui-icon-triangle-1-s {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ui-widget-content .ui-state-active {
  background-color: #ff8800;
  border-color: #ff8800;
}
select {
  visibility: hidden;
}
.alert {
  position: fixed;
  z-index: 5;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 40px;
  border-radius: 0;
  background-clip: padding-box;
  border-width: 0 0 3px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.alert:hover {
  background: #ffffff;
}
.alert .close {
  text-shadow: none;
  font-size: 20px;
  margin-left: 20px;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.alert .close:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.alert.alert-success {
  color: #00aaff;
  border-color: #00aaff;
}
.alert.alert-success .close {
  color: #00aaff;
}
.alert.alert-danger {
  color: #ff8800;
  border-color: #ff8800;
}
.alert.alert-danger .close {
  color: #ff8800;
}
.search > .heading .ui-button.ui-selectmenu-button,
.search > .heading #input-search {
  height: 30px;
  line-height: 30px;
}
.search > .heading .ui-icon.ui-icon-triangle-1-s {
  margin-top: 12px;
}
