@charset "UTF-8";
/**
* for next projects:
* - Masteram
* - Toys4Brain
*/
/**
* for next projects:
* - Masteram
* - Toys4Brain
*/
/**
  Міксін for приймає n-ну кількість параметрів => 1.
  Приклад:
  @include for(TB2, T4B) {
    color: red;
  }
*/
/**
* for next projects:
* - Masteram
* - Toys4Brain
*/
/**
  Міксін for приймає n-ну кількість параметрів => 1.
  Приклад:
  @include for(TB2, T4B) {
    color: red;
  }
*/
/* ======================================
hack mixins
========================================= */
/*
 @end
 */
/*
	Скидання ("занулення") всіх значень за умовчанням
	http://meyerweb.com/eric/tools/css/reset/
	v2.0 | 20110126
	License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:800&subset=cyrillic");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main, header {
  display: block;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  background-color: #fff;
  padding-top: 161px;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@-moz-document url-prefix() {
  table {
    border-collapse: inherit;
  }
}

a {
  outline: none;
  cursor: pointer;
}

/* Загальні класи */
.container {
  text-align: left;
  margin: 0 auto;
  padding: 0 0.68%;
  min-width: 1580px;
  max-width: 1600px;
}

.container-inner {
  margin: 0 40px 0 40px;
  min-width: 1480px;
}

.clear {
  clear: both;
}

.nowrap {
  white-space: nowrap;
}

.left {
  float: left;
}

.right {
  float: right;
}

.content-left {
  text-align: left;
}

.content-right {
  text-align: right;
}

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

.submenu {
  z-index: 999;
}

.hidden-text {
  display: none;
}

.shadow {
  border-collapse: separate;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
}

.shadow-2 {
  border-collapse: separate;
  box-shadow: 2px 5px 25px 0px rgba(0, 0, 0, 0.25);
}

.shadow-3 {
  border-collapse: separate;
  box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

.shadow-4 {
  border-collapse: separate;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.sprite-arrow {
  background: url(/images/layout/arrow/down.gif) no-repeat;
}

.sprite-header {
  background: url(/images/layout/header_sprite.png) no-repeat;
}

.sprite-grey256 {
  background: url(/images/layout/grey256.png) no-repeat;
}

.gray {
  color: #c2c2c2;
}

.dark-gray {
  color: #666;
}

.long-text-box {
  clear: both;
  height: 13px;
  position: relative;
  left: 0px;
  top: 0px;
}

.long-text {
  overflow: hidden;
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: 100%;
  height: 100%;
}

.long-text-hidder {
  background: url(/images/layout/shad_byoptions.png) repeat-y top right;
  position: absolute;
  right: 0;
  top: 0;
  width: 43px;
  z-index: 998;
}

.align-center {
  text-align: center;
}

/* BEGIN: Native placeholder support */
:-moz-placeholder {
  color: #88939C;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
}

::-moz-placeholder {
  color: #88939C;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:-ms-input-placeholder {
  color: #88939C;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
}

::-webkit-input-placeholder {
  color: #88939C;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

/* Fallback: for jQuery.placeholder plugin */
.placeholder {
  color: #88939C;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
}

/* END: Native placeholder support */
.styling-checkboxes li {
  color: #666;
  font-size: 12px;
  margin-bottom: 8px;
}

.checkbox {
  background: url(/images/layout/checkbox.gif) no-repeat;
  background-position: 0 -12px;
  cursor: pointer;
  vertical-align: top;
  width: 12px;
  height: 12px;
}

/*
.checkbox.checked {
	background-position: 0 -24px;
}
.checkbox.disabled {
	background-position: 0 0;
}
.checkbox.checked.disabled {
	background-position: 0 -36px;
}
.checkbox.focused {
	background-position: 0 -12px;
}
.checkbox.checked.focused {
	background-position: 0 -24px;
}
*/
.checked .checkbox {
  background-position: 0 -24px;
}

.disabled .checkbox {
  background-position: 0 0;
}

.checked.disabled .checkbox {
  background-position: 0 -36px;
}

.focused .checkbox {
  background-position: 0 -12px;
}

.checked.focused .checkbox {
  background-position: 0 -24px;
}

.button.white {
  background-color: #fafafa;
  border: 1px solid #aaa;
  color: #333;
}

.button.white:hover {
  background-color: #fafafa;
}

.button {
  background-color: #aaa;
  display: inline-block;
  text-decoration: none;
  padding: 0 20px;
  max-width: 240px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

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

.button-green {
  background-image: url(/images/layout/btn/btn_green1.png);
  min-width: 140px;
}

.button-green .ico {
  background-image: url(/images/layout/btn/btn_green2.png);
  color: #fff;
}

.content-waiter-wrapper {
  background-color: #fff;
  display: none;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}

.content-waiter {
  background: url(/images/layout/waiter/loader.gif) no-repeat top center;
  color: #333;
  font-size: 20px;
  text-align: center;
  padding-top: 87px;
  width: 240px;
  position: absolute;
  top: 0;
  left: 0;
}

.content-error {
  background-image: url(/images/layout/waiter/error.png);
}

.content-waiter a.refresh {
  background: url(/images/layout/waiter/refresh.png) no-repeat top center;
  color: #666;
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 40px auto 0 auto;
  padding-left: 45px;
  width: 135px;
  height: 40px;
}

.content-waiter a.refresh:hover {
  background-position: 0 -40px;
  color: #fff;
}

/**/
.ui-lightbox.waiter .ui-lightbox-container {
  height: 300px;
  width: 370px;
  margin: -150px 0 0 -185px;
}

.ui-lightbox.waiter .ui-lightbox-container .ui-lightbox-content {
  left: 0;
  right: 10px;
  padding: 40px 0 0;
}

.ui-lightbox.waiter .ui-lightbox-container .title {
  color: #666;
  font-size: 21px;
  font-weight: bold;
  margin: 27px auto 0;
  text-align: center;
}

.ui-lightbox.waiter .ui-lightbox-container .animation {
  width: 130px;
  height: 130px;
  margin: 20px auto 0;
}

.ui-lightbox.waiter.green .ui-lightbox-container .animation {
  background: url("/images/layout/waiter/loader_green.gif");
}

/**/
.nice-button {
  background: url(/images/layout/btn/clear-button-middle.png) repeat-x right top;
  color: #333;
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
  height: 40px;
  overflow: hidden;
}

.nice-button:hover {
  background-position: right -40px;
}

.nice-button:after {
  content: "";
  background: url(/images/layout/btn/clear-button-right.png) no-repeat right top;
  width: 8px;
  height: 40px;
  display: block;
  float: right;
}

.nice-button:before {
  content: "";
  background: url(/images/layout/btn/clear-button-left.png) no-repeat left top;
  display: block;
  width: 40px;
  height: 40px;
  float: left;
}

.nice-button:hover:before {
  background-position: left bottom;
}

.nice-button:hover:after {
  background-position: right bottom;
}

.close-submenu-button {
  background: url(/images/layout/sidebar/close.png) no-repeat;
  display: block;
  width: 40px;
  height: 41px;
  position: absolute;
  top: 15px;
  right: 0;
}

.close-submenu-button:hover {
  background-position: 0 -41px;
}

.find-subcategory {
  border: 1px solid #ccc;
  color: #333;
  line-height: 26px;
  padding: 0 8px;
  width: 350px;
  height: 26px;
}

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

.products-amount {
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
}

.additional-description {
  margin: 0 0 10px 0;
}

.shade:after,
.select-shade:after {
  background: url(/images/layout/product/product_desc_shad.png);
  content: "";
  position: absolute;
  height: inherit;
  width: 75px;
  right: 0;
}

.shade_green:after {
  background: url(/images/layout/product/product_desc_shad_green.png);
}

#scroll-to-top-button {
  background: url("/images/layout/arrow/back-to-top.png") #fff no-repeat 0 0;
  display: none;
  height: 44px;
  width: 44px;
  position: fixed;
  left: 20px;
  bottom: 200px;
}

#scroll-to-top-button:hover {
  background-position: -44px 0;
}

.cursor-pointer {
  cursor: pointer;
}

.hidden, .d-none {
  display: none !important;
}

.bold {
  font-weight: bold;
}

.empty-line {
  padding-bottom: 30px;
}

.inline-block {
  display: inline-block;
}

.info-icon {
  background-image: url("/images/layout/info-icon.png");
  display: inline-block;
  width: 16px;
  height: 16px;
}

.highlight-word {
  background-color: #ffee33 !important;
}

.hide-in-critical {
  display: block;
}

.pagination-wrapper-bottom {
  display: block;
}

.mb40 {
  margin-bottom: 40px;
}

.left {
  float: left;
}

.right {
  float: right;
}

body {
  padding-top: 161px;
}

header {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
}

#top-links-wrapper {
  background-color: #333537;
  height: 25px;
  min-width: 768px;
}

#top-links .right li {
  float: left;
}

#top-links .right li a {
  display: block;
  margin: 6px 0 0 8px;
  padding-right: 9px;
  font-size: 12px;
  color: #999;
  text-decoration: none;
}

#top-links .right li a.login {
  padding-left: 25px;
  width: 50px;
}

#top-links .right .menu-item a {
  margin: 0 0 0 5px;
  padding: 6px 0 0 33px;
}

#top-links .right .menu-item a.worldwide {
  width: 80px;
  padding-left: 25px;
}

#top-links .right .menu-item.account-name {
  max-width: 160px;
}

#header-wrapper {
  background-color: #3f4346;
  border-top: 1px solid #4c5054;
  height: 95px;
  min-width: 768px;
}

.main-menu-wrapper-outside {
  background-color: #eee;
  min-width: 768px;
}

#main-menu {
  width: 100%;
  height: 40px;
}

#main-menu .submenu {
  display: none;
}

#main-menu-wrapper #main-menu a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

#main-menu-wrapper #main-menu td {
  padding: 0 10px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}

#main-menu-wrapper #main-menu td.sale a {
  color: #ec6700;
  font-weight: bold;
  padding: 8px 0 8px 32px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
  #main-menu-wrapper #main-menu a.mainmenu-item-link, #main-menu-wrapper #main-menu td.sale a {
    font-size: 12px;
  }
}

#top-links .right .menu-item a {
  opacity: 1;
}

#top-links .right .menu-item .submenu {
  display: block;
}

#top-links .header-orange-link {
  opacity: 1;
}

#header-wrapper .container-inner > div:not(.left) {
  display: block;
}

#main-menu .submenu {
  display: block;
}

#top-links-wrapper {
  background-color: #333537;
  height: 25px;
  min-width: 768px;
}

#top-links {
  color: #5a5d5f;
  font-size: 12px;
  position: relative;
  left: 0px;
  top: 0px;
}

#top-links a {
  color: #999;
  text-decoration: none;
  height: 16px;
  line-height: 16px;
}

#top-links a:hover {
  color: #CCC;
  text-decoration: underline;
}

#top-links a.dealers-zone {
  background: url(/images/layout/dealers_zone.png) no-repeat;
  display: block;
  width: 94px;
  height: 25px;
}

#top-links a.dealers-zone:hover {
  background-position: 0 -25px;
}

#top-links .right li {
  float: left;
}

#top-links .right a {
  display: block;
  margin: 6px 0 0 8px;
  padding-right: 9px;
  font-size: 12px;
  line-height: 12px;
}

#top-links .right .last a {
  background-image: none;
  margin-right: 10px;
}

#top-links .right .menu-item.account-name {
  max-width: 160px;
}

#top-links .right .menu-item {
  position: relative;
  left: 0px;
  top: 0px;
}

.top-menu-icon {
  background: url(/images/layout/top_menu.png) no-repeat #22272b;
}

#top-links .right .menu-item a {
  color: #fff;
  display: block;
  margin: 0 0 0 5px;
  padding: 6px 0 0 33px;
  width: 77px;
  height: 19px;
  position: relative;
  left: 0px;
  top: 0px;
}

#top-links .right .menu-item a span {
  background-position: 0 -4px;
  display: block;
  width: 7px;
  height: 4px;
  position: absolute;
  top: 11px;
  right: 8px;
}

#top-links .right .menu-item a.has_messages {
  background: url(/images/layout/envelope.gif) no-repeat;
  width: 0;
  height: 15px;
  margin-left: 20px;
  margin-top: 3px;
}

#top-links a.header-orange-link span {
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  margin-right: 20px;
  background: url("/images/layout/percent.png") no-repeat 0 0 transparent;
}

#top-links a.header-orange-link {
  color: #fff;
  text-transform: uppercase;
  padding: 0 15px 0 15px;
  line-height: 25px;
  height: 25px;
  display: inline-block;
  background-color: #EC6700;
}

#top-links a.header-orange-link:hover {
  background-color: #E76200;
  text-decoration: none;
}

#top-links .right a.worldwide {
  width: 80px;
  background-position: -4px 0;
  padding-left: 25px;
}

#top-links .right a.account {
  background-image: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
  padding-right: 19px;
  max-width: 130px;
  width: auto;
}

#top-links .right a.login {
  background: url(/images/layout/login_icon.png) no-repeat #22272b 4px 5px;
  padding-left: 25px;
  width: 50px;
}

#top-links .right a.livezilla {
  background-image: none;
  background-color: #22272b;
  padding-left: 6px;
  padding-right: 20px;
}

#top-links .right .menu-item .submenu {
  display: none;
  width: 250px;
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 1001;
}

#top-links .right .menu-item .submenu.account-dropdown {
  width: auto;
}

#top-links .menu-item a {
  text-decoration: none;
}

#top-links .menu-item.hover a {
  background-color: #fff;
  color: #333;
  text-decoration: none;
}

#top-links .menu-item.hover a span {
  background-position: 0 -4px;
}

#top-links .menu-item.hover a.worldwide {
  background-position: -4px -25px;
  padding-left: 25px;
}

#top-links .menu-item.hover .submenu {
  display: block;
}

#top-links .right .menu-item .submenu li {
  background-color: #fff;
  border-bottom: 1px #e5e5e5 solid;
  display: block;
  float: none;
}

#top-links .right .menu-item .submenu a {
  background-color: #fff;
  background-image: none;
  font-size: 14px;
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
  height: 39px;
}

#top-links .right .menu-item .account-dropdown a {
  line-height: 39px;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}

#top-links .right .menu-item .submenu a:hover {
  background-color: #e5e5e5;
}

#top-links .right .menu-item .submenu span {
  display: block;
  width: auto;
  height: auto;
  float: left;
  position: relative;
  right: auto;
  top: auto;
}

#top-links .right .menu-item .submenu .left {
  color: #ccc;
  font-size: 22px;
  line-height: 22px;
  margin: 8px 10px 0 20px;
  width: 50px;
}

#top-links .right .menu-item .submenu .right {
  line-height: 14px;
  float: right;
  margin-right: 15px;
  width: 155px;
}

#top-links .right .menu-item .submenu span.title {
  color: #333;
  font-size: 14px;
  margin-top: 7px;
}

#top-links .right .menu-item .submenu span.desc {
  color: #acacac;
  font-size: 11px;
  clear: left;
  white-space: nowrap;
}

#header-wrapper .cart-wrapper .livezilla-dropdown {
  width: auto;
}

#header-wrapper .cart-wrapper .livezilla-dropdown a {
  line-height: 22px;
  padding: 0 100px 0 20px;
  white-space: nowrap;
  height: 22px;
}

#header-wrapper .cart-wrapper .submenu.livezilla-dropdown span {
  float: none;
  font-size: 12px;
  color: #ccc;
  position: absolute;
  right: 20px;
  top: 0px;
}

#header-wrapper .cart-wrapper .submenu.livezilla-dropdown span:after {
  content: "";
  background: url(/images/layout/chat-status.png) right bottom no-repeat;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  margin-left: 4px;
}

#header-wrapper .cart-wrapper .submenu.livezilla-dropdown .online span {
  color: #669900;
}

#header-wrapper .cart-wrapper .submenu.livezilla-dropdown .online span:after {
  background-position: right top;
}

#header-wrapper .submenu.livezilla-dropdown {
  top: 52px;
}

#header-wrapper .submenu.livezilla-dropdown li {
  position: relative;
}

#header-wrapper {
  background-color: #3f4346;
  border-top: 1px solid #4c5054;
  height: 95px;
  min-width: 768px;
}

header .logo-wrapper {
  margin-top: 12px;
  margin-bottom: 31px;
  width: 94px;
  height: 52px;
  float: left;
}

header .logo-wrapper .logo {
  background-position: 0 0;
  display: block;
  margin: 9px 0;
  width: 94px;
  height: 34px;
}

header .search-wrapper {
  margin: 0 339px 0 120px;
  padding: 12px 0 0 0;
  width: auto;
  min-width: 270px;
}

header .search-wrapper-inner {
  padding: 25px 68px 0 0;
  height: 34px;
  position: relative;
  left: 0px;
  top: 0px;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
}

header .search-wrapper form {
  padding: 9px;
  position: relative;
  z-index: 1000;
}

header .search-wrapper form.low-z {
  z-index: 1;
}

header .search-example {
  color: #888b8c;
  font-size: 12px;
  height: 31px;
  line-height: 21px;
  padding-left: 9px;
}

header .search-example .items {
  text-decoration: underline;
  cursor: pointer;
}

header .xmas-header-cover {
  background: url("/images/layout/xmas-header.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

header .xmas-header-cover .search-example {
  color: #fff;
}

header .search-example .items:hover {
  color: #ccc;
}

header .search-backspace {
  background: #fff;
  height: 34px;
  width: 34px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #BDBDBD;
  border-right: 0px;
  border-left: 0px;
  line-height: 32px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
}

header .search-backspace:before {
  content: "";
  background: url("/images/layout/sidebar/x-big.png") left top no-repeat;
  display: inline-block;
  height: 15px;
  width: 15px;
  vertical-align: middle;
}

header .search-backspace.hidden {
  cursor: default;
}

header .search-backspace.hidden:before {
  display: none;
}

header .search-backspace:hover:before {
  background-position: 0 -15px;
}

header .search-icon {
  display: inline-block;
  background: url("/images/layout/sidebar/search_icon.png") no-repeat scroll 0 0 transparent;
  height: 34px;
  width: 34px;
  background-position: 7px;
  vertical-align: middle;
}

header .search-input {
  background: #FFFFFF url("/images/layout/sidebar/search_icon.png") no-repeat scroll 9px 9px;
  padding-left: 34px;
  width: 100%;
  display: inline-block;
  border: 1px solid #BDBDBD;
  height: 34px;
  cursor: default;
  font-size: 16px;
  vertical-align: middle;
  min-width: 270px;
  border-right: 0px;
  box-sizing: border-box;
  line-height: 32px;
}

header .search-input:hover {
  cursor: text;
}

header .search-arrow {
  display: inline-block;
  background: url("/images/layout/search_button.png") no-repeat scroll 0 0 transparent;
  height: 34px;
  width: 34px;
  vertical-align: middle;
  box-sizing: border-box;
}

header .search-arrow:hover {
  background: url("/images/layout/search_button.png") no-repeat scroll 0 -33px transparent;
  cursor: pointer;
}

header .contacts-wrapper {
  padding: 40px 0 42px 0;
  float: left;
  margin-right: 60px;
  height: 38px;
}

header .contacts-wrapper span {
  color: #ccc;
  display: block;
  font-size: 12px;
}

header .contacts-wrapper .ico {
  background-position: -72px -105px;
  float: left;
  margin-right: 10px;
  width: 34px;
  height: 38px;
}

header .contacts-wrapper .email {
  margin-top: 3px;
}

header .contacts-wrapper .phone {
  margin-top: 8px;
}

header .contacts-wrapper a {
  color: #ccc;
  text-decoration: none;
}

header .contacts-wrapper a:hover {
  text-decoration: underline;
}

header .cart-wrapper {
  margin: 12px 0 31px 0;
  width: 311px;
  height: 52px;
  float: left;
}

header .cart a {
  color: #fff;
  font-size: 16px;
}

header .cart a > span {
  font-size: 12px;
}

header .cart-wrapper a {
  text-decoration: none;
}

header .cart-wrapper .currency a {
  font-size: 12px;
  color: #919191;
  white-space: nowrap;
}

header .cart-wrapper .currency .submenu a {
  margin: 0;
  padding: 4px 0 0;
  height: 20px;
  line-height: 20px;
  display: block;
}

header .cart-wrapper .currency .submenu a:hover {
  background-color: #e5e5e5;
}

header .cart-wrapper .only-one a {
  cursor: default;
}

header .cart-wrapper .only-one a.chosen-currency span {
  visibility: hidden;
}

header .cart-wrapper a.chosen-currency span {
  background-position: 0 -16px;
  display: inline-block;
  height: 4px;
  vertical-align: middle;
  margin-left: 3px;
  width: 7px;
}

header .cart-wrapper .hover .submenu {
  display: block;
}

header .submenu {
  background-color: #fff;
  display: none;
  width: 178px;
  position: absolute;
  top: 25px;
  right: 0;
}

header .currency.hover a.chosen-currency {
  background-color: #22272b;
}

header .currency.hover a.chosen-currency span {
  background-position: 0 0;
}

header .currency.hover .submenu {
  display: block;
}

header .submenu li {
  border-bottom: 1px solid #e5e5e5;
  display: block;
}

header .submenu li a {
  color: #333;
  font-size: 12px;
  margin: 0;
}

header .submenu li a .left {
  color: #999;
  font-weight: bold;
  margin: 0 0 0 18px;
  width: 45px;
}

header .submenu li a .right {
  margin-right: 10px;
  width: 105px;
}

header .cart-wrapper > li {
  float: left;
}

header .cart-wrapper > li:first-child {
  border-left: none;
}

header .header-right-icons {
  background: none #3F4346 no-repeat;
  display: block;
  width: 52px;
  height: 52px;
}

header .header-right-icons.cart-icon {
  position: absolute;
  top: 5px;
  left: 0;
  background: url("/images/layout/header-cart.png") no-repeat center transparent;
}

header .header-right-icons.cart-icon:hover {
  background-color: #3F4346;
}

header .header-right-icons.cart-icon:after {
  content: attr(data-cart-quantity);
  background-color: #993;
  display: inline-block;
  height: 17px;
  position: absolute;
  right: 0;
  top: 3px;
  width: 25px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 17px;
}

header .cart-indicator .cart {
  position: absolute;
  top: 8px;
  left: 52px;
  margin-left: 8px;
}

header .cart-wrapper .last .menu {
  position: absolute;
  top: 28px;
  margin-left: 8px;
  left: 52px;
  padding-top: 3px;
  border-top: 1px solid #494D4F;
}

header .header-right-icons:hover,
header .hover .header-right-icons {
  background-color: #22272b;
}

header .header-right-icons.forum-icon {
  background-position: 0 0;
}

header .header-right-icons.chat-icon {
  background-position: -52px 0;
}

header .header-right-icons.cart-icon.small:after {
  font-size: 11px;
}

header .cart-wrapper > li.header-forum-livezilla {
  position: relative;
  width: 105px;
  height: 52px;
  display: block;
  float: left;
}

header .cart-wrapper > li.header-forum-livezilla > div {
  display: block;
  position: relative;
  width: auto;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  color: #fff;
  margin-top: 1px;
  background: transparent 3px center no-repeat;
  background-image: url("/images/layout/chat-small.png");
  padding-left: 27px;
  cursor: pointer;
}

header .cart-wrapper > li.header-forum-livezilla > div > a {
  font: inherit;
  color: inherit;
}

header .cart-wrapper > li.header-forum-livezilla > div:first-child {
  height: 26px;
  line-height: 26px;
  margin-top: 20px;
  background-image: url("/images/layout/forum-small.png");
}

header .cart-wrapper > li.header-forum-livezilla > div:hover {
  background-color: #333;
}

#header-wrapper .cart-wrapper > li.header-forum-livezilla > div .livezilla-dropdown {
  top: 25px;
}

header .cart-wrapper .chosen-currency > * {
  vertical-align: middle;
}

header .cart-wrapper .chosen-currency div {
  max-width: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

header .cart-wrapper > li.last {
  width: 178px;
  height: 52px;
  position: relative;
  float: right;
}

header .header-right-icons.forum-icon:hover {
  background-position: 0 -52px;
}

header .header-right-icons.chat-icon:hover {
  background-position: -52px -52px;
}

/* Каркас сайту */
.hide-outline {
  outline: none;
  /* hack for IE < 9*/
}

.hide-outline:focus, .hide-outline:active {
  outline: none;
  /* hack for IE < 9*/
}

.hide-outline:focus::-moz-focus-inner, .hide-outline:active::-moz-focus-inner {
  outline: none;
  border: 0px;
}

/* Ховаємо кнопки очисти поля і показу пароля в ІЕ10 */
input::-ms-clear, input::-ms-reveal {
  display: none;
}

textarea {
  resize: none;
}

.columns-2 {
  -moz-columns: 2 auto;
  -moz-column-gap: 20px;
  -moz-column-rule: 1px solid #eee;
  -webkit-columns: 2 auto;
  -webkit-column-gap: 20px;
  -webkit-column-rule: 1px solid #eee;
  columns: 2 auto;
  column-gap: 20px;
  column-rule: 1px solid #eee;
}

#wrapper {
  text-align: center;
}

#content-wrapper {
  margin: 35px auto 0 auto;
  position: relative;
  left: 0;
  top: 0;
}

#content {
  margin-right: 300px;
  position: relative;
  display: block;
}

#cart #content {
  margin-right: 0;
}

#content.withLeftPanel {
  margin-left: 300px;
}

.breadcrumbs-wrapper {
  color: #c2c2c2;
  font-size: 11px;
  line-height: 15px;
  margin-bottom: 25px;
}

.breadcrumbs-wrapper .back-to-catalog {
  background-color: #ededed;
  padding-left: 10px;
  margin-right: 15px;
  width: 135px;
  height: 25px;
  float: left;
}

.breadcrumbs-wrapper .back-to-catalog a.back {
  background: url("/images/layout/bread_crumbs/backto.png") no-repeat;
  color: #676767;
  display: block;
  font-size: 12px;
  line-height: 25px;
  text-decoration: none;
  padding-left: 22px;
  width: 101px;
  height: 25px;
  float: left;
  overflow: hidden;
}

.breadcrumbs-wrapper .back-to-catalog:hover a.back {
  background-position: 0 -25px;
}

/*
#content .breadcrumbs-wrapper .back-to-catalog a.arrow {
	background: url(/images/layout/bread_crumbs/backto_down_arrow.gif) no-repeat top center;
	background-color: #dbdbdb;
	display: block;
	width: 27px;
	height: 25px;
	float: left;
}

#content .breadcrumbs-wrapper .back-to-catalog:hover a.arrow {
	background-color: #22272b;
	background-position: center -25px;
}
*/
.breadbrumbs-links {
  display: table-cell;
  height: 25px;
  vertical-align: middle;
}

.breadcrumbs-wrapper .breadbrumbs-links a {
  background: url("/images/layout/bread_crumbs/arrow.gif") no-repeat top right;
  color: #c2c2c2;
  text-decoration: underline;
  margin-right: 4px;
  padding-right: 11px;
}

.breadcrumbs-wrapper .breadbrumbs-links :last-child a {
  background: none;
  padding-right: 0;
}

.breadcrumbs-wrapper .breadbrumbs-links a[href="javascript:void(0)"],
.breadcrumbs-wrapper .breadbrumbs-links a:not([href]) {
  background: none;
  cursor: default;
  text-decoration: none;
}

strong {
  font-weight: bold !important;
}

h1 {
  color: #333;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 20px;
}

h2 {
  color: #333;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
}

h1 strong {
  font-size: 0.5em;
  line-height: normal;
}

h1 strong > em {
  text-decoration: none;
  font: inherit;
  color: #666;
}

h1 strong > em:after {
  content: " ";
}

.content-container {
  padding-bottom: 50px;
}

.sidebar-tab {
  background: url("/images/layout/showme.png") no-repeat;
  display: none;
  width: 31px;
  height: 170px;
  position: absolute;
  left: 0;
  top: 36px;
}

.sidebar-tab:hover {
  background-position: 0 -170px;
}

aside {
  font-size: 12px;
  width: 250px;
  position: relative;
  left: 0;
  top: 0;
  box-sizing: border-box;
}

aside .filter-title:first-child,
aside h2:first-child {
  margin-top: 0;
}

aside .filter-title,
aside h2 {
  color: #97a501;
  font-size: 27px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 2px solid #B6C401;
  margin-top: 100px;
}

aside .min-max-price-wrapper {
  color: #c2c2c2;
  margin: 20px 0 15px 0;
  line-height: 22px;
}

aside .min-max-price-wrapper input {
  border: 1px solid #8c8c8c;
  padding: 0 3px;
  width: 59px;
  height: 22px;
  line-height: 20px;
}

aside .min-max-price-wrapper .min-price {
  margin-right: 7px;
}

aside .min-max-price-wrapper .max-price {
  margin: 0 8px 0 7px;
}

aside .min-max-price-wrapper .button-arrow {
  border: none;
  background: url("/images/layout/btn/btn_small.png") no-repeat;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
  width: 50px;
  height: 22px;
}

aside .min-max-price-wrapper .button-arrow:hover {
  background-position: 0 -22px;
}

aside .block-byoptions .text {
  color: #999;
  line-height: 14px;
  margin-bottom: 15px;
}

aside .block-byoptions .text a {
  color: #999;
}

aside .block-byoptions .text a:hover {
  color: #6e87d2;
}

aside .block-byoptions .list {
  color: #999;
  margin-bottom: 25px;
}

aside .block-byoptions .list > li {
  background: url("/images/layout/arrow/sidebar.gif") no-repeat top right;
  border-bottom: 1px dotted #ccc;
  cursor: pointer;
  padding: 10px 0 9px 0;
  position: relative;
  left: 0;
  top: 0;
}

aside .block-byoptions .list > li:first-child {
  border-top: 1px dotted #ccc;
}

aside .block-byoptions .list > li.hover {
  background-position: right -50px;
  border-bottom: 1px solid #ccc;
}

aside .block-byoptions .list > li.hover:first-child {
  border-top: 1px solid #ccc;
}

aside .block-byoptions .list > li.bottom-solid {
  border-bottom-style: solid;
}

aside .block-byoptions .list > li.solid {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

aside .block-byoptions .list a {
  text-decoration: none;
}

aside .block-byoptions .list .primary a {
  color: #333;
}

aside .block-byoptions .list > li.hover .primary a {
  color: #333;
  font-weight: bold;
}

aside .block-byoptions .minor {
  margin-top: 4px;
}

aside .block-byoptions .minor a {
  color: #c2c2c2;
  line-height: 13px;
}

aside .block-byoptions .minor a:hover {
  color: #c2c2c2;
}

aside .block-byoptions .minor a.reset:hover {
  background-position: 0 -10px;
}

aside .block-byoptions .minor a.reset {
  background: url("/images/layout/sidebar/x-small.png") no-repeat 0 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
  width: 10px;
  height: 10px;
}

aside .block-byoptions .button-wrapper {
  text-align: right;
}

aside .block-byoptions li.hover .right-white-border {
  background-color: #fff;
  display: none;
  position: absolute;
  left: 191px;
  top: 0;
  width: 10px;
  height: 100%;
  z-index: 9999;
}

aside .block-byoptions li.hover .right-white-border {
  display: block;
}

aside .block-byoptions .submenu {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: default;
  display: none;
  position: absolute;
  left: 200px;
  top: -35px;
  width: 500px;
  height: 500px;
}

aside .block-byoptions li.hover .submenu {
  display: block;
}

aside .block-byoptions .submenu h3 {
  background-color: transparent;
  border: none;
  color: #333;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 7px;
  padding: 0;
  height: auto;
}

aside .block-byoptions .submenu h3 span {
  color: #cfdd00;
}

aside .block-byoptions .submenu h3 span span {
  color: #97a501;
}

aside .block-byoptions .submenu .text {
  text-align: justify;
  margin-bottom: 15px;
}

aside .block-byoptions .submenu .dark-gray {
  margin-top: 0;
}

aside .block-byoptions .submenu .dark-gray a {
  text-decoration: underline;
}

aside .block-byoptions .submenu-top {
  margin: 20px 20px 25px 30px;
}

aside .block-byoptions .submenu-middle {
  margin: 0 7px 0 30px;
  height: 262px;
  overflow: auto;
}

aside .block-byoptions .submenu-middle .checkbox {
  width: 17px;
}

aside .block-byoptions .submenu-middle .row {
  padding: 15px 13px 0 0;
}

aside .block-byoptions .submenu-middle .row-with-border {
  border-top: 1px dotted #c3c3c3;
  margin-top: 7px;
  margin-right: 15px;
}

aside .block-byoptions .submenu-middle .styling-checkboxes li {
  box-sizing: border-box;
  float: left;
  padding-right: 15px;
  width: 50%;
}

aside .block-byoptions .submenu-middle li a {
  color: #666;
}

aside .block-byoptions .submenu-middle .checked a {
  color: #333;
  font-weight: bold;
}

aside .block-byoptions .submenu .text-shadow {
  background: url("/images/layout/shad_top.png") no-repeat top left;
  margin-left: 20px;
  width: 470px;
  height: 25px;
  position: relative;
  left: 0;
  top: 0;
  z-index: -9;
}

aside .block-byoptions .submenu .text-shadow-top {
  margin-bottom: -25px;
}

aside .block-byoptions .submenu .text-shadow-bottom {
  background-image: url("/images/layout/shad_bottom.png");
  margin-top: -25px;
}

aside .block-byoptions .row-bottom label,
aside .block-byoptions .row-bottom label a {
  color: #ccc;
}

aside .block-byoptions .row-bottom li .checked,
aside .block-byoptions .row-bottom li .checked a {
  color: #c2c2c2;
  font-weight: bold;
}

aside .block-byoptions .submenu-bottom {
  padding: 30px 30px 27px 30px;
  height: 95px;
}

aside .block-byoptions .submenu-bottom a {
  display: block;
  line-height: 22px;
  margin-top: 10px;
  height: 22px;
  float: left;
}

aside .block-byoptions a.button-undo,
aside .block-byoptions a.button-clear {
  color: #333;
  font-size: 14px;
  text-decoration: underline;
}

aside .block-byoptions a.button-undo {
  background: url("/images/layout/undo.png") no-repeat top left;
  padding-left: 35px;
}

aside .block-byoptions a.button-undo:hover {
  background-position: 0 -22px;
}

aside .block-byoptions a.button-clear {
  margin-right: 15px;
  float: right;
}

aside .block-byoptions a.button-results {
  color: #fff;
  font-size: 14px;
  margin-top: 0;
  height: 40px;
  float: right;
}

aside .block-byoptions .bold .primary a {
  font-weight: bold;
}

aside .block-byoptions > ul > li > .primary {
  padding-right: 25px;
}

aside.right {
  width: 250px;
}

aside.right .right-aside-inner .adv-171x500 {
  border: 1px solid #eee;
  margin: 0 auto;
  width: 171px;
  height: 500px;
}

aside.right .promoblock {
  margin-top: 50px;
}

aside.right .promoblock-head {
  background-color: #5a9f5a;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  width: 250px;
  height: 60px;
  line-height: normal;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}

footer .footer-top-wrapper {
  background-color: #e5e5e5;
  min-height: 140px;
  min-width: 768px;
}

footer .footer-top {
  color: #666;
  font-size: 12px;
  padding-top: 20px;
}

footer .footer-top-title {
  color: #bbbdbf;
  font-size: 18px;
  margin-bottom: 10px;
}

footer .footer-top a {
  color: #333;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
}

footer .footer-top a:hover {
  text-decoration: underline;
}

footer .footer-top .left {
  margin-left: 0;
  width: 70%;
}

footer .footer-top .col-33 {
  float: left;
  margin-bottom: 15px;
  min-width: 145px;
}

footer .footer-top .left .col-33 {
  margin-right: 5%;
  width: 20%;
}

footer .footer-top .right .contacts-wrapper {
  float: right;
}

footer .footer-top .right {
  width: 30%;
}

footer .footer-top .right .col-33 {
  margin-right: 35px;
  min-width: inherit;
}

footer .footer-top .right .col-33.email {
  clear: left;
}

footer .footer-top .right a {
  color: #666;
}

footer .footer-top .right a:hover {
  text-decoration: none;
}

footer .footer-top .right li {
  background: url("/images/layout/flag.png") no-repeat top left;
  line-height: 22px;
  margin-bottom: 8px;
  padding-left: 38px;
  height: 22px;
}

footer .footer-top .right li.no-image {
  background: none;
  padding-left: 0;
}

footer .footer-top .right li.hongkong {
  background-position: 0 0;
}

footer .footer-top .right li.us {
  background-position: 0 -44px;
}

footer .footer-top .right li.mexico {
  background-position: 0 -66px;
}

footer .footer-top .right li.brazil {
  background-position: 0 -22px;
}

footer .footer-top .right li.email {
  background-position: 0 -88px;
}

footer .footer-top .right .margin-top {
  margin-top: 28px;
}

footer .footer-top .last {
  margin-right: 0 !important;
}

footer .footer-middle-wrapper {
  background-color: #393c3f;
  min-width: 768px;
}

footer .footer-middle {
  /*	height: 85px;*/
  /*	position: relative;*/
}

footer .footer-middle .container-inner {
  height: 85px;
  position: relative;
  left: 0;
  top: 0;
}

footer .footer-middle .left {
  margin-top: 10px;
  margin-left: 15px;
}

footer .footer-middle-title {
  color: #7c7f82;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7px;
}

footer .footer-middle .social li {
  margin-right: 15px;
  float: left;
}

footer .footer-middle .social a {
  background: url("/images/layout/social.png") no-repeat top left;
  display: block;
  width: 35px;
  height: 35px;
}

footer .footer-middle .social .email {
  background-position: 0 -35px;
}

footer .footer-middle .social .twitter {
  background-position: -35px -35px;
}

footer .footer-middle .social .youtube {
  background-position: -70px -35px;
}

footer .footer-middle .social .facebook {
  background-position: -105px -35px;
}

footer .footer-middle .social .forum {
  background-position: -140px 0;
}

footer .footer-middle .social .forum:hover {
  background-position: -140px -35px;
}

footer .footer-middle .social .rss {
  background-position: -175px -35px;
}

footer .footer-middle .social .gplus {
  background-position: -210px -35px;
}

footer .verified-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
}

footer .verified li {
  float: left;
}

footer .verified a {
  background: url("/images/layout/verified.png") no-repeat top left;
  display: block;
  margin-left: -22px;
  width: 86px;
  height: 67px;
  position: relative;
  left: 0;
  top: 0;
}

footer .verified a.first {
  margin-left: 0;
}

footer .verified .paypal {
  background-position: 0 -67px;
}

footer .verified .webmoney {
  background-position: -86px -67px;
}

footer .verified .visa {
  background-position: -172px -67px;
}

footer .verified .mastercard {
  background-position: -258px -67px;
}

footer .verified .safe {
  background-position: -344px -67px;
}

footer .verified .privat {
  background-position: -430px -67px;
}

footer .verified .raiffeisen {
  background-position: -516px -67px;
}

footer .footer-bottom-wrapper {
  background-color: #3f4346;
  border-top: 1px solid #4f5458;
  min-width: 768px;
}

footer .footer-bottom {
  color: #1e2225;
  font-size: 12px;
  margin-top: 35px;
}

footer .footer-bottom .left {
  margin-bottom: 65px;
}

footer .footer-bottom .col-33 {
  float: left;
  margin-right: 10px;
  width: 130px;
  text-align: center;
}

footer .footer-bottom .last {
  width: 150px;
}

footer .footer-bottom .promo-ico {
  display: inline-block;
  width: 105px;
  height: 105px;
}

footer .footer-bottom .promo-fast {
  background-position: -2px 0;
}

footer .footer-bottom .promo-delivery {
  background-position: -107px 0;
}

footer .footer-bottom .promo-best {
  background-position: -212px 0;
}

footer .footer-bottom .promo-range {
  background-position: -317px 0;
}

footer .footer-bottom .promo-ico-text {
  display: block;
  color: #ccc;
  font-size: 16px;
  font-weight: bold;
  margin-top: -15px;
  text-align: center;
}

footer .footer-bottom .right {
  width: 380px;
}

footer .footer-bottom .promo-text {
  color: #6f7274;
  font-size: 11px;
  line-height: 12px;
  margin-bottom: 35px;
}

footer .footer-bottom .promo-text .more-arrow {
  background: url("/images/layout/arrow/promo_text.gif") no-repeat 0 -4px;
  display: inline-block;
  width: 6px;
  height: 10px;
  vertical-align: middle;
}

footer .footer-bottom .promo-text .more-arrow-left {
  background-position: 0 -16px;
}

footer .footer-bottom .shown-text {
  margin-bottom: 5px;
}

footer .footer-bottom .full-text .more-arrow {
  display: none;
}

footer .footer-bottom .full-text .hidden-text .more-arrow {
  display: inline-block;
}

footer .footer-bottom .logo-wrapper {
  margin-top: 35px;
  margin-bottom: 60px;
}

footer .footer-bottom .logo {
  background-position: -2px -105px;
  width: 70px;
  height: 25px;
  float: left;
}

footer .footer-bottom .copyright {
  float: right;
}

footer .footer-bottom .copyright a {
  color: #6f7274;
  text-decoration: none;
}

footer .footer-bottom .copyright div {
  padding-bottom: 5px;
}

footer .footer-bottom .copyright div:first-child {
  padding-bottom: 15px;
}

footer .mobile-switcher {
  padding-bottom: 25px;
}

footer .mobile-switcher a {
  background: url("/images/layout/mobile-view.png") 0 0 no-repeat transparent;
  padding-left: 70px;
  height: 31px;
  line-height: 31px;
  display: inline-block;
  vertical-align: middle;
}

footer .mobile-switcher a:hover {
  background-position: 0 -31px;
}

.breadcrumbs-wrapper .last-visited-links {
  position: absolute;
  margin-left: -10px;
  margin-top: 25px;
  border-top: 2px solid #161A1C;
  width: 680px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  z-index: 20;
}

.breadcrumbs-wrapper .last-visited-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs-wrapper .last-visited-links li a {
  font-size: 12px;
  color: #666;
  text-decoration: none;
  display: block;
}

.breadcrumbs-wrapper .last-visited-links li {
  margin: 0;
  padding: 8px 0 8px 15px;
  text-align: left;
  border-top: solid 1px #e5e5e5;
}

.breadcrumbs-wrapper .last-visited-links li:hover {
  background: #e5e5e5;
}

.breadcrumbs-wrapper .back-to-catalog .last-visited-links {
  display: none;
}

.breadcrumbs-wrapper .back-to-catalog.hover:hover .last-visited-links {
  display: block;
}

.breadcrumbs-wrapper .last-visited-links img {
  width: 16px;
  height: 16px;
  display: inline;
  margin-right: 10px;
  vertical-align: middle;
}

.breadcrumbs-wrapper .last-visited-links > div {
  height: 20px;
  background: #f2f2f2;
  text-align: right;
  padding: 3px 15px 0px 0px;
  vertical-align: middle;
}

.breadcrumbs-wrapper .last-visited-links > div a {
  font-size: 11px;
  margin: 0;
  color: #999;
  text-decoration: none;
}

.link-without-16x16-pic {
  padding-left: 29px;
}

aside .block-title {
  color: #666;
  font-size: 14px;
  margin: 5px 0 0 0;
}

aside .block-title span {
  color: #ccc;
}

aside .min-max-price-wrapper .button-arrow-small {
  border: 0px none;
  background: url("/images/layout/btn/btn_small_small.png") no-repeat;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 22px;
}

/**/
.count {
  cursor: pointer;
  vertical-align: baseline;
  font: inherit;
  overflow: hidden;
}

.count[data-value]:before {
  content: attr(data-value);
  background-color: #fff;
  color: #999;
  display: inline;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 9px;
}

.count[data-value=""]:before {
  content: none;
}

.facet-button-wrapper {
  padding-top: 30px;
  padding-bottom: 50px;
  height: 40px;
}

.search-highlight {
  background-color: #f7f558;
}

.subpage_description {
  margin-top: 40px;
}

.subpage_postdescriptipn {
  margin-top: 35px;
}

/**** begin sortable-table ***/
.sortable-table {
  font-size: 12px;
  width: 100%;
}

.sortable-table td, .sortable-table th {
  padding: 11px 10px;
  border: 1px dotted #ccc;
  border-right: 0 none;
}

.sortable-table td {
  vertical-align: middle;
}

.sortable-table .info-icon {
  display: inline-block;
  height: 16px;
  position: relative;
  top: 3px;
  width: 16px;
}

.sortable-table td.colspan {
  border-right: 0 none;
  border-left: 0 none;
}

.sortable-table td.quantity > div {
  display: inline-block;
}

.sortable-table td.quantity {
  text-align: center;
}

.sortable-table thead th {
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  cursor: pointer;
}

.sortable-table thead th > div {
  padding-right: 15px;
  position: relative;
}

.sortable-table tbody td:first-child,
.sortable-table tfoot td:first-child {
  border-left: none;
}

.sortable-table th span.arrow {
  background: url("/images/layout/arrow_black.png") no-repeat scroll -7px 0 transparent;
  float: right;
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  right: 0;
  top: 4px;
}

.sortable-table th:hover span.arrow {
  background-position: -7px -21px;
}

.sortable-table th[data-sort-order] {
  background-color: #ccc;
}

.sortable-table th[data-sort-order="desc"] span.arrow {
  background-position: -21px 0;
}

.sortable-table th[data-sort-order="desc"]:hover span.arrow {
  background-position: -21px -21px;
}

.sortable-table thead th:hover {
  background-color: #333;
  color: #fafafa;
}

.sortable-table thead th[data-sort="no"],
.sortable-table thead th[data-sort="no"]:hover,
.sortable-table thead th[data-sort="no"][data-sort-order],
.sortable-table thead th[data-sort="no"][data-sort-order]:hover {
  background-color: #f0f0f0;
  color: #666666;
  cursor: default;
}

.sortable-table thead th[data-sort="no"] span.arrow {
  display: none;
}

.sortable-table .edit-link a {
  color: #6699ff;
  margin: 0;
}

/***  end sortable-table ***/
/***  begin slidable-table ***/
.comparison-table .navigation {
  border: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
  display: inline-block;
  width: 25px;
  line-height: 38px;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.comparison-table .navigation:hover {
  border: 1px solid #333;
}

.comparison-table .navigation:hover .prev-image {
  background-position: 0 -40px;
}

.comparison-table .navigation:hover .next-image {
  background-position: -25px -40px;
  border: 1px solid #333;
}

.comparison-table .navigation .prev-image {
  background-position: 0 0;
}

.comparison-table .navigation .next-image {
  background-position: -25px 0;
}

.comparison-table .navigation .prev-image,
.comparison-table .navigation .next-image {
  position: static;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 40px;
}

.comparison-group-wrapper .styled-form a {
  margin: 20px 0 55px;
}

.comparison-table {
  position: relative;
  overflow: hidden;
}

.comparison-table .sortable-table {
  width: auto;
  border: 1px solid #ccc;
}

.comparison-table .sortable-table tr td {
  border: #ccc 1px solid;
  line-height: 18px;
  min-width: 150px;
}

.comparison-table .navigation[data-direction="prev"] {
  position: absolute;
  top: 14px;
  right: -37px;
  z-index: 1;
}

.comparison-table .navigation[data-direction="next"] {
  position: relative;
  top: 106px;
}

.comparison-table .right-border {
  background-color: #FFFFFF;
  float: right;
  height: 99%;
  position: absolute;
  right: 0;
  z-index: 1;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding-left: 1px;
}

.comparison-table .product-tile-wrapper .product-imagetile {
  border: none;
}

.comparison-table .product-tile-wrapper .product-title h2 a,
.comparison-table .product-tile-wrapper .price {
  font-weight: bold;
}

.comparison-table .vertical-title.corner {
  text-align: center;
  vertical-align: top;
}

.comparison-table .product-tile-wrapper .in-cart-spin .quantity-input,
.comparison-table .product-tile-wrapper .in-cart-scale .quantity-input,
.comparison-table .product-tile-wrapper .in-cart-drop-down .available-quantities-select {
  /*display: none;*/
}

.comparison-table td {
  width: 140px;
}

.comparison-table .vertical-title {
  min-width: 140px;
}

.comparison-table .facet-button-wrapper {
  top: 80px;
  padding: 0;
  height: auto;
  position: relative;
}

.comparison-table .facet-button-wrapper a {
  font-size: 12px;
  color: #3399cc;
}

.comparison-table .facet-button-wrapper .goto-category-page .add-product {
  display: inline-block;
  background: url("/images/layout/btn/add_product.png") no-repeat 0 0;
  width: 62px;
  height: 62px;
  margin: 0 auto;
}

.comparison-table .facet-button-wrapper .goto-category-page:hover .add-product {
  outline: 1px solid #990;
}

.comparison-table td ul {
  margin-left: 10px;
}

.comparison-table td ul li {
  width: 150px;
  line-height: 16px;
  margin-top: 7px;
  position: relative;
}

.comparison-table td ul li:first-child {
  margin-top: 0;
}

.comparison-table td ul li:before {
  content: '-';
  position: absolute;
  left: -10px;
  color: #b2b2b2;
}

.comparison-table .styled-form {
  margin: 20px 0  55px;
}

.comparison-group-wrapper .return-to-lists {
  margin-bottom: 20px;
}

/***  end slidable-table ***/
#activation-panel-view .styled-form {
  width: auto;
}

#activation-panel-view table td.nowrap,
#activation-panel-view .sortable-table th div {
  white-space: nowrap;
}

#activation-panel-view .sortable-table td {
  padding: 11px 10px;
  line-height: 14px;
  vertical-align: middle;
}

#activation-panel-list td.nowrap {
  text-align: center;
}

#activation-panel-view .styled-form h2 {
  margin-bottom: 5px;
}

#activation-panel-view .total-row {
  font-size: 14px;
  font-weight: bold;
}

#activation-panel-view .total-row .total-right {
  border-bottom: none;
  text-align: right;
}

#activation-panel-view .quantity-field label {
  font-weight: bold;
}

#activation-panel-list .product-button {
  color: #fff !important;
}

#activation-panel-list .styled-link {
  min-width: 180px;
}

/* right buttons */
#r-buttons {
  display: none;
  background-color: #fff;
  width: 40px;
  position: fixed;
  top: 240px;
  right: 0;
  z-index: 99999;
}

#r-buttons ul li {
  margin-bottom: 1px;
}

#r-buttons ul li .icon {
  background: url("/images/layout/right_buttons/icons.png") no-repeat 0 0;
  display: block;
  width: 40px;
  height: 40px;
}

#r-buttons ul li .user-icon {
  background-position: -80px -0px;
}

#r-buttons ul li .user-icon:hover,
#r-buttons ul li .user-icon.hover {
  background-position: -80px -40px;
}

#r-buttons ul li .cart-icon {
  background-position: -40px 0px;
}

#r-buttons ul li .cart-icon:hover,
#r-buttons ul li .cart-icon.hover {
  background-position: -40px -40px;
}

#r-buttons ul li .cart-icon.empty {
  background-position: 0 0;
}

#r-buttons ul li .cart-icon.empty:hover,
#r-buttons ul li .cart-icon.empty.hover {
  background-position: 0 -40px;
}

#r-buttons ul li .chat-icon {
  background-position: -160px 0px;
}

#r-buttons ul li .chat-icon:hover,
#r-buttons ul li .chat-icon.hover {
  background-position: -160px -40px;
}

#r-buttons ul li .subscription-icon {
  background-position: -120px 0px;
}

#r-buttons ul li .subscription-icon:hover,
#r-buttons ul li .subscription-icon.hover {
  background-position: -120px -40px;
}

#r-buttons ul li .forum-icon {
  background-position: -200px 0px;
}

#r-buttons ul li .forum-icon:hover,
#r-buttons ul li .forum-icon.hover {
  background-position: -200px -40px;
}

#r-buttons ul li .compare-icon {
  background-position: -240px 0px;
}

#r-buttons ul li .compare-icon:hover,
#r-buttons ul li .compare-icon.hover {
  background-position: -240px -40px;
}

#r-buttons .empty-list-message {
  font-size: 12px;
  color: #333;
  padding: 10px 10px 10px;
  min-width: 150px;
}

#r-buttons .r-buttons-submenu {
  display: none;
  padding-right: 60px;
  position: absolute;
  right: 0;
  top: -80px;
  z-index: 9;
}

#r-buttons .r-buttons-submenu_title {
  background-color: #f7f7f7;
  border-bottom: 1px #ebebeb solid;
  color: #333;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  padding: 0 10px;
}

#r-buttons .r-buttons-submenu ul {
  padding: 7px 7px 15px 7px;
}

#r-buttons .r-buttons-submenu li {
  line-height: 26px;
  white-space: nowrap;
  padding-left: 25px;
  padding-right: 25px;
}

#r-buttons .r-buttons-submenu li:hover {
  background: #e5e5e5;
}

#r-buttons .r-buttons-submenu a {
  color: #333;
  font-size: 12px;
  text-decoration: none;
  line-height: 26px;
  vertical-align: top;
  margin: 0;
  display: inline-block;
}

#r-buttons .r-buttons-submenu a:hover {
  text-decoration: none;
}

#r-buttons .r-buttons-submenu > div {
  background-color: #fff;
  position: relative;
}

#r-buttons .r-buttons-submenu > div:after {
  background: url("/images/layout/right_buttons/lay.png") no-repeat 0 0;
  content: "";
  display: block;
  position: absolute;
  margin-top: -10px;
  width: 10px;
  height: 20px;
  top: 50%;
  right: -10px;
}

#r-buttons .hover .r-buttons-submenu {
  display: block;
}

#r-buttons > ul > li {
  position: relative;
}

#r-buttons .r-buttons-submenu .livezilla-dropdown li {
  position: relative;
}

#r-buttons .r-buttons-submenu .livezilla-dropdown a {
  padding-right: 80px;
}

#r-buttons .r-buttons-submenu .livezilla-dropdown span {
  color: #ccc;
  line-height: 26px;
  position: absolute;
  right: 25px;
  top: 0;
}

#r-buttons .r-buttons-submenu .livezilla-dropdown span:after {
  content: "";
  display: inline-block;
  background: url("/images/layout/chat-status.png") right bottom no-repeat;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  margin-left: 4px;
}

#r-buttons .r-buttons-submenu .livezilla-dropdown .online span {
  color: #669900;
}

#r-buttons .r-buttons-submenu .livezilla-dropdown .online span:after {
  background-position: right top;
}

#r-buttons .r-buttons-submenu .compare .waiter {
  box-sizing: border-box;
  padding: 0;
  height: 50px;
  background-image: url("/images/layout/waiter/loader_green_small.gif");
  background-position: center center;
  background-repeat: no-repeat;
}

#r-buttons .my-cart .top {
  margin: 2px 0;
}

#r-buttons .my-cart .top .col {
  color: #333;
  padding: 10px 0 13px 20px;
}

#r-buttons .my-cart .top .col-left {
  border-right: 1px dotted #ccc;
  min-width: 74px;
}

#r-buttons .my-cart .top .col-right {
  padding-right: 18px;
}

#r-buttons .my-cart .top .title {
  font-size: 12px;
  white-space: nowrap;
  margin-bottom: 5px;
}

#r-buttons .my-cart .top .value {
  font-size: 24px;
  white-space: nowrap;
}

#r-buttons .my-cart .top .value > span {
  font-size: 18px;
}

#r-buttons .my-cart .bottom a {
  background-color: #788a02;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  text-align: center;
}

#r-buttons .my-cart .bottom a:hover {
  background-color: #647200;
}

#r-buttons .compare .type-list li:after {
  display: inline-block;
  content: attr(data-count);
  border: 1px solid #ccc;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  text-align: center;
  width: 25px;
  color: #666;
  position: absolute;
  right: 0;
  top: 4px;
}

#r-buttons .compare .type-list li {
  padding: 0 32px 0 3px;
  position: relative;
}

#r-buttons .compare .x-small {
  cursor: pointer;
}

#r-buttons .compare a {
  line-height: normal;
  vertical-align: middle;
  padding-left: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 180px;
}

#r-buttons .compare .bottom a {
  background-color: #999;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  max-width: 100%;
}

#r-buttons .compare .bottom a:hover {
  background-color: #666;
}

/*** end right buttons ***/
.no-search-results {
  display: none;
}

.footnote {
  color: #666;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 20px;
}

/* landing page */
[data-special-type="landing-page"] #content {
  margin-right: 0 !important;
}

[data-special-type="landing-page"] .container-inner {
  margin: 0 !important;
}

[data-special-type="landing-page"] #content-wrapper {
  margin-top: 0 !important;
  max-width: none !important;
  padding: 0 !important;
}

[data-special-type="landing-page"] #r-buttons,
[data-special-type="landing-page"] #scroll-to-top-button {
  display: none !important;
}

/*** end landing page ***/
/* BEGIN: Анкетування */
#content.feedback-page-wrapper {
  margin-right: 0;
}

#content.feedback-page-wrapper .content-details table tr td,
#content.feedback-page-wrapper .content-details table tr td * {
  font-size: 14px;
}

.feedback-page-wrapper form.styled-form {
  width: 100%;
  margin-bottom: 50px;
}

.feedback-table-questions h2 {
  margin-bottom: 0;
}

.feedback-table-questions p.desc {
  font-size: 12px !important;
}

.feedback-page-wrapper .feedback-table-products,
.feedback-page-wrapper .feedback-table-questions {
  margin-bottom: 20px;
}

.feedback-page-wrapper .feedback-table-products table,
.feedback-page-wrapper .feedback-table-questions table {
  width: 100%;
  margin-bottom: 14px;
  margin-top: 20px;
}

.feedback-page-wrapper .feedback-table-products td,
.feedback-page-wrapper .feedback-table-questions td {
  vertical-align: top;
  padding: 11px 6px;
}

.feedback-page-wrapper .feedback-table-products thead td,
.feedback-page-wrapper .feedback-table-questions thead td {
  color: #000;
  vertical-align: middle;
  padding: 8px 6px;
}

.feedback-page-wrapper .feedback-table-products tbody td,
.feedback-page-wrapper .feedback-table-questions tbody td {
  border-bottom: 1px dotted #ccc;
  /*border-left: 1px dotted #ccc;*/
}

.feedback-page-wrapper .feedback-table-questions tbody tr:first-child {
  border-top: 1px dotted #ccc;
}

.feedback-page-wrapper .feedback-table-products tbody td:first-child,
.feedback-page-wrapper .feedback-table-questions tbody td:first-child {
  border-left: 0;
}

.feedback-page-wrapper .feedback-table-products td input,
.feedback-page-wrapper .feedback-table-questions td input {
  margin: 0;
}

.feedback-page-wrapper .feedback-table-questions .delivery {
  height: 40px;
}

.feedback-page-wrapper .feedback-table-questions .delivery * {
  float: left;
  line-height: 40px !important;
  padding-right: 20px;
}

.feedback-page-wrapper .feedback-table-products .feedback-column-id {
  width: 1%;
}

.feedback-page-wrapper .feedback-table-products .feedback-column-comment {
  width: 30%;
}

.feedback-page-wrapper .feedback-table-products .feedback-column-rate,
.feedback-page-wrapper .feedback-table-questions .feedback-column-rate {
  min-width: 100px;
  width: 1%;
  white-space: nowrap;
}

.feedback-page-wrapper .feedback-table-products .feedback-column-rate-tbody {
  vertical-align: middle;
  text-align: center;
}

.feedback-page-wrapper .feedback-table-products table .feedback-product-name {
  vertical-align: middle;
  text-align: left;
}

.feedback-page-wrapper .feedback-table-products table .feedback-product-name p.product-id {
  font-size: 12px !important;
  margin-top: 10px;
  color: #666666 !important;
}

.feedback-page-wrapper .feedback-table-products .feedback-column-rate .rate-point,
.feedback-page-wrapper .feedback-table-questions .feedback-column-rate .rate-point {
  box-sizing: border-box;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 20px;
  border: 0px;
  margin: 0px;
  padding: 5px 0px 0px 0px;
  background: url("/images/layout/star.png") left bottom no-repeat;
  text-align: center;
  font-size: 11px !important;
  color: #333;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: none;
}

.feedback-page-wrapper .styled-form .styled-link {
  font-weight: bold !important;
  line-height: 40px !important;
  white-space: nowrap !important;
}

.feedback-page-wrapper .feedback-submit-wrapper .content-left {
  height: 46px;
  line-height: 46px;
  float: left;
}

.feedback-page-wrapper .feedback-submit-wrapper .content-right {
  float: right;
}

.feedback-page-wrapper .feedback-submit-wrapper label.styled-checkbox {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

/* END: Анкетування */
.msg-freeshipping-notification {
  border: 1px solid #ccc;
  margin: 14px 0px;
  min-height: 50px;
  padding: 6px;
  padding-left: 62px;
  background: url("/images/layout/free-delivery-ic.png") 6px 6px no-repeat;
}

@media only screen and (max-width: 960px) {
  footer .footer-bottom .right {
    max-width: 330px;
  }
  footer .footer-bottom .promo-text {
    text-align: left;
  }
}

@media only screen and (max-width: 860px) {
  footer .footer-bottom .right {
    max-width: 275px;
  }
}

.payment-notification-message {
  color: #ef4437 !important;
  font-size: 14px !important;
  margin: 20px 0 !important;
  text-align: right !important;
}

.site-usage-is-forbidden {
  text-align: center;
  padding-top: 50px;
}

.site-usage-is-forbidden .title {
  font-size: 20px;
  padding-bottom: 20px;
}

.site-usage-is-forbidden .description {
  padding-bottom: 50px;
}

.site-usage-is-forbidden .button {
  cursor: pointer;
  color: #fff;
}

.index-h1 {
  height: 0;
  overflow: hidden;
  position: absolute;
  z-index: -10;
  top: -100px;
}

/* menu begin */
.main-menu-wrapper-outside {
  background-color: #eee;
  min-width: 768px;
}

.content-menue h2 {
  margin: 30px 0 30px;
  font-size: 20px;
  color: #993;
  display: inline-block;
  padding-right: 15px;
}

.qcd_absolute-box {
  height: 440px;
  overflow: hidden;
}

.qcd_absolute-box .submenu-items {
  margin-bottom: 100px;
}

.qcd_absolute-box .top-brands-buttons .best-sellers a,
.qcd_absolute-box .top-brands-buttons .new-products a {
  white-space: nowrap;
}

.qcd_absolute-box .view-all-products a {
  white-space: nowrap;
}

#user_product_table_full .page-wrapper {
  padding: 0;
}

.qcd_absolute-box,
.content-menue {
  /* for M.Firefox */
  /************************************************************/
  /************************************************************/
  /* menu end */
  /* flash and unlock begin */
  /* category begin */
  /* category end */
  /* top brands begin  */
  /* top brands end */
  /* top products begin */
  /* top products end */
  /* flash and unlock end */
  /* Cell Phone Parts begin */
  /* Category begin */
  /* category end */
  /* Cell Phone Parts end */
  /* Repair Equipment  begin */
  /* Category begin */
  /* category end */
  /* Repair Equipment  end */
  /* Repair Toys  begin */
  /* Category begin */
  /* category end */
  /* Repair Toys  end */
  /* Parts and Components  begin */
  /* Category begin */
  /* category end */
  /* Parts and Components  end */
  /* Other  begin */
  /* Category begin */
  /* category end */
  /* top products begin */
  /* тимчасово */
  /* кінець */
  /* top products end */
  /* Other  end */
  /* Car Electronics begin */
  /* Car electronics end */
  /* content-menue begin */
  /* content-menue end */
  /* content-menu */
  /* content-menue  */
}

.qcd_absolute-box td,
.content-menue td {
  background: none;
  border-collapse: separate;
  /* shadow - for ie all */
  padding: 0 10px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}

.qcd_absolute-box td.hover,
.content-menue td.hover {
  background-color: #fff;
  box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.25);
}

.qcd_absolute-box a,
.content-menue a {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}

.qcd_absolute-box a.mainmenu-item-link,
.content-menue a.mainmenu-item-link {
  font-size: 14px;
}

.qcd_absolute-box td:hover a,
.content-menue td:hover a {
  color: #333;
}

.qcd_absolute-box td.sale a,
.content-menue td.sale a {
  background: url(/images/layout/menu_bg/sale.png) no-repeat center left;
  color: #ec6700;
  font-weight: bold;
  padding: 8px 0 8px 32px;
  text-transform: uppercase;
  line-height: 26px;
}

.qcd_absolute-box td.sale,
.content-menue td.sale {
  white-space: nowrap;
}

.qcd_absolute-box td.sale:hover a,
.content-menue td.sale:hover a {
  background: url(/images/layout/menu_bg/sale_over.png) no-repeat center left;
  color: #fff;
  background-color: #ec6700;
}

.qcd_absolute-box td.sale:hover,
.content-menue td.sale:hover {
  background-color: #ec6700;
}

.qcd_absolute-box td .shadow-2,
.content-menue td .shadow-2 {
  border-collapse: separate;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.25);
}

@-moz-document url-prefix() {
  .qcd_absolute-box td .shadow-2,
  .content-menue td .shadow-2 {
    box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.25);
  }
}

.qcd_absolute-box .container-inner,
.content-menue .container-inner {
  position: relative;
  left: 0px;
  top: 0px;
}

.qcd_absolute-box td.hover,
.content-menue td.hover {
  display: block;
}

.qcd_absolute-box td.sep,
.content-menue td.sep {
  background-position: 0 -160px;
  border: none;
  cursor: default;
  padding: 0;
  width: 0px;
}

.qcd_absolute-box .submenu-sequence,
.content-menue .submenu-sequence {
  display: inline-block;
}

.qcd_absolute-box .submenu-items,
.content-menue .submenu-items {
  margin-right: 60px;
  width: auto;
  min-width: 140px;
  float: left;
  position: relative;
}

.qcd_absolute-box .submenu-items:last-child,
.content-menue .submenu-items:last-child {
  margin-right: 0;
}

.qcd_absolute-box .view-all-products,
.content-menue .view-all-products {
  position: absolute;
  bottom: 8px;
  left: 0;
}

.qcd_absolute-box .view-all-products a,
.content-menue .view-all-products a {
  border: 1px solid #aaa;
  padding: 5px 10px;
  color: #666;
  font-size: 15px;
  font-weight: normal;
  background-color: #fafafa;
  background-image: none;
  text-decoration: none;
}

.qcd_absolute-box .view-all-products a:hover,
.content-menue .view-all-products a:hover {
  background-color: #eee;
}

.qcd_absolute-box .submenu-items li,
.content-menue .submenu-items li {
  border-bottom: 1px dotted #ddd;
  padding: 5px 0 5px 5px;
}

.qcd_absolute-box li a,
.content-menue li a {
  color: #333;
  font-size: 15px;
  font-weight: normal;
}

.qcd_absolute-box .submenu-items li:hover,
.content-menue .submenu-items li:hover {
  background-color: #eee;
}

.qcd_absolute-box li a,
.content-menue li a {
  font-size: 14px;
  color: #666;
}

.qcd_absolute-box li.top a,
.content-menue li.top a {
  color: #333;
}

.qcd_absolute-box li a:hover,
.content-menue li a:hover {
  color: #990;
}

.qcd_absolute-box .submenu-items li:hover,
.content-menue .submenu-items li:hover {
  background-color: inherit;
}

.qcd_absolute-box .submenu-items li,
.content-menue .submenu-items li {
  border-bottom: none;
}

.qcd_absolute-box li.top,
.content-menue li.top {
  padding: 0 10px 5px 0;
  border-bottom: 1px solid #eee;
}

.qcd_absolute-box .submenu-items,
.content-menue .submenu-items {
  height: 273px;
  width: 180px;
  margin-right: 40px;
  padding-right: 40px;
}

.qcd_absolute-box .view-all-products,
.content-menue .view-all-products {
  margin-right: 40px;
}

.qcd_absolute-box .submenu-items .category-image,
.content-menue .submenu-items .category-image {
  border: 1px solid #EEEEEE;
  bottom: 0;
  left: 0;
  position: absolute;
}

.qcd_absolute-box .submenu-sequence,
.content-menue .submenu-sequence {
  height: 100%;
  width: 9999px;
}

.qcd_absolute-box .submenu-inner,
.content-menue .submenu-inner {
  height: 100%;
  margin: 0;
}

.qcd_absolute-box .entry-point-items,
.content-menue .entry-point-items {
  float: left;
  height: 100%;
  border-left: 1px solid #eee;
}

.qcd_absolute-box .entry-point-items .items,
.content-menue .entry-point-items .items {
  margin: 43px 40px 35px 20px;
  overflow: hidden;
  display: none;
}

.qcd_absolute-box .entry-point-items .submenu-items,
.content-menue .entry-point-items .submenu-items {
  margin-right: 20px;
  min-width: 100px;
}

.qcd_absolute-box .entry-point-items li:hover,
.content-menue .entry-point-items li:hover {
  background-color: inherit;
}

.qcd_absolute-box .entry-point-items li,
.content-menue .entry-point-items li {
  border: none;
}

.qcd_absolute-box .entry-point-items li a,
.content-menue .entry-point-items li a {
  font-size: 14px;
}

.qcd_absolute-box .entry-point-items li a:hover,
.content-menue .entry-point-items li a:hover {
  color: #990;
}

.qcd_absolute-box .entry-points li,
.content-menue .entry-points li {
  padding: 12px 35px 12px 0px;
  font-size: 16px;
  color: #333;
  position: relative;
  border: 1px solid #fff;
}

.qcd_absolute-box .entry-points .green-arrow,
.content-menue .entry-points .green-arrow {
  display: none;
  position: absolute;
  right: 10px;
  top: 13px;
}

.qcd_absolute-box .entry-points li:hover,
.content-menue .entry-points li:hover {
  color: #333;
  cursor: pointer;
}

.qcd_absolute-box .entry-points,
.content-menue .entry-points {
  float: left;
  height: 100%;
  position: relative;
  margin-left: 40px;
  min-width: 170px;
}

.qcd_absolute-box .entry-points ul,
.content-menue .entry-points ul {
  margin-top: 35px;
}

.qcd_absolute-box .view-all-products,
.content-menue .view-all-products {
  position: absolute;
  bottom: 48px;
  left: 0;
  margin: 0;
}

.qcd_absolute-box [data-active-type="category"] [data-type="category"] .green-arrow,
.qcd_absolute-box [data-active-type="brand"] [data-type="brand"] .green-arrow,
.qcd_absolute-box [data-active-type="solution"] [data-type="solution"] .green-arrow,
.content-menue [data-active-type="category"] [data-type="category"] .green-arrow,
.content-menue [data-active-type="brand"] [data-type="brand"] .green-arrow,
.content-menue [data-active-type="solution"] [data-type="solution"] .green-arrow {
  display: inline-block;
  background-position: -11px -78px;
  width: 8px;
  height: 14px;
}

.qcd_absolute-box [data-active-type="category"] .items[data-type="category"],
.qcd_absolute-box [data-active-type="brand"] .items[data-type="brand"],
.qcd_absolute-box [data-active-type="solution"] .items[data-type="solution"],
.content-menue [data-active-type="category"] .items[data-type="category"],
.content-menue [data-active-type="brand"] .items[data-type="brand"],
.content-menue [data-active-type="solution"] .items[data-type="solution"] {
  display: block;
}

.qcd_absolute-box [data-active-type="category"] [data-type="category"],
.content-menue [data-active-type="category"] [data-type="category"] {
  border-bottom: 1px solid #eee !important;
}

.qcd_absolute-box [data-active-type="brand"] [data-type="brand"],
.qcd_absolute-box [data-active-type="solution"] [data-type="solution"],
.content-menue [data-active-type="brand"] [data-type="brand"],
.content-menue [data-active-type="solution"] [data-type="solution"] {
  border-bottom: 1px solid #eee !important;
  border-top: 1px solid #eee !important;
}

.qcd_absolute-box [data-active-type="category"] [data-type="category"] .right-white,
.qcd_absolute-box [data-active-type="brand"] [data-type="brand"] .right-white,
.qcd_absolute-box [data-active-type="solution"] [data-type="solution"] .right-white,
.content-menue [data-active-type="category"] [data-type="category"] .right-white,
.content-menue [data-active-type="brand"] [data-type="brand"] .right-white,
.content-menue [data-active-type="solution"] [data-type="solution"] .right-white {
  height: 40px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  right: -2px;
  top: -1px;
  outline: 0px solid red;
}

.qcd_absolute-box .submenu-inner,
.content-menue .submenu-inner {
  height: 380px;
  margin: 30px 10px 30px 40px !important;
  position: relative;
  left: 0px;
  top: 0px;
  overflow: hidden;
}

.qcd_absolute-box .view-all-products,
.content-menue .view-all-products {
  position: absolute;
  /*bottom: 15px;*/
  left: 0;
}

.qcd_absolute-box .submenu-items ul,
.content-menue .submenu-items ul {
  padding-bottom: 25px;
}

.qcd_absolute-box .submenu-items .category-flash-unlock,
.content-menue .submenu-items .category-flash-unlock {
  vertical-align: top;
  padding-bottom: 30px;
}

.qcd_absolute-box .submenu-items .category-flash-unlock ul,
.content-menue .submenu-items .category-flash-unlock ul {
  display: inline-block;
  vertical-align: top;
  min-width: 180px;
  padding-right: 25px;
}

.qcd_absolute-box .submenu-items,
.content-menue .submenu-items {
  width: auto;
  height: 380px;
  border-right: 1px solid #e5e5e5;
  position: relative;
}

.qcd_absolute-box .top-brands-buttons,
.content-menue .top-brands-buttons {
  position: absolute !important;
  bottom: 7px !important;
  left: 0 !important;
  display: flex;
}

.qcd_absolute-box .view-all-products,
.content-menue .view-all-products {
  position: absolute !important;
  bottom: 7px !important;
  left: 0 !important;
}

.qcd_absolute-box .submenu-items h2,
.content-menue .submenu-items h2 {
  color: #999933;
  font-size: 20px;
  margin-bottom: 25px;
}

.qcd_absolute-box .submenu-items h2 a,
.content-menue .submenu-items h2 a {
  color: #999933;
  font-size: 20px;
}

.qcd_absolute-box .submenu-items .submenu-title,
.content-menue .submenu-items .submenu-title {
  color: #999933;
  font-size: 20px;
  margin-bottom: 25px;
}

.qcd_absolute-box .category-flash-unlock ul li:first-child a,
.content-menue .category-flash-unlock ul li:first-child a {
  font-weight: bold !important;
}

.qcd_absolute-box .category-flash-unlock ul li:first-child,
.content-menue .category-flash-unlock ul li:first-child {
  border-bottom: none;
  padding: 0 0px 7px 0;
}

.qcd_absolute-box .category-flash-unlock ul.one-level-only li a,
.content-menue .category-flash-unlock ul.one-level-only li a {
  font-weight: bold !important;
}

.qcd_absolute-box .category-flash-unlock ul.one-level-only li,
.content-menue .category-flash-unlock ul.one-level-only li {
  padding: 5px 0 5px 0;
}

.qcd_absolute-box .category-flash-unlock ul.one-level-only li:first-child,
.content-menue .category-flash-unlock ul.one-level-only li:first-child {
  padding-top: 0;
}

.qcd_absolute-box .submenu-items li,
.content-menue .submenu-items li {
  padding: 5px 0 5px 10px;
}

.qcd_absolute-box .submenu-items .best-sellers,
.qcd_absolute-box .submenu-items .best-sellers,
.qcd_absolute-box .submenu-items .best-sellers,
.qcd_absolute-box .submenu-items .best-sellers,
.qcd_absolute-box .submenu-items .best-sellers,
.qcd_absolute-box .submenu-items .best-sellers,
.content-menue .submenu-items .best-sellers,
.content-menue .submenu-items .best-sellers,
.content-menue .submenu-items .best-sellers,
.content-menue .submenu-items .best-sellers,
.content-menue .submenu-items .best-sellers,
.content-menue .submenu-items .best-sellers {
  display: inline-block;
}

.qcd_absolute-box .submenu-items .best-sellers a,
.qcd_absolute-box .submenu-items .best-sellers a,
.qcd_absolute-box .submenu-items .best-sellers a,
.qcd_absolute-box .submenu-items .best-sellers a,
.qcd_absolute-box .submenu-items .best-sellers a,
.qcd_absolute-box .submenu-items .best-sellers a,
.content-menue .submenu-items .best-sellers a,
.content-menue .submenu-items .best-sellers a,
.content-menue .submenu-items .best-sellers a,
.content-menue .submenu-items .best-sellers a,
.content-menue .submenu-items .best-sellers a,
.content-menue .submenu-items .best-sellers a {
  padding: 6px 6px;
  background-color: #1d77d2;
  color: #fff !important;
}

.qcd_absolute-box .submenu-items .best-sellers a:hover,
.qcd_absolute-box .submenu-items .best-sellers a:hover,
.qcd_absolute-box .submenu-items .best-sellers a:hover,
.qcd_absolute-box .submenu-items .best-sellers a:hover,
.qcd_absolute-box .submenu-items .best-sellers a:hover,
.qcd_absolute-box .submenu-items .best-sellers a:hover,
.content-menue .submenu-items .best-sellers a:hover,
.content-menue .submenu-items .best-sellers a:hover,
.content-menue .submenu-items .best-sellers a:hover,
.content-menue .submenu-items .best-sellers a:hover,
.content-menue .submenu-items .best-sellers a:hover,
.content-menue .submenu-items .best-sellers a:hover {
  background-color: #2391ff;
}

.qcd_absolute-box .submenu-items .new-products,
.qcd_absolute-box .submenu-items .new-products,
.qcd_absolute-box .submenu-items .new-products,
.qcd_absolute-box .submenu-items .new-products,
.qcd_absolute-box .submenu-items .new-products,
.qcd_absolute-box .submenu-items .new-products,
.content-menue .submenu-items .new-products,
.content-menue .submenu-items .new-products,
.content-menue .submenu-items .new-products,
.content-menue .submenu-items .new-products,
.content-menue .submenu-items .new-products,
.content-menue .submenu-items .new-products {
  padding-left: 15px;
  display: inline-block;
}

.qcd_absolute-box .submenu-items .new-products a,
.qcd_absolute-box .submenu-items .new-products a,
.qcd_absolute-box .submenu-items .new-products a,
.qcd_absolute-box .submenu-items .new-products a,
.qcd_absolute-box .submenu-items .new-products a,
.qcd_absolute-box .submenu-items .new-products a,
.content-menue .submenu-items .new-products a,
.content-menue .submenu-items .new-products a,
.content-menue .submenu-items .new-products a,
.content-menue .submenu-items .new-products a,
.content-menue .submenu-items .new-products a,
.content-menue .submenu-items .new-products a {
  padding: 6px 6px;
  background-color: #9966cc;
  color: #fff !important;
}

.qcd_absolute-box .submenu-items .new-products a:hover,
.qcd_absolute-box .submenu-items .new-products a:hover,
.qcd_absolute-box .submenu-items .new-products a:hover,
.qcd_absolute-box .submenu-items .new-products a:hover,
.qcd_absolute-box .submenu-items .new-products a:hover,
.qcd_absolute-box .submenu-items .new-products a:hover,
.content-menue .submenu-items .new-products a:hover,
.content-menue .submenu-items .new-products a:hover,
.content-menue .submenu-items .new-products a:hover,
.content-menue .submenu-items .new-products a:hover,
.content-menue .submenu-items .new-products a:hover,
.content-menue .submenu-items .new-products a:hover {
  background-color: #b783eb;
}

.qcd_absolute-box .submenu-items .top-brands-buttons,
.qcd_absolute-box .submenu-items .top-brands-buttons,
.qcd_absolute-box .submenu-items .top-brands-buttons,
.qcd_absolute-box .submenu-items .top-brands-buttons,
.qcd_absolute-box .submenu-items .top-brands-buttons,
.content-menue .submenu-items .top-brands-buttons,
.content-menue .submenu-items .top-brands-buttons,
.content-menue .submenu-items .top-brands-buttons,
.content-menue .submenu-items .top-brands-buttons,
.content-menue .submenu-items .top-brands-buttons {
  position: relative;
  bottom: 0;
  left: 0;
}

.qcd_absolute-box .submenu-items ul.top-brands-list li,
.qcd_absolute-box .submenu-items ul.top-brands-list li,
.qcd_absolute-box .submenu-items ul.top-brands-list li,
.qcd_absolute-box .submenu-items ul.top-brands-list li,
.qcd_absolute-box .submenu-items ul.top-brands-list li,
.qcd_absolute-box .submenu-items.top-brands-block ul li,
.content-menue .submenu-items ul.top-brands-list li,
.content-menue .submenu-items ul.top-brands-list li,
.content-menue .submenu-items ul.top-brands-list li,
.content-menue .submenu-items ul.top-brands-list li,
.content-menue .submenu-items ul.top-brands-list li,
.content-menue .submenu-items.top-brands-block ul li {
  padding-left: 0;
}

.qcd_absolute-box .submenu-items ul.top-brands-list,
.qcd_absolute-box .submenu-items ul.top-brands-list,
.qcd_absolute-box .submenu-items ul.top-brands-list,
.qcd_absolute-box .submenu-items ul.top-brands-list,
.qcd_absolute-box .submenu-items ul.top-brands-list,
.qcd_absolute-box .submenu-items.top-brands-block ul,
.content-menue .submenu-items ul.top-brands-list,
.content-menue .submenu-items ul.top-brands-list,
.content-menue .submenu-items ul.top-brands-list,
.content-menue .submenu-items ul.top-brands-list,
.content-menue .submenu-items ul.top-brands-list,
.content-menue .submenu-items.top-brands-block ul {
  margin-top: -5px;
  height: 280px;
  padding-bottom: 25px;
}

.qcd_absolute-box [name="gsm"] .submenu-items.top-products-block ul li a img,
.qcd_absolute-box [name="toys"] .submenu-items.top-products-block ul li a img,
.qcd_absolute-box [name="equipment"] .submenu-items.top-products-block ul li a img,
.qcd_absolute-box [name="cellphones"] .submenu-items.top-products-block ul li a img,
.qcd_absolute-box [name="cars"] .submenu-items.top-products-block ul li a img,
.qcd_absolute-box [name="spares"] .submenu-items.top-products-block ul li a img,
.qcd_absolute-box [name="energy"] .submenu-items.top-products-block ul li a img,
.content-menue [name="gsm"] .submenu-items.top-products-block ul li a img,
.content-menue [name="toys"] .submenu-items.top-products-block ul li a img,
.content-menue [name="equipment"] .submenu-items.top-products-block ul li a img,
.content-menue [name="cellphones"] .submenu-items.top-products-block ul li a img,
.content-menue [name="cars"] .submenu-items.top-products-block ul li a img,
.content-menue [name="spares"] .submenu-items.top-products-block ul li a img,
.content-menue [name="energy"] .submenu-items.top-products-block ul li a img {
  width: 70px;
  height: 70px;
  border: 1px solid #e6e6e6;
  margin-right: 20px;
  float: left;
}

.qcd_absolute-box [name="gsm"] .submenu-items.top-products-block ul li img,
.qcd_absolute-box [name="toys"] .submenu-items.top-products-block ul li img,
.qcd_absolute-box [name="equipment"] .submenu-items.top-products-block ul li img,
.qcd_absolute-box [name="cellphones"] .submenu-items.top-products-block ul li img,
.qcd_absolute-box [name="cars"] .submenu-items.top-products-block ul li img,
.qcd_absolute-box [name="spares"] .submenu-items.top-products-block ul li img,
.qcd_absolute-box [name="energy"] .submenu-items.top-products-block ul li img,
.content-menue [name="gsm"] .submenu-items.top-products-block ul li img,
.content-menue [name="toys"] .submenu-items.top-products-block ul li img,
.content-menue [name="equipment"] .submenu-items.top-products-block ul li img,
.content-menue [name="cellphones"] .submenu-items.top-products-block ul li img,
.content-menue [name="cars"] .submenu-items.top-products-block ul li img,
.content-menue [name="spares"] .submenu-items.top-products-block ul li img,
.content-menue [name="energy"] .submenu-items.top-products-block ul li img {
  width: 70px;
  height: 70px;
  border: 1px solid #e6e6e6;
  margin-right: 20px;
  float: left;
}

.qcd_absolute-box [name="gsm"] .submenu-items.top-products-block ul li a,
.qcd_absolute-box [name="toys"] .submenu-items.top-products-block ul li a,
.qcd_absolute-box [name="equipment"] .submenu-items.top-products-block ul li a,
.qcd_absolute-box [name="cellphones"] .submenu-items.top-products-block ul li a,
.qcd_absolute-box [name="cars"] .submenu-items.top-products-block ul li a,
.qcd_absolute-box [name="spares"] .submenu-items.top-products-block ul li a,
.qcd_absolute-box [name="energy"] .submenu-items.top-products-block ul li a,
.content-menue [name="gsm"] .submenu-items.top-products-block ul li a,
.content-menue [name="toys"] .submenu-items.top-products-block ul li a,
.content-menue [name="equipment"] .submenu-items.top-products-block ul li a,
.content-menue [name="cellphones"] .submenu-items.top-products-block ul li a,
.content-menue [name="cars"] .submenu-items.top-products-block ul li a,
.content-menue [name="spares"] .submenu-items.top-products-block ul li a,
.content-menue [name="energy"] .submenu-items.top-products-block ul li a {
  font-size: 12px;
  color: #666;
  line-height: 16px;
}

.qcd_absolute-box [name="gsm"] .submenu-items.top-products-block ul,
.qcd_absolute-box [name="toys"] .submenu-items.top-products-block ul,
.qcd_absolute-box [name="equipment"] .submenu-items.top-products-block ul,
.qcd_absolute-box [name="cellphones"] .submenu-items.top-products-block ul,
.qcd_absolute-box [name="cars"] .submenu-items.top-products-block ul,
.qcd_absolute-box [name="spares"] .submenu-items.top-products-block ul,
.qcd_absolute-box [name="energy"] .submenu-items.top-products-block ul,
.content-menue [name="gsm"] .submenu-items.top-products-block ul,
.content-menue [name="toys"] .submenu-items.top-products-block ul,
.content-menue [name="equipment"] .submenu-items.top-products-block ul,
.content-menue [name="cellphones"] .submenu-items.top-products-block ul,
.content-menue [name="cars"] .submenu-items.top-products-block ul,
.content-menue [name="spares"] .submenu-items.top-products-block ul,
.content-menue [name="energy"] .submenu-items.top-products-block ul {
  /*width: auto;*/
  height: 260px;
  overflow: hidden;
  max-width: 800px;
  padding-bottom: 0;
}

.qcd_absolute-box [name="gsm"] .submenu-items.top-products-block ul li,
.qcd_absolute-box [name="toys"] .submenu-items.top-products-block ul li,
.qcd_absolute-box [name="equipment"] .submenu-items.top-products-block ul li,
.qcd_absolute-box [name="cellphones"] .submenu-items.top-products-block ul li,
.qcd_absolute-box [name="cars"] .submenu-items.top-products-block ul li,
.qcd_absolute-box [name="spares"] .submenu-items.top-products-block ul li,
.qcd_absolute-box [name="energy"] .submenu-items.top-products-block ul li,
.content-menue [name="gsm"] .submenu-items.top-products-block ul li,
.content-menue [name="toys"] .submenu-items.top-products-block ul li,
.content-menue [name="equipment"] .submenu-items.top-products-block ul li,
.content-menue [name="cellphones"] .submenu-items.top-products-block ul li,
.content-menue [name="cars"] .submenu-items.top-products-block ul li,
.content-menue [name="spares"] .submenu-items.top-products-block ul li,
.content-menue [name="energy"] .submenu-items.top-products-block ul li {
  padding-left: 0;
  padding-bottom: 0;
}

.qcd_absolute-box [name="gsm"] .submenu-items.top-products-block,
.qcd_absolute-box [name="toys"] .submenu-items.top-products-block,
.qcd_absolute-box [name="equipment"] .submenu-items.top-products-block,
.qcd_absolute-box [name="cellphones"] .submenu-items.top-products-block,
.qcd_absolute-box [name="cars"] .submenu-items.top-products-block,
.qcd_absolute-box [name="spares"] .submenu-items.top-products-block,
.qcd_absolute-box [name="energy"] .submenu-items.top-products-block,
.content-menue [name="gsm"] .submenu-items.top-products-block,
.content-menue [name="toys"] .submenu-items.top-products-block,
.content-menue [name="equipment"] .submenu-items.top-products-block,
.content-menue [name="cellphones"] .submenu-items.top-products-block,
.content-menue [name="cars"] .submenu-items.top-products-block,
.content-menue [name="spares"] .submenu-items.top-products-block,
.content-menue [name="energy"] .submenu-items.top-products-block {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
  max-width: 700px;
}

.qcd_absolute-box [name="spares"] .submenu-items.top-products-block,
.content-menue [name="spares"] .submenu-items.top-products-block {
  max-width: 400px;
}

.qcd_absolute-box [name="gsm"] .submenu-items.top-products-block,
.qcd_absolute-box [name="cellphones"] .submenu-items.top-products-block,
.qcd_absolute-box [name="equipment"] .submenu-items.top-products-block,
.content-menue [name="gsm"] .submenu-items.top-products-block,
.content-menue [name="cellphones"] .submenu-items.top-products-block,
.content-menue [name="equipment"] .submenu-items.top-products-block {
  max-width: 320px;
}

.qcd_absolute-box [name="gsm"] .submenu-items.top-products-block ul li,
.qcd_absolute-box [name="toys"] .submenu-items.top-products-block ul li,
.qcd_absolute-box [name="equipment"] .submenu-items.top-products-block ul li,
.qcd_absolute-box [name="cellphones"] .submenu-items.top-products-block ul li,
.qcd_absolute-box [name="cars"] .submenu-items.top-products-block ul li,
.qcd_absolute-box [name="spares"] .submenu-items.top-products-block ul li,
.qcd_absolute-box [name="energy"] .submenu-items.top-products-block ul li,
.content-menue [name="gsm"] .submenu-items.top-products-block ul li,
.content-menue [name="toys"] .submenu-items.top-products-block ul li,
.content-menue [name="equipment"] .submenu-items.top-products-block ul li,
.content-menue [name="cellphones"] .submenu-items.top-products-block ul li,
.content-menue [name="cars"] .submenu-items.top-products-block ul li,
.content-menue [name="spares"] .submenu-items.top-products-block ul li,
.content-menue [name="energy"] .submenu-items.top-products-block ul li {
  position: relative;
  padding-top: 0px;
  width: 335px;
}

.qcd_absolute-box [name="gsm"] .submenu-items.top-products-block ul li,
.qcd_absolute-box [name="toys"] .submenu-items.top-products-block ul li,
.qcd_absolute-box [name="equipment"] .submenu-items.top-products-block ul li,
.qcd_absolute-box [name="cellphones"] .submenu-items.top-products-block ul li,
.qcd_absolute-box [name="cars"] .submenu-items.top-products-block ul li,
.qcd_absolute-box [name="spares"] .submenu-items.top-products-block ul li,
.qcd_absolute-box [name="energy"] .submenu-items.top-products-block ul li,
.content-menue [name="gsm"] .submenu-items.top-products-block ul li,
.content-menue [name="toys"] .submenu-items.top-products-block ul li,
.content-menue [name="equipment"] .submenu-items.top-products-block ul li,
.content-menue [name="cellphones"] .submenu-items.top-products-block ul li,
.content-menue [name="cars"] .submenu-items.top-products-block ul li,
.content-menue [name="spares"] .submenu-items.top-products-block ul li,
.content-menue [name="energy"] .submenu-items.top-products-block ul li {
  float: left;
  padding-right: 30px;
}

.qcd_absolute-box .small-product-wrapper,
.content-menue .small-product-wrapper {
  height: 72px;
  padding-bottom: 18px;
  box-sizing: initial !important;
}

.qcd_absolute-box .submenu-items ul,
.content-menue .submenu-items ul {
  display: inline-block;
  min-width: 230px;
  max-width: 270px;
  vertical-align: top;
  padding-bottom: 25px;
  margin-top: -5px;
}

.qcd_absolute-box .submenu-items,
.content-menue .submenu-items {
  height: 380px;
  border-right: 1px solid #e5e5e5;
  margin-right: 40px;
  padding-right: 40px;
}

.qcd_absolute-box .submenu-items h2,
.content-menue .submenu-items h2 {
  color: #999933;
  font-size: 20px;
  margin-bottom: 25px;
}

.qcd_absolute-box .submenu-items h2 a,
.content-menue .submenu-items h2 a {
  color: #999933;
  font-size: 20px;
}

.qcd_absolute-box li.top a,
.content-menue li.top a {
  font-weight: bold !important;
}

.qcd_absolute-box li.top,
.content-menue li.top {
  border-bottom: none;
  padding: 0 10px 7px 0;
}

.qcd_absolute-box li,
.content-menue li {
  padding: 5px 30px 5px 0;
  border-bottom: none;
}

.qcd_absolute-box li:hover,
.content-menue li:hover {
  background-color: #fff;
}

.qcd_absolute-box .submenu-items ul.right-category,
.content-menue .submenu-items ul.right-category {
  padding-left: 35px;
}

.qcd_absolute-box .submenu-items ul,
.content-menue .submenu-items ul {
  display: inline-block;
  min-width: 220px;
  max-width: 270px;
  vertical-align: top;
  padding-bottom: 25px;
  margin-top: -5px;
}

.qcd_absolute-box .submenu-items,
.content-menue .submenu-items {
  height: 380px;
  border-right: 1px solid #e5e5e5;
  margin-right: 40px;
  padding-right: 40px;
}

.qcd_absolute-box .submenu-items h2,
.content-menue .submenu-items h2 {
  color: #999933;
  font-size: 20px;
  margin-bottom: 25px;
}

.qcd_absolute-box .submenu-items h2 a,
.content-menue .submenu-items h2 a {
  color: #999933;
  font-size: 20px;
}

.qcd_absolute-box li.top a,
.content-menue li.top a {
  font-weight: bold !important;
}

.qcd_absolute-box li.top,
.content-menue li.top {
  border-bottom: none;
  padding: 0 10px 7px 0;
}

.qcd_absolute-box li,
.content-menue li {
  padding: 5px 30px 5px 0;
  border-bottom: none;
}

.qcd_absolute-box li:hover,
.content-menue li:hover {
  background-color: #fff;
}

.qcd_absolute-box .submenu-items ul.right-category,
.content-menue .submenu-items ul.right-category {
  padding-left: 35px;
}

.qcd_absolute-box .submenu-items ul,
.content-menue .submenu-items ul {
  display: inline-block;
  min-width: 220px;
  max-width: 270px;
  vertical-align: top;
  padding-bottom: 25px;
  margin-top: -5px;
}

.qcd_absolute-box .submenu-items,
.content-menue .submenu-items {
  height: 380px;
  border-right: 1px solid #e5e5e5;
  margin-right: 40px;
  padding-right: 40px;
}

.qcd_absolute-box .submenu-items h2,
.content-menue .submenu-items h2 {
  color: #999933;
  font-size: 20px;
  margin-bottom: 25px;
}

.qcd_absolute-box .submenu-items h2 a,
.content-menue .submenu-items h2 a {
  color: #999933;
  font-size: 20px;
}

.qcd_absolute-box li.top a,
.content-menue li.top a {
  font-weight: bold !important;
}

.qcd_absolute-box li.top,
.content-menue li.top {
  border-bottom: none;
  padding: 0 10px 7px 0;
}

.qcd_absolute-box li,
.content-menue li {
  padding: 5px 30px 5px 0;
  border-bottom: none;
}

.qcd_absolute-box li:hover,
.content-menue li:hover {
  background-color: #fff;
}

.qcd_absolute-box .submenu-items ul.right-category,
.content-menue .submenu-items ul.right-category {
  padding-left: 35px;
}

.qcd_absolute-box .submenu-items ul,
.content-menue .submenu-items ul {
  display: inline-block;
  min-width: 220px;
  max-width: 320px;
  vertical-align: top;
  padding-bottom: 25px;
  margin-top: -5px;
  margin-right: 20px;
}

.qcd_absolute-box .submenu-items,
.content-menue .submenu-items {
  height: 380px;
  border-right: 1px solid #e5e5e5;
  margin-right: 40px;
  padding-right: 40px;
}

.qcd_absolute-box .submenu-items h2,
.content-menue .submenu-items h2 {
  color: #999933;
  font-size: 20px;
  margin-bottom: 25px;
}

.qcd_absolute-box .submenu-items h2 a,
.content-menue .submenu-items h2 a {
  color: #999933;
  font-size: 20px;
}

.qcd_absolute-box li.top a,
.content-menue li.top a {
  font-weight: bold !important;
}

.qcd_absolute-box li.top,
.content-menue li.top {
  border-bottom: none;
  padding: 0 10px 7px 0;
}

.qcd_absolute-box li,
.content-menue li {
  padding: 5px 0 5px 0;
  border-bottom: none;
}

.qcd_absolute-box li:hover,
.content-menue li:hover {
  background-color: #fff;
}

.qcd_absolute-box .submenu-items ul.right-category,
.content-menue .submenu-items ul.right-category {
  padding-left: 35px;
}

.qcd_absolute-box .submenu-items ul,
.content-menue .submenu-items ul {
  display: inline-block;
  min-width: 220px;
  max-width: 320px;
  vertical-align: top;
  padding-bottom: 30px;
  margin-top: -5px;
}

.qcd_absolute-box .submenu-items,
.content-menue .submenu-items {
  height: 380px;
  border-right: 1px solid #e5e5e5;
  margin-right: 40px;
  padding-right: 25px;
}

.qcd_absolute-box .submenu-items h2,
.content-menue .submenu-items h2 {
  color: #999933;
  font-size: 20px;
  margin-bottom: 25px;
}

.qcd_absolute-box .submenu-items h2 a,
.content-menue .submenu-items h2 a {
  color: #999933;
  font-size: 20px;
}

.qcd_absolute-box .main-menu-item-energy li.top a,
.content-menue .main-menu-item-energy li.top a {
  font-weight: bold !important;
}

.qcd_absolute-box .main-menu-item-energy li.top,
.content-menue .main-menu-item-energy li.top {
  border-bottom: none;
  padding: 0 10px 7px 0;
}

.qcd_absolute-box .main-menu-item-energy li,
.content-menue .main-menu-item-energy li {
  padding: 5px 0 5px 0;
  border-bottom: none;
}

.qcd_absolute-box .main-menu-item-energy li:hover,
.content-menue .main-menu-item-energy li:hover {
  background-color: #fff;
}

.qcd_absolute-box .submenu-items ul.right-category,
.content-menue .submenu-items ul.right-category {
  padding-left: 35px;
}

.qcd_absolute-box .submenu-items.top-products-block .top-products-content,
.content-menue .submenu-items.top-products-block .top-products-content {
  max-width: 740px;
  display: inline-block;
  vertical-align: top;
}

.qcd_absolute-box .submenu-items.top-products-block .top-products-content ul,
.content-menue .submenu-items.top-products-block .top-products-content ul {
  max-width: 740px;
  height: 260px;
  overflow: hidden;
  padding-bottom: 0;
}

.qcd_absolute-box .submenu-items.top-products-block,
.content-menue .submenu-items.top-products-block {
  max-width: 740px;
}

.qcd_absolute-box .submenu-items.top-products-block .top-products-content.top-products-content-right,
.content-menue .submenu-items.top-products-block .top-products-content.top-products-content-right {
  display: none;
}

.qcd_absolute-box .submenu-items.top-products-block .top-products-content.top-products-content-right,
.content-menue .submenu-items.top-products-block .top-products-content.top-products-content-right {
  display: none;
}

.qcd_absolute-box .entry-points ul,
.content-menue .entry-points ul {
  margin-top: 0;
  height: 324px;
  padding-bottom: 25px;
}

.qcd_absolute-box .entry-points,
.content-menue .entry-points {
  margin-left: 0;
  height: 380px;
}

.qcd_absolute-box .entry-point-items .items,
.content-menue .entry-point-items .items {
  margin: 0 40px 0 40px;
  border: none !important;
}

.qcd_absolute-box .submenu-items h2,
.content-menue .submenu-items h2 {
  color: #999933;
  font-size: 20px;
  margin-bottom: 25px;
}

.qcd_absolute-box .submenu-items h2 a,
.content-menue .submenu-items h2 a {
  color: #999933;
  font-size: 20px;
}

.qcd_absolute-box [data-type="category"] .submenu-items.top-brands-block ul,
.content-menue [data-type="category"] .submenu-items.top-brands-block ul {
  display: inline-block;
  min-width: 260px;
  max-width: 270px;
  vertical-align: top;
  padding-bottom: 25px;
  margin-top: -5px;
}

.qcd_absolute-box .submenu-items.top-brands-block,
.content-menue .submenu-items.top-brands-block {
  height: 380px;
  border-right: 1px solid #e5e5e5;
}

.qcd_absolute-box .view-all-products,
.content-menue .view-all-products {
  position: relative;
  left: 0;
  bottom: 0;
  margin: 0;
  padding-right: 25px;
}

.qcd_absolute-box .submenu-items.top-products-block .top-products-content,
.content-menue .submenu-items.top-products-block .top-products-content {
  display: inline-block;
  max-width: 750px;
  vertical-align: top;
}

.qcd_absolute-box .entry-point-items .submenu-items,
.content-menue .entry-point-items .submenu-items {
  margin-right: 40px;
}

.qcd_absolute-box .submenu-items .top-brands-buttons,
.content-menue .submenu-items .top-brands-buttons {
  position: relative;
  bottom: 0;
  left: 0;
  padding-right: 40px;
}

.qcd_absolute-box .submenu-items.top-brands-block.car-brand-list,
.content-menue .submenu-items.top-brands-block.car-brand-list {
  width: auto;
  border-right: none;
}

.qcd_absolute-box .submenu-items.top-brands-block.car-brand-list ul,
.content-menue .submenu-items.top-brands-block.car-brand-list ul {
  display: inline-block;
  vertical-align: top;
  padding-right: 40px;
  padding-bottom: 25px;
  min-width: 120px;
}

.qcd_absolute-box .submenu-items.car-brand-list .top-brands-buttons .new-products,
.content-menue .submenu-items.car-brand-list .top-brands-buttons .new-products {
  padding-left: 30px;
}

.qcd_absolute-box .submenu-items.car-brand-image,
.content-menue .submenu-items.car-brand-image {
  height: 380px;
  display: table-cell;
  vertical-align: middle;
  float: none;
  background-color: #fff;
  border: none !important;
}

@-moz-document url-prefix() {
  .qcd_absolute-box .submenu-items.car-brand-image,
  .content-menue .submenu-items.car-brand-image {
    float: left;
    /* for M.Firefox */
    margin-top: 100px;
    margin-left: 50px;
  }
}

.qcd_absolute-box .submenu-items.car-brand-image img,
.content-menue .submenu-items.car-brand-image img {
  margin-left: -50px;
}

.qcd_absolute-box .qcd .qcd_item-parent.show[name="cars"],
.content-menue .qcd .qcd_item-parent.show[name="cars"] {
  max-height: 380px;
}

.qcd_absolute-box .content-menue,
.content-menue .content-menue {
  border-top: 1px solid #eee;
}

.qcd_absolute-box .content-menue .view-all-products a,
.qcd_absolute-box .content-menue .top-brands-button a,
.content-menue .content-menue .view-all-products a,
.content-menue .content-menue .top-brands-button a {
  border: 1px solid #aaa;
  padding: 5px 10px;
  color: #666;
  font-size: 15px;
  font-weight: normal;
  background-color: #fafafa;
  background-image: none;
  text-decoration: none;
  display: inline-block;
}

.qcd_absolute-box .content-menue .view-all-products a:hover,
.qcd_absolute-box .content-menue .top-brands-button a:hover,
.content-menue .content-menue .view-all-products a:hover,
.content-menue .content-menue .top-brands-button a:hover {
  background-color: #eee;
}

.qcd_absolute-box .content-menue h2,
.content-menue .content-menue h2 {
  font-size: 20px;
  color: #999933;
  padding-top: 20px;
  display: inline-block;
  padding-right: 15px;
}

.qcd_absolute-box .content-menue .best-sellers,
.content-menue .content-menue .best-sellers {
  display: inline-block;
}

.qcd_absolute-box .content-menue .best-sellers a,
.content-menue .content-menue .best-sellers a {
  padding: 8px 12px;
  background-color: #1d77d2;
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
}

.qcd_absolute-box .content-menue .best-sellers a:hover,
.content-menue .content-menue .best-sellers a:hover {
  background-color: #2391ff;
}

.qcd_absolute-box .content-menue .new-products,
.content-menue .content-menue .new-products {
  padding-left: 15px;
  display: inline-block;
}

.qcd_absolute-box .content-menue .new-products a,
.content-menue .content-menue .new-products a {
  padding: 8px 12px;
  background-color: #9966cc;
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
}

.qcd_absolute-box .content-menue .new-products a:hover,
.content-menue .content-menue .new-products a:hover {
  background-color: #b783eb;
}

.qcd_absolute-box .content-menue-category,
.qcd_absolute-box .content-menue-brands,
.content-menue .content-menue-category,
.content-menue .content-menue-brands {
  border-bottom: 1px solid #eee;
  outline: 0px solid red;
}

.qcd_absolute-box .content-menue-category ul,
.qcd_absolute-box .content-menue-brands ul,
.content-menue .content-menue-category ul,
.content-menue .content-menue-brands ul {
  position: relative;
}

.qcd_absolute-box .content-menue-category ul,
.content-menue .content-menue-category ul {
  vertical-align: top;
  padding: 0 25px 25px 0;
  display: inline-block;
}

.qcd_absolute-box .content-menue-brands,
.content-menue .content-menue-brands {
  padding-bottom: 20px;
}

.qcd_absolute-box .content-menue-brands ul,
.content-menue .content-menue-brands ul {
  padding-right: 20px;
}

.qcd_absolute-box .content-menue .category-flash-unlock ul,
.content-menue .content-menue .category-flash-unlock ul {
  width: 260px;
  padding-right: 30px;
}

.qcd_absolute-box .content-menue-brands ul li,
.content-menue .content-menue-brands ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}

.qcd_absolute-box .content-menue-category ul li:last-child,
.content-menue .content-menue-category ul li:last-child {
  padding-right: 0;
}

.qcd_absolute-box .content-menue-top-products ul li:last-child,
.content-menue .content-menue-top-products ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.qcd_absolute-box .content-menue-category ul li,
.qcd_absolute-box .content-menue-brands ul li,
.content-menue .content-menue-category ul li,
.content-menue .content-menue-brands ul li {
  line-height: 26px;
}

.qcd_absolute-box .content-menue-category ul li a,
.qcd_absolute-box .content-menue-brands ul li a,
.content-menue .content-menue-category ul li a,
.content-menue .content-menue-brands ul li a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

.qcd_absolute-box .content-menue-top-products ul li,
.content-menue .content-menue-top-products ul li {
  width: 260px;
  height: 70px;
  display: inline-block;
  margin-right: 30px;
  position: relative;
  padding-bottom: 30px;
}

.qcd_absolute-box .content-menue-top-products ul li a,
.content-menue .content-menue-top-products ul li a {
  font-size: 12px;
  color: #333;
  text-decoration: none;
}

.qcd_absolute-box .content-menue-top-products ul li img,
.content-menue .content-menue-top-products ul li img {
  width: 70px;
  height: 70px;
  float: left;
  padding-right: 15px;
}

.qcd_absolute-box .content-menue-category .category-flash-unlock ul li:first-child,
.qcd_absolute-box .content-menue-category .category-flash-unlock ul.one-level-only li,
.content-menue .content-menue-category .category-flash-unlock ul li:first-child,
.content-menue .content-menue-category .category-flash-unlock ul.one-level-only li {
  font-weight: bold;
}

.qcd_absolute-box .top-category-buttons,
.content-menue .top-category-buttons {
  padding-bottom: 25px;
}

.qcd_absolute-box .content-menue-top-products ul,
.content-menue .content-menue-top-products ul {
  padding-top: 10px;
}

.qcd_absolute-box .button-all-brands:hover,
.content-menue .button-all-brands:hover {
  background-color: #eee;
}

.qcd_absolute-box .button-all-brands,
.content-menue .button-all-brands {
  background-color: #fafafa;
  background-image: none;
  border: 1px solid #aaa;
  color: #666;
  line-height: 15px;
  font-size: 15px;
  font-weight: normal;
  padding: 5px 10px;
  text-decoration: none;
  display: inline-block;
}

.qcd_absolute-box .content-menue-brands,
.content-menue .content-menue-brands {
  position: relative;
}

.qcd_absolute-box .some-brands,
.content-menue .some-brands {
  height: 80px;
  overflow: hidden;
  padding-top: 15px;
}

.qcd_absolute-box .but-brands-place,
.content-menue .but-brands-place {
  outline: 0px solid red;
  display: inline-block;
}

.qcd_absolute-box .content-menue-category li.shade:after,
.qcd_absolute-box .content-menue-brands li.shade:after,
.content-menue .content-menue-category li.shade:after,
.content-menue .content-menue-brands li.shade:after {
  height: 26px;
  top: 0;
}

.qcd_absolute-box .content-menue-category li.shade,
.content-menue .content-menue-category li.shade {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
  width: 260px;
  display: inline-block;
  margin-right: 30px;
}

.qcd_absolute-box .content-menue-brands li.shade,
.content-menue .content-menue-brands li.shade {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 115px;
}

.qcd_absolute-box .content-menue .small-product-wrapper .product-info-wrapper,
.content-menue .content-menue .small-product-wrapper .product-info-wrapper {
  padding-top: 10px;
  padding-left: 5px;
}

.qcd_absolute-box .top-products-block .small-product-wrapper .product-info-wrapper,
.qcd_absolute-box .top-products-block .small-product-wrapper .product-info-wrapper,
.qcd_absolute-box .top-products-block .small-product-wrapper .product-info-wrapper,
.qcd_absolute-box .top-products-block .small-product-wrapper .product-info-wrapper,
.qcd_absolute-box .top-products-block .small-product-wrapper .product-info-wrapper,
.qcd_absolute-box .main-menu-item-energy .top-products-block .small-product-wrapper .product-info-wrapper,
.qcd_absolute-box .top-products-block .small-product-wrapper .product-info-wrapper,
.content-menue .top-products-block .small-product-wrapper .product-info-wrapper,
.content-menue .top-products-block .small-product-wrapper .product-info-wrapper,
.content-menue .top-products-block .small-product-wrapper .product-info-wrapper,
.content-menue .top-products-block .small-product-wrapper .product-info-wrapper,
.content-menue .top-products-block .small-product-wrapper .product-info-wrapper,
.content-menue .main-menu-item-energy .top-products-block .small-product-wrapper .product-info-wrapper,
.content-menue .top-products-block .small-product-wrapper .product-info-wrapper {
  padding-top: 10px;
  padding-left: 5px;
  line-height: 12px;
  box-sizing: initial;
}

.qcd_absolute-box .content-menue-category li.shade:after,
.content-menue .content-menue-category li.shade:after {
  right: -10px;
}

@media only screen and (max-width: 1640px) {
  .qcd_absolute-box .submenu-items.top-products-block,
  .content-menue .submenu-items.top-products-block {
    max-width: 380px;
  }
}

@media only screen and (max-width: 1580px) {
  .qcd_absolute-box .submenu-items.top-products-block,
  .content-menue .submenu-items.top-products-block {
    display: none;
  }
  .qcd_absolute-box .submenu-items.top-brands-block,
  .content-menue .submenu-items.top-brands-block {
    border-right: none;
  }
}

@media only screen and (max-width: 1530px) {
  .qcd_absolute-box .submenu-items.car-brand-image,
  .content-menue .submenu-items.car-brand-image {
    display: none;
  }
  .qcd_absolute-box .submenu-items.top-products-block .top-products-content-right,
  .content-menue .submenu-items.top-products-block .top-products-content-right {
    display: none !important;
  }
}

@media only screen and (max-width: 1500px) {
  .qcd_absolute-box .submenu-items.top-products-block .top-products-content,
  .content-menue .submenu-items.top-products-block .top-products-content {
    max-width: 375px;
  }
}

@media only screen and (max-width: 1475px) {
  .qcd_absolute-box .submenu-items.top-products-blocks,
  .content-menue .submenu-items.top-products-blocks {
    display: none;
  }
  .qcd_absolute-box .submenu-items.top-brands-block,
  .content-menue .submenu-items.top-brands-block {
    border-right: none;
  }
}

@media only screen and (max-width: 1460px) {
  .qcd_absolute-box .submenu-items.top-products-block .top-products-content-right,
  .content-menue .submenu-items.top-products-block .top-products-content-right {
    display: none !important;
  }
}

@media only screen and (max-width: 1350px) {
  .qcd_absolute-box .submenu-items.top-products-block,
  .content-menue .submenu-items.top-products-block {
    display: none;
  }
  .qcd_absolute-box .submenu-items.top-brands-block,
  .content-menue .submenu-items.top-brands-block {
    border-right: none;
  }
}

@media only screen and (max-width: 1320px) {
  .qcd_absolute-box -items.top-products-block .top-products-content-right,
  .content-menue -items.top-products-block .top-products-content-right {
    display: none !important;
  }
}

@media only screen and (max-width: 1200px) {
  .qcd_absolute-box .submenu-items.top-products-block,
  .content-menue .submenu-items.top-products-block {
    display: none;
  }
  .qcd_absolute-box .submenu-items.top-brands-block,
  .content-menue .submenu-items.top-brands-block {
    border-right: none;
  }
  .qcd_absolute-box -items.top-products-block .top-products-content,
  .qcd_absolute-box .submenu-items.top-products-block .top-products-content,
  .content-menue -items.top-products-block .top-products-content,
  .content-menue .submenu-items.top-products-block .top-products-content {
    max-width: 375px;
  }
}

@media only screen and (max-width: 1080px) {
  .qcd_absolute-box .content-menue-top-products ul li,
  .content-menue .content-menue-top-products ul li {
    padding-bottom: 20px !important;
  }
}

@media only screen and (max-width: 1140px) {
  .qcd_absolute-box .submenu-items.top-products-block,
  .content-menue .submenu-items.top-products-block {
    display: none;
  }
  .qcd_absolute-box [name="cars"] .submenu-items.top-brands-block,
  .content-menue [name="cars"] .submenu-items.top-brands-block {
    display: block;
  }
  .qcd_absolute-box .submenu-items.top-brands-block,
  .content-menue .submenu-items.top-brands-block {
    border-right: none;
  }
  .qcd_absolute-box .submenu-items.top-brands-block,
  .content-menue .submenu-items.top-brands-block {
    display: none;
  }
  .qcd_absolute-box .submenu-items,
  .content-menue .submenu-items {
    border-right: none;
  }
  .qcd_absolute-box .submenu-items,
  .content-menue .submenu-items {
    margin-right: 25px;
  }
}

@media only screen and (max-width: 1130px) {
  .qcd_absolute-box .submenu-items.top-brands-block,
  .content-menue .submenu-items.top-brands-block {
    display: none;
  }
  .qcd_absolute-box [name="cars"] .submenu-items.top-brands-block,
  .content-menue [name="cars"] .submenu-items.top-brands-block {
    display: block;
  }
  .qcd_absolute-box .submenu-items,
  .content-menue .submenu-items {
    border-right: none;
  }
}

@media only screen and (max-width: 1024px) {
  .qcd_absolute-box .submenu-items,
  .content-menue .submenu-items {
    max-width: 610px;
  }
  .qcd_absolute-box .submenu-items.top-brands-block.car-brand-list,
  .content-menue .submenu-items.top-brands-block.car-brand-list {
    max-width: 685px;
  }
}

@media only screen and (max-width: 1023px) {
  .qcd_absolute-box a.mainmenu-item-link,
  .qcd_absolute-box td.sale a,
  .content-menue a.mainmenu-item-link,
  .content-menue td.sale a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1020px) {
  .qcd_absolute-box .content-menue-category,
  .content-menue .content-menue-category {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1000px) {
  .qcd_absolute-box .submenu-items.top-brands-block.car-brand-list ul,
  .content-menue .submenu-items.top-brands-block.car-brand-list ul {
    padding-right: 12px;
  }
  .qcd_absolute-box .submenu-items.car-brand-list .top-brands-buttons .new-products,
  .content-menue .submenu-items.car-brand-list .top-brands-buttons .new-products {
    padding-left: 15px;
  }
  .qcd_absolute-box .entry-point-items .items,
  .content-menue .entry-point-items .items {
    margin: 0px 40px 35px 30px;
  }
  .qcd_absolute-box .entry-points,
  .content-menue .entry-points {
    min-width: 115px;
  }
  .qcd_absolute-box .submenu-items .best-sellers a,
  .content-menue .submenu-items .best-sellers a {
    padding: 6px;
  }
  .qcd_absolute-box .submenu-items .new-products a,
  .content-menue .submenu-items .new-products a {
    padding: 6px;
  }
  .qcd_absolute-box .submenu-items.top-brands-block,
  .content-menue .submenu-items.top-brands-block {
    display: none;
  }
  .qcd_absolute-box .submenu-items,
  .content-menue .submenu-items {
    border-right: none;
  }
  .qcd_absolute-box .submenu-items ul,
  .content-menue .submenu-items ul {
    min-width: 200px;
    max-width: 220px;
    font-size: 14px;
  }
  .qcd_absolute-box .submenu-items,
  .content-menue .submenu-items {
    margin-right: 10px;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 859px) {
  .qcd_absolute-box .submenu-items.top-brands-block,
  .content-menue .submenu-items.top-brands-block {
    display: none;
  }
  .qcd_absolute-box .submenu-items,
  .content-menue .submenu-items {
    border-right: none;
  }
  .qcd_absolute-box .submenu-items.top-products-block,
  .content-menue .submenu-items.top-products-block {
    display: none;
  }
  .qcd_absolute-box .submenu-items,
  .content-menue .submenu-items {
    border: none;
  }
  .qcd_absolute-box .submenu-inner,
  .content-menue .submenu-inner {
    margin: 30px 20px 30px 30px !important;
  }
}

.main-banner {
  margin-bottom: 40px;
  position: relative;
  /*height: 350px;*/
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  height: 0;
  overflow: hidden;
}

.side-banner {
  position: absolute;
  width: 240px;
  height: 350px;
}

.side-banner.left-banner {
  left: 0;
}

.side-banner.right-banner {
  right: 0;
}

.mbs {
  margin: 0 260px;
  position: relative;
}

.mbs .swiper-container {
  height: 400px;
}

.mbs .swiper-button-next, .mbs .swiper-button-prev {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABKCAYAAAAYJRJMAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAqpJREFUeNrs2sGOokAQBuC/XQVlboLiA2hE8f1fw4siRr3MXkDEmNnYKhh7LxszzHHotWuzVXeT5rPS1dC/OJ1OCnSqAGARWg8aoFWC2HrIAYGBGIiB/qs/jDuIgRiIgRiID4rcQQCA/X6P+Xxu7GHm8zmyLKMJlGUZVqsVpJTGgKSUiKJIK1JDF04URVBKYTQaGQMaDodQSiGKIhwOBxpAeZ4/cSaTCfr9vrH1+L6PIAiglMJyudSCVGtBh8MBi8UCSikEQQDf941vqoPBoIKU57kZoDzPsVwunziDwYDM5PmKdDweXw+0Xq+hlILv+6RwPiP5vo/H44E4jl8PFAQBGo0G0jRFkiTkgJIkQZqmEEJgPB7XAnp854fdbhdhGEIIgTiOSSElSYI4jiGEQBiGcF3XzCbtui45pDRNnziz2Qye55kd857nVZDSNDWGs9/vsVqtIITAdDqt1TlaD4qe52E6nUIIge12awxos9k8cXq9nraDopZ7sV6vhzAM4TgOlDJz1eY4DiaTiTYcABCn0+kO4Ae/t/PnDgZiIENAD2bgDmIgBmIgukCKGbiDGOhvVfPj14fFDNxBDMRADMRADMRADMTFQAzEQP8u0PVyxW67M/Ywu+0Ot+uNJtDteiMT4tSJ1NCFQy3EWdwKGkBlUVZCnO1O2xhQx+lUonc6kGoBFbeiEuLsOB3jm6rz5lSQyqI0A1QWZSXE6bw5ZCbPV6R7eX890OcQJyWcz0hkQpzyLMkBybPUFuL8VjVbzUr0jhKSPMtKiLNltcxs0i2rRQ7pIi+VEKdl17uTqD3mLduqIF3kxRjO9XKthDjrdI7Wg6JlW+RCnHbbpvWqYbftZ4jT2OT6E+LUhQMA4v3nO9/N8+cOBmIgBmIgBmIgBuJiIAZioNfW7wEAR/VkHSiM2uoAAAAASUVORK5CYII=) no-repeat;
  cursor: pointer;
  display: block;
  font-style: normal;
  height: 37px;
  margin: -18px 0 0 0;
  position: absolute;
  top: 50%;
  width: 36px;
  z-index: 999;
  opacity: 0;
}

.mbs .swiper-button-next {
  background-position: -36px 0;
  right: 0;
}

.mbs .swiper-button-prev {
  background-position: 0 0;
  left: 0;
}

.mbs .hovered {
  opacity: 1;
}

.side-banner, .mbs {
  background: url(/images/tile_gsm.png) repeat;
}

.info-blocks .info-block {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  width: 25%;
  padding-right: 20px;
}

.info-blocks .second-column-separator,
.info-blocks .third-column-separator {
  display: none;
}

.info-blocks .info-block li a {
  display: block;
  color: #666;
  text-decoration: none;
}

.info-blocks .info-block h2 {
  color: #666;
  font-size: 27px;
  line-height: 27px;
  padding-bottom: 9px;
  border-bottom: 1px solid #ccc;
}

.info-blocks .info-block .see-all-button {
  margin-bottom: 23px;
}

.info-blocks .info-block .date {
  color: #999;
  font-size: 11px;
  margin-bottom: 15px;
}

.info-blocks .info-block > ul {
  margin-bottom: 3px;
}

#mainpage-info-block .date-update span {
  display: block;
  color: #e76200;
}

.info-blocks .info-block .info-block-item {
  border-bottom: 1px solid #ebebeb;
  margin-top: 21px;
}

.info-blocks .info-block .info-block-item .item-image {
  float: left;
  margin-right: 15px;
}

.info-blocks .info-block .info-block-item .item-image .date {
  text-align: center;
}

.info-blocks .info-block .info-block-item .item-text {
  padding-bottom: 10px;
}

.info-blocks .info-block .info-block-item .item-text h3 {
  padding-bottom: 10px;
  color: #39c;
}

.info-blocks .info-block .info-block-item .item-text .shade:after {
  height: 18px;
}

.info-blocks .info-block .info-block-item .item-text .description {
  position: relative;
  overflow: hidden;
  font-size: 13px;
  line-height: 18px;
}

/* Testimonials */
.info-blocks .info-block[data-page-id='0'] .info-block-item {
  border: none;
  position: relative;
}

.info-blocks .info-block[data-page-id='0'] .info-block-item .item-text {
  padding: 15px;
  border: 1px solid #e1e1e1;
}

.info-blocks .info-block[data-page-id='0'] .info-block-item .date {
  position: relative;
  float: right;
  right: 50px;
  padding-top: 8px;
  margin-bottom: 8px;
  color: #666;
}

.info-blocks .info-block[data-page-id='0'] .info-block-item .date:after {
  content: '';
  position: absolute;
  width: 28px;
  height: 24px;
  right: -30px;
  top: -1px;
  background: url("/images/layout/main_page/comment_balloon.png") no-repeat scroll 0 0;
}

.info-tabs > .tabs-header {
  display: none;
  table-layout: fixed;
  border-bottom: #ccc 1px solid;
  padding-bottom: 1px;
  margin-bottom: 0;
}

.info-tabs > .tabs-header > ul {
  display: table-row;
}

.info-tabs > .tabs-header > ul > .tabs-header-item {
  display: table-cell;
  padding-right: 1px;
}

.info-tabs > .tabs-header > ul > .tabs-header-item .title {
  color: #fff;
  background-color: #7f7f7f;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  padding: 4px 30px 0;
  font-size: 21px;
  line-height: 43px;
}

.info-tabs > .tabs-header > ul > .tabs-header-item.active .title {
  background-color: #990;
  cursor: default;
}

.facet-dropdown-menu {
  border: 1px;
  min-width: 350px;
  height: 100%;
  width: 100%;
  background-color: #FFF;
  border-collapse: separate;
  box-shadow: 2px 3px 15px 4px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  position: relative;
  left: 0;
  top: 0;
  padding: 62px 0px 67px 0px;
}

.facet-dropdown-menu.no-buttons {
  padding-bottom: 17px;
}

.facet-dropdown-menu.show-expand-all {
  padding-top: 100px;
}

.facet-dropdown-menu .header {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.facet-dropdown-menu .expand-all-wrapper {
  padding: 10px 25px 10px 20px;
  text-align: right;
  position: absolute;
  top: 62px;
  right: 0px;
}

.facet-dropdown-menu .expand-all-wrapper .collapse-all {
  display: none;
}

.facet-dropdown-menu .header .close {
  display: none;
  position: absolute;
  top: 0;
  right: 8px;
}

.facet-dropdown-menu .facet-search-wrapper {
  position: relative;
  padding: 0 25px 0 20px;
  top: 6px;
}

.facet-dropdown-menu .bottom {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 67px;
}

.facet-dropdown-menu .top-wrapper {
  width: 100%;
  height: 14px;
  vertical-align: middle;
  text-align: right;
}

.facet-dropdown-menu .title-wrapper {
  display: none;
  line-height: 34px;
  /*min-width: 350px;*/
  margin: 0 25px 2px 20px;
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
}

.facet-dropdown-menu .title-wrapper .shade:after {
  height: 100%;
  top: 0;
  right: 0;
}

.facet-dropdown-menu .title-wrapper .title {
  font-size: 32px;
  color: #666;
  white-space: nowrap;
}

.facet-dropdown-menu .list-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  left: 0px;
  overflow: hidden;
  top: 0px;
  border: 0px;
}

.facet-dropdown-menu .buttons-wrapper {
  position: relative;
  padding-top: 15px;
  height: 37px;
  padding-bottom: 15px;
  text-align: right;
  padding-right: 26px;
}

.facet-buttons {
  /*background: url("/images/layout/facet_buttons.png") no-repeat scroll 0 0 transparent;*/
  display: block;
  text-decoration: none;
  line-height: 40px;
  color: #999;
}

.facet-buttons .buttons-text {
  font-size: 16px;
  font-family: Tahoma;
  text-align: center;
  padding-right: 13px;
}

.facet-buttons.clear-button[data-hidden]:hover,
.facet-buttons.clear-button {
  background: url(/images/layout/btn/clear-button-middle.png) repeat-x right top;
  display: inline-block;
  /*width: 114px;*/
  height: 40px;
  /*background-position: 0 0;*/
  /*padding-right: 4px;*/
}

.facet-buttons.clear-button:hover {
  background-position: 0 -40px;
  color: #000;
  cursor: pointer;
}

.facet-buttons.clear-button[data-hidden]:hover:before,
.facet-buttons.clear-button:before {
  content: "";
  background: url(/images/layout/btn/clear-button-left.png) no-repeat left top;
  display: block;
  width: 40px;
  height: 40px;
  float: left;
}

.facet-buttons.clear-button:hover:before {
  background-position: left bottom;
}

.facet-buttons.clear-button[data-hidden]:hover:after,
.facet-buttons.clear-button:after {
  content: "";
  background: url(/images/layout/btn/clear-button-right.png) no-repeat right top;
  width: 8px;
  height: 40px;
  display: block;
  float: right;
}

.facet-buttons.clear-button:hover:after {
  background-position: right bottom;
}

.facet-buttons.result-button {
  background-position: 0 -82px;
  display: inline-block;
  width: 133px;
  height: 40px;
}

.facet-buttons.result-button:hover {
  cursor: pointer;
  background-position: 0 -122px;
  color: #000;
}

.facet-buttons.result-button[data-hidden]:hover {
  background-position: 0 -75px;
  cursor: default;
  color: #999;
}

.facet-dropdown-menu a {
  outline: medium none;
}

.facet-button-wrapper .button {
  float: right;
  margin-right: 5px;
}

.facet-dropdown-menu .content {
  background: white;
  height: 100%;
  padding-left: 16px;
  padding-right: 10px;
  overflow: auto;
}

.facet-ordering-parts-wrapper {
  margin: 40px 0px 10px 0px;
}

.facet-ordering-parts-wrapper a {
  display: inline-block;
  width: 250px;
  height: 46px;
  background-repeat: no-repeat;
  background-position: left top;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
}

.facet-ordering-parts-wrapper a:hover {
  background-position: left bottom;
}

:lang(en) .facet-ordering-parts-wrapper a {
  background-image: url("/images/layout/ordering/ordering-en.png");
}

:lang(es) .facet-ordering-parts-wrapper a {
  background-image: url("/images/layout/ordering/ordering-es.png");
}

:lang(ru) .facet-ordering-parts-wrapper a {
  background-image: url("/images/layout/ordering/ordering-ru.png");
}

:lang(uk) .facet-ordering-parts-wrapper a {
  background-image: url("/images/layout/ordering/ordering-uk.png");
}

.search-input-control {
  box-sizing: border-box;
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  border: 0px;
  border-right: 1px solid #ccc;
}

.search-input-control .search-field {
  box-sizing: border-box;
  display: block;
  border: 1px solid #ccc;
  border-right: 0;
  height: 38px;
  line-height: 25px;
  overflow: hidden;
  background: white url("/images/layout/sidebar/search_icon.png") 9px 11px no-repeat;
  padding: 0px 4px 0px 32px;
}

.search-input-control .quick-search {
  position: absolute;
  z-index: 1000;
  /*height: 300px;*/
  width: inherit;
  background-color: white;
  /*border: 1px solid #ff0000;*/
  box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.25);
}

.quick-search .empty-quick-search-message {
  padding: 25px;
}

.quick-search .group {
  padding: 20px 0;
  border-top: 1px solid #ccc;
}

.quick-search .footer {
  text-align: center;
}

.quick-search .group-title {
  padding: 0 25px 12px;
}

.quick-search .group-items ul li {
  font-size: 12px;
  line-height: 30px;
  padding: 0 25px;
}

.quick-search .group-items ul.brands li:hover {
  background-color: #f3f3f3;
}

.quick-search .group-items {
  margin-bottom: 10px;
}

.quick-search .group-items .brands a {
  color: #000;
  display: block;
  height: 30px;
  line-height: 16px;
  overflow: hidden;
  text-decoration: none;
}

.quick-search .group-items .product-info-wrapper {
  margin-left: 45px;
}

.quick-search .group-items .brands .facet-label {
  font-weight: bold;
}

.quick-search .group-items .brands .brand-label {
  color: #993;
  font-weight: bold;
}

.quick-search .group-items ul.products li {
  line-height: 50px;
}

.quick-search .group-items .products .product-imagetile-link {
  float: left;
  padding-right: 15px;
}

.quick-search .group-items .products .product-title {
  height: 15px;
  line-height: 15px;
  overflow: hidden;
  position: relative;
}

.quick-search .group-items .products .product-title a {
  color: #69f;
  text-decoration: none;
}

.quick-search .group-items .products .product-title a:hover {
  text-decoration: underline;
}

.quick-search .group-items .products .product-price-wrapper {
  line-height: 20px;
  font-weight: bold;
  margin-left: 45px;
}

.quick-search.temp-class {
  font-family: 'Roboto', sans-serif;
}

.quick-search.temp-class * {
  box-sizing: border-box;
}

.quick-search .group.products-group {
  border-top: none;
  padding-top: 0;
}

.quick-search .product-price {
  color: #333 !important;
}

.quick-search .old-price {
  font-size: 12px !important;
  line-height: 16px !important;
  color: #999 !important;
  display: inline !important;
  font-weight: normal !important;
}

.quick-search .old-price span {
  font-size: 12px !important;
}

.quick-search .group-title {
  font-size: 20px;
  line-height: 23px;
  font-weight: bold;
  color: #ccc;
  padding-bottom: 10px;
}

.quick-search .group-items span {
  font-size: 14px;
}

.quick-search .group-items .brands li {
  border-top: 1px solid #EDEDEE;
}

.quick-search .group-items .brands li:last-child {
  border-bottom: 1px solid #EDEDEE;
}

.quick-search .group-items .brands li:hover {
  background-color: #f5f5f5 !important;
}

.quick-search .group-items .brands a {
  padding: 8px 0;
  height: auto;
  position: relative;
  overflow: initial;
}

.quick-search .group-items .brands a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto;
  background: url("/images/layout/arrow-right.png") no-repeat;
  width: 10px;
  height: 10px;
}

.quick-search .group-items .products .product-title {
  overflow: initial;
  height: auto;
}

.quick-search .group-items .products .product-title a {
  font-size: 14px;
  line-height: 18px;
  color: #3399CC;
  font-weight: 500;
}

.quick-search .footer .qs-btn {
  background: #F0EFF0;
  border: 1px solid #E4E4E4;
  border-radius: 2px;
  line-height: 16px;
  font-size: 12px;
  text-align: center;
  color: #333333;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.quick-search .footer .qs-btn:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background: url("/images/layout/arrow-right.png") no-repeat;
  width: 10px;
  height: 10px;
}

.quick-search .footer .qs-btn:hover {
  background-color: #EBEAEB !important;
}

.quick-search .footer .qs-btn input {
  padding: 0 35px 0 25px;
  outline: none;
  background: none;
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
  color: #333;
}

.search-input-control input:-ms-input-placeholder {
  color: #ccc;
}

.search-input-control input {
  width: 100%;
  height: 30px;
  line-height: 34px;
  border: 0;
  background: white;
  cursor: text;
  font-size: 14px;
  color: #333;
}

.search-input-control .search-input-button {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  height: 27px;
  line-height: 27px;
  cursor: pointer;
  background: white;
  text-align: center;
  margin: 0px;
  padding: 0px;
  background: white;
}

.search-input-control .search-input-clear {
  display: none;
  width: 25px;
  height: 38px;
  border: 1px solid #ccc;
  border-left: 0px;
  border-right: 0px;
  line-height: 36px;
}

.search-input-control .search-input-clear:before {
  content: "a";
  overflow: hidden;
  line-height: 100px;
  font-size: 1px;
  vertical-align: middle;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("/images/layout/sidebar/x-big.png") left top no-repeat;
}

.search-input-control .search-input-clear:hover:before {
  content: "b";
  background-position: left bottom;
}

.search-input-control .search-input-submit {
  display: none;
  width: 30px;
  background: url("/images/layout/sidebar/search-arrow.png") left top no-repeat;
}

.search-input-control .search-input-submit:hover {
  background-color: #333;
  background-position: -34px 0;
}

/* If clear button available */
.search-input-control.can-clear {
  padding-right: 25px;
}

.search-input-control.can-clear .search-input-clear {
  display: block;
  right: 0px;
}

/* If submit button available */
.search-input-control.can-submit {
  padding-right: 30px;
  border: 0px;
}

.search-input-control.can-submit .search-input-submit {
  display: block;
  right: 0px;
}

/* If both clear and submit available */
.search-input-control.can-clear.can-submit {
  padding-right: 55px;
  border: 0px;
}

.search-input-control.can-clear.can-submit .search-input-clear {
  display: block;
  right: 30px;
}

.search-input-control.can-clear.can-submit .search-input-submit {
  display: block;
  right: 0px;
}

/* BEGIN: Header search control */
header .search-input-control {
  border-color: #000;
}

header .search-input-control .search-facet-selector {
  border-right: 1px solid #d7d7d7;
  background: #fff;
  color: #666;
  cursor: pointer;
  margin: 0;
  float: left;
  top: 0;
}

header .search-input-control .search-facet-selector.hover {
  background: white;
  color: #333;
}

header .search-input-control #search_facet_selector {
  height: 34px;
  line-height: 34px;
  text-align: center;
  vertical-align: middle;
  padding: 0 7px;
}

header .search-input-control #search_facet_selector:after {
  content: 'a';
  overflow: hidden;
  line-height: 100px;
  font-size: 1px;
  vertical-align: middle;
  display: inline-block;
  width: 10px;
  height: 4px;
  background: url("/images/layout/arrow/down.gif") right -8px no-repeat;
}

header .search-input-control .search-facet-selector.hover #search_facet_selector {
  background: #333;
  color: #fff;
}

header .search-input-control .search-facet-selector.hover #search_facet_selector:after {
  background-position: right -4px;
}

header .search-input-control .facet-popup {
  display: none;
  background-color: white;
  position: absolute;
  top: 33px;
  z-index: 1001;
}

header .search-input-control .search-facet-selector.hover .facet-popup {
  display: block;
}

header .search-input-control .facet-popup .facet-item {
  padding: 12px 15px;
  border-bottom: 1px #e5e5e5 solid;
}

header .search-input-control .facet-popup .facet-item:hover {
  background-color: #e5e5e5;
}

header .search-input-control .search-field {
  background: none #ffffff;
  border: none;
  padding: 0 4px 0 7px;
  width: auto;
  height: 34px;
  line-height: 34px;
}

header .search-input-control input {
  font-size: 16px;
  line-height: normal;
}

header .search-input-control .search-input-button {
  height: 33px;
}

header .search-input-control .search-input-clear {
  border-color: #000;
  height: 33px;
  line-height: 31px;
  width: 33px;
}

header .search-input-control .search-input-submit {
  background: url("/images/layout/search_button.png") no-repeat #fff;
  border-left: 1px solid #d7d7d7;
  width: 34px;
  height: 34px;
}

/* If clear button available */
header .search-input-control.can-clear {
  padding-right: 33px;
}

header .search-input-control.can-clear .search-input-clear {
  height: 34px;
  border-color: #fff;
  display: block;
  right: 0px;
}

/* If submit button available */
header .search-input-control.can-submit {
  padding-right: 33px;
  border: 0px;
}

header .search-input-control.can-submit .search-input-submit {
  display: block;
  right: 0px;
}

/* If both clear and submit available */
header .search-input-control.can-clear.can-submit {
  padding-right: 66px;
  border: 0px;
}

header .search-input-control.can-clear.can-submit .search-input-clear {
  display: block;
  right: 33px;
}

header .search-input-control.can-clear.can-submit .search-input-submit {
  display: block;
  right: 0px;
}

/* END: Header search control */
/* BEGIN: Orders search control*/
.orders-search {
  margin-bottom: 20px;
}

.orders-search .styled-checkbox:before {
  margin-right: 7px;
}

.orders-search .styled-checkbox {
  padding-right: 23px;
}

.orders-search .styled-checkbox:last-child {
  padding-right: 0;
}

.orders-search [data-element="radiobox"] {
  display: table-cell;
  padding-right: 63px;
  white-space: nowrap;
}

.orders-search .search-label {
  line-height: 36px;
  font-size: 18px;
  vertical-align: top;
  white-space: nowrap;
  display: table-cell;
  padding-right: 30px;
}

.orders-search form {
  display: table;
}

.orders-search .search-input-control {
  display: table-cell;
  width: 300px;
}

.orders-search .search-input-control label {
  padding: 0 4px 0 7px;
  width: auto;
  height: 34px;
  line-height: 34px;
}

.orders-search .search-input-control input {
  border: 1px solid #d7d7d7;
  border-right: none;
  height: 32px;
}

.orders-search .search-input-control .search-input-clear {
  border-color: #000;
  height: 33px;
  line-height: 31px;
  width: 33px;
  position: absolute;
  top: 0;
}

.orders-search .search-input-control .search-input-submit {
  background: url("/images/layout/search_button.png") no-repeat #fff;
  border: 1px solid #d7d7d7;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
}

/* If clear button available */
.orders-search .search-input-control.can-clear {
  padding-right: 33px;
}

.orders-search .search-input-control.can-clear .search-input-clear {
  height: 34px;
  border-color: #d7d7d7;
  display: block;
  right: 0px;
}

/* If submit button available */
.orders-search .search-input-control.can-submit {
  padding-right: 33px;
}

.orders-search .search-input-control.can-submit .search-input-submit {
  display: block;
  right: 0px;
}

/* If both clear and submit available */
.orders-search .search-input-control.can-clear.can-submit {
  padding-right: 66px;
}

.orders-search .search-input-control.can-clear.can-submit .search-input-clear {
  display: block;
  right: 33px;
}

.orders-search .search-input-control.can-clear.can-submit .search-input-submit {
  display: block;
  right: 0px;
}

.orders-search-no-results {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.orders-search-no-results a {
  color: #39c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

/* END: Orders search control*/
/* Form elements */
form span.required, .star {
  font-weight: bold;
  color: #ff6600;
  font-size: 12px;
}

form label.hide_label .custom-element-text,
form label.hide_label span.required {
  display: none;
}

#registration-view h1 {
  margin-bottom: 40px;
}

#registration-view .error-msg {
  margin-bottom: 30px;
}

.styled-form {
  width: 442px;
}

.styled-form .field-group {
  margin-bottom: 30px;
}

.styled-form.registration button {
  width: 100%;
}

.field-group .error-text {
  margin-top: 5px;
  color: #ef4437 !important;
  white-space: normal;
  position: absolute;
}

.styled-form > table {
  width: 100%;
}

.styled-form label {
  line-height: 12px;
  font-size: 12px;
  color: #666;
}

.styled-form label * {
  font-size: inherit;
}

.styled-form .user-accounts li {
  padding-top: 25px;
}

.styled-form button, .styled-link {
  background: #999933;
  padding: 13px 36px;
  font-size: 16px !important;
  color: #fff !important;
  text-decoration: none;
  border: 1px solid #999933;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}

.styled-form button:hover, .styled-link:hover {
  background-color: #adad3a;
  border-color: #999933;
}

.styled-link {
  display: inline-block;
  text-decoration: none;
  /* 	text-transform: none; */
}

.styled-form .gray {
  background-color: #aaa;
  border-color: #aaa;
}

.styled-form .gray:hover {
  background-color: #333;
  border-color: #333;
}

.styled-link[data-disabled],
.styled-link.disabled {
  cursor: default;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.styled-form input,
.styled-form button,
.styled-form select,
.styled-form textarea {
  outline: none;
  -ms-hide-outline: expression(this.hideFocus = true);
  /* hack for IE < 9*/
}

.styled-form input:focus, .styled-form input:active,
.styled-form button:focus, .styled-form button:active,
.styled-form select:focus, .styled-form select:active,
.styled-form textarea:focus, .styled-form textarea:active {
  outline: none;
  -ms-hide-outline: expression(this.hideFocus = true);
  /* hack for IE < 9*/
}

.styled-form input:focus::-moz-focus-inner, .styled-form input:active::-moz-focus-inner,
.styled-form select:focus::-moz-focus-inner, .styled-form select:active::-moz-focus-inner,
.styled-form textarea:focus::-moz-focus-inner, .styled-form textarea:active::-moz-focus-inner {
  outline: none;
  border: 0px;
}

.styled-form input[readonly="readonly"] {
  background-color: #f0f0f0;
}

.styled-form #birthday[readonly="readonly"] {
  background-color: inherit;
}

.styled-form #birthday[readonly="readonly"][disabled="disabled"] {
  background-color: #f0f0f0;
}

.styled-form button[disabled="disabled"],
.inactive-button {
  cursor: default;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.styled-form button[disabled="disabled"]:hover,
.inactive-button:hover {
  background-position: 0 0;
}

.styled-form input[type="text"],
.styled-form textarea,
.styled-form input[type="password"],
.styled-form .credit-card-number-field {
  border: 1px solid #ccc;
}

.styled-form input[type="text"],
.styled-form input[type="password"],
.styled-form textarea,
.styled-form select,
.styled-form .credit-card-number-field {
  margin-top: 5px;
  line-height: 28px;
  padding: 2px;
  height: 34px;
  width: 100%;
  color: #333;
  box-sizing: border-box;
  font-size: 16px;
}

.styled-form input.short {
  width: 140px;
  display: block;
}

.styled-form textarea {
  height: 100%;
}

.styled-form input[type="text"].error,
.styled-form input[type="password"].error,
.styled-form textarea.error,
.styled-form select.error,
.styled-form .credit-card-number-field.error {
  border-color: #f00;
}

.styled-form .styled-phone-input {
  margin-top: 5px;
}

a.pretty-link,
.styled-form a {
  font-size: 16px;
  color: #3399cc;
  white-space: nowrap;
}

a.pretty-link.compare-a {
  font-size: 12px;
}

.styled-form .button-wrapper {
  text-align: right;
  padding-top: 40px;
}

form.styled-form label.short-input {
  width: 204px;
}

.form-errors li {
  padding-top: 5px;
  font-size: 12px;
  color: red;
}

form.styled-form tbody td {
  padding: 0 0 13px 0;
  box-sizing: border-box;
}

form.styled-form tbody td.left-cell {
  padding-right: 17px;
}

form.styled-form tbody td.right-cell {
  padding-left: 17px;
}

form.styled-form tbody td.multi-column {
  padding-right: 34px;
}

form.styled-form tfoot td {
  box-sizing: border-box;
  vertical-align: middle;
}

/* Strange bug in Opera <= 12 */
form.styled-form tfoot label {
  display: inline-block;
}

/* rgistration form */
form.styled-form.registration table {
  table-layout: fixed;
  width: 442px;
}

form.styled-form.registration thead td {
  width: 221px;
}

form.styled-form.registration tfoot td.right-cell {
  padding-left: 17px;
  text-align: right;
}

form.styled-form.registration .form-summary {
  margin-top: 0;
}

form.styled-form td.summary {
  padding-right: 34px;
}

form.styled-form .form-summary,
.container-inner div.msg-error,
.container-inner div.msg-success,
.container-inner div.msg-warning,
.product-page div.msg-warning {
  padding: 10px 20px 10px 50px;
  margin-top: 34px;
}

.frame-warning {
  padding: 10px 20px 10px 50px;
}

form.styled-form .form-summary.error,
#content div.msg-error {
  background: url("/images/layout/form/msg-error.png") no-repeat scroll 18px 9px #FFE6DC;
  color: #ef4437 !important;
  font-size: 16px !important;
  text-align: left !important;
}

form.styled-form .form-summary.success,
#content div.msg-success {
  background: url("/images/layout/form/msg-success.png") no-repeat scroll 18px 9px #eeffda;
  color: #8ab04f !important;
  font-size: 16px !important;
  text-align: left !important;
}

form.styled-form .form-summary.warning,
.container-inner div.msg-warning,
.frame-warning,
.checkout-popup-notice a:before,
.product-page div.msg-warning {
  background: url("/images/layout/form/msg-warning.png") no-repeat scroll 15px 8px #fbf3c9;
  color: #caa533 !important;
  font-size: 16px !important;
  text-align: left !important;
}

h1.tabs {
  border-bottom: 1px solid #ccc;
  margin-left: -49px;
  padding-left: 49px;
}

h1.tabs .tab.active {
  background-color: #fff;
  border-bottom-color: #fff;
  color: #333333;
  cursor: default;
  font-weight: bold;
}

h1.tabs .tab.active:hover {
  background-color: #fff;
}

h1.tabs .tab:hover {
  background-color: #f1f1f1;
}

h1.tabs .tab {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  display: inline-block;
  margin-right: 2px;
  width: 220px;
  line-height: 40px;
  color: #666;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  vertical-align: bottom;
  position: relative;
  top: 1px;
}

h1.tabs.green {
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
  border-color: #ddd;
  white-space: nowrap;
}

h1.tabs.green .tab {
  font-size: 14px;
  font-weight: normal;
  padding: 0 20px;
  width: auto;
  border: none;
}

h1.tabs.green .tab:last-child {
  margin-right: 0;
}

h1.tabs.green .tab.active {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  color: #97a501;
}

#login-view, #registration-view {
  margin-left: 49px;
  position: relative;
}

/*.ui-lightbox-container .social-alternative-link{
	position: absolute;
	bottom: 0;
}*/
.ui-lightbox-container .tabs .tab {
  position: static;
  border: none;
}

.ui-lightbox-container #login-view, .ui-lightbox-container #registration-view {
  margin-left: 0;
  height: 420px;
}

/* login form */
form.styled-form.login table,
form.styled-form.forgotpassword table {
  table-layout: fixed;
  width: 442px;
}

form.styled-form.login td.left-cell {
  text-align: right;
}

form.styled-form.login td.right-cell,
form.styled-form.forgotpassword td.right-cell {
  padding-left: 17px;
}

form.styled-form.login .form-summary,
form.styled-form.forgotpassword .form-summary {
  margin-top: 0;
}

/* reset password */
#reset-password-view form.styled-form .form-summary,
#activation-panel-view form.styled-form .form-summary {
  margin-top: 0;
}

#reset-password-view form.styled-form table,
#loyalty-program-login-form form.styled-form table,
#activation-panel-view form.styled-form table {
  table-layout: fixed;
  width: 442px;
}

/* alternative login link */
/*.social-alternative-link {
	margin-top: 34px;
}

.social-alternative-link h3 {
	line-height: 14px;
	font-size: 14px;
	padding-bottom: 5px;
}

.social-alternative-link .social {
	display: inline-block;
	height: 34px;
	width: 102px;
	margin-right: 34px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	cursor: pointer;
}

.social-alternative-link .social:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;

}
.social-alternative-link .social-wrapper {
	position: relative;
	display: inline;
}

.social-alternative-link .facebook {
	background: url("/images/layout/social/fb.jpg") no-repeat;
}

.social-alternative-link .googleplus {
	background: url("/images/layout/social/google.jpg") no-repeat;
}

.social-alternative-link .vkontakte {
	background: url("/images/layout/social/vk.jpg") no-repeat;
}*/
/* -alternative login link */
.table-col td {
  vertical-align: top;
}

.table-col-sep {
  width: 75px;
}

.styled-link-hint {
  color: #ccc;
  font-size: 80%;
  margin-top: 5px;
  width: 170px;
}

/*subscription css */
#subscription-view .sidebar-list .item-checkbox:before {
  margin-left: 0;
}

#subscription-view .subjects, #subscription-view .frequency {
  font-size: 12px;
}

#subscription-view h3 {
  color: #999999;
  margin-top: 10px;
}

#subscription-view .styled-checkbox {
  vertical-align: middle;
}

#subscription-view [data-selected="1"] span, #subscription-view label[data-selected="1"] {
  color: #333;
}

#subscription-view [data-element="radioitem"] {
  cursor: pointer;
}

#subscription-view .form-summary {
  margin: 34px 0 0;
}

#subscription-view .clearfix:before,
#subscription-view .clearfix:after {
  content: " ";
  display: table;
}

#subscription-view .clearfix:after {
  clear: both;
}

#subscription-view .subjects {
  margin-bottom: 30px;
}

#subscription-view .subjects #email {
  margin-bottom: 30px;
}

#subscription-view .user-agreement {
  float: left;
  margin-top: 15px;
  max-width: 290px;
}

#subscription-view .user-agreement.styled-checkbox[data-selected="1"] span.required.agreement {
  color: #ff0000 !important;
}

#subscription-view .ugr-box,
#subscription-view .option-box {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  max-width: 260px;
  width: 100%;
  padding-right: 20px;
}

#subscription-view .button-wrapper {
  text-align: left;
}

#subscription-view .button-wrapper .button-right {
  display: inline-block;
  vertical-align: middle;
  height: 46px;
}

.price-suggest .user-agreement a {
  white-space: pre-line;
}

.user-agreement {
  padding-left: 20px;
  position: relative;
}

.user-agreement.styled-checkbox {
  color: #666 !important;
  display: inline-block !important;
  text-align: left;
}

.user-agreement.styled-checkbox:before {
  position: absolute;
  left: 0;
}

.user-agreement.styled-checkbox[data-selected] {
  text-decoration: none !important;
}

.user-agreement a {
  font-size: 12px !important;
}

.user-agreement .required {
  color: #ff0000;
}

.user-agreement .agreement-error {
  display: inline-block;
  margin-top: 5px;
  color: #ef4437 !important;
  white-space: normal;
}

.modal-user-agreement h1 {
  height: auto !important;
  white-space: normal !important;
  line-height: 1.4 !important;
  padding: 20px 49px !important;
}

.modal-user-agreement .content-wrapper {
  padding-right: 30px !important;
}

.modal-user-agreement .ui-lightbox-buttons > a {
  position: initial !important;
}

.checkout-user-agreement {
  width: auto;
  display: inline-block;
  margin-right: 40px;
}

#report-available-view .right-cell button {
  float: right;
}

.styled-form .sidebar-list li {
  border-bottom: none;
  cursor: default;
  list-style-type: none;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  height: 25px;
  line-height: 25px;
  box-sizing: border-box;
}

.styled-form .sidebar-list li span {
  color: #666;
}

.styled-form h3 {
  line-height: 14px;
  font-size: 14px;
  padding-bottom: 5px;
}

.styled-form h2 {
  color: black;
  line-height: 18px;
  font-size: 18px;
  padding-bottom: 5px;
}

.frame-warning {
  background-position: 15px 15px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 25px;
  padding-right: 40px;
}

#additional-fields-for-payment.frame-warning {
  margin-top: 30px;
}

.frame-warning h3 {
  color: #333;
  font-size: 16px;
  margin-bottom: 25px;
}

.frame-warning .frame-content {
  color: #333;
  font-size: 12px;
  line-height: 18px;
}

.frame-warning .frame-content a {
  color: #3399cc;
}

.frame-warning .frame-list {
  color: #333;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  line-height: 26px;
  margin-top: 22px;
}

.frame-warning .frame-list .product-id {
  padding-right: 25px;
  white-space: nowrap;
}

.frame-warning .frame-button-wrapper {
  height: 40px;
  margin-top: 36px;
}

.button-cancel {
  background-color: #999;
}

.button-okay {
  background-color: #9eaa03;
}

.frame-warning .frame-button-wrapper .button {
  color: #fff;
}

.frame-warning .frame-button-wrapper .button-cancel {
  float: right;
}

.frame-warning .frame-button-wrapper .button-okay {
  float: left;
}

.contact-to-manager .contact-items {
  margin-left: 90px;
}

.contact-to-manager .contact-type {
  float: left;
  width: 80px;
}

.contact-to-manager .contact-item.hidden {
  display: none;
}

.contact-to-manager .left-cell,
.callback .left-cell {
  vertical-align: top;
  padding-top: 10px;
  white-space: nowrap;
}

.contact-to-manager textarea {
  resize: none;
  max-height: 65px;
}

.contact-to-manager table {
  width: 100%;
}

.contact-to-manager.styled-form .form-summary,
.callback.styled-form .form-summary {
  margin: 0 0 10px;
}

.contact-to-manager tfoot button,
.callback tfoot button {
  float: right;
}

.callback textarea {
  resize: none;
}

#registration-view .user-agreement {
  line-height: normal;
}

#registration-view .user-agreement a {
  font-size: 12px;
}

.styled-form.login .forgot-password {
  display: block;
  margin-top: 10px;
}

form.styled-form.login td.buy-without-signup-cell {
  text-align: left;
}

.styled-form .credit-card-number-field {
  padding: 0px;
  position: relative;
  cursor: text;
}

form.styled-form .credit-card-number-field s,
form.styled-form .credit-card-number-field b,
form.styled-form .credit-card-number-field input {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

form.styled-form .credit-card-number-field s,
form.styled-form .credit-card-number-field b {
  color: #666;
  height: 32px;
  line-height: 32px;
}

form.styled-form .credit-card-number-field b {
  width: 20%;
}

form.styled-form .credit-card-number-field s {
  width: 5%;
}

form.styled-form .credit-card-number-field input {
  width: 25%;
}

form.styled-form .credit-card-number-field input {
  border: 0px;
  padding: 2px;
  margin: 0px;
  height: 24px;
  line-height: 24px;
  margin: 4px 0px;
}

#create-new-prepaid .checkout-address-form .checkout-address-column {
  margin-bottom: 0px;
}

#create-new-prepaid .checkout-address-form {
  margin-bottom: 10px;
}

form.styled-form.login td.right-cell {
  padding-left: 0;
  padding-bottom: 9px;
}

form.styled-form.login td.buy-without-signup-cell {
  border-top: 1px dotted #d6d6d6;
}

form.styled-form.login .buy-without-signup {
  display: inline-block;
  margin: 18px 0px;
}

.styled-form a.pretty-link.gray-link {
  display: inline-block;
  background-color: #aaaaaa;
  padding: 12px 19px;
  font: 14px Arial;
  text-decoration: none;
  color: #ffffff;
  width: 204px;
  box-sizing: border-box;
  text-align: center;
}

.styled-form a.pretty-link.gray-link:hover {
  background-color: #333333;
}

form.styled-form.login td.buy-without-signup-message {
  font: 14px Arial;
  color: #666;
}

.order-status-tracking-table a {
  color: #39c;
}

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

.facet-filter-block.facet-filter-block-price.price-filter-inactive .price-title {
  display: none;
}

.facet-filter-block.facet-filter-block-price.price-filter-inactive .facet-filter-block-price-wrapper {
  display: none;
}

.facet-filter-block.facet-filter-block-price {
  cursor: text;
  background: #fff;
  padding: 0;
  border: #f2f2f2 solid 1px;
}

.facet-filter-block-price .price-title {
  color: #666;
  font-size: 14px;
  margin: 12px 15px;
}

.facet-filter-block-price .price-title span {
  color: #bebebe;
  font-size: 12px;
  text-transform: uppercase;
}

.facet-filter-block-price td {
  vertical-align: middle;
}

.facet-filter-block-price .facet-filter-block-price-wrapper {
  color: #c2c2c2;
  padding: 0 30px 0 20px;
}

.facet-filter-block-price .facet-filter-block-price-wrapper input:-ms-input-placeholder {
  color: #ccc;
}

.facet-filter-block-price .facet-filter-block-price-wrapper input {
  box-sizing: border-box;
  height: 34px;
  font-size: 14px;
  color: #333;
  padding: 0 3px;
  border: 1px solid #bdbdbd;
  width: 100%;
  line-height: 1;
  margin: 0;
}

.facet-filter-block-price .facet-filter-block-price-wrapper .input-dash {
  padding: 0px 3px;
}

.facet-filter-block-price .facet-filter-block-price-wrapper .button-arrow {
  box-sizing: border-box;
  margin-left: 10px;
  cursor: pointer;
  border: #ccc solid 1px;
  background: linear-gradient(to top, #f2f2f2, #fff);
}

.facet-filter-block-price .facet-filter-block-price-wrapper .button-arrow:hover {
  background: none #000;
  border-color: #000;
  color: #fff;
}

.facet-filter-block-price .styling-checkboxes a {
  display: block;
  line-height: 36px;
  height: 38px;
  margin: 0 20px;
}

.facet-filter-block-price .styling-checkboxes a, .block-price .styling-checkboxes a:hover {
  color: #666;
  text-decoration: none;
}

.facet-filter-block-helper-top {
  font-size: 1px;
  border: 1px solid white;
  margin-bottom: -1px;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.facet-filter-block {
  box-sizing: border-box;
  font: inherit;
  position: relative;
  left: 0px;
  top: 0px;
  margin: 18px 0;
  transition: box-shadow 1500ms ease-out 0ms;
}

.facet-filter-block.highlight-border {
  box-shadow: 0px 0px 6px #caa533;
}

.facet-filter-block .count {
  display: none;
  position: absolute;
  right: 1px;
  top: 12px;
  height: 15px;
  width: 25px;
  border: #ccc solid 1px;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
  line-height: 10px;
}

.facet-filter-block [data-facet-block="FL"] .count,
.facet-filter-block.facet-filter-block-promo .count,
.facet-filter-block .facet-filter-block-popup .count {
  display: inline-block;
}

.facet-filter-block .sidebar-double-column .count:before {
  color: #bebebe;
}

.facet-filter-block li > a.item-content > div .count[data-value]:hover,
.facet-filter-block li > a.item-content > div .count[data-value]:hover:before {
  background-color: #990;
  border-color: #990;
  color: #fff;
}

.facet-filter-block .sidebar-double-column .count {
  z-index: 1;
  border-color: #efefef;
  top: 14px;
}

.facet-filter-block .sidebar-double-column .item-content > div {
  margin-right: 30px;
  overflow: hidden;
}

.facet-filter-block .sidebar-double-column .item-content .shade:after {
  right: 30px;
  top: 1px;
  height: 36px;
}

.facet-filter-block.block-price {
  background: white;
}

.facet-filter-block .facet-filter-block-name {
  position: relative;
  display: block;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  padding: 0 35px 0 15px;
  border: #CCD1A8 solid 1px;
  box-sizing: border-box;
  color: #333;
  background-color: #eef1c6;
  text-transform: uppercase;
}

.facet-filter-block .facet-filter-block-name .shade_green {
  font-weight: bold;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.facet-filter-block .facet-filter-block-name .shade:after {
  height: 2em;
}

.facet-filter-block .facet-filter-block-name .show-popup {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 36px;
  height: 38px;
  border: none;
  background: url("/images/layout/sidebar/arrow_right_btn.png") 0 0 no-repeat;
  cursor: pointer;
}

.facet-filter-block .facet-filter-block-name .show-popup:hover {
  background-position: 0 -38px;
}

.facet-filter-block .facet-filter-block-name a {
  text-decoration: none;
  color: #333;
}

.facet-filter-block.facet-filter-recommendations {
  border: none;
  margin: 0;
}

.facet-filter-block.facet-filter-recommendations .facet-filter-block-name {
  border-left: none;
  border-right: none;
  margin: 0;
  margin-bottom: -1px;
}

.facet-filter-block.facet-filter-recommendations .facet-filter-block-name[data-active] a {
  color: #990;
  font-weight: bold;
}

.facet-filter-disabled-block .facet-filter-block-name .show-popup:hover {
  background-position: 0 0;
}

.facet-filter-disabled-block .facet-filter-block-name .show-popup,
.facet-filter-disabled-block .facet-filter-block-name .show-popup:hover {
  cursor: default;
}

.facet-filter-block .facet-filter-block-selection {
  display: block;
  border: #f2f2f2 solid 1px;
  border-top: none;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  left: 0px;
  top: 0px;
}

.facet-filter-block .facet-filter-block-selection[data-hidden] {
  display: none;
}

.facet-filter-block .facet-filter-block-selection > ul {
  padding: 0 12px 0 20px;
}

.facet-filter-block .facet-filter-block-selection ul {
  padding-left: 15px;
}

.facet-filter-block .facet-filter-block-selection > ul:first-child {
  margin-top: 10px;
}

.facet-filter-block .facet-filter-block-selection > ul > li > div {
  line-height: 28px;
  height: 30px;
}

.facet-filter-block .facet-filter-block-selection li > div a {
  color: #990;
}

.facet-filter-block .facet-filter-block-selection li[data-expanded] > div a {
  cursor: pointer;
  color: #000;
}

.facet-filter-block .facet-filter-block-selection li[data-expanded] > div a:hover {
  text-decoration: underline;
}

.facet-filter-block .facet-filter-block-selection li > div {
  position: relative;
  box-sizing: border-box;
  vertical-align: middle;
  padding-left: 15px;
  overflow: hidden;
  height: 24px;
}

.facet-filter-block .facet-filter-block-selection > ul > li {
  border-bottom: #f2f2f2 solid 1px;
}

.facet-filter-block .facet-filter-block-selection > ul:last-child > li:last-child {
  border: none;
}

.facet-filter-block .facet-filter-block-selection ul ul .remove {
  top: 1px;
}

.facet-filter-block .facet-filter-block-selection .remove {
  position: absolute;
  left: 0px;
  top: 9px;
  width: 10px;
  height: 10px;
  background: url("/images/layout/sidebar/x-small.png") left 0px no-repeat;
}

.facet-filter-block .facet-filter-block-selection .remove:hover {
  background-position: left -10px;
}

.facet-filter-block .facet-filter-block-selection .tree-checkbox {
  height: 24px;
  width: 18px;
  text-align: center;
  display: none;
}

.facet-filter-block .facet-filter-block-arrow {
  background: url("/images/layout/arrow/lay_left.png") no-repeat 0 0;
  display: none;
  position: absolute;
  width: 10px;
  height: 20px;
  top: 10px;
  left: 253px;
  cursor: default;
  z-index: 99999;
}

.facet-filter-block.hover .facet-filter-block-arrow {
  display: block;
}

.facet-filter-block .facet-filter-block-popup {
  position: absolute;
  top: -100px;
  left: 262px;
  width: 350px;
  max-width: 500px;
  height: 500px;
  cursor: default;
  display: none;
  border: #e2e2e2 solid 1px;
  z-index: 99999;
}

.facet-filter-block.hover .facet-filter-block-popup {
  display: block;
}

.facet-filter-block .facet-filter-block-whb {
  position: absolute;
  right: -13px;
  top: -100%;
  width: 29px;
  height: 300%;
  display: none;
}

.facet-filter-block.hover .facet-filter-block-whb {
  display: block;
}

.facet-filter-block [data-facet-block="PR"] a {
  border-bottom: 1px dotted #ccc;
  display: block;
  line-height: 40px;
  font-size: 14px;
  margin-top: 0;
}

.facet-filter-block [data-facet-block="PR"] a.action,
.facet-filter-block [data-facet-block="PR"] a.area51 {
  color: #f60;
}

.facet-filter-block.facet-filter-block-promo {
  border: none;
  background-image: none;
}

.facet-filter-block.facet-filter-block-promo a {
  color: #666;
  text-decoration: none;
}

.facet-filter-block-promo a[data-disabled] {
  display: none;
}

.facet-filter-block [data-facet-block="NU"] a,
.facet-filter-block [data-facet-block="BF"] a {
  border: 1px solid #f2f2f2;
  display: block;
  line-height: 40px;
  font-size: 12px;
  margin-top: 0;
  padding: 0 15px;
}

.facet-filter-block [data-facet-block="BF"] a.action,
.facet-filter-block [data-facet-block="NU"] a.action {
  color: #f60;
}

.facet-filter-block.facet-filter-block-brand-filter,
.facet-filter-block.facet-filter-block-non-universal {
  border: none;
  background-image: none;
}

.facet-filter-block.facet-filter-block-brand-filter a,
.facet-filter-block.facet-filter-block-non-universal a {
  color: #666;
  text-decoration: none;
}

.facet-filter-block.facet-filter-block-brand-filter .info-icon,
.facet-filter-block.facet-filter-block-non-universal .info-icon {
  margin-left: 5px;
  vertical-align: -3px;
}

.facet-filter-block.facet-filter-block-brand-filter[data-disabled="1"],
.facet-filter-block.facet-filter-block-brand-filter [data-disabled="1"],
.facet-filter-block.facet-filter-block-non-universal[data-disabled="1"],
.facet-filter-block.facet-filter-block-non-universal [data-disabled="1"] {
  display: none;
}

.facet-filter-disabled-block .facet-filter-block-name > div,
.facet-filter-disabled-block .facet-filter-block-name > .show-popup {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.facet-filter-block .lightbox {
  position: fixed;
  z-index: 100000;
}

.facet-filter-block .lightbox .lightbox-content .close-button {
  background-image: url("/images/layout/lightbox/close.png");
  top: 24px;
  right: 15px;
  z-index: 9;
}

.facet-filter-block .lightbox .lightbox-content .close-button:hover {
  background-position: 0 -15px;
}

.facet-filter-block .lightbox .lightbox-content {
  margin-left: -270px;
  width: 480px;
  top: 50%;
  left: 50%;
  margin-top: -280px;
}

.facet-filter-block .lightbox .indicator-wrapper {
  margin-top: 20px;
}

.facet-filter-block .lightbox img {
  /* Small, Medium, Large image */
  cursor: pointer;
}

.facet-filter-block .lightbox .head-img-large {
  /* Small, Medium, Large image */
  width: 480px;
  height: 275px;
}

.facet-filter-block .lightbox .head-img-list-wrapper .popup-title {
  margin-bottom: 20px;
  padding: 0;
  border: 0;
  background: #d1d0d0;
  color: #666;
  font-size: 20px;
  line-height: 65px;
  padding-left: 30px;
  height: 65px;
  width: 510px;
  position: absolute;
  top: 0px;
  right: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.facet-filter-block .lightbox .head-img-list-wrapper .list-wrapper {
  margin-top: 35px;
  margin-right: -30px;
  height: 380px;
  overflow-y: scroll;
}

.facet-filter-block .lightbox .head-img-list-wrapper .list-wrapper .left {
  margin: 0 15px 30px 15px;
  width: 210px;
  float: left;
}

.facet-filter-block .lightbox .head-img-list-wrapper .list-wrapper span {
  display: block;
  margin-bottom: 5px;
}

.facet-filter-block .lightbox .head-img-list-wrapper .list-wrapper img {
  width: 210px;
  height: 120px;
}

#cars [data-facet-block="B"] [data-tree-level="2"] {
  padding-left: 60px;
  width: 288px;
}

#cars [data-facet-block="B"] li[data-tree-level="2"] li {
  width: 208px;
}

.facet-filter-block-popup-background {
  background: #000;
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99998;
}

/* BEGIN: common */
[data-zeroitems-behaviour="hide"] [data-disabled] {
  display: none;
}

li[data-no-match] {
  display: none;
}

/* END: common */
/* BEGIN: checkbox */
.styled-checkbox {
  position: relative;
  left: 0px;
  top: 0px;
  cursor: pointer;
}

.styled-checkbox:before {
  overflow: hidden;
  line-height: 100px;
  font-size: 1px;
  content: "a";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("/images/layout/checkbox.gif") 0px -12px no-repeat;
  margin: 0px 3px 0px 0px;
}

.styled-checkbox.disc:before {
  background-image: url(/images/layout/radio.png);
}

.styled-checkbox[data-selected]:before {
  background-position: 0px -24px;
  content: "b";
}

.styled-checkbox[data-disabled] {
  cursor: default;
}

.styled-checkbox[data-disabled]:before {
  background-position: 0px 0px;
  content: "c";
}

.styled-checkbox[data-selected][data-disabled]:before {
  background-position: 0px -36px;
  content: "d";
}

.styled-checkbox input {
  position: absolute;
  left: -1000px;
  top: -1000px;
}

/* END: checkbox */
/*-------- START sidebar-small-img-list ---------*/
.sidebar-small-img-list .item-content {
  display: block;
  padding: 3px 0 6px 10px;
  height: 50px;
  text-decoration: none;
  font-size: 16px;
}

.sidebar-small-img-list .item-content:hover {
  background-color: #f2f2f2;
}

.sidebar-small-img-list .item-content:hover .count:before {
  background-color: #fff;
}

.sidebar-small-img-list .item-content img {
  vertical-align: middle;
}

.sidebar-small-img-list .item-title {
  vertical-align: middle;
  display: inline-block;
}

.sidebar-small-img-list .item-checkbox {
  color: #333;
  padding-left: 6px;
}

.sidebar-small-img-list[data-multi-select] .item-checkbox {
  padding-left: 0px;
}

.sidebar-small-img-list[data-multi-select] [data-selected] .item-checkbox {
  color: #990;
}

.sidebar-small-img-list[data-multi-select] [data-disabled] .item-checkbox {
  color: #999;
}

.sidebar-small-img-list[data-multi-select] .item-checkbox:before {
  background: url("/images/layout/checkbox.gif") left -12px no-repeat;
  content: "a";
  display: inline-block;
  font-size: 1px;
  height: 12px;
  line-height: 100px;
  margin: 0 10px 0 6px;
  overflow: hidden;
  width: 12px;
}

.sidebar-small-img-list[data-multi-select] [data-selected] .item-checkbox:before {
  content: "b";
  background-position: left -24px;
}

.sidebar-small-img-list[data-multi-select] [data-disabled] .item-checkbox:before {
  content: "c";
  background-position: left 0px;
}

.sidebar-small-img-list[data-multi-select] [data-disabled][data-selected] .item-checkbox:before {
  content: "d";
  background-position: left -36px;
}

.sidebar-small-img-list li {
  list-style-type: none;
  padding: 1px 0;
  cursor: pointer;
  border-bottom: 1px dotted #ccc;
}

.sidebar-small-img-list li:last-child {
  border-bottom: none;
}

/*-------- END sidebar-small-img-list ---------*/
/*-------- START sidebar-large-img-list ---------*/
.sidebar-large-img-list .item-content {
  font-size: 16px;
}

.sidebar-large-img-list .item-title {
  height: 30px;
  text-decoration: none;
  display: block;
}

.sidebar-large-img-list[data-multi-select] .item-checkbox {
  cursor: pointer;
  color: #333;
}

.sidebar-large-img-list[data-multi-select] .item-checkbox:before {
  background: url("/images/layout/checkbox.gif") no-repeat scroll left -12px transparent;
  content: "a";
  display: inline-block;
  font-size: 1px;
  height: 12px;
  line-height: 100px;
  margin: 0 10px 0 10px;
  overflow: hidden;
  width: 12px;
}

.sidebar-large-img-list[data-multi-select] [data-selected] .item-checkbox {
  color: #990;
}

.sidebar-large-img-list[data-multi-select] [data-selected] .item-checkbox:before {
  content: "b";
  background-position: left -24px;
}

.sidebar-large-img-list[data-multi-select] [data-disabled] .item-checkbox {
  color: #999;
}

.sidebar-large-img-list[data-multi-select] [data-disabled] .item-checkbox:before {
  content: "c";
  background-position: left 0px;
}

.sidebar-large-img-list[data-multi-select] [data-disabled][data-selected] .item-checkbox:before {
  content: "d";
  background-position: left -36px;
}

.sidebar-large-img-list img {
  cursor: pointer;
  margin: 25px 0 5px 0;
  vertical-align: bottom;
}

/*-------- END sidebar-large-img-list ---------*/
/*-------- START sidebar-tree ---------*/
.sidebar-tree ul {
  display: none;
}

.sidebar-tree > ul {
  display: block;
}

.sidebar-tree [data-expanded] > ul {
  display: block;
}

.sidebar-tree .tree-plus {
  display: inline-block;
  width: 20px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
}

.sidebar-tree ul .tree-plus {
  height: 24px;
  line-height: 24px;
}

.sidebar-tree .tree-plus:before {
  overflow: hidden;
  line-height: 100px;
  font-size: 1px;
  content: "a";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  margin-bottom: 4px;
  background: url("/images/layout/sidebar/menu_arrow.png") 0 0 no-repeat;
}

/*.sidebar-tree .tree-plus:hover:before {*/
/*content: "h";*/
/*background-position: 0 -9px;*/
/*}*/
.sidebar-tree [data-disabled] > div > div > .tree-plus:before {
  content: "b";
  background-position: -22px center;
  cursor: default;
}

.sidebar-tree [data-disabled] > div > div > .tree-plus:hover:before {
  content: "c";
  background-position: -22px center;
  cursor: default;
}

/*.sidebar-tree [data-expanded] > div > div > .tree-plus:hover:before {*/
/*content: "d";*/
/*background-position: -2px 0;*/
/*}*/
.sidebar-tree [data-expanded] > div > div > .tree-plus:before {
  content: "e";
  background-position: 0 -13px;
}

.sidebar-tree [data-disabled][data-expanded] > div > div > .tree-plus:before {
  content: "f";
  background-position: -22px center;
}

.sidebar-tree [data-disabled][data-expanded] > div > div > .tree-plus:hover:before {
  content: "g";
  background-position: -22px center;
}

.sidebar-tree [data-nochildren] > div > div > .tree-plus {
  visibility: hidden;
}

.sidebar-tree .tree-checkbox {
  display: none;
  width: 18px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}

.sidebar-tree ul .tree-checkbox {
  height: 24px;
  line-height: 24px;
}

.sidebar-tree > li > ul:last-child {
  margin-bottom: 10px;
}

.facet-filter-block .facet-filter-block-selection .tree-checkbox:before,
.sidebar-tree .tree-checkbox:before {
  overflow: hidden;
  line-height: 100px;
  font-size: 1px;
  content: "a";
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: baseline;
  background: url("/images/layout/checkbox.gif") 0px -12px no-repeat;
}

.facet-filter-block .facet-filter-block-selection [data-selected] .tree-checkbox:before,
.sidebar-tree [data-selected] > div > div > .tree-checkbox:before {
  content: "b";
  background-position: left -24px;
}

.sidebar-tree [data-disabled] > div > div > .tree-checkbox:before {
  content: "c";
  background-position: left 0px;
}

.sidebar-tree [data-disabled][data-selected] > div > div > .tree-checkbox:before {
  content: "d";
  background-position: left -36px;
}

.sidebar-tree[data-multi-select] .tree-checkbox {
  display: inline-block;
}

.sidebar-tree li {
  font-family: Arial;
  font-size: 12px;
  color: #333;
  line-height: 25px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  width: 310px;
}

.sidebar-tree li li {
  box-sizing: border-box;
  width: 100%;
}

.sidebar-tree li a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
}

.sidebar-tree > li > div > div {
  padding-left: 4px;
}

.sidebar-tree li > div:hover {
  background-color: #f3f3f3;
}

.sidebar-tree li > div:hover .shade:after {
  background: url(/images/layout/product/product_desc_shad_hover.png);
}

.sidebar-tree > li {
  font-size: 15px;
  line-height: 38px;
  border-bottom: #f3f3f3 solid 1px;
}

.sidebar-tree li ul {
  padding-left: 20px;
}

ul[data-element=tree] li[data-element=treenode] .shade:after {
  height: 100%;
  right: 0;
  top: 0;
}

.sidebar-tree li .count {
  position: absolute;
  right: 1px;
  top: 6px;
  height: 15px;
  width: 25px;
  border: #ccc solid 1px;
  background-color: #fff;
  line-height: 13px;
  text-align: center;
  box-sizing: border-box;
}

.sidebar-tree > li > div > .count {
  top: 12px;
  line-height: 10px;
}

.sidebar-tree li > div .count[data-value]:hover,
.sidebar-tree li > div .count[data-value]:hover:before {
  background-color: #990;
  border-color: #990;
  color: #fff;
}

.sidebar-tree [data-nocount] > div > .count {
  display: none;
}

.sidebar-tree [data-selected] > div > div > .tree-text {
  color: #990;
}

.sidebar-tree li > div > div.shade {
  overflow: hidden;
  position: relative;
  margin-right: 30px;
}

.sidebar-tree [data-disabled] > div > div > .tree-text {
  color: #999;
}

/*-------- END sidebar-tree ---------*/
/*-------- START sidebar-list ---------*/
.sidebar-list .item-content {
  font-size: 16px;
  display: block;
  text-decoration: none;
}

.sidebar-list > li {
  line-height: 38px;
}

.sidebar-list .item-content:hover {
  background-color: #f2f2f2;
}

.sidebar-list .item-content:hover .shade:after {
  background: url(/images/layout/product/product_desc_shad_hover.png);
}

.sidebar-list .item-content:hover .count:before {
  background-color: white;
}

.sidebar-list .item-checkbox {
  color: #333;
  line-height: 30px;
  vertical-align: middle;
}

.sidebar-list [data-selected] .item-checkbox {
  color: #990;
}

.sidebar-list [data-disabled] .item-checkbox {
  color: #999;
}

.sidebar-list .item-checkbox:before {
  background: url("/images/layout/checkbox.gif") no-repeat scroll left -12px transparent;
  content: "a";
  display: inline-block;
  font-size: 1px;
  height: 12px;
  line-height: 100px;
  margin: 0 10px 0 6px;
  overflow: hidden;
  width: 12px;
}

.sidebar-list [data-selected] .item-checkbox:before {
  content: "b";
  background-position: left -24px;
}

.sidebar-list [data-disabled] .item-checkbox:before {
  content: "c";
  background-position: left 0px;
}

.sidebar-list [data-disabled][data-selected] .item-checkbox:before {
  content: "d";
  background-position: left -36px;
}

.sidebar-list li {
  list-style-type: none;
  padding: 1px 0;
  cursor: pointer;
  border-bottom: 1px dotted #ccc;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.sidebar-list li:last-child {
  border-bottom: 0px;
}

.sidebar-list li .shade:after {
  height: 100%;
  right: 0;
  top: 0;
}

/*-------- END sidebar-list ---------*/
/* BEGIN: Double-column sidebar block */
.sidebar-double-column {
  box-sizing: border-box;
  position: relative;
  left: 0px;
  top: 0px;
}

.sidebar-double-column .sidebar-double-column-left {
  box-sizing: border-box;
  float: left;
  width: 49%;
  padding-right: 5px;
}

.sidebar-double-column .sidebar-double-column-right {
  box-sizing: border-box;
  float: right;
  width: 49%;
  padding-left: 5px;
}

/* END: Double-column sidebar block */
/* BEGIN: Custom styles for blocks */
.sidebar-list[data-facet-block="B1"] [data-disabled],
.sidebar-list[data-facet-block="B2"] [data-disabled] {
  display: none;
}

/* END: Custom styles for blocks */
/* BEGIN: Lightbox */
.ui-lightbox {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1041;
}

.ui-lightbox .ui-lightbox-background {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  zoom: 1;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.ui-lightbox .ui-lightbox-container {
  box-sizing: border-box;
  position: relative;
  left: 50%;
  top: 50%;
  width: 540px;
  margin: -270px 0px 0px -250px;
  background: white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}

.ui-lightbox .ui-lightbox-container .ui-lightbox-content {
  box-sizing: border-box;
}

.ui-lightbox.ui-lightbox-has-scroll .ui-lightbox-container .ui-lightbox-content .content-details {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 288px;
  padding-right: 0px;
}

.ui-lightbox.ui-lightbox-has-buttons .ui-lightbox-container .ui-lightbox-content {
  bottom: 98px;
}

.ui-lightbox .ui-lightbox-buttons {
  display: none;
}

.ui-lightbox.ui-lightbox-has-buttons .ui-lightbox-buttons {
  display: block;
  height: 40px;
}

.ui-lightbox.ui-lightbox-has-buttons .ui-lightbox-buttons .ui-lightbox-button-left {
  position: absolute;
  left: 0px;
  top: 0px;
}

.ui-lightbox.ui-lightbox-has-buttons .ui-lightbox-buttons .ui-lightbox-button-right {
  position: absolute;
  right: 0px;
  top: 0px;
}

.ui-lightbox.ui-lightbox-has-buttons .ui-lightbox-buttons .styled-link.gray {
  background: #a0a0a0;
  border: 1px solid #a0a0a0;
}

.ui-lightbox .ui-lightbox-container .ui-lightbox-content h1 {
  display: block;
  background: #d1cfd0;
  height: 65px;
  line-height: 65px;
  border: 1px solid #c3c3c3;
  padding-left: 49px;
  margin: -40px -50px 30px !important;
  font-size: 24px;
  color: #666;
  box-sizing: border-box;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}

.ui-lightbox .ui-lightbox-container .ui-lightbox-close {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 30px;
  height: 30px;
  z-index: 9999;
  line-height: 30px;
  text-align: center;
  font-size: 1px;
}

.ui-lightbox .ui-lightbox-container .ui-lightbox-close:before {
  overflow: hidden;
  line-height: 100px;
  vertical-align: middle;
}

.close:before {
  display: inline-block;
  font-size: 1px;
  line-height: 100px;
  overflow: hidden;
  content: "a";
  width: 15px;
  height: 15px;
  background: url("/images/layout/lightbox/close.png") left top no-repeat;
}

.close:hover:before {
  background-position: left bottom;
}

.ui-lightbox .ui-lightbox-container .ui-lightbox-close:hover:before {
  content: "b";
  background-position: left bottom;
}

.lightbox-prerendered-content {
  display: none !important;
}

.ui-lightbox-content td {
  text-align: left;
}

.ui-lightbox-content .option-box {
  text-align: left;
  padding-left: 30px;
}

.price-suggest .option-box {
  text-align: left;
  padding-left: 30px;
}

.ui-lightbox.ui-lightbox-has-scroll .ui-lightbox-container
.ui-lightbox-content .content-details {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 293px;
  padding-right: 0px;
}

.ui-lightbox.ui-lightbox-has-buttons .ui-lightbox-buttons {
  display: block;
  height: 40px;
  position: relative;
  left: initial;
  right: initial;
  bottom: initial;
  margin: 20px 50px 0;
  padding-bottom: 40px;
}

.styled-link {
  border: 1px solid #a0a0a0 !important;
}

#registration-view.content-container,
#login-view.content-container {
  padding-bottom: 20px;
}

.ui-lightbox .ui-lightbox-container {
  height: auto;
}

.ui-lightbox .ui-lightbox-container .ui-lightbox-content {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 40px 50px 25px;
}

.ui-lightbox-container #login-view,
.ui-lightbox-container #registration-view {
  height: auto !important;
}

#report-available-view.content-container {
  padding-bottom: 0 !important;
}

.ui-lightbox .ui-lightbox-container .ui-lightbox-content
.content-details.privacy-policy-content,
.ui-lightbox .ui-lightbox-container .ui-lightbox-content
.content-details.checkout-popup-notice-custom {
  margin: 0 0 20px;
  padding-right: 10px;
}

#report-available-confirm-view.content-container {
  padding-bottom: 80px;
}

/* END: Lightbox */
/* BEGIN: Scrollbox */
/*
	Custom scrollbars in webkit
	http://css-tricks.com/custom-scrollbars-in-webkit/
*/
[data-element="scrollbox"]::-webkit-scrollbar {
  width: 14px;
  background: #fff;
}

[data-element="scrollbox"]::-webkit-scrollbar:hover {
  background: #f2f2f2;
}

[data-element="scrollbox"]::-webkit-scrollbar-thumb {
  background: #cdcdcd;
  border: 2px solid transparent;
  background-clip: content-box;
}

[data-element="scrollbox"]::-webkit-scrollbar-button {
  display: none;
}

/* End: Scrollbox */
/* BEGIN: Country flags */
.country-flag > s, .country-flag > span > s {
  display: inline-block;
  width: 16px;
  height: 15px;
  background: url("/images/layout/country-flags.png") 100px center no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}

.country-flag [class*=" icon-"],
.country-flag [class^="icon-"] {
  margin-right: 5px;
}

.country-flag.country-ad s {
  background-position: -0px center;
}

.country-flag.country-ae s {
  background-position: -16px center;
}

.country-flag.country-af s {
  background-position: -32px center;
}

.country-flag.country-ag s {
  background-position: -48px center;
}

.country-flag.country-ai s {
  background-position: -64px center;
}

.country-flag.country-al s {
  background-position: -80px center;
}

.country-flag.country-am s {
  background-position: -96px center;
}

.country-flag.country-an s {
  background-position: -112px center;
}

.country-flag.country-ao s {
  background-position: -128px center;
}

.country-flag.country-aq s {
  background-position: -144px center;
}

.country-flag.country-ar s {
  background-position: -160px center;
}

.country-flag.country-as s {
  background-position: -176px center;
}

.country-flag.country-at s {
  background-position: -192px center;
}

.country-flag.country-au s {
  background-position: -208px center;
}

.country-flag.country-aw s {
  background-position: -224px center;
}

.country-flag.country-ax s {
  background-position: -240px center;
}

.country-flag.country-az s {
  background-position: -256px center;
}

.country-flag.country-ba s {
  background-position: -272px center;
}

.country-flag.country-bb s {
  background-position: -288px center;
}

.country-flag.country-bd s {
  background-position: -304px center;
}

.country-flag.country-be s {
  background-position: -320px center;
}

.country-flag.country-bf s {
  background-position: -336px center;
}

.country-flag.country-bg s {
  background-position: -352px center;
}

.country-flag.country-bh s {
  background-position: -368px center;
}

.country-flag.country-bi s {
  background-position: -384px center;
}

.country-flag.country-bj s {
  background-position: -400px center;
}

.country-flag.country-bl s {
  background-position: -416px center;
}

.country-flag.country-bm s {
  background-position: -432px center;
}

.country-flag.country-bn s {
  background-position: -448px center;
}

.country-flag.country-bo s {
  background-position: -464px center;
}

.country-flag.country-br s {
  background-position: -480px center;
}

.country-flag.country-bs s {
  background-position: -496px center;
}

.country-flag.country-bt s {
  background-position: -512px center;
}

.country-flag.country-bw s {
  background-position: -528px center;
}

.country-flag.country-by s {
  background-position: -544px center;
}

.country-flag.country-bz s {
  background-position: -560px center;
}

.country-flag.country-ca s {
  background-position: -576px center;
}

.country-flag.country-cd s {
  background-position: -592px center;
}

.country-flag.country-cf s {
  background-position: -608px center;
}

.country-flag.country-cg s {
  background-position: -624px center;
}

.country-flag.country-ch s {
  background-position: -640px center;
}

.country-flag.country-ci s {
  background-position: -656px center;
}

.country-flag.country-cl s {
  background-position: -672px center;
}

.country-flag.country-cm s {
  background-position: -688px center;
}

.country-flag.country-cn s {
  background-position: -704px center;
}

.country-flag.country-co s {
  background-position: -720px center;
}

.country-flag.country-cr s {
  background-position: -736px center;
}

.country-flag.country-cs s {
  background-position: -752px center;
}

.country-flag.country-cu s {
  background-position: -768px center;
}

.country-flag.country-cv s {
  background-position: -784px center;
}

.country-flag.country-cy s {
  background-position: -800px center;
}

.country-flag.country-cz s {
  background-position: -816px center;
}

.country-flag.country-de s {
  background-position: -832px center;
}

.country-flag.country-dj s {
  background-position: -848px center;
}

.country-flag.country-dk s {
  background-position: -864px center;
}

.country-flag.country-dm s {
  background-position: -880px center;
}

.country-flag.country-do s {
  background-position: -896px center;
}

.country-flag.country-dz s {
  background-position: -912px center;
}

.country-flag.country-ec s {
  background-position: -928px center;
}

.country-flag.country-ee s {
  background-position: -944px center;
}

.country-flag.country-eg s {
  background-position: -960px center;
}

.country-flag.country-eh s {
  background-position: -976px center;
}

.country-flag.country-er s {
  background-position: -992px center;
}

.country-flag.country-es s {
  background-position: -1008px center;
}

.country-flag.country-et s {
  background-position: -1024px center;
}

.country-flag.country-eu s {
  background-position: -1040px center;
}

.country-flag.country-fi s {
  background-position: -1056px center;
}

.country-flag.country-fj s {
  background-position: -1072px center;
}

.country-flag.country-fk s {
  background-position: -1088px center;
}

.country-flag.country-fm s {
  background-position: -1104px center;
}

.country-flag.country-fo s {
  background-position: -1120px center;
}

.country-flag.country-fr s {
  background-position: -1136px center;
}

.country-flag.country-ga s {
  background-position: -1152px center;
}

.country-flag.country-gb s {
  background-position: -1168px center;
}

.country-flag.country-gd s {
  background-position: -1184px center;
}

.country-flag.country-ge s {
  background-position: -1200px center;
}

.country-flag.country-gg s {
  background-position: -1216px center;
}

.country-flag.country-gh s {
  background-position: -1232px center;
}

.country-flag.country-gl s {
  background-position: -1248px center;
}

.country-flag.country-gm s {
  background-position: -1264px center;
}

.country-flag.country-gn s {
  background-position: -1280px center;
}

.country-flag.country-gq s {
  background-position: -1296px center;
}

.country-flag.country-gr s {
  background-position: -1312px center;
}

.country-flag.country-gs s {
  background-position: -1328px center;
}

.country-flag.country-gt s {
  background-position: -1344px center;
}

.country-flag.country-gu s {
  background-position: -1360px center;
}

.country-flag.country-gw s {
  background-position: -1376px center;
}

.country-flag.country-gy s {
  background-position: -1392px center;
}

.country-flag.country-hk s {
  background-position: -1408px center;
}

.country-flag.country-hn s {
  background-position: -1424px center;
}

.country-flag.country-hr s {
  background-position: -1440px center;
}

.country-flag.country-ht s {
  background-position: -1456px center;
}

.country-flag.country-hu s {
  background-position: -1472px center;
}

.country-flag.country-id s {
  background-position: -1488px center;
}

.country-flag.country-ie s {
  background-position: -1504px center;
}

.country-flag.country-il s {
  background-position: -1520px center;
}

.country-flag.country-im s {
  background-position: -1536px center;
}

.country-flag.country-in s {
  background-position: -1552px center;
}

.country-flag.country-iq s {
  background-position: -1568px center;
}

.country-flag.country-ir s {
  background-position: -1584px center;
}

.country-flag.country-is s {
  background-position: -1600px center;
}

.country-flag.country-it s {
  background-position: -1616px center;
}

.country-flag.country-je s {
  background-position: -1632px center;
}

.country-flag.country-jm s {
  background-position: -1648px center;
}

.country-flag.country-jo s {
  background-position: -1664px center;
}

.country-flag.country-jp s {
  background-position: -1680px center;
}

.country-flag.country-ke s {
  background-position: -1696px center;
}

.country-flag.country-kg s {
  background-position: -1712px center;
}

.country-flag.country-kh s {
  background-position: -1728px center;
}

.country-flag.country-ki s {
  background-position: -1744px center;
}

.country-flag.country-km s {
  background-position: -1760px center;
}

.country-flag.country-kn s {
  background-position: -1776px center;
}

.country-flag.country-kp s {
  background-position: -1792px center;
}

.country-flag.country-kr s {
  background-position: -1808px center;
}

.country-flag.country-kv s {
  background-position: -1824px center;
}

.country-flag.country-kw s {
  background-position: -1840px center;
}

.country-flag.country-ky s {
  background-position: -1856px center;
}

.country-flag.country-kz s {
  background-position: -1872px center;
}

.country-flag.country-la s {
  background-position: -1888px center;
}

.country-flag.country-lb s {
  background-position: -1904px center;
}

.country-flag.country-lc s {
  background-position: -1920px center;
}

.country-flag.country-li s {
  background-position: -1936px center;
}

.country-flag.country-lk s {
  background-position: -1952px center;
}

.country-flag.country-lr s {
  background-position: -1968px center;
}

.country-flag.country-ls s {
  background-position: -1984px center;
}

.country-flag.country-lt s {
  background-position: -2000px center;
}

.country-flag.country-lu s {
  background-position: -2016px center;
}

.country-flag.country-lv s {
  background-position: -2032px center;
}

.country-flag.country-ly s {
  background-position: -2048px center;
}

.country-flag.country-ma s {
  background-position: -2064px center;
}

.country-flag.country-mc s {
  background-position: -2080px center;
}

.country-flag.country-md s {
  background-position: -2096px center;
}

.country-flag.country-mg s {
  background-position: -2112px center;
}

.country-flag.country-mh s {
  background-position: -2128px center;
}

.country-flag.country-mk s {
  background-position: -2144px center;
}

.country-flag.country-ml s {
  background-position: -2160px center;
}

.country-flag.country-mm s {
  background-position: -2176px center;
}

.country-flag.country-mn s {
  background-position: -2192px center;
}

.country-flag.country-mo s {
  background-position: -2208px center;
}

.country-flag.country-mp s {
  background-position: -2224px center;
}

.country-flag.country-mr s {
  background-position: -2240px center;
}

.country-flag.country-ms s {
  background-position: -2256px center;
}

.country-flag.country-mt s {
  background-position: -2272px center;
}

.country-flag.country-mu s {
  background-position: -2288px center;
}

.country-flag.country-mv s {
  background-position: -2304px center;
}

.country-flag.country-mw s {
  background-position: -2320px center;
}

.country-flag.country-mx s {
  background-position: -2336px center;
}

.country-flag.country-my s {
  background-position: -2352px center;
}

.country-flag.country-mz s {
  background-position: -2368px center;
}

.country-flag.country-na s {
  background-position: -2384px center;
}

.country-flag.country-ne s {
  background-position: -2400px center;
}

.country-flag.country-nf s {
  background-position: -2416px center;
}

.country-flag.country-ng s {
  background-position: -2432px center;
}

.country-flag.country-ni s {
  background-position: -2448px center;
}

.country-flag.country-nl s {
  background-position: -2464px center;
}

.country-flag.country-no s {
  background-position: -2480px center;
}

.country-flag.country-np s {
  background-position: -2496px center;
}

.country-flag.country-nr s {
  background-position: -2512px center;
}

.country-flag.country-nz s {
  background-position: -2528px center;
}

.country-flag.country-om s {
  background-position: -2544px center;
}

.country-flag.country-pa s {
  background-position: -2560px center;
}

.country-flag.country-pe s {
  background-position: -2576px center;
}

.country-flag.country-pg s {
  background-position: -2592px center;
}

.country-flag.country-ph s {
  background-position: -2608px center;
}

.country-flag.country-pk s {
  background-position: -2624px center;
}

.country-flag.country-pl s {
  background-position: -2640px center;
}

.country-flag.country-pn s {
  background-position: -2656px center;
}

.country-flag.country-pr s {
  background-position: -2672px center;
}

.country-flag.country-ps s {
  background-position: -2688px center;
}

.country-flag.country-pt s {
  background-position: -2704px center;
}

.country-flag.country-pw s {
  background-position: -2720px center;
}

.country-flag.country-py s {
  background-position: -2736px center;
}

.country-flag.country-qa s {
  background-position: -2752px center;
}

.country-flag.country-ro s {
  background-position: -2768px center;
}

.country-flag.country-rs s {
  background-position: -2784px center;
}

.country-flag.country-ru s {
  background-position: -2800px center;
}

.country-flag.country-rw s {
  background-position: -2816px center;
}

.country-flag.country-sa s {
  background-position: -2832px center;
}

.country-flag.country-sb s {
  background-position: -2848px center;
}

.country-flag.country-sc s {
  background-position: -2864px center;
}

.country-flag.country-sd s {
  background-position: -2880px center;
}

.country-flag.country-se s {
  background-position: -2896px center;
}

.country-flag.country-sg s {
  background-position: -2912px center;
}

.country-flag.country-sh s {
  background-position: -2928px center;
}

.country-flag.country-si s {
  background-position: -2944px center;
}

.country-flag.country-sk s {
  background-position: -2960px center;
}

.country-flag.country-sl s {
  background-position: -2976px center;
}

.country-flag.country-sm s {
  background-position: -2992px center;
}

.country-flag.country-sn s {
  background-position: -3008px center;
}

.country-flag.country-so s {
  background-position: -3024px center;
}

.country-flag.country-sr s {
  background-position: -3040px center;
}

.country-flag.country-ss s {
  background-position: -3056px center;
}

.country-flag.country-st s {
  background-position: -3072px center;
}

.country-flag.country-sv s {
  background-position: -3088px center;
}

.country-flag.country-sy s {
  background-position: -3104px center;
}

.country-flag.country-sz s {
  background-position: -3120px center;
}

.country-flag.country-tc s {
  background-position: -3136px center;
}

.country-flag.country-td s {
  background-position: -3152px center;
}

.country-flag.country-tg s {
  background-position: -3168px center;
}

.country-flag.country-th s {
  background-position: -3184px center;
}

.country-flag.country-tj s {
  background-position: -3200px center;
}

.country-flag.country-tm s {
  background-position: -3216px center;
}

.country-flag.country-tn s {
  background-position: -3232px center;
}

.country-flag.country-to s {
  background-position: -3248px center;
}

.country-flag.country-tp s {
  background-position: -3264px center;
}

.country-flag.country-tr s {
  background-position: -3280px center;
}

.country-flag.country-tt s {
  background-position: -3296px center;
}

.country-flag.country-tv s {
  background-position: -3312px center;
}

.country-flag.country-tw s {
  background-position: -3328px center;
}

.country-flag.country-tz s {
  background-position: -3344px center;
}

.country-flag.country-ua s {
  background-position: -3360px center;
}

.country-flag.country-ug s {
  background-position: -3376px center;
}

.country-flag.country-us s {
  background-position: -3392px center;
}

.country-flag.country-uy s {
  background-position: -3408px center;
}

.country-flag.country-uz s {
  background-position: -3424px center;
}

.country-flag.country-va s {
  background-position: -3440px center;
}

.country-flag.country-vc s {
  background-position: -3456px center;
}

.country-flag.country-ve s {
  background-position: -3472px center;
}

.country-flag.country-vg s {
  background-position: -3488px center;
}

.country-flag.country-vi s {
  background-position: -3504px center;
}

.country-flag.country-vn s {
  background-position: -3520px center;
}

.country-flag.country-vu s {
  background-position: -3536px center;
}

.country-flag.country-ws s {
  background-position: -3552px center;
}

.country-flag.country-ye s {
  background-position: -3568px center;
}

.country-flag.country-za s {
  background-position: -3584px center;
}

.country-flag.country-zm s {
  background-position: -3600px center;
}

.country-flag.country-zw s {
  background-position: -3616px center;
}

/* END: Country Flags*/
/* BEGIN: Custom Phone Input */
.styled-phone-input {
  padding: 0px 0px 0px 80px;
  box-sizing: border-box;
  position: relative;
  left: 0px;
  top: 0px;
  height: 34px;
}

.styled-phone-input .styled-phone-dropdown-button {
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 34px;
  line-height: 32px;
  text-decoration: none;
  border: 1px solid #ccc;
  border-right: 0px;
  background: #ccc;
  text-align: right;
  padding: 0px 24px 0px 0px;
  color: #333;
  font-family: Arial;
  font-size: 16px;
}

.styled-phone-input .styled-phone-dropdown-button:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0px;
  display: block;
  width: 7px;
  height: 32px;
  background: url("/images/layout/select-arrow.png") center center no-repeat;
}

.styled-phone-input.no-dropdown .styled-phone-dropdown-button {
  cursor: default;
}

.styled-phone-input:not(.no-dropdown) .styled-phone-dropdown-button:hover,
.styled-phone-input.has-dropdown:not(.no-dropdown) .styled-phone-dropdown-button {
  background: #000;
  border: 1px solid #000;
  border-right: 0px;
  color: #fff;
}

.styled-phone-input .styled-phone-edit {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 34px;
  line-height: 32px;
  border: 1px solid #ccc;
  border-left: 0px;
  background: #fff;
  padding: 0px 2px;
  font-family: Arial;
  font-size: 16px;
}

.styled-phone-input .styled-phone-edit input {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  margin: 0px;
  padding: 0px 2px;
  border: 0px;
  background: #fff;
  color: #333;
  font-family: Arial;
  font-size: 16px;
  height: auto;
  line-height: normal;
  text-align: left;
  vertical-align: baseline;
}

.styled-phone-input .styled-phone-dropdown {
  box-sizing: border-box;
  display: none;
  position: absolute;
  left: 0px;
  top: 33px;
  width: 100%;
  max-height: 180px;
  border-top: 1px solid black;
  background: #fff;
  margin: 0px;
  padding: 3px;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.styled-phone-input.has-dropdown .styled-phone-dropdown {
  display: block;
}

.styled-phone-input .styled-phone-dropdown li {
  box-sizing: border-box;
  display: block;
  min-width: 100%;
  text-decoration: none;
  background: #fff;
  padding: 0px 8px;
  cursor: pointer;
  white-space: nowrap;
  overflow: visible;
  position: relative;
  left: 0px;
  top: 0px;
}

.styled-phone-input .styled-phone-dropdown li:hover {
  background: #e5e5e5;
}

.styled-phone-input .styled-phone-dropdown li > b {
  display: inline-block;
  font-family: Arial;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  color: #333;
}

.styled-phone-input .styled-phone-dropdown li > b:before {
  content: "(+" attr(data-value) ")";
  display: inline-block;
  width: 55px;
  vertical-align: baseline;
}

.styled-phone-input .styled-phone-dropdown li:after {
  content: "";
  position: absolute;
  width: 34px;
  height: 100%;
  right: -3px;
  top: 0px;
  background: url("/images/layout/select-shadow.png") right top repeat-y;
}

.styled-phone-input.error .styled-phone-dropdown-button {
  border: 1px solid #ff6600;
  border-right: 0px;
}

.styled-phone-input.error .styled-phone-edit {
  border: 1px solid #ff6600;
  border-left: 0px;
}

/* END: Custom Phone Input */
.styled-form input.error {
  border: 1px solid #f60;
}

.styled-form .chosen-container.error > a > span {
  border: 1px solid #f60;
  border-right: none;
}

.styled-form .chosen-container.error > a > div {
  border: 1px solid #f60;
  border-left: none;
}

.simple-select-styled {
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  box-sizing: border-box;
  margin-top: 5px;
  width: 100%;
  height: 34px;
  line-height: 34px;
  position: relative;
}

.simple-select-styled:before {
  content: attr(data-text);
  box-sizing: border-box;
  display: block;
  line-height: 32px;
  height: 32px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  padding-left: 4px;
  white-space: nowrap;
  overflow: hidden;
}

.simple-select-styled:after {
  background: #ccc url("/images/layout/pagination/down_arrow.gif") center 0px no-repeat;
  content: " ";
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: -1px;
  right: -1px;
  float: none;
  margin: 0;
}

.simple-select-styled:hover:after,
.simple-select-styled.has-dropdown:after {
  background-color: #666;
  content: "";
}

.styled-form .simple-select-styled ul {
  border: 1px solid #ccc;
  margin: 0;
  border-top: none;
  display: none;
  width: 100%;
  z-index: 9;
}

.simple-select-styled.has-dropdown ul {
  background-color: #fff;
  display: block;
  position: absolute;
  top: 33px;
  left: -1px;
  max-height: 390px;
  overflow: auto;
}

.styled-form .simple-select-styled ul li {
  line-height: 30px;
  padding: 0 4px;
  margin: 0;
}

.simple-select-styled ul li:hover {
  background-color: #eee;
}

.available-quantities-select:before {
  content: attr(data-value);
  border: 1px solid #ccc;
  width: 97px;
  height: 38px;
  right: 99px;
  position: relative;
  display: inline-block;
  /*padding: 4px 4px 2px;*/
  text-align: center;
  font-size: 16px;
}

.available-quantities-select:hover {
  background-color: #666;
}

.available-quantities-select {
  display: inline-block;
  background: url("/images/layout/pagination/down_arrow.gif") no-repeat scroll center 4px #ccc;
  cursor: pointer;
  line-height: 40px;
  width: 40px;
  height: 40px;
  margin-left: 96px;
  position: relative;
  vertical-align: middle;
}

.available-quantities-select ul li:hover {
  background-color: #eee;
}

.available-quantities-select ul li {
  background-color: #fff;
  padding: 2px 4px;
  text-align: left;
}

.available-quantities-select ul {
  z-index: 1;
  border: 1px solid #ccc;
  display: none;
  position: absolute;
  right: 0px;
  top: 40px;
  width: 138px;
}

.available-quantities-select.has-dropdown ul {
  display: block;
}

.product-button-wrapper {
  position: relative;
}

.in-cart, .in-cart > .product-button {
  float: left;
}

.in-cart {
  width: 40px;
  box-sizing: border-box;
}

.in-cart-scale,
.in-cart-spin {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.in-cart-scale > *,
.in-cart-spin > * {
  vertical-align: middle;
}

.in-cart-scale .quantity-input,
.in-cart-spin .quantity-input {
  display: inline-block;
}

.in-cart-scale .quantity-input .value,
.in-cart-spin .quantity-input input {
  text-align: center;
  float: left;
  width: 60px;
  font-size: 16px;
  color: #999;
  height: 38px;
  line-height: 38px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-right: none;
  border-left: none;
  vertical-align: middle;
  box-sizing: content-box;
  margin: 0;
  padding: 0;
  -moz-box-sizing: content-box;
}

.in-cart-scale .quantity-input .btn,
.in-cart-spin .quantity-input .btn {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  color: #999;
  background: #ccc;
  box-sizing: content-box;
  border: none;
  min-width: 0;
  border-radius: 0;
  padding: 0;
  transition: 0ms !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.in-cart-scale .quantity-input .btn:hover,
.in-cart-spin .quantity-input .btn:hover {
  border: none;
  background: #737b03 !important;
  box-shadow: none;
}

.in-cart-scale .quantity-input[data-fit-height] .value,
.in-cart-spin .quantity-input[data-fit-height] input {
  height: 32px;
  line-height: 32px;
}

.in-cart-scale .quantity-input[data-fit-height] .btn,
.in-cart-spin .quantity-input[data-fit-height] .btn {
  height: 34px;
  line-height: 30px;
}

.in-cart-scale .quantity-input[data-fit-height] .btn.plus,
.in-cart-spin .quantity-input[data-fit-height] .btn.plus {
  line-height: 34px;
}

.in-cart-scale .quantity-input .btn:hover,
.in-cart-spin .quantity-input .btn:hover {
  background-color: #333;
  color: #fff;
}

.in-cart-scale .quantity-input .btn.disabled,
.in-cart-spin .quantity-input .btn.disabled {
  box-sizing: border-box;
  background-color: #e6e6e6;
  text-decoration: none;
  color: #666;
  border: 1px solid #ccc;
}

.in-cart-scale .quantity-input .btn.disabled.minus, .in-cart-scale .quantity-input .btn.disabled.plus,
.in-cart-spin .quantity-input .btn.disabled.minus,
.in-cart-spin .quantity-input .btn.disabled.plus {
  border: 1px solid #ccc;
}

.in-cart-scale .quantity-input .btn.disabled.minus,
.in-cart-spin .quantity-input .btn.disabled.minus {
  border-right: none;
}

.in-cart-scale .quantity-input .btn.disabled.plus,
.in-cart-spin .quantity-input .btn.disabled.plus {
  border-left: none;
}

.in-cart-scale .quantity-input .btn.disabled.minus,
.in-cart-spin .quantity-input .btn.disabled.minus {
  border-right: 0px;
}

.in-cart-scale .quantity-input .btn.disabled.plus,
.in-cart-spin .quantity-input .btn.disabled.plus {
  border-left: 0px;
}

.in-cart-scale .product-button,
.in-cart-spin .product-button {
  background-color: white;
  margin-bottom: 0;
  border-right: solid 1px white;
}

.sidebar-tree .tree-image {
  display: inline-block;
  padding: 5px;
  vertical-align: middle;
  width: 50px;
  height: 50px;
}

.sidebar-tree > li > .item-with-img > .count {
  top: 22px;
}

.sidebar-tree .show-head-image {
  background: url("/images/layout/sidebar/photo-icon.png") no-repeat top left;
  cursor: pointer;
  width: 14px;
  height: 11px;
  display: block;
  position: absolute;
  right: 2px;
  top: 9px;
  z-index: 9;
}

.very-important-news .content-details {
  border: 1px solid #ff7200;
  margin: 14px 0;
  padding: 6px;
  min-height: 60px;
}

.very-important-news .content-details img {
  float: left;
  margin: 6px 6px 0 0;
}

#content .very-important-news .content-details h2 {
  padding-top: 4px;
}

.very-important-news .content-details h2 {
  padding: 0;
  margin-bottom: 6px;
  font-size: 18px !important;
}

.very-important-news .content-details p {
  line-height: 18px;
  margin-left: 56px;
}

[data-element="rating"] {
  box-sizing: border-box;
  display: inline-block;
  height: 24px;
  max-width: 100px;
  padding: 5px;
}

[data-element="rating"] .rate-point {
  box-sizing: border-box;
  display: inline-block;
  min-width: 12px;
  height: 12px;
  line-height: 12px;
  border: 0px;
  margin: 0px;
  padding: 0px;
  background: url("/images/layout/1star.png") left top no-repeat;
  cursor: pointer;
}

[data-element="rating"]:hover {
  /*-webkit-box-shadow: 5px 10px 10px 10px rgba(223,223,223,1);*/
  /*-moz-box-shadow: 5px 10px 10px 10px rgba(223,223,223,1);*/
  box-shadow: 3px 3px 6px 1px #dfdfdf;
}

[data-element="rating"] .rate-point .rate-point {
  margin-left: 15px;
}

[data-element="rating"] .rate-point:hover,
[data-element="rating"] .rate-point.selected {
  background-position: left bottom;
}

.stars-view-rating {
  position: relative;
  display: inline-block;
  width: 72px;
  height: 12px;
  background-image: url("/images/layout/stars.png");
}

.stars-view-rating.only-one {
  width: 12px;
}

.stars-view-rating[data-rating="1"] {
  background-position: 0 -12px;
}

.stars-view-rating[data-rating="2"] {
  background-position: 0 -24px;
}

.stars-view-rating[data-rating="3"] {
  background-position: 0 -36px;
}

.stars-view-rating[data-rating="4"] {
  background-position: 0 -48px;
}

.stars-view-rating[data-rating="5"] {
  background-position: 0 -60px;
}

.stars-view-rating[data-rating="6"] {
  background-position: 0 -72px;
}

.stars-view-rating[data-rating="7"] {
  background-position: 0 -84px;
}

.stars-view-rating[data-rating="8"] {
  background-position: 0 -96px;
}

.stars-view-rating[data-rating="9"] {
  background-position: 0 -108px;
}

.stars-view-rating[data-rating="10"] {
  background-position: 0 -120px;
}

.stars-view-rating[data-rating="11"] {
  background-position: 0 -132px;
}

.stars-view-rating[data-rating="12"] {
  background-position: 0 -144px;
}

.stars-view-rating[data-rating="13"] {
  background-position: 0 -156px;
}

.stars-view-rating[data-rating="14"] {
  background-position: 0 -168px;
}

.stars-view-rating[data-rating="15"] {
  background-position: 0 -180px;
}

.stars-view-rating[data-rating="16"] {
  background-position: 0 -192px;
}

.stars-view-rating[data-rating="17"] {
  background-position: 0 -204px;
}

.stars-view-rating[data-rating="18"] {
  background-position: 0 -216px;
}

.stars-view-rating[data-rating="19"] {
  background-position: 0 -228px;
}

.stars-view-rating[data-rating="20"] {
  background-position: 0 -240px;
}

[data-element="rating"] #count {
  padding-left: 10px;
  color: #999933;
  font-weight: bold;
}

#content .pagination-wrapper {
  background-color: #f0f0f0;
  color: #999;
  font-size: 12px;
  line-height: 31px;
  height: 31px;
}

#content .pagination-wrapper a {
  text-decoration: none;
}

#content .pagination-wrapper .dropdown {
  cursor: pointer;
}

#content .pagination-wrapper .dropdown span.arrow {
  background: url("/images/layout/pagination/down_arrow.gif") no-repeat scroll right top transparent;
  display: block;
  line-height: 31px;
  width: 7px;
  height: 31px;
  position: absolute;
  right: 5px;
  top: 0;
}

#content .pagination-wrapper .dropdown:hover span.arrow,
#content .pagination-wrapper .dropdown.hover span.arrow {
  background-position: right -31px;
}

#content .pagination-wrapper .pageof {
  line-height: 31px;
  padding-left: 12px;
  height: 31px;
}

#content .pagination-wrapper .pageof .button-arrow {
  background-color: #dbdbdb;
  display: block;
  width: 27px;
  height: 100%;
  float: left;
  display: block;
  overflow: hidden;
  text-align: center;
}

#content .pagination-wrapper .pageof .button-arrow span {
  background: url(/images/layout/pagination/paginator_arrow.png) no-repeat;
  width: 5px;
  height: 9px;
  display: inline-block;
}

#content .pagination-wrapper .pageof .button-arrow.next span {
  background-position: -6px 0px;
}

#content .pagination-wrapper .pageof .button-arrow:hover {
  background-color: #333;
}

#content .pagination-wrapper-top .pageof .hide-arrow-next,
#content .pagination-wrapper-top .pageof .hide-arrow-prev,
#content .pagination-wrapper-top .pageof .hide-arrow-next:hover,
#content .pagination-wrapper-top .pageof .hide-arrow-prev:hover {
  background-color: #e6e6e6;
  cursor: default;
}

#content .pagination-wrapper .pageof > span {
  display: block;
  margin-right: 5px;
  float: left;
}

#content .pagination-wrapper .pageof .current {
  color: #333;
  display: block;
  margin: 0 2px;
  /*padding: 0 23px 0 12px;*/
  padding: 0px 12px;
  float: left;
  position: relative;
  left: 0px;
  top: 0px;
}

#content .pagination-wrapper .pageof .current.dropdown {
  padding-left: 5px;
  padding-right: 15px;
}

#content .pagination-wrapper .right .dropdown {
  color: #999;
  display: block;
  margin-left: 5px;
  padding: 0 23px 0 6px;
  margin-left: 6px;
  margin-right: 12px;
  height: 31px;
  float: left;
  position: relative;
  left: 0px;
  top: 0px;
  min-width: 70px;
  white-space: nowrap;
}

#content .pagination-wrapper .pageof .dropdown:hover,
#content .pagination-wrapper .right .dropdown:hover,
#content .pagination-wrapper .pageof .dropdown.hover,
#content .pagination-wrapper .right .dropdown.hover {
  background-color: #22272b;
  color: #fff;
}

#content .pagination-wrapper .pageof-catalog .dropdown:hover {
  background-color: inherit;
  color: #333;
  cursor: default;
}

#content .pagination-wrapper .right .dropdown:hover,
#content .pagination-wrapper .right .dropdown.hover {
  color: #9c9d9f;
}

#content .pagination-wrapper .right .dropdown:hover span,
#content .pagination-wrapper .right .dropdown.hover span {
  color: #fff;
}

#content .pagination-wrapper .right .dropdown span {
  color: #333;
}

#content .pagination-wrapper .right .dropdown.unactive:hover {
  background-color: transparent;
  color: #999;
}

#content .pagination-wrapper .right .dropdown.unactive span {
  color: #999;
}

#content .pagination-wrapper .right .dropdown.unactive:hover span.arrow {
  background-position: top center;
}

#content .pagination-wrapper-bottom {
  text-align: center;
  margin-top: 40px;
  padding-right: 152px;
  position: relative;
  left: 0px;
  top: 0px;
}

#content .pagination-wrapper-bottom > a,
#content .pagination-wrapper-bottom .pagination-ellipsis-wrapper > a,
#content .pagination-wrapper-bottom .pagination-ellipsis-wrapper > .dropdown,
#content .pagination-wrapper-bottom .pagination-ellipsis-wrapper > .dots,
#content .pagination-wrapper-bottom .pagination-range-wrapper > a,
#content .pagination-wrapper-bottom .pagination-catalog-range-wrapper > a,
#content .pagination-wrapper-bottom .pagination-range-wrapper > .current {
  color: #333;
  display: inline-block;
  font-size: 14px;
  width: 30px;
  height: 31px;
}

#content .pagination-wrapper-bottom > a {
  background-color: #333;
}

#content .pagination-wrapper-bottom .pagination-ellipsis-wrapper > a:hover,
#content .pagination-wrapper-bottom .pagination-catalog-range-wrapper > a:hover,
#content .pagination-wrapper-bottom .pagination-range-wrapper > a:hover {
  background-color: #333;
  color: #fff;
}

#content .pagination-wrapper-bottom .pagination-ellipsis-wrapper > .dropdown:hover {
  background-color: #22272b;
}

#content .pagination-wrapper-bottom .pagination-range-wrapper > .current,
#content .pagination-wrapper-bottom .pagination-catalog-range-wrapper > .current,
#content .pagination-wrapper-bottom .pagination-catalog-range-wrapper > .current:hover,
#content .pagination-wrapper-bottom .pagination-range-wrapper > .current:hover {
  background-color: #fff;
  color: #aaa;
  cursor: default;
}

#content .pagination-wrapper-bottom .empty-page-block-prev {
  background-color: #F0F0F0;
  display: block;
  height: 31px;
  width: 152px;
  float: left;
}

#content .pagination-wrapper-bottom .empty-page-block-next {
  background-color: #F0F0F0;
  display: inline-block;
  height: 31px;
  top: 0px;
  right: 0px;
  padding: 0;
  position: absolute;
  width: 150px;
}

#content .pagination-wrapper-bottom .button-arrow {
  background: url(/images/layout/pagination/bottom_arrow_bg.png) no-repeat top center #fff;
  display: block;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 152px;
}

#content .pagination-wrapper-bottom .button-arrow:hover {
  text-decoration: underline;
}

#content .pagination-wrapper-bottom .prev {
  background-position: 0 0;
  float: left;
}

#content .pagination-wrapper-bottom .prev:hover {
  background-position: 0 -31px;
  float: left;
  color: #fff;
}

#content .pagination-wrapper-bottom .next {
  background-position: -152px 0;
  position: absolute;
  right: 0;
  top: 0;
}

#content .pagination-wrapper-bottom .next:hover {
  background-position: -152px -31px;
  color: #fff;
}

#content .dropdown .submenu, #content .page-list .submenu {
  background-color: #fff;
  display: none;
  position: absolute;
  left: 0;
  top: 31px;
  /*	min-width: 80px;*/
  overflow: hidden;
}

#content .dropdown.hover .submenu {
  display: block;
}

#content .dropdown .submenu li {
  line-height: 21px;
  border-top: 1px solid #e5e5e5;
}

#content .pagination-wrapper-bottom .dropdown .submenu li {
  width: 80px;
}

#content .dropdown .submenu li:first-child {
  border-top: none;
}

#content .dropdown .submenu li a {
  color: #333;
  display: block;
  font-size: 12px;
  text-align: center;
}

#content .dropdown .submenu li a:hover {
  background-color: #e5e5e5;
  font-size: 12px;
  font-weight: bold;
}

#content .dropdown .vertical-scroll {
  background-color: #f2f2f2;
  height: 109px;
  -ms-overflow-y: scroll;
  -ms-overflow-x: hidden;
  overflow-y: scroll;
  overflow-x: hidden;
}

#content .dropdown .vertical-scroll .selected a {
  background-color: #f2f2f2;
  color: #c2c2c2;
}

#content .dropdown .submenu .selected a:hover {
  font-weight: normal;
}

/*#content .left .dropdown .submenu,
#content .left .dropdown .submenu li,*/
#content .right .dropdown .submenu,
#content .right .dropdown .submenu li {
  width: 100%;
}

#content .pagination-wrapper-bottom .dropdown:hover {
  color: #fff;
}

#content .pagination-wrapper-bottom .dropdown .submenu {
  border-top: 1px solid #22272b;
}

#content .pagination-wrapper-bottom .dropdown .submenu.over {
  border-bottom: 1px solid #22272b;
  border-top: 1px solid #e6e6e6;
}

#content .pagination-wrapper-bottom .pagination-ellipsis-wrapper,
#content .pagination-wrapper-bottom .pagination-catalog-range-wrapper,
#content .pagination-wrapper-bottom .pagination-range-wrapper {
  display: inline-block;
  font: inherit;
}

#content .pagination-wrapper-bottom .pagination-ellipsis-wrapper.invisible {
  display: none;
}

#content .pagination-wrapper-bottom .hide-arrow {
  visibility: hidden;
}

#content .pagination-wrapper-top .page-list span {
  display: inline-block;
}

.breadcrumbs-wrapper {
  margin-bottom: 25px;
}

.breadcrumbs-wrapper .breadcrumbs {
  vertical-align: middle;
  display: table-cell;
  line-height: 15px;
  font-size: 11px;
  color: #c2c2c2;
  height: 25px;
}

.breadcrumbs-wrapper .breadcrumb {
  display: inline-block;
}

.breadcrumbs-wrapper .breadcrumb a {
  color: inherit;
}

.breadcrumbs-wrapper .breadcrumb .divider {
  background: url("/images/layout/bread_crumbs/arrow.gif") no-repeat 0 1px rgba(0, 0, 0, 0);
  display: inline-block;
  color: transparent;
  margin: 0 3px;
}

.product-price-wrapper .icon {
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  padding-left: 18px;
  height: 16px;
  margin-bottom: 8px;
}

.product-price-wrapper .icon-wrapper {
  text-align: right;
}

.icon-wrapper {
  display: initial !important;
  position: initial !important;
  vertical-align: initial !important;
}

.out-of-stock-ico {
  background: url(/images/layout/product/close.png) no-repeat;
}

.discontinued-ico {
  background: url(/images/layout/product/brick_icon.png) no-repeat;
}

.instock-ico {
  background: url(/images/layout/product/check_icon.png) no-repeat;
}

/* BEGIN: Cart Button */
.product-button {
  background-color: #879102;
  display: block;
  color: #fff;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  /*white-space: nowrap;*/
  overflow: hidden;
  font-size: 12px;
  /*margin-bottom: 6px;*/
  width: 180px;
  height: 40px;
  position: relative;
}

.product-button:first-line {
  font-size: 16px;
}

.product-button:before {
  background: url("/images/layout/product/button_ico.png") no-repeat scroll 0 0 #6d7503;
  border-right: #626903 solid 1px;
  content: "";
  display: inline-block;
  height: 40px;
  vertical-align: middle;
  width: 39px;
  float: left;
}

.product-button:after {
  border-right: #9ca61f solid 1px;
  content: "";
  position: absolute;
  left: 40px;
  top: 0;
  height: 40px;
  width: 0;
}

.product-button:hover {
  background-color: #737b03;
}

.product-button:hover:before {
  background-color: #5a6102;
  border-right-color: #515702;
}

.product-button:hover:after {
  border-right-color: #939c1c;
}

.in-cart .product-button {
  width: 40px;
}

.in-cart .product-button:before {
  background-position: -40px 0;
  background-color: #6d7503;
  border-right-color: #626903;
}

.in-cart .product-button:hover {
  background-color: #737b03;
}

.in-cart .product-button:hover:before {
  background-color: #5a6102;
  border-right-color: #515702;
}

.add-to-preorder .product-button:before {
  background-position: -80px 0;
  background-color: #7f92c9;
  border-right-color: #7283b5;
}

.add-to-preorder .product-button:hover {
  background-color: #7f92c9;
}

.add-to-preorder .product-button:hover:before {
  background-color: #6e82bb;
  border-right-color: #6357a8;
}

.add-to-preorder .product-button:after {
  border-right-color: #a9b9e9;
}

.add-to-preorder .product-button:hover:after {
  border-right-color: #99a8d4;
}

.in-preorder .product-button {
  background-color: #93a8e4;
}

.in-preorder .product-button:before {
  background: url(/images/layout/product/button_ico_inpreorder.png);
  background-color: #7f92c9;
  border-right-color: #7283b5;
}

.in-preorder .product-button:hover {
  background-color: #7f92c9;
}

.in-preorder .product-button:hover:before {
  background-color: #6e82bb;
  border-right-color: #6357a8;
}

.in-preorder .product-button:after {
  border-right-color: #a9b9e9;
}

.in-preorder .product-button:hover:after {
  border-right-color: #99a8d4;
}

.product-button.two-lines-title {
  line-height: 4px;
}

.product-button.two-lines-title:first-line {
  font-size: 15px;
  line-height: 26px;
}

.add-to-preorder .product-button,
.contact-manager .product-button,
.contact-manager-out-of-stock .product-button {
  background-color: #93a8e4;
}

.contact-manager .product-button:before,
.contact-manager-out-of-stock .product-button:before {
  background-position: -120px 0;
  background-color: #7f92c9;
  border-right-color: #7283b5;
}

.contact-manager .product-button:hover,
.contact-manager-out-of-stock .product-button:hover {
  background-color: #7f92c9;
}

.contact-manager .product-button:hover:before,
.contact-manager-out-of-stock .product-button:hover:before {
  background-color: #6e82bb;
  border-right-color: #6357a8;
}

.contact-manager .product-button:after,
.contact-manager-out-of-stock .product-button:after {
  border-right-color: #a9b9e9;
}

.contact-manager .product-button:hover:after,
.contact-manager-out-of-stock .product-button:hover:after {
  border-right-color: #99a8d4;
}

.analog .product-button {
  background-color: #a3a3a3;
}

.analog .product-button:before {
  background-position: -160px 0;
  background-color: #898888;
  border-right-color: #7b7a7a;
}

.analog .product-button:hover {
  background-color: #898888;
}

.analog .product-button:hover:before {
  background-color: #6f6f6f;
  border-right-color: #646464;
}

.analog .product-button:after {
  border-right-color: #b5b5b5;
}

.analog .product-button:hover:after {
  border-right-color: #a1a0a0;
}

.not-for-sale .product-button:before {
  background: none;
  border: none;
  display: none;
}

.not-for-sale .product-button:after {
  background: none;
  border: none;
  content: attr(data-title);
  display: block;
}

.product-list-wrapper .not-for-sale {
  width: 83px;
  float: right;
  margin-top: -17px;
  margin-right: 40px;
}

.not-for-sale span {
  color: #666;
  font-size: 12px;
  display: block;
  text-align: center;
}

.not-for-sale .product-button {
  background: url(/images/layout/product/not-for-sale-ico.png) no-repeat 0 0 transparent;
  display: inline-block;
  height: 83px;
  width: 83px;
}

.product-button[data-max="0"] {
  background-color: #7e7e7e;
  cursor: default;
}

.product-button[data-max="0"]:before {
  background-color: #666;
  border-right: #5b5b5b solid 1px;
}

.product-button[data-max="0"]:after {
  border-right: #939393 solid 1px;
}

/* END: Cart Button */
/* BEGIN: product list */
.product-list-wrapper {
  margin-top: 38px;
  margin-bottom: 50px;
}

.product-list-wrapper .main-info,
.product-list-wrapper .top {
  padding-bottom: 8px;
}

.product-list-wrapper .top {
  text-align: right;
}

.product-list-wrapper .top .price-block {
  display: inline-block;
}

.product-list-wrapper .main-info.whole-title h2 {
  font-size: 12px;
  font-weight: bold;
}

.product-list-wrapper .bottom {
  min-height: 75px;
}

.product-list-wrapper .brief {
  min-height: 1px;
}

.product-comparison {
  padding-top: 20px;
  display: inline-block;
  margin-right: 40px;
  color: #999999;
  font-size: 12px;
  cursor: pointer;
}

.product-comparison .title {
  display: none;
}

.product-comparison span:hover {
  color: #333;
}

.product-list-wrapper .wish-list-block {
  font-size: 12px;
  display: inline-block;
  position: relative;
}

.product-list-wrapper > li {
  border-top: 1px #cbcbcb dotted;
  position: relative;
  left: 0px;
  top: 0px;
  min-height: 185px;
}

.product-list-wrapper > li:first-child {
  border-top: none;
  padding-top: 0;
}

.product-list-wrapper > li.first-and-only {
  border-bottom: 1px #cbcbcb dotted;
}

.product-list-wrapper > li .product-image {
  width: 150px;
  height: 150px;
}

.product-list-wrapper > li .product-image-brief {
  width: 100px;
  height: 100px;
}

.product-list-wrapper > li .product-image {
  float: left;
  margin-top: 25px;
}

.product-list-wrapper > li .product-image-brief {
  float: left;
  margin-top: 20px;
}

.product-list-wrapper .product-info-wrapper {
  margin-right: 205px;
  overflow: hidden;
  padding: 25px 0 20px 15px;
}

.product-list-wrapper .styled-checkbox {
  font-size: 12px;
  color: #999;
}

.product-list-wrapper .styled-checkbox[data-selected] {
  text-decoration: underline;
  color: #666;
}

.product-list-wrapper .product-price-wrapper {
  color: #999;
  font-size: 14px;
  width: 185px;
  position: absolute;
  top: 25px;
  right: 0;
}

.product-price-wrapper .product-button-wrapper {
  text-align: right;
}

.product-price-wrapper .product-button {
  float: right;
}

.product-price-wrapper .in-cart > .product-button {
  float: none;
}

.product-list-wrapper .price .no-price {
  color: #555;
  font-size: 14px;
  height: 15px;
  overflow: hidden;
  text-align: right;
  white-space: nowrap;
}

.product-list-wrapper .product-price-wrapper .top > span {
  display: block;
}

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

.product-list-wrapper .price {
  /*.product-list-wrapper .product-price {*/
  color: #333;
  font-size: 24px;
  text-align: right;
}

.special-price {
  color: #f60;
  font-weight: bold;
}

.product-list-wrapper .old-price,
.product-list-wrapper .old-price > span {
  /*padding-top:10px;*/
  color: #666;
  font-size: 14px;
  text-decoration: line-through;
  text-align: right;
}

.product-list-wrapper .description {
  padding-right: 20px;
}

.product-list-wrapper .product-price > span {
  font-weight: normal;
  font-size: 12px;
  color: #333;
}

.product-list-wrapper h2 {
  color: #333;
  font-size: 20px;
  line-height: normal;
  display: inline;
}

.product-list-wrapper .product-title,
.product-tile-wrapper .product-title {
  position: relative;
  top: 0;
  left: 0;
  max-height: 48px;
  overflow: hidden;
}

.product-list-wrapper .product-title:before,
.product-tile-wrapper .product-title:before {
  content: " ";
  display: block;
  /*	background-color: red;*/
  float: right;
  width: 1019px;
  height: 20px;
}

.product-list-wrapper .product-info_title a {
  color: #333;
  text-decoration: none;
  font-size: 20px;
  line-height: normal;
}

.product-list-wrapper .product-info_title a:hover {
  text-decoration: underline;
}

.product-list-wrapper .additional {
  color: #ccc;
  font-size: 12px;
  line-height: 13px;
  margin-top: 12px;
}

.product-list-wrapper .additional span {
  padding-top: 1px;
}

.product-list-wrapper .additional .product-weight {
  background: url(/images/layout/product/weight.png) no-repeat;
  margin-left: 20px;
  padding-left: 16px;
}

.product-list-wrapper .additional .product-voltage {
  background: url(/images/layout/product/voltage.png) no-repeat;
  margin-left: 20px;
  padding-left: 16px;
}

.product-list-wrapper p {
  color: #333;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 7px;
}

.product-list-wrapper .shipping {
  background: url(/images/layout/product/shipping.png) no-repeat;
  color: #999;
  font-size: 12px;
  line-height: 19px;
  padding-left: 35px;
}

.product-list-wrapper .product-info-wrapper .bottom,
.product-list-wrapper .product-info-wrapper .top,
.product-tile-wrapper .product-info-wrapper .top {
  margin-right: -1019px;
}

.product-list-wrapper .product-desc {
  color: #333;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 7px;
  max-height: 48px;
  min-height: 16px;
  overflow: hidden;
  position: relative;
  left: 0px;
  top: 0px;
}

.product-list-wrapper .product-desc a {
  color: #333;
  text-decoration: none;
}

.product-list-wrapper .product-desc:before {
  content: " ";
  display: block;
  /*	background-color: red;*/
  float: right;
  width: 1019px;
  height: 30px;
}

.product-list-wrapper .product-desc.shade:after {
  position: absolute;
  width: 75px;
  height: 16px;
  top: 32px;
  right: 1019px;
}

.product-list-wrapper .product-title.shade:after,
.product-tile-wrapper .product-title.shade:after {
  width: 75px;
  height: 23px;
  top: 25px;
  right: 1019px;
}

.product-list-wrapper .product-desc p {
  /* hotfix */
  display: inline;
  margin-bottom: 0;
}

.analogue-link.small {
  display: none;
}

[data-analogue="on"] .analogue-link.small {
  display: inline-block;
  padding-top: 7px;
  color: #69f;
  font-size: 12px;
  white-space: nowrap;
}

/* END: product list */
/* BEGIN: product table */
.product-table .product-button {
  display: block;
  color: #fff;
  line-height: 22px;
  height: 22px;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
  font-size: 14px;
  width: 100px;
  margin: 0 auto;
}

.product-table .product-button:before {
  display: none;
}

.product-table .product-button:after {
  display: none;
}

.product-table .product-button.two-lines-title {
  font-size: 10px;
  line-height: 10px;
}

.product-table .product-button.two-lines-title:first-line {
  font-size: 11px;
  line-height: 11px;
}

.product-table .in-cart-scale .quantity-input,
.product-table .in-cart-spin .quantity-input {
  min-width: 102px;
}

.product-table .in-cart-scale .quantity-input .value,
.product-table .in-cart-spin .quantity-input input {
  width: 56px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}

.product-table .in-cart-scale .quantity-input .btn,
.product-table .in-cart-spin .quantity-input .btn {
  width: 22px;
  height: 22px;
  line-height: 20px;
  font-size: 16px;
}

.product-table .in-cart,
.product-table .icon-wrapper {
  display: none !important;
}

.product-table .not-for-sale .button-not-for-sale {
  display: none;
}

.product-table .not-for-sale span {
  font-size: 10px;
  color: #f60;
}

.product-table .not-for-sale {
  float: right;
  width: 100px;
  line-height: 12px;
  margin-top: 0;
}

.product-table tr {
  border-top: 1px dotted #CBCBCB;
  color: #666666;
  font-size: 14px;
}

.product-table .product {
  width: 70px;
  text-align: left;
  padding-left: 4px;
}

.product-table td {
  padding: 12px 0;
  vertical-align: top;
  line-height: 20px;
}

.product-table .name-cell {
  min-width: 240px;
}

.product-table .name-cell a {
  color: #333;
  text-decoration: none;
}

.product-table .name-cell a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.product-table .price-cell {
  width: 90px;
  text-align: right;
  padding-right: 8px;
}

.product-table .product-price {
  font-size: 14px;
}

.product-table .price .no-price {
  white-space: nowrap;
  display: inline-block;
  font-size: 11px;
}

.product-table .product-price > span {
  font-size: 0.8em;
}

.product-table .icon-cell {
  width: 20px;
}

.product-table .cart-cell {
  width: 120px;
}

.product-table .cart-cell .table-button-wrapper {
  position: relative;
  text-align: center;
}

.product-table .cart-cell .table-button-wrapper .only-in-stock {
  font-size: 0.8em;
}

.product-table .cart-cell .table-button-wrapper .only-in-stock div {
  margin-top: 0;
  margin-bottom: -1em;
}

.product-view-list .only-in-stock, .product-view-brief .only-in-stock {
  float: right;
}

.product-table .cart-cell .table-button-wrapper .in-cart-spin {
  width: 101px;
  margin: auto;
  text-align: center;
}

.product-table .cart-cell .table-button-wrapper {
  text-align: center;
}

.product-table .out-of-stock-ico {
  background: url(/images/layout/product/out_of_stock_grey.png) no-repeat;
  cursor: pointer;
  height: 11px;
}

.product-table .discounting-ico {
  background: url(/images/layout/product/discounting_grey.png) no-repeat;
  cursor: pointer;
  height: 12px;
}

.product-table .old-price {
  display: none;
}

.product-list-wrapper .product-price.special-price,
.product-table .special-price {
  color: #f60;
}

/* END: product table */
/* BEGIN: Cart Button (Product page) */
.product-page .product-button:hover {
  background-position: 0 0;
}

.product-page .button-preorder {
  background-position: 0 -92px;
}

.product-page .button-preorder:hover {
  background-position: 0 -138px;
}

.product-page .button-incart {
  background-position: -180px 0;
}

.product-page .button-incart:hover {
  background-position: -180px -46px;
}

.product-page .button-analog {
  background-position: -180px -92px;
}

.product-page .button-analog:hover {
  background-position: -180px -138px;
}

.product-page .product-page-right .product-button-wrapper {
  margin-top: 20px;
}

.product-page .product-button-wrapper .product-button {
  margin-bottom: 0;
}

.product-page .not-for-sale span {
  font-size: 14px;
}

.product-page .not-for-sale {
  width: 83px;
  float: none;
  margin-top: 0;
}

/* END: Cart Button (Product page) */
/* BEGIN: Product page */
.product-page .product-short-info-wrapper {
  margin-bottom: 65px;
}

.product-tile-wrapper .analogue-link.small,
.product-page .analogue-link.small {
  display: none;
}

.product-page.product-facet-ordering .product-short-info {
  border-top: 1px solid transparent;
  padding-top: 20px;
  margin-bottom: 130px;
}

.product-page .product-page-left {
  margin-right: 34px;
  width: 306px;
  height: 306px;
  float: left;
  position: relative;
  left: 0px;
  top: 0px;
}

.product-page .product-page-right {
  min-height: 342px;
  margin-left: 340px;
  position: relative;
  border-bottom: 1px solid #ccc;
  margin-bottom: 3px;
}

.product-page .product-page-right .product-web-prices a {
  font-size: 14px;
  white-space: normal;
}

.product-page .product-page-right .product-web-prices {
  position: absolute;
  left: 260px;
  top: 36px;
}

.product-page .product-page-right .product-web-prices .price-table th {
  padding-bottom: 7px;
}

.product-page .product-page-right .product-web-prices .price-table {
  padding: 25px 15px 15px;
  box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.25);
  display: none;
  background-color: white;
  text-align: center;
  z-index: 6;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #666;
}

.product-page .product-page-right .product-web-prices.hover .price-table {
  display: table;
}

.product-page .product-page-right .product-supplementary-block {
  position: absolute;
  left: 260px;
  top: 90px;
}

.product-page .product-page-right .product-supplementary-block .product-short-info {
  margin-bottom: 14px;
  display: block;
}

.product-page .show-main-image {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url(/images/layout/product/zoom.png);
  position: absolute;
  bottom: 5px;
  left: 5px;
}

.product-page .product-price {
  display: block;
  color: #333;
  font-size: 32px;
  font-weight: bold;
}

.product-page .product-price span {
  font-weight: normal;
  color: #333;
  font-size: 20px;
}

.product-page .special-price, .product-page .special-price span {
  color: #FF6600;
}

.product-page .product-id,
.product-page .product-weight,
.product-page .product-delivery,
.product-page .product-voltage {
  font-size: 12px;
  color: #999;
  margin-right: 13px;
}

.product-page .product-weight {
  background: url(/images/layout/product/weight.png) no-repeat;
  padding-left: 16px;
}

.product-page .product-voltage {
  background: url(/images/layout/product/voltage.png) no-repeat;
  padding-left: 16px;
}

.product-page .product-main-image {
  margin: 3px;
  width: 300px;
  height: 300px;
}

.product-page .product-delivery-wrapper {
  height: 70px;
}

.product-page .product-delivery .delivery-menu {
  display: none;
}

.product-page .product-delivery.hover .delivery-menu {
  display: block;
}

.product-page .product-delivery .delivery-calculator {
  background-color: #fff;
  position: absolute;
  right: 0;
  z-index: 11;
  display: none;
  box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.25);
}

.product-page .product-delivery.hover .delivery-calculator {
  display: block;
}

.product-page .product-delivery .elem-wrapper {
  margin-bottom: 10px;
}

.product-page .product-delivery .elem-wrapper.hide {
  display: none;
}

.product-page .product-delivery .service-wrapper {
  margin-bottom: 25px;
  line-height: 18px;
}

.product-page .product-delivery .service-wrapper h5 {
  color: #666;
}

.product-page .product-delivery .service-wrapper h5 > span {
  padding-left: 4px;
}

.product-page .product-delivery .styled-form {
  width: 581px;
}

.product-page .product-suggest-price {
  position: relative;
  display: inline-block;
  line-height: 25px;
  padding-right: 28px;
  padding-bottom: 30px;
}

.product-page .product-suggest-price .suggest-price-text {
  position: relative;
  border: 1px #bbb solid;
  color: #666;
  cursor: pointer;
  white-space: nowrap;
  line-height: 25px;
  display: inline-block;
  width: 220px;
  font-size: 12px;
  text-decoration: none;
  padding: 0px 30px 0px 48px;
  background: url("/images/layout/product/suggest-price.png") 6px center no-repeat;
}

.product-page .product-suggest-price .suggest-price-text .right {
  position: absolute;
  right: 0;
  top: 0;
  height: 25px;
  width: 25px;
  background-color: #bbb;
  font-size: 1px;
  text-align: center;
  line-height: 25px;
}

.product-page .product-suggest-price .suggest-price-text .sprite-arrow {
  height: 4px;
  width: 7px;
  background-position: 0 -12px;
  display: inline-block;
  vertical-align: middle;
}

.product-page .product-suggest-price .suggest-price-text:hover .right {
  background-color: #000;
}

.product-page .product-delivery {
  position: relative;
  display: inline-block;
  line-height: 25px;
  padding-bottom: 14px;
}

.product-page .product-delivery .min {
  background: url(/images/layout/product/shipping.png) 10px 6px no-repeat;
  padding: 0 30px 0 48px;
  height: 25px;
  overflow: hidden;
  border: 1px #bbb solid;
  color: #666;
  margin-right: 0;
  cursor: pointer;
  width: 220px;
  float: left;
  position: relative;
}

.product-page .product-delivery td.title {
  line-height: 18px;
  color: #666;
}

.product-page .close, .product-suggest-price .price-suggest .close {
  position: absolute;
  right: 6px;
  top: 4px;
  cursor: pointer;
}

.product-page .product-delivery .min.disable {
  cursor: default;
}

.fake-background,
.calculator-background {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 5;
}

.product-page .product-delivery .required {
  display: none;
}

.product-page .product-delivery table {
  table-layout: fixed;
  width: 580px;
  margin: 10px 0 20px 0;
}

.product-page .product-delivery td {
  padding: 10px 25px 0;
}

.product-page .product-delivery .min-delivery-description-wrapper * {
  display: none;
}

.product-page .product-delivery .min-delivery-description-wrapper.info-icon {
  margin: 6px;
  position: absolute;
  top: 0;
  right: -27px;
}

.product-page .product-delivery .delivery-service-and-cost {
  white-space: nowrap;
}

.product-page .product-delivery .right {
  position: absolute;
  right: 0;
  top: 0;
  height: 25px;
  width: 25px;
  background-color: #bbb;
  text-align: center;
}

.product-page .product-delivery .min:hover .right {
  background-color: #333;
}

.product-page .product-delivery .min.disable:hover .right {
  background-color: #bbb;
}

.product-page .product-delivery .delivery-service-and-cost span {
  margin-left: 3px;
}

.product-page .product-delivery .sprite-arrow {
  height: 4px;
  width: 7px;
  background-position: 0 -12px;
  display: inline-block;
  vertical-align: middle;
}

.product-page .product-weight {
  margin-top: 10px;
}

.product-page .product-weight strong {
  font-weight: bold;
}

.product-page .product-delivery-desc {
  color: #333;
  font-size: 12px;
  margin-top: 8px;
}

.product-page .product-delivery .msg-wrapper td {
  padding-top: 0;
}

.product-page .product-delivery #delivery-calculator-view .msg-warning {
  line-height: 20px;
  margin-top: 0;
}

.product-page .product-images {
  display: block;
  margin-top: 0;
  height: 85px;
  position: relative;
}

.product-page .product-images .product-image-container {
  /*padding-top: 13px;*/
  /*width: 444px;*/
  height: 72px;
  overflow: hidden;
  display: block;
}

.product-page .product-images[data-next="0"] .product-image-container:after {
  width: 0;
}

.product-page .product-images .product-image-container:after {
  height: 72px;
  right: 0;
  top: 0;
}

.product-page .product-images .prev-image,
.product-page .product-images .next-image {
  display: none;
}

.product-images.carousel[data-role="carousel"] .product-page .product-images {
  display: block;
}

.product-page .product-images .prev-image {
  left: -20px;
  top: 15%;
}

.product-page .product-images .next-image {
  right: -20px;
  top: 15%;
}

.product-full-info-wrapper {
  margin-bottom: 50px;
}

.product-page .product-info-menu {
  float: left;
  width: 26%;
  margin-right: 34px;
}

.product-page.product-facet-ordering .product-full-info-wrapper {
  margin-bottom: 80px;
}

.product-page.product-facet-ordering .product-info-menu {
  display: none;
}

.product-page .product-info-menu a,
.product-page .product-info-menu .last-menu-item {
  border-bottom: 1px dotted #ccc;
  color: #666;
  display: block;
  font-size: 14px;
  text-decoration: none;
  line-height: 39px;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 39px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.product-page .product-info-menu a:before {
  background: url(/images/layout/product/product_info_menu.png) left top no-repeat;
  content: "";
  display: block;
  float: left;
  width: 38px;
  height: 38px;
}

.product-page .product-info-menu a[data-target="video"]:before {
  background: url(/images/layout/product/product_info_menu.png) left top no-repeat;
  content: "";
  display: block;
  float: left;
  width: 38px;
  height: 38px;
}

.product-page .product-info-menu a > span {
  display: block;
  line-height: 37px;
  margin: 1px 0;
  padding-left: 50px;
  height: 37px;
  white-space: nowrap;
}

.product-page .product-info-menu a:first-child {
  border-top: 1px dotted #ccc;
  height: 41px;
  line-height: 41px;
}

.product-page .product-info-menu a:first-child > span {
  height: 37px;
  line-height: 37px;
}

.product-page .product-info-menu a[data-selected] {
  background: #fff;
  color: #990;
}

.product-page .product-info-menu a:hover > span {
  background-color: #f1f1f1;
  color: #333;
}

.product-page .analogue-link-image:hover {
  color: #333;
  cursor: pointer;
}

.product-page .product-info-menu a[data-target="overview"]:before {
  background-position: 0 0;
}

.product-page .product-info-menu a[data-target="specification"]:before {
  background-position: 0 -38px;
}

.product-page .product-info-menu a[data-target="delivery"]:before {
  background-position: 0 -76px;
}

.product-page .product-info-menu a[data-target="payment"]:before {
  background-position: 0 -114px;
}

.product-page .product-info-menu a[data-target="warranty"]:before {
  background-position: 0 -152px;
}

.product-page .product-info-menu a[data-target="analogue"]:before {
  background-position: 0 -190px;
}

.product-page .product-info-menu a[data-target="related"]:before {
  background-position: 0 -228px;
}

.product-page .product-info-menu a[data-target="video"]:before {
  background-position: 0 -380px;
}

.product-page .product-info-menu a[data-target="advices"]:before {
  background-position: 0 -266px;
}

.product-page .product-info-menu a[data-target="disqus_thread"]:before {
  background-position: 0 -304px;
}

.product-page .product-info-menu a[data-target="quality_levels"]:before {
  background-position: 0 -342px;
}

.product-page .product-info-menu a[data-target="overview"]:hover:before {
  background-position: -38px 0;
}

.product-page .product-info-menu a[data-target="video"]:hover:before {
  background-position: -38px -380px;
}

.product-page .product-info-menu a[data-target="specification"]:hover:before {
  background-position: -38px -38px;
}

.product-page .product-info-menu a[data-target="delivery"]:hover:before {
  background-position: -38px -76px;
}

.product-page .product-info-menu a[data-target="payment"]:hover:before {
  background-position: -38px -114px;
}

.product-page .product-info-menu a[data-target="warranty"]:hover:before {
  background-position: -38px -152px;
}

.product-page .product-info-menu a[data-target="analogue"]:hover:before {
  background-position: -38px -190px;
}

.product-page .product-info-menu a[data-target="related"]:hover:before {
  background-position: -38px -228px;
}

.product-page .product-info-menu a[data-target="advices"]:hover:before {
  background-position: -38px -266px;
}

.product-page .product-info-menu a[data-target="disqus_thread"]:hover:before {
  background-position: -38px -304px;
}

.product-page .product-info-menu a[data-target="quality_levels"]:hover:before {
  background-position: -38px -342px;
}

.product-page .product-info-menu a[data-selected][data-target="overview"]:before {
  background-position: -76px 0;
}

.product-page .product-info-menu a[data-selected][data-target="specification"]:before {
  background-position: -76px -38px;
}

.product-page .product-info-menu a[data-selected][data-target="delivery"]:before {
  background-position: -76px -76px;
}

.product-page .product-info-menu a[data-selected][data-target="payment"]:before {
  background-position: -76px -114px;
}

.product-page .product-info-menu a[data-selected][data-target="warranty"]:before {
  background-position: -76px -152px;
}

.product-page .product-info-menu a[data-selected][data-target="analogue"]:before {
  background-position: -76px -190px;
}

.product-page .product-info-menu a[data-selected][data-target="related"]:before {
  background-position: -76px -228px;
}

.product-page .product-info-menu a[data-selected][data-target="video"]:before {
  background-position: -76px -380px;
}

.product-page .product-info-menu a[data-selected][data-target="advices"]:before {
  background-position: -76px -266px;
}

.product-page .product-info-menu a[data-selected][data-target="disqus_thread"]:before {
  background-position: -76px -304px;
}

.product-page .product-info-menu a[data-selected][data-target="quality_levels"]:before {
  background-position: -76px -342px;
}

.product-page .product-full-info {
  padding-bottom: 30px;
  float: left;
  width: 68%;
  line-height: 16px;
  font-size: 12px;
}

.product-page.product-facet-ordering .product-full-info {
  margin-left: 0px;
}

.product-page .product-full-info [data-container] {
  display: block;
}

.product-page .product-full-info [data-container][data-hidden] {
  display: none;
}

.product-page .product-full-info .info-container-title h2 {
  color: #990;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0px 0px 12px 0px !important;
}

.product-page .product-full-info h2 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0px 10px 0px;
}

.product-page .product-full-info h3 {
  font: bold 14px Arial;
  padding-bottom: 5px;
  padding-top: 5px;
  color: #333;
}

.product-page .product-full-info h4 {
  font: bold 12px Arial;
  padding-bottom: 5px;
  padding-top: 5px;
  color: #333;
}

.product-page .product-full-info li strong {
  font-weight: bold;
}

.product-page .product-full-info strong {
  font-weight: bold;
}

.product-page .product-full-info li strong a {
  font-weight: bold;
}

.product-page .product-full-info strong a {
  font-weight: bold;
}

.product-page .product-full-info .info a {
  color: #3399cc;
}

.product-page .product-full-info p {
  font-size: 12px;
  color: #333;
  line-height: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.product-page .product-full-info h5 {
  font: bold 11px Arial;
  padding-bottom: 5px;
  padding-top: 5px;
  color: #333;
}

.product-page .product-full-info h5 strong {
  font: 20px Arial !important;
}

.product-page .product-full-info ol {
  padding-left: 0px;
  font-size: 12px;
  padding-top: 10px;
  color: #333;
  margin-bottom: 10px;
  margin-left: 55px;
}

.product-page .product-full-info ol > li {
  margin-bottom: 10px;
  line-height: 15px;
  list-style-type: decimal !important;
}

.product-page .product-full-info ol li ol {
  padding-top: 10px;
}

.product-page .product-full-info ul {
  padding-left: 0px;
  font-size: 12px;
  color: #333;
  margin-bottom: 10px;
  margin-left: 55px;
}

.product-page .product-full-info ul > li {
  line-height: 15px;
  list-style-type: initial;
}

.product-page .product-full-info ul li ul {
  margin-top: 5px;
  margin-bottom: 5px;
}

.product-page .product-full-info table {
  margin-top: 5px;
  width: 100%;
  margin-bottom: 5px;
}

.product-page .product-full-info table.specifications {
  width: 100%;
}

.product-page .product-full-info table tr th {
  background-color: #eee;
  font: bold 12px Arial;
  color: #333;
  padding: 7px 15px 7px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #dadada;
}

.product-page .product-full-info table tr td {
  border: 1px solid #eee;
  padding: 8px 15px 8px;
  font: 12px Arial;
  color: #333;
  vertical-align: middle;
}

.product-page .product-full-info table td.col1 {
  color: #8b8b8b;
  font-weight: bold;
  text-align: left;
}

.product-page .product-full-info table tr td.list ul {
  margin: 0 0 0 5px;
}

.product-page .product-full-info table tr td.list ul li {
  min-width: 150px;
  line-height: 22px;
  margin: 0;
  position: relative;
  list-style-type: none;
}

.product-page .product-full-info table tr td.list ul li:before {
  position: absolute;
  left: -10px;
  color: #b2b2b2;
}

.product-page .product-full-info .multicol {
  padding: 5px;
  float: left;
}

.product-page .product-full-info .end-multicol {
  clear: both;
}

.product-page .product-full-info .date {
  display: none;
}

.product-page .price-block {
  margin-top: 23px;
  position: relative;
  display: inline-block;
}

.product-tile-wrapper .price-block {
  height: auto;
  position: relative;
  margin-top: 0;
  display: inline-block;
}

.product-page .price-block .no-price {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 10px;
}

.product-page .product-short-info {
  color: #999;
  display: inline-block;
  font-size: 12px;
  position: relative;
  width: 250px;
}

.product-page .product-short-info a {
  color: #999;
}

.product-page .product-short-info a.chosen-single {
  color: #333;
}

.product-page .product-short-info .blue_link {
  color: #69f;
  font-size: 14px;
}

.product-page .product-short-info .top {
  margin-top: 20px;
}

.product-page .product-short-info .top > div:first-child {
  margin-bottom: 10px;
}

.product-page .product-short-info .bottom {
  margin-top: 25px;
  margin-bottom: 10px;
}

.product-page .product-short-info .analogue-link-image {
  background: url("/images/layout/product/analogues.png") no-repeat 0 0 transparent;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 25px;
}

.product-page .product-short-info .comparison,
.product-page .product-short-info .analogue-link-image {
  margin-right: 30px;
  display: inline-block;
  bottom: 24px;
  height: 24px;
}

.product-list-wrapper .product-suggest-price {
  margin-top: 5px;
  text-align: right;
}

.product-list-wrapper .product-suggest-price {
  display: block;
  position: relative;
}

.product-page .product-suggest-price .price-suggest, .product-list-wrapper .product-suggest-price .price-suggest {
  background-color: #fff;
  display: none;
  right: 0;
  top: 0px;
  position: absolute;
  min-width: 320px;
  z-index: 11;
  box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.25);
  text-align: left;
}

.product-page .product-suggest-price.hover .price-suggest, .product-list-wrapper .product-suggest-price.hover .price-suggest {
  display: block;
}

.product-page .product-suggest-price .price-suggest .popup, .product-list-wrapper .product-suggest-price .price-suggest .popup {
  padding: 25px;
}

.product-page .product-suggest-price .price-suggest tr.separator, .product-list-wrapper .product-suggest-price .price-suggest tr.separator {
  height: 40px;
}

.product-page .product-suggest-price .price-suggest td, .product-list-wrapper .product-suggest-price .price-suggest td {
  padding-left: 15px;
}

.product-page .product-suggest-price .price-suggest td:first-child, .product-list-wrapper .product-suggest-price .price-suggest td:first-child {
  padding-left: 0px;
  padding-right: 15px;
}

.product-page .product-suggest-price .price-suggest textarea, .product-list-wrapper .product-suggest-price .price-suggest textarea {
  resize: none;
  height: 168px;
}

.product-page .product-suggest-price .price-suggest .styled-phone-dropdown-button, .product-list-wrapper .product-suggest-price .price-suggest .styled-phone-dropdown-button {
  color: #333;
}

.product-page .product-suggest-price .price-suggest .styled-phone-dropdown-button:hover,
.product-page .product-suggest-price .price-suggest .styled-phone-input.has-dropdown .styled-phone-dropdown-button,
.product-list-wrapper .product-suggest-price .price-suggest .styled-phone-dropdown-button:hover,
.product-list-wrapper .product-suggest-price .price-suggest .styled-phone-input.has-dropdown .styled-phone-dropdown-button {
  color: #fff;
}

.product-page .product-suggest-price .price-suggest #SuggestPriceConfirm, .product-list-wrapper .product-suggest-price .price-suggest #SuggestPriceConfirm {
  padding: 25px;
}

.product-page .product-suggest-price .price-suggest .messengers p, .product-list-wrapper .product-suggest-price .price-suggest .messengers p {
  padding-top: 10px;
}

.product-page .product-suggest-price .price-suggest .messengers p:first-child, .product-list-wrapper .product-suggest-price .price-suggest .messengers p:first-child {
  padding-top: 0;
}

.product-suggest-price .price-suggest h2 {
  display: block;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
}

.product-suggest-price .price-suggest .form-summary {
  line-height: 16px;
}

.product-suggest-price .price-suggest .page-description {
  font-size: 16px;
}

.suggest-price-in-list {
  border-bottom: 1px dotted #990;
  color: #990;
  font-size: 12px;
  text-decoration: none;
  line-height: 18px;
}

.old-price {
  display: block;
  text-decoration: line-through;
  font-size: 16px;
  color: #666;
}

.product-page .social-buttons {
  overflow: hidden;
  max-height: 100px;
  width: 306px;
  margin: 8px 0px 0px 0px;
}

.product-page .social-buttons > * {
  vertical-align: top !important;
  margin-right: 8px !important;
}

.product-page .product-images .product-image-list {
  width: 9999px;
  height: 100%;
  margin-left: 0px;
}

.product-page .product-images .product-image-list img {
  margin: 0px 7px;
  width: 70px;
  height: 70px;
  border: solid 1px #dbdbdb;
  display: inline-block;
  vertical-align: bottom;
}

.product-page .product-images .product-image-list .first-child img {
  margin-left: 0;
}

.product-image-list > li {
  float: left;
}

.product-page .out-of-stock-ico,
.product-page .discontinued-ico,
.product-page .instock-ico {
  color: #999;
  font-size: 12px;
  padding-left: 20px;
  position: absolute;
  top: -20px;
  left: 0;
  height: 16px;
  line-height: 16px;
  min-width: 120px;
}

/* END: Product page */
.availability-in-stores {
  color: #999;
  margin-top: 5px;
  font-size: 12px;
}

.product-page .availability-in-stores .time-to-process {
  margin-top: 10px;
  line-height: 14px;
}

.product-page .availability-in-stores .time-to-process a {
  color: #39c;
}

.product-page .availability-in-stores {
  margin-bottom: 14px;
}

.availability-in-stores span {
  padding-left: 4px;
}

.availability-in-stores .info-icon {
  margin-left: 5px;
  vertical-align: middle;
}

.availability-in-stores .in-stock {
  color: #333;
  font-weight: bold;
}

/* BEGIN: Lightbox */
.lightbox {
  display: none;
}

.lightbox .lightbox-product-name {
  font-size: 12px;
  line-height: 12px;
  max-height: 24px;
  overflow: hidden;
  position: relative;
  padding-right: 10px;
}

.lightbox .lightbox-product-name:after {
  height: 24px;
  top: 1em;
}

.lightbox .lightbox-background {
  background: #000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  zoom: 1;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  z-index: 9999;
}

.lightbox .lightbox-content {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  background: #fff;
  padding: 35px 30px 30px;
  z-index: 10000;
  max-width: 800px;
}

.lightbox .lightbox-content img {
  width: 100%;
}

.lightbox .lightbox-content .close-button {
  display: block;
  top: 0;
  right: 10px;
  width: 15px;
  height: 15px;
  position: absolute;
  background: url("/images/layout/product/close.png") right top no-repeat;
  text-decoration: none;
  font-size: 1px;
}

.next-image, .prev-image {
  background: url(/images/layout/arrow/arrows.png) no-repeat;
}

.next-image, .prev-image {
  position: absolute;
  display: block;
  width: 25px;
  height: 40px;
  top: 35%;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
}

.lightbox .lightbox-content .prev-image {
  background-position: 0px 0px;
  left: 13px;
}

.carousel .prev-image {
  background-position: 0px 0px;
}

.carousel .prev-image:hover {
  background-position: 0px -40px;
}

.lightbox .lightbox-content .prev-image:hover {
  background-position: 0px -40px;
}

.lightbox .lightbox-content .next-image {
  background-position: -25px 0px;
}

.lightbox .lightbox-content .next-image {
  right: 13px;
}

.carousel .next-image {
  background-position: -25px 0px;
}

.carousel .next-image:hover {
  background-position: -25px -40px;
}

.lightbox .lightbox-content .next-image:hover {
  background-position: -25px -40px;
}

.lightbox .lightbox-content .indicator-wrapper {
  height: 25px;
  position: relative;
  display: table;
  width: 100%;
}

.lightbox .lightbox-content .full-size .pretty-link {
  display: inline-block;
  padding-left: 20px;
  font-size: 13px;
  height: 15px;
  background: url("/images/layout/product/view-full-size.gif") no-repeat 0 0;
}

.lightbox .lightbox-content .name {
  display: table-cell;
  vertical-align: bottom;
}

.lightbox .lightbox-content .full-size {
  display: table-cell;
  vertical-align: bottom;
  text-align: right;
}

.lightbox .lightbox-content .indicator {
  color: #999;
  text-align: center;
  line-height: 15px;
  font-size: 12px;
}

.lightbox .lightbox-content > div {
  font-size: 12px;
  color: #333;
  padding-top: 20px;
}

.lightbox .lightbox-content .lightbox-top {
  position: absolute;
  top: 10px;
  right: 0;
  padding: 0;
  width: 100%;
}

[data-show="only-parent-hover"] {
  display: none;
}

.lightbox .lightbox-content:hover > [data-show="only-parent-hover"] {
  display: block;
}

/* END: Lightbox */
.title-long-text-wrapper {
  margin-bottom: 20px;
  overflow: hidden;
}

.title-long-text-wrapper h1 {
  margin: 0;
  position: relative;
}

#cellphones .title-long-text-wrapper h1,
#spares .title-long-text-wrapper h1 {
  font-size: 20px;
  font-weight: bold;
}

.title-long-text-wrapper h1 .h1-button {
  background-image: none;
  color: #666;
  line-height: 16px;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  padding: 7px 10px;
  vertical-align: middle;
  text-decoration: none;
}

.title-long-text-wrapper .menu-page-h1 {
  float: left;
  margin: 0 40px 10px 0;
}

.title-long-text-wrapper .menu-page-buttons {
  float: left;
}

.title-long-text-wrapper h1 .all-products {
  background-color: #fafafa;
  border: 1px solid #aaa;
  padding: 6px 10px;
}

.title-long-text-wrapper h1 .all-products:hover {
  background-color: #eee;
}

.title-long-text-wrapper h1 .best-sellers {
  background-color: #1d77d2;
  color: #fff;
  margin-left: 20px;
}

.title-long-text-wrapper h1 .best-sellers:hover {
  background-color: #2391ff;
}

.title-long-text-wrapper h1 .new-products {
  background-color: #9966cc;
  color: #fff;
  margin-left: 20px;
}

.title-long-text-wrapper h1 .new-products:hover {
  background-color: #b783eb;
}

.title-long-text-wrapper h1 .shade {
  white-space: nowrap;
  font-size: 32px;
  font-weight: normal;
}

.title-long-text-wrapper h1 .shade:after {
  height: 36px;
}

.product-long-title h1 {
  margin-right: -1019px;
  /*max-height: 64px;*/
}

.product-long-title h1 .shade {
  white-space: normal;
}

.product-long-title h1 .shade:after {
  top: 32px;
  right: 1019px;
}

.product-long-title h1 .shade:before {
  content: "";
  display: block;
  float: right;
  height: 32px;
  width: 1019px;
}

.wish-list-block a .star {
  background-image: url("/images/layout/product/wish_list_star.png");
  font-size: 1px;
  line-height: 1px;
  width: 15px;
  height: 14px;
  left: 0;
  display: inline-block;
  vertical-align: top;
}

.wish-list-block.active a .star {
  background-position: -15px 0;
}

.wish-list-block.active .with-star {
  width: 17px;
  height: 12px;
}

.wish-list-block a {
  position: relative;
  line-height: 16px;
  color: #999;
  text-decoration: none;
}

.wish-list-block:hover a {
  color: #333;
}

.wish-list-block.active .in-wish-list {
  display: inline-block;
  padding-left: 0;
}

.price-reduction-block a .star {
  background-image: url("/images/layout/product/low_price.png");
  font-size: 1px;
  line-height: 1px;
  width: 15px;
  height: 14px;
  left: 0;
  display: inline-block;
  vertical-align: top;
}

.price-reduction-block:hover a .star {
  background-position: -15px 0;
}

.price-reduction-block a {
  position: relative;
  line-height: 16px;
  color: #999;
  text-decoration: none;
}

.price-reduction-block:hover a {
  color: #333;
}

#report-available-view td table {
  width: auto;
}

#report-available-view td td {
  vertical-align: top;
}

#report-available-view td td:first-child {
  padding-right: 15px;
  width: 110px;
}

#report-available-view td td a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  white-space: normal;
  vertical-align: top;
}

#report-available-view td td a:hover {
  text-decoration: underline;
}

#report-available-view .product-name.shade:after {
  bottom: 0;
  right: 0;
  height: 16px;
}

#report-available-view .product-name-wrapper {
  overflow: hidden;
  position: relative;
  height: 80px;
}

#report-available-view .product-name-wrapper.large {
  height: 125px;
}

#report-available-view td td .product-id {
  color: #333;
  display: block;
  font-size: 12px;
  margin-top: 10px;
}

#report-available-view td td .product-id span {
  color: #666;
}

#report-available-view td td a img {
  border: 1px solid #fafafa;
  margin-bottom: 0;
}

#report-available-view .waitlist-short-desc {
  color: #666;
  font-size: 12px;
  line-height: 16px;
}

#report-available-view form.styled-form.mini tbody td {
  padding-bottom: 9px;
}

.product-page .product-comparison {
  padding: 0;
}

.lightbox-bottom-buttons table {
  table-layout: auto;
  width: auto;
  float: right;
  margin-top: 30px;
}

.lightbox-bottom-buttons table button {
  width: 150px;
  padding-left: 15px;
  padding-right: 15px;
}

form.styled-form .lightbox-bottom-buttons tbody td {
  padding-left: 20px;
}

/* Product Labels */
.product-page .shipped-term-warning {
  color: #f60;
  font-size: 12px;
  margin: 14px 0;
}

.product-page .product-label,
.product-list-wrapper .product-label {
  background: no-repeat 0 0;
  display: block;
  width: 77px;
  height: 67px;
  position: absolute;
  top: -7px;
  left: -7px;
}

.product-list-wrapper .product-label {
  top: 18px;
}

:lang(en) .product-page .product-label-promo,
:lang(en) .product-list-wrapper .product-label-promo {
  background-image: url(/images/layout/product_labels/promo_en.png);
}

:lang(en) .product-page .product-label-latest,
:lang(en) .product-list-wrapper .product-label-latest {
  background-image: url(/images/layout/product_labels/latest_en.png);
}

:lang(en) .product-page .product-label-area51.product-label-area51,
:lang(en) .product-list-wrapper .product-label-area51.product-label-area51 {
  background-image: url(/images/layout/product_labels/area_en.png);
}

:lang(en) .product-page .product-label-promo.product-label-latest,
:lang(en) .product-list-wrapper .product-label-promo.product-label-latest {
  background-image: url(/images/layout/product_labels/promo-latest_en.png);
}

:lang(en) .product-page .product-label-area51.product-label-latest,
:lang(en) .product-list-wrapper .product-label-area51.product-label-latest {
  background-image: url(/images/layout/product_labels/area-latest_en.png);
}

:lang(es) .product-page .product-label-promo,
:lang(es) .product-list-wrapper .product-label-promo {
  background-image: url(/images/layout/product_labels/promo_es.png);
}

:lang(es) .product-page .product-label-latest,
:lang(es) .product-list-wrapper .product-label-latest {
  background-image: url(/images/layout/product_labels/latest_es.png);
}

:lang(es) .product-page .product-label-area51.product-label-area51,
:lang(es) .product-list-wrapper .product-label-area51.product-label-area51 {
  background-image: url(/images/layout/product_labels/area_es.png);
}

:lang(es) .product-page .product-label-promo.product-label-latest,
:lang(es) .product-list-wrapper .product-label-promo.product-label-latest {
  background-image: url(/images/layout/product_labels/promo-latest_es.png);
}

:lang(es) .product-page .product-label-area51.product-label-latest,
:lang(es) .product-list-wrapper .product-label-area51.product-label-latest {
  background-image: url(/images/layout/product_labels/area-latest_es.png);
}

:lang(ru) .product-page .product-label-promo,
:lang(ru) .product-list-wrapper .product-label-promo {
  background-image: url(/images/layout/product_labels/promo_ru.png);
}

:lang(ru) .product-page .product-label-latest,
:lang(ru) .product-list-wrapper .product-label-latest {
  background-image: url(/images/layout/product_labels/latest_ru.png);
}

:lang(ru) .product-page .product-label-area51.product-label-area51,
:lang(ru) .product-list-wrapper .product-label-area51.product-label-area51 {
  background-image: url(/images/layout/product_labels/area_ru.png);
}

:lang(ru) .product-page .product-label-promo.product-label-latest,
:lang(ru) .product-list-wrapper .product-label-promo.product-label-latest {
  background-image: url(/images/layout/product_labels/promo-latest_ru.png);
}

:lang(ru) .product-page .product-label-area51.product-label-latest,
:lang(ru) .product-list-wrapper .product-label-area51.product-label-latest {
  background-image: url(/images/layout/product_labels/area-latest_ru.png);
}

.product-page .product-label-gost {
  background-image: url(/images/layout/product_labels/gost-large.png);
  width: 115px;
  height: 114px;
  top: auto;
  left: auto;
  bottom: 5px;
  right: 5px;
}

.product-list-wrapper .product-label-gost {
  background-image: url(/images/layout/product_labels/gost.png);
  width: 44px;
  height: 44px;
  top: 131px;
  left: 106px;
}

.product-list-wrapper.product-view-brief .product-label-gost {
  top: 76px;
  left: 56px;
}

.product-label-additional .product-label {
  display: block;
  margin-top: 12px;
  margin-right: 2px;
  float: left;
  width: 98px;
  height: 20px;
  position: inherit;
  top: auto;
  left: auto;
}

.product-page .product-label-additional {
  margin-bottom: 14px;
  width: 100%;
  height: 32px;
}

:lang(en) .product-label-additional .product-label-free-shipping {
  background-image: url(/images/layout/product_labels/free-shipping_en.png);
}

:lang(en) .product-label-additional .product-label-bestseller {
  background-image: url(/images/layout/product_labels/bestseller_en.png);
}

:lang(es) .product-label-additional .product-label-free-shipping {
  background-image: url(/images/layout/product_labels/free-shipping_es.png);
}

:lang(es) .product-label-additional .product-label-bestseller {
  background-image: url(/images/layout/product_labels/bestseller_es.png);
}

:lang(ru) .product-label-additional .product-label-free-shipping {
  background-image: url(/images/layout/product_labels/free-shipping_ru.png);
  width: 136px;
}

:lang(ru) .product-label-additional .product-label-bestseller {
  background-image: url(/images/layout/product_labels/bestseller_ru.png);
}

/* End of Product Labels */
.product-page .product-full-info .opened {
  font: 21px Arial;
  color: #ffffff;
  width: 35px;
  height: 35px;
  background-color: #333333;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  position: relative;
  z-index: 10;
  /* for Firefox */
  /* for Safari и Chrome */
  box-sizing: border-box;
  /* for IE и Opera */
}

.product-page .product-full-info .closed {
  color: #666666;
  font: 21px Arial;
  width: 35px;
  height: 35px;
  background-color: #f0f0f0;
  border: 1px solid #cccccc;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  position: relative;
  z-index: 10;
  /* for Firefox */
  /* for Safari и Chrome */
  box-sizing: border-box;
  /* for IE и Opera */
}

.product-page .product-full-info .spoiler-body {
  display: none;
  padding-top: 15px;
  padding-left: 60px;
  padding-bottom: 15px;
}

.product-page .product-full-info .spoiler_title p {
  width: 720px;
  height: 35px;
  font: 15px Arial;
  border: 1px solid #cccccc;
  position: absolute;
  top: 0;
  z-index: 1;
  line-height: 35px;
  padding-left: 57px;
  /* for Firefox */
  /* for Safari и Chrome */
  box-sizing: border-box;
  /* for IE и Opera */
}

.product-page .product-full-info a.author {
  display: none;
}

.spoiler_wrap {
  width: 720px;
  height: auto;
  outline: 0px solid red;
  position: relative;
  margin-top: 10px;
}

.spoiler_wrap_first-child {
  margin-top: 35px;
}

.only-in-stock {
  color: #ecaa0d;
  font-size: 0.9em;
}

.only-in-stock div {
  margin-top: 0.5em;
}

.only-in-stock.red-text {
  color: #f00;
}

#content .content-information-wrapper table tr td {
  border: none;
}

.small-product-wrapper .shade:before {
  content: " ";
  display: block;
  float: right;
  height: 30px;
  width: 1019px;
}

.small-product-wrapper .shade:after {
  height: 23px;
  right: 1019px;
  width: 75px;
  top: 35px;
}

.small-product-wrapper .top {
  margin-bottom: 12px;
  margin-right: -1019px;
}

.small-product-wrapper .product-title {
  left: 0;
  max-height: 48px;
  overflow: hidden;
  position: relative;
  top: 0;
}

.small-product-wrapper .product-info-wrapper {
  margin-bottom: 5px;
  margin-right: 10px;
  max-height: 49px;
  padding-top: 0;
  margin-left: 82px;
  overflow: hidden;
}

.small-product-wrapper .product-imagetile-link {
  float: left;
  width: 70px;
  height: 70px;
}

.small-product-wrapper .product-imagetile-link img {
  width: 70px;
  height: 70px;
}

.product-page .product-full-info ul > li {
  list-style-type: disc;
  /* fix marker IE all */
}

/* Product combo */
#cart .product-combo-container {
  margin-top: 40px;
}

.product-combo-container .prev-image,
.product-combo-container .next-image {
  top: 40%;
}

.product-combo-container .prev-image {
  background-position: 0 0;
  left: 0;
}

.product-combo-container .prev-image:hover {
  background-position: 0 -40px;
  left: 0;
}

.product-combo-container .next-image {
  background-position: -25px 0;
  right: 0;
}

.product-combo-container .next-image:hover {
  background-position: -25px -40px;
}

.product-combo-title {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.product-combo-wrapper {
  display: none;
  margin: 0 25px;
}

.product-combo-wrapper .left-col {
  width: auto;
  float: none;
  overflow: hidden;
}

.product-combo-wrapper .right-col {
  width: auto;
  height: auto;
  float: none;
}

.product-combo-products {
  width: 1960px;
  height: 172px;
}

.product-combo-products li {
  border: 1px solid #e5e5e5;
  margin-right: 35px;
  padding: 5px 10px 15px 10px;
  width: 90px;
  height: 150px;
  float: left;
  position: relative;
}

.product-combo-products li:last-child {
  margin-right: 0;
}

.product-combo-products li:after {
  background: url(/images/layout/product_combo/plus.png) no-repeat center;
  content: " ";
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 67px;
  right: -35px;
}

.product-combo-products li:last-child:after {
  display: none;
}

.product-combo-products li img {
  margin: 0 10px 5px 10px;
}

.product-combo-products .product-info-wrapper {
  margin-bottom: 10px;
}

.product-combo-products .product-title {
  font-size: 11px;
  line-height: 14px;
  height: 42px;
  overflow: hidden;
  position: relative;
}

#cart .product-combo-products .product-title {
  max-height: 42px;
}

.product-combo-products .product-title:before {
  background: url("/images/layout/product_combo/shade.png") repeat-x left bottom;
  content: " ";
  display: block;
  width: 100%;
  height: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.product-combo-products .product-title a {
  color: #333;
  text-decoration: none;
}

.product-combo-products .price-block {
  margin-top: 0;
}

.product-combo-products .old-price {
  font-size: 11px;
  line-height: 14px;
  height: 14px;
}

.product-combo-products .product-price {
  font-size: 12px;
  line-height: 16px;
  height: 16px;
}

.product-combo-products .product-price span {
  font-size: 12px;
  font-weight: bold;
}

.product-combo-indicator {
  margin-top: 25px;
  text-align: center;
}

.product-combo-indicator ul {
  line-height: 8px;
  word-spacing: 10px;
}

.product-combo-indicator li {
  background: url("/images/layout/product_combo/dots.png") no-repeat left top;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
  width: 8px;
  height: 8px;
}

.product-combo-indicator li:first-child {
  margin-left: 0;
}

.product-combo-indicator li.current {
  background-position: 0 -8px;
  cursor: default;
}

.product-combo-button-container {
  background: url("/images/layout/product_combo/equal.png") no-repeat left center;
  margin: 25px 20px 10px 0;
  padding-left: 33px;
  height: 25px;
}

.product-combo-button-container .product-price-wrapper {
  margin-top: 40px;
  margin-bottom: 20px;
}

.product-combo-button-container .product-price-wrapper,
.product-combo-button-container .product-button-wrapper {
  display: table-cell;
  height: 25px;
  vertical-align: middle;
}

.product-combo-button-container .price-block {
  margin-top: 0;
}

.product-combo-button-container .old-price,
.product-combo-button-container .product-price {
  display: inline-block;
}

.product-combo-button-container .old-price {
  font-size: 14px;
  line-height: 25px;
  padding-right: 10px;
}

.product-combo-button-container .product-price {
  font-size: 20px;
  line-height: 25px;
  padding-right: 30px;
}

.product-combo-button-container .product-price span {
  font-size: 18px;
  line-height: 25px;
}

.product-combo-button-container .product-button {
  font-size: 12px;
  line-height: 25px;
  width: 175px;
  height: 25px;
}

.product-combo-button-container .product-button::first-line {
  font-size: inherit;
}

.product-combo-button-container .product-button:before {
  background-size: cover;
  height: 25px;
  width: 24px;
}

.product-combo-button-container .product-button:after {
  left: 25px;
  height: 25px;
}

.product-combo-button-container .only-in-stock {
  margin-top: 0.5em;
  font-size: 0.75em;
}

.combo-cart-row .only-in-stock {
  margin-top: 0.5em;
}

.combo-cart-row td {
  background-color: #fdf8df;
  border-bottom: 1px dotted #fdf8df;
}

/*.combo-cart-row td:first-child {
	border-left: 1px solid #ffd54f !important;
}
.combo-cart-row td:last-child {
	border-right: 1px solid #ffd54f !important;
}*/
.combo-cart-row .shade:after {
  background: url(/images/layout/product_combo/desc_shad.png);
}

.combo-cart-row .quantity {
  border-left: none;
}

.combo-cart-row .quantity[rowspan],
.combo-cart-row .product-amount[rowspan],
.combo-cart-row .remove-product[rowspan] {
  border-bottom: 1px solid #ffd54f;
  vertical-align: top !important;
}

.combo-cart-row .price-cell-wrapper {
  border-right: 1px dotted #ccc;
}

.sortable-table .combo-cart-row td.price-cell-wrapper:last-child {
  border-left: 1px dotted #ccc !important;
}

.combo-cart-label {
  background: url(/images/layout/product_combo/combo.png) #ff6600 no-repeat 10px center;
  color: #fff;
  display: block;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  white-space: nowrap;
  margin: -34px -11px 11px -11px;
  padding-left: 32px;
  padding-right: 10px;
  height: 16px;
  position: relative;
  z-index: 9;
}

.combo-cart-first-row {
  border-top: 1px solid #ffd54f;
}

.combo-cart-last-row {
  border-bottom: 1px solid #ffd54f;
}

.combo-cart-first-row td {
  padding-top: 20px;
}

.product-combo-button-container .in-cart {
  width: 25px;
}

.product-combo-button-container .in-cart {
  width: 25px;
}

.product-combo-button-container .in-cart .product-button {
  width: 25px;
}

.product-combo-button-container .in-cart .product-button:before {
  background-position: -25px 0;
}

.product-combo-button-container .in-cart-spin .quantity-input .btn {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}

.product-combo-button-container .in-cart-spin .quantity-input input {
  width: 100px;
  font-size: 12px;
  height: 23px;
  line-height: 23px;
}

/* Combo in one line */
.combo-in-one-line.product-combo-wrapper {
  height: 172px;
}

.combo-in-one-line .clear-cols {
  clear: both;
}

.combo-in-one-line.product-combo-wrapper .left-col {
  float: left;
  overflow: hidden;
}

.combo-in-one-line.product-combo-wrapper .right-col {
  margin: 0 0 0 10px;
  width: 175px;
  height: 172px;
  float: left;
}

.combo-in-one-line .product-combo-button-container .old-price,
.combo-in-one-line .product-combo-button-container .product-price {
  display: block;
  padding-right: 0;
}

.combo-in-one-line .product-combo-button-container .product-price-wrapper {
  margin: 0;
}

.combo-in-one-line .product-combo-button-container .product-price-wrapper,
.combo-in-one-line .product-combo-button-container .product-button-wrapper {
  display: block;
  height: auto;
}

.combo-in-one-line .product-combo-button-container .product-price-wrapper {
  margin-top: 30px;
}

.combo-in-one-line .product-combo-button-container .product-button-wrapper {
  margin-top: 10px;
}

/* Combo on checkout page */
.combo-checkout-label-wrapper {
  color: #333;
  font-size: 12px;
  padding-left: 60px;
}

.combo-checkout-label {
  background: url(/images/layout/product_combo/combo_orange.png) no-repeat left center;
}

.combo-checkout-label, .combo-checkout-empty {
  padding-left: 20px;
}

.combo-checkout-row {
  background-color: #fdf8df;
}

@media (max-width: 1520px) and (min-width: 768px) {
  .product-page .product-short-info {
    max-width: 180px;
    width: 100%;
  }
  .product-page .product-page-right .product-supplementary-block {
    left: 200px;
  }
  .product-page .product-page-right .product-supplementary-block .product-short-info {
    max-width: 220px;
  }
  .product-page .product-comparison {
    margin-right: 0;
  }
}

.product-tile-wrapper > li {
  list-style-type: none !important;
  padding-left: 15px;
  margin-right: 15px;
  width: 172px;
  float: left;
  padding-top: 30px;
}

.product-tile-wrapper > li:first-child {
  border-left: none;
  padding-left: 15px;
}

.product-tile-wrapper > li .product-checkbox-wrapper {
  margin: 0px 0px 0.5em 0px;
}

.product-tile-wrapper .product-imagetile {
  display: inline-block;
  border: 1px solid #e5e5e5;
}

.product-tile-wrapper .product-price {
  color: #666;
  font-size: 16px;
  position: inherit;
}

.product-tile-wrapper .product-price.no-price {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 10px;
}

.product-tile-wrapper .product-price.special-price,
.product-tile-wrapper .product-price.special-price span {
  color: #f60;
}

.product-tile-wrapper .price {
  padding: 3px 0 3px;
  height: 34px;
}

.product-tile-wrapper .special-price {
  font-weight: normal;
  display: block;
}

.product-tile-wrapper .old-price {
  font-size: 12px;
  line-height: 12px;
}

.product-tile-wrapper .product-price span {
  font-size: 12px;
  color: #666;
}

.product-tile-wrapper .product-price-wrapper .left {
  display: inline-block;
  margin-right: 5px;
}

.product-tile-wrapper .product-price-wrapper .right {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  float: none;
}

.product-tile-wrapper .product-info-wrapper {
  padding: 10px 0 0;
  overflow: hidden;
}

.product-tile-wrapper .product-info-wrapper .top {
  height: 24px;
  margin-bottom: 12px;
}

.product-tile-wrapper .product-title.shade:after {
  top: 16px;
}

.product-tile-wrapper.compare .product-title.shade:after {
  top: 12px;
}

.product-tile-wrapper .product-title .product-title_text,
.product-tile-wrapper .product-title h2 {
  display: inline;
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  margin: 0 0 0;
  height: 24px;
  border: 0;
}

.product-tile-wrapper .product-title a {
  color: #333;
  line-height: 12px;
  text-decoration: none;
  /*font-weight: bold;*/
}

.product-tile-wrapper .product-title a:hover {
  text-decoration: underline;
}

.product-tile-wrapper .out-of-stock-ico {
  display: none;
  position: relative;
  bottom: inherit;
  left: inherit;
}

.product-tile-wrapper .product-price-wrapper .product-button {
  float: left;
}

.product-tile-wrapper .product-price-wrapper .product-button-wrapper {
  text-align: left;
}

.product-tile-wrapper .product-price-wrapper .product-button-wrapper .only-in-stock {
  display: none;
}

.product-tile-wrapper .product-price-wrapper .small-button .product-button {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 0;
  padding-left: 0;
  width: 40px;
  height: 40px;
  position: static;
  float: none;
}

.product-tile-wrapper .product-price-wrapper .small-button .product-button:after {
  border: none;
}

.product-tile-wrapper .product-title:before {
  height: 12px;
}

.product-page .product-full-info [data-container="analogues"] > h2 {
  margin-bottom: 14px;
}

.product-page .product-full-info .product-tile-wrapper {
  padding-left: 0;
}

/*
.product-page .product-full-info .product-tile-wrapper > li {
	list-style-type: none;
	margin-right: 12px;
	width: 136px;
	height: 291px;
	float: left;
}
*/
.product-tile-wrapper .product-table .in-cart-spin,
.product-tile-wrapper .product-table .in-cart-spin .quantity-input,
.product-tile-wrapper .in-cart-scale .quantity-input,
.product-tile-wrapper .in-cart-drop-down .available-quantities-select {
  float: none;
}

.product-tile-wrapper .not-for-sale .button-not-for-sale {
  display: none;
}

.product-tile-wrapper .not-for-sale span {
  font-size: 12px;
  color: #f60;
}

.product-tile-wrapper .not-for-sale {
  width: 100px;
  top: -55px;
  line-height: 12px;
  margin-top: 10px;
}

.product-tile-wrapper.compare {
  position: relative;
}

.product-tile-wrapper.compare .x-small {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.product-tile-wrapper .product-button-wrapper .icon {
  display: none;
}

.product-tile-wrapper .product-weight {
  font-size: 12px;
  color: #333;
  position: relative;
  top: -10px;
}

.product-tile-wrapper .without-buy-button .product-weight {
  top: 0px;
}

.product-tile-wrapper .product-price-wrapper .price-block .price-unavailable {
  height: 0;
}

.product-tile-wrapper .product-price-wrapper .product-table .not-for-sale {
  float: left;
  width: auto;
}

/*Sidebar*/
#content {
  min-height: 500px;
}

.search-form {
  width: 201px;
  margin-bottom: 5px;
}

.search-form button {
  width: 32px;
  height: 25px;
  border: none;
  background: url(/images/layout/page/search.png);
  margin: 0;
  float: right;
  position: relative;
  left: -2px;
  top: 0px;
}

.search-form input {
  width: 155px;
  margin: 0;
  padding: 0 0 0 10px;
  height: 23px;
  border: solid 1px #dbdbdb;
  color: #999;
}

.h1-link {
  display: block;
  padding-bottom: 5px;
  text-decoration: none;
  color: #333;
}

ul.larger .h2-link {
  font-size: 16px;
}

.h2-link {
  font-size: 12px;
}

aside .h2-link:hover {
  color: #999900;
}

.hr {
  background: url(/images/layout/page/line.png);
  height: 1px;
  margin: 20px 0;
}

.big-image {
  margin: 5px 0px 20px 0;
  width: 585px;
}

#content-page .see-all-button {
  margin-top: 20px;
}

.ui-lightbox-content p, #content-info p, #content .page-description p {
  font-size: 14px;
  color: #666;
  line-height: 15px;
  margin: 10px 0;
}

#content-page .date {
  color: #999;
  font-size: 11px;
  margin: -12px 0 12px;
}

#content-page h2 a {
  color: #39c;
  text-decoration: none;
}

#content-page #inner-content h2 a:hover {
  color: #990;
}

#content-page .content-item .date {
  margin: 7px 0px;
}

.content-item .date-update {
  color: #e76200;
  margin-left: 10px;
  font-size: 11px;
}

.date-item.date-update {
  font-size: 12px;
  color: #e76200;
}

#content-page .content-item .description {
  margin: 7px 0px;
}

#content-page li.content-item {
  margin-bottom: 24px;
  position: relative;
}

#content-page .description {
  color: #666;
  font-size: 14px;
}

#content-page #inner-content .content-item > a {
  text-decoration: none;
  position: absolute;
  width: 100px;
  height: 100px;
  left: 0px;
  top: 0px;
  margin: 0px 12px 0px 0px;
}

#content-page #inner-content .content-item > a img {
  width: 100px;
  height: 100px;
  margin: 0px;
  vertical-align: top;
}

#content-page #inner-content .content-item > div {
  margin-left: 112px;
  min-height: 100px;
}

/* --- content page style --- */
.content-details p,
.page-description,
.page-description p,
.page-description p,
.ui-lightbox-content p {
  font-size: 14px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 20px;
  margin-bottom: 10px;
}

.page-description img,
#content .content-details img,
#content-info .page-description img,
.ui-lightbox-content img {
  margin-bottom: 15px;
}

.content-details a,
.page-description a,
#content-info .page-description a,
.ui-lightbox-content a {
  color: #3399cc;
  font-size: 14px;
  font-family: Arial;
}

#content .content-details h2,
#content .page-description h2,
#content-info .page-description h2,
.ui-lightbox-content h2 {
  font: 20px Arial;
  padding-top: 10px;
}

#content .content-details p strong,
#content .page-description p strong,
#content-info .page-description p strong,
.ui-lightbox-content p strong {
  font: bold 14px Arial;
}

#content .content-details ul,
#content .page-description ul,
#content-info .page-description ul,
.ui-lightbox-content ul {
  margin-left: 15px;
  margin-bottom: 10px;
}

#content .content-details ul li,
#content .page-description ul li,
#content-info .page-description ul li,
.ui-lightbox-content ul li {
  font: 14px Arial;
  list-style-type: disc;
  margin-left: 15px;
  line-height: 24px;
  color: #333;
}

#content .content-details ul li {
  list-style-type: disc;
  /* fix marker IE all */
}

#content .content-details ol,
#content .page-description ol,
#content-info .page-description ol,
.ui-lightbox-content ol {
  margin-left: 15px;
}

#content .content-details ol li,
#content .page-description ol li,
#content-info .page-description ol li,
.ui-lightbox-content ol li {
  list-style-type: decimal;
  margin-left: 15px;
  font: 14px Arial;
  line-height: 24px;
  color: #333;
}

#content .content-details ol li strong a,
#content .page-description ol li strong a,
#content-info .page-description ol li strong a,
.ui-lightbox-content ol li strong a {
  font-weight: bold;
}

#content .content-details h3,
#content .page-description h3,
#content-info .page-description h3,
.ui-lightbox-content h3 {
  font: 18px Arial !important;
  padding-top: 10px;
  margin-bottom: 10px;
}

#content .content-details table tr td {
  font: 13px Arial;
  color: #333;
}

#content .content-details .photo {
  padding-top: 5px;
}

#content .content-details #olzhycha img,
#content .content-details #poleva img,
#content .content-details #dnepr img,
#content .content-details #kharkov img {
  width: 600px;
  height: 433px;
}

#content .content-details .myButton {
  margin-top: -8px;
  margin-bottom: 35px;
  position: relative;
  top: -10px;
}

#content-page #inner-content a:hover {
  text-decoration: none;
}

.faq_block {
  margin-bottom: 30px;
}

.faq_style .faq_block img {
  margin-bottom: 0 !important;
}

.faq_style {
  padding-top: 15px;
}

#content .content-news-wrapper img {
  display: block;
  margin: 0 auto;
  padding: 15px;
}

#content .content-news-wrapper img.not-centered {
  display: inline;
  margin: 0;
  padding: 0;
}

.content-news-wrapper strong a {
  font-weight: bold !important;
}

.contact-to-manager-button {
  background-image: url("/images/layout/btn/buttons_call-to-boss.png");
  width: 364px;
  height: 64px;
  display: inline-block;
}

.content-articles-and-video-wrapper table {
  width: 100%;
}

.content-articles-and-video-wrapper table tr th {
  background-color: #eeeeee;
  font: bold 12px Arial;
  color: #333;
  padding: 7px 15px 7px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #DADADA;
}

.content-articles-and-video-wrapper table tr td {
  border: 1px solid #eee;
  padding: 8px 15px 8px;
  font: 12px Arial;
  color: #333;
  vertical-align: middle;
}

#block-for-after-inserted-products .product-tile-wrapper .product-button {
  color: #fff;
}

#block-for-after-inserted-products .product-tile-wrapper .product-button.two-lines-title {
  font-size: 10px;
  line-height: 10px;
}

#inner-content #block-for-after-inserted-products .product-tile-wrapper h2 {
  font-size: 10px;
}

#inner-content #block-for-after-inserted-products .product-tile-wrapper h2 a {
  color: #333;
  font-size: 12px;
}

#inner-content #block-for-after-inserted-products .product-tile-wrapper h2 a:hover {
  color: #333;
  text-decoration: underline;
}

#block-for-after-inserted-products ul.product-tile-wrapper li {
  line-height: 14px;
  height: 330px;
}

/* account */
#account-data-view .styled-form {
  width: 690px;
}

#account-data-view .styled-form table {
  table-layout: fixed;
  width: 100%;
}

#account-data-view .styled-form h2 {
  padding-bottom: 0;
  padding-top: 5px;
}

#account-data-view .styled-form > table {
  table-layout: fixed;
  width: 690px;
}

.add-more-link a {
  font-size: 12px;
  vertical-align: top;
}

#account-data-view .form-summary {
  margin: 0 0 13px;
}

.account-left-menu {
  margin-top: 5px;
}

.account-left-menu li a {
  position: relative;
}

.account-left-menu .-message-counter {
  min-width: 18px;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 18px;
}

.account-left-menu .-message-counter:after {
  content: none;
}

.account-left-menu .-message-counter i {
  display: block;
  line-height: 1;
  text-align: center;
  position: absolute;
  z-index: 3;
  background: #FF6F26;
  border-radius: 9px;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  top: 0;
  right: 0;
  border: 2px solid #FF6F26;
  min-width: 12px;
  padding: 1px;
}

.account-left-menu li ul {
  display: none;
  margin-bottom: 7px;
}

.account-left-menu li.active ul {
  display: block;
}

.account-left-menu li li {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  padding: 0 0 5px 10px;
}

.account-left-menu li li a {
  display: inline;
}

.account-left-menu .active > a,
.account-left-menu li a:hover {
  color: #990;
}

.left-menu * {
  border: 0px;
  padding: 0px;
  text-transform: none;
  background: transparent;
  line-height: normal;
}

.left-menu > ul > li {
  font-size: 14px;
  padding-left: 0;
}

.left-menu > ul > li:first-child a.active {
  border-top: 0px;
}

.left-menu > ul > li a {
  color: #666;
  border-bottom: 1px dotted #ccc !important;
  padding: 12px 0 !important;
  display: block;
  text-decoration: none;
}

.left-menu > ul > li a.active {
  border-top: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
  font-weight: bold;
  margin-top: -1px;
  color: #999900 !important;
}

.left-menu > ul > li:first-of-type a {
  border-top: none !important;
}

.left-menu > ul > li:last-of-type a {
  border-bottom: none !important;
}

.left-menu .facet-filter-block * {
  border: 0px !important;
  padding: 0px !important;
  text-transform: none !important;
  background: transparent !important;
  line-height: normal !important;
}

.left-menu > ul > li.facet-filter-block:first-child a.active {
  border-top: 0px !important;
}

.left-menu > ul > li.facet-filter-block a {
  color: #666;
  border-bottom: 1px dotted #ccc !important;
  padding: 12px 0 !important;
  display: block;
  text-decoration: none;
}

.left-menu > ul > li.facet-filter-block a.active {
  border-top: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
  font-weight: bold;
  margin-top: -1px;
  color: #999900 !important;
}

.account-left-menu > ul > li.active:first-child {
  border-top: 1px solid #fff;
}

.green-arrow, .account-left-menu > ul > li.has-children > a {
  background: url("/images/layout/arrow/account.png") no-repeat top right;
}

.account-left-menu > ul > li.has-children > a:hover {
  background-position: right -68px;
}

.account-left-menu > ul > li.has-children.active > a {
  background-position: right -102px;
}

/* BEGIN: Account Orders History */
#account-orders-history {
  position: relative;
  left: 0px;
  top: 0px;
}

#account-orders-history p {
  margin: 20px 0px;
}

#user_product_table_full .pagination-wrapper.pagination-wrapper-top .pagination-block-view-type,
#user_product_table_full .pagination-wrapper.pagination-wrapper-top .pagination-block-sorting,
#account-orders-history .pagination-wrapper.pagination-wrapper-top .pagination-block-view-type,
#account-orders-history .pagination-wrapper.pagination-wrapper-top .pagination-block-sorting {
  display: none;
}

#account-orders-history .pagination-wrapper.pagination-wrapper-top .pagination-block-ipp {
  margin-right: 0px;
}

#account-orders-history table {
  table-layout: auto;
  width: 100%;
  border-collapse: collapse;
  font-family: Arial;
  font-size: 14px;
  color: #000;
}

#account-orders-history td.order-number {
  min-width: 150px;
}

#account-orders-history table td a {
  color: #000;
  text-decoration: none;
}

#account-orders-history table td a:hover {
  text-decoration: underline;
}

#account-orders-history table thead td div {
  box-sizing: border-box;
  display: block;
  padding: 11px 6px;
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  position: relative;
  left: 0px;
  top: 0px;
}

#account-orders-history table:not(.without-sorting) thead td div {
  cursor: pointer;
}

#account-orders-history table:not(.without-sorting) thead [data-sorting]:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  background: url("/images/layout/arrow_black.png") -7px -14px no-repeat;
}

#account-orders-history table:not(.without-sorting) thead [data-sorting][data-value]:after {
  background-position: -7px 0px;
}

#account-orders-history table:not(.without-sorting) thead [data-sorting][data-value="desc"] {
  border-color: #ccc;
  background-color: #ccc;
}

#account-orders-history table:not(.without-sorting) thead [data-sorting][data-value="asc"] {
  border-color: #ccc;
  background-color: #ccc;
}

#account-orders-history table:not(.without-sorting) thead [data-sorting][data-value="asc"]:after {
  background-position: -21px -0px;
}

#account-orders-history table:not(.without-sorting) thead td div:hover,
#account-orders-history table:not(.without-sorting) thead [data-sorting][data-value]:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

#account-orders-history table:not(.without-sorting) thead td div:hover:after,
#account-orders-history table:not(.without-sorting) thead [data-sorting][data-value]:hover:after {
  background-position: -7px -21px;
}

#account-orders-history table:not(.without-sorting) thead [data-sorting][data-value="asc"]:hover:after {
  background-position: -21px -21px;
}

#account-orders-history table thead td div.status-list,
#account-orders-history table thead td div.status-list:hover {
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  position: relative;
  left: 0px;
  top: 0px;
}

#account-orders-history table thead td div.status-list > span {
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: -1px;
  width: 34px;
  background: #ccc url("/images/layout/select-arrow.png") center center no-repeat;
}

#account-orders-history table thead td div.status-list > span:hover,
#account-orders-history table thead td div.status-list.has-dropdown > span {
  background-color: #000;
}

#account-orders-history table thead td div.status-list > ul {
  display: none;
  background: #fff;
  border-top: 1px solid #000;
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  max-height: 200px;
  z-index: 9999;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

#account-orders-history table thead td div.status-list.has-dropdown > ul {
  display: block;
  overflow-y: auto;
}

#account-orders-history table thead td div.status-list > ul li {
  box-sizing: border-box;
  padding: 5px 6px;
}

#account-orders-history table thead td div.status-list > ul li:hover {
  background: #ececec;
}

#account-orders-history table thead td div.status-list > ul li[data-disabled] {
  color: #999;
}

#account-orders-history table tbody td {
  border: 1px dotted #ccc;
  padding: 11px 6px;
  vertical-align: top;
  text-align: left;
}

#account-orders-history table tbody tr:first-child td {
  border-top: 1px solid white;
}

#account-orders-history table tbody td:first-child {
  border-left: 0px;
  color: #333;
}

#account-orders-history table tbody td:last-child {
  border-right: 0px;
}

#account-orders-history .orders-search-no-results {
  display: none;
}

#account-orders-history [data-has-no-orders] .orders-search-no-results {
  display: block;
}

#account-orders-history [data-user-has-no-orders] .orders-search-no-results .search-link-clear {
  display: none;
}

#account-orders-history [data-has-no-orders] table {
  display: none;
}

#account-orders-history [data-has-no-orders] .pagination-wrapper {
  display: none;
}

#account-orders-history .order-serials-row .product-item td:first-child {
  width: 180px;
}

#account-orders-history .order-serials-row {
  padding: 0;
}

#account-orders-history .order-serials-row table tbody tr td {
  border: none;
  background-color: #F5F5F5;
}

#account-orders-history .order-serials-row .product-item td {
  white-space: normal;
}

#account-orders-history .order-serials-row .product-item tr:last-child td {
  border-bottom: 1px dotted #ccc;
}

#account-orders-history .order-serials-row tr:last-child .product-item tr:last-child td {
  border: none;
}

#account-orders-history table td:first-child {
  white-space: nowrap;
}

#account-orders-history table td a[name="show-serial-numbers"] {
  margin-left: 30px;
  display: inline-block;
}

#account-orders-history table td a.pretty-link {
  color: #3399cc;
  font-size: 13px;
  text-decoration: underline;
  cursor: pointer;
}

.delete-account {
  background: #F9F9F9;
  padding: 20px 25px;
  margin: 40px 34px 0 0;
  font-size: 12px;
}

.delete-account p, .delete-account a {
  line-height: 16px;
  font-size: 12px;
  color: #88939C;
}

.delete-account p {
  margin-bottom: 10px;
}

.delete-account a {
  text-decoration: none;
  white-space: normal;
  font-weight: bold !important;
}

.delete-account_btn {
  line-height: 18px;
  font-size: 12px;
  color: #000000;
  cursor: pointer;
  display: inline-block;
}

.ui-lightbox .delete-account-modal {
  padding-bottom: 10px;
}

.ui-lightbox .delete-account-modal button {
  display: inline-block;
  margin-right: 25px;
}

.ui-lightbox .delete-account-modal p {
  margin-bottom: 45px;
}

.ui-lightbox .delete-account-modal .cancel-btn {
  color: #3399CC;
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
  position: static;
  font-size: 14px;
  width: auto;
  height: auto;
  line-height: inherit;
  text-align: left;
}

.ui-lightbox .delete-account-modal .cancel-btn:hover:before {
  content: none;
}

.attachment-wrapper form {
  padding: 25px 30px 20px;
  margin-bottom: 30px;
  background-color: #f0f0f0;
}

.account-orders-history-wrapper .attachment-wrapper form {
  margin-bottom: 40px;
}

.attachment-wrapper form.dz-drag-hover {
  background-color: #eeffda;
}

.attachment-wrapper .attachment-label {
  font-size: 14px;
  color: #333333;
  line-height: 21px;
}

.account-orders-history-wrapper .attachment-wrapper .attachment-label {
  margin-bottom: 12px;
}

.attachment-wrapper .chosen-container {
  margin-top: 9px;
}

.attachment-wrapper .select-label {
  font-size: 12px;
  line-height: 28px;
}

.styled-form .account-orders-history-order-select input[type="text"] {
  display: block;
}

.attachment-wrapper .col-md-5 {
  width: 45%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 35px;
}

.account-orders-history-wrapper .attachment-wrapper .col-md-5 {
  width: 38.88888888%;
  padding-right: 40px;
}

.attachment-wrapper .col-md-7 {
  width: 61.11111112%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-top: 4px;
}

.attachment-wrapper .styled-form {
  width: 100%;
  display: table;
}

.attachment-wrapper .border-box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.attachment-wrapper .dropzone-clickable {
  border: 1px dashed #cccccc;
  padding: 19px;
  min-height: 88px;
  cursor: pointer;
  color: #333333;
}

.attachment-wrapper .dropzone-clickable .title {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  margin-top: -4px;
}

.attachment-wrapper .dropzone-clickable .description {
  font-size: 12px;
  line-height: 18px;
  color: #666666;
  margin-top: 1px;
}

.attachment-wrapper input[type="file"] {
  display: none;
}

.attachment-wrapper .upload-icon {
  width: 47px;
  height: 36px;
  background: url("/images/layout/order/upload.png") no-repeat top left;
  float: left;
}

.attachment-wrapper .dropzone-clickable:hover {
  border-color: #999933;
}

.attachment-wrapper .dropzone-clickable:hover .upload-icon {
  background-position: bottom left;
}

.attachment-wrapper .dropzone-clickable .dz-message {
  margin-left: 77px;
}

.account-orders-history-wrapper .attachment-wrapper .dropzone-previews {
  float: left;
}

.attachment-wrapper .dropzone-previews .dz-preview {
  display: block;
  font-size: 12px;
  line-height: 28px;
  margin-top: 20px;
  float: left;
}

.attachment-wrapper .dropzone-previews .dz-preview .dz-filename {
  background-color: #ffffff;
  border: 1px solid #d3d3d3;
  padding: 0 9px;
  display: table;
  font-weight: bold;
  margin: 0 20px 17px 0;
}

.attachment-wrapper .dropzone-previews .dz-preview .dz-filesize,
.attachment-wrapper .dropzone-previews .dz-preview .dz-filesize * {
  font-weight: normal !important;
}

.attachment-wrapper .dropzone-previews .dz-preview.dz-error .dz-filename {
  border-color: #ff3300;
}

.attachment-wrapper .dropzone-previews .file-remove {
  margin-left: 7px;
}

.attachment-wrapper .dropzone-previews .file-remove:before {
  content: "";
  overflow: hidden;
  line-height: 100px;
  font-size: 1px;
  vertical-align: middle;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/images/layout/order/cross.png) left top no-repeat;
  background-size: contain;
  cursor: pointer;
}

.attachment-wrapper .dropzone-previews .dz-error-message {
  color: #ff3300;
  font-size: 12px;
}

.account-orders-history-wrapper .attachment-wrapper .submit-container {
  float: right;
  margin: 20px 0 0 20px;
}

.attachment-wrapper .submit-container #send {
  padding: 10px 40px;
  display: none;
}

.attachment-wrapper .dropzone-previews #download-success {
  display: none;
  color: #999933;
  font-size: 12px;
  margin-top: 33px;
}

#order-attachment-open {
  display: inline-block;
  border: 1px dashed #999933;
  padding: 13px 43px 13px 19px;
  position: relative;
  margin-left: 50px;
  vertical-align: super;
  color: #3399cc;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}

#order-attachment-open:after {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 21px;
  background: url(/images/layout/order/add_invoice.png) left top no-repeat;
  top: 9px;
  right: 19px;
}

.order-details .attachment-wrapper {
  display: none;
}

.attachment-wrapper .col-md-4 {
  width: 30%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 35px;
}

.attachment-wrapper .col-md-3 {
  width: 25%;
  float: left;
  position: relative;
  min-height: 1px;
}

.order-details .attachment-wrapper .dropzone-previews .dz-preview {
  margin-top: 0;
  width: 100%;
}

.order-details .attachment-wrapper .dropzone-previews .dz-preview .dz-filename {
  margin: 0 20px 0 0;
}

.order-details .attachment-wrapper .dropzone-previews .dz-preview .dz-error-message {
  padding: 9px 0 8px 0;
}

.order-details .attachment-wrapper .submit-container {
  float: left;
}

.order-details .attachment-wrapper .cancel-container {
  float: right;
  line-height: 40px;
}

.order-details .attachment-wrapper .cancel-container #cancel-button {
  color: #3399cc;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}

.account-orders-history-wrapper .attachment-wrapper .chosen-results-title {
  display: none;
}

.rhac .attachment-open,
.rac .attachment-open {
  display: inline-block;
  border: 1px dashed #999933;
  padding: 13px 43px 13px 19px;
  position: relative;
  vertical-align: super;
  color: #3399cc;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}

.rac .attachment-open {
  margin-top: 25px;
}

.rhac .attachment-open:after,
.rac .attachment-open:after {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 21px;
  background: url(/images/layout/order/add_invoice.png) left top no-repeat;
  top: 9px;
  right: 19px;
}

.rhac .attachment-wrapper,
.rac .attachment-wrapper {
  display: none;
}

.rhac .attachment-wrapper .attachment-label,
.rac .attachment-wrapper .attachment-label {
  margin-bottom: 12px;
}

.rhac .attachment-wrapper .col-md-5 {
  width: 38.88888888%;
  padding-right: 40px;
}

.rac .attachment-wrapper {
  margin-top: 25px;
}

.rhac .attachment-wrapper .dropzone-previews .dz-preview,
.rac .attachment-wrapper .dropzone-previews .dz-preview {
  float: none;
}

.rhac .attachment-wrapper .submit-container {
  float: right;
  margin: 20px 0 0 20px;
}

.rac .attachment-wrapper {
  padding: 25px 30px 20px;
  margin-bottom: 30px;
  background-color: #f0f0f0;
}

.rac .cancel-container {
  margin-bottom: 10px;
}

.rac .cancel-container #cancel-button {
  color: #3399cc;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}

.rhac .errors li {
  color: #ff3300;
  font-size: 12px;
  margin-top: 10px;
}

.return-item-editor .file-delete {
  background-color: #ffffff;
  border: 1px solid #d3d3d3;
  padding: 0 9px;
  display: table;
  font-weight: bold;
  margin: 17px 20px 0 0;
  font-size: 12px;
  line-height: 28px;
}

.file-delete > a {
  margin-left: 7px;
  display: inline-block;
}

.file-delete > a:before {
  content: "";
  overflow: hidden;
  line-height: 100px;
  font-size: 1px;
  vertical-align: middle;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/images/layout/order/cross.png) left top no-repeat;
  background-size: contain;
  cursor: pointer;
}

.unified-product-table .file-delete {
  background-color: #ffffff;
  display: table;
  color: #6699ff;
  font-size: 12px;
  line-height: 24px;
  text-decoration: underline;
}

.rhac .return-product-id-wrapper {
  margin-top: 20px;
}

.file-item {
  margin-bottom: 20px;
}

/* END: Account Orders History */
#activation-panel-view #content .page-description.block-with-prices {
  display: table;
}

#activation-panel-view #content .page-description.block-with-prices > div {
  display: table-row;
}

#activation-panel-view #content .page-description.block-with-prices i {
  display: table-cell;
  padding-right: 10px;
  padding-bottom: 5px;
}

#activation-panel-view #content .page-description ul {
  margin-left: 4px;
}

#activation-panel-view #content .page-description ul li {
  margin-left: 0;
  list-style: none;
  line-height: 15px;
}

#activation-panel-view .balance-count {
  margin-bottom: 20px;
}

#activation-panel-view .balance-count span {
  font-weight: bold;
}

#activation-panel-view .horizontal-tabs {
  margin-bottom: 15px;
}

#activation-panel-view .page-description {
  color: #80808b;
  font-size: 14px;
  margin-top: 10px;
}

.horizontal-tabs {
  border-bottom: 1px solid #e0e0e0;
  color: #333;
  font-size: 16px;
  line-height: 30px;
  margin-left: 0;
  padding-left: 0;
}

.horizontal-tabs a {
  text-decoration: none;
  color: inherit;
}

.horizontal-tabs li.active a {
  cursor: default;
}

.horizontal-tabs li.active {
  background-color: #fff;
  color: #999900;
  cursor: default;
  border: 1px solid #ccc;
  /*border-bottom: 1px solid #fff;*/
  border-bottom: none;
}

.horizontal-tabs li {
  background-color: #eee;
  color: #666;
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  margin-right: 2px;
  position: relative;
  text-align: center;
  text-decoration: none;
  top: 1px;
  vertical-align: bottom;
  padding: 0 30px;
  cursor: pointer;
}

.horizontal-tabs li:hover {
  background-color: #333;
  color: #fff;
}

.horizontal-tabs li.active:hover {
  background-color: #fff;
  color: #999900;
}

/* BEGIN: Customer balance */
#customer-balance .sortable-table th[data-sort-order] {
  background-color: #F0F0F0;
}

#customer-balance .sortable-table th {
  cursor: default;
}

#customer-balance .sortable-table th:hover {
  background-color: #F0F0F0;
  color: black;
}

/* END: Customer balance  */
/* BEGIN: User preorder  */
#user_product_table_full td.image-cell,
#user_product_table_full td.id-cell {
  width: 80px;
}

#user_product_table_full td,
#product_availability_report td {
  vertical-align: middle;
}

#user_product_table_full .product-table td {
  padding: 11px 10px;
  line-height: 14px;
}

#user_product_table_full .product-table tbody td:last-child {
  border-left: 1px dotted #ccc;
}

#user_product_table_full td.remove-product,
#product_availability_report td.remove-product {
  width: 10px;
}

#user_product_table_full table .shade a,
#product_availability_report table .shade a {
  color: #333;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
}

#product_availability_report .product-title:before {
  background-color: transparent;
  content: "";
  display: block;
  float: right;
  height: 12px;
  width: 1019px;
}

#product_availability_report .product-title.shade:after {
  height: 1em;
  right: 1019px;
  top: 15px;
  width: 75px;
}

#user_product_table_full .product-title-wrapper,
#product_availability_report .product-title-wrapper {
  overflow: hidden;
}

#product_availability_report .product-title-container {
  margin-right: -1019px;
}

#product_availability_report .product-title {
  left: 0;
  max-height: 28px;
  overflow: hidden;
  position: relative;
  top: 0;
}

#user_product_table_full .product-table .old-price {
  display: block;
  color: #666;
  font-size: 12px;
  text-decoration: line-through;
}

/* END: User preorder  */
/* BEGIN: Delivery Addresses ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.address-block .address-block-form {
  display: none;
}

.address-block .address-block-form[data-expanded] {
  display: block;
}

/* END: Delivery Addresses ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
td.note {
  overflow: hidden;
  word-wrap: break-word;
  max-width: 600px;
}

#activation-panel-view .horizontal-tabs li {
  padding: 0;
  /* padding: 0 30px; */
}

#activation-panel-view .horizontal-tabs a {
  display: block;
  padding: 0 30px;
}

.prepaids-create-new-wrapper {
  margin: 20px 0px;
}

.prepaids-create-new-wrapper .styled-link {
  width: auto;
}

.prepaids-create-new-wrapper.bottom {
  text-align: right;
}

.prepaids-legend-wrapper {
  margin: 20px 0px;
}

.prepaids-legend-wrapper .prepaids-legent-item {
  margin: 14px 0px;
  padding: 4px 0px;
}

.prepaids-legend-wrapper .prepaids-legent-item .prepaid-item-processing,
.prepaids-legend-wrapper .prepaids-legent-item .prepaid-item-accepted,
.prepaids-legend-wrapper .prepaids-legent-item .prepaid-item-not-paid {
  padding: 4px 8px;
  margin-right: 8px;
  display: inline-block;
}

.prepaid-item-processing,
.prepaid-item-processing * {
  background: #fbf3c9;
}

.prepaid-item-accepted,
.prepaid-item-accepted * {
  background: #d5ebb7;
}

.prepaid-item-not-paid,
.prepaid-item-not-paid * {
  background: #fbbdb2;
}

#account-data-view .simple-select-styled,
#subscription-view .simple-select-styled {
  color: #333;
  font-size: 16px;
  line-height: 32px;
}

#account-data-view .simple-select-styled:before,
#subscription-view .simple-select-styled:before {
  padding-left: 8px;
}

#account-data-view .simple-select-styled ul li,
#subscription-view .simple-select-styled ul li {
  padding: 0 8px;
}

#account-data-view .multi-column-with-tip {
  position: relative;
}

#account-data-view .multi-column-with-tip .info-icon {
  position: absolute;
  right: -24px;
  top: 30px;
}

#subscription-view .preferred-languages {
  position: relative;
}

#subscription-view .preferred-languages label {
  display: block;
  width: 205px;
}

#subscription-view .preferred-languages .info-icon {
  position: absolute;
  left: 214px;
  top: 8px;
}

#subscription-view .simple-select-styled ul {
  margin-left: 0;
}

#subscription-view .simple-select-styled ul li {
  line-height: 30px;
  list-style-type: none;
  margin: 0;
}

/************** product returns ****************/
.product-returns h1 {
  margin-bottom: 30px;
}

.product-returns .styled-form {
  width: auto;
}

.product-returns form.styled-form tbody td {
  padding: 11px 10px;
}

.product-returns .unified-product-table {
  margin-bottom: 40px;
}

.product-returns .star-description {
  font-size: 13px;
}

.product-returns .star-description .star {
  padding-right: 8px;
}

.product-returns .return-item-editor {
  float: left;
  width: 445px;
  margin-bottom: 40px;
}

.product-returns .return-item-editor .return-reason {
  font-family: arial;
}

.product-returns .return-item-editor .buttons {
  margin-top: 50px;
}

.product-returns .return-item-editor .buttons a {
  margin-right: 60px;
  font-size: 14px;
  display: none;
}

.product-returns .return-item-editor a[data-action="clear-item"] {
  display: inline;
}

.product-returns [data-state="add-item"] .return-item-editor a[data-action="add-item"] {
  display: inline;
}

.product-returns [data-state="edit-item"] .return-item-editor a[data-action="edit-item"] {
  display: inline;
}

.product-returns .return-item-editor .buttons a:last-child {
  margin-right: 0;
}

.product-returns label {
  display: block;
  margin-top: 20px;
}

.product-returns .return-items-total .comment {
  width: 400px;
}

.product-returns .return-items-total > * {
  display: block;
  margin: 0 0 20px auto;
}

.product-returns .page-description p {
  color: #333;
  font-size: 14px;
  margin-bottom: 20px;
}

.product-returns .page-description .date {
  color: #666;
  font-size: 13px;
}

.product-returns .tracking {
  width: 440px;
  margin-top: 23px;
}

.product-returns .tracking-description {
  color: #333;
  margin-bottom: 45px;
}

.product-returns .information {
  margin: 45px 0 22px 0;
}

.product-returns .complete-tracking {
  margin-top: 50px;
}

.product-returns .complete-tracking td {
  padding: 5px 30px 5px 5px;
  color: #666;
  font-size: 13px;
}

.product-returns .complete-tracking td:last-child {
  color: #333;
  font-size: 14px;
}

.product-returns .return-details-total {
  margin-bottom: 30px;
  padding-top: 100px;
}

.product-returns .return-details-total button {
  margin-left: auto;
  display: block;
}

.product-returns .attention h3 {
  margin: 40px 0 20px 0;
  font-size: 16px;
  color: #f60;
}

.product-returns .create-again {
  margin-top: 75px;
}

.product-returns .attention p {
  padding-top: 15px;
}

.product-returns .sortable-table.success td:last-child {
  border-left: 1px dotted #ccc;
}

.return-history .sortable-table {
  table-layout: fixed;
  margin-top: 20px;
}

.return-history .sortable-table a {
  color: #000;
  text-decoration: none;
}

.product-returns .sortable-table .edit-link a.red {
  color: #EF4437;
  background-image: none;
  padding: 0;
}

.return-history .sortable-table a:hover {
  text-decoration: underline;
}

/************** product returns ****************/
.avp_info {
  padding-bottom: 10px;
}

.avp_info span {
  color: orange;
  font-weight: bold;
}

.avp_add {
  max-width: 600px;
}

.avp_add table {
  width: 100%;
  margin-bottom: 60px;
}

.avp_add td:first-child {
  padding-right: 20px;
}

.avp_add td {
  padding-top: 10px;
}

.avp .activate-correct {
  color: #73AD20;
  position: relative;
  padding-left: 30px;
}

.avp .activate-correct:before {
  content: ' ';
  width: 18px;
  height: 18px;
  background: url("/images/layout/form/msg-success.png") no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
}

.avp .activate-incorrect {
  color: #F25241;
  position: relative;
  padding-left: 30px;
}

.avp .activate-incorrect:before {
  content: ' ';
  width: 18px;
  height: 17px;
  background: url("/images/layout/form/msg-error.png") no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
}

.avp .btn-avp {
  float: right;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  padding: 4px 22px;
  background-color: #aaa;
  text-decoration: none;
}

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

#cart .cart-summary {
  margin-top: 34px;
}

#cart .cart-summary div {
  text-align: right;
  font-size: 12px;
  color: #666;
  margin-bottom: 7px;
}

#cart .cart-summary div.msg-error,
#cart .cart-summary div.msg-success,
#cart .cart-summary div.msg-warning {
  display: none;
  margin-top: 0;
  margin-bottom: 13px;
}

#cart .cart-summary .total-price span,
#cart .cart-summary .total-price i {
  font-weight: normal;
}

#cart .cart-summary .total-price {
  font-weight: bold;
  font-size: 16px;
  color: inherit;
  margin: 15px 0;
}

#cart .available-quantities-select:before,
.unified-product-table .available-quantities-select:before {
  content: attr(data-value);
  border: 1px solid #ccc;
  width: 70px;
  height: 14px;
  right: 80px;
  position: relative;
  display: inline-block;
  padding: 4px 4px 2px;
  text-align: center;
  font-size: 14px;
}

#cart .available-quantities-select:hover,
.unified-product-table .available-quantities-select:hover {
  background-color: #666;
}

#cart .available-quantities-select,
.unified-product-table .available-quantities-select {
  background: url("/images/layout/pagination/down_arrow.gif") no-repeat scroll center -4px #ccc;
  cursor: pointer;
  width: 20px;
  height: 22px;
  float: right;
  line-height: 14px;
  margin-left: 80px;
  margin-bottom: -5px;
  margin-top: -3px;
}

#cart .available-quantities-select ul li:hover,
.unified-product-table .available-quantities-select ul li:hover {
  background-color: #eee;
}

#cart .available-quantities-select ul li,
.unified-product-table .available-quantities-select ul li {
  background-color: #fff;
  padding: 2px 4px;
  text-align: left;
}

#cart .available-quantities-select ul,
.unified-product-table .available-quantities-select ul {
  z-index: 1;
  border: 1px solid #ccc;
  display: none;
  position: relative;
  right: 80px;
  top: -1px;
  width: 99px;
}

#cart .available-quantities-select.has-dropdown ul,
.unified-product-table .available-quantities-select.has-dropdown ul {
  display: block;
}

#cart table a:hover,
.unified-product-table table a:hover,
#activation-panel-list .shade a:hover {
  text-decoration: underline;
}

#cart table .shade a,
.unified-product-table table .shade a,
#activation-panel-list .shade a {
  color: #333;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
}

.unified-product-table thead th {
  white-space: nowrap;
}

#cart td,
.unified-product-table td {
  vertical-align: middle;
}

#cart td.preview,
.unified-product-table td.preview {
  width: 40px;
  text-align: center;
}

#cart td.remove-product,
.unified-product-table td.remove-product {
  max-width: 10px;
  position: relative;
}

.sortable-table td.remove-product a, .x-small {
  background: url("/images/layout/sidebar/x-small.png") no-repeat scroll left top transparent;
  display: inline-block;
  height: 10px;
  width: 10px;
}

.sortable-table .remove-product a:hover {
  background-position: 0 -10px;
}

#cart .product-title:before,
.unified-product-table .product-title:before {
  background-color: transparent;
  content: "";
  display: block;
  float: right;
  height: 12px;
  width: 1019px;
}

#cart .product-title.shade:after,
.unified-product-table .product-title.shade:after {
  height: 1em;
  right: 1019px;
  top: 16px;
  width: 75px;
}

#cart .product-title-wrapper,
.unified-product-table .product-title-wrapper {
  overflow: hidden;
}

#cart .product-title-container,
.unified-product-table .product-title-container {
  margin-right: -1019px;
}

#cart .product-title,
.unified-product-table .product-title {
  left: 0;
  max-height: 28px;
  overflow: hidden;
  position: relative;
  top: 0;
}

#cart .sortable-table tbody td:last-child,
.sortable-table tbody td.remove-product,
.unified-product-table .sortable-table tbody td:last-child {
  border-right: 0 none;
  border-left: 0 none;
}

.info-icon * {
  display: none;
}

.price-hint {
  width: 150px;
  table-layout: fixed;
  line-height: 15px;
}

.price-hint th {
  font-weight: bold;
}

#cart table .info-icon,
.unified-product-table table .info-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
}

#cart table .availability-in-stores,
.unified-product-table table .availability-in-stores {
  white-space: nowrap;
}

#cart table .availability-in-stores .info-icon,
.unified-product-table table .availability-in-stores .info-icon {
  top: 0;
}

#cart table .price-block,
.unified-product-table table .price-block {
  display: inline-block;
  margin-right: 3px;
}

#cart table .price-cell,
.unified-product-table table .price-cell {
  white-space: nowrap;
}

#cart table .product-price,
.unified-product-table table .product-price {
  color: #333;
  font-size: 12px;
}

#cart table .product-amount,
.unified-product-table table .product-amount {
  font-weight: bold;
  text-align: right;
}

#cart table .product-price span,
.unified-product-table table .product-price span {
  font-weight: normal;
  color: #333;
  font-size: 12px;
}

#cart table .old-price,
.unified-product-table table .old-price {
  color: #666;
  font-size: 12px;
  display: block;
  text-decoration: line-through;
}

#cart table .special-price,
#cart table .special-price span,
.unified-product-table table .special-price,
.unified-product-table table .special-price span {
  color: #FF6600;
}

#cart .in-cart .product-button,
.unified-product-table .in-cart .product-button {
  display: none;
}

#cart table a.btn:hover,
.unified-product-table table a.btn:hover {
  text-decoration: none;
}

#cart [data-max-count-exceeded] .remove-product a:hover,
.unified-product-table [data-max-count-exceeded] .remove-product a:hover {
  background-position: 0 0;
}

#cart [data-product-out-of-stock] .remove-product a,
.unified-product-table [data-product-out-of-stock] .remove-product a,
.unified-product-table [data-price-equal-zero] .remove-product a {
  background-image: url("/images/layout/sidebar/x-small-red.png");
}

#cart [data-max-count-exceeded] .quantity .quantity-input,
.unified-product-table [data-max-count-exceeded] .quantity .quantity-input,
.unified-product-table [data-price-equal-zero] .quantity .quantity-input {
  border: 1px solid red;
  box-sizing: border-box;
}

.basket_new_container {
  padding: 0 75px;
}

.basket_new_container ul li {
  list-style: none;
  width: 33%;
  display: inline-block;
  text-align: center;
  padding-top: 80px;
}

.basket_new_container ul li .basket_new_block {
  outline: 0px solid red;
  display: inline-block;
}

.basket_new_container ul li .basket_new_block .basket_block_img a {
  padding: 15px 20px 20px;
  background-color: #f8f8f8;
  display: block;
  outline: 0px solid red;
}

.basket_new_container ul li .basket_new_block .basket_block_title a {
  background-color: #aaaaaa;
  font: 18px Arial;
  color: #ffffff;
  margin: 0 !important;
  text-decoration: none;
  display: block;
  padding: 15px 15px;
}

.basket_new_container ul li .basket_new_block .basket_block_title a:hover {
  background-color: #3f4346;
}

/* Coupon --> */
#cart .coupon-wrapper {
  max-width: 500px;
}

#cart .coupon-wrapper .styled-form input {
  font-size: 14px;
  margin-top: 0;
  padding: 0 5px;
  width: 334px;
}

#cart .coupon-wrapper, #cart .coupon-wrapper div {
  text-align: center !important;
}

#cart .remove-coupon-wrapper {
  margin-top: 15px;
}

#cart a.remove-coupon {
  color: #39c;
  font-size: 12px;
}

#cart .coupon-best-discount-text {
  color: #999;
  font-size: 12px;
  line-height: 15px;
}

#cart .coupon-wrapper td {
  padding: 0;
}

#cart .coupon-wrapper form.styled-form {
  margin-bottom: 25px;
  width: auto;
}

#cart .coupon-wrapper form.styled-form a.pretty-link {
  line-height: 34px;
  margin-left: 20px;
  padding-bottom: 0;
  padding-top: 0;
  width: 145px;
  height: 34px;
}

#cart .coupon-wrapper form.styled-form a.pretty-link:hover {
  text-decoration: none;
}

#cart .coupon-wrapper form.styled-form table .field-wrapper {
  width: 204px;
}

#cart .cart-summary-row div.msg-error,
#cart .cart-summary-row div.msg-warning {
  margin-bottom: 34px;
}

#cart .styled-form .error-output {
  color: #f00;
  display: none;
  margin-top: 10px;
  width: 100%;
}

#cart .coupon-wrapper .coupon-used {
  color: #333;
  font-size: 14px;
}

#cart .coupon-wrapper .coupon-used strong {
  color: #333;
  font-weight: bold;
}

#cart .coupon-wrapper .coupon-desc {
  color: #333;
  font-size: 14px;
  line-height: 16px;
}

#cart span.has-branded-box {
  background-image: url("/images/layout/cart/branded_box.png");
  height: 11px;
  width: 12px;
  display: block;
  float: right;
  background-position: 0 11px;
}

#cart span.has-branded-box.active {
  background-position: 0 0;
}

#cart span.has-branded-box.inline {
  display: inline-block;
  float: none;
  position: relative;
  top: 2px;
}

#cart .branded-box-cart-wrap {
  margin-bottom: 15px;
  font-size: 12px;
  font-family: "Arial";
}

#cart .branded-box-cart-wrap p {
  margin-bottom: 15px;
}

#cart .cart-product-shipping-message {
  font-weight: normal;
  display: inline-block;
  margin-top: 3px;
}

#cart [data-element="confirm"] .confirmation-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  padding: 17px;
  z-index: 2;
  background-color: #fff;
}

#cart [data-element="confirm"] .button {
  font-size: 13px;
  width: 130px;
  white-space: nowrap;
  margin-bottom: 17px;
}

#cart [data-element="confirm"] .button:last-child {
  margin-bottom: 0;
}

#cart [data-element="confirm"] a.pretty-link {
  background: none;
  font-size: 13px;
  margin-top: 5px;
  cursor: pointer;
}

/*#cart [data-element="confirm"] .{*/
/* <-- Coupon */
@media (max-width: 1024px) {
  .basket_new_container ul li.basket_block_adap_1 {
    width: 49%;
  }
  .basket_new_container ul li.basket_block_adap_2 {
    width: 49%;
  }
  .basket_new_container ul li.basket_block_adap_3 {
    width: 99%;
    padding-top: 80px;
  }
}

@media (max-width: 760px) {
  .basket_new_container ul li.basket_block_adap_1 {
    width: 99%;
  }
  .basket_new_container ul li.basket_block_adap_2 {
    width: 99%;
  }
  .basket_new_container ul li.basket_block_adap_3 {
    width: 99%;
    padding-top: 80px;
  }
}

#cart .ck {
  display: block;
  padding: 0 20px;
}

#cart .product-combo-container-outer {
  margin-top: 40px;
}

#cart .cart-summary .cdc {
  width: 400px;
}

#cart .cart-summary .cdc .block-wrapper {
  padding: 25px 30px 35px;
}

#cart .cart-summary .cdc_success-text {
  font-size: 14px;
}

#cart .cart-summary .cdc .link-style {
  font-size: 14px;
}

#cart .cart-summary .cdc .d-flex {
  display: flex;
  margin-bottom: 0;
  text-align: initial;
}

#cart .cart-summary .cdc_single-title {
  color: #20262B;
}

#cart .cart-summary .cdc-c {
  margin-bottom: 0;
}

#cart .cart-summary .cdc-c .btn {
  text-align: center !important;
  margin-bottom: 0;
  font-size: 14px;
  height: auto !important;
  font-weight: 500;
  box-sizing: border-box;
}

#cart .cart-summary .cdc-c_field {
  margin-bottom: 0;
  font-size: 16px;
}

#cart .cart-summary .cdc-c_field input {
  box-sizing: border-box;
}

#cart .cart-summary .cdc-c_text {
  margin-bottom: 0;
}

#cart .cart-summary .cdc-b {
  margin-bottom: 0;
}

#cart .cart-summary .cdc-b .btn {
  text-align: center !important;
  margin-bottom: 0;
  font-size: 14px;
  width: 100% !important;
  min-width: 100px !important;
  height: auto !important;
  font-weight: 500;
  box-sizing: border-box;
}

#cart .cart-summary .oot {
  margin-bottom: 7px;
}

#cart .cart-summary .oot * {
  font-family: 'Roboto', sans-serif;
}

#cart .cart-summary .oot_caption {
  margin-bottom: 0;
  font-size: 16px;
  color: #000;
}

#cart .cart-summary .oot_caption span {
  font-size: 14px;
}

#cart .cart-summary .oot_caption-list {
  margin-bottom: 30px;
}

[data-checkout="container"] .clear {
  clear: none;
  display: block;
}

.checkout-button-next-wrapper {
  text-align: right;
  margin: 10px 0px 32px 0px;
}

/* Important news */
.checkout-news .checkout-news-item {
  padding: 0px 0px 16px 0px;
}

.checkout-news .checkout-news-item > h2 {
  color: #333;
  font-size: 16px;
  font-weight: normal;
  margin: 0px 0px 8px 116px;
}

.checkout-news .checkout-news-item > span {
  display: block;
  font-size: 11px;
  margin: 0px 0px 8px 116px;
  color: #999;
}

.checkout-news .checkout-news-item > img {
  width: 100px;
  height: 100px;
  float: left;
}

.checkout-news .checkout-news-item > div {
  margin: 0px 0px 0px 116px;
  color: #666;
  font-size: 12px;
}

.checkout-news .checkout-news-item:after {
  content: "";
  display: block;
  clear: both;
}

/* Gifts */
.checkout-gift-list {
  border: 1px solid #e5e5e5;
  margin: 0px 0px 32px 0px;
  position: relative;
}

.checkout-gift-list:after {
  content: "";
  display: block;
  clear: both;
}

.checkout-gift-list .gift-tabs table {
  margin-bottom: 0;
}

.checkout-gift-list .tabs {
  display: none;
}

.checkout-gift-list .gift-tabs table td, .checkout-gift-list .gift-tabs table th {
  /*border-style: dotted none none dotted;*/
  border-bottom: none;
}

.checkout-gift-list .gift-tabs > .tabs > .tabs-header {
  display: block;
  padding-bottom: 1px;
  border-color: #ccc;
  margin-bottom: 10px;
}

.checkout-gift-list .gift-tabs > .tabs > .tabs-header > ul > .tabs-header-separator {
  width: 1px;
}

.checkout-gift-list .gift-tabs > .tabs > .tabs-header > ul > .tabs-header-item .title {
  padding: 4px 30px 0;
  font-size: 21px;
  line-height: 43px;
}

.checkout-gift-list .gift-tabs > .tabs > .tabs-header > ul > .tabs-header-item .bottom-arrow {
  display: none;
}

.checkout-gift-list .gift-tabs > .tabs > .tabs-content .tabs > .tabs-header {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.checkout-gift-list .gift-tabs .tabs-content .tabs > .tabs-header > ul > .tabs-header-item.active .title {
  font-size: 14px;
  font-weight: bold;
}

.checkout-gift-list .gift-tabs .carousel-item-description {
  font-size: 14px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 18px;
  padding: 0 30px 20px 30px;
}

/* Delivery type */
.checkout-delivery-type {
  margin: 0px 0px 30px 0px;
}

.checkout-delivery-type .styled-checkbox {
  line-height: 28px;
  height: 28px;
  display: inline-block;
}

.checkout-delivery-services .styled-checkbox[data-element="radioitem"] {
  display: inline-block;
  line-height: 30px;
}

/* Delivery address */
.checkout-delivery-group {
  margin: 20px 0px 32px;
}

.checkout-address-form {
  width: auto;
}

.checkout-address-form:after {
  content: "";
  display: block;
}

.checkout-address-form .checkout-address-column {
  margin: 0px 32px 10px 0px;
  width: 440px;
  display: inline-block;
  vertical-align: top;
}

.checkout-address-form .checkout-address-column > div {
  padding: 0px 0px 13px 0px;
}

.checkout-address-form .checkout-address-column.last {
  margin-right: 0px;
}

.checkout-address-form .checkout-address-is-organization-wrapper,
.checkout-address-form .checkout-address-is-organization-placeholder {
  height: 32px;
  line-height: 32px;
}

.checkout-button-edit-address-wrapper {
  margin: 0px 0px 40px;
}

.checkout-button-edit-address-wrapper a {
  font-size: 14px;
}

/* Delivery: product list */
.checkout-product-list {
  margin: 12px 0px;
}

.checkout-product-list > li {
  padding: 8px;
}

.checkout-product-list > li > img {
  width: 30px;
  height: 30px;
  margin-right: 12px;
  float: left;
}

.checkout-product-list > li > h3 {
  color: #000;
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}

.checkout-product-list > li > span {
  display: inline-block;
  color: #999;
  font-size: 12px;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}

.checkout-product-list-total-weight {
  margin: 10px 0px 0px 0px;
  color: #666;
  font-size: 14px;
  line-height: normal;
}

.checkout-self-delivery .checkout-product-list-total-weight {
  margin: 0 0 30px 0;
}

#self-delivery-product-table .checkout-product-list-total-weight {
  margin-top: 10px;
  text-align: right;
}

.checkout-self-delivery .checkout-product-table {
  margin-top: 0;
}

.checkout-product-list-total-weight span {
  color: #000;
  margin: 0px;
  margin-right: 30px;
}

.checkout-product-list-total-weight a {
  color: #6699ff;
}

.checkout-product-list > li > span.product-id {
  width: 80px;
}

.checkout-product-list > li > span.quantity {
  width: auto;
}

/* Delivery: delivery services */
.checkout-delivery-services {
  width: 100%;
  margin-top: -30px;
}

.tipsy-info-icon * {
  display: none;
}

.checkout-delivery-services td {
  padding: 12px 0px 12px 0px;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px dotted #cbcbcb;
}

.checkout-delivery-services td.radio {
  width: 165px;
}

.checkout-delivery-services td.description > div {
  cursor: pointer;
}

.checkout-delivery-services td.description .styled-checkbox {
  display: inline-block;
  line-height: 28px;
  height: 28px;
}

.checkout-delivery-services td.radio.without-image {
  width: 40px;
}

.checkout-delivery-services td.radio label {
  line-height: 40px;
  cursor: pointer;
}

.checkout-delivery-services td.radio label span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: top;
}

.checkout-delivery-services td.radio img {
  vertical-align: top;
}

.checkout-delivery-services td.description {
  vertical-align: top;
}

.checkout-delivery-services td.amount {
  text-align: right;
}

.checkout-delivery-services .checkout-delivery-service-description,
.checkout-payment-services .checkout-payment-service-description {
  font-size: 14px !important;
  margin: 20px 0px;
  padding: 6px 0px 6px 8px;
  border-left: 4px solid #990;
}

.checkout-delivery-services .checkout-delivery-service-description *,
.checkout-payment-services .checkout-payment-service-description * {
  margin: 0px !important;
}

.checkout-delivery-services .checkout-delivery-service-description a,
.checkout-payment-services .checkout-payment-service-description a {
  color: #69f;
}

.checkout-delivery-services .checkout-delivery-service,
.checkout-payment-services .checkout-payment-service {
  display: inline-block;
  border: 1px solid #aaa;
  margin: 30px 45px 0px 0px;
  padding: 1px;
  position: relative;
  vertical-align: top;
}

.checkout-delivery-services .change-delivery-service,
.checkout-payment-services .change-payment-service {
  font-size: 14px;
  line-height: 40px;
  color: #69f;
  vertical-align: top;
}

.checkout-delivery-services .checkout-delivery-service:hover label,
.checkout-payment-services .checkout-payment-service:hover label {
  background-color: #333;
}

.checkout-delivery-services .checkout-delivery-service[data-disabled="on"] label,
.checkout-payment-services .checkout-payment-service[data-disabled="on"] label {
  background-color: #fff;
}

.checkout-delivery-services .checkout-delivery-service[data-disabled="on"] .delivery-info,
.checkout-payment-services .checkout-payment-service[data-disabled="on"] .delivery-info,
.checkout-delivery-services .checkout-delivery-service[data-disabled="on"] .delivery-info span,
.checkout-payment-services .checkout-payment-service[data-disabled="on"] .delivery-info span {
  color: #999;
}

.checkout-delivery-services .checkout-delivery-service:hover,
.checkout-delivery-services .checkout-delivery-service.active,
.checkout-payment-services .checkout-payment-service:hover,
.checkout-payment-services .checkout-payment-service.active {
  border: 1px solid #990;
}

.checkout-delivery-services .checkout-delivery-service[data-disabled="on"],
.checkout-payment-services .checkout-payment-service[data-disabled="on"] {
  border: 1px solid #aaa;
}

.checkout-delivery-services .checkout-delivery-service .delivery-info,
.checkout-payment-services .checkout-payment-service .payment-info {
  background-color: inherit;
  padding: 0.5em 3px;
  text-align: center;
}

.checkout-delivery-services .checkout-delivery-service .left,
.checkout-delivery-services .checkout-delivery-service .right,
.checkout-payment-services .checkout-payment-service .left,
.checkout-payment-services .checkout-payment-service .right {
  float: none;
}

.checkout-delivery-services .checkout-delivery-service .currency {
  margin-right: 5px;
  font-size: 14px;
}

.checkout-delivery-services .checkout-delivery-service .styled-checkbox:before,
.checkout-payment-services .checkout-payment-service .styled-checkbox:before {
  margin: 3px 0 -1px 3px;
}

.checkout-delivery-services .checkout-delivery-service .styled-form,
.checkout-payment-services .checkout-payment-service .styled-form {
  width: auto;
}

.checkout-delivery-services .checkout-delivery-service .popup,
.checkout-payment-services .checkout-payment-service .popup {
  position: absolute;
  top: 5px;
  left: 7px;
}

.checkout-delivery-services .checkout-delivery-service .popup .styled-form,
.checkout-payment-services .checkout-payment-service .popup .styled-form {
  width: 442px;
}

.checkout-delivery-services .checkout-delivery-service h3,
.checkout-payment-services .checkout-payment-service h3 {
  color: #000;
  font-size: 16px;
  font-weight: normal;
}

.checkout-delivery-services .checkout-delivery-service span,
.checkout-payment-services .checkout-payment-service span {
  color: #999;
  font-size: 12px;
  font-weight: normal;
}

.checkout-delivery-services .checkout-delivery-service:hover span,
.checkout-payment-services .checkout-payment-service:hover span {
  color: #fff;
}

.checkout-delivery-services .checkout-delivery-service label,
.checkout-payment-services .checkout-payment-service label {
  cursor: pointer;
}

.checkout-delivery-services .checkout-delivery-service[data-disabled="on"] label,
.checkout-payment-services .checkout-payment-service[data-disabled="on"] label {
  cursor: default;
}

.checkout-delivery-services .checkout-delivery-service span.product-price,
.checkout-payment-services .checkout-payment-service span.product-price {
  display: inline-block;
  font-size: 14px;
}

.checkout-delivery-services .checkout-delivery-service span.product-price > span,
.checkout-payment-services .checkout-payment-service span.product-price > span {
  color: #333;
  font-size: 11px;
}

.checkout-delivery-services .checkout-delivery-service[data-disabled],
.checkout-payment-services .checkout-payment-service[data-disabled] {
  opacity: 0.45;
}

.checkout-delivery-services .checkout-delivery-service[data-disabled] td.radio label,
.checkout-delivery-services .checkout-delivery-service[data-disabled] td.radio label .styled-checkbox,
.checkout-delivery-services .checkout-delivery-service[data-disabled] td.description > div {
  cursor: default;
}

.checkout-delivery-services .delivery-type-block .block {
  padding-top: 40px;
  position: relative;
}

.checkout-delivery-services .delivery-type-block .block .title {
  margin-bottom: 10px;
}

.checkout-delivery-services .delivery-type-block .block .info-icon {
  vertical-align: middle;
  margin-left: 10px;
  cursor: default;
}

.checkout-delivery-stock .checkout-address-form {
  position: relative;
}

.checkout-delivery-services .delivery-type-block .block .unselectable,
.checkout-delivery-stock .checkout-address-form .unselectable {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #fff;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  -khtml-opacity: 0.01;
  opacity: 0.01;
}

.checkout-products-to-weight h2 {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

/* Payment */
.checkout-payment-services {
  width: 100%;
  margin-top: -30px;
}

.checkout-payment-services td {
  border-bottom: 1px dotted #CBCBCB;
  padding: 12px 0;
  vertical-align: top;
  text-align: left;
}

.checkout-payment-services td.radio {
  width: 165px;
}

.checkout-payment-services .description > div {
  cursor: pointer;
}

.checkout-payment-services td.radio.without-image {
  width: 40px;
}

.checkout-payment-services td.radio label {
  line-height: 40px;
  cursor: pointer;
}

.checkout-payment-services td.radio label span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: top;
}

.checkout-payment-services td.radio img {
  vertical-align: top;
}

.checkout-payment-services td.description {
  vertical-align: top;
}

.checkout-payment-services td.fee {
  text-align: right;
  white-space: nowrap;
  padding: 0px 0px 0px 12px;
}

.checkout-payment-services .checkout-payment-service h3 {
  color: #000;
  font-size: 16px;
  font-weight: normal;
}

.checkout-payment-services .checkout-payment-service span {
  color: #999;
  font-size: 12px;
  font-weight: normal;
}

.checkout-payment-services .checkout-payment-service .fee > span {
  display: inline-block;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  height: 40px;
}

.checkout-payment-services .checkout-payment-service .fee > span > span {
  color: #333333;
  font-weight: normal;
  font-size: 18px;
  padding: 0px 0px 0px 3px;
}

/* Summary page */
.checkout-order-summary {
  margin-bottom: 35px;
}

.checkout-order-summary table {
  width: 100%;
  margin: 20px 0px;
}

.checkout-delivery-info-wrapper table {
  margin-bottom: 0px;
}

.checkout-order-summary .total span {
  font-size: 0.8em;
}

.checkout-order-summary td {
  line-height: 14px;
  font-size: 12px;
  color: #333;
  padding: 10px 12px;
}

.checkout-order-summary.order-details {
  margin-bottom: 30px;
}

.checkout-order-summary.order-details .order-info td {
  height: 22px;
  line-height: 21px;
}

.checkout-order-summary table thead td {
  color: #000;
  border: 1px solid #fff;
  border-top: 0px;
  border-right: 0px;
  background: #f0f0f0;
}

.checkout-order-summary table thead td:first-child {
  border-left: 0px;
}

.checkout-order-summary table tbody td {
  border: 1px dotted #ccc;
  border-top: 0px;
  border-right: 0px;
}

.checkout-order-summary table tbody td:first-child {
  border-left: 0px;
}

.checkout-order-summary table.green thead td {
  border-color: #fff;
  background-color: #e2e5b3;
}

.checkout-order-summary .checkout-order-summary-address td {
  color: #333;
  border: 0px;
  /*word-break: break-all;*/
}

.checkout-order-summary .user-bonuses {
  background-color: #E6FCE3;
  padding-left: 6px !important;
}

.checkout-order-summary .user-bonuses + td {
  padding: 0 !important;
}

.checkout-order-summary .user-bonuses + td > span {
  padding: 4px 12px;
  background-color: #E6FCE3;
  display: inline-block;
}

.order-bonuses-form h2 {
  padding-top: 40px;
  padding-bottom: 10px;
}

.payment-total .checkout-order-summary-address .legend {
  color: #333 !important;
}

.payment-total .checkout-order-summary-address td:last-child {
  font-weight: bold;
}

.checkout-order-summary .checkout-order-summary-address td.legend {
  color: #666;
  white-space: nowrap;
  width: 1%;
  padding-left: 0px;
  font-size: 12px;
}

.checkout-order-summary-address .checkout-msg {
  margin-top: 10px;
}

.checkout-order-summary .checkout-order-summary-delivery-info {
  margin: 20px 0px;
}

.checkout-order-summary .checkout-order-summary-delivery-info li {
  font-size: 14px;
  line-height: normal;
  color: #666;
  text-align: right;
}

.checkout-order-summary .checkout-order-summary-delivery-info li span {
  color: #000;
}

.checkout-order-summary .checkout-order-summary-payment .checkout-payment-to-pay td {
  font-size: 18px;
  color: #000;
}

.checkout-product-table {
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
}

.checkout-product-table td {
  font-size: 12px;
  line-height: 14px;
  color: #333;
  padding: 10px 12px;
}

.checkout-product-table thead td {
  color: #000;
  border: 1px solid #fff;
  border-top: 0px;
  border-right: 0px;
  background: #f0f0f0;
}

.checkout-product-table thead td:first-child {
  border-left: 0px;
}

.checkout-product-table thead td.image {
  width: 40px;
}

.checkout-product-table thead td.image img {
  vertical-align: middle;
}

.checkout-product-table thead td.product-id,
.checkout-product-table thead td.weight,
.checkout-product-table thead td.branded-box,
.checkout-product-table thead td.price,
.checkout-product-table thead td.amount {
  width: 80px;
}

.checkout-product-table td.serial-numbers {
  width: 1%;
  white-space: nowrap;
  text-align: center;
}

.checkout-product-table thead td.quantity {
  width: 60px;
}

.checkout-product-table tbody td {
  border: 1px dotted #ccc;
  border-top: 0px;
  border-right: 0px;
}

.checkout-product-table tbody td:first-child {
  border-left: 0px;
}

.checkout-product-table tbody td.image {
  text-align: center;
}

.checkout-product-table tbody td.image img {
  vertical-align: middle;
}

.checkout-product-table tbody td.product-id {
  padding: 0px;
  text-align: center;
}

.checkout-product-table tbody td.quantity {
  padding: 0px;
  text-align: center;
}

.checkout-product-table tbody td.price,
.checkout-product-table tbody td.amount {
  text-align: right;
}

.checkout-product-table tbody td.branded-box {
  text-align: center;
}

.checkout-product-table tbody td.branded-box .disabled-checkbox {
  display: inline-block;
  width: 12px;
  height: 12px;
  font-size: 1px;
  vertical-align: middle;
  background: url("/images/layout/disabled-checkbox.gif") center center no-repeat;
}

/* Checkout top indicator */
.checkout-indicator-wrapper {
  box-sizing: border-box;
  position: relative;
  padding: 0px 0px 30px 0px;
  background: #fff;
  /*	background: rgba(255,255,255,0.85);*/
  z-index: 1;
}

.checkout-indicator-wrapper a {
  box-sizing: border-box;
  display: inline-block;
  width: 20%;
  text-decoration: none;
  cursor: default;
  color: #999;
  background: url(/images/layout/checkout/step.gif) left center repeat-x;
  position: relative;
}

.checkout-indicator-wrapper.without-first-step a {
  width: 25%;
}

.checkout-indicator-wrapper.without-first-step a.first-step {
  display: none;
}

.checkout-indicator-wrapper a span {
  display: block;
  background: url(/images/layout/checkout/circle-empty.gif) center center no-repeat;
}

.checkout-indicator-wrapper a:before {
  content: "";
  display: none;
  width: 1px;
  height: 6px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -3px;
  background: #ccc;
}

.checkout-indicator-wrapper a:after {
  content: "";
  display: block;
  width: 1px;
  height: 6px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -3px;
  background: #ccc;
}

.checkout-indicator-wrapper a s {
  box-sizing: border-box;
  display: block;
  text-align: center;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  text-decoration: none;
}

.checkout-indicator-wrapper a.passed {
  cursor: pointer;
  background: url(/images/layout/checkout/passed.gif) left center repeat-x;
}

.checkout-indicator-wrapper a.passed:before {
  display: block;
}

.checkout-indicator-wrapper a.passed:after {
  display: none;
}

.checkout-indicator-wrapper a.passed span {
  display: block;
  background: url(/images/layout/checkout/circle.gif) center center no-repeat;
}

.checkout-indicator-wrapper a.current {
  color: #990;
  background: url(/images/layout/checkout/current.gif) left center repeat-x;
}

.checkout-indicator-wrapper a.current span {
  display: block;
  background: none;
}

.checkout-indicator-wrapper a.current:before,
.checkout-indicator-wrapper a.current:after {
  display: block;
  background: #990;
}

.checkout-indicator-wrapper a.current s:first-child {
  background: url(/images/layout/checkout/cart.gif) center center no-repeat;
}

.print-chekout-link {
  float: right;
  font-size: 12px;
  color: #3399cc;
}

.checkout-order-summary h1 {
  float: left;
  margin: 0;
}

#automatic-payment-form {
  width: auto;
  text-align: right;
}

.order-details .checkout-order-details-payment-message {
  width: auto;
}

.checkout-order-comment-content {
  color: #666;
  font-size: 14px;
  line-height: 15px;
  white-space: pre;
  margin: 20px 0px;
}

.checkout-delivery-group .footnote,
.checkout-order-summary .footnote {
  margin-top: -5px;
}

.checkout-branded-box {
  padding: 10px;
  margin: 35px 0px 0px 0px;
  border: 1px solid #ccc;
  display: inline-block;
}

.checkout-self-delivery .checkout-branded-box {
  margin: 0px 0px 30px 0px;
}

.checkout-branded-box .description {
  margin-bottom: 15px;
}

.checkout-branded-box .description-2 {
  margin-bottom: 15px;
  color: #666;
}

.checkout-branded-box .list .product-id {
  color: #666;
}

.checkout-branded-box .list .branded-box {
  margin-bottom: 5px;
}

.checkout-branded-box .info-icon {
  vertical-align: middle;
}

.checkout-payment-services .star,
.checkout-delivery-services .star {
  font-size: 12px !important;
  font-weight: bold !important;
  margin-left: 5px;
}

.checkout-payment-services .payment-info .star,
.checkout-delivery-services .delivery-info .star {
  font-size: 24px !important;
  line-height: 1px;
  vertical-align: bottom;
}

.checkout-payment-services .fee-not-included,
.checkout-delivery-services .cost-not-included {
  color: #666;
  font-size: 12px;
  padding-top: 12px;
}

.checkout-payment-services .commission-payment,
.checkout-delivery-services .payment-after-delivery {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  display: block;
}

.checkout-payment-services .fee-not-included .star,
.checkout-payment-services .commission-payment .star,
.checkout-delivery-services .cost-not-included .star,
.checkout-delivery-services .payment-after-delivery .star {
  margin-left: 0;
  color: inherit !important;
}

.checkout-payment-services .payment-type-block {
  margin-top: 15px;
}

.checkout-delivery-services .styled-form .form-summary {
  margin: 10px 0px;
}

.checkout-only-virtual-products {
  margin: 40px 0px;
}

.checkout-order-summary .checkout-order-summary-comment {
  margin: 40px 0px 20px 0px;
}

.checkout-order-summary .checkout-order-summary-comment h2 {
  margin: 0px 0px 4px 0px;
}

.checkout-order-summary .checkout-order-summary-comment form {
  width: auto;
}

.checkout-order-summary .checkout-order-summary-comment textarea {
  resize: none;
  width: 50%;
  min-width: 350px;
  height: 120px;
}

.checkout-service-hint {
  display: block;
  background-color: #fff;
  box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.25);
  color: #999 !important;
  line-height: 14px;
  padding: 15px;
  width: 225px;
  min-height: 14px;
  position: absolute;
  top: 70px;
  z-index: 11;
  visibility: hidden;
}

.hover .checkout-service-hint {
  visibility: visible;
}

.checkout-service-hint h3 {
  margin-bottom: 10px;
}

.checkout-service-hint a {
  color: #69f;
  text-decoration: underline;
}

.checkout-service-hint p {
  margin-bottom: 7px;
}

.checkout-service-additional-buttons {
  display: inline-block;
  position: relative;
  top: 30px;
}

.checkout-delivery-supplementary-info-wrapper .prepaids-comment-field textarea {
  height: 170px;
}

.checkout-popup-notice {
  width: 100%;
  height: 46px;
  background-color: #fbf3c9;
  position: relative;
  margin: -15px 0 20px 0;
}

.checkout-payment-services .checkout-popup-notice.customs-warning {
  margin-top: 30px;
}

.checkout-popup-notice.flax {
  padding: 15px;
  height: auto;
  width: auto;
  color: #333;
}

.checkout-popup-notice a span {
  z-index: 1;
  position: relative;
}

.checkout-popup-notice a {
  width: 100%;
  height: 100%;
  display: block;
  text-transform: uppercase;
  color: #caa533 !important;
  font-size: 14px;
  text-decoration: none;
  line-height: 46px;
  padding-left: 50px;
  box-sizing: border-box;
}

.checkout-popup-notice a:before {
  content: '';
  background-position: center center;
  width: 28px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 10px;
}

.checkout-popup-notice.pay-pal-verification-info {
  margin-top: 20px;
}

.checkout-products-to-weight .tabs-content .tabs > .tabs-header > ul > .tabs-header-item.active .title {
  font-size: 14px;
  font-weight: bold;
}

.order-manager-will-contact {
  width: 50%;
}

/* checkout-indicator-wrapper-new  BEGIN */
.checkout-indicator-wrapper-new {
  width: 100%;
  left: 0px;
  top: 0px;
}

.checkout-indicator-wrapper-new.sticked {
  box-shadow: rgba(155, 153, 153, 0.4) 0px 11px 10px -8px;
  padding-top: 15px;
  background-color: #fff;
  z-index: 12;
}

.checkout-indicator-wrapper-new .checkout-indicator-wrapper a {
  color: #ccc;
  background: url(/images/layout/checkout2/step.png) left center repeat-x;
}

.checkout-indicator-wrapper-new .checkout-indicator-wrapper a:before {
  content: none;
}

.checkout-indicator-wrapper-new .checkout-indicator-wrapper a:after {
  content: none;
}

.checkout-indicator-wrapper-new .checkout-indicator-wrapper a.passed {
  cursor: pointer;
  background: url(/images/layout/checkout2/passed-current.png) left center repeat-x;
}

.checkout-indicator-wrapper-new .checkout-indicator-wrapper a span {
  display: block;
  background: url(/images/layout/checkout2/circle-empty.png) center center no-repeat;
  text-align: center;
}

.checkout-indicator-wrapper-new .checkout-indicator-wrapper a.passed span {
  display: block;
  background: url(/images/layout/checkout2/circle.png) center center no-repeat;
  color: #993;
}

.checkout-indicator-wrapper-new .checkout-indicator-wrapper a.current {
  color: #993;
  background: url(/images/layout/checkout2/passed-current.png) left center repeat-x;
}

.checkout-indicator-wrapper-new .checkout-indicator-wrapper a.current span {
  display: block;
  background: url(/images/layout/checkout2/circle.png) center center no-repeat;
  position: relative;
  z-index: 1;
}

.checkout-indicator-wrapper-new .checkout-indicator-wrapper a.current:after {
  content: " ";
  width: 50%;
  background: url(/images/layout/checkout2/step.png) right center repeat-x;
}

.checkout-indicator-wrapper-new .checkout-indicator-wrapper a s {
  display: inline-block;
  height: 25px;
  position: relative;
  top: -25px;
}

.checkout-indicator-wrapper-new .checkout-indicator-wrapper {
  padding-top: 30px;
}

/* step-1 */
.checkout-indicator-wrapper-new .checkout-indicator-wrapper a.step-1 s:first-child {
  width: 24px;
  outline: 0px solid red;
  background: url(/images/layout/checkout2/top_sprite.png) -2px -5px no-repeat !important;
  margin-right: 5px;
}

.checkout-indicator-wrapper-new .checkout-indicator-wrapper a.passed.step-1 s:first-child {
  background: url(/images/layout/checkout2/top_sprite.png) -2px -35px no-repeat !important;
}

/* step-2 */
.checkout-indicator-wrapper-new .checkout-indicator-wrapper a.step-2 s:first-child {
  background: url(/images/layout/checkout2/top_sprite.png) -34px -3px no-repeat !important;
  width: 24px;
  margin-right: 5px;
  outline: 0px solid red;
}

.checkout-indicator-wrapper-new .checkout-indicator-wrapper a.passed.step-2 s:first-child {
  background: url(/images/layout/checkout2/top_sprite.png) -34px -33px no-repeat !important;
}

.checkout-indicator-wrapper-new .checkout-indicator-wrapper a.current.step-2 s:first-child {
  background: url(/images/layout/checkout2/top_sprite.png) -34px -33px no-repeat !important;
}

/* step-3 */
.checkout-indicator-wrapper-new .checkout-indicator-wrapper a.step-3 s:first-child {
  background: url(/images/layout/checkout2/top_sprite.png) -61px -2px no-repeat !important;
  width: 29px;
  margin-right: 5px;
  outline: 0px solid red;
}

.checkout-indicator-wrapper-new .checkout-indicator-wrapper a.current.step-3 s:first-child {
  background: url(/images/layout/checkout2/top_sprite.png) -61px -32px no-repeat !important;
}

.checkout-indicator-wrapper-new .checkout-indicator-wrapper a.passed.step-3 s:first-child {
  background: url(/images/layout/checkout2/top_sprite.png) -61px -32px no-repeat !important;
}

/* step-4 */
.checkout-indicator-wrapper-new .checkout-indicator-wrapper a.step-4 s:first-child {
  background: url(/images/layout/checkout2/top_sprite.png) -91px -1px no-repeat !important;
  width: 29px;
  margin-right: 5px;
  outline: 0px solid red;
}

.checkout-indicator-wrapper-new .checkout-indicator-wrapper a.current.step-4 s:first-child {
  background: url(/images/layout/checkout2/top_sprite.png) -91px -31px no-repeat !important;
}

.checkout-indicator-wrapper-new .checkout-indicator-wrapper a.passed.step-4 s:first-child {
  background: url(/images/layout/checkout2/top_sprite.png) -91px -31px no-repeat !important;
}

/* step-5 */
.checkout-indicator-wrapper-new .checkout-indicator-wrapper a.step-5 s:first-child {
  background: url(/images/layout/checkout2/top_sprite.png) -120px 0px no-repeat !important;
  width: 29px;
  margin-right: 5px;
}

.checkout-indicator-wrapper-new .checkout-indicator-wrapper a.current.step-5 s:first-child {
  background: url(/images/layout/checkout2/top_sprite.png) -120px -30px no-repeat !important;
}

.checkout-indicator-wrapper-new .checkout-indicator-wrapper a.passed.step-5 s:first-child {
  background: url(/images/layout/checkout2/top_sprite.png) -120px -30px no-repeat !important;
}

.checkout-indicator-wrapper-new .checkout-indicator-wrapper a.current.last-step:after {
  content: none;
}

/* checkout-indicator-wrapper-new  END */
/* gift */
td.quantity-gift img {
  vertical-align: bottom;
  padding-right: 7px;
}

/* replace product */
.sortable-table td.replace-product {
  text-align: center;
  line-height: 16px;
  border-left: 1px dotted #ccc !important;
}

.sortable-table td.replace-product a {
  color: #3399cc;
}

.sortable-table td.replace-product a:hover {
  text-decoration: none !important;
}

/* button bottom 15px */
#cart .cart-summary .total-price {
  padding-bottom: 15px;
}

/* button new style for checkout */
.styled-link-ckeckout {
  background-color: #999933;
  padding: 13px 38px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #999933;
}

.styled-link-ckeckout:hover {
  background-color: #adad3a;
  border: 1px solid #999933;
}

/* checkbox cupon/gift */
.checkbox-cupon-gift {
  outline: 0px solid red;
  margin-top: -100px;
}

.checkbox-cupon-gift a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
}

.checkbox-cupon-gift a span {
  padding-left: 5px;
}

.checkbox-cupon-gift .info-icon-position {
  vertical-align: bottom;
  margin-right: 40px;
  margin-left: 5px;
}

/*  cart table +/-  вирівнювання  */
.product-table .in-cart-spin .quantity-input .minus {
  line-height: 20px;
}

.product-table .in-cart-spin .quantity-input .plus {
  line-height: 24px;
}

/* новий клас коли товар видалений дається поверх напівпрозорий блок */
.quantity-product-delete:before {
  content: " ";
  width: 102px;
  height: 22px;
  outline: 0px solid red;
  position: absolute;
  opacity: 0.5;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  background-color: white;
}

/* розміщення блока з ціною загальною */
.cart-summary-wrapper {
  display: inline-block;
  float: right;
}

.cart-summary-wrapper .old-price {
  display: inline-block;
  color: #000;
}

.cart-summary-wrapper .special-price {
  font-weight: bold !important;
}

/* block cart gifts (tabs) */
.gifts-wrapper {
  margin-top: 120px;
  outline: 0px solid red;
  /*display: none;*/
}

.gifts-wrapper .tabs > .tabs-header {
  width: 100%;
  border-collapse: collapse;
  display: table !important;
  table-layout: fixed;
  padding-bottom: 0px !important;
  border-bottom: none;
  margin-bottom: 20px !important;
}

.gifts-wrapper .tabs > .tabs-header > ul > .tabs-header-item.active .title {
  background-color: #fff;
  cursor: pointer;
}

.gifts-wrapper .tabs > .tabs-header > ul > .tabs-header-item .title {
  color: #333;
  font-size: 20px;
  background-color: #f4f4f4;
}

.gifts-wrapper .checkout-gift-list {
  border: 1px solid #e5e5e5;
  margin: 0px 0px 32px 0px;
}

.gifts-wrapper .checkout-gift-list .tabs > .tabs-header > ul > .tabs-header-item .title {
  padding: 6px 0;
}

.gifts-wrapper .checkout-gift-list .tabs > .tabs-header > ul > .tabs-header-item .title img {
  padding-right: 6px;
}

.gifts-wrapper .tabs > .tabs-header > ul > .tabs-header-item {
  display: table-cell;
  border: 1px solid #e5e5e5;
  border-top: none;
}

.gifts-wrapper .tabs > .tabs-header > ul > .tabs-header-item.active {
  border: none;
}

/* tabs second */
.gifts-wrapper .tabs-second {
  padding-top: 10px;
  padding-bottom: 15px;
  margin-left: 40px;
}

.gifts-wrapper .tabs-second ul li {
  display: inline-block;
  font-size: 14px;
  color: #3399cc;
  text-decoration: underline;
  cursor: pointer;
  padding: 10px 15px;
}

.gifts-wrapper .tabs-second ul li:hover {
  text-decoration: none;
}

.gifts-wrapper .tabs-second ul li.active {
  text-decoration: none;
  color: #333;
  border: 1px solid #e5e5e5;
  padding: 10px 15px;
  cursor: default;
}

.gifts-wrapper .product-title {
  max-height: 32px !important;
}

.gifts-wrapper .carousel {
  border-bottom: none;
}

.gifts-wrapper .tabs-content .carousel-items .product-tile-wrapper li.select-item-opacity:before {
  content: "";
  width: 176px;
  height: 285px;
  outline: 0px solid red;
  position: absolute;
  opacity: 0.5;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  background-color: #fff;
  margin-top: 25px;
  z-index: 100;
}

.gifts-wrapper .checkout-gift-list .tabs-content {
  margin: 0 25px;
}

/* ckeckout activations content BEGIN */
.checkout-activations-content {
  padding-top: 20px;
}

.virtual-products-purchase {
  padding: 40px 0 40px;
  border-bottom: 1px dotted #ccc;
}

.virtual-products-purchase .products-wrapper h3 {
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.virtual-products-purchase .products-wrapper div span.product-id {
  font-size: 12px;
  color: #333;
  padding-bottom: 30px;
}

.virtual-products-purchase img {
  float: left;
  margin-right: 40px;
  border: 1px solid #e5e5e5;
}

.products-wrapper div.chosen-container {
  display: block !important;
  margin-right: 35px;
}

.virtual-products-purchase .products-wrapper label.required {
  font-size: 12px;
  color: #666;
}

.virtual-products-purchase .products-wrapper form {
  padding-top: 31px;
}

.virtual-products-purchase .products-wrapper form div {
  display: inline-block;
  vertical-align: top;
}

.virtual-products-purchase .products-wrapper .serial-num input[type="text"] {
  margin-top: 5px;
  display: block;
  border: 1px solid #d3d3d3;
  height: 32px;
  width: 230px;
  padding: 0 2px;
}

.virtual-products-purchase .products-wrapper a.remove {
  float: right;
  font-size: 12px;
  color: #3399cc;
  margin-right: 80px;
  margin-top: 75px;
}

.virtual-products-purchase .products-wrapper a.remove:hover {
  text-decoration: none;
}

.virtual-products-purchase .products-wrapper a.remove img {
  border: none;
  outline: none;
  margin-right: 5px;
  padding-top: 2px;
}

/* delivery content BEGIN */
/* delivery-1 */
.checkout-delivery-type-wrapper {
  padding-top: 20px;
}

.checkout-delivery-type-wrapper .checkout-delivery-type {
  margin: 0 0 5px 0;
}

.checkout-delivery-type-wrapper .checkout-delivery-type ul.checkout-self-delivery li {
  height: 40px;
  padding: 20px;
  outline: 0px solid red;
  border-bottom: 1px dotted #ccc;
  font-size: 14px;
  color: #333;
}

.checkout-delivery-type-wrapper .checkout-delivery-type ul.checkout-self-delivery li:first-child {
  border-top: 1px dotted #ccc;
}

.checkout-delivery-type-wrapper .checkout-delivery-type ul.checkout-self-delivery li img {
  vertical-align: middle;
  padding: 0 15px 0 7px;
}

.checkout-delivery-type-wrapper .checkout-delivery-type .prompt-text {
  font-size: 12px;
  color: #666;
  padding-left: 20px;
}

.checkout-delivery-type-wrapper .checkout-delivery-type .styled-checkbox:before {
  margin: 0 8px 0 0;
}

.checkout-delivery-type-wrapper .checkout-delivery-type .styled-checkbox {
  color: #333;
  height: auto;
  /*for safari*/
}

.checkout-delivery-type-wrapper .checkout-delivery-type ul.checkout-self-delivery {
  padding-top: 17px;
  padding-bottom: 25px;
}

/* delivery 2 */
.checkout-delivery-type-wrapper .checkout-delivery-type ul.checkout-delivery-address-wrapper {
  padding-top: 17px;
  padding-bottom: 15px;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

.checkout-delivery-type-wrapper .checkout-delivery-type ul.checkout-delivery-address-wrapper li {
  padding: 15px 20px 20px 20px;
  outline: 0px solid red;
  font-size: 14px;
  color: #333;
  display: inline-block;
  vertical-align: top;
}

.checkout-delivery-type-wrapper .checkout-delivery-type ul.checkout-delivery-address-wrapper li .address-block {
  display: inline-block;
  padding-left: 5px;
}

.checkout-delivery-type-wrapper .checkout-delivery-type ul.checkout-delivery-address-wrapper li .address-block p {
  line-height: 24px;
  white-space: nowrap;
}

.checkout-delivery-type-wrapper .checkout-delivery-type ul.checkout-delivery-address-wrapper li .address-block a {
  font-size: 12px;
  color: #3399cc;
  display: inline-block;
  margin-top: 5px;
}

.checkout-delivery-type-wrapper .checkout-delivery-type ul.checkout-delivery-address-wrapper li .address-block a:hover {
  text-decoration: none;
}

.checkout-delivery-type-wrapper .checkout-delivery-type ul.checkout-delivery-address-wrapper li .address-block a.edit {
  background-image: url(/images/layout/checkout2/edit.png);
  background-repeat: no-repeat;
  padding-left: 17px;
  background-position: 0 center;
  margin-right: 20px;
}

.checkout-delivery-type-wrapper .checkout-delivery-type ul.checkout-delivery-address-wrapper li .address-block a.delete {
  background-image: url(/images/layout/checkout2/delete.png);
  background-repeat: no-repeat;
  padding-left: 17px;
  background-position: 0 center;
}

.checkout-delivery-type-wrapper .checkout-delivery-type ul.checkout-delivery-address-wrapper li .address-block a.address-select-button {
  color: #333;
  border: 1px solid #ccc;
  text-decoration: none;
  margin-right: 20px;
  padding: 0px 15px;
}

.checkout-delivery-type-wrapper .checkout-delivery-type ul.checkout-delivery-address-wrapper .styled-checkbox:before {
  content: none;
}

.checkout-delivery-cost-not-included {
  position: relative;
  top: -30px;
}

/* delivery 3 */
.add_address a {
  margin-left: 25px;
  font-size: 12px;
  color: #3399cc;
  background-image: url(/images/layout/checkout2/add.png);
  background-repeat: no-repeat;
  padding-left: 17px;
  background-position: 0 center;
}

.cancel_address a {
  margin-left: 25px;
  font-size: 12px;
  color: #3399cc;
  background-image: url(/images/layout/checkout2/delete.png);
  background-repeat: no-repeat;
  padding-left: 17px;
  background-position: 0 center;
}

.add_address a:hover {
  text-decoration: none;
}

.cancel_address a:hover {
  text-decoration: none;
}

.checkout-delivery-new-address {
  padding-bottom: 100px;
}

.checkout-delivery-new-address h1 {
  padding-top: 45px;
  padding-bottom: 15px;
}

.checkout-delivery-new-address .checkout-address-form .checkout-address-column > div {
  padding: 0 0 30px 0;
}

.checkout-delivery-new-address .checkout-address-form .checkout-address-column {
  width: 300px;
  margin: 0px 50px 10px 0px;
}

.checkout-new-address-form-wrapper .privacy a {
  font-size: 12px;
  color: #3399cc;
  margin-left: 10px;
}

.checkout-new-address-form-wrapper .privacy a:hover {
  text-decoration: none;
}

.checkout-delivery-new-address .styled-form input[type="text"],
.checkout-delivery-new-address .styled-form input[type="password"],
.checkout-delivery-new-address .styled-form textarea,
.checkout-delivery-new-address .styled-form select,
.checkout-delivery-new-address .styled-form .credit-card-number-field {
  padding: 0 10px;
}

/* save address begin */
.down-save-address-wrapper {
  margin: 40px 0 0 0;
  border-top: 1px dotted #ccc;
  padding-top: 30px;
}

.down-save-address-wrapper .checkout-button-next-wrapper {
  margin-bottom: 0px;
}

.down-save-address-wrapper .checkout-button-next-wrapper a.styled-link-checkout {
  background-color: #999933;
  padding: 13px 50px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #999933;
}

.down-save-address-wrapper .checkout-button-next-wrapper a.styled-link-checkout:hover {
  background-color: #adad3a;
  border: 1px solid #999933;
}

.down-save-address-wrapper a.edit-cart {
  font-size: 14px;
  color: #3399cc;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
}

.down-save-address-wrapper a.edit-cart:hover {
  text-decoration: none;
}

/* save address end */
/* delivery 4 */
/* адрес доставки */
.checkout-delivery-address-main {
  margin-top: 45px;
}

.checkout-delivery-address-main ul.checkout-delivery-address-wrapper li .address-block a {
  font-size: 12px;
  color: #3399cc;
  display: inline-block;
  margin-top: 15px;
}

.checkout-delivery-address-main ul.checkout-delivery-address-wrapper li .address-block a:hover {
  text-decoration: none;
}

.checkout-delivery-address-main ul.checkout-delivery-address-wrapper li .address-block a.edit,
.edit-link a {
  background-image: url(/images/layout/checkout2/edit.png);
  background-repeat: no-repeat;
  padding-left: 17px;
  background-position: 0 center;
  margin-right: 20px;
}

.checkout-delivery-address-main ul.checkout-delivery-address-wrapper li .address-block p {
  line-height: 24px;
}

.checkout-delivery-address-main ul.checkout-delivery-address-wrapper li {
  outline: 0px solid red;
  font-size: 14px;
  color: #333;
}

/* вибор доставки */
.checkout-self-delivery-wrapper-new {
  margin-top: 45px;
  margin-bottom: 5px;
  color: #333;
}

.checkout-self-delivery-wrapper-new .checkout-msg {
  margin-top: 15px;
}

.checkout-self-delivery-wrapper-new a {
  color: #3399cc;
}

.checkout-self-delivery-new .checkout-branded-box .description {
  font-size: 14px;
  margin-bottom: 30px;
}

.checkout-self-delivery-new .checkout-branded-box .list .branded-box {
  margin-bottom: 20px;
}

.checkout-branded-box {
  padding: 20px 20px 0 20px;
}

.checkout-delivery-stock-wrapper p {
  font-size: 14px;
  color: #333;
}

.checkout-delivery-stock-wrapper h2 {
  margin-top: 25px;
}

.checkout-delivery-stock-wrapper .checkout-product-list-total-weight {
  color: #333;
  display: inline-block;
}

.checkout-delivery-stock-wrapper .checkout-product-list-total-weight a {
  font-size: 12px;
  color: #3399cc;
}

.checkout-delivery-stock-wrapper .checkout-product-list-total-weight a:hover {
  text-decoration: none;
}

.checkout-delivery-stock-wrapper .checkout-product-list-total-weight span {
  margin-right: 15px;
}

.checkout-delivery-stock-wrapper p {
  font-size: 16px;
}

.checkout-delivery-stock-wrapper p.delivery-hint {
  padding: 30px 0 20px;
}

.checkout-delivery-stock {
  background-color: #f5f5f5;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 20px 20px 20px;
  margin: 0px 0px 40px 0px;
}

.checkout-delivery-stock p {
  font-size: 14px;
  color: #333;
  padding: 20px 0;
  line-height: 20px;
}

.checkout-delivery-stock p.delivery-hint {
  padding: 0px;
  font: inherit;
}

.checkout-delivery-stock img {
  float: left;
  margin-right: 20px;
}

.checkout-delivery-stock .no-offices b {
  font-weight: bold;
}

.checkout-delivery-stock .no-offices {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 20px;
  line-height: 20px;
}

.checkout-delivery-stock .price-delivery {
  padding: 12px;
  background-color: #fff;
  border: 2px solid #999933;
  color: #333;
  font-size: 12px;
  display: inline-block;
}

.checkout-delivery-stock .price-delivery span {
  font-size: 16px;
}

.checkout-delivery-stock p span {
  font-size: 16px;
}

.checkout-delivery-stock .styled-checkbox:before {
  margin: 0px 8px 0px 0px;
}

.checkout-delivery-stock .styled-checkbox {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}

.checkout-delivery-stock_wrapper a {
  font-size: inherit;
  color: #3399cc;
}

.checkout-delivery-stock_wrapper .info-icon {
  margin-left: 10px;
  vertical-align: middle;
}

.checkout-delivery-stock_wrapper a.checkout-change-service {
  font-size: 12px;
}

.checkout-delivery-stock_wrapper a:hover {
  text-decoration: none;
}

.checkout-delivery-stock .info-icon-position {
  vertical-align: middle;
  margin-left: 5px;
}

.checkout-delivery-stock .checkout-address-form,
.delivery-by-account .checkout-address-form {
  width: 500px;
  margin-bottom: 20px;
}

.checkout-delivery-stock .checkout-address-form input {
  padding: 0 10px;
}

.checkout-delivery-stock .checkout-address-form .email {
  margin-top: 15px;
}

.checkout-delivery-stock_wrapper .checkout-address-form a {
  margin: 0;
}

.checkout-delivery-stock .custom-element-text {
  padding-top: 20px;
  display: inline-block;
}

.checkout-delivery-type-table thead td {
  color: #333;
  font-size: 12px;
  border: 1px solid #fff;
  border-top: 0px;
  border-right: 0px;
  background: #f0f0f0;
  vertical-align: middle;
}

.checkout-delivery-type-table tbody td:first-child {
  border-left: 0px;
  vertical-align: middle;
}

.checkout-delivery-type-table thead td.radio-button {
  width: 50px;
  vertical-align: middle;
}

.checkout-delivery-type-table thead td.img-delivery {
  width: 140px;
}

.checkout-delivery-type-table thead td.price {
  width: 170px;
}

.checkout-delivery-type-table {
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
}

.checkout-delivery-type-table td {
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding: 20px;
  vertical-align: top;
}

.checkout-delivery-type-table td strong {
  font-size: 16px;
}

.checkout-delivery-type-table td img {
  text-align: center;
}

.checkout-delivery-type-table td img {
  cursor: pointer;
}

.checkout-delivery-type-table tbody tr {
  cursor: pointer;
}

.checkout-delivery-type-table tbody td {
  border: 1px dotted #ccc;
  border-top: 0px;
  border-right: 0px;
}

.checkout-delivery-type-table td.shade {
  position: relative;
  overflow: hidden;
}

.checkout-delivery-type-table td.shade:after {
  content: " ";
  width: 199px;
  height: 25px;
  background-image: url(/images/layout/checkout2/opacity.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 40px;
  outline: 0px solid red;
}

.checkout-delivery-type-table td.shade div {
  height: 40px;
  overflow: hidden;
}

.checkout-delivery-type-table .pretty-link.comments {
  font-size: 13px;
  float: right;
}

.checkout-delivery-type-table [data-disabled] *, .checkout-payment-type-table [data-disabled] * {
  cursor: default;
}

.checkout-delivery-type-table [data-disabled] a, .checkout-payment-type-table [data-disabled] a {
  cursor: pointer;
}

.checkout-delivery-type-table [data-disabled], .checkout-payment-type-table [data-disabled] {
  opacity: 0.5;
  cursor: default;
}

/* товари к весу */
.checkout-delivery-product-weight-wrapper p {
  font-size: 14px;
  color: #333;
  line-height: 20px;
}

.checkout-delivery-product-weight-wrapper {
  padding-bottom: 20px;
}

/* block slider-tabs (tabs) */
.product-weight-wrapper {
  margin: 20px 0;
  outline: 0px solid red;
  /*display: none;*/
}

.product-weight-wrapper .tabs > .tabs-header {
  width: 100%;
  border-collapse: collapse;
  display: table !important;
  table-layout: fixed;
  padding-bottom: 0px !important;
  border-bottom: none;
  margin-bottom: 20px !important;
}

.product-weight-wrapper .tabs > .tabs-header > ul > .tabs-header-item.active .title {
  background-color: #fff;
  cursor: pointer;
}

.product-weight-wrapper .tabs > .tabs-header > ul > .tabs-header-item .title {
  color: #333;
  font-size: 20px;
  background-color: #f4f4f4;
}

.product-weight-wrapper .checkout-gift-list {
  border: 1px solid #e5e5e5;
  margin: 0px 0px 32px 0px;
}

.product-weight-wrapper .checkout-gift-list .tabs > .tabs-header > ul > .tabs-header-item .title {
  padding: 6px 0;
}

.product-weight-wrapper .checkout-gift-list .tabs > .tabs-header > ul > .tabs-header-item .title img {
  padding-right: 6px;
}

.product-weight-wrapper .tabs > .tabs-header > ul > .tabs-header-item {
  display: table-cell;
  border: 1px solid #e5e5e5;
  border-top: none;
}

.product-weight-wrapper .tabs > .tabs-header > ul > .tabs-header-item.active {
  border: none;
}

.product-weight-wrapper .product-tile-wrapper > li {
  padding-top: 10px;
}

.product-weight-wrapper .product-tile-wrapper .without-buy-button .product-weight {
  top: 3px;
  text-align: center;
  display: inline-block;
  width: 70px;
}

/* tabs second */
.product-weight-wrapper .tabs-second {
  padding-top: 10px;
  padding-bottom: 15px;
}

.product-weight-wrapper .tabs-second ul li {
  display: inline-block;
  font-size: 14px;
  color: #3399cc;
  text-decoration: underline;
  cursor: pointer;
  padding: 10px 15px;
}

.product-weight-wrapper .tabs-second ul li:hover {
  text-decoration: none;
}

.product-weight-wrapper .tabs-second ul li.active {
  text-decoration: none;
  color: #333;
  border: 1px solid #e5e5e5;
  padding: 10px 15px;
  cursor: default;
}

.product-weight-wrapper .product-title {
  max-height: 32px !important;
}

.product-weight-wrapper .carousel {
  border-bottom: none;
}

.product-weight-wrapper .tabs-content .carousel-items .product-tile-wrapper li.select-item-opacity:before {
  content: "";
  width: 176px;
  height: 285px;
  outline: 0px solid red;
  position: absolute;
  opacity: 0.5;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  background-color: #fff;
  margin-top: 25px;
  z-index: 100;
}

.product-weight-wrapper .checkout-gift-list .tabs-content {
  margin: 0 25px;
}

.checkout-delivery-product-weight-wrapper .down-next-wrapper {
  margin: 40px 0 100px 0;
  border-top: 1px dotted #ccc;
  padding-top: 10px;
}

.checkout-gift-list .checkout-gift-list-initial,
.checkout-products-to-weight .checkout-products-to-weight-list-initial {
  line-height: 54px;
  padding: 0 23px;
}

.checkout-products-to-weight .checkout-products-to-weight-list-initial {
  border: 1px solid #e5e5e5;
}

.checkout-gift-list .checkout-gift-list-initial .icon,
.checkout-products-to-weight .checkout-products-to-weight-list-initial .icon {
  color: #333;
  font-size: 18px;
  text-decoration: none;
  padding-left: 46px;
}

.checkout-gift-list .checkout-gift-list-initial .icon {
  background: url(/images/layout/checkout2/gift.png) no-repeat;
}

.checkout-products-to-weight .checkout-products-to-weight-list-initial .icon {
  background: url(/images/layout/checkout2/weight.png) no-repeat;
}

.checkout-gift-list .checkout-gift-list-change,
.checkout-products-to-weight .checkout-products-to-weight-list-change {
  display: none;
  font-size: 12px;
  margin: 12px 0 18px 0;
}

.checkout-gift-list .checkout-gift-list-change span,
.checkout-products-to-weight .checkout-products-to-weight-list-change span {
  padding-right: 15px;
}

.checkout-gift-list .checkout-gift-list-change a,
.checkout-products-to-weight .checkout-products-to-weight-list-change a {
  color: #3399cc;
}

.checkout-gift-list .checkout-gift-list-cancel,
.checkout-products-to-weight .checkout-products-to-weight-list-cancel {
  display: none;
  position: absolute;
  top: 18px;
  right: 30px;
}

/*.checkout-products-to-weight .checkout-products-to-weight-list-cancel {
	top: 25px;
	right: 0;
}*/
.checkout-gift-list .checkout-gift-list-cancel a,
.checkout-products-to-weight .checkout-products-to-weight-list-cancel a {
  color: #3399cc;
  font-size: 14px;
  text-decoration: underline;
}

.checkout-gift-list .checkout-gift-list-cancel a:hover,
.checkout-products-to-weight .checkout-products-to-weight-list-cancel a:hover {
  text-decoration: none;
}

.checkout-gift-list.without-border {
  border: none;
}

.checkout-gift-list.without-border .checkout-selected-gifts-list table {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.checkout-gift-list.without-border .checkout-selected-gifts-list table td,
.checkout-gift-list.without-border .checkout-selected-gifts-list table th {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.tabs-products-to-weight-message {
  color: #f00;
  display: none;
  margin-top: 10px;
  width: 100%;
  font-size: 12px;
  margin-bottom: 7px;
}

.tabs-products-to-weight-wrapper {
  position: relative;
  margin-top: 25px;
}

.tabs-products-to-weight-wrapper > .tabs {
  border: 1px solid #e5e5e5;
  margin-top: 25px;
  margin-bottom: -1px;
}

.tabs-products-to-weight-wrapper > .tabs > .tabs-header {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 43px;
  margin-top: 5px;
  margin-bottom: 15px;
  margin-left: 30px;
}

.checkout-products-to-weight #tabs-products-to-weight {
  display: none;
}

.checkout-products-to-weight .checkout-selected-products-to-weight-list table {
  border: 1px solid #e5e5e5;
}

/* style payment */
.checkout-payment-wrapper h1 {
  padding-top: 25px;
  padding-bottom: 15px;
}

.checkout-payment-type-table thead td {
  color: #333;
  font-size: 12px;
  border: 1px solid #fff;
  border-top: 0px;
  border-right: 0px;
  background: #f0f0f0;
  vertical-align: middle;
}

.checkout-payment-type-table tbody td:first-child {
  border-left: 0px;
  vertical-align: middle;
}

.checkout-payment-type-table thead td.radio-button {
  width: 50px;
  vertical-align: middle;
}

.checkout-payment-type-table thead td.img-payment {
  width: 140px;
}

.checkout-payment-type-table thead td.price {
  width: 170px;
}

.checkout-payment-type-table {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 30px;
}

.checkout-payment-type-table td {
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding: 20px;
  vertical-align: top;
}

.checkout-payment-type-table td strong {
  font-size: 16px;
}

.checkout-payment-type-table td img {
  text-align: center;
  cursor: pointer;
}

.checkout-payment-type-table tbody td {
  cursor: pointer;
}

.checkout-payment-type-table tbody td {
  border: 1px dotted #ccc;
  border-top: 0px;
  border-right: 0px;
}

.checkout-payment-type-table td.shade {
  position: relative;
  overflow: hidden;
}

.checkout-payment-type-table td.shade:after {
  content: " ";
  width: 199px;
  height: 25px;
  background-image: url(/images/layout/checkout2/opacity.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 40px;
  outline: 0px solid red;
}

.checkout-payment-type-table td.shade div {
  height: 40px;
  overflow: hidden;
}

.checkout-payment-wrapper p {
  font-size: 14px;
  color: #333;
  padding-top: 30px;
}

.checkout-payment-wrapper .checkout-payment-type-table p {
  padding: 0px;
}

/*  select payment  */
.checkout-payment-method {
  background-color: #f5f5f5;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 20px 20px 10px;
}

.checkout-payment-method_installments {
  margin: 0 0 20px 0;
  height: 34px;
}

.checkout-payment-method_installments.chosen-container {
  margin: 0 0 20px 0;
}

.checkout-payment-method_installments.chosen-container .chosen-results-title {
  display: none;
}

select.checkout-payment-method_installments {
  opacity: 0;
}

.checkout-payment-methods-select .checkout-payment-method p {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  padding-top: 30px;
  padding-bottom: 0;
}

.checkout-payment-method img {
  float: left;
  margin-right: 20px;
}

.checkout-payment-method .price-delivery {
  padding: 12px;
  background-color: #fff;
  border: 2px solid #999933;
  color: #333;
  font-size: 12px;
  display: inline-block;
}

.checkout-payment-method .price-delivery span {
  font-size: 16px;
}

.checkout-payment-method span {
  font-size: 14px;
}

.checkout-payment-method p span {
  font-size: 16px;
}

.checkout-payment-method p a,
.checkout-payment-services p a {
  font-size: inherit;
  color: #3399cc;
}

.checkout-payment-method p a:hover {
  text-decoration: none;
}

.checkout-payment-methods-select a {
  display: inline-block;
  font-size: inherit;
  color: #3399cc;
}

.checkout-payment-methods-select a.checkout-change-service {
  font-size: 12px;
  margin: 20px 0px;
}

.checkout-payment-methods-select a:hover {
  text-decoration: none;
}

.checkout-payment-methods-select p {
  padding: 20px 0;
  font-size: 14px;
}

.checkout-payment-methods-select .styled-form input[type="text"] {
  width: 300px;
  display: block;
}

.checkout-payment-methods-select .down-next-wrapper {
  border-top: 1px dotted #ccc;
  padding-top: 30px;
  margin-top: 40px;
  margin-bottom: 0;
}

.checkout-payment-methods-select .notification {
  margin-top: 20px;
}

.checkout-payment-method .styled-form label {
  margin-top: 10px;
  display: block;
}

/* checkout-order-wrapper */
.checkout-order-wrapper h1 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.information-delivery-wrapper p {
  line-height: 16px;
  font-size: 14px;
  color: #666666;
  margin: 30px 0 0;
}

.information-delivery-wrapper .Information-delivery {
  background-color: #f5f5f5;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 0px 20px 0px;
}

.information-delivery-wrapper .checkout-order-summary td {
  padding: 6px 7px;
  font-size: 14px;
}

.information-delivery-wrapper .checkout-order-summary td.legend {
  font-size: 12px;
}

.information-delivery-wrapper .checkout-order-summary p {
  margin-bottom: -10px;
}

.information-delivery-wrapper h2 {
  padding-top: 40px;
  padding-bottom: 10px;
}

.order-comments-info-wrapper h2,
.order-comments-form h2 {
  padding-bottom: 10px;
  padding-top: 40px;
}

.order-comments-info {
  border: 1px solid #d3d3d3;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.order-comments-info p,
.order-comments-form p {
  font-size: 14px;
  color: #333;
  line-height: 20px;
}

.order-comments-form .styled-form textarea {
  line-height: 22px;
  padding: 7px;
  font-family: arial;
}

.order-info-payment-wrapper h2 {
  padding-bottom: 5px;
  padding-top: 40px;
}

.order-info-payment-wrapper .checkout-order-summary td {
  padding: 3px 12px;
  font-size: 14px;
}

.order-info-payment {
  border: 2px solid #999933;
  display: inline-block;
  padding: 15px;
  margin-bottom: 30px;
}

.order-info-payment p {
  color: #333;
  font-size: 12px !important;
  margin-bottom: 0 !important;
  line-height: 16px;
}

.order-info-payment .extra-total-price {
  display: inline-block;
  margin-top: 5px;
}

.order-info-payment p span {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}

.order-info-attached-files-wrapper {
  padding-top: 20px;
}

.attached-file-wrapper {
  margin: 22px 0 0;
}

.attached-file-wrapper a {
  color: #3399cc;
  font-size: 14px;
}

.attached-file-wrapper a:hover {
  text-decoration: none;
  color: #327daf;
}

.follow-order {
  margin: 15px 0 100px;
}

[data-sm-role="checkout.container"] .follow-order {
  margin: 15px 0;
}

.follow-order h2 {
  padding-top: 40px;
  padding-bottom: 10px;
}

.follow-order p {
  font-size: 14px;
  color: #333;
  line-height: 20px;
}

/* next step begin */
.down-next-wrapper {
  margin: 20px 0 100px 0;
  border-top: 1px dotted #cbcbcb;
}

.down-next-wrapper .checkout-button-next-wrapper {
  margin-top: 20px;
}

.down-next-wrapper .checkout-button-next-wrapper a.styled-link-checkout {
  background-color: #999933;
  padding: 13px 50px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #999933;
}

.down-next-wrapper .checkout-button-next-wrapper a.styled-link-checkout:hover {
  background-color: #adad3a;
  border: 1px solid #999933;
}

.down-next-wrapper .checkout-button-next-wrapper a.styled-link-checkout[data-disabled="on"] {
  cursor: default;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.down-next-wrapper .checkout-button-next-wrapper a.styled-link-checkout[data-disabled="on"]:hover {
  background-color: #999933;
}

.down-next-wrapper a.edit-cart {
  font-size: 14px;
  color: #3399cc;
  float: left;
  margin-top: 10px;
}

.down-next-wrapper a.edit-cart:hover {
  text-decoration: none;
}

.checkout-additional-info-wrapper .checkout-additional-info-product-fields {
  width: auto;
}

.checkout-additional-info-wrapper .checkout-product-list {
  margin: 0px;
}

.checkout-additional-info-wrapper .checkout-product-list h2 {
  display: block;
  position: relative;
  padding: 0px 0px 0px 80px;
  min-height: 70px;
  font-size: 18px;
  line-height: 18px;
  color: #000;
  margin-bottom: 22px;
}

.checkout-additional-info-wrapper .checkout-product-list h2 span {
  display: block;
  padding: 12px 0px 8px 0px;
}

.checkout-additional-info-wrapper .checkout-product-list h2 i {
  display: block;
  font-size: 12px;
  color: #666;
}

.checkout-additional-info-wrapper .checkout-product-list h2 img {
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  padding: 3px;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.checkout-additional-info-wrapper .checkout-product-list > li {
  padding: 0 0 28px 0;
}

.checkout-additional-info-wrapper .checkout-product-list:last-child > li {
  padding: 0 0 18px 0;
}

.checkout-additional-info-wrapper .checkout-additional-info-product-field-block {
  position: relative;
}

.checkout-additional-info-wrapper .checkout-additional-info-product-field-block .in-cart-scale {
  margin-top: 17px;
}

.checkout-additional-info-wrapper .checkout-product-list .checkout-additional-info-product-field-block > label {
  box-sizing: border-box;
  padding: 10px 20px 10px 0;
  display: inline-block;
  vertical-align: bottom;
  width: 80%;
}

@media only screen and (min-width: 750px) {
  .checkout-additional-info-wrapper .checkout-product-list .checkout-additional-info-product-field-block > label {
    width: 50%;
  }
}

@media only screen and (min-width: 1000px) {
  .checkout-additional-info-wrapper .checkout-product-list .checkout-additional-info-product-field-block > label {
    width: 33.33%;
  }
}

.checkout-additional-info-wrapper .checkout-additional-info-item {
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #e1e1e1;
  margin-bottom: 42px;
}

.checkout-additional-info-item .custom-fields-amount {
  width: 140px;
}

.checkout-additional-info-item .page-description {
  margin-bottom: 27px;
}

.checkout-additional-info-item .page-description p {
  padding-bottom: 17px;
}

.checkout-additional-info-item .page-description p:last-child {
  padding-bottom: 0;
}

.checkout-additional-info-item .page-description p {
  max-width: 80%;
}

.checkout-additional-info-item .page-description [data-type] {
  padding-bottom: 5px;
  color: red;
}

.checkout-additional-info-item .page-description [data-type="available-amount"] {
  color: #EDB226;
}

.checkout-additional-info-wrapper {
  margin: 50px 0 25px 0;
}

.checkout-additional-info-wrapper .checkout-product-list .checkout-additional-info-product-field-block > label .with-errors {
  display: block;
  position: relative;
}

.checkout-additional-info-wrapper .checkout-product-list .checkout-additional-info-product-field-block > label .form-errors {
  position: absolute;
  top: 37px;
}

.follow-order ol li {
  list-style-type: decimal;
  margin-left: 20px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #333;
  line-height: 20px;
}

.follow-order ol li:first-child {
  padding-top: 10px;
}

.order-info-payment-wrapper p {
  font-size: 14px;
}

.order-left-content {
  float: left;
  margin-right: 50px;
  width: 600px;
}

.order-right-content {
  float: left;
  width: 40%;
}

.information-delivery-wrapper .information-delivery {
  background-color: #f5f5f5;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 0px 20px 0px;
}

.order-comments-info-wrapper p {
  font-size: 14px;
  color: #333;
  padding-bottom: 10px;
  line-height: 20px;
}

.checkout-product-table .checkout-summary-product-gift-icon {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url("/images/layout/checkout2/gift.png") right top no-repeat;
  margin: 0px 0px 0px 10px;
  vertical-align: middle;
}

[data-sm-role="checkout.container"] div#content-info {
  padding-bottom: 50px;
  padding-top: 20px;
}

[data-sm-role="checkout.container"] div#content-info p {
  line-height: 20px;
}

[data-sm-role="checkout.container"] div#content-info a {
  color: #3399cc;
}

[data-sm-role="checkout.container"] div#content-info a:hover {
  text-decoration: none;
}

.order-details-payment-info {
  margin-top: 20px;
}

div#content-info td {
  background-color: #f5f5f5;
  padding: 5px 16px;
  font-size: 14px;
}

div#content-info td:first-child {
  color: #666;
  font-size: 12px;
  padding-right: 0;
}

div#content-info a {
  color: #3399cc;
}

.order-info-payment-wrapper #content-info p {
  margin: 20px 0;
  color: #333;
}

/* next step end */
/* ckeckout activations content END */
/* delivery service feedback page BEGIN */
.feedback-amount {
  font-size: 16px;
  background-color: #e5e5e5;
  padding: 12px 17px;
  color: #333;
  margin-top: 20px;
}

.feedback-amount span {
  font-weight: bold;
  color: #993;
}

.page-description.delivery-info-wrapper > * {
  vertical-align: bottom;
}

.page-description.delivery-info-wrapper img {
  margin: 0;
}

.page-description.delivery-info-wrapper .comments-amount {
  font-style: italic;
  font-size: 14px;
}

.page-description.delivery-info-wrapper .customers-rating-chart .read-all {
  display: none;
}

.page-description.delivery-info-wrapper .delivery-info {
  display: inline-block;
  margin-left: 15px;
}

.page-description.delivery-info-wrapper .comments-amount span {
  color: #993;
  font-weight: bold;
}

.page-description.delivery-info-wrapper .delivery-info .stars-view-rating {
  margin-bottom: 3px;
}

.page-description.delivery-info-wrapper .delivery-info .mark .stars-view-rating {
  margin: 0;
}

.feedback-answer .item:first-child {
  border: none;
}

.feedback-answer .item {
  border-top: 1px dotted #ccc;
  padding: 15px;
  margin-top: 10px;
  font-size: 14px;
}

.feedback-answer .header {
  margin-bottom: 10px;
}

.feedback-answer .feedback {
  color: #363636;
}

.feedback-answer .header .author {
  font-weight: bold;
  padding-left: 20px;
  margin-right: 10px;
  background-color: transparent;
  background-position: -10px -80px;
}

.feedback-answer .header .date {
  color: #666;
}

.feedback-answer .answer {
  padding: 10px 15px;
  margin: 15px 0 0 15px;
  position: relative;
  background-color: #f5f5f5;
}

.feedback-answer .answer:before {
  display: block;
  content: '';
  width: 0;
  position: absolute;
  height: 0;
  border: 8px solid #f5f5f5;
  border-bottom-color: transparent;
  border-left-color: transparent;
  top: 0;
  left: -15px;
}

.feedback-answer .answer .feedback {
  color: #666;
}

.feedback-answer .answer .header .author {
  padding-left: 0;
}

/**************************************/
.customers-rating-chart {
  width: 300px;
  display: none;
  top: 21px;
  left: 0;
  box-shadow: 0 0 15px #c3c3c3;
  z-index: 11;
  position: absolute;
  background-color: white;
  padding: 20px;
  cursor: default;
}

.hover .customers-rating-chart {
  display: block;
}

[data-disabled] .hover .customers-rating-chart {
  display: none;
}

.customers-rating-chart table {
  width: 100%;
}

.customers-rating-chart tbody tr {
  cursor: default;
}

.customers-rating-chart tbody td {
  padding: 0 15px 15px 0;
  border: none;
}

.customers-rating-chart .mark {
  width: 15%;
  color: #999;
}

.customers-rating-chart .percent {
  width: 20%;
  color: #993;
}

.customers-rating-chart .line {
  width: 75%;
}

.customers-rating-chart .line .background {
  display: inline-block;
  width: 100%;
  background-color: #f0f0f0;
}

.customers-rating-chart .line .background span {
  background-color: #FAA71A;
  display: inline-block;
  height: 100%;
}

.customers-rating-chart .read-all {
  margin-top: 10px;
  display: inline-block;
}

.customers-rating-chart .title {
  font-size: 14px;
  font-style: italic;
  color: #666;
  padding-bottom: 25px;
}

.checkout-payment-wrapper .light-frame-warning {
  margin-bottom: 45px !important;
}

/* delivery service feedback page END */
/* adaptive style */
@media only screen and (max-width: 860px) {
  .checkbox-cupon-gift {
    margin-top: 50px;
  }
  .gifts-wrapper {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .virtual-products-purchase .products-wrapper a.remove {
    margin-right: 20px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1160px) {
  .order-right-content {
    width: 95%;
  }
  .follow-order {
    padding-bottom: 70px;
  }
  div#content-info {
    padding-bottom: 10px;
  }
}

.checkout-payment-wrapper .light-frame-warning {
  margin-bottom: 45px !important;
}

/* chosen */
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/images/layout/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/images/layout/chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("/images/layout/chosen-sprite.png") no-repeat 100% -20px;
  background: url("/images/layout/chosen-sprite.png") no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/images/layout/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("/images/layout/chosen-sprite.png") no-repeat -30px -20px;
  background: url("/images/layout/chosen-sprite.png") no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("/images/layout/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */
/* carousel */
.see-all-button {
  float: right;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 22px;
  padding: 4px 22px !important;
  background-color: #aaa !important;
  text-decoration: none !important;
}

.see-all-button:hover {
  background-color: #333 !important;
  color: #fff !important;
}

/* Carousel: start*/
.carousel {
  position: relative;
  padding-bottom: 25px;
}

.carousel .carousel-items {
  overflow: hidden;
}

.carousel .product-tile-wrapper {
  margin-right: -5000px;
}

.carousel .product-tile-wrapper .product-imagetile {
  width: 170px;
  height: 170px;
}

.carousel .product-tile-wrapper > li:first-child {
  padding-left: 0;
}

.carousel .prev-image {
  /*top: 100px;*/
  left: -20px;
}

.carousel .next-image {
  /*top: 100px;*/
  right: -20px;
}

.carousel[data-next="0"] .next-image {
  display: none;
}

.carousel[data-prev="0"] .prev-image {
  display: none;
}

/* Carousel: end*/
/* Tabs: begin */
.promo-carousel-wrapper {
  border: 1px solid #e5e5e5;
  margin: 0px 0px 32px 0px;
}

.tabs > .tabs-header {
  display: table;
  table-layout: fixed;
  padding-bottom: 0;
  margin-bottom: 20px;
  border-collapse: collapse;
}

.tabs > .tabs-header > ul {
  display: table-row;
}

.tabs > .tabs-header > ul > .tabs-header-separator {
  display: none;
  width: 2%;
}

.tabs > .tabs-header > ul > .tabs-header-item {
  border: 1px solid #e5e5e5;
  border-top: none;
  display: table-cell;
}

.tabs > .tabs-header > ul > .tabs-header-item:first-child {
  border-left: none;
}

.tabs > .tabs-header > ul > .tabs-header-item:last-child {
  border-right: none;
}

.tabs > .tabs-header > ul > .tabs-header-item.active {
  border: none;
}

.tabs > .tabs-header > ul > .tabs-header-item .title {
  color: #333;
  background-color: #f4f4f4;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  cursor: pointer;
  white-space: nowrap;
  padding: 6px 0;
}

.tabs > .tabs-header > ul > .tabs-header-item.active .title {
  background-color: #fff;
  cursor: default;
}

.tabs > .tabs-header > ul > .tabs-header-item .title img {
  padding-right: 6px;
}

.tabs-item {
  display: none;
}

.tabs > .tabs-content > .tabs-item.active {
  display: block;
}

#tabs-promo .tabs-header-item,
#tabs-latest .tabs-header-item,
#tabs-bestseller .tabs-header-item {
  display: inline-block;
  vertical-align: top;
}

/* Tabs: end */
/* Subtabs: start */
.tabs-content .tabs > .tabs-header {
  width: auto;
  border: none;
  padding-top: 10px;
  padding-bottom: 15px;
  margin-left: 30px;
  margin-bottom: 0px;
}

.tabs-content .tabs > .tabs-header > ul > .tabs-header-separator {
  width: 5%;
}

.tabs-content .tabs > .tabs-header > ul > .tabs-header-item {
  border: none;
}

.tabs-content .tabs > .tabs-header > ul > .tabs-header-item .title {
  background-color: #fff;
  line-height: 30px;
  font-size: 14px;
  color: #3399cc;
  text-decoration: underline;
  cursor: pointer;
  padding: 0px 15px;
  border: 1px solid #fff;
}

.tabs-content .tabs > .tabs-header > ul > .tabs-header-item:hover .title {
  text-decoration: none;
}

.tabs-content .tabs > .tabs-header > ul > .tabs-header-item.active .title {
  text-decoration: none;
  color: #333;
  border: 1px solid #e5e5e5;
  cursor: default;
}

.tabs-content .tabs > .tabs-header > ul > .tabs-header-item.active .bottom-arrow {
  display: none;
}

/* Subtabs: end */
.tabs-content > .tabs-item .carousel {
  min-height: 200px;
  padding: 0 30px 25px;
}

.tabs-content > .tabs-item .carousel .next-image {
  right: 5px;
}

.tabs-content > .tabs-item .carousel .prev-image {
  left: 5px;
}

#tabs-main > .tabs-header {
  width: 100%;
}

#tabs-main .see-all-button {
  float: none;
}

#tabs-main .see-all-button-wrapper {
  text-align: center;
  padding-top: 10px;
}

/* Zebra datepicker */
/*
		Zebra_DatePicker: a lightweight jQuery date picker plugin
		Twitter Bootstrap theme
		copyright (c) 2011 - 2013 Stefan Gabos
		http://stefangabos.ro/jquery/zebra-datepicker/
*/
.Zebra_DatePicker *,
.Zebra_DatePicker *:after,
.Zebra_DatePicker *:before {
  box-sizing: content-box !important;
}

.Zebra_DatePicker {
  background: #fff;
  /*border: 1px solid #ccc;*/
  border-top: 1px solid #333;
  display: none;
  font-size: 14px;
  /*width: 204px;*/
  position: absolute;
  z-index: 100;
  padding: 0;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  box-sizing: border-box;
}

.Zebra_DatePicker * {
  margin: 0;
  padding: 0;
  color: #373737;
  background: transparent;
  border: none;
}

/* = GLOBALS
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker table {
  border-collapse: collapse;
  border-spacing: 0;
}

.Zebra_DatePicker td,
.Zebra_DatePicker th {
  text-align: center;
  padding: 5px 0;
}

.Zebra_DatePicker td {
  cursor: pointer;
  vertical-align: middle;
}

.Zebra_DatePicker .dp_content {
  border-top: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
  border-left: 0 none !important;
}

.Zebra_DatePicker .dp_daypicker td,
.Zebra_DatePicker .dp_daypicker th,
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td {
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  width: 30px;
}

.Zebra_DatePicker .dp_daypicker td:first-child,
.Zebra_DatePicker .dp_daypicker th:first-child,
.Zebra_DatePicker .dp_monthpicker td:first-child,
.Zebra_DatePicker .dp_yearpicker td:first-child {
  border-left: none;
}

.Zebra_DatePicker .dp_daypicker tr:first-child td,
.Zebra_DatePicker .dp_daypicker tr:first-child td,
.Zebra_DatePicker .dp_monthpicker tr:first-child td,
.Zebra_DatePicker .dp_yearpicker tr:first-child td {
  border-top: none;
}

/* = HEADER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_header {
  height: 34px;
}

.Zebra_DatePicker .dp_header .dp_previous,
.Zebra_DatePicker .dp_header .dp_next {
  background: #ccc  no-repeat 0 -34px;
  padding: 0;
  width: 34px;
  height: 34px;
}

.Zebra_DatePicker .dp_header .dp_previous {
  background-image: url("/images/layout/calendar/arrow_previous.png");
  border-right: 1px solid #fff;
}

.Zebra_DatePicker .dp_header .dp_next {
  background-image: url("/images/layout/calendar/arrow_next.png");
  border-left: 1px solid #fff;
}

.Zebra_DatePicker .dp_header .dp_caption {
  background-color: #ebebeb;
  font-weight: normal;
}

.Zebra_DatePicker .dp_header .dp_hover {
  background-color: #333;
  background-position: 0 0;
  color: #373737;
}

.Zebra_DatePicker .dp_header .dp_blocked {
  background-color: #ccc !important;
  background-position: 0 -68px;
  color: #ccc !important;
  cursor: default;
}

/* = DATEPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_daypicker th {
  background-color: #e8e7e7;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  font-weight: normal;
}

.Zebra_DatePicker td.dp_not_in_month {
  color: #DEDEDE;
  cursor: default;
}

.Zebra_DatePicker td.dp_weekend_disabled {
  color: #DEDEDE;
  cursor: default;
}

.Zebra_DatePicker td.dp_selected {
  background: #ccc;
  color: #333 !important;
}

.Zebra_DatePicker td.dp_week_number {
  cursor: text;
  font-weight: bold;
}

/* = MONTHPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_monthpicker td {
  width: 33%;
}

/* = YEARPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_yearpicker td {
  width: 33%;
}

/* = FOOTER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_footer {
  background-color: #ebebeb;
  border-top: 1px solid #f7f7f7 !important;
  margin-top: 0;
  height: 34px;
}

/* = SOME MORE GLOBALS (MUST BE LAST IN ORDER TO OVERWRITE PREVIOUS PROPERTIES)
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker td.dp_disabled_current {
  color: #3A87AD;
}

.Zebra_DatePicker td.dp_disabled {
  color: #DEDEDE;
  cursor: default;
}

.Zebra_DatePicker td.dp_hover {
  background: #333;
  color: #fff !important;
}

/* = ICON
----------------------------------------------------------------------------------------------------------------------*/
a.Zebra_DatePicker_Icon {
  background: url("/images/layout/calendar/ico.png") no-repeat left top;
  border: none;
  cursor: pointer;
  display: block;
  line-height: 0;
  text-indent: -9000px;
  position: absolute;
  width: 34px;
  height: 34px;
  padding: 0;
  vertical-align: top;
}

a.Zebra_DatePicker_Icon_Disabled {
  display: none;
}

/* don't set vertical margins! */
a.Zebra_DatePicker_Icon {
  background-color: #ccc;
  margin: 0;
}

a.Zebra_DatePicker_Icon_Inside {
  margin: 0;
}

a.Zebra_DatePicker_Icon:hover,
.Zebra_DatePicker_Icon_Wrapper.active a.Zebra_DatePicker_Icon {
  background-position: 0 -34px;
  background-color: #333;
}

/* jQuery fancybox */
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url(/images/fancybox/fancybox.png);
}

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
}

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}

#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}

#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url(/images/fancybox/fancybox.png) -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}

#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}

#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url(/images/fancybox/blank.gif);
  z-index: 1102;
  display: none;
}

#fancybox-left {
  left: 0px;
}

#fancybox-right {
  right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}

#fancybox-left-ico {
  background-image: url(/images/fancybox/fancybox.png);
  background-position: -40px -30px;
}

#fancybox-right-ico {
  background-image: url(/images/fancybox/fancybox.png);
  background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible;
  /* IE6 */
}

#fancybox-left:hover span {
  left: 20px;
}

#fancybox-right:hover span {
  left: auto;
  right: 20px;
}

.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}

#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url(/images/fancybox/fancybox-x.png);
}

#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url(/images/fancybox/fancybox.png);
  background-position: -40px -162px;
}

#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url(/images/fancybox/fancybox-y.png);
  background-position: -20px 0px;
}

#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url(/images/fancybox/fancybox.png);
  background-position: -40px -182px;
}

#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url(/images/fancybox/fancybox-x.png);
  background-position: 0px -20px;
}

#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url(/images/fancybox/fancybox.png);
  background-position: -40px -142px;
}

#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url(/images/fancybox/fancybox-y.png);
}

#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url(/images/fancybox/fancybox.png);
  background-position: -40px -122px;
}

#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}

.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}

.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}

.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}

#fancybox-title-over {
  padding: 10px;
  background-image: url(/images/fancybox/fancy_title_over.png);
  display: block;
}

.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}

#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}

#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}

#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url(/images/fancybox/fancybox.png) -40px -90px no-repeat;
}

#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url(/images/fancybox/fancybox-x.png) 0px -40px;
}

#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url(/images/fancybox/fancybox.png) -55px -90px no-repeat;
}

/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg {
  background: transparent !important;
}

.fancybox-ie #fancybox-bg-n {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_n.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-ne {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_ne.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-e {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_e.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-se {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_se.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-s {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_s.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-sw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_sw.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-w {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_w.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-nw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_nw.png', sizingMethod='scale');
}

/* smslider */
/****** стилі для слайдера на головній сторінці *******/
#sm_slider {
  position: relative;
  box-sizing: border-box;
  /*border: 1px solid #e0e0e0;*/
  height: 400px;
  margin: 0 260px;
}

#sm_slider ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#sm_slider .disable {
  visibility: hidden;
}

.sm_slide {
  color: #3d3d3d;
  display: none;
  height: 400px;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
}

.sm_slide.active {
  display: block;
  visibility: visible;
}

.sm_prev, .sm_next {
  background: url(/images/layout/arrow/sm_arr.png) no-repeat;
  cursor: pointer;
  display: block;
  font-style: normal;
  height: 37px;
  margin: -18px 0 0 0;
  position: absolute;
  top: 50%;
  width: 36px;
  z-index: 999;
  visibility: hidden;
}

#sm_slider:hover .sm_prev, #sm_slider:hover .sm_next {
  visibility: visible;
}

.sm_prev {
  background-position: 0 0;
  left: 0;
}

.sm_prev:hover {
  background-position: 0 -37px;
}

.sm_next {
  background-position: -36px 0;
  right: 0;
}

.sm_next:hover {
  background-position: -36px -37px;
}

.sm_nav {
  clear: both;
  /*display: inline-block;*/
  display: none;
  overflow: hidden;
  padding: 5px 0px;
  white-space: nowrap;
  z-index: 999;
}

.sm_nav-item {
  text-decoration: none;
  background-color: #eee;
  color: #555555;
  text-align: center;
  padding: 13px 5px;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  margin-right: 1px;
}

.sm_nav-item i {
  display: block;
  width: 6px;
  height: 6px;
  position: relative;
  top: 5px;
  left: 4px;
  border-radius: 6px;
  background-color: #7f7f7f;
}

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

.sm_nav-item.active {
  color: #000;
  cursor: default;
  background-color: #fff;
}

.sm_nav-item.active i {
  background-color: #bfbfbf;
}

.sm_nav-item:hover i {
  background: #7f7f7f;
}

.sm_nav-item.active:hover i {
  background-color: #bfbfbf;
}

/* circles*/
.circles .sm_nav-item {
  text-decoration: none;
  background-color: #fff;
  color: #555555;
  text-align: center;
  padding: 8px 2px;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  margin-right: 1px;
}

.circles .sm_nav-item i {
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 0px;
  left: 0px;
  border-radius: 16px;
  background-color: #e1e1e1;
}

.circles .sm_nav-item:hover {
  color: #fff;
  background-color: #fff;
}

.circles .sm_nav-item.active {
  color: #000;
  cursor: default;
  background-color: #fff;
}

.circles .sm_nav-item.active i {
  background-color: #990;
}

.circles .sm_nav-item:hover i {
  background: #333;
}

.circles .sm_nav-item.active:hover i {
  background-color: #990;
}

/* tipsy */
.tipsy {
  font-size: 10px;
  position: absolute;
  padding: 5px;
  z-index: 100000;
  word-wrap: break-word;
}

.tipsy-inner {
  background-color: #ededb5;
  color: #333;
  max-width: 200px;
  padding: 5px 8px 4px 8px;
  text-align: center;
}

/* Rounded corners */
/*.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }*/
/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #000;
}

/* Rules to colour arrows */
.tipsy-arrow-n {
  border-bottom-color: #ededb5;
}

.tipsy-arrow-s {
  border-top-color: #ededb5;
}

.tipsy-arrow-e {
  border-left-color: #ededb5;
}

.tipsy-arrow-w {
  border-right-color: #ededb5;
}

.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.tooltip .tipsy-inner {
  border: 1px solid #bbb;
  background-color: #fff;
  padding: 0 2px;
}

.yellow-brown-hint .tipsy-inner {
  background-color: #ededb5;
  color: #666;
  font-size: 11px;
  line-height: 14px;
  text-align: left;
  padding: 10px;
  max-width: 160px;
}

.yellow-brown-hint .tipsy-arrow-w {
  border-right-color: #ededb5;
}

.product-desc-hint .tipsy-inner {
  background-color: #ededb5;
  color: #666;
  font-size: 11px;
  line-height: 14px;
  text-align: left;
  padding: 10px;
  max-width: 250px;
}

.product-desc-hint .tipsy-arrow-s {
  border-top-color: #ededb5;
}

.chosen-container {
  font-size: 16px;
  margin-top: 5px;
  text-align: left;
}

.chosen-container-single .chosen-single {
  background: none repeat scroll 0 0 #FFFFFF;
  border: none !important;
  border-radius: 0;
  box-shadow: none;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 34px;
  height: 34px;
  padding: 0;
}

.chosen-container-single .chosen-single div {
  background-color: #ccc;
  border: 1px solid #ccc;
  border-left: none;
  width: 33px;
  height: 32px;
}

[data-disabled] .chosen-container-single .chosen-single div:hover {
  background-color: #ccc;
  border: 1px solid #ccc;
}

.chosen-container-single .chosen-single div:hover,
.chosen-container-single.chosen-with-drop .chosen-single div {
  background-color: #333;
  border: 1px solid #333;
  border-left: none;
}

.chosen-container-single .chosen-single div b {
  background: url("/images/layout/select-arrow.png") no-repeat center;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: center;
}

.chosen-container-single .chosen-drop {
  border-radius: 0;
  margin-top: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  background-image: none;
  box-shadow: none;
}

.chosen-container-single .chosen-single span {
  border: 1px solid #ccc;
  margin-right: 34px;
  padding-left: 8px;
  text-overflow: clip;
  line-height: 32px;
  height: 32px;
}

.chosen-container-single .chosen-single span.select-shade:after {
  height: 32px;
  right: 34px;
  top: 1px;
}

.chosen-container .chosen-drop {
  border: 1px solid #ccc;
  border-top: 0;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.chosen-container .chosen-results {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  max-height: 175px;
  margin: 0 4px 0 0;
}

.chosen-container .chosen-results > li:last-child {
  margin-bottom: 4px;
}

.chosen-container .chosen-results > li.custom-no-results {
  display: none !important;
}

.chosen-container .chosen-results li.highlighted {
  background: none #ececec;
  color: #333;
}

.chosen-container-single .chosen-search {
  border-bottom: 1px solid #333;
  margin: -33px 33px 0 0;
  padding: 0 4px 0 3px;
}

.chosen-container-single .chosen-search input[type="text"] {
  background: #fff;
  border: none;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 1px;
  padding: 5px 4px 4px;
  height: 31px;
}

.chosen-container .chosen-results li {
  height: 15px;
  white-space: nowrap;
  position: relative;
}

.chosen-container .chosen-results li[class*=" icon-"], .chosen-container .chosen-results li[class^="icon-"] {
  padding-left: 30px;
}

.chosen-container .chosen-results li[class*=" icon-"]:after, .chosen-container .chosen-results li[class^="icon-"]:after {
  top: 1px;
  left: 5px;
  right: auto;
  height: 20px;
}

/*.chosen-container .chosen-results li:after {
	background: url("/images/layout/select-shadow.png");
	content: " ";
	display: block;
	width: 34px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}*/
.chosen-container .chosen-results li:after {
  height: 100%;
  top: 0;
  right: 0;
}

.chosen-container .chosen-results li em {
  background-color: #fff697;
  font-style: normal;
  text-decoration: none;
}

.chosen-container .chosen-results li.no-results {
  background-color: #fff;
  color: #999;
  padding-top: 9px;
}

.chosen-container .chosen-results li.no-results:after {
  content: none;
}

.chosen-container .chosen-results li.custom-no-results {
  display: list-item;
  height: 0;
}

.chosen-results-title {
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
}

.chosen-custom-value span {
  border-top: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  text-align: center;
  padding: 0 4px;
  line-height: 33px;
  height: 33px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.chosen-custom-value span:hover {
  background-color: #ececec;
}

.chosen-custom-value span em.select-shade:after {
  line-height: 14px;
  height: 14px;
  right: 0;
  top: 9px;
}

.chosen-custom-value span:hover em.select-shade:after {
  background: url("/images/layout/chosen/chosen_custom_value_shad.png") repeat-y;
}

#account-data-view .-custom + .chosen-container .chosen-results-title {
  display: none;
}

#account-data-view .-custom + .chosen-container .chosen-results-title + .chosen-results {
  padding-top: 5px;
}

aside.right .promoblock .product-tile-wrapper > li {
  border-bottom: 1px dotted #c1c1c1;
  border-left: none;
  list-style-type: none;
  margin-right: 0;
  padding: 14px 0;
  width: auto;
  float: inherit;
}

aside.right .promoblock .product-tile-wrapper > li > a {
  display: block;
  float: left;
  height: 72px;
  width: 72px;
}

aside.right .promoblock .product-tile-wrapper .product-imagetile {
  border: 1px solid #e7e7e7;
  display: block;
  height: 70px;
  width: 70px;
}

aside.right .promoblock .product-tile-wrapper .product-title h2 {
  border-bottom: none;
}

aside.right .promoblock .product-tile-wrapper .product-title h2 a,
aside.right .promoblock .product-tile-wrapper .product-title a {
  color: #666 !important;
  font-size: 12px;
  line-height: 14px;
}

aside.right .promoblock .product-tile-wrapper .product-title h2 a:hover,
aside.right .promoblock .product-tile-wrapper .product-title a:hover {
  text-decoration: underline !important;
}

aside.right .promoblock .product-tile-wrapper .product-info-wrapper,
aside.right .promoblock .product-tile-wrapper .product-price-wrapper {
  margin-left: 82px;
}

aside.right .promoblock .product-tile-wrapper .product-info-wrapper {
  padding-top: 0;
  max-height: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
}

aside.right .promoblock .product-tile-wrapper .product-price-wrapper .product-button {
  float: none;
  margin: 0;
}

aside.right .promoblock .product-tile-wrapper .product-price {
  color: #333;
  font-size: 18px;
}

aside.right .promoblock .product-tile-wrapper .product-price span {
  color: #666;
  font-size: 12px;
}

aside.right .promoblock .product-tile-wrapper .product-price-wrapper .left {
  display: block;
  float: right;
  margin-right: 0;
  width: 40px;
}

aside.right .promoblock .product-tile-wrapper .product-price-wrapper .right {
  float: left;
}

aside.right .promoblock .product-tile-wrapper .product-price.special-price {
  color: #f60;
}

aside.right .promoblock .product-tile-wrapper .product-price.special-price span {
  font-weight: normal;
}

.promotion-list-wrapper .promotion-item.even {
  margin-left: 4%;
}

.promotion-list-wrapper .promotion-item {
  height: 200px;
  margin-bottom: 70px;
  float: left;
  max-width: 46%;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1360px) {
  .promotion-list-wrapper .promotion-item {
    max-width: none;
    margin-left: 0;
  }
}

.promotion-list-wrapper .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 340px;
  height: 200px;
}

.promotion-list-wrapper .description h2 {
  color: #333;
  font: 20px Arial !important;
}

.promotion-list-wrapper .description h2 a {
  color: #333;
  text-decoration: none;
}

.promotion-list-wrapper .description h2 a:hover {
  text-decoration: underline;
}

.promotion-list-wrapper .description .period {
  background: url("/images/layout/clock.png") no-repeat 0 0 transparent;
  margin: 15px 0;
  height: 16px;
  padding-left: 20px;
  font-size: 12px;
  color: #999;
  line-height: 16px;
}

.promotion-list-wrapper .description {
  margin-left: 380px;
  padding-bottom: 15px;
}

.promotion-list-wrapper .page-description {
  color: #999;
  font-style: italic;
  margin-bottom: 40px;
}

/*
aside.right .promoblock .product-tile-wrapper .quantity-input {
	display: none;
}*/
.promotion-list-wrapper .description .short-desc {
  color: #333;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 20px;
}

aside.right .promoblock {
  font-family: 'Roboto', sans-serif;
  border-top: 4px solid #94A723;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
}

aside.right .promoblock * {
  box-sizing: border-box;
}

aside.right .promoblock .product-tile-wrapper .product-price-wrapper .button-preorder,
aside.right .promoblock .product-tile-wrapper .product-price-wrapper .button-contact-manager,
aside.right .promoblock .product-tile-wrapper .product-price-wrapper .button-inpreorder {
  height: 26px !important;
  border-radius: 2px;
  padding-top: 2px;
}

aside.right .promoblock .product-tile-wrapper .product-price-wrapper .button-analog {
  height: 26px !important;
  line-height: 26px !important;
  border-radius: 2px;
}

aside.right .promoblock .product-tile-wrapper .product-table .in-cart-spin .quantity-input .minus,
aside.right .promoblock .product-tile-wrapper .product-table .in-cart-spin .quantity-input .plus {
  line-height: 26px;
}

aside.right .promoblock .product-tile-wrapper .product-table .in-cart-scale .quantity-input .btn,
aside.right .promoblock .product-tile-wrapper .product-table .in-cart-spin .quantity-input .btn {
  width: 26px;
  height: 26px;
  line-height: 26px;
}

aside.right .promoblock .product-tile-wrapper .product-table .in-cart-spin .quantity-input input {
  height: 26px;
  line-height: 26px;
}

aside.right .promoblock .product-tile-wrapper .product-table .in-cart-scale .quantity-input .value {
  height: 24px;
  line-height: 24px;
}

aside.right .promoblock .product-tile-wrapper .product-table .in-cart-scale .quantity-input,
aside.right .promoblock .product-tile-wrapper .product-table .in-cart-spin .quantity-input {
  min-width: 100px;
}

aside.right .promoblock .product-tile-wrapper .product-table .in-cart-scale .quantity-input .value,
aside.right .promoblock .product-tile-wrapper .product-table .in-cart-spin .quantity-input input {
  width: 48px;
}

aside.right .promoblock .product-tile-wrapper .product-table .product-button.two-lines-title {
  font-size: 10px !important;
  line-height: 10px !important;
  padding-top: 3px;
}

aside.right .promoblock .product-tile-wrapper .add-to-cart .product-button {
  background: #94A723;
  border-radius: 2px;
  font-weight: normal;
  line-height: 26px !important;
  font-size: 12px !important;
  text-align: center;
  color: #FFFFFF;
  height: 26px !important;
  width: 100px;
  padding-top: 1px;
}

aside.right .promoblock .product-tile-wrapper .add-to-cart .product-button:hover {
  background-color: #A3B826;
}

aside.right .promoblock .product-tile-wrapper .add-to-cart .product-button:first-line {
  font-size: 12px !important;
}

aside.right .promoblock .product-tile-wrapper .add-to-cart .in-cart-scale .quantity-input .btn,
aside.right .promoblock .product-tile-wrapper .add-to-cart .in-cart-spin .quantity-input .btn {
  border: 1px solid #E4E4E4;
  width: 26px;
  height: 26px;
  line-height: 24px;
  color: #333;
  background-color: #F0EFF0;
  border-radius: 2px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

aside.right .promoblock .product-tile-wrapper .add-to-cart .in-cart-scale .quantity-input .btn:hover,
aside.right .promoblock .product-tile-wrapper .add-to-cart .in-cart-spin .quantity-input .btn:hover {
  border: 1px solid #999;
  background-color: #999;
  color: #fff;
}

aside.right .promoblock .product-tile-wrapper .add-to-cart .in-cart-scale .quantity-input .value,
aside.right .promoblock .product-tile-wrapper .add-to-cart .in-cart-spin .quantity-input input {
  width: 48px;
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  box-sizing: border-box;
}

aside.right .promoblock .product-tile-wrapper .add-to-cart .in-cart-scale .quantity-input .value:focus,
aside.right .promoblock .product-tile-wrapper .add-to-cart .in-cart-spin .quantity-input input:focus {
  outline: none;
}

aside.right .promoblock .product-tile-wrapper .add-to-cart .in-cart-scale .quantity-input,
aside.right .promoblock .product-tile-wrapper .add-to-cart .in-cart-spin .quantity-input {
  min-width: 100px !important;
}

aside.right .promoblock .product-tile-wrapper .price {
  height: initial;
  padding: 0;
}

aside.right .promoblock .product-tile-wrapper .product-price {
  font-size: 14px;
  line-height: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

aside.right .promoblock .product-tile-wrapper .product-price span {
  color: #333;
  font-weight: bold;
}

aside.right .promoblock .product-tile-wrapper .product-price.special-price {
  color: #333;
}

aside.right .promoblock .product-tile-wrapper .product-price.no-price {
  font-size: 14px;
  font-weight: normal;
  padding: 0;
}

aside.right .promoblock .product-tile-wrapper .old-price {
  line-height: 16px;
  font-size: 12px;
  -webkit-text-decoration-line: strikethrough;
          text-decoration-line: strikethrough;
  color: #999999;
}

aside.right .promoblock .product-tile-wrapper .shade:after,
aside.right .promoblock .product-tile-wrapper .select-shade:after {
  content: none;
}

aside.right .promoblock .product-tile-wrapper .product-title {
  max-height: 55px;
}

aside.right .promoblock .product-tile-wrapper .product-title:before {
  content: none;
}

aside.right .promoblock .product-tile-wrapper .product-title a {
  font-size: 14px;
  line-height: 18px;
  color: #3399CC !important;
  text-decoration: none;
  margin-bottom: 10px;
  font-weight: 500;
}

aside.right .promoblock .product-tile-wrapper .product-info-wrapper {
  max-height: inherit !important;
  margin-bottom: 0;
  margin-right: 0;
}

aside.right .promoblock .product-tile-wrapper .product-info-wrapper .top {
  height: inherit;
  margin-right: 0;
}

aside.right .promoblock .product-tile-wrapper .product-title_text {
  height: auto;
}

aside.right .promoblock .product-tile-wrapper > li {
  padding: 20px 15px;
}

aside.right .promoblock .product-tile-wrapper > li:not(:last-child) {
  border-bottom: 1px solid #F0F0F0;
}

aside.right .promoblock .product-tile-wrapper > li:last-child {
  border: none;
}

aside.right .promoblock .product-tile-wrapper > li > a {
  width: 70px;
  height: 70px;
}

aside.right .promoblock .product-tile-wrapper > li > a img {
  border: 1px solid #F0EFF0;
}

aside.right .promoblock-head {
  padding: 20px 15px 25px;
  border-bottom: 1px solid #F0F0F0;
  text-align: left;
  display: block;
  background-color: transparent;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  width: auto;
  height: auto;
  text-transform: initial;
}

aside.right .promoblock-footer {
  padding: 25px 15px;
  border-top: 1px solid #F0F0F0;
}

aside.right .promoblock-footer .btn {
  border: 1px solid #E4E4E4;
  border-radius: 2px;
  display: block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  line-height: 16px;
  font-size: 12px;
  color: #333;
  padding: 6px 0;
}

aside.right .promoblock-footer .btn-gray {
  background: #F0EFF0;
}

aside.right .promoblock-footer .btn-gray:hover {
  background-color: #EBEAEB;
}

#advanced-search-menu .sidebar-tree li {
  width: auto;
}

#advanced-search-menu [data-tree-level="1"] a {
  font-weight: bold;
}

#advanced-search-menu [data-tree-level="2"] a,
#advanced-search-menu [data-tree-level="3"] a {
  font-weight: normal;
}

.search-title-highlight {
  color: #993;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~ 768 ~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media only screen and (max-width: 1024px) {
  .container {
    min-width: 750px;
    box-sizing: border-box;
  }
  .container-inner {
    margin: 0 10px 0 10px;
    min-width: 730px;
  }
  header {
    background: none;
  }
  #main-menu a {
    font-size: 12px;
  }
  #main-menu td {
    padding: 0 6px;
  }
  #main-menu td.sep {
    padding: 0;
  }
  #main-menu .main-menu-item-gsm .submenu .submenu-items {
    width: 150px;
    margin-right: 10px;
  }
  #main-menu .main-menu-item-gsm .submenu li.top {
    height: 2em;
  }
  #main-menu .main-menu-item-gsm .submenu-items .category-image img {
    width: 120px;
    height: 120px;
  }
  #content {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #content.withLeftPanel {
    border-left: 2px solid #e5e5e5;
    padding-left: 45px;
  }
  aside.left {
    background: transparent;
    width: 31px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
  }
  aside.left > div {
    width: 0;
    height: 210px;
    overflow-x: hidden;
    background: #fff;
    box-sizing: border-box;
  }
  aside.right {
    display: none;
  }
  aside .left-menu {
    padding: 0 10px;
  }
  .show-sidebar aside.left {
    width: 250px;
  }
  .show-sidebar aside.left > div {
    display: block;
    width: auto;
    height: auto;
    overflow-x: visible;
    box-shadow: 4px 3px 10px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 4px 3px 10px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 4px 3px 10px 1px rgba(0, 0, 0, 0.25);
  }
  .sidebar-tab {
    display: block;
    left: 2px;
  }
  .content-container {
    position: relative;
  }
  .ui-lightbox .content-container {
    position: static;
  }
  .show-sidebar .sidebar-tab {
    background-position: -31px 0;
    display: block;
    left: 100%;
    z-index: 9;
  }
  .show-sidebar .sidebar-tab:hover {
    background-position: -31px -170px;
  }
  .show-sidebar #content {
    border-left: 2px solid #fff;
  }
  .main-bomb-swiper {
    margin: 0;
  }
  .side-banner.left-banner, .side-banner.right-banner {
    display: none;
  }
  .info-blocks .info-block {
    width: 100%;
  }
  .info-blocks .info-block h2,
  .info-blocks .forth-column-separator {
    display: none;
  }
  .info-blocks .info-tabs > .tabs-header {
    display: block;
  }
  .info-blocks .info-tabs > .blocks .info-block {
    display: none;
  }
  .info-blocks .info-tabs > .blocks .info-block.active {
    display: block;
  }
  #tabs-main {
    margin-bottom: 41px;
  }
  #tabs-main > .tabs-header > ul > .tabs-header-item .title {
    font-size: 18px;
  }
  #top-links .right a.account {
    max-width: 80px;
  }
  #cart .coupon-wrapper {
    max-width: 300px;
  }
  #cart .coupon-wrapper .styled-form input {
    width: 204px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~ 1024 ~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .container {
    min-width: 1005px;
  }
  .container-inner {
    margin: 0 20px 0 20px;
    min-width: 965px;
  }
  #main-menu a {
    font-size: 14px;
  }
  #content {
    margin-right: 0;
  }
  aside.right {
    display: none;
  }
  .main-bomb-swiper {
    margin-left: 0;
  }
  .side-banner.left-banner {
    display: none;
  }
  #tabs-main > .tabs-header > ul > .tabs-header-item .title {
    font-size: 18px;
  }
  .info-blocks .info-block {
    width: 50%;
  }
  .info-blocks .second-column-separator {
    display: block;
  }
  .info-blocks .forth-column-separator {
    display: none;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~ 1280 ~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media only screen and (min-width: 1281px) and (max-width: 1360px) {
  .container {
    min-width: 1260px;
  }
  .container-inner {
    margin: 0 50px 0 30px;
    min-width: 1180px;
  }
  #content {
    margin-right: 0;
  }
  aside.right {
    display: none;
  }
  .info-blocks .info-block {
    width: 33%;
  }
  .info-blocks .info-block.last-column-wide-block {
    width: 100%;
  }
  .info-blocks .info-block.last-column-wide-block .info-block-item {
    box-sizing: content-box;
    margin: 0 1% 21px;
    width: 32%;
    float: left;
  }
  .info-blocks .info-block.last-column-wide-block .info-block-item.first-column {
    margin-left: 0;
  }
  .info-blocks .info-block.last-column-wide-block .info-block-item.last-column {
    margin-right: 0;
  }
  .info-blocks .info-block[data-page-id='0'] .info-block-item .item-text {
    min-height: 36px;
  }
  .info-blocks .third-column-separator {
    display: block;
  }
  .info-blocks .forth-column-separator {
    display: none;
  }
  #r-buttons {
    display: block;
  }
  .main-bomb-swiper {
    margin-left: 0;
  }
  .side-banner.left-banner {
    display: none;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~ 1360 ~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media only screen and (min-width: 1361px) and (max-width: 1440px) {
  .container {
    min-width: 1260px;
  }
  .container-inner {
    margin: 0 50px 0 30px;
    min-width: 1180px;
  }
  .info-blocks .info-block {
    width: 33%;
  }
  .info-blocks .third-column-separator {
    display: block;
  }
  .info-blocks .forth-column-separator {
    display: none;
  }
  .info-blocks .info-block.last-column-wide-block {
    width: 100%;
  }
  .info-blocks .info-block.last-column-wide-block .info-block-item {
    box-sizing: content-box;
    margin: 0 1% 21px;
    width: 32%;
    float: left;
  }
  .info-blocks .info-block.last-column-wide-block .info-block-item.first-column {
    margin-left: 0;
  }
  .info-blocks .info-block.last-column-wide-block .info-block-item .last-column {
    margin-right: 0;
  }
  .info-blocks .info-block[data-page-id='0'] .info-block-item .item-text {
    min-height: 36px;
  }
  #r-buttons {
    display: block;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~ 1440 ~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  .container {
    min-width: 1420px;
  }
  .container-inner {
    margin: 0 50px 0 30px;
    min-width: 1340px;
  }
  .info-blocks .info-block {
    width: 33%;
  }
  .info-blocks .third-column-separator {
    display: block;
  }
  .info-blocks .forth-column-separator {
    display: none;
  }
  .info-blocks .info-block.last-column-wide-block {
    width: 100%;
  }
  .info-blocks .info-block.last-column-wide-block .info-block-item {
    box-sizing: content-box;
    margin: 0 1% 21px;
    width: 32%;
    float: left;
  }
  .info-blocks .info-block.last-column-wide-block .info-block-item.first-column {
    margin-left: 0;
  }
  .info-blocks .info-block.last-column-wide-block .info-block-item.last-column {
    margin-right: 0;
  }
  .info-blocks .info-block[data-page-id='0'] .info-block-item .item-text {
    min-height: 36px;
  }
  #r-buttons {
    display: block;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~ Max ~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media only screen and (min-width: 1601px) {
  #r-buttons {
    display: block;
  }
}

.full-width {
  width: 100%;
  /*background-color: #F5F5F5;*/
  margin-bottom: 20px;
  padding: 0 25px;
}

.general-col-container {
  width: 100%;
}

.one-page-checkout .col-3 {
  width: 33.333%;
  float: left;
  padding: 0 8px;
  margin-bottom: 20px;
}

.one-page-checkout .col-3:nth-child(1) {
  padding-left: 0;
}

.one-page-checkout .col-3:nth-child(3) {
  padding-right: 0;
}

.one-page-checkout .col-3 > div {
  height: 100%;
  min-height: 300px;
  background-color: #F5F5F5;
  border: 1px solid #ebebeb;
  width: 100%;
  padding: 25px 30px;
}

.one-page-checkout .general-col-container {
  display: table;
  table-layout: fixed;
}

.one-page-checkout .col-3 {
  display: table-cell;
  vertical-align: top;
  float: none !important;
}

.one-page-checkout .frame-warning .frame-list .product-id {
  margin-bottom: 5px;
}

@media (max-width: 1280px) {
  .one-page-checkout .frame-warning .frame-button-wrapper {
    height: auto !important;
  }
  .one-page-checkout .frame-warning .frame-button-wrapper > a {
    float: none !important;
    margin-bottom: 20px;
  }
}

.box-sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.one-page-checkout .follow-order {
  background-color: #F5F5F5;
  padding: 30px;
}

.one-page-checkout .follow-order h2 {
  padding: 0;
  color: #EE6600;
  font-size: 12px;
  font-weight: bold;
}

.one-page-checkout .follow-order ol li:first-child {
  padding: 0;
}

body {
  background-color: #ffffff;
}

.one-page-checkout .checkout-address-column {
  margin-right: 0px !important;
}

.one-page-checkout .checkout-address-form .checkout-address-column {
  width: 100% !important;
}

.one-page-checkout .box-sizing, .box-sizing * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.one-page-checkout .chosen-container-single .chosen-single span.select-shade:after {
  height: 29px;
}

.one-page-checkout .chosen-container .chosen-results li {
  height: auto;
  line-height: 1;
}

.one-page-checkout input[type="text"] {
  padding: 2px 8px;
}

.one-page-checkout .styled-form input[type="text"], .one-page-checkout .styled-form input[type="password"], .one-page-checkout .styled-form textarea, .one-page-checkout .styled-form select, .one-page-checkout .styled-form .credit-card-number-field {
  padding-left: 8px;
  padding-right: 8px;
}

.one-page-checkout .chosen-container-single .chosen-search {
  border-color: #cccccc;
}

.one-page-checkout .chosen-container-single .chosen-search input[type="text"] {
  height: 29px;
}

.one-page-checkout .checkout-address-form[name="delivery"] strong {
  font-weight: normal !important;
}

.one-page-checkout h2.form-title {
  color: #333333;
  font-size: 20px;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 33px;
}

.one-page-checkout h2.form-title.gift-title {
  background-image: url("/images/layout/checkout3/checkout-gift-icon.png");
  background-repeat: no-repeat;
  background-position: left 3px;
  padding-left: 32px;
  display: inline-block;
  padding-right: 70px;
}

.one-page-checkout h2.form-title span {
  display: inline-block;
  font-size: 14px;
  color: #999933;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  width: 28px;
  height: 28px;
  border: 2px solid #999933;
  margin-right: 10px;
  line-height: 26px;
  border-radius: 51%;
  text-align: center;
}

.one-page-checkout .link_under_h2 {
  color: #3399cc;
  font-size: 12px !important;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  display: inline-block;
  white-space: normal;
}

.one-page-checkout .link_under_h2:hover {
  text-decoration: none;
}

.one-page-checkout .checkout-address-form .checkout-address-column > div {
  padding-bottom: 7px !important;
  min-height: 81px;
}

.one-page-checkout .chosen-container.chosen-container-single:not(.custom-fields-amount) {
  width: 100% !important;
}

.one-page-checkout .checkout-order-summary .checkout-order-summary-address {
  table-layout: fixed;
}

.one-page-checkout .checkout-order-summary .checkout-order-summary-address td.legend {
  width: auto;
  white-space: normal;
}

.one-page-checkout .styled-form {
  width: 100% !important;
}

.one-page-checkout .checkout-end-icon {
  background-image: url("/images/layout/checkout3/checkout-end.png");
  background-position: center;
  background-repeat: no-repeat;
}

.one-page-checkout .link_under_h2.list_icon {
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("/images/layout/checkout3/checkout-list-icon.png");
  padding-left: 28px;
}

.one-page-checkout .checkout-order-summary td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.one-page-checkout .order-comments-form {
  font-size: 12px;
}

.one-page-checkout .order-comments-form {
  padding-top: 40px;
}

.one-page-checkout .order-comments-form .styled-form textarea {
  font-size: 12px;
  line-height: 1.2;
  min-height: 150px;
}

.one-page-checkout .choose-present {
  padding: 25px 30px !important;
  background-color: #F5F5F5;
  border: 1px solid #ebebeb;
}

.one-page-checkout .info-near-title-gift {
  color: #666666;
  line-height: 28px;
  font-size: 12px;
  font-family: 'Arial', sans-serif;
  display: inline-block;
}

.one-page-checkout span.errors {
  width: 100%;
  display: block;
  margin-top: -4px;
  font-size: 12px;
  line-height: 1;
  color: #f00;
}

.one-page-checkout .roundedOne {
  width: 14px;
  height: 14px;
  position: relative;
  border-radius: 50px;
  float: left;
  cursor: pointer;
  box-shadow: inset 0px 0px 0px white, 0px 0px 3px rgba(0, 0, 0, 0.7);
}

.one-page-checkout .roundedOne label {
  width: 10px;
  height: 10px;
  cursor: pointer;
  position: absolute;
  left: 4px;
  top: 4px;
  background: linear-gradient(top, #222 0%, #45484d 100%);
  border-radius: 50px;
}

.one-page-checkout .roundedOne label:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: -3px;
  left: -2px;
  background: #929211;
  opacity: 0;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.one-page-checkout .roundedOne label:hover::after {
  opacity: 0.3;
}

.one-page-checkout [disabled] .roundedOne label:hover::after {
  opacity: 0;
}

.one-page-checkout .roundedOne input[type=radio] {
  visibility: hidden;
}

.one-page-checkout .roundedOne input[type=radio]:checked + label:after {
  opacity: 1;
}

.one-page-checkout .custom-radio {
  padding-top: 13px;
}

.one-page-checkout .custom-radio .label-text {
  cursor: pointer;
  font-size: 14px;
  padding-left: 10px;
  font-weight: 400;
  line-height: 1;
}

.one-page-checkout .custom-radio[disabled] * {
  cursor: default;
}

.one-page-checkout .custom-radio[disabled="disabled"] {
  display: none;
}

.one-page-checkout .custom-radio {
  float: left;
  margin-bottom: 15px;
  margin-right: 20px;
}

.checkout_col_height p {
  font-size: 12px;
  margin-bottom: 15px;
  color: #666666;
  line-height: 1.4;
}

.one-page-checkout .checkout-address-form p.no-margin {
  margin-bottom: 0px;
}

.one-page-checkout .checkout-address-form .line-row {
  margin-bottom: 30px;
  width: 100%;
}

.one-page-checkout .checkout-address-form .line-row > p:last-child {
  margin-bottom: 0 !important;
}

.one-page-checkout .checkout-address-form .line-row > select:last-child {
  margin-bottom: 0 !important;
}

.one-page-checkout .checkout-additional-info-wrapper .checkout-product-list > li:last-child {
  border-bottom: none;
}

.one-page-checkout .delivery-popup-1[data-disabled] *, .payment-popup[data-disabled] * {
  cursor: default;
}

.one-page-checkout .delivery-popup-1[data-disabled], .payment-popup[data-disabled] {
  opacity: 0.6;
}

.one-page-checkout .delivery-popup-1, .payment-popup {
  position: relative;
}

.payment-popup .my_dropdown, .delivery-popup-1 .my_dropdown {
  position: absolute;
  background-color: white;
  border: 1px solid #d3d3d3;
  left: 0px;
  right: 0px;
  top: 36px;
  width: 100%;
  min-width: 300px;
  z-index: 20;
  display: none;
  overflow: hidden;
}

.payment-popup .my_dropdown li, .delivery-popup-1 .my_dropdown li {
  padding: 15px 19px;
}

.payment-popup .my_dropdown li:hover, .delivery-popup-1 .my_dropdown li:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}

.delivery-popup-1 .stars {
  float: left;
}

.payment-popup .left, .delivery-popup-1 .left {
  width: 30%;
  float: left;
}

.payment-popup .left img, .delivery-popup-1 .left img {
  margin-bottom: 2px;
  width: 100%;
}

.delivery-popup-1 .stars .star {
  width: 12px;
  height: 12px;
  float: left;
  margin-right: 3px;
  background-position: center;
  background-image: url("/images/layout/checkout3/checkout-star-icon.png");
}

.delivery-popup-1 .stars_active_1 .star_1 {
  background-image: url("/images/layout/checkout3/checkout-star-active-icon.png");
}

.delivery-popup-1 .stars_active_2 .star_1 {
  background-image: url("/images/layout/checkout3/checkout-star-active-icon.png");
}

.delivery-popup-1 .stars_active_2 .star_2 {
  background-image: url("/images/layout/checkout3/checkout-star-active-icon.png");
}

.delivery-popup-1 .stars_active_3 .star_1 {
  background-image: url("/images/layout/checkout3/checkout-star-active-icon.png");
}

.delivery-popup-1 .stars_active_3 .star_2 {
  background-image: url("/images/layout/checkout3/checkout-star-active-icon.png");
}

.delivery-popup-1 .stars_active_3 .star_3 {
  background-image: url("/images/layout/checkout3/checkout-star-active-icon.png");
}

.delivery-popup-1 .stars_active_4 .star {
  background-image: url("/images/layout/checkout3/checkout-star-active-icon.png");
}

.delivery-popup-1 .stars_active_4 .star_5 {
  background-image: url("/images/layout/checkout3/checkout-star-icon.png");
}

.delivery-popup-1 .stars_active_5 .star {
  background-image: url("/images/layout/checkout3/checkout-star-active-icon.png");
}

.delivery-popup-1 .quantity {
  display: block;
  float: right;
  text-align: right;
  color: #3399cc;
  font-size: 11px;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  text-decoration: underline;
  margin-top: 1px;
}

.delivery-popup-1 .quantity:hover {
  text-decoration: none;
}

.payment-popup .right, .delivery-popup-1 .right {
  padding-left: 14px;
  float: left;
  width: 70%;
  overflow-x: hidden;
}

.payment-popup .right p, .delivery-popup-1 .right p {
  margin: 0;
  width: 100%;
  font-family: 'Arial', sans-serif;
}

.payment-popup .right .top_text, .delivery-popup-1 .right .top_text {
  font-size: 12px;
  color: #666666;
  font-weight: 400;
  line-height: 1.3;
}

.payment-popup .right .price, .delivery-popup-1 .right .price {
  font-size: 16px;
  font-weight: 700;
  color: #999933;
  line-height: 1.6;
  margin-bottom: 5px;
}

.payment-popup .right .price, .delivery-popup-1 .right .price span.keys {
  font-size: 12px;
}

.delivery-popup-1 .right .delivery_time {
  font-weight: 400;
  color: #333333;
  font-size: 11px;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0 !important;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #cdcdcd;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #cdcdcd !important;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #cdcdcd !important;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 10px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 0;
  background-color: #f2f2f2;
}

.delivery-popup-2 {
  position: relative;
}

.my_dropdown_2 {
  position: absolute;
  background-color: white;
  border: 1px solid #d3d3d3;
  left: 0px;
  right: 0px;
  top: 36px;
  width: 100%;
  min-width: 300px;
  z-index: 20;
  display: block;
  overflow: hidden;
}

.my_dropdown_2 .tags {
  width: 100%;
  padding: 15px 12px;
}

.my_dropdown_2 .tags a {
  display: inline-block;
  margin-right: 10px;
  text-decoration: underline;
  font-size: 11px;
  font-weight: 400;
  font-family: 'Arial', sans-serif;
  line-height: 2;
}

.my_dropdown_2 .tags a:hover {
  cursor: pointer;
  text-decoration: none;
}

.my_dropdown_2 .tags a.selected {
  text-decoration: none;
  cursor: default;
  color: #333333;
}

.my_dropdown_2 ul {
  width: 100%;
}

.my_dropdown_2 ul li {
  padding: 12px;
  overflow-x: hidden;
}

.my_dropdown_2 ul li:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.my_dropdown_2 .left {
  float: left;
  width: 70px;
}

.my_dropdown_2 .left img {
  width: 100%;
  outline: 1px solid #d6d6d6;
}

.my_dropdown_2 .right {
  max-width: 218px;
  float: left;
  padding-left: 10px;
  width: 73%;
}

.my_dropdown_2 .right .bottom {
  width: 100%;
}

.my_dropdown_2 .right p {
  margin-bottom: 0;
}

.my_dropdown_2 .right .ware_bottom {
  min-height: 32px;
}

.my_dropdown_2 .right .old_price {
  width: 100%;
  font-family: 'Arial', sans-serif;
  color: #666666;
  font-weight: 400;
  text-decoration: line-through;
  min-height: 16px;
}

.my_dropdown_2 .right .new_price {
  font-size: 16px;
  color: #ee6600;
  font-weight: 400;
  font-family: 'Arial', sans-serif;
  width: 60%;
  float: left;
}

.my_dropdown_2 .right .default_price {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  font-family: 'Arial', sans-serif;
  width: 60%;
  float: left;
}

.my_dropdown_2 .right .weight {
  width: 75px;
  float: right;
  background-image: url("/images/layout/checkout3/checkout-icon_01.png");
  background-repeat: no-repeat;
  background-position: left 3px;
  padding-left: 25px;
  line-height: 22px;
}

.scroll_vertical_2 {
  overflow: hidden;
}

#goods_dropdown {
  display: none;
}

.selected_goods .box {
  width: 100%;
  background-color: #f8f8f8;
  border: 1px solid #d3d3d3;
  position: relative;
  padding: 9px;
  margin-bottom: 7px;
}

.selected_goods .box .delete_box {
  display: block;
  right: 5px;
  top: 5px;
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: url("/images/layout/checkout3/checkout-delete-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.selected_goods .box .top {
  overflow-x: hidden;
}

.selected_goods .box .top table.mb12 tr td:nth-child(1) {
  padding-right: 10px !important;
}

.selected_goods .goods_img {
  width: 30px;
  float: left;
  height: 30px;
  border: 1px solid #d6d6d6;
}

.selected_goods .goods_img img {
  width: 100%;
}

.selected_goods p {
  margin: 0;
}

.selected_goods table td {
  padding: 0 !important;
  vertical-align: middle;
}

.selected_goods .goods_name {
  color: #333333;
  margin: 0;
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  padding-right: 12px;
  overflow-x: hidden;
}

.selected_goods .weight {
  float: right;
  background-image: url("/images/layout/checkout3/checkout-icon_01.png");
  background-repeat: no-repeat;
  background-position: left 3px;
  padding-left: 25px;
  line-height: 22px;
}

.selected_goods .old_price {
  font-family: 'Arial', sans-serif;
  color: #666666;
  font-weight: 400;
  text-decoration: line-through;
  min-height: 16px;
  padding-right: 10px;
}

.selected_goods .new_price {
  font-size: 16px;
  color: #ee6600;
  font-weight: 400;
  font-family: 'Arial', sans-serif;
}

.selected_goods .default_price {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  font-family: 'Arial', sans-serif;
  width: 60%;
  float: left;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb9 {
  margin-bottom: 9px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pt14 {
  padding-top: 14px !important;
}

.one-page-checkout .choose-present {
  min-height: 1px !important;
  padding-bottom: 9px !important;
  border-bottom: none;
}

.delivery-popup-button {
  padding-left: 40px !important;
  background-image: url("/images/layout/checkout3/checkout-cart-icon.png");
  background-position: 8px center;
  background-repeat: no-repeat;
}

.one-page-checkout .virtualInfo_container {
  background-color: #F5F5F5;
  border: 1px solid #ebebeb;
  width: 100%;
  padding: 25px 30px;
}

.one-page-checkout .virtualInfo_container ul li {
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  border-bottom: 1px dotted #cccccc;
  padding: 17px 0;
}

.one-page-checkout .virtualInfo_container ul li:last-child {
  border: none !important;
}

.one-page-checkout .virtualInfo_container a {
  color: #3399cc;
}

.one-page-checkout .checkout-gift-list .checkout-gift-list-initial {
  background-color: #fff;
}

/*delivery_message*/
.delivery_message {
  padding: 20px 15px;
  background-color: #fbf3c9;
  margin-bottom: 30px;
}

.delivery_message p {
  font-size: 12px;
  font-family: 'arial', sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 1.4;
}

.delivery_message p a {
  line-height: 1.4;
  font-size: 12px;
}

.delivery_message_title {
  background-image: url("/images/layout/checkout3/attention-icon.png");
  background-repeat: no-repeat;
  min-height: 28px;
  width: 100%;
  background-position: left top;
  padding-top: 8px;
  color: #333333 !important;
  font-family: 'arial', sans-serif;
  font-weight: 700 !important;
  font-size: 12px !important;
  padding-left: 40px;
  line-height: 1.2 !important;
}

.agreement_accepted .delivery_message_title {
  background-image: url("/images/layout/checkout3/accepted-icon.png");
  margin-bottom: 0;
  background-position: 14px 8px;
}

.agreement_warning {
  background-color: #ffdddd;
}

.agreement_warning tr,
.agreement_warning td,
.agreement_warning table {
  min-height: 30px;
}

.agreement_warning .delivery_message_title {
  background-image: url("/images/layout/checkout3/warning-icon.png");
  margin-bottom: 0;
  background-position: left center;
  font-weight: 400 !important;
  color: #ff0000 !important;
  vertical-align: middle;
  padding-bottom: 0 !important;
  padding-left: 40px !important;
}

.agreement_warning .delivery_message_title a {
  font-weight: 400 !important;
  color: #ff0000 !important;
  text-decoration: underline;
  display: inline !important;
  font-size: 12px !important;
  white-space: normal;
}

.delivery_message .btn {
  min-width: 180px;
  padding: 10px 20px;
  line-height: 1.2;
  background-color: #666666;
  color: white;
  font-family: 'arial', sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.delivery_message .btn.remove-from-cart {
  background-color: #aaaaaa;
}

.one-page-checkout .tabs, .one-page-checkout .checkout-selected-gifts-list {
  background-color: #fff;
}

.one-page-checkout .agreement_warning_procedures {
  height: 100%;
}

.one-page-checkout .agreement_warning_procedures a {
  line-height: 20px;
  text-transform: none;
  padding: 20px 10px 20px 50px;
}

.one-page-checkout .checkout-popup-notice a {
  font-size: 13px;
  white-space: normal;
}

/*padding-left: 20px; } */
.one-page-checkout .checkout-selected-gifts-list .sortable-table td, .sortable-table th {
  padding: 11px 20px;
}

.delivery-service-wrapper li[data-disabled="true"] {
  opacity: 0.5;
}

/*new styles*/
.one-page-checkout .chosen-container-single .chosen-single {
  height: 32px;
}

.one-page-checkout .chosen-container-single .chosen-single span.select-shade:after {
  top: 2px;
}

.one-page-checkout .chosen-container-single .chosen-search input[type="text"] {
  margin-top: 2px;
}

.one-page-checkout .chosen-container-single .chosen-single span {
  margin-right: 33px;
}

.mCS_no_scrollbar .mCSB_scrollTools {
  display: none;
}

.one-page-checkout .choose-present .down-next-wrapper {
  background-color: white;
  margin: 20px -32px -10px;
  padding: 20px 35px 100px;
}

.popup-cart-link {
  display: inline-block;
  line-height: 47px;
  margin-left: 20px;
}

.popup-cart-title {
  float: left;
  display: inline-block;
}

.one-page-checkout div.msg-error {
  background: #fbf3c9;
  color: #333;
  font-size: 12px !important;
  text-align: left !important;
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px 20px;
  line-height: 1.4;
}

.delivery-to-door-message {
  font-size: 12px;
  color: #ef4437;
  padding-left: 20px;
  margin-bottom: 5px;
  display: block;
}

.checkout-address-form.full-width {
  width: 100%;
  min-height: 0px;
}

.checkout-address-form.full-width .simple-select-styled,
.checkout-address-form.full-width .form-summary.warning {
  max-width: 500px;
}

@media print {
  #content {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  aside.left, aside.right, footer {
    display: none !important;
  }
  #top-links-wrapper, #header-wrapper, #main-menu-wrapper, #r-buttons,
  #content-wrapper .breadcrumbs-wrapper,
  .print-chekout-link, .order-details button[type="submit"] {
    display: none !important;
  }
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url(../images/fancybox/fancybox.png);
}

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
}

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}

#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}

#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url(../images/fancybox/fancybox.png) -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}

#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}

#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url(../images/fancybox/blank.gif);
  z-index: 1102;
  display: none;
}

#fancybox-left {
  left: 0px;
}

#fancybox-right {
  right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}

#fancybox-left-ico {
  background-image: url(../images/fancybox/fancybox.png);
  background-position: -40px -30px;
}

#fancybox-right-ico {
  background-image: url(../images/fancybox/fancybox.png);
  background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible;
  /* IE6 */
}

#fancybox-left:hover span {
  left: 20px;
}

#fancybox-right:hover span {
  left: auto;
  right: 20px;
}

.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}

#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url(../images/fancybox/fancybox-x.png);
}

#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url(../images/fancybox/fancybox.png);
  background-position: -40px -162px;
}

#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url(../images/fancybox/fancybox-y.png);
  background-position: -20px 0px;
}

#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url(../images/fancybox/fancybox.png);
  background-position: -40px -182px;
}

#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url(../images/fancybox/fancybox-x.png);
  background-position: 0px -20px;
}

#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url(../images/fancybox/fancybox.png);
  background-position: -40px -142px;
}

#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url(../images/fancybox/fancybox-y.png);
}

#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url(../images/fancybox/fancybox.png);
  background-position: -40px -122px;
}

#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}

.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}

.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}

.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}

#fancybox-title-over {
  padding: 10px;
  background-image: url(../images/fancybox/fancy_title_over.png);
  display: block;
}

.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}

#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}

#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}

#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url(../images/fancybox/fancybox.png) -40px -90px no-repeat;
}

#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url(../images/fancybox/fancybox-x.png) 0px -40px;
}

#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url(../images/fancybox/fancybox.png) -55px -90px no-repeat;
}

/* IE6 */
.fancybox-ie6 #fancybox-close {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_close.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-left-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_nav_left.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-right-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_nav_right.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-over {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_over.png', sizingMethod='scale');
  zoom: 1;
}

.fancybox-ie6 #fancybox-title-float-left {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_left.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-float-main {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_main.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-float-right {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_right.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
  height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
  position: absolute;
  margin-top: 0;
  top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_loading.png', sizingMethod='scale');
}

/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg {
  background: transparent !important;
}

.fancybox-ie #fancybox-bg-n {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_n.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-ne {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_ne.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-e {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_e.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-se {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_se.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-s {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_s.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-sw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_sw.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-w {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_w.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-nw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_nw.png', sizingMethod='scale');
}

#account-data-view .whatsApp,
#account-data-view .skype,
#account-data-view .viber,
#account-data-view .fbMessenger,
#account-data-view .weChat,
#account-data-view .otherCommunicator,
.product-suggest-price .whatsApp,
.product-suggest-price .skype,
.product-suggest-price .viber,
.product-suggest-price .fbMessenger,
.product-suggest-price .weChat,
.product-suggest-price .otherCommunicator {
  position: relative;
  display: inline-block;
}

#account-data-view .whatsApp:before,
#account-data-view .skype:before,
#account-data-view .viber:before,
#account-data-view .fbMessenger:before,
#account-data-view .weChat:before,
#account-data-view .otherCommunicator:before,
.product-suggest-price .whatsApp:before,
.product-suggest-price .skype:before,
.product-suggest-price .viber:before,
.product-suggest-price .fbMessenger:before,
.product-suggest-price .weChat:before,
.product-suggest-price .otherCommunicator:before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 5px;
  margin: auto;
}

#account-data-view .whatsApp input,
#account-data-view .skype input,
#account-data-view .viber input,
#account-data-view .fbMessenger input,
#account-data-view .weChat input,
#account-data-view .otherCommunicator input,
.product-suggest-price .whatsApp input,
.product-suggest-price .skype input,
.product-suggest-price .viber input,
.product-suggest-price .fbMessenger input,
.product-suggest-price .weChat input,
.product-suggest-price .otherCommunicator input {
  padding-left: 25px;
}

.field-input {
  position: relative;
}

#account-data-view .whatsApp:before,
.product-suggest-price .whatsApp:before {
  background: url("../images/icons/whats-app.svg");
}

#account-data-view .skype:before,
.product-suggest-price .skype:before {
  background: url("../images/icons/skype.svg");
}

#account-data-view .viber:before,
.product-suggest-price .viber:before {
  background: url("../images/icons/viber.svg");
}

#account-data-view .fbMessenger:before,
.product-suggest-price .fbMessenger:before {
  background: url("../images/icons/messenger.svg");
}

#account-data-view .weChat:before,
.product-suggest-price .weChat:before {
  background: url("../images/icons/wechat.svg");
}

#account-data-view .otherCommunicator:before,
.product-suggest-price .otherCommunicator:before {
  background: url("../images/icons/another-messenger.svg");
}

.drop-down {
  display: inline-block;
  vertical-align: top;
  position: relative;
  float: left;
}

.drop-down .selected {
  width: 115px;
}

.drop-down .options {
  display: none;
  list-style: none;
  padding: 0;
  position: absolute;
  top: 38px;
  left: 0;
  width: auto;
  min-width: 133px;
  border: 1px solid #ababab;
  z-index: 1;
}

.drop-down .option-item {
  cursor: pointer;
  background-color: white;
  padding: 5px 0;
  box-sizing: border-box;
}

.drop-down .option-item:hover {
  background-color: #b8e2f5;
}

.drop-down span {
  position: relative;
  padding-left: 27px;
}

.drop-down span:before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
}

.drop-down span.email:before {
  background: url("../images/icons/mail.svg") no-repeat;
}

.drop-down span.phone:before {
  background: url("../images/icons/tel.svg") no-repeat;
}

.drop-down span.icq:before {
  background: url("../images/icons/icq.svg") no-repeat;
}

.drop-down span.skype:before {
  background: url("../images/icons/skype.svg") no-repeat;
}

.contact-to-manager .contact-items {
  margin-left: 125px;
}

.ncm {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}

.ncm .info-icon {
  vertical-align: middle;
  margin-left: 5px;
}

.ncm .styled-checkbox {
  line-height: 16px;
  font-size: 12px;
  color: #666666;
}

.ncm .styled-checkbox:before {
  content: none;
}

.ncm-info * {
  text-align: left;
  line-height: 14px;
  font-size: 10px;
  color: #20262B;
}

.ncm-info .tipsy-inner {
  padding: 15px !important;
}

.ncm input[type=checkbox] {
  position: absolute;
  margin: 0;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}

.ncm input[type=checkbox] ~ label i:before {
  overflow: hidden;
  line-height: 100px;
  font-size: 1px;
  content: "a";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("/images/layout/checkbox.gif") 0 -12px no-repeat;
  margin: 0 3px 0 0;
}

.ncm input[type=checkbox]:checked ~ label i:before {
  background-position: 0px -24px;
  content: "b";
}

/* comments start */
.cmb {
  margin-bottom: 40px;
  margin-top: 20px;
}

.cmb_item {
  padding: 15px 0;
  border-bottom: 1px dotted #ccc;
}

.cmb_item:first-child {
  border-top: 1px dotted #ccc;
}

.cmb_top {
  margin-bottom: 15px;
}

.cmb_top-name {
  font-size: 14px;
  color: #879102;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 20px;
}

.cmb_top-name:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: url("/images/layout/user.svg");
  width: 11px;
  height: 13px;
  display: block;
}

.cmb_top-date {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #d1d1d1;
  margin-left: 30px;
}

.cmb_top-rating {
  float: right;
  font-size: 14px;
  color: #999;
}

.cmb_top-rating > div {
  margin-top: 0;
}

.cmb_comment {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}

.cmb .rating-box > i {
  width: 75px;
  height: 16px;
  background: url("/images/layout/catalog-rate-star.svg") repeat-x;
}

.cmb .rating-box > i i {
  background: url("/images/layout/catalog-rate-star-on.svg") repeat-x;
}

/* comments end */
/* rating start */
.product-view-list .rating-box {
  margin-top: 10px;
  text-align: left;
}

.product-view-list .rating-box > i {
  width: 75px;
  height: 16px;
  background: url("/images/layout/catalog-rate-star.svg") repeat-x;
}

.product-view-list .rating-box > i i {
  background: url("/images/layout/catalog-rate-star-on.svg") repeat-x;
}

.product-view-brief .rating-box {
  display: inline-block;
  margin-top: 0;
  margin-left: 20px;
}

.product-view-brief .rating-box > i {
  width: 75px;
  height: 16px;
  background: url("/images/layout/catalog-rate-star.svg") repeat-x;
}

.product-view-brief .rating-box > i i {
  background: url("/images/layout/catalog-rate-star-on.svg") repeat-x;
}

.rating-box {
  text-align: center;
  font-size: 14px;
  color: #999;
  margin-top: 20px;
}

.rating-box .to-review-link {
  color: #3399cc;
  font-size: 12px;
  text-decoration: underline;
}

.rating-box > i {
  height: 19px;
  width: 100px;
  background: url("/images/layout/rate-star.svg") repeat-x;
  position: relative;
  display: inline-block;
  margin-bottom: -3px;
  margin-right: 5px;
}

.rating-box > i i {
  display: block;
  position: absolute;
  z-index: 2;
  background: url("/images/layout/rate-star-on.svg") repeat-x;
  top: 0;
  left: 0;
  height: 100%;
}

/* rating end */
.body-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(33, 39, 44, 0.3);
  z-index: 5000;
}

.up-over-overlay {
  z-index: 5050 !important;
}

@media only screen and (max-width: 959px) {
  body {
    padding-top: 72px;
  }
}

@media only screen and (max-width: 1024px) {
  .container,
  .container-inner,
  footer .footer-top-wrapper,
  footer .footer-middle-wrapper,
  footer .footer-bottom-wrapper {
    min-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  footer .footer-bottom .right {
    max-width: 100% !important;
  }
  footer .footer-bottom .right {
    width: 100% !important;
  }
  #mainpage-info-block .row {
    margin: 0 !important;
  }
}

/**
* for next projects:
* - Masteram
* - Toys4Brain
*/
/**
* for next projects:
* - Masteram
* - Toys4Brain
*/
.tmp-flex-grid *,
.mfp-container * {
  font-family: 'Roboto', sans-serif;
}

.tmp-flex-grid *,
.tmp-flex-grid *::before,
.tmp-flex-grid *::after,
.mfp-container *,
.mfp-container *::before,
.mfp-container *::after {
  box-sizing: border-box;
}

.tmp-flex-grid .container,
.mfp-container .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 960px) {
  .tmp-flex-grid .container,
  .mfp-container .container {
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  .tmp-flex-grid .container,
  .mfp-container .container {
    min-width: 1200px;
    max-width: 1540px;
  }
}

.tmp-flex-grid .container-fluid,
.mfp-container .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.tmp-flex-grid .row,
.mfp-container .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.tmp-flex-grid .no-gutters,
.mfp-container .no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.tmp-flex-grid .no-gutters > .col,
.tmp-flex-grid .no-gutters > [class*="col-"],
.mfp-container .no-gutters > .col,
.mfp-container .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.tmp-flex-grid .col-1, .tmp-flex-grid .col-2, .tmp-flex-grid .col-3, .tmp-flex-grid .col-4, .tmp-flex-grid .col-5, .tmp-flex-grid .col-6, .tmp-flex-grid .col-7, .tmp-flex-grid .col-8, .tmp-flex-grid .col-9, .tmp-flex-grid .col-10, .tmp-flex-grid .col-11, .tmp-flex-grid .col-12, .tmp-flex-grid .col,
.tmp-flex-grid .col-auto, .tmp-flex-grid .col-sm-1, .tmp-flex-grid .col-sm-2, .tmp-flex-grid .col-sm-3, .tmp-flex-grid .col-sm-4, .tmp-flex-grid .col-sm-5, .tmp-flex-grid .col-sm-6, .tmp-flex-grid .col-sm-7, .tmp-flex-grid .col-sm-8, .tmp-flex-grid .col-sm-9, .tmp-flex-grid .col-sm-10, .tmp-flex-grid .col-sm-11, .tmp-flex-grid .col-sm-12, .tmp-flex-grid .col-sm,
.tmp-flex-grid .col-sm-auto, .tmp-flex-grid .col-md-1, .tmp-flex-grid .col-md-2, .tmp-flex-grid .col-md-3, .tmp-flex-grid .col-md-4, .tmp-flex-grid .col-md-5, .tmp-flex-grid .col-md-6, .tmp-flex-grid .col-md-7, .tmp-flex-grid .col-md-8, .tmp-flex-grid .col-md-9, .tmp-flex-grid .col-md-10, .tmp-flex-grid .col-md-11, .tmp-flex-grid .col-md-12, .tmp-flex-grid .col-md,
.tmp-flex-grid .col-md-auto, .tmp-flex-grid .col-lg-1, .tmp-flex-grid .col-lg-2, .tmp-flex-grid .col-lg-3, .tmp-flex-grid .col-lg-4, .tmp-flex-grid .col-lg-5, .tmp-flex-grid .col-lg-6, .tmp-flex-grid .col-lg-7, .tmp-flex-grid .col-lg-8, .tmp-flex-grid .col-lg-9, .tmp-flex-grid .col-lg-10, .tmp-flex-grid .col-lg-11, .tmp-flex-grid .col-lg-12, .tmp-flex-grid .col-lg,
.tmp-flex-grid .col-lg-auto,
.mfp-container .col-1,
.mfp-container .col-2,
.mfp-container .col-3,
.mfp-container .col-4,
.mfp-container .col-5,
.mfp-container .col-6,
.mfp-container .col-7,
.mfp-container .col-8,
.mfp-container .col-9,
.mfp-container .col-10,
.mfp-container .col-11,
.mfp-container .col-12,
.mfp-container .col,
.mfp-container .col-auto,
.mfp-container .col-sm-1,
.mfp-container .col-sm-2,
.mfp-container .col-sm-3,
.mfp-container .col-sm-4,
.mfp-container .col-sm-5,
.mfp-container .col-sm-6,
.mfp-container .col-sm-7,
.mfp-container .col-sm-8,
.mfp-container .col-sm-9,
.mfp-container .col-sm-10,
.mfp-container .col-sm-11,
.mfp-container .col-sm-12,
.mfp-container .col-sm,
.mfp-container .col-sm-auto,
.mfp-container .col-md-1,
.mfp-container .col-md-2,
.mfp-container .col-md-3,
.mfp-container .col-md-4,
.mfp-container .col-md-5,
.mfp-container .col-md-6,
.mfp-container .col-md-7,
.mfp-container .col-md-8,
.mfp-container .col-md-9,
.mfp-container .col-md-10,
.mfp-container .col-md-11,
.mfp-container .col-md-12,
.mfp-container .col-md,
.mfp-container .col-md-auto,
.mfp-container .col-lg-1,
.mfp-container .col-lg-2,
.mfp-container .col-lg-3,
.mfp-container .col-lg-4,
.mfp-container .col-lg-5,
.mfp-container .col-lg-6,
.mfp-container .col-lg-7,
.mfp-container .col-lg-8,
.mfp-container .col-lg-9,
.mfp-container .col-lg-10,
.mfp-container .col-lg-11,
.mfp-container .col-lg-12,
.mfp-container .col-lg,
.mfp-container .col-lg-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.tmp-flex-grid .col,
.mfp-container .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.tmp-flex-grid .col-auto,
.mfp-container .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.tmp-flex-grid .col-1,
.mfp-container .col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.tmp-flex-grid .col-2,
.mfp-container .col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.tmp-flex-grid .col-3,
.mfp-container .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.tmp-flex-grid .col-4,
.mfp-container .col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.tmp-flex-grid .col-5,
.mfp-container .col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.tmp-flex-grid .col-6,
.mfp-container .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.tmp-flex-grid .col-7,
.mfp-container .col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.tmp-flex-grid .col-8,
.mfp-container .col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.tmp-flex-grid .col-9,
.mfp-container .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.tmp-flex-grid .col-10,
.mfp-container .col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.tmp-flex-grid .col-11,
.mfp-container .col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.tmp-flex-grid .col-12,
.mfp-container .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.tmp-flex-grid .order-first,
.mfp-container .order-first {
  order: -1;
}

.tmp-flex-grid .order-last,
.mfp-container .order-last {
  order: 13;
}

.tmp-flex-grid .order-0,
.mfp-container .order-0 {
  order: 0;
}

.tmp-flex-grid .order-1,
.mfp-container .order-1 {
  order: 1;
}

.tmp-flex-grid .order-2,
.mfp-container .order-2 {
  order: 2;
}

.tmp-flex-grid .order-3,
.mfp-container .order-3 {
  order: 3;
}

.tmp-flex-grid .order-4,
.mfp-container .order-4 {
  order: 4;
}

.tmp-flex-grid .order-5,
.mfp-container .order-5 {
  order: 5;
}

.tmp-flex-grid .order-6,
.mfp-container .order-6 {
  order: 6;
}

.tmp-flex-grid .order-7,
.mfp-container .order-7 {
  order: 7;
}

.tmp-flex-grid .order-8,
.mfp-container .order-8 {
  order: 8;
}

.tmp-flex-grid .order-9,
.mfp-container .order-9 {
  order: 9;
}

.tmp-flex-grid .order-10,
.mfp-container .order-10 {
  order: 10;
}

.tmp-flex-grid .order-11,
.mfp-container .order-11 {
  order: 11;
}

.tmp-flex-grid .order-12,
.mfp-container .order-12 {
  order: 12;
}

.tmp-flex-grid .offset-1,
.mfp-container .offset-1 {
  margin-left: 8.33333%;
}

.tmp-flex-grid .offset-2,
.mfp-container .offset-2 {
  margin-left: 16.66667%;
}

.tmp-flex-grid .offset-3,
.mfp-container .offset-3 {
  margin-left: 25%;
}

.tmp-flex-grid .offset-4,
.mfp-container .offset-4 {
  margin-left: 33.33333%;
}

.tmp-flex-grid .offset-5,
.mfp-container .offset-5 {
  margin-left: 41.66667%;
}

.tmp-flex-grid .offset-6,
.mfp-container .offset-6 {
  margin-left: 50%;
}

.tmp-flex-grid .offset-7,
.mfp-container .offset-7 {
  margin-left: 58.33333%;
}

.tmp-flex-grid .offset-8,
.mfp-container .offset-8 {
  margin-left: 66.66667%;
}

.tmp-flex-grid .offset-9,
.mfp-container .offset-9 {
  margin-left: 75%;
}

.tmp-flex-grid .offset-10,
.mfp-container .offset-10 {
  margin-left: 83.33333%;
}

.tmp-flex-grid .offset-11,
.mfp-container .offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 640px) {
  .tmp-flex-grid .col-sm,
  .mfp-container .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .tmp-flex-grid .col-sm-auto,
  .mfp-container .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .tmp-flex-grid .col-sm-1,
  .mfp-container .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .tmp-flex-grid .col-sm-2,
  .mfp-container .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .tmp-flex-grid .col-sm-3,
  .mfp-container .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .tmp-flex-grid .col-sm-4,
  .mfp-container .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .tmp-flex-grid .col-sm-5,
  .mfp-container .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .tmp-flex-grid .col-sm-6,
  .mfp-container .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tmp-flex-grid .col-sm-7,
  .mfp-container .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .tmp-flex-grid .col-sm-8,
  .mfp-container .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .tmp-flex-grid .col-sm-9,
  .mfp-container .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .tmp-flex-grid .col-sm-10,
  .mfp-container .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .tmp-flex-grid .col-sm-11,
  .mfp-container .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .tmp-flex-grid .col-sm-12,
  .mfp-container .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tmp-flex-grid .order-sm-first,
  .mfp-container .order-sm-first {
    order: -1;
  }
  .tmp-flex-grid .order-sm-last,
  .mfp-container .order-sm-last {
    order: 13;
  }
  .tmp-flex-grid .order-sm-0,
  .mfp-container .order-sm-0 {
    order: 0;
  }
  .tmp-flex-grid .order-sm-1,
  .mfp-container .order-sm-1 {
    order: 1;
  }
  .tmp-flex-grid .order-sm-2,
  .mfp-container .order-sm-2 {
    order: 2;
  }
  .tmp-flex-grid .order-sm-3,
  .mfp-container .order-sm-3 {
    order: 3;
  }
  .tmp-flex-grid .order-sm-4,
  .mfp-container .order-sm-4 {
    order: 4;
  }
  .tmp-flex-grid .order-sm-5,
  .mfp-container .order-sm-5 {
    order: 5;
  }
  .tmp-flex-grid .order-sm-6,
  .mfp-container .order-sm-6 {
    order: 6;
  }
  .tmp-flex-grid .order-sm-7,
  .mfp-container .order-sm-7 {
    order: 7;
  }
  .tmp-flex-grid .order-sm-8,
  .mfp-container .order-sm-8 {
    order: 8;
  }
  .tmp-flex-grid .order-sm-9,
  .mfp-container .order-sm-9 {
    order: 9;
  }
  .tmp-flex-grid .order-sm-10,
  .mfp-container .order-sm-10 {
    order: 10;
  }
  .tmp-flex-grid .order-sm-11,
  .mfp-container .order-sm-11 {
    order: 11;
  }
  .tmp-flex-grid .order-sm-12,
  .mfp-container .order-sm-12 {
    order: 12;
  }
  .tmp-flex-grid .offset-sm-0,
  .mfp-container .offset-sm-0 {
    margin-left: 0;
  }
  .tmp-flex-grid .offset-sm-1,
  .mfp-container .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .tmp-flex-grid .offset-sm-2,
  .mfp-container .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .tmp-flex-grid .offset-sm-3,
  .mfp-container .offset-sm-3 {
    margin-left: 25%;
  }
  .tmp-flex-grid .offset-sm-4,
  .mfp-container .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .tmp-flex-grid .offset-sm-5,
  .mfp-container .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .tmp-flex-grid .offset-sm-6,
  .mfp-container .offset-sm-6 {
    margin-left: 50%;
  }
  .tmp-flex-grid .offset-sm-7,
  .mfp-container .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .tmp-flex-grid .offset-sm-8,
  .mfp-container .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .tmp-flex-grid .offset-sm-9,
  .mfp-container .offset-sm-9 {
    margin-left: 75%;
  }
  .tmp-flex-grid .offset-sm-10,
  .mfp-container .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .tmp-flex-grid .offset-sm-11,
  .mfp-container .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 960px) {
  .tmp-flex-grid .col-md,
  .mfp-container .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .tmp-flex-grid .col-md-auto,
  .mfp-container .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .tmp-flex-grid .col-md-1,
  .mfp-container .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .tmp-flex-grid .col-md-2,
  .mfp-container .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .tmp-flex-grid .col-md-3,
  .mfp-container .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .tmp-flex-grid .col-md-4,
  .mfp-container .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .tmp-flex-grid .col-md-5,
  .mfp-container .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .tmp-flex-grid .col-md-6,
  .mfp-container .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tmp-flex-grid .col-md-7,
  .mfp-container .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .tmp-flex-grid .col-md-8,
  .mfp-container .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .tmp-flex-grid .col-md-9,
  .mfp-container .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .tmp-flex-grid .col-md-10,
  .mfp-container .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .tmp-flex-grid .col-md-11,
  .mfp-container .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .tmp-flex-grid .col-md-12,
  .mfp-container .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tmp-flex-grid .order-md-first,
  .mfp-container .order-md-first {
    order: -1;
  }
  .tmp-flex-grid .order-md-last,
  .mfp-container .order-md-last {
    order: 13;
  }
  .tmp-flex-grid .order-md-0,
  .mfp-container .order-md-0 {
    order: 0;
  }
  .tmp-flex-grid .order-md-1,
  .mfp-container .order-md-1 {
    order: 1;
  }
  .tmp-flex-grid .order-md-2,
  .mfp-container .order-md-2 {
    order: 2;
  }
  .tmp-flex-grid .order-md-3,
  .mfp-container .order-md-3 {
    order: 3;
  }
  .tmp-flex-grid .order-md-4,
  .mfp-container .order-md-4 {
    order: 4;
  }
  .tmp-flex-grid .order-md-5,
  .mfp-container .order-md-5 {
    order: 5;
  }
  .tmp-flex-grid .order-md-6,
  .mfp-container .order-md-6 {
    order: 6;
  }
  .tmp-flex-grid .order-md-7,
  .mfp-container .order-md-7 {
    order: 7;
  }
  .tmp-flex-grid .order-md-8,
  .mfp-container .order-md-8 {
    order: 8;
  }
  .tmp-flex-grid .order-md-9,
  .mfp-container .order-md-9 {
    order: 9;
  }
  .tmp-flex-grid .order-md-10,
  .mfp-container .order-md-10 {
    order: 10;
  }
  .tmp-flex-grid .order-md-11,
  .mfp-container .order-md-11 {
    order: 11;
  }
  .tmp-flex-grid .order-md-12,
  .mfp-container .order-md-12 {
    order: 12;
  }
  .tmp-flex-grid .offset-md-0,
  .mfp-container .offset-md-0 {
    margin-left: 0;
  }
  .tmp-flex-grid .offset-md-1,
  .mfp-container .offset-md-1 {
    margin-left: 8.33333%;
  }
  .tmp-flex-grid .offset-md-2,
  .mfp-container .offset-md-2 {
    margin-left: 16.66667%;
  }
  .tmp-flex-grid .offset-md-3,
  .mfp-container .offset-md-3 {
    margin-left: 25%;
  }
  .tmp-flex-grid .offset-md-4,
  .mfp-container .offset-md-4 {
    margin-left: 33.33333%;
  }
  .tmp-flex-grid .offset-md-5,
  .mfp-container .offset-md-5 {
    margin-left: 41.66667%;
  }
  .tmp-flex-grid .offset-md-6,
  .mfp-container .offset-md-6 {
    margin-left: 50%;
  }
  .tmp-flex-grid .offset-md-7,
  .mfp-container .offset-md-7 {
    margin-left: 58.33333%;
  }
  .tmp-flex-grid .offset-md-8,
  .mfp-container .offset-md-8 {
    margin-left: 66.66667%;
  }
  .tmp-flex-grid .offset-md-9,
  .mfp-container .offset-md-9 {
    margin-left: 75%;
  }
  .tmp-flex-grid .offset-md-10,
  .mfp-container .offset-md-10 {
    margin-left: 83.33333%;
  }
  .tmp-flex-grid .offset-md-11,
  .mfp-container .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1280px) {
  .tmp-flex-grid .col-lg,
  .mfp-container .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .tmp-flex-grid .col-lg-auto,
  .mfp-container .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .tmp-flex-grid .col-lg-1,
  .mfp-container .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .tmp-flex-grid .col-lg-2,
  .mfp-container .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .tmp-flex-grid .col-lg-3,
  .mfp-container .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .tmp-flex-grid .col-lg-4,
  .mfp-container .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .tmp-flex-grid .col-lg-5,
  .mfp-container .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .tmp-flex-grid .col-lg-6,
  .mfp-container .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tmp-flex-grid .col-lg-7,
  .mfp-container .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .tmp-flex-grid .col-lg-8,
  .mfp-container .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .tmp-flex-grid .col-lg-9,
  .mfp-container .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .tmp-flex-grid .col-lg-10,
  .mfp-container .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .tmp-flex-grid .col-lg-11,
  .mfp-container .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .tmp-flex-grid .col-lg-12,
  .mfp-container .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tmp-flex-grid .order-lg-first,
  .mfp-container .order-lg-first {
    order: -1;
  }
  .tmp-flex-grid .order-lg-last,
  .mfp-container .order-lg-last {
    order: 13;
  }
  .tmp-flex-grid .order-lg-0,
  .mfp-container .order-lg-0 {
    order: 0;
  }
  .tmp-flex-grid .order-lg-1,
  .mfp-container .order-lg-1 {
    order: 1;
  }
  .tmp-flex-grid .order-lg-2,
  .mfp-container .order-lg-2 {
    order: 2;
  }
  .tmp-flex-grid .order-lg-3,
  .mfp-container .order-lg-3 {
    order: 3;
  }
  .tmp-flex-grid .order-lg-4,
  .mfp-container .order-lg-4 {
    order: 4;
  }
  .tmp-flex-grid .order-lg-5,
  .mfp-container .order-lg-5 {
    order: 5;
  }
  .tmp-flex-grid .order-lg-6,
  .mfp-container .order-lg-6 {
    order: 6;
  }
  .tmp-flex-grid .order-lg-7,
  .mfp-container .order-lg-7 {
    order: 7;
  }
  .tmp-flex-grid .order-lg-8,
  .mfp-container .order-lg-8 {
    order: 8;
  }
  .tmp-flex-grid .order-lg-9,
  .mfp-container .order-lg-9 {
    order: 9;
  }
  .tmp-flex-grid .order-lg-10,
  .mfp-container .order-lg-10 {
    order: 10;
  }
  .tmp-flex-grid .order-lg-11,
  .mfp-container .order-lg-11 {
    order: 11;
  }
  .tmp-flex-grid .order-lg-12,
  .mfp-container .order-lg-12 {
    order: 12;
  }
  .tmp-flex-grid .offset-lg-0,
  .mfp-container .offset-lg-0 {
    margin-left: 0;
  }
  .tmp-flex-grid .offset-lg-1,
  .mfp-container .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .tmp-flex-grid .offset-lg-2,
  .mfp-container .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .tmp-flex-grid .offset-lg-3,
  .mfp-container .offset-lg-3 {
    margin-left: 25%;
  }
  .tmp-flex-grid .offset-lg-4,
  .mfp-container .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .tmp-flex-grid .offset-lg-5,
  .mfp-container .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .tmp-flex-grid .offset-lg-6,
  .mfp-container .offset-lg-6 {
    margin-left: 50%;
  }
  .tmp-flex-grid .offset-lg-7,
  .mfp-container .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .tmp-flex-grid .offset-lg-8,
  .mfp-container .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .tmp-flex-grid .offset-lg-9,
  .mfp-container .offset-lg-9 {
    margin-left: 75%;
  }
  .tmp-flex-grid .offset-lg-10,
  .mfp-container .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .tmp-flex-grid .offset-lg-11,
  .mfp-container .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

.tmp-flex-grid .clearfix::after,
.mfp-container .clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.tmp-flex-grid .d-none,
.mfp-container .d-none {
  display: none !important;
}

.tmp-flex-grid .d-inline,
.mfp-container .d-inline {
  display: inline !important;
}

.tmp-flex-grid .d-inline-block,
.mfp-container .d-inline-block {
  display: inline-block !important;
}

.tmp-flex-grid .d-block,
.mfp-container .d-block {
  display: block !important;
}

.tmp-flex-grid .d-table,
.mfp-container .d-table {
  display: table !important;
}

.tmp-flex-grid .d-table-row,
.mfp-container .d-table-row {
  display: table-row !important;
}

.tmp-flex-grid .d-table-cell,
.mfp-container .d-table-cell {
  display: table-cell !important;
}

.tmp-flex-grid .d-flex,
.mfp-container .d-flex {
  display: flex !important;
}

.tmp-flex-grid .d-inline-flex,
.mfp-container .d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 640px) {
  .tmp-flex-grid .d-sm-none,
  .mfp-container .d-sm-none {
    display: none !important;
  }
  .tmp-flex-grid .d-sm-inline,
  .mfp-container .d-sm-inline {
    display: inline !important;
  }
  .tmp-flex-grid .d-sm-inline-block,
  .mfp-container .d-sm-inline-block {
    display: inline-block !important;
  }
  .tmp-flex-grid .d-sm-block,
  .mfp-container .d-sm-block {
    display: block !important;
  }
  .tmp-flex-grid .d-sm-table,
  .mfp-container .d-sm-table {
    display: table !important;
  }
  .tmp-flex-grid .d-sm-table-row,
  .mfp-container .d-sm-table-row {
    display: table-row !important;
  }
  .tmp-flex-grid .d-sm-table-cell,
  .mfp-container .d-sm-table-cell {
    display: table-cell !important;
  }
  .tmp-flex-grid .d-sm-flex,
  .mfp-container .d-sm-flex {
    display: flex !important;
  }
  .tmp-flex-grid .d-sm-inline-flex,
  .mfp-container .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 960px) {
  .tmp-flex-grid .d-md-none,
  .mfp-container .d-md-none {
    display: none !important;
  }
  .tmp-flex-grid .d-md-inline,
  .mfp-container .d-md-inline {
    display: inline !important;
  }
  .tmp-flex-grid .d-md-inline-block,
  .mfp-container .d-md-inline-block {
    display: inline-block !important;
  }
  .tmp-flex-grid .d-md-block,
  .mfp-container .d-md-block {
    display: block !important;
  }
  .tmp-flex-grid .d-md-table,
  .mfp-container .d-md-table {
    display: table !important;
  }
  .tmp-flex-grid .d-md-table-row,
  .mfp-container .d-md-table-row {
    display: table-row !important;
  }
  .tmp-flex-grid .d-md-table-cell,
  .mfp-container .d-md-table-cell {
    display: table-cell !important;
  }
  .tmp-flex-grid .d-md-flex,
  .mfp-container .d-md-flex {
    display: flex !important;
  }
  .tmp-flex-grid .d-md-inline-flex,
  .mfp-container .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1280px) {
  .tmp-flex-grid .d-lg-none,
  .mfp-container .d-lg-none {
    display: none !important;
  }
  .tmp-flex-grid .d-lg-inline,
  .mfp-container .d-lg-inline {
    display: inline !important;
  }
  .tmp-flex-grid .d-lg-inline-block,
  .mfp-container .d-lg-inline-block {
    display: inline-block !important;
  }
  .tmp-flex-grid .d-lg-block,
  .mfp-container .d-lg-block {
    display: block !important;
  }
  .tmp-flex-grid .d-lg-table,
  .mfp-container .d-lg-table {
    display: table !important;
  }
  .tmp-flex-grid .d-lg-table-row,
  .mfp-container .d-lg-table-row {
    display: table-row !important;
  }
  .tmp-flex-grid .d-lg-table-cell,
  .mfp-container .d-lg-table-cell {
    display: table-cell !important;
  }
  .tmp-flex-grid .d-lg-flex,
  .mfp-container .d-lg-flex {
    display: flex !important;
  }
  .tmp-flex-grid .d-lg-inline-flex,
  .mfp-container .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .tmp-flex-grid .d-print-none,
  .mfp-container .d-print-none {
    display: none !important;
  }
  .tmp-flex-grid .d-print-inline,
  .mfp-container .d-print-inline {
    display: inline !important;
  }
  .tmp-flex-grid .d-print-inline-block,
  .mfp-container .d-print-inline-block {
    display: inline-block !important;
  }
  .tmp-flex-grid .d-print-block,
  .mfp-container .d-print-block {
    display: block !important;
  }
  .tmp-flex-grid .d-print-table,
  .mfp-container .d-print-table {
    display: table !important;
  }
  .tmp-flex-grid .d-print-table-row,
  .mfp-container .d-print-table-row {
    display: table-row !important;
  }
  .tmp-flex-grid .d-print-table-cell,
  .mfp-container .d-print-table-cell {
    display: table-cell !important;
  }
  .tmp-flex-grid .d-print-flex,
  .mfp-container .d-print-flex {
    display: flex !important;
  }
  .tmp-flex-grid .d-print-inline-flex,
  .mfp-container .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.tmp-flex-grid .flex-row,
.mfp-container .flex-row {
  flex-direction: row !important;
}

.tmp-flex-grid .flex-column,
.mfp-container .flex-column {
  flex-direction: column !important;
}

.tmp-flex-grid .flex-row-reverse,
.mfp-container .flex-row-reverse {
  flex-direction: row-reverse !important;
}

.tmp-flex-grid .flex-column-reverse,
.mfp-container .flex-column-reverse {
  flex-direction: column-reverse !important;
}

.tmp-flex-grid .flex-wrap,
.mfp-container .flex-wrap {
  flex-wrap: wrap !important;
}

.tmp-flex-grid .flex-nowrap,
.mfp-container .flex-nowrap {
  flex-wrap: nowrap !important;
}

.tmp-flex-grid .flex-wrap-reverse,
.mfp-container .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.tmp-flex-grid .justify-content-start,
.mfp-container .justify-content-start {
  justify-content: flex-start !important;
}

.tmp-flex-grid .justify-content-end,
.mfp-container .justify-content-end {
  justify-content: flex-end !important;
}

.tmp-flex-grid .justify-content-center,
.mfp-container .justify-content-center {
  justify-content: center !important;
}

.tmp-flex-grid .justify-content-between,
.mfp-container .justify-content-between {
  justify-content: space-between !important;
}

.tmp-flex-grid .justify-content-around,
.mfp-container .justify-content-around {
  justify-content: space-around !important;
}

.tmp-flex-grid .align-items-start,
.mfp-container .align-items-start {
  align-items: flex-start !important;
}

.tmp-flex-grid .align-items-end,
.mfp-container .align-items-end {
  align-items: flex-end !important;
}

.tmp-flex-grid .align-items-center,
.mfp-container .align-items-center {
  align-items: center !important;
}

.tmp-flex-grid .align-items-baseline,
.mfp-container .align-items-baseline {
  align-items: baseline !important;
}

.tmp-flex-grid .align-items-stretch,
.mfp-container .align-items-stretch {
  align-items: stretch !important;
}

.tmp-flex-grid .align-content-start,
.mfp-container .align-content-start {
  align-content: flex-start !important;
}

.tmp-flex-grid .align-content-end,
.mfp-container .align-content-end {
  align-content: flex-end !important;
}

.tmp-flex-grid .align-content-center,
.mfp-container .align-content-center {
  align-content: center !important;
}

.tmp-flex-grid .align-content-between,
.mfp-container .align-content-between {
  align-content: space-between !important;
}

.tmp-flex-grid .align-content-around,
.mfp-container .align-content-around {
  align-content: space-around !important;
}

.tmp-flex-grid .align-content-stretch,
.mfp-container .align-content-stretch {
  align-content: stretch !important;
}

.tmp-flex-grid .align-self-auto,
.mfp-container .align-self-auto {
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.tmp-flex-grid .align-self-start,
.mfp-container .align-self-start {
  align-self: flex-start !important;
}

.tmp-flex-grid .align-self-end,
.mfp-container .align-self-end {
  align-self: flex-end !important;
}

.tmp-flex-grid .align-self-center,
.mfp-container .align-self-center {
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.tmp-flex-grid .align-self-baseline,
.mfp-container .align-self-baseline {
  align-self: baseline !important;
}

.tmp-flex-grid .align-self-stretch,
.mfp-container .align-self-stretch {
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 640px) {
  .tmp-flex-grid .flex-sm-row,
  .mfp-container .flex-sm-row {
    flex-direction: row !important;
  }
  .tmp-flex-grid .flex-sm-column,
  .mfp-container .flex-sm-column {
    flex-direction: column !important;
  }
  .tmp-flex-grid .flex-sm-row-reverse,
  .mfp-container .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .tmp-flex-grid .flex-sm-column-reverse,
  .mfp-container .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .tmp-flex-grid .flex-sm-wrap,
  .mfp-container .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .tmp-flex-grid .flex-sm-nowrap,
  .mfp-container .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .tmp-flex-grid .flex-sm-wrap-reverse,
  .mfp-container .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .tmp-flex-grid .justify-content-sm-start,
  .mfp-container .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .tmp-flex-grid .justify-content-sm-end,
  .mfp-container .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .tmp-flex-grid .justify-content-sm-center,
  .mfp-container .justify-content-sm-center {
    justify-content: center !important;
  }
  .tmp-flex-grid .justify-content-sm-between,
  .mfp-container .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .tmp-flex-grid .justify-content-sm-around,
  .mfp-container .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .tmp-flex-grid .align-items-sm-start,
  .mfp-container .align-items-sm-start {
    align-items: flex-start !important;
  }
  .tmp-flex-grid .align-items-sm-end,
  .mfp-container .align-items-sm-end {
    align-items: flex-end !important;
  }
  .tmp-flex-grid .align-items-sm-center,
  .mfp-container .align-items-sm-center {
    align-items: center !important;
  }
  .tmp-flex-grid .align-items-sm-baseline,
  .mfp-container .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .tmp-flex-grid .align-items-sm-stretch,
  .mfp-container .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .tmp-flex-grid .align-content-sm-start,
  .mfp-container .align-content-sm-start {
    align-content: flex-start !important;
  }
  .tmp-flex-grid .align-content-sm-end,
  .mfp-container .align-content-sm-end {
    align-content: flex-end !important;
  }
  .tmp-flex-grid .align-content-sm-center,
  .mfp-container .align-content-sm-center {
    align-content: center !important;
  }
  .tmp-flex-grid .align-content-sm-between,
  .mfp-container .align-content-sm-between {
    align-content: space-between !important;
  }
  .tmp-flex-grid .align-content-sm-around,
  .mfp-container .align-content-sm-around {
    align-content: space-around !important;
  }
  .tmp-flex-grid .align-content-sm-stretch,
  .mfp-container .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .tmp-flex-grid .align-self-sm-auto,
  .mfp-container .align-self-sm-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .tmp-flex-grid .align-self-sm-start,
  .mfp-container .align-self-sm-start {
    align-self: flex-start !important;
  }
  .tmp-flex-grid .align-self-sm-end,
  .mfp-container .align-self-sm-end {
    align-self: flex-end !important;
  }
  .tmp-flex-grid .align-self-sm-center,
  .mfp-container .align-self-sm-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .tmp-flex-grid .align-self-sm-baseline,
  .mfp-container .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .tmp-flex-grid .align-self-sm-stretch,
  .mfp-container .align-self-sm-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 960px) {
  .tmp-flex-grid .flex-md-row,
  .mfp-container .flex-md-row {
    flex-direction: row !important;
  }
  .tmp-flex-grid .flex-md-column,
  .mfp-container .flex-md-column {
    flex-direction: column !important;
  }
  .tmp-flex-grid .flex-md-row-reverse,
  .mfp-container .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .tmp-flex-grid .flex-md-column-reverse,
  .mfp-container .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .tmp-flex-grid .flex-md-wrap,
  .mfp-container .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .tmp-flex-grid .flex-md-nowrap,
  .mfp-container .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .tmp-flex-grid .flex-md-wrap-reverse,
  .mfp-container .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .tmp-flex-grid .justify-content-md-start,
  .mfp-container .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .tmp-flex-grid .justify-content-md-end,
  .mfp-container .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .tmp-flex-grid .justify-content-md-center,
  .mfp-container .justify-content-md-center {
    justify-content: center !important;
  }
  .tmp-flex-grid .justify-content-md-between,
  .mfp-container .justify-content-md-between {
    justify-content: space-between !important;
  }
  .tmp-flex-grid .justify-content-md-around,
  .mfp-container .justify-content-md-around {
    justify-content: space-around !important;
  }
  .tmp-flex-grid .align-items-md-start,
  .mfp-container .align-items-md-start {
    align-items: flex-start !important;
  }
  .tmp-flex-grid .align-items-md-end,
  .mfp-container .align-items-md-end {
    align-items: flex-end !important;
  }
  .tmp-flex-grid .align-items-md-center,
  .mfp-container .align-items-md-center {
    align-items: center !important;
  }
  .tmp-flex-grid .align-items-md-baseline,
  .mfp-container .align-items-md-baseline {
    align-items: baseline !important;
  }
  .tmp-flex-grid .align-items-md-stretch,
  .mfp-container .align-items-md-stretch {
    align-items: stretch !important;
  }
  .tmp-flex-grid .align-content-md-start,
  .mfp-container .align-content-md-start {
    align-content: flex-start !important;
  }
  .tmp-flex-grid .align-content-md-end,
  .mfp-container .align-content-md-end {
    align-content: flex-end !important;
  }
  .tmp-flex-grid .align-content-md-center,
  .mfp-container .align-content-md-center {
    align-content: center !important;
  }
  .tmp-flex-grid .align-content-md-between,
  .mfp-container .align-content-md-between {
    align-content: space-between !important;
  }
  .tmp-flex-grid .align-content-md-around,
  .mfp-container .align-content-md-around {
    align-content: space-around !important;
  }
  .tmp-flex-grid .align-content-md-stretch,
  .mfp-container .align-content-md-stretch {
    align-content: stretch !important;
  }
  .tmp-flex-grid .align-self-md-auto,
  .mfp-container .align-self-md-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .tmp-flex-grid .align-self-md-start,
  .mfp-container .align-self-md-start {
    align-self: flex-start !important;
  }
  .tmp-flex-grid .align-self-md-end,
  .mfp-container .align-self-md-end {
    align-self: flex-end !important;
  }
  .tmp-flex-grid .align-self-md-center,
  .mfp-container .align-self-md-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .tmp-flex-grid .align-self-md-baseline,
  .mfp-container .align-self-md-baseline {
    align-self: baseline !important;
  }
  .tmp-flex-grid .align-self-md-stretch,
  .mfp-container .align-self-md-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1280px) {
  .tmp-flex-grid .flex-lg-row,
  .mfp-container .flex-lg-row {
    flex-direction: row !important;
  }
  .tmp-flex-grid .flex-lg-column,
  .mfp-container .flex-lg-column {
    flex-direction: column !important;
  }
  .tmp-flex-grid .flex-lg-row-reverse,
  .mfp-container .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .tmp-flex-grid .flex-lg-column-reverse,
  .mfp-container .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .tmp-flex-grid .flex-lg-wrap,
  .mfp-container .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .tmp-flex-grid .flex-lg-nowrap,
  .mfp-container .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .tmp-flex-grid .flex-lg-wrap-reverse,
  .mfp-container .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .tmp-flex-grid .justify-content-lg-start,
  .mfp-container .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .tmp-flex-grid .justify-content-lg-end,
  .mfp-container .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .tmp-flex-grid .justify-content-lg-center,
  .mfp-container .justify-content-lg-center {
    justify-content: center !important;
  }
  .tmp-flex-grid .justify-content-lg-between,
  .mfp-container .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .tmp-flex-grid .justify-content-lg-around,
  .mfp-container .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .tmp-flex-grid .align-items-lg-start,
  .mfp-container .align-items-lg-start {
    align-items: flex-start !important;
  }
  .tmp-flex-grid .align-items-lg-end,
  .mfp-container .align-items-lg-end {
    align-items: flex-end !important;
  }
  .tmp-flex-grid .align-items-lg-center,
  .mfp-container .align-items-lg-center {
    align-items: center !important;
  }
  .tmp-flex-grid .align-items-lg-baseline,
  .mfp-container .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .tmp-flex-grid .align-items-lg-stretch,
  .mfp-container .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .tmp-flex-grid .align-content-lg-start,
  .mfp-container .align-content-lg-start {
    align-content: flex-start !important;
  }
  .tmp-flex-grid .align-content-lg-end,
  .mfp-container .align-content-lg-end {
    align-content: flex-end !important;
  }
  .tmp-flex-grid .align-content-lg-center,
  .mfp-container .align-content-lg-center {
    align-content: center !important;
  }
  .tmp-flex-grid .align-content-lg-between,
  .mfp-container .align-content-lg-between {
    align-content: space-between !important;
  }
  .tmp-flex-grid .align-content-lg-around,
  .mfp-container .align-content-lg-around {
    align-content: space-around !important;
  }
  .tmp-flex-grid .align-content-lg-stretch,
  .mfp-container .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .tmp-flex-grid .align-self-lg-auto,
  .mfp-container .align-self-lg-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .tmp-flex-grid .align-self-lg-start,
  .mfp-container .align-self-lg-start {
    align-self: flex-start !important;
  }
  .tmp-flex-grid .align-self-lg-end,
  .mfp-container .align-self-lg-end {
    align-self: flex-end !important;
  }
  .tmp-flex-grid .align-self-lg-center,
  .mfp-container .align-self-lg-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .tmp-flex-grid .align-self-lg-baseline,
  .mfp-container .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .tmp-flex-grid .align-self-lg-stretch,
  .mfp-container .align-self-lg-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

.tmp-flex-grid .float-left,
.mfp-container .float-left {
  float: left !important;
}

.tmp-flex-grid .float-right,
.mfp-container .float-right {
  float: right !important;
}

.tmp-flex-grid .float-none,
.mfp-container .float-none {
  float: none !important;
}

@media (min-width: 640px) {
  .tmp-flex-grid .float-sm-left,
  .mfp-container .float-sm-left {
    float: left !important;
  }
  .tmp-flex-grid .float-sm-right,
  .mfp-container .float-sm-right {
    float: right !important;
  }
  .tmp-flex-grid .float-sm-none,
  .mfp-container .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 960px) {
  .tmp-flex-grid .float-md-left,
  .mfp-container .float-md-left {
    float: left !important;
  }
  .tmp-flex-grid .float-md-right,
  .mfp-container .float-md-right {
    float: right !important;
  }
  .tmp-flex-grid .float-md-none,
  .mfp-container .float-md-none {
    float: none !important;
  }
}

@media (min-width: 1280px) {
  .tmp-flex-grid .float-lg-left,
  .mfp-container .float-lg-left {
    float: left !important;
  }
  .tmp-flex-grid .float-lg-right,
  .mfp-container .float-lg-right {
    float: right !important;
  }
  .tmp-flex-grid .float-lg-none,
  .mfp-container .float-lg-none {
    float: none !important;
  }
}

.tmp-flex-grid .visible,
.mfp-container .visible {
  visibility: visible !important;
}

.tmp-flex-grid .invisible,
.mfp-container .invisible {
  visibility: hidden !important;
}

.tmp-flex-grid .grow-0,
.mfp-container .grow-0 {
  flex-grow: 0;
}

.tmp-flex-grid .grow-1,
.mfp-container .grow-1 {
  flex-grow: 1;
}

.tmp-flex-grid .grow-2,
.mfp-container .grow-2 {
  flex-grow: 2;
}

.tmp-flex-grid .grow-3,
.mfp-container .grow-3 {
  flex-grow: 3;
}

/* ===== Sprites ===== */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

[class^="icon-"]:after,
[class*=" icon-"]:after {
  position: absolute;
  content: '';
  z-index: 2;
}

span[class^="icon-"], span[class*=" icon-"] {
  padding-left: 28px;
}

span[class^="icon-"]:after, span[class*=" icon-"]:after {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

i[class^="icon-"], i[class*=" icon-"] {
  width: 20px;
  height: 20px;
}

i[class^="icon-"]:after, i[class*=" icon-"]:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.icon-field-show:after {
  background: url("/images/tmp/icon-field-show.svg") center no-repeat;
  width: 20px;
  height: 20px;
}

.icon-field-show-on:after {
  background: url("/images/tmp/icon-field-show-on.svg") center no-repeat;
  width: 20px;
  height: 20px;
}

.icon-cable:after {
  background: url("images/new/layout/icon-sprite.svg?1596025458") no-repeat;
  background-position: 0 0;
  width: 20px;
  height: 20px;
}

.icon-danger:after {
  background: url("images/new/layout/icon-sprite.svg?1596025458") no-repeat;
  background-position: 50% 0;
  width: 20px;
  height: 20px;
}

.icon-gift:after {
  background: url("images/new/layout/icon-sprite.svg?1596025458") no-repeat;
  background-position: 0 50%;
  width: 20px;
  height: 20px;
}

.icon-info:after {
  background: url("images/new/layout/icon-sprite.svg?1596025458") no-repeat;
  background-position: 50% 50%;
  width: 20px;
  height: 20px;
}

.icon-pdf:after {
  background: url("images/new/layout/icon-sprite.svg?1596025458") no-repeat;
  background-position: 100% 0;
  width: 20px;
  height: 20px;
}

.icon-success:after {
  background: url("images/new/layout/icon-sprite.svg?1596025458") no-repeat;
  background-position: 100% 50%;
  width: 20px;
  height: 20px;
}

.icon-warning:after {
  background: url("images/new/layout/icon-sprite.svg?1596025458") no-repeat;
  background-position: 0 100%;
  width: 20px;
  height: 20px;
}

.personal-bonus:after {
  background: url("images/new/layout/icon-sprite.svg?1596025458") no-repeat;
  background-position: 50% 100%;
  width: 20px;
  height: 20px;
}

.icon-frag-ad:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 12.77258566978193% 6.644518272425249%;
  width: 20px;
  height: 20px;
}

.icon-frag-ae:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 68.84735202492212% 46.51162790697674%;
  width: 20px;
  height: 20px;
}

.icon-frag-af:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 43.613707165109034% 60.1328903654485%;
  width: 20px;
  height: 20px;
}

.icon-frag-ag:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 6.542056074766355% 6.644518272425249%;
  width: 20px;
  height: 20px;
}

.icon-frag-ai:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 12.77258566978193% 0;
  width: 20px;
  height: 20px;
}

.icon-frag-al:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 0 0;
  width: 21px;
  height: 20px;
}

.icon-frag-am:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 0 13.621262458471762%;
  width: 20px;
  height: 20px;
}

.icon-frag-an:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 6.230529595015576% 13.621262458471762%;
  width: 20px;
  height: 20px;
}

.icon-frag-ao:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 12.461059190031152% 13.621262458471762%;
  width: 20px;
  height: 20px;
}

.icon-frag-aq:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 19.003115264797508% 0;
  width: 20px;
  height: 20px;
}

.icon-frag-ar:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 19.003115264797508% 6.644518272425249%;
  width: 20px;
  height: 20px;
}

.icon-frag-as:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 19.003115264797508% 13.289036544850498%;
  width: 20px;
  height: 20px;
}

.icon-frag-at:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 0 20.26578073089701%;
  width: 20px;
  height: 20px;
}

.icon-frag-au:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 6.230529595015576% 20.26578073089701%;
  width: 20px;
  height: 20px;
}

.icon-frag-aw:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 12.461059190031152% 20.26578073089701%;
  width: 20px;
  height: 20px;
}

.icon-frag-ax:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 18.69158878504673% 20.26578073089701%;
  width: 20px;
  height: 20px;
}

.icon-frag-az:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 25.233644859813083% 0;
  width: 20px;
  height: 20px;
}

.icon-frag-ba:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 25.233644859813083% 6.644518272425249%;
  width: 20px;
  height: 20px;
}

.icon-frag-bb:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 25.233644859813083% 13.289036544850498%;
  width: 20px;
  height: 20px;
}

.icon-frag-bd:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 25.233644859813083% 19.93355481727575%;
  width: 20px;
  height: 20px;
}

.icon-frag-be:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 0 26.910299003322258%;
  width: 20px;
  height: 20px;
}

.icon-frag-bf:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 6.230529595015576% 26.910299003322258%;
  width: 20px;
  height: 20px;
}

.icon-frag-bg:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 12.461059190031152% 26.910299003322258%;
  width: 20px;
  height: 20px;
}

.icon-frag-bh:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 18.69158878504673% 26.910299003322258%;
  width: 20px;
  height: 20px;
}

.icon-frag-bi:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 24.922118380062305% 26.910299003322258%;
  width: 20px;
  height: 20px;
}

.icon-frag-bj:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 31.46417445482866% 0;
  width: 20px;
  height: 20px;
}

.icon-frag-bl:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 31.46417445482866% 6.644518272425249%;
  width: 20px;
  height: 20px;
}

.icon-frag-bm:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 31.46417445482866% 13.289036544850498%;
  width: 20px;
  height: 20px;
}

.icon-frag-bn:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 31.46417445482866% 19.93355481727575%;
  width: 20px;
  height: 20px;
}

.icon-frag-bo:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 31.46417445482866% 26.578073089700997%;
  width: 20px;
  height: 20px;
}

.icon-frag-br:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 0 33.55481727574751%;
  width: 20px;
  height: 20px;
}

.icon-frag-bs:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 6.230529595015576% 33.55481727574751%;
  width: 20px;
  height: 20px;
}

.icon-frag-bt:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 12.461059190031152% 33.55481727574751%;
  width: 20px;
  height: 20px;
}

.icon-frag-bv:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 18.69158878504673% 33.55481727574751%;
  width: 20px;
  height: 20px;
}

.icon-frag-bw:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 24.922118380062305% 33.55481727574751%;
  width: 20px;
  height: 20px;
}

.icon-frag-by:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 31.152647975077883% 33.55481727574751%;
  width: 20px;
  height: 20px;
}

.icon-frag-bz:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 37.69470404984423% 0;
  width: 20px;
  height: 20px;
}

.icon-frag-ca:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 37.69470404984423% 6.644518272425249%;
  width: 20px;
  height: 20px;
}

.icon-frag-cc:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 37.69470404984423% 13.289036544850498%;
  width: 20px;
  height: 20px;
}

.icon-frag-cd:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 37.69470404984423% 19.93355481727575%;
  width: 20px;
  height: 20px;
}

.icon-frag-cf:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 37.69470404984423% 26.578073089700997%;
  width: 20px;
  height: 20px;
}

.icon-frag-cg:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 37.69470404984423% 33.222591362126245%;
  width: 20px;
  height: 20px;
}

.icon-frag-ch:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 0 40.199335548172755%;
  width: 20px;
  height: 20px;
}

.icon-frag-ci:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 6.230529595015576% 40.199335548172755%;
  width: 20px;
  height: 20px;
}

.icon-frag-ck:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 12.461059190031152% 40.199335548172755%;
  width: 20px;
  height: 20px;
}

.icon-frag-cl:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 18.69158878504673% 40.199335548172755%;
  width: 20px;
  height: 20px;
}

.icon-frag-cm:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 24.922118380062305% 40.199335548172755%;
  width: 20px;
  height: 20px;
}

.icon-frag-cn:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 31.152647975077883% 40.199335548172755%;
  width: 20px;
  height: 20px;
}

.icon-frag-co:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 37.38317757009346% 40.199335548172755%;
  width: 20px;
  height: 20px;
}

.icon-frag-cr:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 43.925233644859816% 0;
  width: 20px;
  height: 20px;
}

.icon-frag-cu:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 43.925233644859816% 6.644518272425249%;
  width: 20px;
  height: 20px;
}

.icon-frag-cv:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 43.925233644859816% 13.289036544850498%;
  width: 20px;
  height: 20px;
}

.icon-frag-cx:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 43.925233644859816% 19.93355481727575%;
  width: 20px;
  height: 20px;
}

.icon-frag-cy:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 43.925233644859816% 26.578073089700997%;
  width: 20px;
  height: 20px;
}

.icon-frag-cz:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 43.925233644859816% 33.222591362126245%;
  width: 20px;
  height: 20px;
}

.icon-frag-de:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 43.925233644859816% 39.8671096345515%;
  width: 20px;
  height: 20px;
}

.icon-frag-dj:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 0 46.84385382059801%;
  width: 20px;
  height: 20px;
}

.icon-frag-dk:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 6.230529595015576% 46.84385382059801%;
  width: 20px;
  height: 20px;
}

.icon-frag-dm:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 12.461059190031152% 46.84385382059801%;
  width: 20px;
  height: 20px;
}

.icon-frag-do:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 18.69158878504673% 46.84385382059801%;
  width: 20px;
  height: 20px;
}

.icon-frag-dz:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 24.922118380062305% 46.84385382059801%;
  width: 20px;
  height: 20px;
}

.icon-frag-ec:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 31.152647975077883% 46.84385382059801%;
  width: 20px;
  height: 20px;
}

.icon-frag-ee:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 37.38317757009346% 46.84385382059801%;
  width: 20px;
  height: 20px;
}

.icon-frag-eg:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 43.613707165109034% 46.84385382059801%;
  width: 20px;
  height: 20px;
}

.icon-frag-eh:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 50.15576323987539% 0;
  width: 20px;
  height: 20px;
}

.icon-frag-er:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 50.15576323987539% 6.644518272425249%;
  width: 20px;
  height: 20px;
}

.icon-frag-es:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 50.15576323987539% 13.289036544850498%;
  width: 20px;
  height: 20px;
}

.icon-frag-et:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 50.15576323987539% 19.93355481727575%;
  width: 20px;
  height: 20px;
}

.icon-frag-f:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 50.15576323987539% 26.578073089700997%;
  width: 20px;
  height: 20px;
}

.icon-frag-f1:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 50.15576323987539% 33.222591362126245%;
  width: 20px;
  height: 20px;
}

.icon-frag-f4:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 50.15576323987539% 39.8671096345515%;
  width: 20px;
  height: 20px;
}

.icon-frag-fi:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 50.15576323987539% 46.51162790697674%;
  width: 20px;
  height: 20px;
}

.icon-frag-fj:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 0 53.48837209302326%;
  width: 20px;
  height: 20px;
}

.icon-frag-fk:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 6.230529595015576% 53.48837209302326%;
  width: 20px;
  height: 20px;
}

.icon-frag-fm:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 12.461059190031152% 53.48837209302326%;
  width: 20px;
  height: 20px;
}

.icon-frag-fo:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 18.69158878504673% 53.48837209302326%;
  width: 20px;
  height: 20px;
}

.icon-frag-fr:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 24.922118380062305% 53.48837209302326%;
  width: 20px;
  height: 20px;
}

.icon-frag-ga:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 31.152647975077883% 53.48837209302326%;
  width: 20px;
  height: 20px;
}

.icon-frag-gb:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 37.38317757009346% 53.48837209302326%;
  width: 20px;
  height: 20px;
}

.icon-frag-gd:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 43.613707165109034% 53.48837209302326%;
  width: 20px;
  height: 20px;
}

.icon-frag-ge:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 49.84423676012461% 53.48837209302326%;
  width: 20px;
  height: 20px;
}

.icon-frag-gf:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 56.386292834890966% 0;
  width: 20px;
  height: 20px;
}

.icon-frag-gg:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 56.386292834890966% 6.644518272425249%;
  width: 20px;
  height: 20px;
}

.icon-frag-gh:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 56.386292834890966% 13.289036544850498%;
  width: 20px;
  height: 20px;
}

.icon-frag-gi:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 56.386292834890966% 19.93355481727575%;
  width: 20px;
  height: 20px;
}

.icon-frag-gl:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 56.386292834890966% 26.578073089700997%;
  width: 20px;
  height: 20px;
}

.icon-frag-gm:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 56.386292834890966% 33.222591362126245%;
  width: 20px;
  height: 20px;
}

.icon-frag-gn:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 56.386292834890966% 39.8671096345515%;
  width: 20px;
  height: 20px;
}

.icon-frag-gp:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 56.386292834890966% 46.51162790697674%;
  width: 20px;
  height: 20px;
}

.icon-frag-gq:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 56.386292834890966% 53.15614617940199%;
  width: 20px;
  height: 20px;
}

.icon-frag-gr:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 0 60.1328903654485%;
  width: 20px;
  height: 20px;
}

.icon-frag-gs:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 6.230529595015576% 60.1328903654485%;
  width: 20px;
  height: 20px;
}

.icon-frag-gt:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 12.461059190031152% 60.1328903654485%;
  width: 20px;
  height: 20px;
}

.icon-frag-gu:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 18.69158878504673% 60.1328903654485%;
  width: 20px;
  height: 20px;
}

.icon-frag-gw:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 24.922118380062305% 60.1328903654485%;
  width: 20px;
  height: 20px;
}

.icon-frag-gy:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 31.152647975077883% 60.1328903654485%;
  width: 20px;
  height: 20px;
}

.icon-frag-hk:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 37.38317757009346% 60.1328903654485%;
  width: 20px;
  height: 20px;
}

.icon-frag-hm:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 0 6.666666666666667%;
  width: 21px;
  height: 21px;
}

.icon-frag-hn:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 49.84423676012461% 60.1328903654485%;
  width: 20px;
  height: 20px;
}

.icon-frag-hr:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 56.074766355140184% 60.1328903654485%;
  width: 20px;
  height: 20px;
}

.icon-frag-ht:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 62.61682242990654% 0;
  width: 20px;
  height: 20px;
}

.icon-frag-hu:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 62.61682242990654% 6.644518272425249%;
  width: 20px;
  height: 20px;
}

.icon-frag-ic:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 62.61682242990654% 13.289036544850498%;
  width: 20px;
  height: 20px;
}

.icon-frag-id:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 62.61682242990654% 19.93355481727575%;
  width: 20px;
  height: 20px;
}

.icon-frag-ie:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 62.61682242990654% 26.578073089700997%;
  width: 20px;
  height: 20px;
}

.icon-frag-il:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 62.61682242990654% 33.222591362126245%;
  width: 20px;
  height: 20px;
}

.icon-frag-im:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 62.61682242990654% 39.8671096345515%;
  width: 20px;
  height: 20px;
}

.icon-frag-in:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 62.61682242990654% 46.51162790697674%;
  width: 20px;
  height: 20px;
}

.icon-frag-io:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 62.61682242990654% 53.15614617940199%;
  width: 20px;
  height: 20px;
}

.icon-frag-iq:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 62.61682242990654% 59.800664451827245%;
  width: 20px;
  height: 20px;
}

.icon-frag-ir:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 0 66.77740863787375%;
  width: 20px;
  height: 20px;
}

.icon-frag-is:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 6.230529595015576% 66.77740863787375%;
  width: 20px;
  height: 20px;
}

.icon-frag-it:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 12.461059190031152% 66.77740863787375%;
  width: 20px;
  height: 20px;
}

.icon-frag-j7:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 18.69158878504673% 66.77740863787375%;
  width: 20px;
  height: 20px;
}

.icon-frag-je:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 24.922118380062305% 66.77740863787375%;
  width: 20px;
  height: 20px;
}

.icon-frag-jm:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 31.152647975077883% 66.77740863787375%;
  width: 20px;
  height: 20px;
}

.icon-frag-jo:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 37.38317757009346% 66.77740863787375%;
  width: 20px;
  height: 20px;
}

.icon-frag-jp:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 43.613707165109034% 66.77740863787375%;
  width: 20px;
  height: 20px;
}

.icon-frag-k8:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 49.84423676012461% 66.77740863787375%;
  width: 20px;
  height: 20px;
}

.icon-frag-ke:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 56.074766355140184% 66.77740863787375%;
  width: 20px;
  height: 20px;
}

.icon-frag-kg:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 62.30529595015577% 66.77740863787375%;
  width: 20px;
  height: 20px;
}

.icon-frag-kh:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 68.84735202492212% 0;
  width: 20px;
  height: 20px;
}

.icon-frag-ki:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 68.84735202492212% 6.644518272425249%;
  width: 20px;
  height: 20px;
}

.icon-frag-km:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 68.84735202492212% 13.289036544850498%;
  width: 20px;
  height: 20px;
}

.icon-frag-kn:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 68.84735202492212% 19.93355481727575%;
  width: 20px;
  height: 20px;
}

.icon-frag-kp:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 68.84735202492212% 26.578073089700997%;
  width: 20px;
  height: 20px;
}

.icon-frag-kr:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 68.84735202492212% 33.222591362126245%;
  width: 20px;
  height: 20px;
}

.icon-frag-kw:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 68.84735202492212% 39.8671096345515%;
  width: 20px;
  height: 20px;
}

.icon-frag-ky:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 6.542056074766355% 0;
  width: 20px;
  height: 20px;
}

.icon-frag-kz:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 68.84735202492212% 53.15614617940199%;
  width: 20px;
  height: 20px;
}

.icon-frag-la:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 68.84735202492212% 59.800664451827245%;
  width: 20px;
  height: 20px;
}

.icon-frag-lb:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 68.84735202492212% 66.44518272425249%;
  width: 20px;
  height: 20px;
}

.icon-frag-lc:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 0 73.421926910299%;
  width: 20px;
  height: 20px;
}

.icon-frag-li:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 6.230529595015576% 73.421926910299%;
  width: 20px;
  height: 20px;
}

.icon-frag-lk:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 12.461059190031152% 73.421926910299%;
  width: 20px;
  height: 20px;
}

.icon-frag-lr:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 18.69158878504673% 73.421926910299%;
  width: 20px;
  height: 20px;
}

.icon-frag-ls:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 24.922118380062305% 73.421926910299%;
  width: 20px;
  height: 20px;
}

.icon-frag-lt:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 31.152647975077883% 73.421926910299%;
  width: 20px;
  height: 20px;
}

.icon-frag-lu:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 37.38317757009346% 73.421926910299%;
  width: 20px;
  height: 20px;
}

.icon-frag-lv:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 43.613707165109034% 73.421926910299%;
  width: 20px;
  height: 20px;
}

.icon-frag-ly:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 49.84423676012461% 73.421926910299%;
  width: 20px;
  height: 20px;
}

.icon-frag-ma:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 56.074766355140184% 73.421926910299%;
  width: 20px;
  height: 20px;
}

.icon-frag-mc:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 62.30529595015577% 73.421926910299%;
  width: 20px;
  height: 20px;
}

.icon-frag-md:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 68.53582554517133% 73.421926910299%;
  width: 20px;
  height: 20px;
}

.icon-frag-me:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 75.0778816199377% 0;
  width: 20px;
  height: 20px;
}

.icon-frag-mf:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 75.0778816199377% 6.644518272425249%;
  width: 20px;
  height: 20px;
}

.icon-frag-mg:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 75.0778816199377% 13.289036544850498%;
  width: 20px;
  height: 20px;
}

.icon-frag-mh:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 75.0778816199377% 19.93355481727575%;
  width: 20px;
  height: 20px;
}

.icon-frag-mk:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 75.0778816199377% 26.578073089700997%;
  width: 20px;
  height: 20px;
}

.icon-frag-ml:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 75.0778816199377% 33.222591362126245%;
  width: 20px;
  height: 20px;
}

.icon-frag-mm:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 75.0778816199377% 39.8671096345515%;
  width: 20px;
  height: 20px;
}

.icon-frag-mn:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 75.0778816199377% 46.51162790697674%;
  width: 20px;
  height: 20px;
}

.icon-frag-mo:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 75.0778816199377% 53.15614617940199%;
  width: 20px;
  height: 20px;
}

.icon-frag-mp:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 75.0778816199377% 59.800664451827245%;
  width: 20px;
  height: 20px;
}

.icon-frag-mq:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 75.0778816199377% 66.44518272425249%;
  width: 20px;
  height: 20px;
}

.icon-frag-mr:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 75.0778816199377% 73.08970099667773%;
  width: 20px;
  height: 20px;
}

.icon-frag-ms:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 0 80.06644518272425%;
  width: 20px;
  height: 20px;
}

.icon-frag-mt:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 6.230529595015576% 80.06644518272425%;
  width: 20px;
  height: 20px;
}

.icon-frag-mu:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 12.461059190031152% 80.06644518272425%;
  width: 20px;
  height: 20px;
}

.icon-frag-mv:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 18.69158878504673% 80.06644518272425%;
  width: 20px;
  height: 20px;
}

.icon-frag-mw:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 24.922118380062305% 80.06644518272425%;
  width: 20px;
  height: 20px;
}

.icon-frag-mx:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 31.152647975077883% 80.06644518272425%;
  width: 20px;
  height: 20px;
}

.icon-frag-my:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 37.38317757009346% 80.06644518272425%;
  width: 20px;
  height: 20px;
}

.icon-frag-mz:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 43.613707165109034% 80.06644518272425%;
  width: 20px;
  height: 20px;
}

.icon-frag-na:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 49.84423676012461% 80.06644518272425%;
  width: 20px;
  height: 20px;
}

.icon-frag-nc:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 56.074766355140184% 80.06644518272425%;
  width: 20px;
  height: 20px;
}

.icon-frag-ne:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 62.30529595015577% 80.06644518272425%;
  width: 20px;
  height: 20px;
}

.icon-frag-nf:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 68.53582554517133% 80.06644518272425%;
  width: 20px;
  height: 20px;
}

.icon-frag-ng:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 74.76635514018692% 80.06644518272425%;
  width: 20px;
  height: 20px;
}

.icon-frag-ni:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 81.30841121495327% 0;
  width: 20px;
  height: 20px;
}

.icon-frag-nl:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 81.30841121495327% 6.644518272425249%;
  width: 20px;
  height: 20px;
}

.icon-frag-no:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 81.30841121495327% 13.289036544850498%;
  width: 20px;
  height: 20px;
}

.icon-frag-np:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 81.30841121495327% 19.93355481727575%;
  width: 20px;
  height: 20px;
}

.icon-frag-nr:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 81.30841121495327% 26.578073089700997%;
  width: 20px;
  height: 20px;
}

.icon-frag-nu:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 81.30841121495327% 33.222591362126245%;
  width: 20px;
  height: 20px;
}

.icon-frag-nz:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 81.30841121495327% 39.8671096345515%;
  width: 20px;
  height: 20px;
}

.icon-frag-om:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 81.30841121495327% 46.51162790697674%;
  width: 20px;
  height: 20px;
}

.icon-frag-pa:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 81.30841121495327% 53.15614617940199%;
  width: 20px;
  height: 20px;
}

.icon-frag-pe:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 81.30841121495327% 59.800664451827245%;
  width: 20px;
  height: 20px;
}

.icon-frag-pf:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 81.30841121495327% 66.44518272425249%;
  width: 20px;
  height: 20px;
}

.icon-frag-pg:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 81.30841121495327% 73.08970099667773%;
  width: 20px;
  height: 20px;
}

.icon-frag-ph:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 81.30841121495327% 79.734219269103%;
  width: 20px;
  height: 20px;
}

.icon-frag-pk:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 0 86.7109634551495%;
  width: 20px;
  height: 20px;
}

.icon-frag-pl:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 6.230529595015576% 86.7109634551495%;
  width: 20px;
  height: 20px;
}

.icon-frag-pm:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 12.461059190031152% 86.7109634551495%;
  width: 20px;
  height: 20px;
}

.icon-frag-pn:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 18.69158878504673% 86.7109634551495%;
  width: 20px;
  height: 20px;
}

.icon-frag-pr:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 24.922118380062305% 86.7109634551495%;
  width: 20px;
  height: 20px;
}

.icon-frag-ps:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 31.152647975077883% 86.7109634551495%;
  width: 20px;
  height: 20px;
}

.icon-frag-pt:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 37.38317757009346% 86.7109634551495%;
  width: 20px;
  height: 20px;
}

.icon-frag-pw:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 43.613707165109034% 86.7109634551495%;
  width: 20px;
  height: 20px;
}

.icon-frag-py:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 49.84423676012461% 86.7109634551495%;
  width: 20px;
  height: 20px;
}

.icon-frag-qa:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 56.074766355140184% 86.7109634551495%;
  width: 20px;
  height: 20px;
}

.icon-frag-re:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 62.30529595015577% 86.7109634551495%;
  width: 20px;
  height: 20px;
}

.icon-frag-ro:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 68.53582554517133% 86.7109634551495%;
  width: 20px;
  height: 20px;
}

.icon-frag-rs:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 74.76635514018692% 86.7109634551495%;
  width: 20px;
  height: 20px;
}

.icon-frag-ru:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 80.99688473520249% 86.7109634551495%;
  width: 20px;
  height: 20px;
}

.icon-frag-rw:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 87.53894080996885% 0;
  width: 20px;
  height: 20px;
}

.icon-frag-sa:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 87.53894080996885% 6.644518272425249%;
  width: 20px;
  height: 20px;
}

.icon-frag-sb:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 87.53894080996885% 13.289036544850498%;
  width: 20px;
  height: 20px;
}

.icon-frag-sc:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 87.53894080996885% 19.93355481727575%;
  width: 20px;
  height: 20px;
}

.icon-frag-sd:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 87.53894080996885% 26.578073089700997%;
  width: 20px;
  height: 20px;
}

.icon-frag-se:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 87.53894080996885% 33.222591362126245%;
  width: 20px;
  height: 20px;
}

.icon-frag-sg:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 87.53894080996885% 39.8671096345515%;
  width: 20px;
  height: 20px;
}

.icon-frag-sh:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 87.53894080996885% 46.51162790697674%;
  width: 20px;
  height: 20px;
}

.icon-frag-si:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 87.53894080996885% 53.15614617940199%;
  width: 20px;
  height: 20px;
}

.icon-frag-sj:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 87.53894080996885% 59.800664451827245%;
  width: 20px;
  height: 20px;
}

.icon-frag-sk:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 87.53894080996885% 66.44518272425249%;
  width: 20px;
  height: 20px;
}

.icon-frag-sl:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 87.53894080996885% 73.08970099667773%;
  width: 20px;
  height: 20px;
}

.icon-frag-sm:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 87.53894080996885% 79.734219269103%;
  width: 20px;
  height: 20px;
}

.icon-frag-sn:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 87.53894080996885% 86.37873754152824%;
  width: 20px;
  height: 20px;
}

.icon-frag-so:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 0 93.35548172757476%;
  width: 20px;
  height: 20px;
}

.icon-frag-sp:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 6.230529595015576% 93.35548172757476%;
  width: 20px;
  height: 20px;
}

.icon-frag-sr:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 12.461059190031152% 93.35548172757476%;
  width: 20px;
  height: 20px;
}

.icon-frag-st:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 18.69158878504673% 93.35548172757476%;
  width: 20px;
  height: 20px;
}

.icon-frag-sv:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 24.922118380062305% 93.35548172757476%;
  width: 20px;
  height: 20px;
}

.icon-frag-sy:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 31.152647975077883% 93.35548172757476%;
  width: 20px;
  height: 20px;
}

.icon-frag-sz:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 37.38317757009346% 93.35548172757476%;
  width: 20px;
  height: 20px;
}

.icon-frag-tc:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 43.613707165109034% 93.35548172757476%;
  width: 20px;
  height: 20px;
}

.icon-frag-td:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 49.84423676012461% 93.35548172757476%;
  width: 20px;
  height: 20px;
}

.icon-frag-tf:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 56.074766355140184% 93.35548172757476%;
  width: 20px;
  height: 20px;
}

.icon-frag-tg:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 62.30529595015577% 93.35548172757476%;
  width: 20px;
  height: 20px;
}

.icon-frag-th:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 68.53582554517133% 93.35548172757476%;
  width: 20px;
  height: 20px;
}

.icon-frag-tj:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 74.76635514018692% 93.35548172757476%;
  width: 20px;
  height: 20px;
}

.icon-frag-tk:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 80.99688473520249% 93.35548172757476%;
  width: 20px;
  height: 20px;
}

.icon-frag-tl:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 87.22741433021807% 93.35548172757476%;
  width: 20px;
  height: 20px;
}

.icon-frag-tm:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 93.76947040498442% 0;
  width: 20px;
  height: 20px;
}

.icon-frag-tn:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 93.76947040498442% 6.644518272425249%;
  width: 20px;
  height: 20px;
}

.icon-frag-to:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 93.76947040498442% 13.289036544850498%;
  width: 20px;
  height: 20px;
}

.icon-frag-tr:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 93.76947040498442% 19.93355481727575%;
  width: 20px;
  height: 20px;
}

.icon-frag-tt:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 93.76947040498442% 26.578073089700997%;
  width: 20px;
  height: 20px;
}

.icon-frag-tv:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 93.76947040498442% 33.222591362126245%;
  width: 20px;
  height: 20px;
}

.icon-frag-tw:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 93.76947040498442% 39.8671096345515%;
  width: 20px;
  height: 20px;
}

.icon-frag-tz:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 93.76947040498442% 46.51162790697674%;
  width: 20px;
  height: 20px;
}

.icon-frag-ua:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 93.76947040498442% 53.15614617940199%;
  width: 20px;
  height: 20px;
}

.icon-frag-ug:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 93.76947040498442% 59.800664451827245%;
  width: 20px;
  height: 20px;
}

.icon-frag-um:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 93.76947040498442% 66.44518272425249%;
  width: 20px;
  height: 20px;
}

.icon-frag-us:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 93.76947040498442% 73.08970099667773%;
  width: 20px;
  height: 20px;
}

.icon-frag-uy:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 93.76947040498442% 79.734219269103%;
  width: 20px;
  height: 20px;
}

.icon-frag-uz:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 93.76947040498442% 86.37873754152824%;
  width: 20px;
  height: 20px;
}

.icon-frag-va:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 93.76947040498442% 93.02325581395348%;
  width: 20px;
  height: 20px;
}

.icon-frag-vc:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 0 100%;
  width: 20px;
  height: 20px;
}

.icon-frag-ve:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 6.230529595015576% 100%;
  width: 20px;
  height: 20px;
}

.icon-frag-vg:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 12.461059190031152% 100%;
  width: 20px;
  height: 20px;
}

.icon-frag-vi:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 18.69158878504673% 100%;
  width: 20px;
  height: 20px;
}

.icon-frag-vn:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 24.922118380062305% 100%;
  width: 20px;
  height: 20px;
}

.icon-frag-vu:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 31.152647975077883% 100%;
  width: 20px;
  height: 20px;
}

.icon-frag-wf:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 37.38317757009346% 100%;
  width: 20px;
  height: 20px;
}

.icon-frag-ws:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 43.613707165109034% 100%;
  width: 20px;
  height: 20px;
}

.icon-frag-xb:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 49.84423676012461% 100%;
  width: 20px;
  height: 20px;
}

.icon-frag-xc:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 56.074766355140184% 100%;
  width: 20px;
  height: 20px;
}

.icon-frag-ye:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 62.30529595015577% 100%;
  width: 20px;
  height: 20px;
}

.icon-frag-yk:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 68.53582554517133% 100%;
  width: 20px;
  height: 20px;
}

.icon-frag-yt:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 74.76635514018692% 100%;
  width: 20px;
  height: 20px;
}

.icon-frag-za:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 80.99688473520249% 100%;
  width: 20px;
  height: 20px;
}

.icon-frag-zm:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 87.22741433021807% 100%;
  width: 20px;
  height: 20px;
}

.icon-frag-zw:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 93.45794392523365% 100%;
  width: 20px;
  height: 20px;
}

.icon-frag-zz:after {
  background: url("images/new/layout/flag-icons-sprite.svg?1596025458") no-repeat;
  background-position: 100% 0;
  width: 20px;
  height: 20px;
}

.icon-arrow-1-down:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 7.909604519774011% 100%;
  width: 14px;
  height: 9px;
}

.icon-arrow-1-left:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 48.9010989010989% 91.47727272727273%;
  width: 9px;
  height: 14px;
}

.icon-arrow-1-right:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 100% 7.954545454545454%;
  width: 9px;
  height: 14px;
}

.icon-arrow-1-up:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 0 100%;
  width: 14px;
  height: 9px;
}

.icon-arrow-2-down:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 89.26553672316385% 88.95027624309392%;
  width: 14px;
  height: 9px;
}

.icon-arrow-2-left:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 100% 0;
  width: 9px;
  height: 14px;
}

.icon-arrow-2-right:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 43.956043956043956% 91.47727272727273%;
  width: 9px;
  height: 14px;
}

.icon-arrow-2-up:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 73.44632768361582% 88.95027624309392%;
  width: 14px;
  height: 9px;
}

.icon-arrow-3-down:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 65.53672316384181% 88.95027624309392%;
  width: 14px;
  height: 9px;
}

.icon-arrow-3-left:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 58.79120879120879% 91.47727272727273%;
  width: 9px;
  height: 14px;
}

.icon-arrow-3-right:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 53.84615384615385% 91.47727272727273%;
  width: 9px;
  height: 14px;
}

.icon-arrow-3-up:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 81.35593220338983% 88.95027624309392%;
  width: 14px;
  height: 9px;
}

.icon-compare:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 0 35.88235294117647%;
  width: 20px;
  height: 20px;
}

.icon-compare-black:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 11.695906432748538% 35.88235294117647%;
  width: 20px;
  height: 20px;
}

.icon-compare-on:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 23.391812865497077% 35.88235294117647%;
  width: 20px;
  height: 20px;
}

.icon-danger:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 35.08771929824562% 35.88235294117647%;
  width: 20px;
  height: 20px;
}

.icon-delete:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 47.953216374269005% 0;
  width: 20px;
  height: 20px;
}

.icon-edit:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 47.953216374269005% 11.764705882352942%;
  width: 20px;
  height: 20px;
}

.icon-field-anothermsg:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 47.953216374269005% 23.529411764705884%;
  width: 20px;
  height: 20px;
}

.icon-field-email:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 47.953216374269005% 35.294117647058826%;
  width: 20px;
  height: 20px;
}

.icon-field-fbmsg:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 0 47.64705882352941%;
  width: 20px;
  height: 20px;
}

.icon-field-icq:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 11.695906432748538% 47.64705882352941%;
  width: 20px;
  height: 20px;
}

.icon-field-phone:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 23.391812865497077% 47.64705882352941%;
  width: 20px;
  height: 20px;
}

.icon-field-phone-black:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 35.08771929824562% 47.64705882352941%;
  width: 20px;
  height: 20px;
}

.icon-field-phone-on:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 46.78362573099415% 47.64705882352941%;
  width: 20px;
  height: 20px;
}

.icon-field-skype:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 59.64912280701754% 23.529411764705884%;
  width: 20px;
  height: 20px;
}

.icon-field-toweight:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 59.64912280701754% 35.294117647058826%;
  width: 20px;
  height: 20px;
}

.icon-field-viber:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 59.64912280701754% 47.05882352941177%;
  width: 20px;
  height: 20px;
}

.icon-field-wechat:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 0 59.411764705882355%;
  width: 20px;
  height: 20px;
}

.icon-field-whatsapp:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 11.695906432748538% 59.411764705882355%;
  width: 20px;
  height: 20px;
}

.icon-field-yahoo:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 23.391812865497077% 59.411764705882355%;
  width: 20px;
  height: 20px;
}

.icon-gift:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 35.08771929824562% 59.411764705882355%;
  width: 20px;
  height: 20px;
}

.icon-header-tech-support:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 46.78362573099415% 59.411764705882355%;
  width: 20px;
  height: 20px;
}

.icon-header-tech-support-on:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 58.47953216374269% 59.411764705882355%;
  width: 20px;
  height: 20px;
}

.icon-info:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 71.34502923976608% 0;
  width: 20px;
  height: 20px;
}

.icon-japan:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 71.34502923976608% 11.764705882352942%;
  width: 20px;
  height: 20px;
}

.icon-korea:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 71.34502923976608% 23.529411764705884%;
  width: 20px;
  height: 20px;
}

.icon-kyivstar:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 71.34502923976608% 35.294117647058826%;
  width: 20px;
  height: 20px;
}

.icon-lifecell:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 0 0;
  width: 21px;
  height: 21px;
}

.icon-mobile-menu-catalog:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 71.34502923976608% 58.8235294117647%;
  width: 20px;
  height: 20px;
}

.icon-mobile-menu-currency:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 12.280701754385966% 0;
  width: 20px;
  height: 21px;
}

.icon-mobile-menu-region:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 11.695906432748538% 71.17647058823529%;
  width: 20px;
  height: 20px;
}

.icon-mobile-operator-kyivstar:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 0 12.352941176470589%;
  width: 20px;
  height: 20px;
}

.icon-mobile-operator-lifecell:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 24.11764705882353% 0;
  width: 21px;
  height: 21px;
}

.icon-mobile-operator-vodafone:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 46.78362573099415% 71.17647058823529%;
  width: 20px;
  height: 20px;
}

.icon-oem-photo:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 58.47953216374269% 71.17647058823529%;
  width: 20px;
  height: 20px;
}

.icon-oem-photo-on:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 70.17543859649123% 71.17647058823529%;
  width: 20px;
  height: 20px;
}

.icon-password:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 83.04093567251462% 0;
  width: 20px;
  height: 20px;
}

.icon-password-on:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 83.04093567251462% 11.764705882352942%;
  width: 20px;
  height: 20px;
}

.icon-personal-address:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 83.04093567251462% 23.529411764705884%;
  width: 20px;
  height: 20px;
}

.icon-personal-address-on:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 83.04093567251462% 35.294117647058826%;
  width: 20px;
  height: 20px;
}

.icon-personal-bonus:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 83.04093567251462% 47.05882352941177%;
  width: 20px;
  height: 20px;
}

.icon-personal-bonus-header:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 83.04093567251462% 58.8235294117647%;
  width: 20px;
  height: 20px;
}

.icon-personal-bonus-on:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 83.04093567251462% 70.58823529411765%;
  width: 20px;
  height: 20px;
}

.icon-personal-evaluations:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 0 82.94117647058823%;
  width: 20px;
  height: 20px;
}

.icon-personal-evaluations-on:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 11.695906432748538% 82.94117647058823%;
  width: 20px;
  height: 20px;
}

.icon-personal-orders:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 23.391812865497077% 82.94117647058823%;
  width: 20px;
  height: 20px;
}

.icon-personal-orders-black:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 35.08771929824562% 82.94117647058823%;
  width: 20px;
  height: 20px;
}

.icon-personal-orders-on:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 46.78362573099415% 82.94117647058823%;
  width: 20px;
  height: 20px;
}

.icon-personal-price:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 58.47953216374269% 82.94117647058823%;
  width: 20px;
  height: 20px;
}

.icon-personal-price-on:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 70.17543859649123% 82.94117647058823%;
  width: 20px;
  height: 20px;
}

.icon-personal-subscriptions:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 81.87134502923976% 82.94117647058823%;
  width: 20px;
  height: 20px;
}

.icon-personal-subscriptions-on:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 94.73684210526316% 0;
  width: 20px;
  height: 20px;
}

.icon-personal-username:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 94.73684210526316% 11.764705882352942%;
  width: 20px;
  height: 20px;
}

.icon-personal-username-on:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 94.73684210526316% 23.529411764705884%;
  width: 20px;
  height: 20px;
}

.icon-personal-waitinglist:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 94.73684210526316% 35.294117647058826%;
  width: 20px;
  height: 20px;
}

.icon-personal-waitinglist-on:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 94.73684210526316% 47.05882352941177%;
  width: 20px;
  height: 20px;
}

.icon-personal-wishlist:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 94.73684210526316% 58.8235294117647%;
  width: 20px;
  height: 20px;
}

.icon-personal-wishlist-on:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 94.73684210526316% 70.58823529411765%;
  width: 20px;
  height: 20px;
}

.icon-personal-your-car:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 94.73684210526316% 82.3529411764706%;
  width: 20px;
  height: 20px;
}

.icon-personal-your-car-on:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 0 94.70588235294117%;
  width: 20px;
  height: 20px;
}

.icon-plus:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 11.695906432748538% 94.70588235294117%;
  width: 20px;
  height: 20px;
}

.icon-promo:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 23.391812865497077% 94.70588235294117%;
  width: 20px;
  height: 20px;
}

.icon-promo-mobile-menu:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 35.08771929824562% 94.70588235294117%;
  width: 20px;
  height: 20px;
}

.icon-sales-chat:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 23.391812865497077% 71.17647058823529%;
  width: 20px;
  height: 20px;
}

.icon-sales-chat-black:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 36.25730994152047% 23.529411764705884%;
  width: 20px;
  height: 20px;
}

.icon-sales-chat-on:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 36.25730994152047% 11.764705882352942%;
  width: 20px;
  height: 20px;
}

.icon-search:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 36.25730994152047% 0;
  width: 20px;
  height: 20px;
}

.icon-shipping:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 23.391812865497077% 24.11764705882353%;
  width: 20px;
  height: 20px;
}

.icon-stock:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 11.695906432748538% 24.11764705882353%;
  width: 20px;
  height: 20px;
}

.icon-success:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 0 24.11764705882353%;
  width: 20px;
  height: 20px;
}

.icon-vodafone:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 23.391812865497077% 12.352941176470589%;
  width: 20px;
  height: 20px;
}

.icon-warning:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 11.695906432748538% 12.352941176470589%;
  width: 20px;
  height: 20px;
}

.icon-wholesale:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 35.08771929824562% 71.17647058823529%;
  width: 20px;
  height: 20px;
}

.icon-wishlist:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 0 71.17647058823529%;
  width: 20px;
  height: 20px;
}

.icon-wishlist-on:after {
  background: url("image/icon-sprite.svg?1596025458") no-repeat;
  background-position: 71.34502923976608% 47.05882352941177%;
  width: 20px;
  height: 20px;
}

/* ===== @end ===== */
body {
  min-width: 960px;
}

@media only screen and (max-width: 959px) {
  body {
    padding-top: 161px;
    overflow-x: scroll !important;
  }
}

@media only screen and (max-width: 959px) {
  #content-wrapper {
    margin-top: 35px !important;
  }
}

.hdr {
  min-width: 960px;
}

@media only screen and (max-width: 959px) {
  .hdr-bottom.d-none.d-md-flex {
    display: block !important;
  }
  .hdr .wrap-qs {
    padding: 0;
  }
  .hdr .s-g.chat-dropdown .s-g_title:after {
    content: none !important;
  }
  .hdr .s-g_dropdown {
    z-index: 500;
  }
  .hdr .qcd {
    display: none;
    position: relative;
  }
  .hdr .qcd_absolute-box .submenu-items.top-brands-block.car-brand-list ul, .hdr .content-menue .submenu-items.top-brands-block.car-brand-list ul {
    margin-right: 5px;
  }
  .hdr .qcd_absolute-box .submenu-items, .hdr .content-menue .submenu-items {
    max-width: 100%;
    width: 100%;
  }
  .hdr .qcd_absolute-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    padding: 40px 0 40px 0;
    box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1);
  }
  .hdr .chat-dropdown .s-g_title {
    width: auto !important;
    padding-left: 30px !important;
  }
  .hdr .chat-dropdown .s-g_title:before {
    right: auto !important;
  }
  .hdr .chat-dropdown .s-g_title span {
    display: block !important;
  }
  .hdr .s-g.language-dropdown--type-2 .s-g_title-pretext {
    display: block !important;
  }
  .hdr .s-g {
    margin-left: 0 !important;
  }
  .hdr .s-g_title:after {
    content: "" !important;
  }
  .hdr .s-g.language-dropdown--type-2 .s-g_title {
    padding-right: 23px !important;
  }
  .hdr .s-g .s-g_title {
    padding-right: 25px !important;
  }
  .hdr .qs_input {
    font-size: 14px;
    padding: 11px 15px 9px 15px;
  }
}

.hdr.-ny .hdr_middle {
  padding-top: 0;
  padding-bottom: 0;
}

.hdr.-ny .hdr_middle > .container {
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (min-width: 960px) {
  .hdr.-ny .hdr_middle > .container {
    background-image: url("image/layout/ny-fon.jpg");
    background-position: 100px 0;
    padding-top: 15px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 959px) {
  .hdr.-ny .hdr_middle > .container {
    background-image: url("image/layout/ny-fon-m.jpg");
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.hdr_bg {
  background-color: #323436;
}

.hdr_msg {
  min-width: 18px;
  position: absolute;
  right: 2px;
  top: -2px;
}

.hdr_msg i {
  display: block;
  line-height: 1;
  text-align: center;
  position: absolute;
  z-index: 3;
  background: #FF6F26;
  border-radius: 9px;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  min-width: 20px;
  padding: 2px 3px 2px 2px;
  border: 2px solid #323436;
  right: -16px;
  top: -3px;
}

.hdr_msg:after {
  position: absolute;
  content: '';
  z-index: 2;
  background: url("images/new/layout/sprite_header.svg?1596025458") no-repeat;
  background-position: 20.833333333333332% 79.16666666666667%;
  width: 20px;
  height: 20px;
}

.hdr_top .set-height {
  height: 34px;
}

@media only screen and (max-width: 959px) {
  .hdr_top .set-height {
    margin: 0;
  }
}

.hdr_top_nav ul {
  display: flex;
  margin-right: 20px;
}

.hdr_top_nav li:not(:last-child) {
  margin-right: 10px;
}

.hdr_top_nav li:hover {
  background-color: transparent;
}

.hdr_top_nav a, .hdr_top_nav span {
  font-size: 12px;
  line-height: 16px;
  color: #C0CAD1;
  text-decoration: none;
  cursor: pointer;
}

.hdr_top_nav a:hover, .hdr_top_nav span:hover {
  text-decoration: underline;
  color: #C0CAD1;
}

.hdr_logo {
  display: inline-block;
  font-size: 0;
}

.hdr_logo-wrapper img {
  max-width: 100%;
}

.hdr_middle {
  padding: 15px 0 30px;
}

.hdr_middle .set-height {
  height: 42px;
}

@media only screen and (max-width: 959px) {
  .hdr_middle .set-height {
    margin: 0;
  }
}

.hdr-bottom {
  height: 40px;
  background: #ffffff;
  border-bottom: 1px solid #F4F4F4;
}

.hdr-bottom_nav {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}

.hdr-bottom_nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  color: #21272c;
  text-align: center;
  font-size: 14px;
  height: 40px;
  padding: 0 10px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}

.hdr-bottom_nav a:after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #96AD23;
}

.hdr-bottom_nav a.active:after {
  transition: 300ms width;
  width: 100%;
}

.hdr-bottom_nav .offer {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #FF6E26;
}

.hdr-bottom_nav .offer i {
  position: relative;
  padding-left: 30px;
}

.hdr-bottom_nav .offer i:before {
  position: absolute;
  content: '';
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("images/new/layout/sprite_header.svg?1596025458") no-repeat;
  background-position: 41.30434782608695% 41.30434782608695%;
  width: 24px;
  height: 24px;
  right: auto;
}

.hdr_wholesale-btn {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  padding-left: 20px;
  text-decoration: none;
}

.hdr_wholesale-btn:before {
  position: absolute;
  content: '';
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("images/new/layout/sprite_header.svg?1596025458") no-repeat;
  background-position: 96% 80%;
  width: 16px;
  height: 16px;
  right: auto;
}

.hdr_wholesale-btn:hover {
  text-decoration: underline;
}

.hdr_cart {
  position: relative;
  cursor: pointer;
  width: 52px;
  height: 36px;
}

.hdr_cart:after {
  position: absolute;
  content: '';
  z-index: 2;
  background: url("images/new/layout/sprite_header.svg?1596025458") no-repeat;
  background-position: 48.717948717948715% 0;
  width: 38px;
  height: 38px;
}

.hdr_cart i {
  display: block;
  line-height: 1;
  text-align: center;
  position: absolute;
  right: 5px;
  top: -4px;
  z-index: 5;
  background: #FF6F26;
  border-radius: 9px;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  border: 2px solid #323436;
  min-width: 20px;
  padding: 2px 3px 2px 3px;
}

.ftr-top {
  background-color: #F9F9F9;
  padding-top: 50px;
}

@media only screen and (max-width: 959px) {
  .ftr-top {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 959px) {
  .ftr_nav {
    margin-bottom: 25px;
  }
}

.ftr_nav-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #21272c;
  margin-bottom: 15px;
}

.ftr_nav-list li:not(:last-child) {
  margin-bottom: 10px;
}

.ftr_nav-list li:hover {
  background-color: transparent;
}

.ftr_nav-list li:hover a {
  color: #21272c;
}

.ftr_nav-list a {
  line-height: 16px;
  font-size: 12px;
  color: #21272c;
  text-decoration: none;
}

.ftr_nav-list a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 1280px) {
  .ftr_contact {
    margin-top: 0;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .ftr_contact {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 959px) {
  .ftr_contact {
    margin-top: 15px;
  }
}

.ftr_contact-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #21272c;
}

.ftr_contact-wrap {
  display: flex;
  flex-wrap: wrap;
}

.ftr_contact-item,
.ftr_contact-item a {
  line-height: 24px;
  font-size: 12px;
  color: #21272c;
  position: relative;
  text-decoration: none;
}

.ftr_contact-item {
  padding-left: 40px;
  margin-top: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 1280px) {
  .ftr_contact-item {
    width: 50%;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .ftr_contact-item {
    flex-grow: 1;
    min-width: 200px;
  }
}

@media only screen and (max-width: 959px) {
  .ftr_contact-item {
    min-width: 50%;
  }
}

.ftr_contact-item.-mail-s, .ftr_contact-item.-phone, .ftr_contact-item.-vodafone, .ftr_contact-item.-kyivstar, .ftr_contact-item.-life-cell {
  padding-left: 30px;
}

.ftr_contact-item.-china:after, .ftr_contact-item.-mexico:after, .ftr_contact-item.-usa:after, .ftr_contact-item.-brazil:after, .ftr_contact-item.-mail:after, .ftr_contact-item.-mail-s:after, .ftr_contact-item.-phone:after, .ftr_contact-item.-vodafone:after, .ftr_contact-item.-kyivstar:after, .ftr_contact-item.-life-cell:after,
.ftr_contact-item.-contacts a:after,
.ftr_contact-item.-tech-support a:after {
  position: absolute;
  content: '';
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  right: auto;
}

.ftr_contact-item.-china:after {
  background: url("images/new/layout/sprite_footer.svg?1596025458") no-repeat;
  background-position: 97.77777777777777% 46.02510460251046%;
  width: 32px;
  height: 24px;
}

.ftr_contact-item.-mexico:after {
  background: url("images/new/layout/sprite_footer.svg?1596025458") no-repeat;
  background-position: 97.77777777777777% 35.98326359832636%;
  width: 32px;
  height: 24px;
}

.ftr_contact-item.-usa:after {
  background: url("images/new/layout/sprite_footer.svg?1596025458") no-repeat;
  background-position: 97.77777777777777% 25.94142259414226%;
  width: 32px;
  height: 24px;
}

.ftr_contact-item.-brazil:after {
  background: url("images/new/layout/sprite_footer.svg?1596025458") no-repeat;
  background-position: 97.77777777777777% 56.06694560669456%;
  width: 32px;
  height: 24px;
}

.ftr_contact-item.-mail:after {
  background: url("images/new/layout/sprite_footer.svg?1596025458") no-repeat;
  background-position: 97.77777777777777% 15.899581589958158%;
  width: 32px;
  height: 24px;
}

.ftr_contact-item.-mail-s:after {
  background: url("images/new/layout/sprite_footer.svg?1596025458") no-repeat;
  background-position: 70.2127659574468% 60.49382716049383%;
  width: 20px;
  height: 20px;
}

.ftr_contact-item.-phone:after {
  background: url("images/new/layout/sprite_footer.svg?1596025458") no-repeat;
  background-position: 93.61702127659575% 89.7119341563786%;
  width: 20px;
  height: 20px;
}

.ftr_contact-item.-vodafone:after {
  background: url("images/new/layout/sprite_footer.svg?1596025458") no-repeat;
  background-position: 93.61702127659575% 81.48148148148148%;
  width: 20px;
  height: 20px;
}

.ftr_contact-item.-kyivstar:after {
  background: url("images/new/layout/sprite_footer.svg?1596025458") no-repeat;
  background-position: 93.61702127659575% 97.94238683127573%;
  width: 20px;
  height: 20px;
}

.ftr_contact-item.-life-cell:after {
  background: url("images/new/layout/sprite_footer.svg?1596025458") no-repeat;
  background-position: 93.61702127659575% 73.25102880658436%;
  width: 20px;
  height: 20px;
}

.ftr_contact-item.-contacts, .ftr_contact-item.-tech-support {
  padding-left: 0;
}

.ftr_contact-item.-contacts a, .ftr_contact-item.-tech-support a {
  padding-left: 25px;
}

.ftr_contact-item.-contacts a:after {
  background: url("images/new/layout/sprite_main.svg?1596025458") no-repeat;
  background-position: 61.224489795918366% 100%;
  width: 20px;
  height: 20px;
}

.ftr_contact-item.-tech-support a:after {
  background: url("images/new/layout/sprite_main.svg?1596025458") no-repeat;
  background-position: 40.816326530612244% 100%;
  width: 20px;
  height: 20px;
}

@media only screen and (min-width: 1280px) {
  .ftr .-bottom-indent {
    padding-bottom: 35px;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .ftr .-bottom-indent {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 959px) {
  .ftr .-bottom-indent {
    padding-bottom: 40px;
  }
}

.ftr_subscribe {
  display: flex;
}

@media only screen and (max-width: 959px) {
  .ftr_subscribe-wrap {
    margin-bottom: 40px;
  }
}

.ftr_subscribe-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #21272c;
  margin-bottom: 15px;
}

.ftr_subscribe-input-wrap {
  margin-right: 10px;
}

@media only screen and (max-width: 959px) {
  .ftr_subscribe-input-wrap {
    flex-grow: 1;
  }
}

.ftr_subscribe input {
  height: 44px;
  color: #88939C;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  padding: 10px 15px;
  border-radius: 2px;
  outline: none;
  -webkit-appearance: none;
  border: 1px solid #C0CAD1;
}

@media only screen and (min-width: 1280px) {
  .ftr_subscribe input {
    width: 360px;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .ftr_subscribe input {
    width: 247px;
  }
}

.ftr_subscribe-btn {
  height: 44px;
  line-height: 44px;
  background: #96AD23;
  border-radius: 2px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  padding: 0 15px;
  min-width: 130px;
  cursor: pointer;
}

.ftr_social-networks-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #21272c;
  margin-bottom: 15px;
}

@media only screen and (max-width: 959px) {
  .ftr_social-networks-title {
    text-align: center;
  }
}

@media only screen and (max-width: 639px) {
  .ftr_social-networks-title {
    margin-bottom: 0;
  }
}

.ftr_social-networks-wrap {
  display: flex;
}

@media only screen and (max-width: 639px) {
  .ftr_social-networks-wrap {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 959px) {
  .ftr_social-networks-wrap {
    justify-content: center;
  }
}

.ftr_social-networks a {
  width: 36px;
  height: 36px;
  position: relative;
  display: inline-block !important;
}

.ftr_social-networks a:after {
  position: absolute;
  content: '';
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media only screen and (max-width: 639px) {
  .ftr_social-networks a {
    margin-top: 15px;
    margin-right: 15px;
  }
}

.ftr_social-networks a:not(:last-child) {
  margin-right: 30px;
}

@media only screen and (max-width: 639px) {
  .ftr_social-networks a:not(:last-child) {
    margin-right: 15px;
  }
}

.ftr_social-networks .-ml:after,
.ftr_social-networks .-tw:after,
.ftr_social-networks .-yt:after,
.ftr_social-networks .-fb:after,
.ftr_social-networks .-rs:after,
.ftr_social-networks .-gp:after {
  position: absolute;
  content: '';
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.ftr_social-networks .-ml:after {
  background: url("images/new/layout/sprite_footer.svg?1596025458") no-repeat;
  background-position: 100% 0;
  width: 38px;
  height: 38px;
}

.ftr_social-networks .-tw:after {
  background: url("images/new/layout/sprite_footer.svg?1596025458") no-repeat;
  background-position: 14.393939393939394% 100%;
  width: 38px;
  height: 38px;
}

.ftr_social-networks .-tg:after {
  background: url("images/new/layout/sprite_footer.svg?1596025458") no-repeat;
  background-position: 28.78787878787879% 100%;
  width: 38px;
  height: 38px;
}

.ftr_social-networks .-yt:after {
  background: url("images/new/layout/sprite_footer.svg?1596025458") no-repeat;
  background-position: 0 100%;
  width: 38px;
  height: 38px;
}

.ftr_social-networks .-fb:after {
  background: url("images/new/layout/sprite_footer.svg?1596025458") no-repeat;
  background-position: 43.18181818181818% 100%;
  width: 38px;
  height: 38px;
}

.ftr_social-networks .-rs:after {
  background: url("images/new/layout/sprite_footer.svg?1596025458") no-repeat;
  background-position: 57.57575757575758% 100%;
  width: 38px;
  height: 38px;
}

.ftr_social-networks .-gp:after {
  background: url("images/new/layout/sprite_footer.svg?1596025458") no-repeat;
  background-position: 71.96969696969697% 100%;
  width: 38px;
  height: 38px;
}

.ftr-line {
  border-top: 1px solid #E5EBF0;
}

.ftr_verified {
  display: flex;
}

@media only screen and (min-width: 960px) {
  .ftr_verified {
    padding-top: 15px;
  }
}

@media only screen and (max-width: 959px) {
  .ftr_verified {
    justify-content: center;
    padding-top: 35px;
  }
}

@media only screen and (min-width: 960px) {
  .ftr_verified-item:not(:last-child) {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 959px) {
  .ftr_verified-item:not(:last-child) {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 960px) {
  .ftr_verified-item {
    width: 108px;
  }
}

@media only screen and (max-width: 959px) {
  .ftr_verified-item {
    width: 33.3333%;
  }
}

.ftr_verified a {
  width: 86px;
  height: 67px;
  display: block;
  position: relative;
  margin: 0 auto;
}

.ftr_verified .-paypal:after,
.ftr_verified .-webmoney:after,
.ftr_verified .-shopping:after {
  position: absolute;
  content: '';
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.ftr_verified .-paypal:after {
  background: url("images/new/layout/sprite_footer.svg?1596025458") no-repeat;
  background-position: 41.12149532710281% 0;
  width: 88px;
  height: 69px;
}

.ftr_verified .-webmoney:after {
  background: url("images/new/layout/sprite_footer.svg?1596025458") no-repeat;
  background-position: 82.24299065420561% 40.20618556701031%;
  width: 88px;
  height: 69px;
}

.ftr_verified .-shopping:after {
  background: url("images/new/layout/sprite_footer.svg?1596025458") no-repeat;
  background-position: 0 0;
  width: 88px;
  height: 69px;
}

@media only screen and (max-width: 959px) {
  .ftr_mobile-version {
    padding-top: 40px;
  }
}

.ftr_mobile-version span {
  display: inline-block;
  font-size: 14px;
  line-height: 37px;
  font-weight: bold;
  color: #21272c;
  position: relative;
  padding-left: 52px;
  cursor: pointer;
}

@media only screen and (max-width: 639px) {
  .ftr_mobile-version span {
    line-height: 20px;
  }
}

.ftr_mobile-version span:after {
  position: absolute;
  content: '';
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("images/new/layout/sprite_footer.svg?1596025458") no-repeat;
  background-position: 33.84615384615385% 77.87610619469027%;
  width: 42px;
  height: 37px;
  right: auto;
}

.ftr_mobile-version span:hover {
  text-decoration: underline;
}

.ftr_mobile-version span:hover:after {
  background: url("images/new/layout/sprite_footer.svg?1596025458") no-repeat;
  background-position: 50% 77.87610619469027%;
  width: 42px;
  height: 37px;
}

.ftr_promo {
  display: flex;
}

@media only screen and (max-width: 959px) {
  .ftr_promo {
    justify-content: center;
    margin-bottom: 40px;
  }
}

.ftr_promo-item {
  width: 108px;
  padding-top: 85px;
  display: block;
  position: relative;
  line-height: 16px;
  font-size: 14px;
  text-align: center;
  color: #D5DBDF;
}

@media only screen and (max-width: 959px) {
  .ftr_promo-item {
    width: 33.3333%;
    text-align: center;
    font-size: 12px;
  }
}

.ftr_promo-item:not(:last-child) {
  margin-right: 20px;
}

@media only screen and (max-width: 639px) {
  .ftr_promo-item:not(:last-child) {
    margin-right: 15px;
  }
}

.ftr_promo .-support:after,
.ftr_promo .-delivery:after,
.ftr_promo .-best:after,
.ftr_promo .-quality:after {
  position: absolute;
  content: '';
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  bottom: auto;
}

.ftr_promo .-support:after {
  background: url("images/new/layout/sprite_footer.svg?1596025458") no-repeat;
  background-position: 0 79.45945945945945%;
  width: 88px;
  height: 78px;
}

.ftr_promo .-delivery:after {
  background: url("images/new/layout/sprite_footer.svg?1596025458") no-repeat;
  background-position: 0 37.2972972972973%;
  width: 88px;
  height: 78px;
}

.ftr_promo .-best:after {
  background: url("images/new/layout/sprite_footer.svg?1596025458") no-repeat;
  background-position: 82.24299065420561% 0;
  width: 88px;
  height: 78px;
}

.ftr_promo .-quality:after {
  background: url("images/new/layout/sprite_footer.svg?1596025458") no-repeat;
  background-position: 41.12149532710281% 37.2972972972973%;
  width: 88px;
  height: 78px;
}

.ftr-bottom {
  background-color: #40454C;
}

@media only screen and (min-width: 960px) {
  .ftr-bottom {
    padding: 30px 0 50px;
  }
}

@media only screen and (max-width: 959px) {
  .ftr-bottom {
    padding: 25px 0 20px;
  }
}

.ftr-text {
  font-size: 12px;
  line-height: 16px;
  color: #89949d;
  margin-bottom: 25px;
}

@media only screen and (max-width: 959px) {
  .ftr-text {
    display: none;
  }
}

.ftr_logo {
  width: 56px;
  margin-right: 20px;
  display: inline-block;
  font-size: 0;
}

.ftr_logo img {
  width: 100%;
}

.ftr_copyright-text, .ftr_developed {
  font-size: 12px;
  line-height: 16px;
  color: #89949d;
}

.ftr_copyright-text {
  line-height: 20px;
}

@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .ftr_developed {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 959px) {
  .ftr_developed {
    justify-content: center;
    display: flex;
    margin-top: 20px;
  }
}

.ftr_developed span {
  margin-left: 30px;
}

@media only screen and (max-width: 639px) {
  .ftr_developed span {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 1279px) {
  .ftr_developed span:first-child {
    margin-left: 0;
  }
}

.ftr_developed a {
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  text-decoration: none;
}

.ftr_developed a:hover {
  text-decoration: underline;
}

/*
  for desktop
*/
#mainpage-info-block {
  margin-bottom: 100px;
}

.info-block.temp-class {
  font-family: 'Roboto', sans-serif;
}

.info-block.temp-class * {
  box-sizing: border-box;
}

.info-block-box {
  border: 1px solid #E4E4E4;
  border-radius: 2px;
  padding: 25px 20px 0;
  flex-basis: 0%;
}

@media only screen and (max-width: 1279px) {
  .info-block-box {
    margin-bottom: 20px;
  }
}

.info-block-box.gray-bg {
  background: #F9F9F9;
}

.info-block-box.gray-bg .info-block_btn {
  border-top: none;
  padding-top: 20px;
}

.info-block-box h2 {
  font-weight: bold;
  font-size: 20px;
  color: #333;
  margin-bottom: 35px;
}

.info-block-btn {
  margin: 0 0 25px;
  padding-top: 25px;
  border-top: 1px dotted #E4E4E4;
}

.info-block-btn > a {
  background: #F0EFF0;
  border: 1px solid #E4E4E4;
  border-radius: 2px;
  line-height: 16px;
  font-size: 12px;
  text-align: center;
  color: #333;
  display: block;
  padding: 5px;
  text-decoration: none;
  width: 100%;
}

.ppv_item {
  margin-bottom: 20px;
}

.ppv_item-link {
  display: block;
  text-decoration: none;
}

.ppv_item-title {
  font-weight: 500;
  line-height: 18px;
  font-size: 14px;
  color: #39C;
  margin-bottom: 5px;
}

.ppv_item-description {
  line-height: 16px;
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
}

.ppv_item img {
  float: left;
  width: 70px;
  max-height: 70px;
  vertical-align: middle;
}

.ppv_post-date {
  line-height: 16px;
  font-size: 12px;
  color: #999;
}

.ppv_post-date span {
  color: #E7671D;
  margin-left: 10px;
}

.ppv img + .ppv_item-text {
  margin-left: 80px;
}

.cpv_item {
  background-color: #fff;
  margin-bottom: 20px;
  position: relative;
}

.cpv_item:after {
  content: '';
  position: absolute;
  bottom: -8px;
  right: 20px;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #fff transparent;
}

.cpv_item-link {
  display: block;
  text-decoration: none;
  padding: 15px;
}

.cpv_item-text {
  line-height: 16px;
  font-size: 12px;
  color: #333;
  margin-bottom: 10px;
}

.cpv_item-user-name {
  font-weight: bold;
  line-height: 18px;
  font-size: 14px;
  color: #333;
}

.cpv_item-date {
  line-height: 16px;
  font-size: 12px;
  color: #999;
  padding-left: 10px;
}

.cpv .rating-box {
  text-align: left;
  margin-bottom: 10px;
  margin-top: 0;
}

/*
  for desktop & mobile
*/
.promotion-block.temp-class {
  font-family: 'Roboto', sans-serif;
}

.promotion-block.temp-class * {
  box-sizing: border-box;
}

.pbb_link {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background-color: #fff;
}

@media only screen and (max-width: 959px) {
  .pbb_link {
    padding: 25px;
    margin-bottom: 20px;
  }
}

.pbb img {
  width: 250px;
  height: 150px;
  display: block;
  flex: 0 0 250px;
  padding: 10px 0 10px 10px;
}

@media only screen and (max-width: 959px) {
  .pbb img {
    padding: 0;
    flex: 0 0 auto;
    margin-bottom: 15px;
    align-self: center;
  }
}

.pbb_info {
  padding: 20px 20px 20px 15px;
}

@media only screen and (max-width: 959px) {
  .pbb_info {
    padding: 0;
    text-align: center;
  }
}

.pbb_info-title {
  font-weight: bold;
  line-height: 1.2;
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}

@media only screen and (max-width: 959px) {
  .pbb_info-title {
    font-size: 16px;
  }
}

.pbb_info-description {
  line-height: 18px;
  font-size: 14px;
  color: #333;
}

/*
  temp! for mobile
*/
.main-wrapper .promotion-block h1 {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media only screen and (max-width: 959px) {
  .main-wrapper .promotion-block h1 {
    margin-top: 20px;
  }
}

.main-wrapper .promotion-block p {
  padding: 0;
  margin: 10px 0;
  line-height: 18px;
}

.main-wrapper .pbb_link {
  width: 100%;
}

@media only screen and (min-width: 640px) and (max-width: 959px) {
  .main-wrapper .pbb_link {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 639px) {
  .main-wrapper .pbb_link {
    margin-bottom: 10px;
  }
}

.main-wrapper .pbb_info-description p {
  margin: 0;
}

.lyp_top {
  margin-bottom: 40px;
}

.lyp_top p {
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (min-width: 960px) {
  .lyp_top p {
    margin-bottom: 0;
  }
}

.lyp_top-cb {
  border-radius: 2px;
  padding: 11px 11px 11px 43px;
  background: #F9F9F9;
  position: relative;
  font-size: 16px;
  text-align: left;
}

@media only screen and (max-width: 959px) {
  .lyp_top-cb {
    display: inline-block;
  }
}

.lyp_top-cb:before {
  position: absolute;
  content: '';
  z-index: 2;
  background: url("images/new/layout/sprite_main.svg?1596025458") no-repeat;
  background-position: 79.59183673469387% 51.282051282051285%;
  width: 20px;
  height: 20px;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.lyp .notification .lyp_t-withdraws {
  display: block !important;
  padding: 0;
}

.lyp .notification .lyp_t-withdraws .lyp_t-row {
  padding: 0;
}

.lyp .notification .lyp_t-withdraws .lyp_t-row:not(:last-child) {
  margin-bottom: 10px;
}

.lyp .notification .lyp_t-withdraws .lyp_t-row:before {
  content: none;
}

.lyp .notification .lyp_t-withdraws .lyp_t-col {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.lyp .notification .lyp_t-withdraws .lyp_t-col:first-child {
  padding-left: 0;
  padding-bottom: 0 !important;
}

.lyp .notification .lyp_t .-type-transaction.-expense:after {
  top: 0;
}

@media only screen and (min-width: 960px) {
  .lyp_mob-label {
    display: none;
  }
}

.lyp .info span {
  color: #1698D9;
}

.lyp .-accrual,
.lyp .-write-off {
  white-space: nowrap;
}

.lyp_t-item.-opened .btn span {
  display: none;
}

.lyp_t-item.-opened .btn:after {
  position: absolute;
  content: '';
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("images/new/layout/sprite_main.svg?1596025458") no-repeat;
  background-position: 0 100%;
  width: 20px;
  height: 20px;
}

.lyp_t-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 959px) {
  .lyp_t-header {
    display: none;
  }
}

.lyp_t-header > div {
  font-size: 11px;
  line-height: 14px;
  color: #88939C;
  padding: 10px;
}

.lyp_t-body .lyp_t-item {
  margin-bottom: 1px;
  border-radius: 2px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 959px) {
  .lyp_t-body .lyp_t-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

.lyp_t-body .lyp_t-col {
  font-size: 14px;
  line-height: 20px;
  padding: 20px 10px;
}

@media only screen and (max-width: 959px) {
  .lyp_t-body .lyp_t-col.-btn {
    flex-grow: 1;
    width: auto;
    flex-basis: auto;
  }
}

@media only screen and (max-width: 959px) {
  .lyp_t-body .lyp_t-col.-charge-date, .lyp_t-body .lyp_t-col.-end-date {
    font-size: 12px;
  }
}

@media only screen and (max-width: 959px) {
  .lyp_t-body .lyp_t-col.-charge-date, .lyp_t-body .lyp_t-col.-end-date {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 959px) {
  .lyp_t-body .lyp_t-col.-type-transaction {
    padding-top: 0;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 959px) {
  .lyp_t-body .lyp_t-col.-accrual, .lyp_t-body .lyp_t-col.-btn,
  .lyp_t-body .lyp_t-col.-accrual + div:not(.btn) {
    padding-top: 0;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 959px) {
  .lyp_t-body .-main .-type-transaction {
    flex: 1 1 100%;
  }
}

.lyp_t-body .-end-date {
  color: #88939C;
}

@media only screen and (max-width: 959px) {
  .lyp_t-body .-end-date {
    flex-grow: 1;
    text-align: right;
  }
}

.lyp_t-body .-end-date.-expires-on {
  color: #ff3300;
}

.lyp_t-body .-type-transaction {
  font-weight: 600;
}

@media only screen and (max-width: 959px) {
  .lyp_t-body .-accrual.-mob-icon,
  .lyp_t-body .-write-off.-mob-icon {
    position: relative;
    padding-left: 30px;
    text-align: left;
  }
  .lyp_t-body .-accrual.-mob-icon:after,
  .lyp_t-body .-write-off.-mob-icon:after {
    position: absolute;
    content: '';
    z-index: 2;
    top: 0;
    left: 10px;
  }
}

@media only screen and (max-width: 959px) {
  .lyp_t-body .-accrual.-mob-icon:after {
    background: url("images/new/layout/sprite_main.svg?1596025458") no-repeat;
    background-position: 100% 0;
    width: 20px;
    height: 20px;
  }
}

@media only screen and (max-width: 959px) {
  .lyp_t-body .-write-off.-mob-icon:after {
    background: url("images/new/layout/sprite_main.svg?1596025458") no-repeat;
    background-position: 79.59183673469387% 0;
    width: 20px;
    height: 20px;
  }
}

.lyp_t-withdraws {
  display: none;
}

@media only screen and (max-width: 959px) {
  .lyp_t-withdraws {
    padding: 0 10px;
  }
}

.lyp_t-withdraws .lyp_t-row {
  flex-grow: 1;
  align-items: flex-start;
}

@media only screen and (max-width: 959px) {
  .lyp_t-withdraws .lyp_t-row {
    display: flex;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 959px) {
  .lyp_t-withdraws .lyp_t-row .lyp_t-col:not(.-charge-date):not(.-accrual):not(.-type-transaction):not(.-write-off) {
    width: 0;
    height: 0;
    padding: 0 !important;
    min-width: auto;
    flex-grow: 0;
    flex-basis: auto;
  }
}

@media only screen and (max-width: 959px) {
  .lyp_t-withdraws .lyp_t-row {
    position: relative;
    padding: 5px 0;
  }
  .lyp_t-withdraws .lyp_t-row:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #F9F9F9;
    top: 0;
    left: 0;
  }
}

.lyp_t-withdraws .lyp_t-row:last-child {
  padding-bottom: 15px;
}

.lyp_t-withdraws .lyp_t-col {
  padding: 15px 10px;
}

@media only screen and (max-width: 959px) {
  .lyp_t-withdraws .lyp_t-col {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}

@media only screen and (max-width: 959px) {
  .lyp_t-withdraws .lyp_t-col:not(.-type-transaction) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 959px) {
  .lyp_t-withdraws .lyp_t-col.-charge-date {
    flex: 1 1 100%;
    width: 100%;
    font-size: 11px;
  }
}

@media only screen and (max-width: 959px) {
  .lyp_t-withdraws .lyp_t-col.-accrual, .lyp_t-withdraws .lyp_t-col.-write-off {
    padding-right: 10px !important;
  }
}

.lyp_t-col {
  width: 100px;
  flex-basis: 100px;
}

.lyp_t .-accrual,
.lyp_t .-write-off,
.lyp_t .-btn {
  text-align: right;
}

.lyp_t .-btn {
  min-width: 100px;
}

.lyp_t .-btn .btn {
  min-width: 60px;
}

.lyp_t .-type-transaction {
  width: 100%;
  flex-grow: 1;
}

.lyp_t .-type-transaction a {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #2392FD;
  text-decoration: none;
}

.lyp_t .-type-transaction.-income, .lyp_t .-type-transaction.-expense {
  position: relative;
  padding-left: 28px;
}

@media only screen and (max-width: 959px) {
  .lyp_t .-type-transaction.-income, .lyp_t .-type-transaction.-expense {
    padding-left: 22px;
  }
}

.lyp_t .-type-transaction.-income:after, .lyp_t .-type-transaction.-expense:after {
  position: absolute;
  content: '';
  z-index: 2;
  left: 5px;
  top: 14px;
}

@media only screen and (max-width: 959px) {
  .lyp_t .-type-transaction.-income:after, .lyp_t .-type-transaction.-expense:after {
    left: 0;
    top: 4px;
  }
}

.lyp_t .-type-transaction.-income:after {
  background: url("images/new/layout/sprite_main.svg?1596025458") no-repeat;
  background-position: 100% 0;
  width: 20px;
  height: 20px;
}

.lyp_t .-type-transaction.-expense:after {
  background: url("images/new/layout/sprite_main.svg?1596025458") no-repeat;
  background-position: 79.59183673469387% 0;
  width: 20px;
  height: 20px;
}

@media only screen and (min-width: 960px) {
  .lyp_t-row {
    display: flex;
    align-items: center;
  }
}

/**
* for next projects:
* - Masteram
* - Toys4Brain
*/
.pagination-wrapper {
  display: block;
}

.pgw {
  margin-top: 50px;
  text-align: center;
  font-size: 1.4rem;
  color: #21272c;
}

.pgw_desktop {
  display: none;
}

.pgw_mobile {
  font-size: 0;
  text-align: center;
}

.pgw_arrow {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #d6dce0;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}

.pgw_arrow:after {
  position: absolute;
  content: '';
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.pgw_arrow:active {
  background: white;
  box-shadow: 0 0 6px -2px rgba(0, 0, 0, 0.5);
}

.pgw_count {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.3rem;
  min-width: 160px;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .pgw {
    margin-top: 40px;
  }
  .pgw_mobile {
    display: none;
  }
  .pgw_desktop {
    display: block;
    text-align: center;
    font-size: 0;
  }
  .pgw_range, .pgw_ellipsis {
    display: inline-block;
    font-size: 0;
  }
  .pgw_ellipsis.invisible {
    display: none;
  }
  .pgw_item, .pgw_thee-dots {
    font-size: 1.4rem;
    color: #21272c;
    min-width: 36px;
    padding: 10px 7px;
    display: inline-block;
    vertical-align: middle;
  }
  .pgw_item {
    margin: 0 1px;
  }
  .pgw_item.current {
    border-radius: 3px;
  }
  .pgw_item:hover {
    text-decoration: none;
    background-color: #d6dce0;
    border-radius: 3px;
  }
}

@media only screen and (min-width: 960px) {
  .pagination-type-1 .swiper-button-next,
  .pagination-type-1 .swiper-button-prev {
    background: transparent;
    width: 25px;
    height: 40px;
  }
  .pagination-type-1 .swiper-button-next i,
  .pagination-type-1 .swiper-button-prev i {
    position: relative;
    display: block;
    background: transparent;
    cursor: pointer;
    transition: all 200ms linear;
    width: 25px;
    height: 40px;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
  }
  .pagination-type-1 .swiper-button-next i:after,
  .pagination-type-1 .swiper-button-prev i:after {
    position: absolute;
    content: '';
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(/images/layout/arrow/arrows.png) no-repeat;
  }
  .pagination-type-1 .swiper-button-disabled {
    display: none;
  }
  .pagination-type-1 .swiper-button-next {
    right: -30px;
  }
  .pagination-type-1 .swiper-button-next i:after {
    background-position: -25px 0;
    right: 0;
  }
  .pagination-type-1 .swiper-button-next i:hover:after {
    background-position: -25px -40px;
  }
  .pagination-type-1 .swiper-button-prev {
    left: -30px;
  }
  .pagination-type-1 .swiper-button-prev i:after {
    background-position: 0 0;
    left: 0;
  }
  .pagination-type-1 .swiper-button-prev i:hover:after {
    background-position: 0 -40px;
  }
  .pagination-type-1.swiper-disabled .swiper-button-next,
  .pagination-type-1.swiper-disabled .swiper-button-prev,
  .pagination-type-1.swiper-disabled .swiper-pagination {
    display: none;
  }
}

.no-search-results {
  display: none;
}

.special-proposition {
  margin-bottom: 30px;
}

.sp, .sp * {
  box-sizing: border-box;
}

.sp a {
  text-decoration: none;
}

.sp-wrapper {
  position: relative;
  padding: 25px 30px 15px 30px;
}

.sp-wrapper h2 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

.sp .swiper-wrapper {
  box-sizing: border-box;
}

.sp .swiper-slide {
  text-align: center;
}

.sp .swiper-pagination {
  top: 2px;
  right: 10px;
  bottom: auto;
  left: auto;
  display: inline-block;
  width: auto;
  font-size: 13px;
  color: #88939C;
  top: 22px;
  right: 20px;
}

.sp .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.ck {
  display: block;
  font-size: 0;
  text-align: left;
  margin: auto;
  display: table;
}

.ck_mobile-pagination.swiper-pagination {
  font-size: 13px;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 5;
  display: inline-block;
  width: auto;
}

.ck_product {
  display: block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 0 35px 20px 0;
  height: 170px;
  width: 120px;
  border: 1px solid #e5e5e5;
  padding: 5px 10px 15px 10px;
}

.ck_product:after {
  top: auto;
  right: 0;
  bottom: -11px;
  left: 0;
  margin: auto;
  display: block;
  position: absolute;
  content: '';
  z-index: 2;
  width: 15px;
  height: 15px;
  background: url(/images/layout/product_combo/plus.png) no-repeat center;
  bottom: -8px;
  top: 0;
  right: -26px;
  bottom: 0;
  left: auto;
}

.ck_product:nth-last-child(2) {
  margin-right: 10px;
}

.ck_product:nth-last-child(2):after {
  content: none;
}

.ck_product-link {
  display: block;
  margin: auto;
}

.ck_product-link:hover {
  text-decoration: none;
  cursor: pointer;
}

.ck_product-img {
  float: left;
  width: 80px;
  float: none;
  width: 70px;
  margin: 0 auto 10px;
  display: block;
}

.ck_product-right {
  margin-left: 90px;
  margin: 0;
}

.ck_product-name {
  font-size: 13px;
  color: #21272c;
  min-height: 45px;
  font-size: 11px;
  line-height: 14px;
  position: relative;
  height: 42px;
  overflow: hidden;
}

.ck_product-name:before {
  background: url("/images/layout/product_combo/shade.png") repeat-x left bottom;
  content: " ";
  display: block;
  width: 100%;
  height: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.ck_product .price-block {
  height: 30px;
}

.ck_product .price-block .price {
  vertical-align: bottom;
}

.ck_product .price-block .price-save {
  display: none;
}

.ck_product .price-block {
  margin: 0;
}

.ck_product .price-block .price {
  font-size: 12px;
  line-height: 14px;
}

.ck_product .price-block .price span {
  font-size: inherit;
}

.ck_product .price-block .price .product-price {
  font-weight: 700;
}

.ck_product .price-block .price .product-price:not(.special-price) {
  color: #000;
}

.ck_total {
  display: block;
  vertical-align: middle;
  border-radius: 3px;
  margin: auto;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
  padding: 0 0 0 30px;
}

.ck_total .in-cart {
  width: 25px;
}

.ck_total .price-block {
  margin: 0;
}

.ck_total .quantity-input .minus:after {
  width: 10px;
  height: 1px;
}

.ck_total .quantity-input .plus:after {
  width: 9px;
  height: 9px;
}

.ck_total:before {
  position: absolute;
  content: '';
  z-index: 2;
  display: block;
  width: 15px;
  height: 15px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  background: url("/images/layout/product_combo/equal.png") no-repeat left center;
}

.ck_total .old-price {
  font-size: 14px;
  margin-bottom: 10px;
}

.ck_total .product-price {
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}

.ck_total .product-price span {
  font-size: 18px;
}

.ck_total .product-button {
  font-size: 12px;
  line-height: 25px !important;
  width: 175px;
  height: 25px;
  overflow: hidden;
}

.ck_total .product-button:first-line {
  font-size: inherit;
}

.ck_total .product-button:before {
  background-size: cover;
  height: 25px;
  width: 25px;
}

.ck_total .product-button:after {
  left: 25px;
  height: 25px;
}

.ck_total .in-cart .product-button {
  width: 25px;
}

.ck_total .in-cart .product-button:before {
  background-image: url(/images/layout/product/button_ico.png);
  background-position: -25px 0;
}

.ck_total .quantity-input input {
  width: 100px;
  font-size: 12px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  float: left;
  color: #999;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-right: none;
  border-left: none;
  vertical-align: middle;
  box-sizing: content-box;
  margin: 0;
  padding: 0;
}

.ck_total .quantity-input .btn {
  border: none;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  float: left;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  color: #999;
  background: #ccc;
  box-sizing: content-box;
}

@media only screen and (max-width: 959px) {
  .sp {
    margin: 0 -10px;
    margin: 0;
  }
  .sp-wrapper {
    margin: 0;
  }
  .sp-wrapper h2 {
    margin-bottom: 20px;
    padding: 0 50px 0 10px;
  }
  .sp .swiper-container {
    padding: 0 10px;
  }
  .sp .swiper-button-next,
  .sp .swiper-button-prev {
    display: none;
  }
  .ck {
    background: #ffffff;
  }
  .ck_total .price-block,
  .ck_total [data-block="priceBlock"] {
    float: left;
    text-align: left;
    float: none;
  }
  .ck_total .product-button-wrapper {
    float: right;
    float: none;
  }
}

@media only screen and (min-width: 960px) {
  .sp {
    position: relative;
  }
  .sp-wrapper {
    background: #ffffff;
    padding: 30px;
    border: 1px solid #e5e5e5;
    margin-bottom: 40px;
  }
  .sp .swiper-pagination {
    top: auto;
    right: auto;
    bottom: -30px;
    left: 0;
    width: 100%;
  }
  .ck {
    display: table;
  }
  .ck_product {
    padding: 10px;
    display: inline-block;
    margin-right: 40px;
  }
  .ck_product:after {
    top: 0;
    bottom: 0;
    left: auto;
  }
  .ck_total {
    display: inline-block;
  }
  .ck[data-ck-count="4"] .ck_product {
    margin-right: 20px;
  }
  .ck[data-ck-count="4"] .ck_product:after {
    right: -18px;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .ck[data-ck-count="3"] .ck_product, .ck[data-ck-count="4"] .ck_product {
    width: 120px;
  }
  .ck[data-ck-count="3"] .ck_product-img, .ck[data-ck-count="4"] .ck_product-img {
    float: none;
  }
  .ck[data-ck-count="3"] .ck_product-right, .ck[data-ck-count="4"] .ck_product-right {
    margin: 0;
  }
  .ck[data-ck-count="3"] .ck_product:nth-last-child(2):after, .ck[data-ck-count="4"] .ck_product:nth-last-child(2):after {
    content: none;
  }
  .ck[data-ck-count="3"] .ck_total, .ck[data-ck-count="4"] .ck_total {
    display: table;
    padding: 0 0 0 30px;
  }
  .ck[data-ck-count="3"] .ck_total .old-price,
  .ck[data-ck-count="3"] .ck_total .product-price,
  .ck[data-ck-count="3"] .ck_total .product-button-wrapper, .ck[data-ck-count="4"] .ck_total .old-price,
  .ck[data-ck-count="4"] .ck_total .product-price,
  .ck[data-ck-count="4"] .ck_total .product-button-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
  }
  .ck[data-ck-count="3"] .ck_total .price-block, .ck[data-ck-count="4"] .ck_total .price-block {
    margin: 0;
  }
}

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  outline: none;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/**
* for next projects:
* - Masteram
* - Toys4Brain
* - GSM
*/
.swiper-pagination {
  left: 0;
  right: 0;
  bottom: 8px;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #d6dce0;
  opacity: 1;
  margin-right: 10px;
}

.swiper-pagination-bullet:last-child {
  margin: 0;
}

.swiper-pagination-bullet-active {
  background: #F60;
}

.swiper-pagination-bullet:only-child {
  display: none;
}

.swiper-container .swiper-lazy-custom {
  opacity: 0;
  transition: opacity .2s;
}

.swiper-container .swiper-lazy-custom.swiper-lazy-loaded-custom {
  opacity: 1;
}

.tab-video [data-youtube="video"] {
  padding-bottom: 56.25%;
  margin-bottom: 30px;
  display: block;
}

@media only screen and (max-width: 959px) {
  .tab-video [data-youtube="video"] {
    margin-bottom: 20px;
  }
}

.tab-video [data-youtube="video"] iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

[data-youtube="video"] {
  position: relative;
  display: inline-block;
  font-size: 0;
}

[data-youtube="video"]:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}

[data-youtube="video"].play:after {
  z-index: -1;
}

[data-youtube="video"] iframe {
  margin-bottom: 0 !important;
}

.mbp p {
  font-size: 14px;
  line-height: 1.4;
}

.mbp * {
  box-sizing: border-box;
}

.cart-summary .tabs-header-item {
  border: none !important;
}

.cart-summary .tabs-header-item .title {
  background: none !important;
}

.cart-summary .tabs-header-item .styled-checkbox:before {
  margin-right: 5px !important;
}

.cart-summary .tabs-item[data-tab-id='bonuses'] > * {
  font-size: 14px;
  margin-bottom: 20px;
}

.cart-summary .tabs-item[data-tab-id='bonuses'] > div, .cart-summary .tabs-item[data-tab-id='bonuses'] .csd_cancel {
  color: #3399cc !important;
  font-size: 14px !important;
}

.cart-summary .tabs-item[data-tab-id='bonuses'] > div {
  display: inline-block;
  background-color: #aaaaaa;
  padding: 12px 19px;
  font: 14px Arial;
  text-decoration: none;
  color: #ffffff !important;
  box-sizing: border-box;
  text-align: center !important;
}

.cart-summary .tabs-item[data-tab-id='bonuses'] > div:hover {
  background-color: #333333;
  color: #fff !important;
  cursor: pointer;
}

.cart-summary .tabs-item[data-tab-id='bonuses'] .bonus_cancel {
  background: none !important;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0 !important;
}

.cart-summary .tabs-item[data-tab-id='bonuses'] .bonus_cancel > div {
  margin-bottom: 0 !important;
}

.cart-summary .tabs-item[data-tab-id='bonuses'] .bonus_cancel:before {
  content: ' ';
  background: url("/images/layout/sidebar/x-small.png") no-repeat;
  display: inline-block;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
}

.cart-summary .tabs-header-item.active .styled-checkbox.disc {
  color: #999933;
}

.cart-summary .tabs-header-item.active .styled-checkbox.disc:before {
  background-position: 0px -24px;
}

.cart-summary .tabs-header-separator {
  margin: 0 20px;
  display: block !important;
}

.bww_top h1 {
  margin-bottom: 40px;
}

.bww_top-msg {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 30px;
}

.notification.warning {
  background-color: #fff4cc;
}

.notification {
  padding: 15px 20px;
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
  color: #21272c;
  border-radius: 3px;
  line-height: 1.4;
}

.mbp-t_head div {
  font-size: 12px;
}

.mbp-t {
  display: block;
  margin: 0 -20px 70px -20px;
  font-size: 1.3rem;
}

.mbp-t span {
  color: grey;
}

.mbp-t .red {
  color: red;
}

.mbp-t .red span {
  color: red;
}

.mbp-t .blue {
  color: blue;
}

.mbp-t .blue span {
  color: blue;
}

.mbp-t_tr {
  position: relative;
  padding: 20px 20px 20px 16px;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #d6dce0;
  border-left: 4px solid transparent;
}

.mbp-t_tr.active > div {
  position: relative;
  z-index: 1;
}

.mbp-t_tr.active:before {
  content: '';
  position: absolute;
  height: 52px;
  width: 100%;
  background-color: #eee;
  top: 0;
  left: 0;
  z-index: 0;
}

.mbp-t_tr.active .mbp-t_toggle {
  z-index: 1;
}

.mbp-t_tr.active .mbp-t_toggle i {
  background-color: #333;
}

.mbp-t_tr.active .mbp-t_toggle i:after {
  content: '-';
  color: #fff;
  font-size: 16px;
  position: relative;
  top: -3px;
}

.mbp-t_tr.active .mbp-t_expanded {
  display: block;
}

.mbp-t_tr.active {
  border-left: 4px solid yellow;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px solid transparent;
}

.mbp-t_tr.active + .mbp-t_tr {
  border-top: 1px solid transparent;
}

.mbp-t_tr:last-child {
  border-bottom: 1px solid #d6dce0;
}

.mbp-t_tr:last-child.active {
  border-bottom: 1px solid transparent;
}

.mbp-t_left {
  width: 80px;
  float: left;
  font-size: 12px;
}

.mbp-t_right {
  margin-left: 80px;
  padding-right: 30px;
  position: relative;
}

.mbp-t_end-date {
  font-size: 12px;
}

.mbp-t_reason {
  margin-bottom: 10px;
  font-size: 12px;
}

.mbp-t_reason a {
  color: #21272c;
  text-decoration: none;
  cursor: default;
}

.mbp-t_reason.blue a {
  color: #3399cc;
  text-decoration: underline;
  cursor: pointer;
}

.mbp-t_sum-and-remainder {
  font-size: 12px;
  max-width: 195px;
  margin-bottom: 10px;
}

.mbp-t_remainder, .mbp-t_sum {
  width: 50%;
  float: left;
}

.mbp-t_toggle {
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: 0;
  cursor: pointer;
  width: 52px;
  height: 52px;
  background-color: #eeeeee;
}

.mbp-t_toggle i {
  display: block;
  position: relative;
  height: 100%;
  line-height: 52px;
}

.mbp-t_toggle i:after {
  content: '+';
  font-size: 16px;
}

.mbp-t_head {
  display: none;
}

.mbp-t_expanded {
  display: none;
  padding: 0;
  margin-top: 30px;
  position: relative;
}

.mbp-t_expanded-title {
  font-size: 12px;
  font-weight: 700;
}

.mbp-t_expanded .mbp-t_tr {
  padding: 10px 0 10px 0;
  border: none;
}

.mbp-t_expanded .mbp-t_right {
  margin-right: 0;
}

.mbp-t_expanded .mbp-t_sum-and-remainder {
  margin: 0;
}

.mbp-t_expanded .mbp-t_end-date {
  display: none;
}

.mbp-t.write-off {
  margin-bottom: 40px !important;
}

.mbp-t.write-off .mbp-t_tr {
  padding: 10px 20px;
  border: none !important;
}

.mbp-t.write-off .mbp-t_left {
  width: 80px;
}

.mbp-t.write-off .mbp-t_right {
  margin: 0 0 0 80px;
  padding: 0;
}

.mbp-t--big {
  margin: 0 0 70px 0;
  font-size: 1.4rem;
  text-align: center;
}

.mbp-t--big span {
  display: none;
}

.mbp-t--big .mbp-t_tr {
  border: 1px solid #d6dce0 !important;
  margin: 0 0 20px 0;
}

.mbp-t--big .mbp-t_tr.active {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px yellow;
}

.mbp-t--big .mbp-t_left {
  width: 150px;
  margin-left: 140px;
}

.mbp-t--big .mbp-t_right {
  margin-left: 290px;
}

.mbp-t--big .mbp-t_reason {
  margin: 0;
  float: left;
  width: 50%;
}

.mbp-t--big .mbp-t_sum-and-remainder {
  margin: 0;
  float: left;
  max-width: none;
  width: 50%;
  font-size: 12px;
}

.mbp-t--big .mbp-t_end-date {
  width: 140px;
  position: absolute;
  left: -290px;
  top: 0;
}

.mbp-t--big .mbp-t_head {
  padding: 40px 20px 20px;
  color: #666;
  display: inline-block;
  width: 100%;
}

.mbp-t--big .mbp-t_expanded-title {
  display: none;
}

.mbp-t--big .mbp-t_expanded .mbp-t_tr {
  margin: 0;
  border: none !important;
  padding: 15px 0;
}

.mbp-t--big .mbp-t_expanded .mbp-t_end-date {
  font-weight: 700;
  display: block;
}

.mbp-t--big.write-off .mbp-t_head {
  padding: 20px;
}

.mbp-t--big.write-off .mbp-t_tr {
  padding: 20px;
  border: 1px solid #d6dce0 !important;
}

.mbp-t--big.write-off .mbp-t_left {
  margin: 0;
  width: 140px;
}

.mbp-t--big.write-off .mbp-t_right {
  margin: 0 0 0 140px;
  padding: 0;
}

.mbp-t--big.write-off .mbp-t_reason {
  float: left;
  width: 75%;
}

.mbp-t--big.write-off .mbp-t_sum {
  width: 25%;
  font-size: 12px;
}

.qcd .qcd_item-parent {
  display: none;
}

.qcd .qcd_item-parent.show {
  display: block !important;
}

@media only screen and (min-width: 960px) {
  .qcd {
    position: relative;
    display: none;
  }
  .qcd_absolute-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    padding: 40px 0 40px 0;
    box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1);
  }
}

.qcd .tabs {
  display: flex;
  margin-bottom: 0;
  padding: 0 30px;
  width: 100%;
}

.qcd .tabs_caption-list {
  flex-direction: column;
  border-bottom: none;
  min-width: 142px;
}

.qcd .tabs_caption-desktop {
  margin: 0;
  flex: none;
  width: 100%;
  justify-content: left;
  height: 40px;
  border-bottom: 1px solid #F4F4F4;
  position: relative;
  top: -10px;
}

.qcd .tabs_caption-desktop span {
  font-size: 16px;
  line-height: 20px;
  color: #21272c;
  padding: 0;
  width: 100%;
  justify-content: flex-start;
}

.qcd .tabs_caption-desktop span:after, .qcd .tabs_caption-desktop span:before {
  content: none;
}

.qcd .tabs_caption-desktop.-active {
  position: relative;
  padding-right: 35px;
}

.qcd .tabs_caption-desktop.-active span {
  color: #96AD23;
}

.qcd .tabs_caption-desktop.-active:after {
  position: absolute;
  content: '';
  z-index: 2;
  background: url("images/new/layout/sprite_header.svg?1596025458") no-repeat;
  background-position: 79.16666666666667% 0;
  width: 20px;
  height: 20px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.qcd .tabs_panel-list {
  width: 100%;
}

.qcd .tabs_panel-list .qcd_brands img {
  position: absolute;
  right: 30px;
  bottom: 0;
}

.qcd .tabs .tabs_panel[key="2"] .tabs_content-box .qcd_brands {
  max-width: 100%;
  border-right: none;
}

.qcd .tabs .tabs_panel[key="2"] .tabs_content-box .qcd_brands-col {
  min-width: 180px;
}

.qcd .tabs .tabs_panel[key="2"] .tabs_content-box .qcd_brands h2 {
  display: none;
}

.qcd .tabs_content-box {
  padding: 0;
}

.qcd .tabs_content-box > div {
  display: flex;
}

.qcd .tabs_content-box .qcd_brands h2 {
  display: none;
}

.qcd .relative {
  position: relative;
}

.qcd_item-box {
  display: flex;
  margin: 0 -30px;
}

@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .qcd_item-box {
    flex-wrap: wrap;
  }
}

.qcd-col {
  padding: 0 30px;
  min-height: 420px;
  overflow: hidden;
}

@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .qcd-col {
    margin-bottom: 30px;
  }
}

.qcd h2 {
  font-size: 16px;
  line-height: 20px;
  color: #96AD23;
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
}

.qcd_cb {
  display: flex;
  flex-direction: column;
}

.qcd_cb:not(:last-child) {
  margin-bottom: 30px;
}

.qcd_cb-title > a, .qcd_cb-item > a {
  font-size: 14px;
  color: #21272c;
  text-decoration: none;
}

.qcd_cb-title {
  line-height: 18px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}

.qcd_cb-title:not(:last-child) {
  margin-bottom: 15px;
}

.qcd_cb-item {
  line-height: 20px;
}

.qcd_cb-item:not(:last-child) {
  margin-bottom: 10px;
}

.qcd_category {
  border-right: 1px solid #F4F4F4;
  min-width: 380px;
  max-width: 591px;
  flex-shrink: 0;
}

.qcd_category-col {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}

.qcd_category-col:first-child:nth-last-child(1),
.qcd_category-col:first-child:nth-last-child(1) ~ .qcd_category-col {
  flex: 0 0 100%;
}

.qcd_category-col:first-child:nth-last-child(2),
.qcd_category-col:first-child:nth-last-child(2) ~ .qcd_category-col {
  flex: 0 0 50%;
  min-width: 280px;
}

.qcd_category-col:first-child:nth-last-child(3),
.qcd_category-col:first-child:nth-last-child(3) ~ .qcd_category-col {
  flex: 0 0 33%;
  min-width: 184.8px;
}

.qcd_category-wrap {
  display: flex;
  margin: 0 -15px;
}

.qcd .btn-secondary:not(.minus):not(.plus) {
  position: absolute;
  left: 15px;
  bottom: 0;
}

@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .qcd .btn-secondary:not(.minus):not(.plus) {
    bottom: 29px;
  }
}

.qcd_brands {
  border-right: 1px solid #F4F4F4;
  position: relative;
  max-width: 370px;
  width: 100%;
  flex-shrink: 0;
}

.qcd_brands-box {
  margin: 0 -10px;
}

.qcd_brands-col {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
}

.qcd_brands-col:first-child:nth-last-child(1),
.qcd_brands-col:first-child:nth-last-child(1) ~ .qcd_brands-col {
  flex: 0 0 100%;
}

.qcd_brands-col:first-child:nth-last-child(2),
.qcd_brands-col:first-child:nth-last-child(2) ~ .qcd_brands-col {
  flex: 0 0 50%;
}

.qcd_bb {
  display: flex;
}

.qcd_bb-item > a {
  font-size: 14px;
  line-height: 20px;
  color: #21272c;
  text-decoration: none;
}

.qcd_bb-item:not(:last-child) {
  margin-bottom: 10px;
}

.qcd_pb {
  display: flex;
  flex-wrap: wrap;
}

.qcd_pb-item {
  display: flex;
  flex: 0 0 48%;
  text-decoration: none;
  color: #21272c;
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
  border-radius: 2px;
  transition: 300ms all;
  align-items: center;
  box-sizing: border-box;
}

.qcd_pb-item:nth-child(odd) {
  margin-right: 20px;
}

.qcd_pb-item:hover {
  box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1);
}

.qcd_pb-item img {
  flex: 0 0 70px;
  height: 70px;
  vertical-align: middle;
  margin-right: 10px;
}

.qcd_btn-box:not(.minus):not(.plus) {
  display: flex;
  position: absolute;
  left: 30px;
  bottom: 0;
}

.qcd_btn-box:not(.minus):not(.plus) > a:nth-child(2) {
  margin-left: 20px;
}

.tmp-flex-grid .product-price {
  font-size: 11px;
  height: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.tmp-flex-grid .product-price .-out-of-stock {
  color: #89949d;
}

.tmp-flex-grid .product-price .-old {
  color: #89949d;
  text-decoration: line-through;
  line-height: 14px;
}

.tmp-flex-grid .product-price .-current {
  color: #21272c;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}

.tmp-flex-grid .product-price .-current:last-child {
  margin-bottom: 0 !important;
}

.tmp-flex-grid .product-price .-current.-red {
  color: #ff3300;
}

.tmp-flex-grid .product-price .-you-save {
  color: #ff3300;
}

.tmp-flex-grid .product-price .-free-shipping {
  color: #4EC74A;
  font-weight: 700;
  line-height: 10px;
}

.tmp-flex-grid .product-price .-comming-soon {
  color: #89949d;
  line-height: 14px;
}

.tmp-flex-grid .product-price .-discontinued {
  color: #ff3300;
  line-height: 14px;
}

.tmp-flex-grid .product-price--small .product-price {
  height: 40px;
}

.tmp-flex-grid .product-price--small .product-price .-you-save,
.tmp-flex-grid .product-price--small .product-price .-old ~ .-free-shipping {
  display: none;
}

@media only screen and (min-width: 960px) {
  .tmp-flex-grid .product-price--large .product-price {
    height: 62px;
    font-size: 12px;
    text-align: center;
  }
  .tmp-flex-grid .product-price--large .product-price .-old {
    font-size: 14px;
  }
  .tmp-flex-grid .product-price--large .product-price .-current {
    font-size: 24px;
    line-height: 28px;
  }
}

body {
  overflow-x: hidden;
}

main {
  display: block;
  position: relative;
}

.page-wrapper {
  flex-grow: 1;
  padding-top: 80px;
  background: #F9F9F9;
  padding-bottom: 40px;
}

.page-wrapper.-type-2 {
  background: #ffffff;
}

.page-wrapper.-index-page {
  padding-top: 50px;
  padding-bottom: 0;
  background: transparent;
}

@media only screen and (min-width: 960px) {
  .page-wrapper {
    padding-top: 166px;
  }
  .page-wrapper.-index-page {
    padding-top: 126px;
  }
}

.text-center {
  text-align: center;
}

p {
  margin: 0 0 20px;
}

i {
  font-style: normal;
}

.relative {
  position: relative;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.pl20 {
  padding-left: 20px;
}

.hidden {
  display: none !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.without-markers {
  list-style: none !important;
  padding: 0 !important;
}

.link-style {
  color: #00AEEF;
  text-decoration: none;
  cursor: pointer;
}

.link-style:hover {
  color: #00AEEF;
  text-decoration: underline;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 14px;
  background: #fff;
}

.custom-scrollbar::-webkit-scrollbar:hover {
  background: #f2f2f2;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #cdcdcd;
  border: 2px solid transparent;
  background-clip: content-box;
}

.custom-scrollbar::-webkit-scrollbar-button {
  display: none;
}

@media only screen and (max-width: 959px) {
  .hide-on-mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 960px) {
  .hide-on-desktop {
    display: none !important;
  }
}

h1 {
  font-size: 24px;
  margin: 0 0 30px 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 800;
}

.articles-video-news-wrapper {
  background: #ffffff;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

@media only screen and (max-width: 959px) {
  .articles-video-news-wrapper {
    margin-right: -10px;
    margin-left: -10px;
  }
  .articles-video-news-wrapper .block-wrapper {
    margin-right: 0;
    margin-left: 0;
  }
}

@media only screen and (min-width: 960px) {
  .articles-video-news-wrapper {
    flex-direction: row;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    border: 1px solid #f4f4f4;
  }
}

.page-top {
  margin-bottom: 30px;
}

.page-top h1 {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 959px) {
  .page-top_results {
    margin-top: 5px;
  }
}

.text-success {
  color: #4EC74A !important;
}

.text-danger {
  color: #FC4545 !important;
}

.text-info {
  color: #2392FD !important;
}

.text-warning {
  color: #FFCC00 !important;
}

.text-secondary {
  color: #88939C !important;
}

[class^="text-bg-"],
[class*=" text-bg-"] {
  padding: 0 6px;
}

.text-bg-danger {
  background: #FFE5E5;
}

.text-bg-warning {
  background: #FFF7D6;
}

.text-bg-success {
  background: #E6FCE3;
}

.text-bg-info {
  background: #EBF5FF;
}

.bg-danger {
  background: #FFE5E5 !important;
}

.bg-warning {
  background: #FFF7D6 !important;
}

.bg-success {
  background: #E6FCE3 !important;
}

.bg-info {
  background: #EBF5FF !important;
}

.bg-comment {
  background: #F9F9F9 !important;
}

/* ===== components ===== */
/* ===== block-wrapper ===== */
/* ===== @end ===== */
.btn {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  z-index: 1;
  flex-grow: 0;
  flex-shrink: 0;
  font-family: 'Roboto', sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  text-shadow: none;
  white-space: nowrap;
  text-decoration: none !important;
  padding: 11px 15px 9px 15px;
  margin: 0;
  border: 1px solid #96AD23;
  box-shadow: none;
  min-width: 160px;
  background: #96AD23;
  background-image: none !important;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  transition: all 0.1s linear !important;
  color: #ffffff;
}

.btn.disabled, .btn:disabled {
  border-color: #cee26e;
  box-shadow: none !important;
  cursor: not-allowed !important;
  pointer-events: none;
}

.btn.disabled .ripple, .btn:disabled .ripple {
  display: none !important;
}

.btn.disabled:before, .btn:disabled:before {
  content: '';
  display: block;
  z-index: 5;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):hover {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.12);
  border-color: #c0d943;
  background: #c0d943;
}

.btn:not(:disabled):not(.disabled):active {
  box-shadow: none;
}

.btn-secondary {
  color: #21272c !important;
  border-color: #D5DBDF;
  background: #F9F9F9;
}

.btn-secondary:not(:disabled):not(.disabled):hover {
  background: #F9F9F9;
  border-color: #2392FD;
}

.btn-secondary.disabled, .btn-secondary:disabled {
  border-color: #e3e7ea;
}

.btn-third {
  color: #21272c !important;
  border-color: #96AD23;
  background: #FFEFAD;
  box-shadow: none;
}

.btn-third:not(:disabled):not(.disabled):hover {
  border-color: #96AD23;
  background: #FFF7D6;
  box-shadow: none;
}

.btn-third:not(:disabled):not(.disabled).-active, .btn-third:not(:disabled):not(.disabled):active {
  border-color: #96AD23;
  background: #FFE680;
  box-shadow: none;
}

.btn-transparent {
  color: #21272c;
  border-color: transparent;
  background: transparent;
}

.btn-transparent:not(:disabled):not(.disabled):hover {
  box-shadow: none;
  border-color: transparent;
  background: transparent;
}

.btn-transparent.disabled, .btn-transparent:disabled {
  border-color: transparent;
}

.btn-danger {
  color: #ffffff;
  border-color: #ff3300;
  background: #ff3300;
}

.btn-danger:not(:disabled):not(.disabled):hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
  border-color: #ff704d;
  background: #ff704d;
  color: #ffffff;
}

.btn-danger.disabled, .btn-danger:disabled {
  border-color: #ff8566;
}

.btn-success {
  color: #ffffff;
  border-color: #4EC74A;
  background: #4EC74A;
}

.btn-success:not(:disabled):not(.disabled):hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
  border-color: #87d984;
  background: #87d984;
  color: #ffffff;
}

.btn-success.disabled, .btn-success:disabled {
  border-color: #9adf98;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* ----------------------------------------------------------------------
  Button Sizes
------------------------------------------------------------------------- */
.btn-xs {
  padding: 3px 10px 1px 10px;
  font-size: 11px;
  min-width: 96px;
  border-radius: 4px;
  height: 28px;
}

.btn-sm {
  padding: 8px 15px 6px 15px;
  font-size: 14px;
  min-width: 120px;
  border-radius: 6px;
  height: 38px;
}

.btn-md {
  padding: 11px 15px 9px 15px;
  font-size: 14px;
  min-width: 160px;
  border-radius: 8px;
  height: 44px;
}

.btn-lg {
  padding: 15px 15px 12px 15px;
  font-size: 16px;
  min-width: 180px;
  border-radius: 10px;
  height: 52px;
}

.btn-xl {
  padding: 20px 15px 17px 15px;
  font-size: 16px;
  min-width: 210px;
  border-radius: 12px;
  height: 62px;
}

/* ----------------------------------------------------------------------
  button two lines
------------------------------------------------------------------------- */
.btn-two-lines {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.btn-sm.btn-two-lines {
  font-size: 12px;
}

/* ----------------------------------------------------------------------
  btn-icon
------------------------------------------------------------------------- */
.btn-icon {
  padding: 0 !important;
  min-width: auto !important;
}

.btn-icon [class*="icon-"] {
  position: relative !important;
}

/* ----------------------------------------------------------------------
  icons
------------------------------------------------------------------------- */
.btn i[class*="icon-"] {
  margin-right: 8px;
}

.btn[class*="btn-icon"] [class*="icon-"] {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0;
}

.btn.btn-icon-left [class*="icon-"] {
  left: 0;
}

.btn.btn-icon-right [class*="icon-"] {
  right: 0;
}

.btn-md i[class*="icon-"], .btn i[class*="icon-"] {
  margin-top: -3px;
}

.btn-md[class*="btn-icon"] [class^="icon-"],
.btn-md[class*="btn-icon"] [class*=" icon-"], .btn[class*="btn-icon"] [class^="icon-"],
.btn[class*="btn-icon"] [class*=" icon-"] {
  width: 42px;
  height: 42px;
}

.btn-md.btn-icon-left, .btn.btn-icon-left {
  padding-left: 42px;
}

.btn-md.btn-icon-left.btn-icon-border, .btn.btn-icon-left.btn-icon-border {
  padding-left: 57px;
}

.btn-md.btn-icon-right, .btn.btn-icon-right {
  padding-right: 42px;
}

.btn-md.btn-icon-right.btn-icon-border, .btn.btn-icon-right.btn-icon-border {
  padding-right: 57px;
}

.btn-xs i[class*="icon-"] {
  margin-top: -3px;
}

.btn-xs[class*="btn-icon"] [class^="icon-"],
.btn-xs[class*="btn-icon"] [class*=" icon-"] {
  width: 26px;
  height: 26px;
}

.btn-xs.btn-icon-left {
  padding-left: 26px;
}

.btn-xs.btn-icon-left.btn-icon-border {
  padding-left: 36px;
}

.btn-xs.btn-icon-right {
  padding-right: 26px;
}

.btn-xs.btn-icon-right.btn-icon-border {
  padding-right: 36px;
}

.btn-sm i[class*="icon-"] {
  margin-top: -3px;
}

.btn-sm[class*="btn-icon"] [class^="icon-"],
.btn-sm[class*="btn-icon"] [class*=" icon-"] {
  width: 36px;
  height: 36px;
}

.btn-sm.btn-icon-left {
  padding-left: 36px;
}

.btn-sm.btn-icon-left.btn-icon-border {
  padding-left: 51px;
}

.btn-sm.btn-icon-right {
  padding-right: 36px;
}

.btn-sm.btn-icon-right.btn-icon-border {
  padding-right: 51px;
}

.btn-lg i[class*="icon-"] {
  margin-top: -3px;
}

.btn-lg[class*="btn-icon"] [class^="icon-"],
.btn-lg[class*="btn-icon"] [class*=" icon-"] {
  width: 50px;
  height: 50px;
}

.btn-lg.btn-icon-left {
  padding-left: 50px;
}

.btn-lg.btn-icon-left.btn-icon-border {
  padding-left: 65px;
}

.btn-lg.btn-icon-right {
  padding-right: 50px;
}

.btn-lg.btn-icon-right.btn-icon-border {
  padding-right: 65px;
}

.btn-xl i[class*="icon-"] {
  margin-top: -3px;
}

.btn-xl[class*="btn-icon"] [class^="icon-"],
.btn-xl[class*="btn-icon"] [class*=" icon-"] {
  width: 60px;
  height: 60px;
}

.btn-xl.btn-icon-left {
  padding-left: 60px;
}

.btn-xl.btn-icon-left.btn-icon-border {
  padding-left: 75px;
}

.btn-xl.btn-icon-right {
  padding-right: 60px;
}

.btn-xl.btn-icon-right.btn-icon-border {
  padding-right: 75px;
}

/* ----------------------------------------------------------------------
  styles for icon border
------------------------------------------------------------------------- */
.btn-icon-border [class*="icon-"] {
  transition: border-color 0.1s linear !important;
}

.btn-secondary.btn-icon-left.btn-icon-border [class*="icon-"] {
  border-right: 1px solid #D5DBDF;
}

.btn-secondary.btn-icon-right.btn-icon-border [class*="icon-"] {
  border-left: 1px solid #D5DBDF;
}

.btn-secondary.btn-icon-border:not(:disabled):not(.disabled):hover [class*="icon-"], .btn-secondary.btn-icon-border:not(:disabled):not(.disabled):active [class*="icon-"] {
  border-color: #96AD23;
}

/* ----------------------------------------------------------------------
  Material Design Ripple Effect - by Ravikumar Chauhan
------------------------------------------------------------------------- */
.btn,
.btn-ripple {
  overflow: hidden;
}

.btn .ripple,
.btn-ripple .ripple {
  display: block;
  position: absolute;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.03);
  transform: scale(0);
  pointer-events: none;
  z-index: 0;
}

.btn .ripple.animated,
.btn-ripple .ripple.animated {
  -webkit-animation: ripple 0.6s linear;
          animation: ripple 0.6s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

/* ----------------------------------------------------------------------
  Ghost buttons
------------------------------------------------------------------------- */
.btn.btn-ghost {
  color: #ffffff;
  background: transparent;
  border-color: #96AD23;
}

.btn.btn-ghost:not(:disabled):not(.disabled):hover {
  border-color: #96AD23;
  background: rgba(150, 173, 35, 0.1);
  box-shadow: inset 0 0 0 1px #96AD23;
}

.btn.btn-ghost.disabled, .btn.btn-ghost:disabled {
  opacity: 0.5;
}

.btn.btn-ghost.disabled:before, .btn.btn-ghost:disabled:before {
  content: none;
}

.btn.btn-ghost .ripple {
  background: rgba(150, 173, 35, 0.1);
}

.btn-secondary.btn-ghost {
  color: #ffffff !important;
  background: transparent;
  border-color: #ffffff;
}

.btn-secondary.btn-ghost:not(:disabled):not(.disabled):hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px #ffffff;
}

.btn-secondary.btn-ghost .ripple {
  background: rgba(255, 255, 255, 0.1);
}

.btn-danger.btn-ghost {
  color: #ffffff;
  background: transparent;
  border-color: #ff3300;
}

.btn-danger.btn-ghost:not(:disabled):not(.disabled):hover {
  border-color: #ff3300;
  background: rgba(255, 51, 0, 0.1);
  box-shadow: inset 0 0 0 1px #ff3300;
}

.btn-danger.btn-ghost .ripple {
  background: rgba(255, 51, 0, 0.1);
}

.btn-success.btn-ghost {
  color: #ffffff;
  background: transparent;
  border-color: #4EC74A;
}

.btn-success.btn-ghost:not(:disabled):not(.disabled):hover {
  border-color: #4EC74A;
  background: rgba(78, 199, 74, 0.1);
  box-shadow: inset 0 0 0 1px #4EC74A;
}

.btn-success.btn-ghost .ripple {
  background: rgba(78, 199, 74, 0.1);
}

/* ----------------------------------------------------------------------
  show-hide content in buttons
------------------------------------------------------------------------- */
.btn:not(.-active) .-active {
  display: none !important;
}

.btn.-active .-default {
  display: none !important;
}

/* ----------------------------------------------------------------------
  other custom buttons
------------------------------------------------------------------------- */
.btn-gift {
  display: inline-block;
  font-weight: bold;
  line-height: 13px;
  font-size: 11px;
  color: #20262B;
  background: #FFFFFF;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  padding: 8px 29px 7px 8px;
  cursor: pointer;
  position: relative;
}

.btn-gift:after {
  position: absolute;
  content: '';
  z-index: 2;
  background: url("images/new/layout/sprite_main.svg?1596025458") no-repeat;
  background-position: 96.07843137254902% 53.65853658536585%;
  width: 16px;
  height: 16px;
  right: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn-gift:hover {
  text-decoration: none;
  color: #21272c;
  cursor: help;
}

.btn.btn-secondary-blue:not(.minus):not(.plus) {
  color: #ffffff !important;
  border: none;
  background: #3B77CB;
}

.btn.btn-secondary-blue:not(.minus):not(.plus):not(:disabled):not(.disabled):hover {
  background: #7ba4dc;
  border: none;
}

.btn.btn-secondary-blue:not(.minus):not(.plus):not(:disabled):not(.disabled).-active, .btn.btn-secondary-blue:not(.minus):not(.plus):not(:disabled):not(.disabled):active {
  box-shadow: none;
  border: none;
}

.btn.btn-secondary-blue:not(.minus):not(.plus).disabled, .btn.btn-secondary-blue:not(.minus):not(.plus):disabled {
  background: #5b8dd4;
  border: none;
}

.btn.btn-secondary-violet:not(.minus):not(.plus) {
  color: #ffffff !important;
  background: #916AC6;
  border: none;
}

.btn.btn-secondary-violet:not(.minus):not(.plus):not(:disabled):not(.disabled):hover {
  border: none;
  background: #bda5dd;
}

.btn.btn-secondary-violet:not(.minus):not(.plus):not(:disabled):not(.disabled).-active, .btn.btn-secondary-violet:not(.minus):not(.plus):not(:disabled):not(.disabled):active {
  border: none;
  box-shadow: none;
}

.btn.btn-secondary-violet:not(.minus):not(.plus).disabled, .btn.btn-secondary-violet:not(.minus):not(.plus):disabled {
  border: none;
  background: #bda5dd;
}

.notification {
  display: block;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
  color: #21272c;
  padding: 12px 10px;
  margin: 0 0 20px 0;
  font-size: 12px;
  line-height: 16px;
}

.notification[class^="icon-"], .notification[class*=" icon-"] {
  padding-left: 35px !important;
}

.notification[class^="icon-"]:after, .notification[class*=" icon-"]:after {
  left: 10px;
  top: 10px;
}

.notification p {
  margin-bottom: 10px !important;
}

.notification ul {
  margin-bottom: 15px !important;
}

.notification > *:only-child {
  margin: 0 !important;
}

.notification > *:first-child {
  margin-top: 0 !important;
}

.notification > *:last-child {
  margin-bottom: 0 !important;
}

.notification.warning {
  background: #FFF7D6 !important;
  box-shadow: none;
}

.notification.success {
  background: #E6FCE3 !important;
  box-shadow: none;
}

.notification.danger {
  background: #FFE5E5 !important;
  box-shadow: none;
}

.notification.info {
  background: #EBF5FF !important;
  box-shadow: none;
}

.notification.size-sm {
  padding: 6px 8px 4px 8px;
  margin: 0 0 10px 0;
  font-size: 11px;
  line-height: 14px;
}

.notification.size-sm[class^="icon-"], .notification.size-sm[class*=" icon-"] {
  padding-left: 29px !important;
}

.notification.size-sm[class^="icon-"]:after, .notification.size-sm[class*=" icon-"]:after {
  left: 6px;
  top: 2px;
}

body:not([data-dom*="ready"]) .content-wrapper .image-wrapper:first-child:nth-last-child(3),
body:not([data-dom*="ready"]) .content-wrapper .image-wrapper:first-child:nth-last-child(3) ~ .image-wrapper,
body:not([data-dom*="ready"]) .content-wrapper .image-wrapper:first-child:nth-last-child(4),
body:not([data-dom*="ready"]) .content-wrapper .image-wrapper:first-child:nth-last-child(4) ~ .image-wrapper,
body:not([data-dom*="ready"]) .content-wrapper .image-wrapper:first-child:nth-last-child(5),
body:not([data-dom*="ready"]) .content-wrapper .image-wrapper:first-child:nth-last-child(5) ~ .image-wrapper,
body:not([data-dom*="ready"]) .content-wrapper .image-wrapper:first-child:nth-last-child(6),
body:not([data-dom*="ready"]) .content-wrapper .image-wrapper:first-child:nth-last-child(6) ~ .image-wrapper {
  width: 100%;
}

@media only screen and (min-width: 640px) and (max-width: 959px) {
  body:not([data-dom*="ready"]) .content-wrapper .image-wrapper:first-child:nth-last-child(3),
  body:not([data-dom*="ready"]) .content-wrapper .image-wrapper:first-child:nth-last-child(3) ~ .image-wrapper,
  body:not([data-dom*="ready"]) .content-wrapper .image-wrapper:first-child:nth-last-child(4),
  body:not([data-dom*="ready"]) .content-wrapper .image-wrapper:first-child:nth-last-child(4) ~ .image-wrapper,
  body:not([data-dom*="ready"]) .content-wrapper .image-wrapper:first-child:nth-last-child(5),
  body:not([data-dom*="ready"]) .content-wrapper .image-wrapper:first-child:nth-last-child(5) ~ .image-wrapper,
  body:not([data-dom*="ready"]) .content-wrapper .image-wrapper:first-child:nth-last-child(6),
  body:not([data-dom*="ready"]) .content-wrapper .image-wrapper:first-child:nth-last-child(6) ~ .image-wrapper {
    width: 50%;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1279px) {
  body:not([data-dom*="ready"]) .content-wrapper .image-wrapper:first-child:nth-last-child(3),
  body:not([data-dom*="ready"]) .content-wrapper .image-wrapper:first-child:nth-last-child(3) ~ .image-wrapper,
  body:not([data-dom*="ready"]) .content-wrapper .image-wrapper:first-child:nth-last-child(4),
  body:not([data-dom*="ready"]) .content-wrapper .image-wrapper:first-child:nth-last-child(4) ~ .image-wrapper,
  body:not([data-dom*="ready"]) .content-wrapper .image-wrapper:first-child:nth-last-child(5),
  body:not([data-dom*="ready"]) .content-wrapper .image-wrapper:first-child:nth-last-child(5) ~ .image-wrapper,
  body:not([data-dom*="ready"]) .content-wrapper .image-wrapper:first-child:nth-last-child(6),
  body:not([data-dom*="ready"]) .content-wrapper .image-wrapper:first-child:nth-last-child(6) ~ .image-wrapper {
    width: 25%;
  }
}

@media only screen and (min-width: 1280px) {
  body:not([data-dom*="ready"]) .content-wrapper .image-wrapper:first-child:nth-last-child(3),
  body:not([data-dom*="ready"]) .content-wrapper .image-wrapper:first-child:nth-last-child(3) ~ .image-wrapper,
  body:not([data-dom*="ready"]) .content-wrapper .image-wrapper:first-child:nth-last-child(4),
  body:not([data-dom*="ready"]) .content-wrapper .image-wrapper:first-child:nth-last-child(4) ~ .image-wrapper,
  body:not([data-dom*="ready"]) .content-wrapper .image-wrapper:first-child:nth-last-child(5),
  body:not([data-dom*="ready"]) .content-wrapper .image-wrapper:first-child:nth-last-child(5) ~ .image-wrapper,
  body:not([data-dom*="ready"]) .content-wrapper .image-wrapper:first-child:nth-last-child(6),
  body:not([data-dom*="ready"]) .content-wrapper .image-wrapper:first-child:nth-last-child(6) ~ .image-wrapper {
    width: 245px;
  }
}

body:not([data-dom*="ready"]) .content-wrapper .image-wrapper:first-child:nth-last-child(3),
body:not([data-dom*="ready"]) .content-wrapper .image-wrapper:first-child:nth-last-child(4),
body:not([data-dom*="ready"]) .content-wrapper .image-wrapper:first-child:nth-last-child(5),
body:not([data-dom*="ready"]) .content-wrapper .image-wrapper:first-child:nth-last-child(6) {
  margin-left: -100px;
}

body:not([data-dom*="ready"]) .content-wrapper .image-row {
  white-space: nowrap;
  overflow: hidden;
}

.image-wrapper {
  display: inline-block;
}

.image-wrapper span {
  margin: 15px auto 0;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #89949d;
}

.image-row {
  font-size: 0;
}

.image-collage {
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 959px) {
  .image-collage {
    margin: 0 10px;
  }
}

.image-collage[data-img-count='1'] .image-wrapper {
  padding: 0 10px;
}

.image-collage[data-img-count='2'] .image-wrapper {
  padding: 0 10px;
  width: 50%;
}

@media only screen and (max-width: 639px) {
  .image-collage[data-img-count='2'] .image-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  .image-collage[data-img-count='2'] .image-wrapper:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 960px) {
  .image-collage[data-img-count='3'] .image-wrapper {
    width: 33.3333%;
    padding: 0 10px;
  }
}

.image-collage[data-img-count='3'] .swiper-slide {
  width: 313px !important;
}

.image-collage[data-img-count='3'] .swiper-button-prev,
.image-collage[data-img-count='3'] .swiper-button-next {
  margin-top: 62px;
}

@media only screen and (min-width: 1280px) {
  .image-collage[data-img-count='4'] {
    margin-left: -100px;
    margin-right: -100px;
  }
}

@media only screen and (min-width: 960px) {
  .image-collage[data-img-count='4'] .image-wrapper {
    width: 25%;
  }
}

.image-collage[data-img-count='4'] .swiper-slide {
  width: 230px !important;
}

.image-collage[data-img-count='4'] .swiper-button-prev,
.image-collage[data-img-count='4'] .swiper-button-next {
  margin-top: 42px;
}

.image-collage[data-img-count='5'] {
  margin: 30px 0;
}

.image-collage[data-img-count='5'] .swiper-slide {
  width: 230px !important;
}

@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .image-collage[data-img-count='5'] .swiper-slide {
    width: 212px !important;
  }
}

.image-collage[data-img-count='5'] .swiper-button-prev,
.image-collage[data-img-count='5'] .swiper-button-next {
  margin-top: 42px;
}

@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .image-collage[data-img-count='5'] .swiper-button-prev,
  .image-collage[data-img-count='5'] .swiper-button-next {
    margin-top: 36px;
  }
}

.image-collage[data-img-count='6'] {
  margin: 30px 0;
}

.image-collage[data-img-count='6'] .swiper-slide {
  width: 230px !important;
}

@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .image-collage[data-img-count='6'] .swiper-slide {
    width: 212px !important;
  }
}

.image-collage[data-img-count='6'] .swiper-button-prev,
.image-collage[data-img-count='6'] .swiper-button-next {
  margin-top: 42px;
}

@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .image-collage[data-img-count='6'] .swiper-button-prev,
  .image-collage[data-img-count='6'] .swiper-button-next {
    margin-top: 36px;
  }
}

.image-collage > span {
  margin: 15px auto 0;
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #89949d;
}

.image-collage .swiper-button-prev,
.image-collage .swiper-button-next {
  width: 22px;
  height: 62px;
  background-color: #fff;
  border-radius: 2px;
  background-image: none;
  top: 0;
}

.image-collage .swiper-button-prev:after,
.image-collage .swiper-button-next:after {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 11px;
  height: 18px;
}

.image-collage .swiper-button-prev {
  left: -10px;
}

.image-collage .swiper-button-prev:after {
  background: url("/images/layout/arrow/slide-left.svg");
}

.image-collage .swiper-button-prev:hover:after {
  background: url("/images/layout/arrow/slide-left-on.svg");
}

.image-collage .swiper-button-next {
  right: -10px;
}

.image-collage .swiper-button-next:after {
  background: url("/images/layout/arrow/slide-right.svg");
}

.image-collage .swiper-button-next:hover:after {
  background: url("/images/layout/arrow/slide-right-on.svg");
}

.content-wrapper {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.content-wrapper * {
  box-sizing: border-box;
  line-height: 1.5;
}

.content-wrapper img[data-lightbox] {
  cursor: zoom-in;
}

.content-wrapper > *:first-child:not(blockquote):not(.notification),
.content-wrapper .first-no-indents > *:first-child:not(blockquote):not(.notification) {
  margin-top: 0 !important;
  padding-top: 0;
}

.content-wrapper .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.content-wrapper > *:first-child:last-child {
  margin-bottom: 0;
}

.content-wrapper.pgt_content .left-img, .content-wrapper.tabs_content .left-img {
  margin-left: 0;
}

.content-wrapper.pgt_content .full-img, .content-wrapper.tabs_content .full-img {
  margin-left: 0;
  margin-right: 0;
}

.content-wrapper .align-center {
  text-align: center;
}

.content-wrapper .align-right {
  text-align: right;
}

.content-wrapper a {
  color: #0A5C85;
}

.content-wrapper i {
  font-style: italic;
}

.content-wrapper em {
  font-style: normal;
}

.content-wrapper table {
  width: 100%;
  margin: 0 0 20px 0;
}

.content-wrapper table th, .content-wrapper table td {
  box-sizing: initial;
}

.content-wrapper table th, .content-wrapper table td, .content-wrapper table li {
  font-size: 14px;
  line-height: 1.5;
}

.content-wrapper table.specifications {
  table-layout: fixed;
}

.content-wrapper table.specifications td:first-child {
  background-color: #f5f5f5;
}

.content-wrapper table.specifications td li {
  margin-top: 0;
}

.content-wrapper table.specifications td ul {
  margin: 5px 0;
}

.content-wrapper table th, .content-wrapper table td {
  color: #000;
  padding: 10px 12px;
}

.content-wrapper table td {
  background-color: #fff;
  border: 1px solid #ccc !important;
}

.content-wrapper table td.col1 {
  background-color: #f5f5f5;
}

.content-wrapper table th {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  font-weight: bold;
  text-align: center;
}

.content-wrapper table.first-col-bg td:first-child {
  background-color: #f5f5f5;
}

.content-wrapper h2, .content-wrapper h3 {
  font-weight: bold;
}

.content-wrapper h2 {
  margin: 50px 0 30px;
  font-weight: bold;
}

.content-wrapper h3 {
  font-size: 16px;
  line-height: 1.5;
  margin: 32px 0 20px 0;
  padding: 0 !important;
  font-weight: bold;
}

.content-wrapper h4 {
  font-size: 14px;
  line-height: 1.5;
  margin: 24px 0 20px 0;
}

.content-wrapper p {
  margin: 15px 0 15px 0;
  padding: 0 !important;
}

.content-wrapper ul {
  list-style: disc;
}

.content-wrapper ol {
  list-style: decimal;
}

.content-wrapper ol > li {
  padding-left: 0 !important;
  background-image: none;
}

.content-wrapper ul, .content-wrapper ol {
  margin: 0 0 15px 0 !important;
  width: 100%;
  padding: 0 0 0 20px !important;
}

.content-wrapper ul li, .content-wrapper ol li {
  line-height: 1.5;
}

.content-wrapper ul > li, .content-wrapper ol > li {
  margin: 15px 0 0 0 !important;
}

.content-wrapper ul ul, .content-wrapper ul ol, .content-wrapper ol ul, .content-wrapper ol ol {
  margin-bottom: 0 !important;
}

.content-wrapper li li {
  margin-top: 10px !important;
}

.content-wrapper .list-without-indent {
  padding-left: 20px;
}

.content-wrapper .list-without-indent + * {
  margin-top: 50px;
}

.content-wrapper .list-without-indent li a {
  text-decoration: none;
}

.content-wrapper style:first-child + p,
.content-wrapper link:first-child + p,
.content-wrapper style:first-child + h2,
.content-wrapper link:first-child + h2 {
  margin-top: 0;
}

.content-wrapper p + ul > li:first-child,
.content-wrapper p + ol > li:first-child {
  margin-top: 0;
}

.content-wrapper .align-center {
  text-align: center;
}

.content-wrapper .align-right {
  text-align: right;
}

.content-wrapper div[align="center"] img,
.content-wrapper .center-text img,
.content-wrapper .align-center img {
  margin-bottom: 20px !important;
}

.content-wrapper img {
  max-width: 100%;
  height: auto;
  padding: 0 !important;
}

.content-wrapper .img-height-100 {
  height: 100px;
  width: auto;
}

.content-wrapper .btn {
  color: #fff;
  white-space: normal;
}

.content-wrapper .btn:hover {
  text-decoration: none;
}

.content-wrapper .btn-side-indents {
  margin-left: 20px;
  margin-right: 20px;
}

.content-wrapper .btn-bottom-indent {
  margin-bottom: 20px;
}

.content-wrapper .btn-hyphenation {
  white-space: normal;
}

.content-wrapper .leftimg {
  float: left;
  margin: 10px 20px 10px 0;
}

.content-wrapper .rightimg {
  float: right;
  margin: 10px 0 10px 20px;
}

.content-wrapper .cell_box {
  font-size: 0;
  text-align: center;
}

.content-wrapper .cell_item {
  display: inline-block;
  margin: 0 40px 20px;
  vertical-align: top;
  font-size: initial;
}

.content-wrapper .cell_item img {
  display: block;
  margin: 0 auto 5px;
}

.content-wrapper h2 + .box-info,
.content-wrapper h3 + .box-info {
  padding-top: 20px;
}

.content-wrapper .box-info {
  margin-bottom: 30px;
  font-size: 14px;
}

.content-wrapper .box-info_left {
  color: #89949d;
  float: left;
  width: 125px;
  text-align: center;
}

.content-wrapper .box-info_left a {
  display: block;
}

@media only screen and (max-width: 639px) {
  .content-wrapper .box-info_left a {
    width: 125px;
    margin: 0 auto;
  }
}

.content-wrapper .box-info_left a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 639px) {
  .content-wrapper .box-info_left {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
}

.content-wrapper .box-info_left img {
  display: block;
  margin: 5px auto;
  padding: 0;
}

.content-wrapper .box-info_right {
  margin-left: 140px;
}

.content-wrapper .box-info_right > p:first-child {
  margin-top: 0;
}

.content-wrapper .box-info_right * {
  font-size: 14px;
}

@media only screen and (max-width: 639px) {
  .content-wrapper .box-info_right {
    margin-left: 0;
  }
}

.content-wrapper .two-columns {
  font-size: 0;
}

.content-wrapper .two-columns .column {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.content-wrapper .two-columns .column * {
  font-size: 16px;
}

.content-wrapper .two-columns .column .image-wrapper {
  padding: 0;
}

.content-wrapper .two-columns .column:nth-child(1) {
  padding-right: 10px;
}

.content-wrapper .two-columns .column:nth-child(2) {
  padding-left: 10px;
}

.content-wrapper .two-columns .column *:first-child {
  margin-top: 0;
}

.content-wrapper .left-img {
  float: left;
  margin-right: 20px;
  max-width: 380px;
  margin-bottom: 30px;
}

.content-wrapper .left-img a {
  display: block;
  text-align: center;
  font-size: 14px !important;
  line-height: 1.7;
}

.content-wrapper .left-img a span {
  display: inline-block;
  margin-top: 15px;
}

.content-wrapper .left-img > span {
  display: block;
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.7;
  color: #89949d;
}

.content-wrapper .left-img img {
  margin: 0;
  padding: 0;
}

.content-wrapper .left-img + * {
  margin-top: 0;
}

.content-wrapper .fluid-img {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.content-wrapper .fluid-img a {
  display: inline-block;
  margin-top: 15px;
  text-align: center;
  font-size: 12px !important;
}

@media only screen and (min-width: 960px) {
  .content-wrapper .fluid-img a {
    font-size: 14px !important;
  }
}

.content-wrapper .fluid-img a:hover {
  text-decoration: none;
}

.content-wrapper .fluid-img img {
  max-width: 100%;
  height: auto;
}

.content-wrapper .fluid-img > span {
  display: block;
  max-width: 760px;
  margin: 15px auto 0;
  color: #89949d;
  font-size: 12px;
  line-height: 1.5;
}

@media only screen and (min-width: 960px) {
  .content-wrapper .fluid-img > span {
    font-size: 14px;
  }
}

.content-wrapper .full-img {
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}

.content-wrapper .full-img a {
  display: block;
  text-align: center;
}

.content-wrapper .full-img a span {
  display: block;
  margin-top: 15px;
}

.content-wrapper .full-img > span {
  display: block;
  max-width: 900px;
  margin: 15px auto 0;
  text-align: center;
  font-size: 14px !important;
  line-height: 1.7;
  color: #89949d;
}

.content-wrapper .full-img img {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.content-wrapper .widget-ra {
  margin-bottom: 30px;
}

.content-wrapper .widget-ra_wrapper {
  font-size: 0;
  margin-left: -5px;
  margin-right: -5px;
}

@media only screen and (min-width: 960px) {
  .content-wrapper .widget-ra_wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.content-wrapper .widget-ra_col {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 5px;
}

@media only screen and (min-width: 960px) {
  .content-wrapper .widget-ra_col {
    padding: 0 10px;
  }
}

.content-wrapper .widget-ra_col:nth-child(n+3) {
  margin-top: 20px;
}

.content-wrapper .widget-ra_title {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  margin: 50px 0 30px;
}

@media only screen and (max-width: 639px) {
  .content-wrapper .widget-ra .box-date {
    margin-bottom: 5px;
  }
  .content-wrapper .widget-ra .box-date:not(.update) {
    background: none;
    position: static;
    text-align: left;
    padding: 0;
    color: #89949d;
    margin-left: 0;
    height: 20px;
    line-height: 20px;
  }
  .content-wrapper .widget-ra .box-date.update {
    position: relative;
    display: inline-block;
    margin-left: 0;
  }
}

.content-wrapper .widget-ra_card-link {
  padding: 15px 10px;
  position: relative;
  display: block;
  color: #21272c !important;
  text-decoration: none !important;
}

.content-wrapper .widget-ra_card-link img {
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .content-wrapper .widget-ra_card-link img {
    max-width: 125px;
    float: left;
  }
}

@media only screen and (min-width: 640px) and (max-width: 959px) {
  .content-wrapper .widget-ra_card-link img {
    max-width: 125px;
    float: left;
  }
}

@media only screen and (max-width: 639px) {
  .content-wrapper .widget-ra_card-link img {
    max-width: 100%;
  }
}

.content-wrapper .widget-ra_card-title {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.3;
}

@media only screen and (min-width: 960px) {
  .content-wrapper .widget-ra_card-title {
    font-size: 14px;
    margin-left: 135px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 959px) {
  .content-wrapper .widget-ra_card-title {
    font-size: 14px;
    margin-left: 135px;
  }
}

@media only screen and (max-width: 639px) {
  .content-wrapper .widget-ra_card-title {
    font-size: 13px;
  }
}

.content-wrapper .widget-ra_card {
  border: 1px solid transparent;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  transition-property: border-color;
  transition-duration: 200ms;
}

.content-wrapper .widget-ra_card:hover {
  border: 1px solid #96AD23;
}

@media only screen and (min-width: 640px) {
  .content-wrapper .widget-ra_card .box-date {
    margin-left: 15px;
    margin-top: 23px;
  }
}

@media only screen and (max-width: 639px) {
  .content-wrapper .widget-ra_card {
    min-height: 230px;
  }
}

.content-wrapper .box-date {
  color: #ffffff;
  font-size: 11px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 8px 2px;
  width: 76px;
  text-align: center;
  background-color: rgba(32, 34, 36, 0.5);
  border-radius: 25px;
  margin-left: 5px;
  margin-top: 8px;
}

.content-wrapper .box-date.update {
  background-color: #fbf0c9;
  color: #21272c;
  padding-left: 22px;
  width: auto;
}

.content-wrapper .box-date.update:hover {
  cursor: pointer;
}

.content-wrapper .box-date.update:before {
  position: absolute;
  content: '';
  z-index: 2;
  background: url("images/new/layout/sprite_main.svg?1596025458") no-repeat;
  background-position: 20.408163265306122% 100%;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.content-wrapper .list-without-indent {
  padding-left: 18px;
}

.content-wrapper .notification.read {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  max-width: 380px;
  text-align: left;
  margin: 20px auto !important;
  display: block !important;
  padding: 25px 30px 15px 30px !important;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}

.content-wrapper .notification.icon-read {
  padding-left: 60px !important;
}

.content-wrapper .notification.icon-read:after {
  position: absolute;
  content: '';
  z-index: 2;
  background: url("images/new/layout/sprite_main.svg?1596025458") no-repeat;
  background-position: 79.59183673469387% 25.641025641025642%;
  width: 20px;
  height: 20px;
  left: 30px;
  top: 25px;
}

.content-wrapper .important-information {
  margin: 20px 0 20px 0;
  padding: 25px;
  background: #FFF1EC;
}

.content-wrapper .important-information .title {
  color: #FC4545;
  font-weight: bold;
}

.content-wrapper .important-information > *:last-child {
  margin-bottom: 0;
}

.content-wrapper .row-list {
  padding-left: 0 !important;
  display: flex;
  flex-wrap: wrap;
}

.content-wrapper .row-list > li {
  list-style: none;
  margin: 10px 35px 0 0 !important;
}

.content-wrapper .icon {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}

.content-wrapper .icon-pdf:after, .content-wrapper .icon-cable:after {
  position: absolute;
  content: '';
  z-index: 2;
  top: 2px;
  left: 0;
  bottom: auto;
  margin: auto;
}

.content-wrapper .image-wrapper {
  display: inline-block;
}

.content-wrapper .image-wrapper span {
  margin: 15px auto 0;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #89949d;
}

.content-wrapper .image-row {
  font-size: 0;
}

.content-wrapper .image-collage {
  position: relative;
  margin: 30px -10px;
  text-align: center;
}

.content-wrapper .image-collage img {
  padding: 0 !important;
}

.content-wrapper .image-collage[data-img-count='2'] .image-wrapper {
  width: 50%;
}

@media only screen and (max-width: 639px) {
  .content-wrapper .image-collage[data-img-count='2'] .image-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  .content-wrapper .image-collage[data-img-count='2'] .image-wrapper:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 960px) {
  .content-wrapper .image-collage[data-img-count='3'] .image-wrapper {
    width: 33.3333%;
  }
}

@media only screen and (min-width: 960px) {
  .content-wrapper .image-collage[data-img-count='4'] .image-wrapper {
    width: 25%;
  }
}

.content-wrapper .image-collage > span {
  margin: 15px auto 0;
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #89949d;
}

.content-wrapper .image-collage .swiper-button-prev,
.content-wrapper .image-collage .swiper-button-next {
  width: 22px;
  height: 62px;
  background-color: #fff;
  border-radius: 2px;
  background-image: none;
}

.content-wrapper .image-collage .swiper-button-prev:after,
.content-wrapper .image-collage .swiper-button-next:after {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 11px;
  height: 18px;
}

.content-wrapper .image-collage .swiper-button-disabled {
  display: none;
}

.content-wrapper .image-collage .swiper-button-prev {
  left: -10px;
}

.content-wrapper .image-collage .swiper-button-prev:after {
  background: url("/images/layout/arrow/slide-left.svg");
}

.content-wrapper .image-collage .swiper-button-prev:hover:after {
  background: url("/images/layout/arrow/slide-left-on.svg");
}

.content-wrapper .image-collage .swiper-button-next {
  right: -10px;
}

.content-wrapper .image-collage .swiper-button-next:after {
  background: url("/images/layout/arrow/slide-right.svg");
}

.content-wrapper .image-collage .swiper-button-next:hover:after {
  background: url("/images/layout/arrow/slide-right-on.svg");
}

.content-wrapper .clearfix {
  overflow: hidden;
}

.content-wrapper .clearfix:before,
.content-wrapper .clearfix:after {
  content: " ";
  display: table;
}

.content-wrapper .clearfix:after {
  clear: both;
}

.content-wrapper hr {
  position: relative;
  margin: 40px 0;
  overflow: visible;
  border-color: transparent;
}

.content-wrapper hr:after {
  content: '';
  width: 178px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #d6dce0;
}

.content-wrapper blockquote {
  padding: 20px;
  position: relative;
  margin: 30px 0 30px;
}

.content-wrapper blockquote .title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 800;
}

.content-wrapper blockquote:before {
  content: '“';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 32px;
  font-weight: 800;
  color: #89949d;
  font-family: 'Open Sans', sans-serif;
}

.content-wrapper blockquote.accent:before {
  color: #96AD23;
}

.content-wrapper blockquote *:first-child {
  margin-top: 0;
  padding: 0;
}

.content-wrapper blockquote *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 639px) {
  .content-wrapper .hide-on-mobile {
    display: none;
  }
}

.content-wrapper .but_news {
  font-family: 'Roboto', sans-serif;
  font-size: 14px !important;
  color: #fff !important;
  font-weight: bold !important;
  text-decoration: none !important;
  display: inline-block !important;
  text-align: center !important;
  padding: 7px 20px 9px !important;
  cursor: pointer !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) !important;
  transition: 0.1s linear;
  background: #96AD23;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb700', endColorstr='#ff8c00',GradientType=0 );
  border-radius: 5px;
}

.content-wrapper .but_news:hover {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.12);
  border-color: #c0d943;
  background: #c0d943;
}

/* ===== field, dropdown, select, option-box ===== */
.s-g {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.s-g_title {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 20px 0 0;
  position: relative;
  white-space: nowrap;
  font-weight: 500;
}

.s-g_title span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.s-g_title:after {
  transition: transform 0.25s ease-in-out;
  position: absolute;
  content: '';
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("images/new/layout/sprite_header.svg?1596025458") no-repeat;
  background-position: 79.16666666666667% 41.666666666666664%;
  width: 20px;
  height: 20px;
  left: auto;
}

.s-g_title:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 959px) {
  .s-g_title {
    padding-right: 0 !important;
  }
  .s-g_title:after {
    content: none;
  }
}

.s-g[name="trigger"],
.s-g [name="trigger"] {
  cursor: pointer;
  transition: none;
}

.s-g[name="trigger"] *,
.s-g [name="trigger"] * {
  transition: none;
}

@media only screen and (max-width: 959px) {
  .s-g {
    margin-left: 6px;
  }
}

.s-g_dropdown {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 100;
  margin: 5px 0 0 0 !important;
  padding: 0 !important;
  min-width: 100%;
  text-align: left;
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  transition: all 200ms;
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  z-index: 306;
}

.s-g_dropdown.-responsive-width {
  min-width: 100px;
}

.s-g_dropdown.-responsive-width .s-g_dropdown-result-item {
  padding-right: 12px;
}

@media only screen and (min-width: 960px) {
  .s-g_dropdown:not(.to-right):not(.to-left):not(.-responsive-width) {
    left: 50%;
    transform: translateX(-50%);
  }
}

.s-g_dropdown.to-right {
  left: auto;
  right: 0;
}

.s-g_dropdown.to-left {
  left: 0;
  right: auto;
}

.s-g_dropdown-search {
  padding: 0 8px;
  margin-bottom: 2px;
}

.s-g_dropdown-search > div {
  position: relative;
}

.s-g_dropdown-search input {
  border: none;
  outline: none;
  border-bottom: 1px solid #D5DBDF;
  line-height: 20px;
  font-size: 14px;
  background: transparent;
  display: block;
  width: 100%;
  color: #21272c;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  padding: 7px 0 4px 0;
  transition: ease border-color 200ms, box-shadow 200ms;
}

.s-g_dropdown-search input:hover {
  border-color: #88939C;
}

.s-g_dropdown-search input:focus {
  border-color: #96AD23;
  box-shadow: inset 0 -3px 0 -2px #96AD23;
}

.s-g_dropdown [class*="icon-"] {
  width: 22px;
  height: 22px;
  margin: -2px 4px 0 0;
  flex: 0 0 auto;
}

.s-g_dropdown [class*="icon-"]:after {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.s-g_dropdown-result {
  overflow-x: hidden;
  overflow-y: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  max-height: 204px;
}

.s-g_dropdown-result::-webkit-scrollbar {
  width: 14px;
  background: #fff;
}

.s-g_dropdown-result::-webkit-scrollbar:hover {
  background: #f2f2f2;
}

.s-g_dropdown-result::-webkit-scrollbar-thumb {
  background: #cdcdcd;
  border: 2px solid transparent;
  background-clip: content-box;
}

.s-g_dropdown-result::-webkit-scrollbar-button {
  display: none;
}

.hdr .s-g_dropdown-result {
  max-height: none;
  white-space: nowrap;
}

.s-g_dropdown-result-item {
  display: flex;
  padding: 6px 8px;
  color: #21272c;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  padding: 8px 10px;
}

.s-g_dropdown-result-item:hover {
  background-color: #E5EBF0;
  background: #F4F4F4;
}

.s-g_dropdown-result-item [class*="icon-"] {
  margin-top: 0;
}

.s-g_dropdown-result-item.-message {
  position: relative;
}

.s-g_dropdown-result-item.-message .-message-counter {
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 18px;
}

.s-g_dropdown-result-item.-message .-message-counter:after {
  content: none;
}

.s-g_dropdown-result-item.-message .-message-counter i {
  top: 0;
  right: 0;
  border-color: #FF6F26;
  min-width: 18px;
  padding: 1px;
}

.s-g_dropdown .no-results {
  padding: 16px 8px;
  color: #FC4545;
  display: none;
}

.s-g_dropdown.empty-search-result .no-results {
  display: block;
}

.s-g_dropdown.empty-search-result .s-g_dropdown-result {
  display: none;
}

.s-g.-disabled [class*="icon-"]:before {
  content: '';
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: rgba(255, 255, 255, 0.4);
}

.s-g.is-opened .s-g_title {
  text-decoration: underline;
}

.s-g.is-opened .s-g_title:after {
  transform: rotate(-180deg) scale(1) skew(0deg) translate(0px);
}

.s-g.is-opened .s-g_dropdown {
  display: block;
}

.s-g.-with-border .s-g_pretext {
  display: inline-block;
  margin-right: 5px;
}

.s-g.-with-border .s-g_title {
  border-radius: 4px;
  border: 1px solid #f4f4f4;
  padding: 5px 30px 5px 8px;
}

.s-g.-with-border .s-g_title:after {
  right: 10px;
}

@media only screen and (max-width: 959px) {
  .s-g.header-dropdown {
    min-width: 34px;
    display: flex;
    height: 24px;
    justify-content: center;
  }
}

.s-g.header-dropdown .s-g_title {
  color: #FFFFFF;
  line-height: 11px;
  font-size: 11px;
  text-transform: uppercase;
  font-size: 12px;
  padding-right: 25px;
}

.s-g.header-dropdown .s-g_dropdown-result {
  max-height: none;
}

.s-g.header-dropdown .s-g_dropdown-result-item {
  white-space: nowrap;
}

.s-g.header-dropdown .s-g_dropdown-result-item strong {
  min-width: 40px;
  padding-right: 8px;
}

.s-g .-message-counter {
  min-width: 18px;
  position: absolute;
}

@media only screen and (min-width: 960px) {
  .s-g .-message-counter {
    right: 2px;
    top: -2px;
  }
}

.s-g .-message-counter i {
  display: block;
  line-height: 1;
  text-align: center;
  position: absolute;
  z-index: 3;
  background: #FF6F26;
  border-radius: 9px;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  min-width: 20px;
  padding: 2px 3px 2px 2px;
  border: 2px solid #323436;
  right: -16px;
  top: -3px;
}

@media only screen and (max-width: 959px) {
  .s-g .-message-counter i {
    right: -2px;
    top: -2px;
    font-size: 10px;
    min-width: 16px;
    padding: 1px 3px 1px 2px;
  }
}

.s-g .-message-counter:after {
  position: absolute;
  content: '';
  z-index: 2;
  background: url("images/new/layout/sprite_header.svg?1596025458") no-repeat;
  background-position: 20.833333333333332% 79.16666666666667%;
  width: 20px;
  height: 20px;
}

@media only screen and (max-width: 959px) {
  .s-g .-message-counter:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}

.s-g.category-dropdown {
  line-height: 36px;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #F4F4F4;
}

.s-g.category-dropdown .s-g_dropdown {
  margin-top: 0 !important;
}

.s-g.category-dropdown .s-g_title {
  padding-right: 25px;
}

.s-g.account-dropdown {
  padding-left: 45px;
}

.s-g.account-dropdown.-impersonate .s-g_title-pretext {
  color: #FC4545;
}

.s-g.account-dropdown.-impersonate .s-g_title-pretext:hover {
  color: #FC4545;
}

.s-g.account-dropdown.-impersonate:before {
  background: url("images/new/layout/sprite_header.svg?1596025458") no-repeat;
  background-position: 0 0;
  width: 38px;
  height: 38px;
}

.s-g.account-dropdown .-impersonate-item {
  background-color: #FC4545;
  color: #ffffff;
}

.s-g.account-dropdown:before {
  position: absolute;
  content: '';
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("images/new/layout/sprite_header.svg?1596025458") no-repeat;
  background-position: 0 48.717948717948715%;
  width: 38px;
  height: 38px;
}

.s-g.account-dropdown .s-g_title {
  line-height: 16px;
  font-size: 16px;
  color: #ffffff;
}

.s-g.account-dropdown .s-g_title-pretext {
  line-height: 18px;
  font-size: 11px;
  color: #89949d;
  display: block;
  overflow: hidden;
  width: 110px;
  height: 18px;
  padding-right: 24px;
}

.s-g.account-dropdown .s-g_dropdown-result {
  max-height: none;
}

.s-g.account-dropdown .s-g_dropdown-result-item {
  white-space: nowrap;
}

@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .s-g.account-dropdown.is-opened:after {
    transform: rotate(-180deg) scale(1) skew(0deg) translate(0px);
  }
}

.s-g.header-dropdown .s-g_dropdown-result-item:nth-child(1), .s-g.account-dropdown .s-g_dropdown-result-item:nth-child(1) {
  padding-top: 12px;
}

.s-g.header-dropdown .s-g_dropdown-result-item:nth-last-child(1), .s-g.account-dropdown .s-g_dropdown-result-item:nth-last-child(1) {
  padding-bottom: 12px;
}

.s-g.account-dropdown .s-g_dropdown-result-item:hover {
  text-decoration: underline !important;
}

.s-g.category-dropdown {
  line-height: 36px;
  padding-left: 10px;
}

.s-g.category-dropdown .s-g_dropdown {
  margin-top: 0 !important;
}

.s-g.category-dropdown .s-g_title {
  font-size: 14px;
  padding-right: 30px;
}

.s-g.chat-dropdown .s-g_title {
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
}

.s-g.chat-dropdown .s-g_dropdown {
  width: 192px;
  margin-top: 10px !important;
}

.s-g.chat-dropdown .s-g_dropdown-result-item {
  position: relative;
  padding-left: 40px;
}

.s-g.chat-dropdown .s-g_dropdown-result-item:before {
  position: absolute;
  content: '';
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("images/new/layout/sprite_header.svg?1596025458") no-repeat;
  background-position: 20.833333333333332% 100%;
  width: 20px;
  height: 20px;
  right: auto;
  left: 10px;
}

.s-g.chat-dropdown .s-g_dropdown-result-item:hover > span:nth-child(1) {
  text-decoration: underline !important;
}

.s-g.chat-dropdown .s-g_dropdown-result-item:nth-child(1):before {
  top: 5px;
}

.s-g.chat-dropdown .s-g_dropdown-result-item > span:nth-child(1) {
  flex-grow: 1;
}

.s-g.chat-dropdown .s-g_dropdown-result-item .-online {
  font-size: 12px;
  color: #4EC74A;
}

.s-g.chat-dropdown .s-g_dropdown-result-item .-offline {
  font-size: 12px;
  color: #88939C;
}

.s-g.chat-dropdown .s-g_dropdown-result-item strong {
  min-width: 40px;
  padding-right: 8px;
}

.s-g.chat-dropdown .s-g_title {
  padding-left: 30px;
  padding-right: 0;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  color: #ffffff;
}

@media only screen and (max-width: 959px) {
  .s-g.chat-dropdown .s-g_title {
    width: 34px;
    height: 34px;
    padding: 0;
  }
  .s-g.chat-dropdown .s-g_title span {
    display: none;
  }
}

.s-g.chat-dropdown .s-g_title:before {
  transition: transform 0.25s ease-in-out;
  position: absolute;
  content: '';
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("images/new/layout/sprite_header.svg?1596025458") no-repeat;
  background-position: 41.666666666666664% 100%;
  width: 20px;
  height: 20px;
  right: auto;
}

@media only screen and (max-width: 959px) {
  .s-g.chat-dropdown .s-g_title:before {
    right: 0;
  }
}

.s-g.chat-dropdown .s-g_title:after {
  content: none;
}

@media only screen and (max-width: 959px) {
  .s-g.language-dropdown--type-2 {
    min-width: 84px;
  }
}

.s-g.language-dropdown--type-2 .s-g_title {
  line-height: 14px;
  font-size: 12px;
  color: #ffffff;
  padding-right: 23px;
}

.s-g.language-dropdown--type-2 .s-g_title-pretext {
  line-height: 14px;
  font-size: 12px;
  color: #999;
  float: left;
  margin-right: 5px;
}

@media only screen and (max-width: 959px) {
  .s-g.language-dropdown--type-2 .s-g_title-pretext {
    display: none;
  }
}

.s-g.language-dropdown--type-2 .s-g_dropdown-result-item {
  display: flex;
  align-items: flex-start;
}

.s-g.language-dropdown--type-2 .s-g_dropdown-result-item:nth-child(1) {
  padding-top: 12px;
}

.s-g.language-dropdown--type-2 .s-g_dropdown-result-item:last-child {
  padding-bottom: 12px;
}

.s-g.language-dropdown--type-2 .s-g_dropdown-result-item .-left {
  font-weight: bold;
  line-height: 18px;
  font-size: 14px;
  color: #D5DBDF;
  width: 40px;
  text-transform: uppercase;
}

.s-g.language-dropdown--type-2 .s-g_dropdown-result-item .-right {
  font-weight: bold;
  line-height: 18px;
  font-size: 14px;
  color: #21272c;
  text-transform: uppercase;
}

.s-g.language-dropdown--type-2 .s-g_dropdown-result-item .-right_sub {
  line-height: 14px;
  font-size: 11px;
  color: #88939C;
  font-weight: normal;
  text-transform: initial;
}

@media only screen and (max-width: 959px) {
  .s-g.language-dropdown--type-2 {
    display: flex;
    align-items: center;
    height: 24px;
    justify-content: center;
  }
}

.s-g.sort-dropdown {
  margin: 0 20px 15px 0;
}

@media only screen and (min-width: 960px) {
  .s-g.sort-dropdown {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 639px) {
  .s-g.sort-dropdown .s-g_pretext {
    display: none;
  }
}

.s-g.sort-dropdown .s-g_pretext {
  color: #88939C;
}

.s-g.tiny-product-dropdown .s-g_dropdown-result-item {
  padding: 0;
  line-height: inherit;
}

.s-g.tiny-product-dropdown .s-g_dropdown-result-item .pr-tiny {
  width: 100%;
  border-top: none;
}

.s-g.-disabled {
  cursor: not-allowed;
}

.s-g.-disabled [name="trigger"] {
  pointer-events: none !important;
}

.s-g.-disabled .s-g_title {
  color: #89949d;
  color: #D5DBDF !important;
}

.field-group.-disabled .s-g_title {
  color: #D5DBDF !important;
}

.field-group .s-g {
  position: static;
}

.field-group .s-g_title {
  line-height: 24px;
  font-size: 16px;
  text-decoration: none !important;
  font-weight: 400;
  padding-top: 7px;
  padding-bottom: 5px;
  padding-right: 30px;
}

.field-group .s-g_title:after {
  right: 13px;
}

.field-group .s-g_title span {
  padding-left: 3px;
}

.field-group .s-g_title [class*="icon-"] {
  margin-left: -3px;
  margin-right: 6px;
  flex-shrink: 0;
}

.field-group .s-g_dropdown {
  transform: translateX(0%);
  left: 0;
  top: 48px;
  padding: 4px 0 4px 0 !important;
  margin: 0 !important;
}

.field-group.-phone .s-g_dropdown-result-item span {
  color: #89949d;
  padding-left: 5px;
}

.otd {
  padding-right: 20px;
  margin-bottom: 25px;
  float: left;
  position: relative;
}

.otd_title {
  color: #89949d;
  font-size: 1.4rem;
  float: left;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-right: 10px;
}

.otd .select-group {
  float: left;
  display: block;
}

.otd .value {
  width: 100%;
}

.otd .trigger-open .pretext {
  color: #89949d;
  display: none;
}

@media only screen and (max-width: 959px) {
  .otd {
    padding-right: 10px;
  }
  .otd_title {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media only screen and (max-width: 639px) {
  .otd {
    padding-right: 5px;
  }
  .otd_title {
    display: none;
  }
}

.select-group--product {
  margin-bottom: 20px;
  width: 100%;
}

.select-group--product .value {
  width: 100%;
  color: #89949d;
  font-size: 1.6rem;
  padding: 0;
}

.select-group--product .value:before {
  position: absolute;
  content: '';
  z-index: 2;
  background: url("images/new/layout/sprite_main.svg?1596025458") no-repeat;
  background-position: 55.319148936170215% 66.66666666666667%;
  width: 24px;
  height: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.select-group--product .value span {
  display: block;
  padding: 7px 20px 7px 30px;
  border-bottom: 1px solid #89949d;
}

.select-group--product .value:hover {
  text-decoration: none;
}

.select-group--product .dropdown-menu {
  width: 100%;
  top: 34px;
  border-radius: 0;
  transform: inherit;
  left: 0;
  right: 0;
}

.select-group--product .dropdown-menu li {
  padding: 0 !important;
}

.select-group--product.open .value {
  text-decoration: none;
}

.select-group--product.-disabled .value span {
  border-bottom: 1px dashed #89949d;
}

.select-group--product.-disabled:before {
  content: ' ';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  position: absolute;
  background: transparent;
  cursor: default;
  z-index: 20;
}

.tmpns.field-group {
  padding-top: 5px;
  margin-top: -5px;
  margin-bottom: 20px;
  min-height: 70px;
  /* LABEL ======================================= */
  /* active state */
  /* BOTTOM BARS ================================= */
  /* error ================================= */
  /* icons ================================= */
  /* textarea symbols-length ============================= */
  /* dropdown-with-input ============================= */
  /* field-dropdown ============================= */
  /* disabled styles ============================= */
}

.tmpns.field-group .field-group_field {
  border: 1px solid #D5DBDF;
  border-radius: 4px;
  transition: ease border-color 200ms, box-shadow 200ms;
}

.tmpns.field-group .field-group_field > input, .tmpns.field-group .field-group_field > textarea, .tmpns.field-group .field-group_field .field-group_dummy {
  color: #21272c;
  font-size: 16px;
  line-height: 24px;
  background: transparent;
  display: block;
  width: 100%;
  border: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  padding: 10px 14px 8px 14px;
}

.tmpns.field-group .field-group_field > input:invalid, .tmpns.field-group .field-group_field > textarea:invalid, .tmpns.field-group .field-group_field .field-group_dummy:invalid {
  box-shadow: none;
}

.tmpns.field-group .field-group_field > input:focus, .tmpns.field-group .field-group_field > textarea:focus, .tmpns.field-group .field-group_field .field-group_dummy:focus {
  outline: none;
  box-shadow: none;
}

.tmpns.field-group .field-group_field > input:-webkit-autofill, .tmpns.field-group .field-group_field > textarea:-webkit-autofill, .tmpns.field-group .field-group_field .field-group_dummy:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

.tmpns.field-group .field-group_field > textarea {
  resize: none;
  min-height: 42px;
  transition: all 100ms ease-out;
}

.tmpns.field-group .field-group_field > textarea:not([rows]) {
  overflow: hidden;
  height: 42px;
}

.tmpns.field-group .field-group_box {
  position: relative;
}

.tmpns.field-group:not(.-disabled) .field-group_box:hover .field-group_field {
  border-color: #89949d;
}

.tmpns.field-group:not(.-disabled) .field-group_box:hover label {
  color: #21272c;
}

.tmpns.field-group.-focused:not(.-disabled) .field-group_field {
  border-color: #96AD23 !important;
  box-shadow: inset 0 0 0 1px #96AD23;
}

.tmpns.field-group label {
  line-height: 24px;
  font-size: 16px;
  color: #88939C;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  transition: all 200ms ease-in-out;
  margin: 0;
  left: 12px;
  top: 11px;
  padding: 0 3px;
  background: #ffffff;
  display: inline-block;
}

.tmpns.field-group label i {
  color: #FC4545;
}

.tmpns.field-group.-filled label, .tmpns.field-group.-label-always-active label {
  top: -9px;
  left: 12px !important;
  font-size: 12px;
  line-height: 18px;
  color: #89949d !important;
}

.tmpns.field-group .error-text {
  padding: 2px 15px 0 15px;
}

.tmpns.field-group.-invalid label {
  color: #FC4545 !important;
}

.tmpns.field-group.-invalid .field-group_field {
  border-color: #FC4545 !important;
  box-shadow: inset 0 0 0 1px #FC4545;
}

.tmpns.field-group .field-group_box > [class*="icon-"] {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}

.tmpns.field-group .field-group_box > [class*="icon-"]:after {
  top: 0;
  bottom: 0;
  margin: auto;
}

.tmpns.field-group .field-group_box > [class*="icon-"].-left {
  left: 12px;
}

.tmpns.field-group .field-group_box > [class*="icon-"].-right {
  right: 12px;
}

.tmpns.field-group .field-group_box > [class*="icon-"].-right:after {
  right: 0;
}

.tmpns.field-group.with-left-icon input,
.tmpns.field-group.with-left-icon .field-group_dummy {
  padding-left: 38px;
}

.tmpns.field-group.with-left-icon label {
  left: 35px;
}

.tmpns.field-group.with-right-icon input,
.tmpns.field-group.with-right-icon .field-group_dummy {
  padding-right: 38px;
}

.tmpns.field-group .field-group_psw-btn {
  display: none;
  cursor: pointer;
  height: 20px;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
}

.tmpns.field-group .field-group_psw-btn.-visible {
  display: block;
}

.tmpns.field-group.-dropdown-with-input .field-group_field {
  display: flex;
  flex-direction: row;
}

.tmpns.field-group.-dropdown-with-input .field-group_field > input {
  flex: 1 1 auto;
  width: auto;
  min-width: 1px;
  border: none;
  padding-left: 0;
}

.tmpns.field-group.-dropdown-with-input .s-g {
  flex: 0 0 70px;
}

.tmpns.field-group.-dropdown-with-input .s-g_title {
  height: 42px;
  padding: 11px 32px 9px 13px;
}

.tmpns.field-group.-dropdown-with-input.-phone .s-g {
  flex-basis: auto;
}

.tmpns.field-group.-dropdown .s-g {
  width: 100%;
}

.tmpns.field-group.-dropdown .s-g_title {
  color: #21272c;
  height: 42px;
  padding: 11px 38px 9px 14px;
}

.tmpns.field-group.-dropdown.with-left-icon .s-g_title {
  padding-left: 38px;
}

.tmpns.field-group.-dropdown.-focused label {
  top: -9px;
  left: 12px !important;
  font-size: 12px;
  line-height: 18px;
  color: #89949d !important;
}

.tmpns.field-group.-disabled * {
  cursor: not-allowed;
}

.tmpns.field-group.-disabled .field-group_field {
  border-color: #D5DBDF !important;
}

.tmpns.field-group.-disabled .field-group_field > input,
.tmpns.field-group.-disabled .field-group_field > .field-group_dummy {
  color: #D5DBDF !important;
  -webkit-text-fill-color: #D5DBDF !important;
  /* required on iOS */
  opacity: 1;
  /* required on iOS */
}

.tmpns.field-group.-disabled .field-group_box > [class*="icon-"]:before {
  content: '';
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: rgba(255, 255, 255, 0.4);
}

.tmpns.field-group.-disabled:not(.-filled) label {
  color: #D5DBDF;
}

.tmpns.field-group.-search-invoice-number {
  min-height: 0;
  margin-bottom: 0;
  padding: 0;
}

.tmpns.field-group.-search-invoice-number .field-group_submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  width: 42px;
  height: 42px;
}

.tmpns.field-group.-search-invoice-number .field-group_submit i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.tmpns.field-group.-select-head-unit {
  cursor: pointer;
}

[name="feedback-dealers"] .field-group label,
[name="feedback-suppliers"] .field-group label {
  background-color: #F9F9F9;
}

html.mobile .field-group[space="component/field/select"]:before,
html.tablet .field-group[space="component/field/select"]:before {
  position: absolute;
  z-index: -1;
  position: absolute;
  content: '';
  z-index: 2;
  background: url("images/new/layout/sprite_header.svg?1596025458") no-repeat;
  background-position: 79.16666666666667% 41.666666666666664%;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

html.mobile .field-group[space="component/field/select"] select,
html.tablet .field-group[space="component/field/select"] select {
  padding-right: 33px;
}

html.mobile .field-group[space="component/field/select"].with-border:before,
html.tablet .field-group[space="component/field/select"].with-border:before {
  top: 14px;
  right: 15px;
}

/* hiddenDiv for textarea auto height ==================== */
.hiddenDiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-top: 1.2rem;
}

.error-text {
  font-size: 12px;
  line-height: 16px;
  color: #FC4545;
  display: none;
  width: 100%;
  padding: 2px 0 0 0;
}

.-invalid .error-text:not(:empty) {
  display: inline-block;
}

.re-captcha {
  min-height: 100px;
  margin-bottom: 10px;
}

.re-captcha iframe {
  border: 1px solid transparent;
}

.re-captcha.-invalid iframe {
  border-color: #FC4545;
  border-radius: 3px;
}

.tmpns.field-group {
  padding-top: 5px;
  margin-top: -5px;
  margin-bottom: 20px;
  min-height: 70px;
  /* LABEL ======================================= */
  /* active state */
  /* BOTTOM BARS ================================= */
  /* error ================================= */
  /* icons ================================= */
  /* textarea symbols-length ============================= */
  /* dropdown-with-input ============================= */
  /* field-dropdown ============================= */
  /* disabled styles ============================= */
}

.tmpns.field-group .field-group_field {
  border: 1px solid #D5DBDF;
  border-radius: 4px;
  transition: ease border-color 200ms, box-shadow 200ms;
}

.tmpns.field-group .field-group_field > input, .tmpns.field-group .field-group_field > textarea, .tmpns.field-group .field-group_field .field-group_dummy {
  color: #21272c;
  font-size: 16px;
  line-height: 24px;
  background: transparent;
  display: block;
  width: 100%;
  border: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  padding: 10px 14px 8px 14px;
}

.tmpns.field-group .field-group_field > input:invalid, .tmpns.field-group .field-group_field > textarea:invalid, .tmpns.field-group .field-group_field .field-group_dummy:invalid {
  box-shadow: none;
}

.tmpns.field-group .field-group_field > input:focus, .tmpns.field-group .field-group_field > textarea:focus, .tmpns.field-group .field-group_field .field-group_dummy:focus {
  outline: none;
  box-shadow: none;
}

.tmpns.field-group .field-group_field > input:-webkit-autofill, .tmpns.field-group .field-group_field > textarea:-webkit-autofill, .tmpns.field-group .field-group_field .field-group_dummy:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

.tmpns.field-group .field-group_field > textarea {
  resize: none;
  min-height: 42px;
  transition: all 100ms ease-out;
}

.tmpns.field-group .field-group_field > textarea:not([rows]) {
  overflow: hidden;
  height: 42px;
}

.tmpns.field-group .field-group_box {
  position: relative;
}

.tmpns.field-group:not(.-disabled) .field-group_box:hover .field-group_field {
  border-color: #89949d;
}

.tmpns.field-group:not(.-disabled) .field-group_box:hover label {
  color: #21272c;
}

.tmpns.field-group.-focused:not(.-disabled) .field-group_field {
  border-color: #96AD23 !important;
  box-shadow: inset 0 0 0 1px #96AD23;
}

.tmpns.field-group label {
  line-height: 24px;
  font-size: 16px;
  color: #88939C;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  transition: all 200ms ease-in-out;
  margin: 0;
  left: 12px;
  top: 11px;
  padding: 0 3px;
  background: #ffffff;
  display: inline-block;
}

.tmpns.field-group label i {
  color: #FC4545;
}

.tmpns.field-group.-filled label, .tmpns.field-group.-label-always-active label {
  top: -9px;
  left: 12px !important;
  font-size: 12px;
  line-height: 18px;
  color: #89949d !important;
}

.tmpns.field-group .error-text {
  padding: 2px 15px 0 15px;
}

.tmpns.field-group.-invalid label {
  color: #FC4545 !important;
}

.tmpns.field-group.-invalid .field-group_field {
  border-color: #FC4545 !important;
  box-shadow: inset 0 0 0 1px #FC4545;
}

.tmpns.field-group .field-group_box > [class*="icon-"] {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}

.tmpns.field-group .field-group_box > [class*="icon-"]:after {
  top: 0;
  bottom: 0;
  margin: auto;
}

.tmpns.field-group .field-group_box > [class*="icon-"].-left {
  left: 12px;
}

.tmpns.field-group .field-group_box > [class*="icon-"].-right {
  right: 12px;
}

.tmpns.field-group .field-group_box > [class*="icon-"].-right:after {
  right: 0;
}

.tmpns.field-group.with-left-icon input,
.tmpns.field-group.with-left-icon .field-group_dummy {
  padding-left: 38px;
}

.tmpns.field-group.with-left-icon label {
  left: 35px;
}

.tmpns.field-group.with-right-icon input,
.tmpns.field-group.with-right-icon .field-group_dummy {
  padding-right: 38px;
}

.tmpns.field-group .field-group_psw-btn {
  display: none;
  cursor: pointer;
  height: 20px;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
}

.tmpns.field-group .field-group_psw-btn.-visible {
  display: block;
}

.tmpns.field-group.-dropdown-with-input .field-group_field {
  display: flex;
  flex-direction: row;
}

.tmpns.field-group.-dropdown-with-input .field-group_field > input {
  flex: 1 1 auto;
  width: auto;
  min-width: 1px;
  border: none;
  padding-left: 0;
}

.tmpns.field-group.-dropdown-with-input .s-g {
  flex: 0 0 70px;
}

.tmpns.field-group.-dropdown-with-input .s-g_title {
  height: 42px;
  padding: 11px 32px 9px 13px;
}

.tmpns.field-group.-dropdown-with-input.-phone .s-g {
  flex-basis: auto;
}

.tmpns.field-group.-dropdown .s-g {
  width: 100%;
}

.tmpns.field-group.-dropdown .s-g_title {
  color: #21272c;
  height: 42px;
  padding: 11px 38px 9px 14px;
}

.tmpns.field-group.-dropdown.with-left-icon .s-g_title {
  padding-left: 38px;
}

.tmpns.field-group.-dropdown.-focused label {
  top: -9px;
  left: 12px !important;
  font-size: 12px;
  line-height: 18px;
  color: #89949d !important;
}

.tmpns.field-group.-disabled * {
  cursor: not-allowed;
}

.tmpns.field-group.-disabled .field-group_field {
  border-color: #D5DBDF !important;
}

.tmpns.field-group.-disabled .field-group_field > input,
.tmpns.field-group.-disabled .field-group_field > .field-group_dummy {
  color: #D5DBDF !important;
  -webkit-text-fill-color: #D5DBDF !important;
  /* required on iOS */
  opacity: 1;
  /* required on iOS */
}

.tmpns.field-group.-disabled .field-group_box > [class*="icon-"]:before {
  content: '';
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: rgba(255, 255, 255, 0.4);
}

.tmpns.field-group.-disabled:not(.-filled) label {
  color: #D5DBDF;
}

.tmpns.field-group.-search-invoice-number {
  min-height: 0;
  margin-bottom: 0;
  padding: 0;
}

.tmpns.field-group.-search-invoice-number .field-group_submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  width: 42px;
  height: 42px;
}

.tmpns.field-group.-search-invoice-number .field-group_submit i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.tmpns.field-group.-select-head-unit {
  cursor: pointer;
}

[name="feedback-dealers"] .field-group label,
[name="feedback-suppliers"] .field-group label {
  background-color: #F9F9F9;
}

html.mobile .field-group[space="component/field/select"]:before,
html.tablet .field-group[space="component/field/select"]:before {
  position: absolute;
  z-index: -1;
  position: absolute;
  content: '';
  z-index: 2;
  background: url("images/new/layout/sprite_header.svg?1596025458") no-repeat;
  background-position: 79.16666666666667% 41.666666666666664%;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

html.mobile .field-group[space="component/field/select"] select,
html.tablet .field-group[space="component/field/select"] select {
  padding-right: 33px;
}

html.mobile .field-group[space="component/field/select"].with-border:before,
html.tablet .field-group[space="component/field/select"].with-border:before {
  top: 14px;
  right: 15px;
}

/* hiddenDiv for textarea auto height ==================== */
.hiddenDiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-top: 1.2rem;
}

.option-box {
  position: relative;
  margin-bottom: 20px;
  padding-top: 1px;
  padding-left: 30px;
  text-align: left;
}

.option-box input {
  position: absolute;
  margin: 0;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}

.option-box input ~ label .option-box_icon {
  position: absolute;
}

.option-box input ~ label .option-box_icon:before, .option-box input ~ label .option-box_icon:after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
}

.option-box input ~ label .option-box_icon:before {
  position: absolute;
  content: '';
  z-index: 2;
  opacity: 0;
}

.option-box input ~ label .option-box_icon,
.option-box input ~ label .option-box_icon:after {
  border: solid 1px #D5DBDF;
}

.option-box input ~ label .option-box_icon:after {
  border-width: 2px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.option-box input ~ label:hover .option-box_icon,
.option-box input ~ label:hover .option-box_icon:after {
  border-color: #89949d;
}

.option-box input:checked ~ label .option-box_icon,
.option-box input:checked ~ label .option-box_icon:after, .option-box input[checked="checked"] ~ label .option-box_icon,
.option-box input[checked="checked"] ~ label .option-box_icon:after {
  border-color: #89949d;
}

.option-box input:checked ~ label .option-box_icon:before, .option-box input[checked="checked"] ~ label .option-box_icon:before {
  opacity: 1;
}

.option-box input:active ~ label .option-box_icon,
.option-box input:active ~ label .option-box_icon:after {
  border-color: #96AD23;
}

.option-box input:active ~ label .option-box_icon:after {
  opacity: 1;
}

.option-box input:disabled ~ label {
  cursor: default;
}

.option-box input:disabled ~ label .option-box_icon,
.option-box input:disabled ~ label .option-box_icon:after {
  border-color: #e5ebf0;
}

.option-box input:disabled ~ label .option-box_icon:after {
  opacity: 0 !important;
}

.option-box label {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
  cursor: pointer;
  color: #21272c;
}

.option-box label i {
  color: #FC4545;
}

.option-box_animation-circle {
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #D5DBDF;
  z-index: 0;
  opacity: 0;
  -webkit-animation: background-circle-animation 0.5s;
          animation: background-circle-animation 0.5s;
  pointer-events: none;
  width: 20px;
  height: 20px;
}

.option-box_animation-circle.-checked {
  background: #96AD23;
}

@-webkit-keyframes background-circle-animation {
  0% {
    opacity: .35;
  }
  50% {
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
  }
}

@keyframes background-circle-animation {
  0% {
    opacity: .35;
  }
  50% {
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
  }
}

.option-box .error-text {
  display: block;
  width: auto;
  padding: 0;
}

.option-box input[type="checkbox"] ~ label .option-box_icon {
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0;
}

.option-box input[type="checkbox"] ~ label .option-box_icon:before {
  background: url("images/new/layout/sprite_main.svg?1596025458") no-repeat;
  background-position: 96.07843137254902% 37.2093023255814%;
  width: 16px;
  height: 12px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.option-box input[type="checkbox"] ~ label .option-box_icon,
.option-box input[type="checkbox"] ~ label .option-box_icon:after {
  border-radius: 3px;
}

.option-box input[type="checkbox"]:disabled ~ label .option-box_icon:before {
  background: url("images/new/layout/sprite_main.svg?1596025458") no-repeat;
  background-position: 96.07843137254902% 23.25581395348837%;
  width: 16px;
  height: 12px;
}

.option-box_animation-circle {
  top: 10px;
  left: 10px;
}

.option-box input[type="radio"] ~ label .option-box_icon {
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0;
}

.option-box input[type="radio"] ~ label .option-box_icon:before {
  background: url("/image/temp/radio-active.svg") no-repeat center;
  width: 12px;
  height: 12px;
  top: 3px;
  left: 3px;
}

.option-box input[type="radio"] ~ label .option-box_icon,
.option-box input[type="radio"] ~ label .option-box_icon:after {
  border-radius: 50%;
}

.option-box input[type="radio"]:disabled ~ label .option-box_icon:before {
  background: url("/image/temp/radio-inactive.svg") no-repeat center;
  width: 12px;
  height: 12px;
}

.option-box_animation-circle {
  top: 10px;
  left: 10px;
}

/* ===== @end ===== */
/* ===== tooltipster ===== */
/* ===== @tooltipster ===== */
/* ===== tabs ===== */
.tabs {
  font-size: 14px;
  background: #ffffff;
}

@media only screen and (max-width: 959px) {
  .tabs {
    margin: 0 -10px 20px;
  }
  .tabs.mobile-static {
    padding: 0 15px;
  }
  .block-wrapper > .tabs {
    margin: 0 -15px 20px;
  }
}

@media only screen and (min-width: 960px) {
  .tabs {
    margin-bottom: 40px;
  }
}

.block-wrapper > .tabs {
  margin-bottom: 0;
}

@media only screen and (min-width: 960px) {
  .block-wrapper > .tabs {
    margin-top: -15px;
  }
}

.tabs_caption-list {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #E5EBF0;
}

.tabs_caption-mobile, .tabs_caption-desktop {
  text-transform: uppercase;
  font-weight: 800;
}

.tabs_caption-mobile {
  display: none;
  font-size: 16px;
  padding: 15px 0 10px;
  position: relative;
  color: #21272c;
}

.tabs_caption-mobile:focus, .tabs_caption-mobile:visited, .tabs_caption-mobile:active, .tabs_caption-mobile:hover {
  color: inherit;
  text-decoration: none;
}

.tabs_caption-desktop {
  font-weight: 800;
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  justify-content: center;
  text-align: center;
  position: relative;
  height: 50px;
  font-size: 18px;
  margin: 0 20px;
}

.tabs_caption-desktop span {
  padding: 0 10px;
  box-sizing: content-box;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  cursor: pointer;
}

.tabs_caption-desktop span:before, .tabs_caption-desktop span:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  bottom: -2px;
  background: #96AD23;
  height: 4px;
  width: 0;
  transition: all 0.25s ease-in-out;
}

.tabs_caption-desktop span:before {
  left: 50%;
}

.tabs_caption-desktop span:after {
  right: 50%;
}

.tabs_caption-desktop.-active span:before, .tabs_caption-desktop.-active span:after {
  width: 50%;
}

.tabs_caption-desktop.-disabled span {
  opacity: 0.3;
  cursor: not-allowed;
}

.tabs_caption-desktop.-disabled span {
  opacity: 0.3;
  cursor: not-allowed;
}

.tabs_content.content-wrapper, .tabs_content-box.content-wrapper {
  margin-bottom: 0;
}

@media only screen and (max-width: 959px) {
  .tabs_content {
    display: none;
  }
  .tabs_content-box {
    padding: 15px 0;
  }
  .tabs_panel.-mob-active .tabs_content {
    display: block;
  }
  .tabs_caption-desktop {
    font-size: 14px;
    padding: 0;
    height: 28px;
    margin: 0 10px;
  }
  .tabs_caption-desktop span {
    padding: 0 10px;
  }
  .tabs_caption-desktop:first-of-type {
    margin-left: 0;
  }
  .tabs_caption-desktop:last-of-type {
    margin-right: 0;
  }
  .tabs.-mobile-static .tabs_caption-list, .tabs.-mobile-accordion .tabs_caption-list {
    display: none;
  }
  .tabs.-mobile-static .tabs_caption-mobile, .tabs.-mobile-accordion .tabs_caption-mobile {
    display: block;
  }
  .tabs.-mobile-static .tabs_caption-mobile:before, .tabs.-mobile-accordion .tabs_caption-mobile:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    transition: all 0.25s ease-in-out;
  }
  .tabs.-mobile-accordion .tabs_caption-mobile,
  .tabs.-mobile-accordion .tabs_content-box {
    padding: 15px;
  }
  .tabs.-mobile-accordion .tabs_caption-mobile:before {
    background: url("images/new/layout/sprite_header.svg?1596025458") no-repeat;
    background-position: 79.16666666666667% 41.666666666666664%;
    width: 20px;
    height: 20px;
  }
  .tabs.-mobile-accordion .tabs_panel {
    position: relative;
    border-bottom: 1px solid #E5EBF0;
  }
  .tabs.-mobile-accordion .tabs_panel:first-of-type {
    border-top: 1px solid #E5EBF0;
  }
  .tabs.-mobile-accordion .tabs_panel:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: auto;
    background: #96AD23;
    transition: all 0.25s ease-in-out;
    opacity: 0;
  }
  .tabs.-mobile-accordion .tabs_panel.-mob-active {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: none;
  }
  .tabs.-mobile-accordion .tabs_panel.-mob-active:first-of-type {
    border-top: 1px solid transparent;
  }
  .tabs.-mobile-accordion .tabs_panel.-mob-active:first-of-type:before {
    top: -1px;
  }
  .tabs.-mobile-accordion .tabs_panel.-mob-active:before {
    opacity: 1;
  }
  .tabs.-mobile-accordion .tabs_panel.-mob-active .tabs_caption-mobile {
    border-color: transparent;
  }
  .tabs.-mobile-accordion .tabs_panel.-mob-active .tabs_caption-mobile:before {
    transform: rotate(-180deg);
  }
  .tabs.-mobile-accordion .tabs_panel.-mob-active .tabs_content {
    display: block !important;
  }
  .tabs.-mobile-static .tabs_content {
    display: block !important;
  }
  .tabs.-mobile-static .tabs_panel {
    display: block;
  }
  .tabs.-mobile-static .tabs_caption-mobile {
    padding-right: 25px;
    border-bottom: 1px solid #E5EBF0;
    margin: 0 10px;
    font-size: 18px;
    line-height: 24px;
  }
  .tabs.-mobile-static .tabs_caption-mobile:before {
    background: url("images/new/layout/sprite_header.svg?1596025458") no-repeat;
    background-position: 79.16666666666667% 20.833333333333332%;
    width: 20px;
    height: 20px;
  }
  .tabs.-mobile-tabs .tabs_caption-mobile {
    display: none;
  }
  .tabs.-mobile-tabs .tabs_panel {
    display: none;
  }
  .tabs.-mobile-tabs .tabs_panel.-active {
    display: block;
  }
}

@media only screen and (min-width: 960px) {
  .tabs_caption-mobile {
    display: none;
  }
  .tabs_content {
    display: none !important;
  }
  .tabs_content-box {
    padding: 35px 35px 25px;
  }
  .block-wrapper > .tabs .tabs_content-box {
    padding: 35px 0 0;
  }
  .tabs_panel.-active .tabs_content {
    display: block !important;
  }
  .tabs.-many-captions .tabs_caption-desktop {
    font-size: 14px;
  }
}

.oot {
  font-size: 14px;
}

.oot_caption-list {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  border-bottom: 2px solid #E5EBF0;
  margin-bottom: 30px;
}

.oot_caption {
  font-weight: 800;
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  justify-content: center;
  text-align: center;
  position: relative;
  flex: 0 1 auto;
  font-size: 16px;
}

.oot_caption span {
  padding: 0 10px;
  box-sizing: content-box;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  cursor: pointer;
}

.oot_caption span:before, .oot_caption span:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  bottom: -2px;
  background: #96AD23;
  height: 4px;
  width: 0;
  transition: all 0.25s ease-in-out;
}

.oot_caption span:before {
  left: 50%;
}

.oot_caption span:after {
  right: 50%;
}

.oot_caption.-active span:before, .oot_caption.-active span:after {
  width: 50%;
}

.oot_caption.-disabled span {
  opacity: 0.3;
  cursor: not-allowed;
}

.oot_caption span {
  line-height: 20px;
  padding-bottom: 6px;
}

.oot_content {
  display: none;
}

.oot_panel.-active .oot_content {
  display: block !important;
}

.oot_divider {
  padding: 0 10px;
}

@media only screen and (min-width: 960px) {
  .co-st .oot_caption-list {
    display: inline-flex;
  }
  .co-st .oot_divider {
    width: 90px;
    text-align: center;
  }
}

/* ===== @end ===== */
/* ===== upload-zone ===== */
/* ===== @end ===== */
/* ===== styles for all product cards ===== */
/* ===== @end ===== */
/* ===== popups ===== */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.5;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

#mfp-html {
  position: relative;
  max-width: 100%;
}

#mfp-html > .mfp-close {
  display: none;
}

#mfp-container {
  display: inline-block;
  max-width: 100%;
  position: relative;
}

.mfp-content {
  text-align: center;
  padding: 40px 0;
}

@media all and (max-width: 900px) {
  .mfp-content {
    padding: 0 !important;
  }
}

@media all and (max-width: 900px) {
  .mfp-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 639px) {
  .mfp-content {
    vertical-align: top;
  }
}

.oxp {
  display: inline-block;
  text-align: left;
  width: 780px;
  max-width: 100%;
  background-color: white;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.55);
  font-size: 14px;
}

.oxp-md {
  width: 780px;
}

.oxp-sm {
  width: 460px;
}

.oxp_head {
  background-color: #E5EBF0;
  padding: 50px 50px 0 50px;
}

.oxp_head_title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.1;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 0 12px 0;
  position: relative;
}

.oxp_head_title:before {
  content: '';
  height: 4px;
  width: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  left: 0;
  transition: 0.4s ease all;
  background: #96AD23;
}

.oxp_head_title.active:before {
  width: 100%;
}

.oxp_body {
  background-color: #ffffff;
  padding: 50px 50px 40px 50px;
}

.oxp_footer {
  background-color: #E5EBF0;
  padding: 30px 50px 40px 50px;
}

.oxp_controls {
  padding-top: 20px;
}

.oxp_controls .col-12:first-child:last-child .btn {
  width: 100%;
}

.oxp_controls .col-sm-6:nth-child(2):last-child,
.oxp_controls .col-6:nth-child(2):last-child {
  text-align: right;
}

.oxp_controls .option-box, .oxp_controls .notification:last-child {
  margin-bottom: 0 !important;
}

.oxp_controls .row:not(:last-child) .col-12 {
  margin-bottom: 30px;
}

.oxp_controls .col-12 {
  margin-bottom: 30px;
}

.oxp_controls .row:last-child .col-12:last-child {
  margin-bottom: 0;
}

.oxp_controls .row:last-child .col-12:nth-last-child(2) {
  margin-bottom: 30px;
}

.oxp_tab-caption {
  cursor: pointer;
}

.oxp_tab-content {
  display: none;
}

.oxp_tab-content.active {
  display: block;
}

@media only screen and (max-width: 639px) {
  .oxp_head {
    padding: 30px 20px 0 20px;
  }
  .oxp_head_title {
    font-size: 16px;
  }
  .oxp_body {
    padding: 30px 20px 40px 20px;
  }
  .oxp_footer {
    padding: 30px 20px 40px 20px;
  }
  .oxp .only-xs-bottom-indent {
    margin-bottom: 30px;
  }
  .oxp_controls {
    padding-top: 10px;
  }
  .oxp_controls .col-12:nth-last-child(2) .btn {
    width: 100%;
  }
  .oxp_controls .btn {
    width: 100%;
    min-width: 100%;
  }
}

@media only screen and (min-width: 640px) {
  .oxp .row:last-child .col-sm-6:nth-last-child(2) {
    margin-bottom: 0;
  }
}

.oxp ul,
.oxp ol,
.oxp .content-wrapper ul,
.oxp .content-wrapper ul {
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
}

.oxp li {
  list-style-position: outside;
}

.oxp_title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 16px;
}

.oxp .upload-zone {
  margin-bottom: 20px;
}

@media only screen and (min-width: 640px) {
  .oxp_title {
    font-size: 18px;
  }
  .oxp .upload-zone {
    margin-bottom: 35px;
  }
}

.oxp__use-another-login {
  display: block;
  margin: 0;
  padding-top: 40px;
  font-size: 14px;
}

@media only screen and (min-width: 640px) {
  .oxp__forgot-pass {
    margin-top: 13px;
  }
}

.mfp-container .oxp.fixed-control {
  max-height: 100vh;
  position: relative;
  margin: -40px 0;
}

@media all and (max-width: 900px) {
  .mfp-container .oxp.fixed-control {
    margin: 0 !important;
  }
}

@media only screen and (max-width: 959px) {
  .mfp-container .oxp.fixed-control {
    height: 100vh;
  }
}

.mfp-container .oxp.fixed-control .oxp_body {
  padding-bottom: 20px;
  overflow-y: scroll;
}

@media only screen and (min-width: 960px) {
  .mfp-container .oxp.fixed-control .oxp_body::-webkit-scrollbar {
    width: 14px;
    background: #fff;
  }
  .mfp-container .oxp.fixed-control .oxp_body::-webkit-scrollbar:hover {
    background: #f2f2f2;
  }
  .mfp-container .oxp.fixed-control .oxp_body::-webkit-scrollbar-thumb {
    background: #cdcdcd;
    border: 2px solid transparent;
    background-clip: content-box;
  }
  .mfp-container .oxp.fixed-control .oxp_body::-webkit-scrollbar-button {
    display: none;
  }
}

.mfp-container .oxp.fixed-control .oxp_controls {
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 0;
  left: 0;
  background: #ffffff;
}

.oxp--user-agreement .content-wrapper {
  max-height: 390px;
  overflow-y: scroll;
  padding-right: 30px;
}

.oxp--user-agreement #content {
  margin: 0 !important;
  min-height: auto !important;
}

.oxp--site-usage-forbidden_attention {
  display: flex;
  justify-content: center;
  margin: 0 auto 20px;
}

.oxp--auth_ual {
  text-align: center;
  line-height: 24px;
  font-size: 16px;
}

.oxp--auth_ual_or {
  margin-bottom: 10px;
}

.oxp--auth .notification.success {
  margin-bottom: 35px;
}

/* ===== @end ===== */
/* ===== slideout-panel ===== */
/* ===== @end ===== */
/* ===== swiper ===== */
/* ===== @end ===== */
/* ===== photoswipe ===== */
/**
* for next projects:
* - Masteram
* - Toys4Brain
*/
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 6000;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/**
* for next projects:
* - Masteram
* - Toys4Brain
*/
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

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

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(image/layout/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(image/layout/photoswipe/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 6100;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 6120;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(image/layout/photoswipe/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
          animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
          animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /*
			The idea of animating inner circle is based on Polymer ("material") loading indicator
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@-webkit-keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}

/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 6050;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.pswp__video {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 50px 30px 20px 30px;
}

.pswp__video .relative {
  width: 100%;
  height: 100%;
  position: relative;
}

.pswp__video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
}

@media only screen and (min-width: 1280px) {
  .pswp__video iframe {
    width: 1180px;
    height: 664px;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .pswp__video iframe {
    width: 854px;
    height: 480px;
  }
}

@media only screen and (max-width: 959px) {
  .pswp__video iframe {
    width: 100%;
    height: 100%;
  }
}

.pswp__button--arrow--right:before {
  background: url("images/new/layout/sprite_main.svg?1596025458") no-repeat;
  background-position: 0 72.22222222222223%;
  width: 26px;
  height: 26px;
  background-color: rgba(0, 0, 0, 0.3);
}

.pswp__button--arrow--left:before {
  background: url("images/new/layout/sprite_main.svg?1596025458") no-repeat;
  background-position: 56.52173913043478% 0;
  width: 26px;
  height: 26px;
  background-color: rgba(0, 0, 0, 0.3);
}

/* ===== @end ===== */
/* ===== category ===== */
/* ===== @end ===== */
/* ===== solution ===== */
/* ===== @end ===== */
/* ===== pagination ===== */
/* ===== @end ===== */
/* ===== choose-your-gift ===== */
/* ===== @end ===== */
/* ===== choose-discount ===== */
#wrapper #cart .cdc {
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

@media only screen and (min-width: 960px) {
  #wrapper #cart .cdc {
    margin-bottom: 100px;
  }
}

#wrapper #cart .cdc_success-text {
  margin-bottom: 20px;
  color: #21272c;
  font-size: 14px;
  line-height: 20px;
}

#wrapper #cart .cdc .block-wrapper {
  margin: 0;
}

#wrapper #cart .cdc_single-title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
}

@media only screen and (max-width: 959px) {
  #wrapper #cart .cdc_caption {
    height: 52px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #21272c;
    padding-left: 15px;
    padding-right: 50px;
    position: relative;
    cursor: pointer;
    font-weight: 700;
  }
  #wrapper #cart .cdc_caption:after {
    transition: transform 0.25s ease-in-out;
    position: absolute;
    content: '';
    z-index: 2;
    background: url("images/new/layout/sprite_main.svg?1596025458") no-repeat;
    background-position: 94.23076923076923% 67.41573033707866%;
    width: 14px;
    height: 9px;
    right: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #wrapper #cart .cdc_panel {
    display: none;
  }
  #wrapper #cart .cdc.-opened .cdc_caption:after {
    transform: rotate(-180deg);
  }
}

@media only screen and (min-width: 960px) {
  #wrapper #cart .cdc_panel {
    display: block !important;
  }
}

#wrapper #cart .cdc-c .btn {
  padding: 12px 9px 10px 9px;
  height: 46px;
  margin-left: 10px;
  min-width: 130px;
  width: 130px;
}

#wrapper #cart .cdc-c_text {
  margin-top: 20px;
  color: #88939C;
  font-size: 11px;
  line-height: 14px;
}

@media all and (max-width: 400px) {
  #wrapper #cart .cdc-c_field-wrapper {
    flex-direction: column;
  }
  #wrapper #cart .cdc-c .btn {
    margin: 20px 0 0 0;
    width: 100%;
  }
}

#wrapper #cart .cdc-c_field {
  border: 1px solid #D5DBDF;
  border-radius: 4px;
  transition: ease border-color 200ms, box-shadow 200ms;
  flex-grow: 1;
}

#wrapper #cart .cdc-c_field > input {
  color: #21272c;
  font-size: 16px;
  line-height: 24px;
  background: transparent;
  display: block;
  width: 100%;
  border: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  padding: 11px 10px 9px 10px;
  text-align: center;
}

#wrapper #cart .cdc-c_field > input:focus {
  outline: none;
  box-shadow: none;
}

#wrapper #cart .cdc-c_field > input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

#wrapper #cart .cdc-c_field:hover {
  border-color: #89949d;
}

#wrapper #cart .cdc-c_field.-focused {
  border-color: #96AD23 !important;
  box-shadow: inset 0 0 0 1px #96AD23;
}

#wrapper #cart .cdc-c_field.-invalid {
  border-color: #FC4545 !important;
  box-shadow: inset 0 0 0 1px #FC4545;
}

#wrapper #cart .cdc-b_text {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #21272c;
}

/* ===== @end ===== */
/* ===== order-details ==== */
/* ===== @end ===== */
/* ===== facet ==== */
/* ===== @end ===== */
/* ===== aside navidation ==== */
/* ===== @end ===== */
/* ===== other components ===== */
.active-toggle:not(.-active) > .-active {
  display: none !important;
}

.active-toggle.-active > .-default {
  display: none !important;
}

.psgTimer {
  display: table;
  margin: 0 auto 30px auto;
  font-size: 0;
  font-family: 'Roboto', sans-serif;
}

.psgTimer_numbers > div, .psgTimer_labels > div {
  display: inline-block;
  font-size: 0;
  width: 124px;
  text-align: center;
}

.psgTimer_numbers > div {
  position: relative;
}

.psgTimer_numbers > div:after {
  content: ":";
  line-height: 60px;
  height: 60px;
  display: block;
  font-weight: bold;
  font-size: 24px;
  color: #21272c;
  position: absolute;
  top: 0;
  right: -4px;
}

.psgTimer_numbers > div:last-child:after {
  content: none;
}

.psgTimer_numbers > div > div {
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 60px;
  line-height: 60px;
  background: #21272C;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
}

.psgTimer_numbers > div > div:nth-child(2) {
  margin-left: 5px;
}

.psgTimer_labels > div {
  padding-top: 5px !important;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #21272c;
}

@media only screen and (max-width: 639px) {
  .psgTimer_numbers > div, .psgTimer_labels > div {
    width: 74px;
  }
  .psgTimer_numbers > div {
    position: relative;
  }
  .psgTimer_numbers > div:after {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    right: -2px;
  }
  .psgTimer_numbers > div div {
    width: 26px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .psgTimer_numbers > div div:first-child {
    margin-right: 2px;
  }
  .psgTimer_labels > div {
    font-size: 10px;
    line-height: 16px;
  }
}

/* ===== @end ===== */
/* ===== mCustomScrollbar ===== */
/* ===== @end ===== */
/* ===== @end ===== */
/* ===== layout ===== */
.qs {
  width: 100%;
}

.qs a {
  text-decoration: none;
}

.qs_field {
  width: 100%;
  position: relative;
  background: #ffffff;
  z-index: 400;
}

.qs_input {
  border: 0;
  outline: 0;
  text-align: left;
  margin: 0;
  color: #21272c;
  text-decoration: none;
  flex: 1;
}

.qs_submit, .qs_close {
  display: none;
}

.qs-r {
  position: absolute;
  top: 27px;
  right: 0;
  left: 0;
  z-index: 350;
  background-color: #ffffff;
  transition: all 100ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(0);
  transform-origin: top;
  top: 37px;
}

.qs-r_scroll {
  overflow: auto;
  width: 100%;
}

.qs-r_scroll::-webkit-scrollbar {
  width: 14px;
  background: #fff;
}

.qs-r_scroll::-webkit-scrollbar:hover {
  background: #f2f2f2;
}

.qs-r_scroll::-webkit-scrollbar-thumb {
  background: #cdcdcd;
  border: 2px solid transparent;
  background-clip: content-box;
}

.qs-r_scroll::-webkit-scrollbar-button {
  display: none;
}

.qs-r .bar-line {
  position: relative;
  display: block;
  width: 100%;
}

.qs-r .bar-line:before, .qs-r .bar-line:after {
  content: '';
  height: 3px;
  width: 0;
  bottom: -2px;
  position: absolute;
  z-index: 351;
  transition: 0.4s ease all;
  background: #96AD23;
}

.qs-r .bar-line:before {
  left: 50%;
}

.qs-r .bar-line:after {
  right: 50%;
}

.qs-r_empty {
  color: #FC4545;
  font-size: 14px;
  padding: 10px;
  text-align: center;
}

.qs-r_catalog, .qs-r_brands {
  width: 100%;
  margin: 0;
  padding: 0;
}

.qs-r_catalog li, .qs-r_brands li {
  list-style: none;
  width: 100%;
  font-size: 13px;
  color: #21272c;
  padding: 0;
}

.qs-r_catalog li a, .qs-r_brands li a {
  font-size: inherit;
  color: inherit;
  display: inline-block;
  width: 100%;
  padding: 13px 30px 13px 20px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}

.qs-r_catalog li a:after, .qs-r_brands li a:after {
  position: absolute;
  content: '';
  z-index: 2;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.qs-r_catalog li a:hover, .qs-r_brands li a:hover {
  text-decoration: none;
}

.qs-r_products {
  width: 100%;
  margin: 0;
  cursor: pointer;
  border-bottom: 1px solid #e5ebf0;
}

.qs-r_products .item {
  width: 100%;
  position: relative;
  display: block;
  border-bottom: 1px solid #e5ebf0;
  padding: 11px 30px 11px 15px;
}

.qs-r_products .item img {
  float: left;
  display: block;
  vertical-align: top;
  width: 50px;
}

.qs-r_products .item > div {
  margin-left: 60px;
}

.qs-r_products .item .name {
  color: #21272c;
  font-size: 13px;
  line-height: 20px;
  font-size: 14px;
}

.qs-r_products .item p {
  margin: 0;
  width: 100%;
  padding: 0;
}

.qs-r_products .item:after {
  position: absolute;
  content: '';
  z-index: 2;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.qs-r_products .item:hover {
  cursor: pointer;
  text-decoration: none;
  background: #F9F9F9;
}

.qs-r_products .price-block {
  height: 40px;
}

.qs-r_products .price-block .price-save {
  display: none;
}

.qs-r_bottom {
  padding: 20px 30px 30px 30px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.qs-r_bottom .btn {
  float: right;
  padding-left: 30px !important;
  padding-right: 50px !important;
  font-weight: 500;
}

.qs-r.show {
  transform: scale(1);
}

.qs-r.show .bar-line:before, .qs-r.show .bar-line:after {
  width: 50%;
}

@media only screen and (min-width: 960px) {
  .qs {
    margin: 0;
    position: relative;
    z-index: 305;
  }
  .qs_input {
    font-size: 14px;
    padding: 11px 15px 9px 15px;
  }
  .qs_input::-webkit-input-placeholder, .qs_input::-moz-placeholder, .qs_input:-ms-input-placeholder, .qs_input:-moz-placeholder {
    color: #88939C;
  }
  .qs_submit {
    display: block;
    width: 44px;
    height: 36px;
    cursor: pointer;
    transition: 0.1s border;
    position: relative;
  }
  .qs_submit:after {
    position: absolute;
    content: '';
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url("images/new/layout/sprite_header.svg?1596025458") no-repeat;
    background-position: 100% 41.666666666666664%;
    width: 20px;
    height: 20px;
  }
  .qs_submit:hover:after {
    background: url("images/new/layout/sprite_header.svg?1596025458") no-repeat;
    background-position: 100% 62.5%;
    width: 20px;
    height: 20px;
  }
  .qs.active .qs_submit {
    border-color: transparent;
  }
  .qs_close {
    display: none;
  }
}

@media only screen and (min-width: 960px) {
  .qs-r {
    box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.15);
  }
  .qs-r_catalog, .qs-r_brands {
    padding: 14px 0 14px 0;
    border-bottom: 1px solid #eeeeee;
    border-color: #e5ebf0;
    padding: 10px 0;
  }
  .qs-r_catalog li a, .qs-r_brands li a {
    background: #ffffff;
    padding: 5px 15px 5px 15px;
    padding: 9px 15px 9px 15px;
    border: none;
  }
  .qs-r_catalog li a:hover, .qs-r_brands li a:hover {
    background-color: #F9F9F9;
  }
  .qs-r_catalog li a:after, .qs-r_brands li a:after {
    content: none;
  }
  .qs-r_catalog li a:hover, .qs-r_brands li a:hover {
    background: #f4f4f4;
  }
  .qs-r_catalog_products, .qs-r_brands_products {
    padding: 10px 0 10px 0;
  }
  .qs-r_catalog_products .item, .qs-r_brands_products .item {
    padding: 10px 15px 10px 15px;
  }
  .qs-r_catalog_products .item:after, .qs-r_brands_products .item:after {
    content: none;
  }
}

@media only screen and (max-width: 959px) {
  header.mob-qs-is-open .qs {
    transform: translateY(0);
  }
  .wrap-qs {
    position: absolute;
    top: 0;
  }
}

/* ===== @end ===== */
/* ===== mobile-menu ===== */
/* ===== @end ===== */
/* ===== solutions ===== */
/* ===== @end ===== */
/* ===== index page ===== */
/* ===== @end ===== */
/* ===== news page ===== */
/* ===== @end ===== */
/* ===== product page ===== */
/* ===== @end ===== */
/* ===== catalog page ===== */
/* ===== @end ===== */
/* ===== articles page ===== */
/* ===== @end ===== */
/* ===== offers page ===== */
/* ===== @end ===== */
/* ===== full store page ===== */
/* ===== @end ===== */
/* ===== product page ===== */
/* ===== @end ===== */
/* ===== checkout page ===== */
/* ===== @end ===== */
/* ===== account ===== */
/* ===== @end ===== */
/* ===== search ===== */
/* ===== @end ===== */
/* ===== 404 ===== */
/* ===== @end ===== */
#payment-form .StripeElement {
  background-color: white;
  padding: 11px 12px;
  margin-bottom: 20px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  transition: box-shadow 150ms ease;
}

#payment-form .StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

#payment-form .StripeElement--invalid {
  margin-bottom: 10px;
  border-color: #fa755a;
}

#payment-form .StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#payment-form .form-row > label {
  display: block;
  margin-bottom: 20px;
}

#payment-form #card-errors {
  margin-bottom: 20px;
  color: #FC4545;
}

.oxp_controls .option-box {
  margin-top: 0 !important;
}

/*# sourceMappingURL=desktop.css.map */
