html {
  width: 100%;
}
body {
  font-family: Arial;
  font-size: 13px;
  width: 100%;
}
a {
  text-decoration: underline;
  outline: 0;
  color: #3573b7;
  transition: all 0.2s ease 0s;
}
a:hover {
  text-decoration: none;
  outline: 0;
}
a:focus {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'PFDinDisplayPro-Medium', Arial;
  font-weight: normal;
}
h1 {
  font-size: 24px;
  font-weight: normal;
  line-height: 28px;
}
h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
}
h3 {
  font-weight: normal;
}
input[type="text"],
input[type="password"],
input[type="email"] {
  border-radius: 0px;
}
input[type="submit"] {
  background: #ffcf47;
  border: 1px solid #ffb641;
  padding: 5px 15px;
  border-radius: 2px;
}
input[type="submit"]:hover {
  background: #ffde56;
}
input[type="submit"]:disabled {
  background: #e2e2e2 !important;
  padding: 5px 10px 5px 10px !important;
  border: 1px solid #d3d3d3;
}
.back_top_mobile {
  background: #c51a3c;
  padding: 10px 0px;
}
.back_top_mobile a {
  color: #fff;
}
.container {
  width: 1140px;
}
.g-clearfix:after {
  content: "";
}
.g-clear,
.g-clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.breadcrumbs {
  font-size: 11px;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 20px 0px 0;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li a {
  color: #888;
}
.topline {
  min-width: 1180px;
  width: 100%;
  margin: 0 auto;
  background: #f7f7f7;
  border-bottom: 1px solid #e5e5e5;
  line-height: 44px;
  height: 45px;
}
.topline .inline li {
  margin-right: 10px;
}
.topline .inline li a {
  color: #272727;
}
.topline .account {
  font-weight: bold;
}
.topline .account a {
  color: #c51a3c;
  padding-left: 5px;
}
.topline .account .account_icon {
  display: inline-block;
  width: 20px;
  height: 21px;
  vertical-align: middle;
  background-image: url('img/account_icon.png');
  background-repeat: no-repeat;
}
.topline .span2 {
  width: 17.8936%;
}
.topline .span3 {
  width: 20.4043%;
}
.header {
  clear: both;
  margin-top: 15px;
}
.header b {
  font-size: 14px;
}
.header .search {
  margin-top: 10px;
}
.header .search .search_border {
  width: 95%;
  /*border: 1px solid #dbdbdb;*/
  height: 40px;
  line-height: 40px;
}
.header .search .search_border input[type="text"] {
  border-radius: 0px;
  width: 85%;
  margin-bottom: 10px;
  border: 0px;
  box-shadow: 0px;
  float: left;
  margin-top: 5px;
}
.header .search .search_border input[type="submit"] {
  width: 20px;
  background: #fff;
  border: 0px;
  color: #fff;
  background-image: url('img/search_icon.png');
  background-repeat: no-repeat;
  padding-right: 5px;
  height: 20px;
  margin-top: 0px;
}
.header .hint {
  margin-top: 0px;
  font-size: 11px;
  color: #8a8c8e;
  font-style: italic;
}
.header .hint a {
  color: #3573b7;
  text-decoration: none;
  border-bottom: 1px dotted #3573b7;
}
.header .cart {
  margin-top: 37px;
  padding-left: 30px;
}
.header .phone {
  margin-top: 15px;
}
.header .phone .phone_icon {
  margin-top: 23px;
}
.header .phone span {
  display: block;
  font-size: 19px;
  font-family: 'PFDinDisplayPro-Medium', Arial;
}
.header .phone p {
  font-size: 12px;
  color: #5d6370;
}
.mainmenu {
  margin: 0;
  padding: 0;
  height: 40px !important;
  background: #ededed;
  list-style: none;
  font-family: 'PFDinDisplayPro-Medium', Arial;
  font-size: 15px;
}
.mainmenu li a {
  border-right: 1px solid #dedede;
  padding: 10px 14px;
  display: block;
  float: left;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
.mainmenu li a:hover {
  background: #3573b7;
  color: #fff;
}
.mainmenu li .no-border {
  border-right: 0px;
}
.topmenu {
  list-style: none;
  margin: 0px;
  padding: 0px;
  background: #3573b7;
  border: 1px solid #315a87;
  font-family: 'PFDinDisplayPro-Medium', Arial;
  font-size: 16px;
  margin-bottom: 20px;
}
.topmenu .selected {
  background: #215fa3;
}
.topmenu .selected a {
  color: white;
}
.topmenu .selected ul li a {
  color: #3573b7;
} 
.topmenu li {
  position: relative;
  border-bottom: 1px solid #315a87;
}
.topmenu li:last-child {
  border-bottom: 0px;
}
.topmenu li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px 10px;
}
.topmenu li a:hover {
  background: #3769a0;
}
.topmenu li ul {
  border: 1px solid #315a87;
  list-style: none;
  display: none;
  position: absolute;
  top: -1px;
  left: 220px;
  background: #fff;
  z-index: 100;
  width: 280px;
  font-size: 14px;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.26);
  -moz-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.26);
  box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.26);
}
.topmenu li ul:after,
.topmenu li ul:before {
  right: 100%;
  top: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.topmenu li ul:after {
  border-color: rgba(49, 90, 135, 0);
  border-right-color: #fff;
  border-width: 5px;
  margin-top: -5px;
}
.topmenu li ul:before {
  border-color: rgba(49, 90, 135, 0);
  border-right-color: #315a87;
  border-width: 6px;
  margin-top: -6px;
}
.topmenu li ul li {
  border-bottom: 1px solid #ccc;
}
.topmenu li ul a {
  color: #3573b7;
}
.topmenu li ul a:hover {
  color: #fff;
}
.arrow-left {
  width: 6px;
  height: 11px;
  display: block;
  right: 10px;
  top: 40%;
  position: absolute;
  background-image: url(img/arrow-right.png);
  background-repeat: no-repeat;
}
.topmenu li:hover > ul {
  display: block;
}
.mainblock {
  margin-top: 15px;
}
.margintop {
  margin-top: 20px;
}
.popover {
  font-size: 13px;
  line-height: 16px;
  border-radius: 0px;
  z-index: 111111;
}
.promo {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  height: 310px;
  position: relative;
}
.promo .arrow_right {
  position: absolute;
  right: -1px;
  top: 30%;
  z-index: 10;
}
.promo .arrow_left {
  position: absolute;
  left: -1px;
  top: 30%;
  z-index: 10;
}
.promo .header_promo {
  color: #fff;
  background: #c51a3c;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'PFDinDisplayPro-Medium', Arial;
  font-size: 15px;
}
.promo .promo_product {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.promo .promo_product li {
  float: left;
  text-align: center;
  width: 186px;
  height: 270px;
  padding-left: 10px;
  position: realtive;
}
.promo .promo_product .img {
  margin: 10px 0px;
}
.promo .promo_product .name {
  height: 45px;
}
.promo .promo_product .price {
  font-size: 16px;
  font-weight: bold;
}
.promo .promo_product .price s {
  color: #b9b9b9;
  font-weight: normal;
}
.promo .promo_product .buy {
  margin: 10px 0px;
}
.promo:hover {
  -webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.26);
  -moz-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.26);
  box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.26);
}
.promo .promo_product li {
  position: relative;
}
/*  Р‘РµР№РґР¶Рё РґР»СЏ С„РѕС‚РѕРіСЂР°С„РёР№ */
.badge {
  position: absolute;
  z-index: 99; /*старое значение - 100*/
  font-size: 11px;
  line-height: 20px;
  padding: 4px 0px 4px 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: none;
  left: 0px;
  top: 10px;
}
.thumbs li .d-table + .thumbsadd .badge {
  top: 45px;
}
.badge span {
  position: relative;
  z-index: 100;
  margin-right: 11px;
  color: #fff;
}
.badge:after {
  content: "";
  display: inline-block;
  border-top-width: 28px;
  border-top-style: solid;
  border-left: 0px;
  border-right: 14px solid transparent;
  height: 0;
  min-width: 68px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.low-price {
  color: #f8484a;
}
.new {
  color: #59b210;
}
.bestseller {
  color: #f7a310;
}
.thumbs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.thumbs li {
  float: left;
  margin-left: -1px;
  margin-top: -1px;
  width: 191px;
  height: 332px;
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  position: relative;
}
.thumbs li .img {
  margin: 10px 0px;
  height: 127px;
  line-height: 127px;
}
.thumbs li .name {
  height: 48px;
  line-height: 14px;
}
.thumbs li .price {
  font-size: 16px;
  font-weight: bold;
}
.thumbs li .price s {
  color: #b9b9b9;
  font-weight: normal;
}
.thumbs li .buy {
  margin: 10px 0;
}
.thumbs li:hover {
  -webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.26);
  -moz-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.26);
  box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.26);
}
.list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list li {
  float: left;
  margin-left: -1px;
  margin-top: -1px;
  width: 100%;
  border: 1px solid #ccc;
  position: relative;
}
.list li .img {
  margin: 10px 0px;
  height: 127px;
  padding: 10px;
  width: 127px;
  margin-left: 32px;
}
.list li .name {
  line-height: 14px;
  margin: 20px 0px 10px 0px;
}
.list li .span9 {
  width: 74%;
}
.list li .span3 {
  width: 22%;
}
.list li .price {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  width: 30%;
  float: left;
}
.list li .price s {
  color: #b9b9b9;
  font-weight: normal;
}
.list li .buy {
  margin: 10px 0px;
}
.list li .buy .preorder {
  margin-left: 0px;
}
.list li:hover {
  -webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.26);
  -moz-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.26);
  box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.26);
}
.showvariant {
  font-size: 24px;
}
.showvariant li {
  margin-top: 15px;
  margin-left: 7px;
}
.showvariant .black {
  color: #ccc;
}
.sort {
  font-size: 11px;
  color: #888;
}
.sort a {
  color: #888;
}
.sort .selected {
  color: #3573b7;
}
.sort .selected a {
  color: #3573b7;
}
.aaa {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1111;
  top: -1px;
  left: -1px;
  border: 1px solid #3573b7;
  opacity: 1;
}
.aaa h5 {
  font-size: 20px;
  font-weight: normal;
  margin: 80px 0px 20px 0px;
  text-align: center;
  width: 210px;
}
.aaa .button_link {
  padding: 5px 10px;
  background: #ffcf47;
  border: 1px solid #ffb641;
  border-radius: 2px;
  display: block;
  width: 100px;
  margin-left: 40px;
  color: #000;
  text-decoration: none;
}
.aaa .button_link:hover {
  color: #000000;
}
.aaa .button_cont {
  margin-top: 10px;
  padding: 5px 10px;
  background: #3573b7;
  border: 1px solid #215fa3;
  border-radius: 2px;
  display: block;
  width: 130px;
  margin-left: 25px;
  color: #fff;
  text-decoration: none;
}
.aaa .button_cont:hover {
  color: #fff;
}
.bbb .button_link {
  padding: 5px 10px;
  background: #ffcf47;
  border: 1px solid #ffb641;
  border-radius: 2px;
  display: block;
  width: 100px;
  margin-left: 40px;
  color: #000;
  text-decoration: none;
}
.bbb .button_link:hover {
  color: #000000;
}
.bbb .button_cont_list {
  padding: 5px 10px;
  background: #3573b7;
  border: 1px solid #215fa3;
  border-radius: 2px;
  display: block;
  width: 130px;
  margin-left: 75px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.bbb .button_cont_list:hover {
  color: #fff;
}
.bbb .button_cont_list_cart {
  padding: 5px 10px;
  border: 1px solid #215fa3;
  border-radius: 2px;
  display: block;
  width: 130px;
  background: #ffcf47;
  border: 1px solid #ffb641;
  color: #000;
  text-align: center;
  text-decoration: none;
}
.bbb .button_cont_list_cart:hover {
  background: #ffde56;
}
.crossselling h3,
.crossselling .h3{
  line-height: 26px;
}
.bbb .button_link {
  padding: 5px 10px;
  background: #ffcf47;
  border: 1px solid #ffb641;
  border-radius: 2px;
  display: block;
  width: 100px;
  margin-left: 40px;
  color: #000;
  text-decoration: none;
}
.bbb .button_link:hover {
  color: #000000;
}
.buy input[type="submit"] {
  background: #ffcf47;
  border: 1px solid #ffb641;
  padding: 5px 45px 5px 55px;
  border-radius: 2px;
  background-image: url('img/cart_icon_button.png');
  background-repeat: no-repeat;
  background-position: 10px 8px;
}
.buy input[type="submit"]:hover {
  background: #ffde56;
  background-image: url('img/cart_icon_button.png');
  background-repeat: no-repeat;
  background-position: 10px 8px;
}
.buy input[type="submit"]:disabled {
  background: #e2e2e2 !important;
  padding: 5px 10px 5px 10px !important;
  border: 1px solid #d3d3d3;
}
.buy input[type="submit"]:preorder {
  background: #e2e2e2;
  padding: 5px 15px 5px 15px;
  border: 1px solid #d3d3d3;
}
.buy .preorder {
  padding: 5px 10px;
  background: #d4cebd;
  border: 1px solid #bfb9a9;
  border-radius: 2px;
  display: block;
  width: 70px;
  margin-left: 50px;
  color: #fff;
  text-decoration: none;
}
.iconcart {
  background: #ffcf47;
  border: 1px solid #ffb641;
  padding: 5px 15px 5px 35px !important;
  border-radius: 2px;
  background-image: url('img/cart_icon_button.png') !important;
  background-repeat: no-repeat !important;
  background-position: 10px 8px !important;
}
.news_block {
  margin-bottom: 20px;
}
.news_block .one_news {
  margin-top: 20px;
}
.news_block .one_news .date {
  background-image: url("img/date_icon.png");
  background-repeat: no-repeat;
  padding-left: 20px;
  font-size: 11px;
  color: #898989;
}
.banner_block a {
  text-decoration: none;
}
.banner {
  margin: 20px 0px;
  height: 117px;
  position: relative;
  width: 100%;
}
.banner .banner_text {
  width: 250px;
  color: #fff;
  padding: 20px 0px 0px 10px;
}
.banner .version {
  position: absolute;
  right: 20px;
  bottom: 0;
  padding: 2px 15px;
  background: #ffc242;
  color: #000;
}
.main_slider_block {
  position: relative;
}
.main_slider_block .pagination {
  position: absolute;
  bottom: 0;
  text-align: left;
  right: 20px;
  z-index: 100;
}
.main_slider_block .pagination a {
  border: 2px solid #fff;
  border-radius: 15px;
  width: 12px;
  height: 12px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -200%;
  outline: 0;
}
.main_slider_block .pagination .selected {
  background: #3573b7;
}
.main_slider_block .slide {
  float: left;
  position: relative;
  height: 311px;
  width: 632px;
}
.main_slider_block .slide .slide_text {
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: #fff;
  width: 400px;
}
.main_slider_block .slide .slide_text h4 {
  font-size: 26px;
  font-family: 'PFDinDisplayPro-Medium', Arial;
  font-weight: normal;
  text-shadow: 1px 1px 0px #000000;
}
.main_slider_block .slide .slide_text p {
  font-size: 16px;
  text-shadow: 1px 1px 0px #000000;
}
.main_slider_block .arrow_right_main {
  position: absolute;
  z-index: 10;
  top: 40%;
  right: 0;
  opacity: 0;
}
.main_slider_block .arrow_left_main {
  position: absolute;
  z-index: 10;
  top: 40%;
  opacity: 0;
}
.circle_home {
  border: 1px solid #ccc;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
}
.circle_home:hover {
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.preim h4 {
  font-weight: normal;
  color: #3573b7;
}
a.compare-remove {
  text-decoration: none;
  border-bottom: 1px dotted #3573b7;
}
.compare-diff-all a {
  text-decoration: none;
  border-bottom: 1px dotted #3573b7;
}
.compare-diff-all .selected a {
  color: #000;
  border-bottom: 0px;
}
.vk {
  margin-top: 20px;
}
.footer {
  min-width: 1180px;
  width: 100%;
  margin: 0 auto;
  background: #f7f7f7;
  border-top: 1px solid #e5e5e5;
  margin-top: 30px;
}
.footer .container {
  padding: 20px;
}
.footer .copyright {
  font-size: 11px;
  color: #888;
}
.footer .inline li {
  margin-right: 20px;
}
.footer .inline li a {
  color: #272727;
}
.footer .account {
  font-weight: bold;
}
.footer .account a {
  color: #c51a3c;
  padding-left: 5px;
}
.footer .account .account_icon {
  display: inline-block;
  width: 20px;
  height: 21px;
  vertical-align: middle;
  background-image: url('img/account_icon.png');
  background-repeat: no-repeat;
}
/* Sign up & Login forms
------------------------ */
.wa-auth-adapters {
  padding-left: 20px;
  margin-bottom: 10px;
  border: 1px solid #d8d8d8;
  background: #f6f6f6;
  box-shadow: inset 0px 0px 10px rgba(157, 172, 192, 0.3);
  border-radius: 4px;
}
.wa-auth-adapters ul {
  padding: 0;
  margin: 0;
  min-height: 10px;
}
.wa-auth-adapters ul li {
  list-style: none;
  float: left;
  padding: 0 30px 0 0;
}
.wa-auth-adapters ul li a {
  display: block;
  padding-top: 5px;
  border-bottom: 0px;
  color: #000;
}
.wa-auth-adapters ul li a img {
  position: relative;
  top: 0px;
  left: -3px;
  border-bottom: 0px;
  padding-right: 5px;
}
.wa-auth-adapters p {
  clear: left;
  color: #888;
  font-size: 0.9em;
  padding-top: 10px;
}
.reviews .wa-auth-adapters ul li ul {
  padding-left: 0px;
}
.wa-form {
  float: left;
  margin: 10px 0;
  overflow: visible;
}
.wa-form .wa-field {
  clear: left;
  margin: 0;
  padding-top: 3px;
}
.wa-form .wa-field .wa-name {
  float: left;
  width: 155px;
  padding-top: 0.05em;
  padding-bottom: 10px;
  color: #333;
  font-weight: bold;
}
.wa-form .wa-field.wa-separator {
  height: 10px;
}
.wa-form .wa-field .wa-value {
  margin-left: 180px;
  margin-bottom: 5px;
  position: relative;
}
.wa-form .wa-field .wa-value input.wa-error {
  border: 1px solid #c51a3c;
}
.wa-form .wa-field .wa-value .wa-error-msg {
  font-size: 0.9em;
  color: #c51a3c;
  display: block;
}
.wa-form .wa-field .wa-value input[type="text"],
.wa-form .wa-field .wa-value input[type="email"],
.wa-form .wa-field .wa-value input[type="password"] {
  width: 30%;
  min-width: 260px;
  margin: 0;
}
.wa-form .wa-field .wa-value textarea {
  min-width: 300px;
  height: 70px;
}
.wa-form .wa-field .wa-value input.wa-captcha-input {
  width: 50px;
  min-width: 0;
}
.wa-form .wa-field .wa-value label {
  display: block;
}
.wa-form .wa-field .wa-value .wa-captcha img {
  margin-left: 0;
}
.wa-form .wa-field .wa-value .errormsg {
  margin-left: 0;
}
.wa-form .wa-field .wa-value.wa-submit {
  margin-top: 10px;
}
.wa-form .wa-field .wa-value p label {
  display: block;
  margin: 0;
}
.wa-form .wa-field .wa-value p {
  line-height: 1.6em;
  margin-bottom: 13px;
  position: relative;
}
.wa-form .wa-field .wa-value p span {
  color: #777;
  font-size: 0.9em;
  display: block;
}
.wa-form .wa-field .wa-value p i.icon16 {
  float: left;
  left: -20px;
  margin-top: 2px;
  position: absolute;
}
.wa-form .wa-field .wa-value p input {
  display: block;
  margin-bottom: 2px;
}
.wa-form .wa-field .wa-value p input[type="radio"],
.wa-form .wa-field .wa-value p input[type="checkbox"] {
  display: inline;
}
.wa-form .wa-field .wa-value p .field.wa-required span:after {
  content: " *";
  color: #faa;
}
.wa-form .wa-field.wa-required .wa-name:after {
  content: " *";
  color: #faa;
}
.wa-captcha {
  padding: 7px 0 10px;
}
.wa-captcha p {
  clear: left;
  margin: 0;
}
.wa-captcha strong {
  font-size: 1.2em;
}
.wa-captcha p img {
  float: left !important;
  margin-right: 5px;
  margin-top: -8px;
}
.wa-captcha .wa-captcha-refresh {
  font-size: 0.8em;
  text-decoration: underline;
  color: #aaa;
}
.wa-captcha .wa-captcha-input {
  display: inline !important;
  width: 50px;
}
.wa-captcha .errormsg {
  display: inline-block;
  margin-left: 10px;
}
input.error,
textarea.error {
  border: 1px solid #c51a3c;
}
.errormsg {
  color: #c51a3c;
  margin-left: 170px;
  display: block;
}
.description_category {
  /*padding: 20px;
  margin-top: 30px;*/
  clear: both;
  display: block;
  padding-top: 20px;
}
.articul {
  font-size: 11px;
  color: #888;
}
.prodtabs {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  margin-top: 20px;
}
.prodtabs li {
  display: inline-block;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-right: 10px;
}
.prodtabs li.selected {
  float: left;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  background: #fff;
}
.prodtabs a {
  padding: 6px 18px;
  display: block;
  text-decoration: none;
  color: #000;
}
.prodtabs a:hover {
  color: #3573b7;
}
.autocomplete-suggestion {
  margin: 10px;
}
.autocomplete-suggestion span.price {
  display: block;
  font-weight: bold;
}
.icon16.color {
  margin-right: 5px;
  border-radius: 20px;
  height: 10px;
  width: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
  margin-top: 3px;
}
.rating-user {
  color: #aeaeae;
}
i.icon16 {
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  display: inline-block;
  text-indent: -9999px;
  text-decoration: none!important;
  background-image: url("img/icons.png");
  background-size: 210px 160px /* 50% of the original size for auto @2x optimization */;
}
* i.icon16 {
  text-decoration: none!important;
  vertical-align: top;
  margin: 0.1em 0.2em 0 0;
}
.icon16.rss {
  background-position: -16px 0;
}
.icon16.facebook {
  background-position: -32px 0;
}
.icon16.twitter {
  background-position: -48px 0;
}
.icon16.vk {
  background-position: -64px 0;
}
.icon16.google {
  background-position: -80px 0;
}
.icon16.userpic20 {
  background-position: -2px -2px;
  border-radius: 50%;
  background-size: auto;
}
.icon16.color {
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 12px;
  height: 12px;
  background-image: none;
}
.icon16.loading {
  background-image: url('img/loading16.gif');
  background-position: 0 0;
  background-size: 16px 16px;
}
.icon16.star,
.icon16.star-full {
  background-position: -16px -16px;
}
.icon16.star-half {
  background-position: -32px -16px;
}
.icon16.star-empty {
  background-position: -48px -16px;
}
.icon16.star-hover {
  background-position: -64px -16px;
}
.icon16.remove {
  background-position: -96px -16px;
}
.icon16.saved {
  background-position: -112px -16px;
}
.icon16.stock-red {
  background-position: -128px -16px;
}
.icon16.stock-yellow {
  background-position: -144px -16px;
}
.icon16.stock-green {
  background-position: -160px -16px;
}
.icon16.stock-transparent {
  background-position: -176px -16px;
}
.icon16.uarr {
  background: url('img/uarr.png');
  background-position: 0 0;
  background-size: 16px 16px;
}
/* 10x10 Icons
-------------- */
i.icon10 {
  background-repeat: no-repeat;
  height: 10px;
  width: 10px;
  display: inline-block;
  text-indent: -9999px;
  text-decoration: none!important;
  background-image: url("img/icons.png");
  background-size: 210px 160px /* 50% of the original size for auto @2x optimization */;
}
* i.icon10 {
  text-decoration: none!important;
  vertical-align: top;
  margin: 0.2em 0.1em 0 0;
}
.icon10.darr {
  background-image: url('img/darr.png');
  background-size: 16px 16px;
}
.icon10.star,
.icon10.star-full {
  background-position: 0 -100px;
}
.icon10.star-half {
  background-position: -10px -100px;
}
.icon10.star-empty {
  background-position: -20px -100px;
}
.prodtabs li {
  background: #fff;
  box-shadow: 0;
  border-radius: 0px;
  text-transform: normal;
}
.prodtabs li.current {
  background: #fff;
  box-shadow: 0;
}
.tabs-box {
  border: 0px;
  color: #333;
}
.product .product-features-scroll,
.product .product-features {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #444;
}
.product .featuresblock:first-child span {
  padding-right: 3px;
  color: #444;
  background-color: #FFF;
}
.product .featuresblock:first-child {
  width: 30%;
  margin: 0px;
  padding-right: 5%;
  padding-left: 0px;
  background: url('img/spec-dot.gif') repeat-x scroll 100% 17px transparent;
  float: left;
}
.product .featuresblock {
  margin-left: 35%;
  padding: 4px 0px 4px 3px;
  word-wrap: break-word;
  position: relative;
}
.review-block {
  border: 1px solid #c5c8d1;
  border-radius: 0px;
  padding-right: 10px;
}
.review-block h5 {
  margin-top: 0px;
}
.review-author {
  padding: 10px;
  height: 100%;
  color: #000;
}
.review-author small {
  color: #888;
}
.review-text {
  border: 1px solid #e5e9f0;
  padding: 10px 20px 0px 20px;
  border-radius: 4px;
  margin-top: 10px;
  background: #fff;
  color: #000;
  padding: 10px;
}
em.hint {
  font-size: 15px;
  color: #E45858;
  margin-left: 10px;
  margin-top: 2px;
}
.actions {
  padding: 5px;
}
.actions a {
  color: #000;
}
.arrow_box {
  position: relative;
  background: #ffffff;
  border: 1px solid #999999;
}
.arrow_box:after,
.arrow_box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 10px;
  margin-top: -10px;
}
.arrow_box:before {
  border-color: rgba(153, 153, 153, 0);
  border-right-color: #999999;
  border-width: 11px;
  margin-top: -11px;
}
.cart .delete {
  color: #c51a3c;
}
.cart .qty {
  text-align: center;
}
.cart .price {
  font-size: 16px;
  font-weight: bold;
}
.cart .img img {
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 20px;
}
.dec_product,
.inc_product {
  padding: 3px 5px;
  margin-right: 0px;
  margin-bottom: 10px;
  color: #555;
  text-decoration: none;
  font-size: 14px;
}
.dec_product:hover,
.inc_product:hover {
  color: #3573b7;
  text-decoration: none;
}
.inc_product {
  margin-left: 0px;
}
.bonusblock {
  border: 1px dashed #ccc;
  padding: 10px 15px 15px 15px;
  background: #edf2f7;
}
.bonusblock h4 {
  color: #3573b7;
}
.bonusblock hr {
  border-top: 1px solid #c1d1e2;
}
.blue {
  margin-top: 10px;
  padding: 5px 10px;
  background: none repeat scroll 0% 0% #3573b7 !important;
  border: 1px solid #215fa3 !important;
  border-radius: 2px;
  display: block;
  color: #fff;
  text-decoration: none;
}
.blue:hover {
  color: #fff;
}
.orange {
  background: #ffcf47;
  border: 1px solid #ffb641;
  padding: 8px 15px;
  border-radius: 2px;
  color: #000;
  text-decoration: none;
}
.orange:hover {
  background: #ffde56;
  color: #000;
}
.featuresblock img {
  max-width: 25px;
}
.oneclick_blue {
  margin-top: 10px;
  padding: 5px 10px;
  background: none repeat scroll 0% 0% #3573b7 !important;
  border: 1px solid #215fa3 !important;
  border-radius: 2px;
  display: block;
  color: #fff;
  text-decoration: none;
  margin-top: 0px;
}
.oneclick_blue:hover {
  color: #fff;
}
.oneclick .plugin_arrived-button {
  background: #3573b7;
  border: 1px solid #215fa3;
  padding: 5px 7px;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
}
.oneclick .plugin_arrived-button:hover {
  background: #215fa3;
}
.oneclick .plugin_arrived-button a {
  color: #fff;
  border-bottom: 0px;
}
.compare-at-price {
  color: #B9B9B9;
}
.invers {
  margin-top: 10px;
  padding: 5px 10px;
  background: #fff !important;
  border: 1px solid #215fa3 !important;
  border-radius: 2px;
  display: block;
  margin-left: 20px;
  color: #3573b7;
  text-decoration: none;
}
.invers:hover {
  background: #fff !important;
}
.blue_chancel {
  margin-top: 10px;
  padding: 5px 10px;
  background: none repeat scroll 0% 0% #3573b7 !important;
  border: 1px solid #215fa3 !important;
  border-radius: 2px;
  display: block;
  color: #fff;
  width: 50px;
  text-decoration: none;
}
.blue_chancel:hover {
  color: #fff;
}
.total {
  font-size: 16px;
}
.total .cart-total,
.total .cart-discount {
  font-weight: bold;
}
/* Checkout
----------- */
.checkout {
  margin: 0;
}
.checkout-options .price {
  font-size: 16px;
  font-weight: bold;
}
.checkout-options p {
  color: #999;
  font-size: 12px;
}
.checkout-header {
  border: 1px solid #d8d8d8;
  background: #f6f6f6;
  box-shadow: inset 0px 0px 10px rgba(157, 172, 192, 0.3);
  padding: 8px;
  border-radius: 4px;
}
.checkout-header h3 {
  margin-bottom: 0;
}
.checkout-header h3 a {
  text-decoration: none;
  color: #777;
  font-weight: normal;
}
.checkout-header h3 a:hover {
  color: #a00 !important;
}
.checkout-header strong {
  color: #666;
}
.checkout ul.checkout-options {
  margin: 0;
  padding: 0;
}
.checkout ul.checkout-options li {
  list-style: none;
  position: relative;
  margin-bottom: 50px;
  clear: both;
}
.checkout ul.checkout-options li h5 {
  margin-bottom: 10px;
}
.checkout ul.checkout-options li h5 label {
  margin-right: 10px;
  font-weight: bold;
}
.checkout ul.checkout-options li .rate {
  float: right;
  text-align: center;
  width: 250px;
}
.checkout ul.checkout-options li p {
  width: 70%;
}
.checkout ul.checkout-options li input[type="radio"] {
  position: absolute;
  top: 4px;
  left: -25px;
}
.checkout ul.checkout-options li label input[type="radio"] {
  top: 2px;
}
.checkout ul.checkout-options li img.method-logo {
  position: relative;
  float: left;
  margin-right: 10px;
  top: -6px;
  left: 0px;
  /* adjusted for default 60x32-px logos */
}
.checkout ul.checkout-options li .wa-form {
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 10px;
}
.checkout ul.checkout-options li .wa-form label input[type="radio"] {
  position: static;
}
.checkout .checkout-result {
  padding: 80px 0 60px;
  background: #fff;
  text-align: center;
}
.checkout .checkout-result h1 {
  font-size: 4em;
  margin-bottom: 50px;
}
.checkout .checkout-result.error h1 {
  color: red;
}
.checkout .checkout-result .wa-form {
  margin: 10px auto 20px;
  width: 400px;
  float: none;
  text-align: left;
}
.checkout .checkout-result .back {
  margin-top: 50px;
}
.checkout {
  padding: 0;
  margin-top: 20px;
}
.checkout .checkout-step-content {
  background: #fff;
}
.checkout-step form {
  margin: 0px;
}
.checkout ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}
.checkout ul li {
  font-size: 1.1em;
  margin-bottom: 5px;
}
.checkout ul li input[type="radio"] {
  margin-right: 3px;
}
.checkout #login-form h1 {
  display: none;
}
.checkout input.large {
  font-size: 1.4em;
}
.checkout .comment {
  width: 500px;
  height: 100px;
  margin-bottom: 20px;
}
.checkout blockquote {
  font-size: 14px;
}
.checkout blockquote img {
  margin-right: 20px;
  float: left;
}
.checkout blockquote p {
  margin-bottom: 10px;
  margin-left: 70px;
  font-size: 14px;
}
.checkout blockquote p span {
  color: #000;
}
.checkout .checkout-button {
  border: 1px solid #d8d8d8;
  background: #f6f6f6;
  padding: 20px;
}
.checkout .checkout-button input[type='submit'] {
  font-size: 18px;
  padding: 10px 20px;
}
.checkout .checkout-button p {
  font-size: 14px;
  margin-top: 10px;
  color: #888;
}
.checkout .errormsg.inline {
  display: inline;
  margin-left: 10px;
}
.checkout span.loading {
  position: relative;
  top: 7px;
  left: 10px;
}
.checkout .last span.loading {
  left: -10px;
}
.checkout .table-stripped tr:first-child {
  border-radius: 4px;
}
.checkout .table-stripped tr td {
  border-top: 0px solid #DDD;
  border-bottom: 1px solid #DDD;
}
.clear-both {
  clear: both;
}
.checkout ul.checkout-options li {
  width: 100%;
}
.checkout ul.checkout-options li .rate {
  min-width: 0;
  width: auto;
  max-width: 150px;
}
.checkout ul.checkout-options li .rate.error {
  padding-top: 5px;
}
.checkout ul.checkout-options li .rate .hint {
  display: none;
}
.checkout ul.checkout-options li .wa-form.wa-address p {
  font-size: 1em;
}
.checkout h2 {
  padding: 10px 10px 10px;
}
.checkout h2 a.hint {
  display: none !important;
}
.checkout input.large {
  margin: 0 auto;
  display: inline-block;
  display: block\9;
  float: left\9;
}
.checkout .checkout-step-content {
  padding: 10px 10px 30px;
}
.checkout .checkout-step-content.auth ul.menu-v li {
  padding: 5px 0;
}
.checkout-header {
  margin: 0px;
  text-align: center;
}
.checkout-header .float-right {
  display: none;
}
.checkout li .wa-form {
  margin-left: -25px;
}
.checkout-cart {
  border: 1px solid #d8d8d8;
  background: #f6f6f6;
  padding: 20px 0px 15px 0px;
}
.checkout-checkout {
  border: 1px solid #d8d8d8;
  background: #f6f6f6;
  padding: 20px 0px 20px 0px;
}
.checkout-checkout input {
  font-size: 16px;
}
.checkout-cart input[type='submit'] {
  font-size: 22px;
  padding: 16px 120px;
}
.checkout-cart p {
  font-size: 14px;
  margin-top: 10px;
  color: #888;
}
.checkout .float-right {
  float: right;
  font-size: 14px;
  color: #888;
}
.checkout .hint {
  font-size: 11px;
  padding: 10px;
}
.checkout .upcoming {
  color: #3573b7;
}
.checkout h1 {
  border-bottom: 1px;
}
.checkout .done {
  text-decoration: underline;
  text-decoration: line-through;
  color: #ccc;
}
.rightmenufilter {
  border: 1px solid #ccc;
  padding: 20px;
}
.padding5top {
  padding-top: 5px;
}
.rightmenufilter {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 13px;
}
.rightmenufilter .filtergroup {
  margin: 0px 0px 5px 0px;
}
.rightmenufilter .title-nav {
  width: 100%;
  text-align: center;
  margin: 0px;
}
.rightmenufilter .title-nav h5 {
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  display: inline;
  width: 100%;
  padding: 0 10px;
}
.rightmenufilter .title-nav:after {
  z-index: -1;
  top: 54%;
  position: absolute;
  left: 0;
  content: "";
  height: 1px;
  width: 100%;
  right: 0;
  margin: 0 auto;
  background-color: #e5e5e5;
}
.rightmenufilter .pricehint {
  font-size: 11px;
  color: #888;
}
.rightmenufilter input[type="text"] {
  font-size: 11px;
  text-align: center;
}
.filter-slider {
  margin: 0px 10px 0px 5px;
}
.ui-slider {
  position: relative;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  background: url('img/price_slider_moover.png') no-repeat scroll 0% 0% transparent;
  width: 18px;
  height: 17px;
  font-weight: bold;
  color: #1C94C4;
  background-position: 0px 0px;
  cursor: pointer;
  border: 0px;
  outline: 0;
}
.ui-slider .ui-slider-handle:focus {
  outline: 0;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  overflow: hidden;
}
.ui-slider-horizontal {
  height: 4px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -5px;
  margin-left: -6px;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-widget-content {
  background: #ccc;
}
.ui-widget-header {
  background: #3573b7;
}
.ui-corner-all {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.title-nav {
  margin: 0 0 12px 0;
  position: relative;
}
.title-nav h1,
.title-nav h2 {
  font-weight: normal !important;
  background-color: #fff;
  color: #3d3d3d;
  letter-spacing: -1px;
  padding: 0 23px 0 0;
  display: inline-block;
  vertical-align: top;
}
.title-nav h1 {
  font-size: 24px;
  line-height: 40px;
}
.title-nav h2 {
  font-size: 24px;
  line-height: 35px;
}
.title-nav:after {
  z-index: -1;
  top: 50%;
  position: absolute;
  left: 0;
  content: "";
  height: 1px;
  width: 100%;
  right: 0;
  margin: 0 auto;
  background-color: #ccc;
}
.quickorder-custom-button-cart a {
  background: #3573b7 !important;
  color: #fff  !important;
  border: 1px solid #215fa3 !important;
  box-shadow: 0px  !important;
  -moz-box-shadow: 0px   !important;
  -webkit-box-shadow: 0px   !important;
  box-shadow: 0px   !important;
}
.quickorder-custom-button-cart a i {
  text-style: normal;
}
.checkout-options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.checkout-options .method-logo {
  margin-right: 20px;
  max-width: 90px;
}
.checkout-options h3 {
  font-size: 18px !important;
}
.checkout-options .checkout_name {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
.checkout-options .est_delivery_div {
  margin-top: 20px;
  font-size: 12px;
}
.circle {
  margin-top: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  background: #2f67b5;
  font-weight: bold;
}
.circle-one {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  color: #000;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  background: #ffcf47;
  font-weight: bold;
}
.circle-two {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  background: #2f67b5;
  font-weight: bold;
}
.circle-two a {
  text-decoration: none;
}
.paddingtop {
  padding-top: 20px;
}
.glyphicon-gift {
  font-size: 36px;
  color: #3573b7;
  margin-left: 80px;
}
.circle-three {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  color: #000;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  background: #ededed;
  font-weight: bold;
}
.circle-three a {
  text-decoration: none;
}
.checkout_steps {
  margin-bottom: 20px;
  font-size: 16px;
}
.current_step {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.current_step:hover {
  color: #000;
}
#product-gallery {
  margin-top: 10px;
}
#product-gallery .imageborder {
  border: 1px solid #ccc;
}
#product-gallery .gallery {
  float: left;
  margin-right: 5px;
  margin-top: 10px;
}
#product-gallery .selected_img {
  border: 1px solid #3573b7;
}
.product .price {
  font-size: 16px;
  font-weight: bold;
}
.mainblock_price {
  border: 1px solid #ccc;
  padding: 20px;
  margin: 20px 0px 10px 0px;
  background: #eff6fd;
}
.discount_5 {
  color: #333;
  text-decoration: none;
  border-bottom: 1px dotted #000;
}
.discount_5:hover {
  color: #333;
  cursor: pointer;
}
.product input[type="text"] {
  text-align: center;
}
.pages {
  margin: 20px 0px;
}
.pages li {
  margin-right: 10px;
}
.pages .selected {
  background: #3573b7;
}
.pages .selected a {
  color: #fff;
  text-decoration: none;
}
.quickorder-custom-button a {
  background: #3573b7;
  border: 1px solid #215fa3;
  color: #fff;
  border-radius: 0px;
  height: 30px;
  line-height: 16px;
  margin: 0;
  -webkit-box-shadow: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0px;
  border-radius: 2px;
}
.quickorder-custom-button a:hover {
  background: #3573b7;
}
.quickorder-custom-button a i {
  font-style: normal;
}
.stock-high {
  color: green;
}
.stock-low {
  color: #ddb112;
}
.dddfoto {
  margin-top: 10px;
  border: 1px solid #ccc;
  float: left;
}
.stock-none,
.stock-critical {
  color: red;
}
.plugin_arrived-value input,
.quickorder-value select,
.quickorder-value textarea {
  font-size: 14px !important;
}
.plugin_arrived-header {
  background: #3573b7 !important;
  padding-top: -5px !important;
  text-shadow: 0 !important;
}
.quickorder-button-cart {
  border-radius: 2px !important;
  height: 40px;
  line-height: 27px;
  font-size: 16px;
  margin-top: 0px;
  -webkit-box-shadow: 0px 0px 0px 0px !important;
  box-shadow: 0px 0px 0px 0px !important;
  text-shadow: 0px 0px !important;
}
.quickorder-button-cart:hover {
  background: #215fa3;
}
.quickorder-button-cart i {
  font-style: normal;
}
.quickorder-button,
.quickorder-button-cart {
  margin-top: 0px !important;
  text-shadow: 0px 0px !important;
  font-family: Arial  !important;
  
  
}
.quickorder-header {
  background: #3573b7 !important;
}
.quickorder-header i {
  font-style: normal;
}
.quickorder-submit .quickorder-button {
  background: #ffcf47 !important;
  border: 1px solid #ffb641 !important;
  padding: 5px 15px !important;
  border-radius: 2px !important;
  -webkit-box-shadow: 0px 0px 0px 0px !important;
  box-shadow: 0px 0px 0px 0px !important;
  color: #000 !important;
  font-size: 14px !important;
  text-shadow: 0px !important;
  text-transform: none !important;
  font-weight: normal !important;
  height: 40px !important;
}
.quickorder-submit .quickorder-button:hover {
  background: #ffde56 !important;
}
.order_complete_block {
  position: relative;
  padding-left: 25px;
}
.order_complete_block .order_icon {
  position: absolute;
  top: -4px;
  left: 0;
}
.plugin_arrived-box {
  border: 0px !important;
}
.plugin_arrived-header {
  text-shadow: 0px 0px 0px 0px  !important;
}
.quickorder-body {
  padding: 20px 30px 0px 20px !important;
}
.reviews ul {
  list-style: none;
}
.tabs-box p {
  text-align: left !important;
}
.wa-captcha-input {
  width: 50px !important;
}
/* Blog */
.blogpost {
  margin-bottom: 40px;
}
.blogpost:last-child {
  margin-bottom: 0px;
}
.blogline {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
  color: #888;
  margin-bottom: 0px;
}
.blogline li {
  display: inline-block;
  margin-right: 10px;
}
.blogline li a {
  color: #888;
}
.comment-blog {
  list-style: none;
}
.comment-blog .comment {
  margin-bottom: 30px;
}
.calendar {
  border: 1px solid #e5e9f0;
  padding: 10px 20px 20px 20px;
  border-radius: 4px;
}
.lib {
  display: table;
}
.lib a {
  position: relative;
}
.lib a .span4 {
  border: 1px solid #ccc;
  height: 80px;
  padding-top: 10px;
  margin-bottom: 20px;
  display: block;
  margin-right: 12px;
  font-size: 18px;
  text-align: center;
  display: table;
}
.lib a .span4:hover {
  background: #3573b7;
  color: #fff;
  border: 1px solid #215fa3;
}
/* ul.thumbnails li.span4:nth-child(3n + 4) { */
.lib .span4:nth-child(3n + 4) {
  margin-right: 0px !important;
}
.cat_id1,
.cat_id3,
.cat_id4 {
  padding-top: 27px !important;
}
.cat_id5 {
  padding-top: 17px !important;
}
.nav-stacked {
  border-radius: 0px !important;
  border-top: 4px solid #3573b7;
}
.nav-stacked li.selected {
  font-weight: bold;
}
.nav-stacked li.selected a {
  color: #000;
  text-decoration: none;
}
.bs-docs {
  border: 1px solid #ccc;
  border-top: 3px solid #3573b7;
  padding: 20px;
  margin-bottom: 20px;
  background: #fdfdfd;
}
.bs-docs #myTab {
  margin-top: 20px;
}
.bs-docs li a {
  color: #236277;
  text-decoration: none;
  border-radius: 0px;
}
.prodtabs {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  margin-top: 20px;
}
.prodtabs li {
  display: inline-block;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-right: 10px;
}
.prodtabs li.selected {
  float: left;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  background: #fff;
}
.prodtabs a {
  padding: 6px 18px;
  display: block;
  text-decoration: none;
  color: #000;
}
.prodtabs a:hover {
  color: #3573b7;
}


/**/
.consent-field {
	line-height:1;
}
#faircall_content .consent-field {
	margin-top:10px;
}
.auth-page .consent-field {
	clear:left;
	padding-top:5px;
	margin-left:180px;
}
.auth-page .wa-form, .auth-page .wa-form form {
	margin-bottom:0;
}
.plugin_arrived-field input[name='terms'] {
	margin-top:0;
}

/**/

.header .work-time {
	margin-left:25%;
	padding-left:7px;
	font-size:12px;
	color:#3573b7;
	font-weight:600;
	margin-top:-10px;
	display:table;
}

.relative {
    position: relative;
}

.call-back-button {
    position: absolute;
    bottom: -14px;
    left: 31px;
    font-size: 12px;
    color: #3573b7;
    font-weight: 600;
}

.oc-form__control:focus + label {
    transform: translate(0, 0);
    left: 0;
    top: 0;
    font-size: 71%;
    line-height: 1.2;
    text-overflow: ellipsis;
}

ul.mainmenu {
  display: table;
  width: 100%;
}

ul.mainmenu li {
  display: table-cell;
}

#oc,
#cboxOverlay,
.oc-overlay,
#colorbox,
#twocab_callback{
    /*display: none;*/
}

.oc-modal .oc-modal__close {
    text-decoration: none;
}

.jcarousel-control-next, .jcarousel-control-next:focus, .jcarousel-control-next:hover,
.jcarousel-control-prev, .jcarousel-control-prev:focus , .jcarousel-control-prev:hover {
    text-decoration: none;
    color: #fff;
	transition: transform ease-in-out .2s;
}

.jcarousel-control-next:hover,
.jcarousel-control-prev:hover {
	transform: scale(1.1);
}

a.quickorder-button {
    transition: none;
}

/* стили для стрелки во вложенном меню */
.nasted{
    width: 6px;
    height: 6px;
    color: #315a87;
    border-bottom: 2px solid #3573b7;
    border-right: 2px solid #3573b7;
    transform: rotate(313deg);
}

/**/

#product-skus {
  margin-left: 0;
}

/**/
.dev4 .oneclick a {
    padding: 2.5px 15px 2.5px 10px;
}

/**/
.breadcrumbs-plugin {
    margin: 0;
}
.call-back-button {
    text-decoration:none;
    border-bottom:1px dashed;
    line-height: 14px;
}
.prepayment .call-back-button {
    padding-top: 3px;
}

/**/
.nice1_text {
    font-size: 1em;
    color: black;
    clear: both;
    display: inline-block;
    width: 97.5%;
    position: relative;
    padding: 15px 15px 15px 60px;
    border: 1px solid #eeeeee;
    margin: 23px 10px;
}
.nice1_text:before{
    content: "\2710";
    position: absolute;
    color: #4c74b1;
    top: 50%;
    width: 70px;
    margin-left: -70px;
    line-height: 0!important;
    font-family: FontAwesome;
    font-size: 40px;
    text-align: center;
    font-weight: 900;
}
.nice_img {
    position:relative;
    width: 100%;
}
.nice_img img {
    width:100%;
}
.nice_img .nice_img_block {
    border: 2px solid #4c74b1;
    margin: 20px 10% 20px 17%;
    width: 60%;
    display: block;
}

.nice_img .nice_img_text {
    margin-bottom: 0;
    background: rgba(10, 65, 148, 0.73);
    padding: 15px;
    display: block;
    text-align: center;
    color: white;
}
.description_category .call-back-button {
    position:static;
    bottom:0;
}

.reviews > ul > li > ul {
	padding-bottom: 25px
}

.reviews li[data-parent-id] {
	position: relative;
}

.reviews li[data-parent-id] > .review > .summary > div > .review-block:before,
.reviews li[data-parent-id] > .review > .summary > div > .review-block:after {
	content: '';
	display: block;
	position: absolute;
	box-sizing: border-box;
}

.reviews li[data-parent-id] > .review > .summary > div > .review-block:before {
	width: 16px;
	height: 16px;
	border: 8px solid transparent;
	border-bottom-color: #eff6fd;
	top: -15px;
	left: 16px;
	z-index: 1;
}

.reviews li[data-parent-id] > .review > .summary > div > .review-block:after {
	width: 18px;
	height: 18px;
	border: 8px solid transparent;
	border-bottom-color: #c5c8d1;
	top: -17px;
	left: 15px
}

.reviews li[data-parent-id] > .review > .summary > div > .review-block_is-owner:before {
	border-bottom-color: #fdf8ef;
}

.reviews li[data-parent-id="0"] > .review > .summary > div > .review-block:before,
.reviews li[data-parent-id="0"] > .review > .summary > div > .review-block:after {
	content: none;
}

.cupon__header {
	margin: 7px 0 0;
}

.cupon_code {
	height: 32px !important;
}

#user-auth-provider {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}

#user-auth-provider li {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

#user-auth-provider li[data-provider="guest"] {
	display: none;
}

#user-auth-provider a {
	padding: 2px;
	display: inline-block;
	vertical-align: top;
	min-width: 22px;
	height: 22px;
	box-sizing: border-box;
	border: 1px solid #eeeeee;
}

#user-auth-provider img {
	margin: 0;
	vertical-align: top;
	float: none;
	top: 0;
	width: 16px;
	height: 16px;
}

/* */

.stock-info__wrap {
    width: 45%;
    text-align: left;
    float: left;
    font-size: 12px;
    color: green;
    position: relative;
    top: 1px;
    font-weight: 600;
}
.product-thumbs-cart .stock-info__wrap {
	width: 100%;
}
.product-thumbs-cart .buy1click__wrap {
	display: none;
}
.list .buy1click__and__stock-info {
	float: left;
    width: 70%;
    margin-top: 20px;
}
.list .stock-info__wrap {
	width: 25%;
	text-align: left;
	float: left;
}
.list .buy1click__wrap {
	width: 25%;
	text-align: left;
	float: left;
}
.list .callback__wrap {
	width: 50%;
	text-align: left;
	float: left;
}
.list .callback__wrap .call-back-button {
	position: relative;
    top: 1px;
    left: 0;
    font-weight: 100;
}
.stock-info-null__wrap {
	color: red;
	width: 100%;
}
.buy1click__wrap {
	width: 55%;
	text-align: right;
	float: right;
}
.product-list .buy1click-open-button, .thumbs .buy1click-open-button {
	background: none;
    box-shadow: none;
    border: none;
    color: #3573b7;
    text-decoration: underline;
	font-size: 12px;
	padding: 0;
}
.product-list .buy1click-open-button:focus, .thumbs .buy1click-open-button:focus{
	outline: none;
}
.product-list .buy1click-open-button:hover, .thumbs .buy1click-open-button:hover {
    color: #005580;
    text-decoration: none;
}
html body .buy1click-form_type_item .buy1click-form-button {
	color: #000;
    background: #ffcf47;
    border: 1px solid #ffb641;
    border-radius: 2px;
}
html body .list li .buy .span3 {
	width: 0;
}
html body .bbb .button_cont_list:hover, html body .button_cont:hover {
	background: #4186d1;
}
input[type="submit"]:focus, button:focus {
	outline: none;
}
.buy_params .buy input[type="submit"],html body .quick_order_bs,html body .quick_order_bs:hover {
	font-size: 13px !important;
	background-image: none;
}
html body .buy_params .quick_order_bs {
	padding: 7.5px 15px;
	background: #ffcf47;
    border: 1px solid #ffb641;
    color: black !important;
}
html body .buy_product .delivery .span2, html body .buy_product .payment .span2 {
	padding: 5px 0;
}
html body .buy1click-form_type_item .buy1click-form-button:hover, html body .aaa .button_link:hover, html body .quick_order_bs:hover {
    background: #ffde56;
}
html body .product-list .buy1click-open-button, html body .thumbs .buy1click-open-button {
	background: none;
}
html body .product-list .buy input[type="submit"], html body .thumbs .buy input[type="submit"] {
    background-image: url(img/cart_icon_button.png);
    background-repeat: no-repeat;
    background-position: 10px 8px;
}
.topline .inline li a {
	font-size: 12px;
}

.bright_text {
    padding: 15px 20px;
    margin: 0px 0px 15px;
    position: relative;
    width: 95%;
    color: #474243;
    background-color: #e4f3f9;
}

.buy_product .variant-icon-image {
  margin-right: 3px;
}

.buy_product .product-count-input {
  margin: 0 4px;
}