.ui-datepicker .ui-widget-header {
  background: #4546b3 !important;
  border: none !important;
}
.ui-datepicker .ui-state-default {
  color: #848484 !important;
  border: none !important;
}
.ui-datepicker .ui-state-default:hover {
    color: #fff !important;
}
.ui-datepicker .ui-state-highlight {
  background: #02b0ef !important;
  color: white !important;
  border: none !important;
}
.sidebar {
  position: relative;
  background: #4546b3 /*url('/local/templates/virastaika/images/adv/sidebar_sep.png')*/ no-repeat 50% 50%;
  width: 200px;
  border-radius: 10px;
  z-index: 2;
}
.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar ul li {
  border-bottom: 2px dotted #00afef;
  margin: 0 15px;
}
.sidebar ul li:last-child {
  border: none;
}
.sidebar ul li:hover a,
.sidebar ul li.cycle-pager-active a {
  background: #ffe200;
  background: linear-gradient(to top,#ffd700,#fff100);
  border-radius: 10px;
  width: 220px;
  color: #4546b3;
  margin: 0px -25px;
  padding-left: 25px;
  padding-right: 40px;
  padding-bottom: 15px;
  box-shadow: 0 -2px 0 0 #ffe200;
}
.sidebar ul li:last-child a {
  padding-bottom: 15px;
}
.sidebar ul li.active a {
  background: #ffe200;
  background: linear-gradient(to top,#ffd700,#fff100);
  border-radius: 10px;
  width: 220px;
  color: #4546b3;
  margin: 0px -25px;
  padding-left: 25px;
  padding-right: 45px;
  padding-bottom: 15px;
  box-shadow: 0 -2px 0 0 #ffe200;
}
.sidebar ul a {
  display: block;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0px 0px;
  padding: 15px 15px 15px 0;
  list-style: none;
  font: bold 16px 'PT Sans', sans-serif;
  color: white;
}
.sidebar ul a span {
  vertical-align: middle;
}
.popup-layer-show {
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(191,223,233,0.57);
  z-index: 1000;
}
.ymaps-2-1-17-balloon {
  border: 2px solid #acd9e7;
  border-radius: 7px;
}
.balloonLabels {
  font: bold 12px 'PT Sans', sans-serif;
  color: #4b4b4b;
}
.balloonContent {
  font: 14px 'PT Sans', sans-serif;
  color: #2997c6;
}
.change-city {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  top: 20px;
  left: 0px;
  background: white;
  border: 2px solid #bfdfe9;
  border-radius: 5px;
  z-index: 1000;
  padding: 5px 8px;
  display: none;
}
.change-city LI {
  padding: 2px 0px;
  border-bottom: 1px dotted #bfdfe9;
}
.change-city LI A {
  font: 14px 'PT Sans', sans-serif;
  color: #4b4b4b;
}
.change-city LI:hover A {
  color: #4546b3;
}
.change-city LI:last-child {
  border: none;
}
.open-city {
  background: url('/local/templates/virastaika/images/city.png') no-repeat right -16px !important;
}
.open-city span {
  border: none !important;
}
.clear {
  content: '';
  display: block;
  clear: both;
}
html {
  position: relative;
}
html,
body {
  min-height: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0;
  /*background: url('/local/templates/virastaika/images/background-large.jpg') no-repeat 50% 0;*/
 /* background: url('/local/templates/virastaika/images/background.jpg') no-repeat 50% 0;*/
  background: url('/local/templates/virastaika/images/winter-fon.png') repeat-y 50% 0;
  background-repeat: repeat-y;
}
body .wrapper {
  width: 962px;
  margin: 0 auto 0;
  padding: 0 0 0;
}

.why-we .wrapper {
padding-bottom: 70px;
}
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}
.breadcrumbs {
  margin-top: 25px;
  font: 12px 'PT Sans', sans-serif;
  color: #a1a1a1;
}
.breadcrumbs a {
  color: inherit;
  text-decoration: underline;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs .current {
  color: #4546b3;
  text-decoration: none;
}

.fancybox-skin .fancybox-close {
top: 3px;
right: 5px;
background-repeat: no-repeat;
}

HEADER .top-wrapper {
  position: relative;
}
HEADER .top-head {
  background: #e7f2f6;
  background: linear-gradient(to top,#e8f2f6,#e5f0f5);
  height: 30px;
  padding-top: 8px;
}
HEADER .top-head .city {
  background: url('/local/templates/virastaika/images/city.png') no-repeat right 7px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'PT Sans', sans-serif;
  color: #4546b3;
  font-size: 15px;
  padding: 0 15px 0 0;
  position: relative;
}
HEADER .top-head .city span {
  border-bottom: 1px dotted #4546b3;
}
HEADER .top-head .header-links {
  float: right;
  display: inline-block;
}
HEADER .top-head .header-links .link {
  margin-left: 15px;
  display: inline-block !important;
  background: url('/local/templates/virastaika/images/city.png') no-repeat 0% 50%;
  padding-left: 24px;
  text-align: right;
  display: block;
  color: #4546b3;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  font-weight: normal;
}
HEADER .top-head .header-links .link:hover {
  color: #01aeee;
}
HEADER .top-head .header-links .link span:hover {
  border-bottom: 1px solid #01aeee;
}
HEADER .top-head .header-links .delivery {
  background: url('/local/templates/virastaika/images/head_sprite.png') no-repeat 0 -6px;
}
HEADER .top-head .header-links .delivery:hover {
  background: url('/local/templates/virastaika/images/head_sprite.png') no-repeat 0 -73px;
}
HEADER .top-head .header-links .shops {
  background: url('/local/templates/virastaika/images/head_sprite.png') no-repeat 0 -27px;
}

HEADER .top-head .header-links .contacts {
  background: url('/local/templates/virastaika/images/contact.png') no-repeat 0 0;
  background-size: 25%;
  padding-bottom: 5px;
}

HEADER .top-head .header-links .contacts:hover {
    background: url('/local/templates/virastaika/images/contact-hover.png') no-repeat 0 0;
    background-size: 25%;
    padding-bottom: 5px;
}

HEADER .top-head .header-links .vk {
    background: url('/local/templates/virastaika/images/vk.png') no-repeat;
    background-size: 21px 21px;
    height: 22px;
}
HEADER .top-head .header-links .shops:hover {
  background: url('/local/templates/virastaika/images/head_sprite.png') no-repeat 0 -94px;
}
HEADER .top-head .header-links .personal {
  background: url('/local/templates/virastaika/images/head_sprite.png') no-repeat 0 -49px;
}
HEADER .top-head .header-links .personal:hover {
  background: url('/local/templates/virastaika/images/head_sprite.png') no-repeat 0 -116px;
}
HEADER .middle-head {
  margin-top: 10px;
}
body HEADER .middle-head .logo {
    float: left;
    margin-top: 0px;
    width: 213px;
    margin-bottom: 10px;
}
HEADER .middle-head .logo img{
    width: 95%;
}

body HEADER .middle-head .logo .name {
    margin: 0px 0 7px 10px;
    color: #4546b3;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
}
HEADER .middle-head .logo:hover {
  animation: mykey 1s;
}
body HEADER .middle-head .center {
  margin-top: 16px;
  margin-left: 10px;
  width: 480px;
  float: left;
}
HEADER .middle-head .center #search{
font-size: 0px;
}
HEADER .middle-head .center .phone {
  float: left;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: 700;
  font-size: 27px;
  color: #4546b3;
  display: inline;
}
HEADER .middle-head .center .phone_descr {
  float: left;
  margin: 3px 18px 0 0px;
  font-size: 12px;
  line-height: 14px;
  color: #777;
}
HEADER .middle-head .center FORM {
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
HEADER .middle-head .center #title-search-input {
  font-size: 16px;
}
HEADER .middle-head .center #search input {
  vertical-align: top;
}

HEADER .middle-head .center FORM input[type="submit"] {
  width: 95px;
  height: 36px;
  padding-right: 10px;
  margin-left: -5px;
  border: 0px;
  background: #0bace7;
  background: linear-gradient(to top,#039fdb,#00afef);
  color: white;
  border-radius: 0 10px 10px 0;
  font: 14px 'PT Sans', sans-serif;
  outline: none;
}
body HEADER .middle-head .center FORM input[type="text"] {
  padding-left: 15px;
  height: 32px;
  width: 360px;
  border: 1px solid #09aae5;
  border-radius: 10px 0 0 10px;
  outline: none;
}
HEADER .middle-head .cart {
  position: relative;
  text-align: right;
  width: 160px;
  height: 68px;
  margin-top: 15px;
  background: #e6f1f5 url('/local/templates/virastaika/images/cart/cart.png') no-repeat 10px 15px;
  border-radius: 10px;
  float: right;
    padding: 10px 0 0;
  font: bold 18px 'PT Sans', sans-serif;
}
HEADER .middle-head .cart .price {
  text-decoration: underline;
  display: inline-block;
  margin-top: 20px;
  margin-right: 10px;
  color: #4546b3;
}
HEADER .middle-head .cart .cart-count {
  width: 25px;
  position: absolute;
  text-align: center;
  top: 20px;
  left: 37px;
  font-size: 14px;
  color: #4546b3;
}
HEADER .middle-head .cart .empty_basket {
  margin-top: 26px;
  margin-right: 10px;
  font-size: 13px;
  color: #4546b3;
}
HEADER .middle-head .cart:hover .price {
  text-decoration: none;
}
HEADER .middle-head:after {
  content: '';
  display: block;
  clear: both;
}


HEADER .sub-menu {
  display: none;
  position: absolute;
  background: #0bace7;
  background: linear-gradient(to top,#039fdb,#00afef);
  background-image: /*url('/local/templates/virastaika/images/adv/sidebar_sep.png')*/ no-repeat 50% 50%;
  border-radius: 10px;
  z-index: 110;
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 100%;
  white-space: nowrap;
}
body HEADER .sub-menu li {
  /*border-bottom: 2px dotted white;*/
  margin: 0 20px;
}

HEADER .sub-menu .arrows {
  background: url('/local/templates/virastaika/images/sort-down.png');
  display:block;
  width:10px;
  height:10px;
  float: right;
  margin-top: -19px;
  margin-right: -15px;
}
HEADER .sub-menu li.act .arrows, HEADER .sub-menu li:hover .arrows {
  display: none
}

HEADER .sub-menu .arrows:hover {
  background: none;
}

HEADER .sub-menu li:last-child {
  border: none;
}
body HEADER .sub-menu li:hover,
body HEADER .sub-menu li.act{
  border: none;
  background: #ffe200;
  background: linear-gradient(to top,#ffd700,#fff100);
  border-radius: 10px;
  margin: 0;
  padding: 0px 20px;
  color: #4546b3;
  margin-left: 0;
}

HEADER .sub-menu li a:hover,
HEADER .sub-menu li.act a{
  color: #4546b3;
}
HEADER .sub-menu li.act {
  margin-left:0 !important
}
HEADER .sub-menu li:hover:first-child,
HEADER .sub-menu li.act:first-child {
  border-top-left-radius:10px;
  border-top-right-radius:10px;
}

HEADER .sub-menu li:hover:last-child,
HEADER .sub-menu li.act:last-child {
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
}

HEADER .sub-menu li:last-child a {
  padding-bottom: 5px;
}
HEADER .sub-menu a {
  display: block;
  vertical-align: middle;
  margin: 0px 0px;
  padding: 3px 0px;
  list-style: none;
  font: 16px 'PT Sans', sans-serif;
  color: white;
  text-align: left;
  position: relative;
}
HEADER .sub-menu a span {
  vertical-align: middle;
}
.main-slider {
  margin-top: 20px;
}
.main-slider .sidebar {
  float: left;
  position: relative;
  background: #4546b3 url('/local/templates/virastaika/images/adv/sidebar_sep.png') no-repeat 50% 50%;
  width: 260px;
  height: 375px;
  border-radius: 10px 0 0 10px;
  z-index: 2;
}
.main-slider .sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-slider .sidebar ul li {
    border-bottom: 2px dotted #00afef;
    margin: 0 15px;
}
.main-slider .sidebar ul li:last-child {
    border: none;
}
.main-slider .sidebar ul li:hover {
    border: none;
}
.main-slider .sidebar ul li:hover a {
    background: #ffe200;
    background: linear-gradient(to top,#ffd700,#fff100);
    border-radius: 10px;
    width: 285px;
    color: #4546b3;
    margin: 0 -25px;
    padding-bottom: 16px;
    padding-left: 25px;
    padding-right: 25px;
}
.main-slider .sidebar ul li.cycle-pager-active {
    border: none;
}
.main-slider .sidebar ul li.cycle-pager-active a {
    background: #ffe200;
    background: linear-gradient(to top,#ffd700,#fff100);
    border-radius: 10px;
    width: 285px;
    color: #4546b3;
    margin: 0 -25px;
    padding-bottom: 16px;
    padding-left: 25px;
    padding-right: 25px;
}
.main-slider .sidebar ul a {
    display: block;
    vertical-align: middle;
    margin: 0 0px;
    padding: 14px 0;
    list-style: none;
    font: bold 17px 'PT Sans', sans-serif;
    color: white;
}
.main-slider .sidebar ul a span {
  vertical-align: middle;
}
.main-slider .block-slide {
  position: relative;
  float: left;
  width: 700px;
  height: 375px;
  border-radius: 0 10px 10px 0;
  z-index: 1;
  overflow: hidden;
}
.main-slider .block-slide .sliders-nav {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin: 0;
  padding: 0;
  z-index: 1000;
  z-index: 1000;
}
.main-slider .block-slide .sliders-nav a {
  margin-left: 5px;
  margin-top: 3px;
  background: white;
  border: 2px solid #02a0da;
  border-radius: 50%;
  display: inline-block;
  float: left;
  height: 20px;
  width: 20px;
}
.main-slider .block-slide .sliders-nav .cycle-pager-active {
  margin-top: 0;
  background: #ffe200;
  background: linear-gradient(to top,#ffe43f,#fff2a3);
  border: 4px solid #02a0da;
  height: 22px;
  width: 22px;
}
.main-slider:after {
  content: '';
  display: block;
  clear: both;
}
.separator {
  margin: 25px auto;
  height: 66px;
}
.top {
  background: url('/local/templates/virastaika/images/popular/main_sep.png') no-repeat 50% 0;
}
.bottom {
  background: url('/local/templates/virastaika/images/popular/main_sep.png') no-repeat 50% 100%;
}
.popular-section {
  padding-left: 35px;
}

.sale_section {
    margin-top: 20px;
}
.popular-section .title, .sale_section .title {
  display: block;
  font: bold 28px 'PT Sans', sans-serif;
  color: #4546b3;
  text-align: center;
  margin-right: 30px;
}
.popular-section .title h2 {
    display: inline;
}
.popular-section .title.home h2, .sale_section .title.home h2 {
    font-size: 1.0em;
}
.popular-section .title.home h1 {
    font-size: 1.3em;
}
.popular-section .columns {
  padding-bottom: 15px;
  border: 2px solid #bfdfe9;
  border-radius: 10px;
  width: 266px;
  min-height: 410px;
  display: inline-block;
  vertical-align: top;
  margin-right: 35px;
  margin-top: 35px;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing-function: ease-in-out;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
.popular-section .columns .image {
  margin: 30px 30px;
  width: 200px;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
}
.popular-section .columns .image img {
  max-width: 200px;
  max-height: 200px;
}
.popular-section .columns .sep {
  height: 5px;
  margin: 0 10px;
  background: url('/local/templates/virastaika/images/popular/separator.png') repeat-x 0 0;
}
.popular-section .columns .text {
  height: 52px;
  font: 14px 'PT Sans', sans-serif;
  color: #636363;
  margin-left: 10px;
  margin-right: 50px;
  overflow: hidden;
}
.popular-section .columns .price {
    font: 24px 'PT Sans', sans-serif;
    font-weight: 700;
    color: #4546b3;
    margin-left: 10px;
    display: inline-block;
    line-height: 17px;
    margin-top: 10px;
}
.popular-section .columns .old-price {
  font-size: 16px;
  color: #999999;
  text-decoration: line-through;
  display: inline-block;
}
.discount {
  color: #ff0001;
  font-size: 16px;
  display: inline-block;
}
.popular-section .columns .item-bonus {
  color: #01aeee;
  font-size: 14px;
  font-weight: 400;
}

.popular-section .columns .cart {
  float: right;
  margin-right: 10px;
  display: block;
  background: url('/local/templates/virastaika/images/popular/cart.png') no-repeat 100% 0;
  width: 70px;
  height: 40px;
}
.popular-section .columns:hover {
  border: 2px solid #ffe300;
  animation: test 10s linear infinite;
}
.popular-section .columns:hover .cart {
  background: url('/local/templates/virastaika/images/popular/cart.png') no-repeat 0 0;
}
.popular-section .columns:hover .sep {
  background: url('/local/templates/virastaika/images/popular/separator.png') repeat-x 0 100%;
}
.popular-section .active-columns {
  min-height: 385px;
  min-width: 270px;
  margin-top: 30px;
  margin-left: -5px;
  margin-bottom: -10px;
  padding-top: 15px;
  padding-left: 4px;
  margin-right: 30px;
}
.popular-section .text {
    margin-bottom: 15px;
    font: 14px 'PT Sans', sans-serif;
}
.why-we {
  width: 100%;
  min-height: 560px;
  margin-top: 40px;
  background: url('/local/templates/virastaika/images/why_we/bg-bottom.jpg') no-repeat center center;
  background-color: #e8f6f7;
}
.why-we h1, .why-we h2 {
  position: relative;
  display: block;
  margin: 10px auto;
  padding: 0;
  width: 100%;
  font: 36px 'PT Sans', sans-serif;
  font-weight: bold;
  color: #4546b3;
  text-align: center;
  top: 50px;
}
.why-we h2 {
    font-size: 28px;
}
.why-we .columns {
  margin-top: 90px;
  width: 200px;
  min-height: 350px;
  float: left;
  text-align: center;
  margin-left: 15px;
  margin-right: 25px;
}
.why-we .columns .title {
  font: 20px 'PT Sans Narrow', sans-serif;
  font-weight: 700;
  color: #4546b3;
  display: inline-block;
  margin-top: 220px;
}
.why-we .columns .text {
  font: 14px 'PT Sans', sans-serif;
  color: #626262;
  text-align: left;
}
.why-we .col1 {
  background: url('/local/templates/virastaika/images/why_we/col1.png') no-repeat;
}
.why-we .col2 {
  background: url('/local/templates/virastaika/images/why_we/col2.png') no-repeat;
}
.why-we .col3 {
  background: url('/local/templates/virastaika/images/why_we/col3.png') no-repeat;
}
.why-we .col4 {
  background: url('/local/templates/virastaika/images/why_we/col4.png') no-repeat;
}
.why-we .wrapper:after {
  content: '';
  display: block;
  clear: both;
}
MAIN {
  margin-top: 25px;
}
MAIN .page-404 {
  margin: 0 0 0px 0;
  padding: 0;
}
MAIN .page-404 .title {
  font: bold 36px 'PT Sans', sans-serif;
  color: #4546b3;
  text-align: center;
}
MAIN .page-404 .image {
  margin-top: 60px;
  background: url('/local/templates/virastaika/images/404/404.png') no-repeat 50% 50%;
  height: 366px;
}
MAIN .page-404 .desc {
  margin-top: 75px;
  font: bold 24px 'PT Sans', sans-serif;
  color: #028ec2;
  text-align: center;
}
MAIN .page-404 .start-over {
  margin-top: 90px;
  font: 20px 'PT Sans', sans-serif;
  color: #4b4b4b;
  text-align: center;
}
MAIN .page-404 .start-over a {
  margin: 0 15px;
  padding: 10px 55px;
  background: #1aa6d9;
  background: linear-gradient(to top,#018dc0,#32bef2);
  font: bold 18px 'PT Sans', sans-serif;
  color: white;
  border-radius: 10px;
}
MAIN:after {
  content: '';
  display: block;
  clear: both;
}
.interesting-block {
  width: 100%;
  margin-top: 70px;
  background: url('/local/templates/virastaika/images/why_we/layer.jpg') repeat-y 50% 50%;
}
.interesting-block .head {
  font: 20px 'PT Sans', sans-serif;
  font-weight: bold;
  color: #4546b3;
  text-align: center;
}
.interesting-block .head span {
  display: block;
  font-size: 40px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.interesting-block .columns {
  padding-bottom: 15px;
  border: 2px solid #bfdfe9;
  border-radius: 10px;
  width: 220px;
  min-height: 380px;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 65px;
  margin-left: 10px;
  vertical-align: top;
  background: white;
  overflow: hidden;
}
.interesting-block .columns a {
  text-decoration: underline;
  color: #626262;
}
.interesting-block .columns a:hover {
  text-decoration: none;
}
.interesting-block .columns .image {
  margin: 30px 10px;
  width: 200px;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
}
.interesting-block .columns .image img {
  max-width: 200px;
  max-height: 200px;
}
.interesting-block .columns .sep {
  height: 5px;
  margin: 0 10px;
  background: url('/local/templates/virastaika/images/popular/separator.png') repeat-x 0 0;
}
.interesting-block .columns .text {
  height: 52px;
  font: 14px 'PT Sans', sans-serif;
  color: #636363;
  margin-left: 10px;
  margin-right: 50px;
  margin-top: 10px;
  overflow: hidden;
}
.interesting-block .columns .price {
  font: bold 24px 'PT Sans', sans-serif;
  color: #4546b3;
  margin-left: 10px;
    display: inline-block;
}
.interesting-block .columns .cart {
  float: right;
  margin-right: 10px;
  display: block;
  background: url('/local/templates/virastaika/images/popular/cart.png') no-repeat 100% 0;
  width: 70px;
  height: 40px;
}
.interesting-block .columns:hover {
  border: 2px solid #ffe300;
}
.interesting-block .columns:hover .cart {
  background: url('/local/templates/virastaika/images/popular/cart.png') no-repeat 0 0;
}
.interesting-block .columns:hover .sep {
  background: url('/local/templates/virastaika/images/popular/separator.png') repeat-x 0 100%;
}
.interesting-block .wrapper:after {
  content: '';
  display: block;
  clear: both;
}
.interesting-block .popular-wrapper {
  padding-top: 1px;
}
.text-page .left-column {
  margin: 0;
  margin-top: 20px;
  padding: 0;
  height: 100%;
  width: 200px;
  float: left;
}
.text-page .layer {
  border-radius: 10px;
  width: 200px;
  background: #e6f1f5;
  padding-bottom: 10px;
}
.text-page .layer .action-title {
  font: bold 24px 'PT Sans', sans-serif;
  color: #4546b3;
  text-align: center;
  margin-bottom: 20px;
}
.text-page .layer .all-action {
  margin-right: 15px;
  margin-bottom: 15px;
  text-align: right;
}
.text-page .layer .all-action a {
  font: bold 14px 'PT Sans', sans-serif;
  color: #4546b3;
  text-decoration: underline;
}
.text-page .layer .all-action a:hover {
  text-decoration: none;
}
.text-page .layer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.text-page .layer ul li {
  margin: 0 13px;
}
.text-page .layer ul li:hover .title {
  text-decoration: underline;
}
.text-page .layer ul li .image {
  height: 140px;
  width: 140px;
  border: 3px solid #f4a742;
  border-radius: 50%;
  margin-left: 12px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
    display: block;
}
.text-page .layer ul li .title {
  font: bold 15px 'PT Sans', sans-serif;
  color: #4546b3;
  margin-bottom: 5px;
}
.text-page .layer ul li .date {
  font: bold 13px 'PT Sans', sans-serif;
  color: #01aeee;
  margin-bottom: 10px;
}
.text-page .layer ul li .anounce {
  font: 14px 'PT Sans', sans-serif;
  color: #4b4a4a;
  margin-bottom: 20px;
  word-wrap: break-word;
}
.text-page .layer ul li .action-sep {
  background: url('/local/templates/virastaika/images/text-page/action-sep.png') repeat-x 0 0;
  height: 5px;
  margin-bottom: 20px;
}
.text-page .banner {
  margin-top: 35px;
  float: left;
}
.text-page .breadcrumbs {
  /*margin-top: 25px;*/
  font: 12px 'PT Sans', sans-serif;
  color: #a1a1a1;
}

.text-page .breadcrumbs a {
  color: inherit;
  text-decoration: underline;
}
.text-page .breadcrumbs a:hover {
  text-decoration: none;
}
.text-page .breadcrumbs .current {
  color: #4546b3;
  text-decoration: none;
}
.text-page .news-page {
  margin-top: 15px;
  margin-left: 30px;
  float: left;
  width: 730px;
}
.text-page .new-main {
  width:100%;
  margin-left:0;
  height: 250px;
  overflow: hidden;
}

.text-page .news-page .title {
  margin-bottom: 15px;
}
.text-page .news-page .title h2 {
  margin: 0;
  font: bold 28px 'PT Sans', sans-serif;
  color: #4546b3;
}
.text-page .news-page .date {
  font: bold 16px 'PT Sans', sans-serif;
  color: #01aeee;
}
.text-page .news-page .text {
  font: 16px 'PT Sans', sans-serif;
  color: #4b4b4b;
  text-align: left;

}

.text-page .news-page .text_detail{
  height:250px
}

.text-page .page-sep {
  background: url('/local/templates/virastaika/images/prev btn.png') no-repeat 0 50%;
  height: 50px;
  margin: 20px 0;
}
.text-page .offer {
  margin-top: 25px;
}
.text-page .offer .title {
  font: bold 24px 'PT Sans', sans-serif;
  color: #4546b3;
  text-align: center;
}
.text-page .offer-columns .columns {
  padding-bottom: 15px;
  border: 2px solid #bfdfe9;
  border-radius: 10px;
  width: 219px;
  height: 360px;
  display: inline-block;
  margin-top: 20px;
  margin-right: 25px;
  vertical-align: top;
  background: white;
  overflow: hidden;
}
.text-page .offer-columns .columns:last-child {
  margin-right: 0;
}
.text-page .offer-columns .columns .image {
  margin: 30px 30px;
  width: 180px;
  height: 180px;
  background-position: center;
  background-repeat: no-repeat;
}
.text-page .offer-columns .columns .image img {
  max-width: 200px;
  max-height: 200px;
}
.text-page .offer-columns .columns .sep {
  height: 5px;
  margin: 0 10px;
  background: url('/local/templates/virastaika/images/popular/separator.png') repeat-x 0 0;
}
.text-page .offer-columns .columns .text {
  height: 52px;
  font: 14px 'PT Sans', sans-serif;
  color: #636363;
  margin-left: 10px;
  margin-right: 50px;
  margin-top: 10px;
  overflow: hidden;
}
.text-page .offer-columns .columns .price {
  font: bold 24px 'PT Sans', sans-serif;
  color: #4546b3;
  margin-left: 10px;
  margin-bottom: 15px;
}
.text-page .offer-columns .columns .cart {
  float: right;
  margin-right: 10px;
  display: block;
  background: url('/local/templates/virastaika/images/popular/cart.png') no-repeat 100% 0;
  width: 70px;
  height: 40px;
}
.text-page .offer-columns .columns:hover {
  border: 2px solid #ffe300;
}
.text-page .offer-columns .columns:hover .cart {
  background: url('/local/templates/virastaika/images/popular/cart.png') no-repeat 0 0;
}
.text-page .offer-columns .columns:hover .sep {
  background: url('/local/templates/virastaika/images/popular/separator.png') repeat-x 0 100%;
}
.text-page:after {
  content: '';
  display: block;
  clear: both;
}
.search-page-item:after {
  content: '';
  display: block;
  clear: both;
}
.search-page-item .search-result-section .search-news-block .content {
  width: 700px;
  margin-top: 15px;
}
.search-page-item .search-result-section .title {
  display: block;
  font: 16px 'PT Sans', sans-serif;
  font-weight: 700;
  color: #4546b3;
  text-align: left;
}
.search-page-item .search-result-section .title h1 {
  margin: 10px 0;
  margin-bottom: 20px;
}
.search-page-item .search-result-section .filter-box {
  margin-bottom: 30px;
  background: #e4f3f8;
  padding: 10px 10px;
  border-radius: 10px;
}
.search-page-item .search-result-section .filter-box span {
  font: 16px 'PT Sans', sans-serif;
  color: #4546b3;
}
.search-page-item .search-result-section .filter-box input[type="text"] {
  border-radius: 8px;
  border: 1px solid #bfdfe9;
  padding: 5px 5px;
  color: #626262;
  margin-left: 5px;
  margin-right: 15px;
  outline: none;
}
.search-page-item .search-result-section .filter-box input[type="submit"] {
  background: #13a8de;
  background: linear-gradient(to bottom,#24b9f0,#0297ce);
  border-radius: 6px;
  border: none;
  color: white;
  padding: 5px 15px;
  font: 16px 'PT Sans', sans-serif;
}
.search-page-item .search-result-section .filter-box .result-info {
  float: right;
  margin: 5px 10px 0 0;
}
.search-page-item .search-result-section .columns {
  padding-bottom: 15px;
  border: 2px solid #bfdfe9;
  border-radius: 10px;
  width: 219px;
  /*min-height: 360px;*/
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 18px;
  vertical-align: top;
  /*overflow: hidden;*/
  position: relative;
}
.search-page-item .search-result-section .columns .image {
  margin: 10px 10px;
  width: 190px;
  height: 190px;
  background-position: center;
  background-repeat: no-repeat;
}
.search-page-item .search-result-section .columns .image img {
  max-width: 190px;
  max-height: 190px;
}
.search-page-item .search-result-section .columns .sep {
  height: 5px;
  margin: 0 10px;
  background: url('/local/templates/virastaika/images/popular/separator.png') repeat-x 0 0;
}
.search-page-item .search-result-section .columns .text {
  height: 52px;
  font: 14px 'PT Sans', sans-serif;
  color: #636363;
  margin-left: 10px;
  margin-right: 50px;
  margin-top: 10px;
  overflow: hidden;
}
.search-page-item .search-result-section .columns .price {
  font: 22px 'PT Sans', sans-serif;
  font-weight: 700;
  color: #4546b3;
  margin-left: 10px;
  margin-top: 10px;
  display: inline-block;
  line-height: 15px;
}
.search-page-item .search-result-section .columns .cart {
  float: right;
  margin-right: 10px;
  display: block;
  background: url('/local/templates/virastaika/images/popular/cart.png') no-repeat 100% 0;
  width: 70px;
  height: 40px;
}
.search-page-item .search-result-section .columns:hover {
  border: 2px solid #ffe300;
}
.search-page-item .search-result-section .columns:hover .cart {
  background: url('/local/templates/virastaika/images/popular/cart.png') no-repeat 0 0;
}
.search-page-item .search-result-section .columns:hover .sep {
  background: url('/local/templates/virastaika/images/popular/separator.png') repeat-x 0 100%;
}
.search-page-item .search-result-section input[type="checkbox"] + label:before {
  content: '';
  display: inline-block;
  height: 19px;
  width: 19px;
  border: 1px solid #c5e2eb;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  vertical-align: middle;
  background: white;
}
.search-page-item .search-result-section input[type="checkbox"]:checked + label::before {
  background: white url('/local/templates/virastaika/images/checkbox.png') no-repeat 15% 80%;
}
.search-page-item .search-result-section label {
  font: 16px 'PT Sans', sans-serif;
  color: #626262;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 15px;
}
.search-page-item .pager-box {
  display: inline-block;
  margin-left: 10px;
}
.search-page-item .pager-box .pager {
  display: inline-block;
  background: white;
  border-radius: 5px;
  border: 1px solid #bfdfe9;
  padding: 0 5px;
  position: relative;
}
.search-page-item .pager-box .pager a {
  display: inline-block;
  font: 12px 'PT Sans', sans-serif;
  color: #626262;
  padding: 3px 3px;
}
.search-page-item .pager-box .pager .active-page {
  background: #ffd500;
  background: linear-gradient(to bottom,#ffdd00,#ffcd00);
  width: 10px;
  margin: -5px 0;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 7px 5px;
  font-size: 14px;
  border-radius: 5px;
  color: #4546b3;
}
.search-page-item .pager-box .nav-button {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 13px;
  padding: 5px;
  margin: -5px 2px;
}
.search-page-item .pager-box .nav-button:before {
  content: '';
  display: block;
  background: url('/local/templates/virastaika/images/prev_next.png') no-repeat 0 0;
  width: 6px;
  height: 13px;
}
.search-page-item .pager-box .next:before {
  background: url('/local/templates/virastaika/images/prev_next.png') no-repeat 100% 0;
}
.search-page-item .pager-box-bottom {
  float: right;
  margin: 30px 0;
}
.search-page-item .columns:nth-child(4n+4) {
  margin-right: 0;
}
.category-page:after {
  content: '';
  display: block;
  clear: both;
}
.category-page .left-column {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 200px;
  float: left;
}
.category-page .banner {
  margin-top: 35px;
  float: left;
}
.category-page .breadcrumbs {
  margin: 25px 0;
  font: 12px 'PT Sans', sans-serif;
  color: #a1a1a1;
}
.category-page .breadcrumbs a {
  color: inherit;
  text-decoration: underline;
}
.category-page .breadcrumbs a:hover {
  text-decoration: none;
}
.category-page .breadcrumbs .current {
  color: #4546b3;
  text-decoration: none;
}
.category-page .catalog_category {
  margin-top: -10px;
  float: left;
  width: 750px;
  margin-bottom: 35px;
}
.category-page .catalog_category .title {
  margin-bottom: 15px;
}
.category-page .catalog_category .title h1 {
  margin: 0;
  margin-left: 30px;
  font: bold 36px 'PT Sans', sans-serif;
  color: #4546b3;
}
.category-page .catalog_category .category {
  position: relative;
  width: 340px;
  height: 170px;
  float: left;
  margin-left: 30px;
  margin-bottom: 36px;
  border: 2px solid #bfdfe9;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.category-page .catalog_category .category span {
  position: absolute;
  width: 100%;
  display: block;
  font: bold 23px 'PT Sans', sans-serif;
  color: white;
  background-color: rgba(51,51,204,0.8);
  text-align: center;
  padding: 10px 0;
  bottom: 20px;
}
.category-page .catalog_category .category:hover span {
  background-color: rgba(112,112,195,0.9);
}
.category-page .catalog_category .large-left {
  width: 340px;
  height: 380px;
  float: left;
}
.category-page .catalog_category .large-right {
  width: 340px;
  height: 380px;
  float: right;
}
.order-history {
  margin-bottom: 30px;
}
.order-history h1 {
  font: 'PT Sans', sans-serif;
  color: #4546b3;
  display: inline-block;
}
.order-history .my-data {
  float: right;
  display: inline-block;
  font: bold 18px 'PT Sans', sans-serif;
  color: #fff;
  background: #b3eafe;
  background: linear-gradien(to bottom,#baecfe,#abe8fe);
  border-radius: 10px;
  padding: 10px 65px;
  margin-top: 20px;
}
.order-history .order-history-header {
  margin-top: 5px;
  background-color: #e6f1f5;
  padding: 10px 20px;
  border-radius: 8px;
}
.order-history .order-history-header span {
  font: bold 18px 'PT Sans', sans-serif;
  color: #028ec2;
  display: inline-block;
  min-width: 265px;
}
.order-history .order-history-header span:last-child {
  min-width: 0px;
}
.order-history UL {
  margin: 0;
  padding: 0;
  list-style: none;
}
.order-history UL LI {
  padding: 30px 0px;
  font: 18px 'PT Sans', sans-serif;
  background: url('/local/templates/virastaika/images/order_sep.png') 0 100% repeat-x;
}
.order-history UL LI .order {
  height: 150px;
}
.order-history UL LI span {
  display: inline-block;
  width: 260px;
  margin-left: 10px;
}
.order-history UL LI a {
  color: #4b4b4b;
  border-bottom: 2px dotted #4b4b4b;
}
.order-history UL LI .item-order-list {
  margin-top: 10px;
  padding: 30px 20px;
  border-radius: 10px;
  background: #f1f8fa;
}
.order-history UL LI .item-order-list .result-block {
  border-top: 2px solid #bfdfe9;
  padding-top: 15px;
  margin-top: 35px;
}
.order-history UL LI .item-order-list .result-block .result,
.order-history UL LI .item-order-list .result-block .labels {
  float: right;
  margin-left: 50px;
  font-weight: bold;
  text-align: right;
}
.order-history UL LI .item-order-list .result-block .result .delevery,
.order-history UL LI .item-order-list .result-block .labels .delevery {
  font-weight: 400;
  display: block;
  margin-bottom: 25px;
}
.order-history UL LI .item-order-list .result-block span {
  display: block;
  margin: 0;
  padding: 0;
  width: 100px !important;
}
.order-history UL LI .item-order-list .result-block:after {
  content: '';
  display: block;
  clear: both;
}
.order-history UL LI .item-order-list UL {
  margin: 0;
  padding: 0;
}
.order-history UL LI .item-order-list UL LI {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  background-image: none;
}
.order-history UL LI .item-order-list .item-order .image {
  display: inline-block;
  width: 135px;
  height: 135px;
  border: 2px solid #bfdfe9;
  border-radius: 10px;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
}
.order-history UL LI .item-order-list .item-order span {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  font: bold 18px 'PT Sans', sans-serif;
  color: #028ec2;
}
.order-history UL LI .item-order-list .item-order .name {
  width: 240px !important;
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  font: bold 18px 'PT Sans', sans-serif;
  color: #028ec2;
  text-decoration: underline;
}
.order-history UL LI .item-order-list .item-order .name:hover {
  text-decoration: none;
}
.order-history UL LI .item-order-list .item-order .count {
  width: 150px !important;
  margin-left: 155px;
}
.order-history UL LI .item-order-list .item-order .price {
  width: 150px !important;
  margin-left: 20px;
  text-align: right;
}
.order-history UL LI .item-order-list .item-order a {
  border-bottom: none;
}
.order-history:after {
  content: '';
  display: block;
  clear: both;
}
.item-list-page:after {
  content: '';
  display: block;
  clear: both;
}
.item-list-page .left-column {
  margin: 20px 0;
  padding: 0;
  height: 100%;
  width: 200px;
  float: left;
}
.item-list-page .filter {
  padding-top: 20px;
  width: 200px;
  background: #e4f3f8;
  border-radius: 10px;
    position: relative;
}
.item-list-page .filter form {
    position: relative;
}
.item-list-page .filter #slider-range {
  margin-top: 20px;
}
.item-list-page .filter .ui-slider-horizontal {
  position: relative;
  height: 5px;
  width: 150px;
  border: 2px solid #86cfe6;
  border-radius: 10px;
  background: #e4f3f8;
}
.item-list-page .filter .ui-slider-horizontal .ui-widget-header {
  background: #ffd700;
  background: linear-gradient(to bottom,#ffde00,#ffcf00);
  display: block;
  height: 9px;
  bottom: 2px;
  position: relative;
  top: -2px;
}
.item-list-page .filter .ui-slider-horizontal .ui-slider-handle {
  position: absolute;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background: #0396d7;
  background: linear-gradient(to bottom,#04b0e1,#0390d4);
  outline: none;
  border: none;
  bottom: -4px;
  left: 3px;
  margin-left: -7px;
}
.item-list-page .filter .filer-group {
  width: 162px;
  border-top: 2px dotted #039fdb;
  border-bottom: 2px dotted #039fdb;
  margin-left: 20px;
  padding-top: 17px;
}
.item-list-page .filter .filer-group .group-title {
  font: 16px 'PT Sans', sans-serif;
  color: #4546b3;
  display: block;
  margin-bottom: 15px;
}
.item-list-page .filter .filer-group.tree {

}
.item-list-page .filter .filer-group.tree ul {
    list-style: none;
    padding: 0;
    font-size: 14px;
}
.item-list-page .filter .filer-group.tree > ul {
    margin: 0 0 15px 0;
}
.item-list-page .filter .filer-group.tree ul li {
    position: relative;
}
.item-list-page .filter .filer-group.tree ul li a {
    font: 15px 'PT Sans', sans-serif;
    line-height: 18px;
    color: #4546b3;
    cursor: pointer;

}
.item-list-page .filter .filer-group.tree ul li ul {
    margin-left: 4px;
    border-left: 1px dotted #B1BAF3;
}
.item-list-page .filter .filer-group.tree ul li ul li {
    padding: 0 0 0 18px;
}
.item-list-page .filter .filer-group.tree ul li ul li:before {
    width: 12px;
    border-top: 1px dotted #B1BAF3;
    position: absolute;
    top: 9px;
    content: "";
    left: 0px;
}
.item-list-page .filter .filer-group.tree ul li ul li a {
    font-size: 13px;
}
.item-list-page .filter .filer-group input[type="text"] {
  width: 60px;
  height: 20px;
  border: 1px solid #bfdfe9;
  border-radius: 5px;
  display: inline-block;
  font: 11px 'PT Sans', sans-serif;
  color: #626262;
  text-align: center;
  margin: 15px 0;
  outline: none;
}
.item-list-page .filter .filer-group .separator {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  height: 1px;
  width: 9px;
  background: #bfdfe9;
}
.item-list-page .filter input[type="submit"] {
  background: #1aa6d9;
  background: linear-gradient(to bottom,#32bef2,#018dc1);
  border: none;
  font: 15px 'PT Sans', sans-serif;
  color: white;
  padding: 10px 45px;
  margin: 15px 20px;
  border-radius: 5px;
}
.item-list-page .filter .floatButton {
    position: absolute;
    right: -75px;
    z-index: 500;
    border: none;
    font: 15px 'PT Sans', sans-serif;
    color: white;
    border-radius: 5px;
    width: 104px;
    height: 34px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    margin: -9px 0 0 0;
    display: none;
    background: url(/local/templates/virastaika/images/float-button.png) no-repeat;
}
.item-list-page .filter .floatButton:focus {
    outline:none !important;
}

.item-list-page .filter .gender {
  padding-top: 0px;
  padding-bottom: 15px;
  border: none;
}
.item-list-page .filter .gender #male {
  padding-bottom: 10px;
}
.item-list-page .filter .brand {
  border-top: none;
  padding-bottom: 17px;
}
.item-list-page .filter .price {
  border-top: none;
}
.item-list-page .show-item {
    float: left;
    width: 760px;
    /*height: 100%;*/
    margin-top: 20px;
    padding-bottom: 70px;
    padding-left: 10px;
    box-sizing: border-box;
}
.item-list-page .show-item h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 15px;
  font-family: 'PT Sans', sans-serif;
  color: #4546b3;
}
.item-list-page .show-item .availability-hint {
    margin-bottom: 15px;
    margin-left: 15px;
}
.item-list-page .show-item .availability-hint p {
    margin: 0 0 5px 0;
    line-height: 16px;
    font-size: 13px;
}
.item-list-page .show-item .availability-hint p span {
    font-weight: 600;
}
.item-list-page .show-item .availability-hint p .orange {
    color: #FF6600;
}
.item-list-page .show-item .availability-hint p .green {
    color: #47B220;
}
.item-list-page .show-item .columns {
    padding-bottom: 15px;
    border: 2px solid #bfdfe9;
    border-radius: 10px;
    width: 228px;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    margin-top: 15px;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-duration: 0.2s;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-duration: 0.2s;
    -ms-transition-timing-function: ease-in-out;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
}


.search-page-item .show-item .columns .icons,
.item-list-page .show-item .columns .icons,
.sale_section .icons {
    position: absolute;
    width: 38px;
    top: 14px;
    right: 14px;
    z-index: 100;
}


.search-page-item .show-item .columns .icons .icon,
.item-list-page .show-item .columns .icons .icon,
.sale_section .columns .icons .icon{
    width: 38px;
    height: 38px;
    margin: 0 0 10px 0;
    border-radius: 50%;

    /*
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
    */
}

.search-page-item .show-item .columns .icons .icon.recommend,
.item-list-page .show-item .columns .icons .icon.recommend {
    background-image: url(/local/templates/virastaika/images/icons/recommend.png);
}
.search-page-item .show-item .columns .icons .icon.stock,
.item-list-page .show-item .columns .icons .icon.stock {
    background-image: url(/local/templates/virastaika/images/icons/stock.png);
}
.search-page-item .show-item .columns .icons .icon.sale,
.item-list-page .show-item .columns .icons .icon.sale,
.sale_section .columns .icons .icon.sale {
    background-image: url(/local/templates/virastaika/images/icons/sale.png);
  /*height: 38px;*/
}
.search-page-item .show-item .columns .icons .icon.hit,
.item-list-page .show-item .columns .icons .icon.hit {
    background-image: url(/local/templates/virastaika/images/icons/hit.png);
}
.item-list-page .show-item .columns .image {
  margin: 10px 10px;
  width: 200px;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
}
.item-list-page .show-item .columns .image img {
  max-width: 200px;
  max-height: 200px;
}
.item-list-page .show-item .columns .sep {
  height: 5px;
  margin: 0 10px;
  background: url('/local/templates/virastaika/images/popular/separator.png') repeat-x 0 0;
}
.item-list-page .show-item .columns .text {
  height: 52px;
  font: 14px 'PT Sans', sans-serif;
  color: #636363;
  margin-left: 10px;
  margin-right: 50px;
  margin-top: 10px;
  overflow: hidden;
}
.item-list-page .show-item .columns .price {
  font: 22px 'PT Sans', sans-serif;
  font-weight: 700;
  color: #4546b3;
  margin-left: 10px;
  margin-top: 10px;
  display: inline-block;
  line-height: 15px;
}

.item-list-page .show-item .columns .price .item-bonus {
  color: #01aeee;
  font-size:14px;
  font-weight:400;
}
.item-list-page .show-item .columns .price .current-price {
    display: block;

}
.item-list-page .show-item .columns .cart {
  float: right;
  margin-right: 10px;
  display: block;
  background: url('/local/templates/virastaika/images/popular/cart.png') no-repeat 100% 0;
  width: 70px;
  height: 40px;
}
.item-list-page .show-item .columns:hover {
  border: 2px solid #ffe300;
  animation: test 10s linear infinite;
}
.item-list-page .show-item .columns:hover .cart {
  background: url('/local/templates/virastaika/images/popular/cart.png') no-repeat 0 0;
}
.item-list-page .show-item .columns:hover .sep {
  background: url('/local/templates/virastaika/images/popular/separator.png') repeat-x 0 100%;
}
.item-list-page .show-item .sort-item {
  background: #e4f3f8;
  padding: 12px 10px 9px;
  padding-right: 0px;
  margin-left: 15px;
  border-radius: 10px;
}
.item-list-page .show-item .sort-item .label_sort {
    margin-left: 110px;
}
.item-list-page .show-item .sort-item .selectArea .selectIn {
    font: 12px 'PT Sans', sans-serif;
    color: #626262;
}
.item-list-page .show-item .sort-item .selectArea .selectIn .selectText {
  border-right: 1px solid #bfdfe9;
  padding-left: 5px;
}
.item-list-page .show-item .sort-item .selectArea.price-sort {
  width: 50px !important;
  margin-left: 10px;
}
.item-list-page .show-item .sort-item .selectArea.price-sort .selectIn {
  font: 12px 'PT Sans', sans-serif;
  color: #626262;
}
.item-list-page .show-item .sort-item .selectArea.price-sort .selectIn .selectText {
  border-right: 1px solid #bfdfe9;
  padding-left: 3px;
  width: 23px;
  text-align: center;
}
.item-list-page .show-item .sort-item label {
  font: 14px 'PT Sans', sans-serif;
  color: #4546b3;
  margin-left: 10px;
}
.item-list-page .show-item .sort-item label[for="instock"] {
  font: 14px 'PT Sans', sans-serif;
  color: #626262;
  margin-right: 10px;
}
.item-list-page .show-item .pager-box {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.item-list-page .show-item .pager-box .pager {
  display: inline-block;
  background: white;
  border-radius: 5px;
  border: 1px solid #bfdfe9;
  padding: 0 5px;
  position: relative;
}
.item-list-page .show-item .pager-box .pager a {
  display: inline-block;
  font: 12px 'PT Sans', sans-serif;
  color: #626262;
  padding: 3px 3px;
}
.item-list-page .show-item .pager-box .pager .active-page {
  background: #ffd500;
  background: linear-gradient(to bottom,#ffdd00,#ffcd00);
  width: 15px;
  margin: -5px 0;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 7px 5px;
  font-size: 14px;
  border-radius: 5px;
  color: #4546b3;
}
.item-list-page .show-item .pager-box .nav-button {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 13px;
  padding: 5px;
  margin: -5px 2px;
}
.item-list-page .show-item .pager-box .nav-button:before {
  content: '';
  display: block;
  background: url('/local/templates/virastaika/images/prev_next.png') no-repeat 0 0;
  width: 6px;
  height: 13px;
}
.item-list-page .show-item .pager-box .next:before {
  background: url('/local/templates/virastaika/images/prev_next.png') no-repeat 100% 0;
}
.item-list-page .show-item .pager-box-bottom {
  float: right;
  margin-top: 40px;
}
.item-list-page input[type="checkbox"] + label{
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 0 2px 30px;
  line-height: 16px;
}

.item-list-page .filter .brand .label{
  margin-bottom: 5px;
    display: block;
}

.item-list-page input[type="checkbox"] + label:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: inline-block;
  height: 16px;
  width: 16px;
  border: 2px solid #c5e2eb;
  border-radius: 5px;
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 5px;
  background: white;
}
.item-list-page input[type="checkbox"]:checked + label::before {
  background: white url('/local/templates/virastaika/images/login/checkbox.png') no-repeat 15% 80%;
}
.item-list-page label {
  font: 14px 'PT Sans', sans-serif;
  color: #626262;
  vertical-align: middle;
  z-index: 100;
}
.contact-page:after {
  content: '';
  display: block;
  clear: both;
}
.contact-page .left-column {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  height: 100%;
  width: 200px;
  float: left;
}
.contact-page .banner {
  margin-top: 35px;
  float: left;
}
.contact-page .breadcrumbs {
  margin-top: 25px;
  padding-left: 15px;
  font: 12px 'PT Sans', sans-serif;
  color: #a1a1a1;
}
.contact-page .breadcrumbs a {
  color: inherit;
  text-decoration: underline;
}
.contact-page .breadcrumbs a:hover {
  text-decoration: none;
}
.contact-page .breadcrumbs .current {
  color: #4546b3;
  text-decoration: none;
}
.contact-page .contacts {
  float: left;
  width: 730px;
  padding-left: 30px;
  margin-bottom: 55px;
}
.contact-page .contacts #map {
  width: 730px;
  height: 320px;
}
.contact-page .contacts .page-title {
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  color: #4546b3;
}
.contact-page .contacts .adress {
  font: 20px 'PT Sans', sans-serif;
  color: #4546b3;
  margin-bottom: 30px;
}

.contact-page .contacts .contacts-top {
  margin-bottom: 20px;
}
.contact-page .contacts .contacts-top, .contact-page .contacts .contacts-bottom {
  line-height: 1.5;
}
.contact-page .contacts .requisites .delivery-info, .contact-page .contacts .contacts-item  {
  color:#000;
  margin-top: 20px;
}
.contact-page .contacts .feedback {
  position: relative;
  background: #e6f1f5;
  border-radius: 10px;
  padding-top: 35px;
  width: 730px;
}
.contact-page .contacts .feedback .title {
  text-align: center;
  font: bold 30px 'PT Sans', sans-serif;
  color: #4546b3;
  margin-bottom: 40px;
}
.contact-page .contacts .feedback input[type="text"] {
  margin-left: 15px;
  width: 209px;
  height: 25px;
  outline: none;
  border: 1px solid #bfdfe9;
  border-radius: 10px;
  color: #4b4b4b;
  padding-left: 10px;
}
.contact-page .contacts .feedback textarea {
  margin-left: 15px;
  margin-top: 25px;
  padding-left: 10px;
  width: 690px;
  height: 95px;
  outline: none;
  border: 1px solid #bfdfe9;
  border-radius: 10px;
  color: #4b4b4b;
  resize: none;
}
.contact-page .contacts .feedback input[type="submit"] {
  position: relative;
  color: white;
  background: #0bace7;
  background: linear-gradient(to top,#0297ce,#24b9f0);
  border: 1px solid #0bace7;
  border-radius: 10px;
  padding: 8px 80px;
  left: 250px;
  margin-top: 50px;
  margin-bottom: 25px;
}
.contact-page .contacts .feedback .hint {
  position: absolute;
  bottom: 95px;
  left: 20px;
  font: 12px 'PT Sans', sans-serif;
  color: #989898;
}
.contact-page .custom_placeholder {
  font: 18px 'PT Sans', sans-serif !important;
  color: #01aeee !important;
}
.contact-page .city-text {
    margin: 15px 0 25px;
    font: 14px 'PT Sans', sans-serif;

}
.contact-page .page-sep {
  background: url('/local/templates/virastaika/images/main_sep.png') no-repeat 55% -10%;
  height: 70px;
  margin: 30px 0;
}
.regisrtation-page {
  position: relative;
}
.regisrtation-page h1 {
  color: #4546b3;
}
.regisrtation-page .register-block {
  width: 490px;
  border: 1px solid #01aeee;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 70px;
}
.regisrtation-page .register-block FORM {
  margin-top: 30px;
}
.regisrtation-page .register-block FORM input[type="text"],
.regisrtation-page .register-block FORM input[type="password"],
.regisrtation-page .register-block FORM input[type="email"] {
  border: 1px solid #bfdfe9;
  border-radius: 6px;
  font: 18px 'PT Sans', sans-serif;
  padding: 6px 0;
  padding-left: 10px;
  width: 380px;
  margin-left: 50px;
  margin-bottom: 20px;
  outline: none;
}
.regisrtation-page .register-block FORM input[type="submit"] {
  width: 395px;
  background: #13a8de;
  background: linear-gradient(to bottom,#24b9f0,#0297ce);
  border: none;
  border-radius: 10px;
  padding: 10px 0;
  font: bold 18px 'PT Sans', sans-serif;
  color: white;
  margin: 20px 0;
  margin-left: 50px;
  outline: none;
}
.regisrtation-page .register-block FORM .captcha {
  margin: 0 50px 0 50px;
}
.regisrtation-page .register-block p {
  margin-bottom: 15px;
  margin-left: 50px;
}
.regisrtation-page .kenguru {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 200px;
  height: 235px;
  right: 50px;
  top: 205px;
}
.registration {
  min-height: 72%;
}
.change-password-page {
  position: relative;
}
.change-password-page h1 {
  color: #4546b3;
}
.change-password-page .change-password-block {
  width: 490px;
  border: 1px solid #01aeee;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 50px;
}
.change-password-page .change-password-block FORM {
  margin-top: 30px;
}
.change-password-page .change-password-block FORM input[type="text"] {
  border: 1px solid #bfdfe9;
  border-radius: 6px;
  font: 18px 'PT Sans', sans-serif;
  padding: 6px 0;
  padding-left: 10px;
  width: 380px;
  margin-left: 50px;
  margin-bottom: 20px;
  outline: none;
}
.change-password-page .change-password-block FORM input[type="submit"] {
  width: 395px;
  background: #13a8de;
  background: linear-gradient(to bottom,#24b9f0,#0297ce);
  border: none;
  border-radius: 10px;
  padding: 8px 0;
  font: bold 18px 'PT Sans', sans-serif;
  color: white;
  margin: 20px 0;
  margin-left: 50px;
  outline: none;
}
.change-password-page .kenguru {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 200px;
  height: 235px;
  right: 50px;
  top: 155px;
}
.cart H1 {
  display: inline-block;
  font: bold 30px 'PT Sans', sans-serif;
  color: #4546b3;
  margin: 0;
  margin-top: 25px;
}
.cart .continue-shopping {
  float: right;
  display: inline-block;
  font: bold 18px 'PT Sans', sans-serif;
  color: #fff;
  background: #b3eafe;
  background: linear-gradien(to bottom,#baecfe,#abe8fe);
  border-radius: 10px;
  padding: 10px 30px;
  margin-top: 25px;
}
.cart .show-order .item-order-list {
  margin-top: 20px;
  border-radius: 10px;
  background: #ffffff;
}
.cart .show-order .item-order-list .result-block {
  color: #4546b3;
  padding-top: 20px;
}
.cart .show-order .item-order-list .result-block .result,
.cart .show-order .item-order-list .result-block .labels {
  float: right;
  margin-left: 50px;
  font-weight: bold;
  text-align: right;
}
.cart .show-order .item-order-list .result-block .result .delevery,
.cart .show-order .item-order-list .result-block .labels .delevery {
  font-weight: 400;
  display: block;
  margin-bottom: 25px;
}
.cart .show-order .item-order-list .result-block span {
  display: block;
  margin: 0;
  padding: 0;
}
.cart .show-order .item-order-list .result-block:after {
  content: '';
  display: block;
  clear: both;
}
.cart .show-order .item-order-list .result-block #discount,
.cart .show-order .item-order-list .result-block #coupon {
  border: 1px solid #4546b3;
  border-radius: 6px;
  padding: 5px 5px;
  outline: none;
  padding-left: 10px;
  margin-left: 15px;
  font: 18px 'PT Sans', sans-serif;
  color: #4b4b4b;
}
.cart .show-order .item-order-list .result-block label {
  font: bold 18px 'PT Sans', sans-serif;
}
.cart .show-order .item-order-list .result-block input[type="submit"] {
  border: none;
  background: #4d4ebc;
  background: linear-gradient(to bottom,#4f50be,#3c3ca9);
  color: #ffffff;
  font: 16px 'PT Sans', sans-serif;
  padding: 7px 20px;
  border-radius: 6px;
  margin-left: 15px;
  outline: none;
}
.cart .show-order .item-order-list .item-order-list-head {
  background: #e6f1f5;
  border-radius: 10px;
  font: bold 18px 'PT Sans', sans-serif;
  color: #028ec2;
  padding: 13px 0px 13px 17px;
  margin-bottom: 25px;
}
.cart .show-order .item-order-list .item-order-list-head span {
  display: inline-block;
}
.cart .show-order .item-order-list .item-order-list-head span.name {
  width: 430px;
}
.cart .show-order .item-order-list .item-order-list-head span.price {
  width: 150px;
}
.cart .show-order .item-order-list .item-order-list-head span.quantity {
  width: 150px;
}
.cart .show-order .item-order-list .item-order-list-head span.delete {
  width: 90px;
}
.cart .show-order .item-order-list .item-order-list-head span.common-price {
  width: 90px;
}
.cart .show-order .item-order-list UL {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cart .show-order .item-order-list UL LI {
  margin: 0;
  margin-top: 30px;
  padding: 0;
  padding-bottom: 30px;
  position: relative;
  background: url('/local/templates/virastaika/images/order_sep.png') repeat-x 0% 100%;
}
.cart .show-order .item-order-list UL LI:hover .image {
  border-color: #ffd500;
}
.cart .show-order .item-order-list UL LI:hover span {
  color: #4546b3;
}
.cart .show-order .item-order-list UL LI:hover .name a {
  color: #4546b3;
}
.cart .show-order .item-order-list UL LI:hover .info a {
    color: #4546b3;
}
.cart .show-order .item-order-list UL LI:hover .amount button {
  background: #ffd500;
  color: #4546b3;
}
.cart .show-order .item-order-list UL LI .name,
.cart .show-order .item-order-list UL LI .name a{
  width: 295px !important;
  margin-left: 10px;
  padding: 0 20px 0 0;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  font: bold 18px 'PT Sans', sans-serif;
  color: #028ec2;
  text-decoration: underline;
}
.cart .show-order .item-order-list UL LI .info {
    width: 295px !important;
    margin-left: 10px;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    font: bold 18px 'PT Sans', sans-serif;
    color: #028ec2;
}
.cart .show-order .item-order-list UL LI .info a {
    color: #028ec2;
    text-decoration: underline;
}
.cart .show-order .item-order-list UL LI .info .prop {
    text-decoration: none;
    margin-top: 5px;
}
.cart .show-order .item-order-list UL LI .name a:hover {
  text-decoration: none;
}
.cart .show-order .item-order-list UL LI .item-not-active {
  display: none;
}
.cart .show-order .item-order-list UL li.not-active:hover .image {
  border-color: #bfdfe9;
}
.cart .show-order .item-order-list UL li.not-active:hover span {
  color: #028ec2;
}
.cart .show-order .item-order-list UL li.not-active:hover .name a {
  color: #028ec2;
}
.cart .show-order .item-order-list UL li.not-active:hover .amount button {
  background: #acd9e7;
  color: #028ec2;
}
.cart .show-order .item-order-list UL li.not-active .item-not-active {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
  position: absolute;
  z-index: 5;
}
.cart .show-order .item-order-list UL li.not-active .item-not-active .notice {
  color: #FF0000;
  margin: 117px 0 0 153px;
}
.cart .show-order .item-order-list .item-order .image {
  display: inline-block;
  width: 135px;
  height: 135px;
  border: 2px solid #bfdfe9;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center center;
}
.cart .show-order .item-order-list .item-order span {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  font: bold 18px 'PT Sans', sans-serif;
  color: #028ec2;
}
.cart .show-order .item-order-list .item-order .count-per-peace {
  text-align: left;
  display: inline-block;
  width: 150px;
  margin-left: 0px;
  font: 18px 'PT Sans', sans-serif;
}
.cart .show-order .item-order-list .item-order .amount {
  margin: 0;
  padding: 0;
  margin-top: -5px;
  margin-left: 0px;
  display: inline-block;
  vertical-align: top;
  width: 150px;
}
.cart .show-order .item-order-list .item-order .amount button {
  cursor: pointer;
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 2px;
  background: #acd9e7;
  vertical-align: middle;
  border-radius: 5px;
  font: bold 28px 'PT Sans', sans-serif;
  color: #028ec2;
  line-height: 15px;
  text-align: center;
  border: none;
  outline: none;
}
.cart .show-order .item-order-list .item-order .amount .minus {
  line-height: 11px;
}
.cart .show-order .item-order-list .item-order .amount input {
  width: 25px;
  height: 20px;
  padding: 5px;
  outline: none;
  border-radius: 8px;
  border: 1px solid #bfdfe9;
  font: 18px 'PT Sans', sans-serif;
  color: #028ec2;
  text-align: center;
}
.cart .show-order .item-order-list .item-order .amount input:disabled {
  background: #fff;
}
.cart .show-order .item-order-list .item-order .delete-wrap {
  width: 90px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 0 0 23px;
}
.cart .show-order .item-order-list .item-order .delete {
  margin-left: 0px;
  cursor: pointer;
  display: inline-block;
  background: #acd9e7;
  width: 21px;
  height: 21px;
  border-radius: 5px;
  vertical-align: top;
  background: url(/local/templates/virastaika/images/cart/delete.png);
}
.cart .show-order .item-order-list .item-order .price {
  width: 90px;
  text-align: left;
}
.cart .show-order .item-order-list .item-order a {
  border-bottom: none;
}
.cart .page-wrapper {
  min-height: 100%;
}
.cart .checkout-block {
  margin-bottom: 50px;
}
.cart .checkout-block .title {
  font: bold 24px 'PT Sans', sans-serif;
  color: #4546b3;
  margin-bottom: 25px;
}
.cart .checkout-block .buttons,
.cart .order-info .buttons {
  display: inline-block !important;
  background: #01aeee;
  background-image: url(/local/templates/virastaika/images/cart/cart-sprite.png);
  background-repeat: no-repeat;
  color: white;
  font: bold 18px 'PT Sans', sans-serif !important;
  padding: 8px 20px;
  padding-left: 60px;
  border-radius: 10px;
}
.cart .order-info .buttons {
    padding-left: 50px;
}
.cart .checkout-block .buttons:hover,
.cart .order-info .buttons:hover {
  color: #4546b3;
  background-color: #ffe448;
  bbackground: linear-gradient(to bottom,#fff066,#ffd626);
}
.cart .checkout-block .buttons:last-child {
  margin-right: 0;
}
.cart .checkout-block .autorization {
  background-position: 25px 8px;
}
.cart .checkout-block .autorization:hover {
  background-position: 25px -131px;
}
.cart .checkout-block .checkout-operator,
.cart .order-info .checkout-operator {
    cursor: pointer;
    background-position: 15px -37px;
    color: #ffffff !important;
    text-decoration: none !important;
}
.cart .checkout-block .checkout-operator:hover,
.cart .order-info .checkout-operator:hover {
  background-position: 15px -179px;
}
.cart .checkout-block .checkout-now {
  background-position: 25px -82px;
}
.cart .checkout-block .checkout-now:hover {
  background-position: 25px -225px;
}
.cart .select-delevery-title {
  font: bold 20px 'PT Sans', sans-serif;
  color: #4546b3;
  margin-top: 20px;
}
.cart #map {
  height: 350px;
  width: 510px;
  float: right;
}
.cart #map .ymaps-2-1-17-balloon {
  border-color: #4546b3;
}
.cart #map .balloonContent {
  color: #4546b3;
}
.cart .select-delevery-type {
  margin-top: 30px;
}
.cart .select-delevery-type .content-develery {
  position: relative;
  z-index: 1;
  border: 2px solid #4546b3;
  border-radius: 10px;
  height: 415px;
  margin-top: -2px;
  box-sizing: border-box;
}
.cart .select-delevery-type .links {
  cursor: pointer;
}
.cart .select-delevery-type .links:first-child {
  margin-left: 30px;
}
.cart .select-delevery-type .active {
  position: relative;
  border: 2px solid #4546b3;
  font: 18px 'PT Sans', sans-serif;
  color: #4546b3;
  border-radius: 5px 5px 0px 0px;
  padding: 20px 35px;
  border-bottom: none;
  z-index: 2;
  display: inline-block;
  background: white;
  max-width: 280px;
}
.cart .select-delevery-type .unactive {
  position: relative;
  border: 2px solid #bfdfe9;
  font: 18px 'PT Sans', sans-serif;
  color: #028ec2;
  border-radius: 5px;
  padding: 20px 35px;
  border-bottom: none;
  z-index: 1;
  display: inline-block;
  background: white;
  max-width: 280px;
}
.cart .select-delevery-type .home {
  display: none;
}
.cart .select-delevery-type .home:after {
  content: '';
  display: block;
  clear: both;
}
.cart .select-delevery-type .labels {
  margin-top: 40px;
  float: left;
  margin-left: 30px;
}
.cart .select-delevery-type .labels span {
  display: block;
  font: 18px 'PT Sans', sans-serif;
  color: #4546b3;
  margin-bottom: 20px;
}
.cart .select-delevery-type .labels span:nth-child(4) {
  margin-top: 50px;
}
.cart .select-delevery-type .delivery-fields {
  margin-left: 40px;
  margin-top: 40px;
  float: left;
}
.cart .select-delevery-type .delivery-fields select {
  padding: 5px 0;
  padding-left: 10px;
  border: 1px solid #4546b3;
  border-radius: 6px;
  width: 320px;
  outline: none;
  font: 14px 'PT Sans', sans-serif;
  color: #4b4b4b;
}
.cart .select-delevery-type .delivery-fields input {
  padding: 5px 0;
  padding-left: 10px;
  border: 1px solid #4546b3;
  border-radius: 6px;
  width: 310px;
  margin-top: 8px;
  outline: none;
  font: 14px 'PT Sans', sans-serif;
  color: #4b4b4b;
}
.cart .select-delevery-type .delivery-fields input.first {
    margin-top: 0;
}
.cart .select-delevery-type .delivery-fields textarea {
  padding-top: 5px;
  margin-top: 10px;
  border: 1px solid #4546b3;
  border-radius: 6px;
  width: 310px;
  height: 65px;
  padding-left: 10px;
  outline: none;
  resize: none;
  font: 14px 'PT Sans', sans-serif;
  color: #4b4b4b;
}
.cart .select-delevery-type .delivery-fields .linp {
  width: 45px;
  margin-right: 5px;
}
.cart .select-delevery-type .delivery-fields .datatime {
  width: 145px;
  margin-right: 5px;
}
.cart .select-delevery-type .delivery-fields #date {
  background: white url('/local/templates/virastaika/images/date-icon.png') 95% 115% no-repeat;
  cursor: pointer;
}
.cart .select-delevery-type .delivery-fields .selectArea .selectIn {
  background: url('/local/templates/virastaika/images/date-icon.png') no-repeat 100% -12%;
  height: 30px;
}
.cart .select-delevery-type .delivery-fields .selectArea .selectText {
  padding-top: 5px;
  line-height: 30px;
  margin-right: 32px;
  padding-left: 5px;
  font-size: 14px;
  font: 14px 'PT Sans', sans-serif;
  color: #4b4b4b;
}
.cart .select-delevery-type .delivery-fields .selectArea {
  height: 30px;
  border-radius: 6px;
  border-color: #4546b3;
}
.cart .select-delevery-type .result-price {
  float: left;
  position: absolute;
  bottom: 85px;
  right: 25px;
}
.cart .select-delevery-type .result-price span {
  font: bold 18px 'PT Sans', sans-serif;
  color: #4546b3;
}
.cart .select-delevery-type .result-price .price {
  margin-left: 10px;
}
.cart .select-delevery-type .market {
  padding: 30px 25px;
}
.cart .select-delevery-type .market #map-delevery {
  float: right;
  height: 350px;
  width: 500px;
}
.cart .select-delevery-type .market .adress-head {
  margin-bottom: 20px;
  font: 16px 'PT Sans', sans-serif;
  color: #028ec2;
}
.cart .select-delevery-type .market .adress-head .currentCity {
  position: relative;
}
.cart .select-delevery-type .market .adress-head .currentCity:after {
  content: '';
  display: block;
  position: absolute;
  right: -15px;
  top: 13px;
  width: 8px;
  height: 8px;
  background: url('/local/templates/virastaika/images/city.png') no-repeat right 0px;
}
.cart .select-delevery-type .market .adress-head .currentCity.open:after {
  background-position: right -23px;
}
.cart .select-delevery-type .market .adress-head a {
  font: bold 20px 'PT Sans', sans-serif;
  color: #4546b3;
  border-bottom: 2px dotted #4546b3;
  margin-left: 5px;
}
.cart .select-delevery-type .market .adress-list {
  margin-top: -25px;
  width: 340px;
  float: left;
}
.cart .select-delevery-type .market .adress-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font: 14px 'PT Sans', sans-serif;
  color: #4b4b4b;
}
.cart .select-delevery-type .market .adress-list ul li {
  margin-bottom: 20px;
  cursor: pointer;
}
.cart .select-delevery-type .market .adress-list ul li:hover {
  color: #2997c6;
}
.cart .select-delevery-type .market .adress-list ul .not-active {
  color: #b4b3b3;
}
.cart .select-delevery-type .market .adress-list ul .selected {
  color: #2997c6;
}
.cart .select-delevery-type .market .adress-list ul a {
  font-weight: bold;
  color: #4546b3;
  border-bottom: 2px dotted #4546b3;
  margin-left: 5px;
}
.cart .select-delevery-type .market:after {
  content: '';
  display: block;
  clear: both;
}
.cart .select-delevery-type .market .date-shipment {
    font-size: 12px;
}
.cart .client-contact {
  margin-top: 35px;
  background: url('/local/templates/virastaika/images/order_sep.png') repeat-x 0 0;
  padding: 25px 0;
}
.cart .client-contact .title {
  font: bold 20px 'PT Sans', sans-serif;
  color: #4546b3;
  margin-bottom: 25px;
}
.cart .client-contact .label-to-client-contact {
  margin-top: 10px;
  margin-left: 35px;
  float: left;
}
.cart .client-contact .label-to-client-contact span {
  display: block;
  font: 18px 'PT Sans', sans-serif;
  color: #4546b3;
  margin-bottom: 14px;
}
.cart .client-contact .contact-data {
  margin-left: 135px;
  float: left;
}
.cart .client-contact .contact-data input[type="text"] {
  padding: 5px 0;
  padding-left: 10px;
  border: 1px solid #4546b3;
  border-radius: 6px;
  width: 310px;
  margin-top: 8px;
  outline: none;
  font: 14px 'PT Sans', sans-serif;
  color: #4b4b4b;
}
.cart .client-contact .contact-data input[type="checkbox"] + label:before {
  content: '';
  display: inline-block;
  height: 18px;
  width: 18px;
  border: 1px solid #4546b3;
  border-radius: 5px;
  margin-right: 10px;
  margin-left: 0px;
  vertical-align: bottom;
  margin-top: 7px;
}
.cart .client-contact .contact-data input[type="checkbox"]:checked + label::before {
  background: url('/local/templates/virastaika/images/checkbox.png') no-repeat 15% 80%;
}
.cart .client-contact .contact-data label {
  font: 14px 'PT Sans', sans-serif;
  color: #4546b3;
  margin-left: 0px;
  cursor: pointer;
  vertical-align: bottom;
}
.cart .client-contact:after {
  content: '';
  display: block;
  clear: both;
}
.cart .addressesNavigation input[type="radio"] + label:before {
  content: '';
  position: absolute;
  /*top: 5px;*/
  left: 0;
  display: inline-block;
  height: 18px;
  width: 18px;
  border: 1px solid #c5e2eb;
  border-radius: 5px;
  vertical-align: bottom;
}
.cart .addressesNavigation input[type="radio"]:checked + label::before {
  background: url('/local/templates/virastaika/images/checkbox.png') no-repeat 15% 80%;
}
.cart .addressesNavigation input[type="radio"]:checked + label, .cart .addressesNavigation input[type="radio"]+ label {
  font-weight: bold;
  padding-left: 30px;
  position: relative;
  display: block;
  z-index: 1;
}
.cart .pay-type {
  background: url('/local/templates/virastaika/images/order_sep.png') repeat-x 0 0;
  padding-top: 40px;
}
.cart .pay-type .title {
  font: bold 20px 'PT Sans', sans-serif;
  color: #4546b3;
  margin-bottom: 25px;
}
.cart .pay-type .item {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
}
.cart .pay-type .item .hint {
    font: 11px 'PT Sans', sans-serif;
    margin-left: 35px;
    color: #888888;
}
.cart .pay-type input[type="radio"] + label:before {
  content: '';
  display: inline-block;
  height: 18px;
  width: 18px;
  border: 1px solid #c5e2eb;
  border-radius: 5px;
  margin-right: 10px;
  vertical-align: bottom;
}
.cart .pay-type input[type="radio"]:checked + label::before {
  background: url('/local/templates/virastaika/images/checkbox.png') no-repeat 15% 80%;
}
.cart .pay-type input[type="radio"]:checked + label {
  font-weight: bold;
  margin-right: 35px;
}
.cart .pay-type label {
  font: 18px 'PT Sans', sans-serif;
  color: #028ec2;
  margin-left: 5px;
  margin-right: 35px;
  cursor: pointer;
  vertical-align: bottom;
}
.cart .pay-type input[type="radio"]:disabled + label {
    color: #888888;
}
.cart .pay-type input[type="radio"]:disabled + label::before {
    border: 1px solid #888888;
}
.cart .order-info .title {
  font: bold 20px 'PT Sans', sans-serif;
  color: #4546b3;
  margin-bottom: 25px;
}
.cart .order-info .order-main {
  padding: 40px 20px;
  margin: 0 0 40px 0;
  background: #e6f1f5;
  border-radius: 10px;
}
.cart .order-info .order-main .in-section {
  float: left;
  height: 350px;
  width: 450px;
  background: white;
  border-radius: 10px;
}
.cart .order-info .order-main .in-section TABLE {
  margin-top: 10px;
  margin-left: 10px;
  border-collapse: separate;
  border: 1px solid white;
  border-spacing: 0px 15px;
  font: 18px 'PT Sans', sans-serif;
  color: #4b4b4b;
}
.cart .order-info .order-main .in-section TABLE TR TD {
  border: 1px solid white;
}
.cart .order-info .order-main .in-section TABLE .label {
  font-weight: bold;
  min-width: 180px;
}
.cart .order-info .order-main .in-section TABLE .count {
  text-align: right;
  font-size: 24px;
  font-weight: bold;
  min-width: 215px;
}
.cart .order-info .order-main .in-section TABLE .delivery {
  font-weight: 400;
}
.cart .order-info .order-main .in-section TABLE .total {
  padding-top: 25px;
  color: #4546b3;
}
.cart .order-info .order-main .in-section INPUT[type="submit"] {
  border: none;
  background: #01afee;
  background: linear-gradient(to bottom,#01b6f0,#01a6ec);
  color: #fff;
  border-radius: 10px;
  padding: 8px 98px;
  margin-top: 15px;
  outline: none;
    font: bold 18px 'PT Sans', sans-serif !important;
}
.cart .order-info .order-main .in-section a {
  display: block;
  margin-top: 10px;
  font: 14px 'PT Sans', sans-serif;
  color: #4546b3;
  text-decoration: underline;
}
.cart .order-info .order-main .in-section .hint {
    color: #555555;
    font: 12px 'PT Sans', sans-serif;
    text-align: left;
    margin: 10px 35px 10px 35px;
}
.cart .order-info .order-main .in-section a:hover {
  text-decoration: none;
}
.cart .order-info .order-main .right-section {
  float: right;
}
.cart .order-info .order-main:after {
  content: '';
  display: block;
  clear: both;
}
.cart .separator {
  margin: 25px auto;
  height: 66px;
}
.cart .top {
  background: url('/local/templates/virastaika/images/main_sep.png') no-repeat 50% 0;
}
.cart .bottom {
  background: url('/local/templates/virastaika/images/main_sep.png') no-repeat 50% 100%;
}
.item-short-info #cycle-2 {
  margin-top: 20px;
  position: relative;
}
.item-short-info #cycle-2 .wrap {
  display: inline-block;
  margin-right: 30px;
  margin-top: 6px;
}
.item-short-info .cycle-prev {
  display: block;
  border: 1px solid black;
  width: 135px;
  height: 135px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(255,255,255,0.7);
  background-image: url('/local/templates/virastaika/images/show-item/slider-sprite.png');
  background-repeat: no-repeat;
  background-position: 55px 35px;
  border: 3px solid #bfdfe9;
  border-top: 4px solid #bfdfe9;
  border-bottom: 4px solid #bfdfe9;
  border-radius: 4px;
}
.item-short-info .cycle-next {
  display: block;
  border: 1px solid black;
  width: 135px;
  height: 135px;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 100;
  border: 3px solid #bfdfe9;
  border-top: 4px solid #bfdfe9;
  border-bottom: 4px solid #bfdfe9;
  background: rgba(255,255,255,0.7);
  background-image: url('/local/templates/virastaika/images/show-item/slider-sprite.png');
  background-repeat: no-repeat;
  background-position: -110px 35px;
  border-radius: 4px;
}
.item-short-info .active {
  display: block;
  border: 1px solid black;
  width: 135px;
  height: 135px;
  position: absolute;
  top: 0;
  right: 158px;
  z-index: 100;
  border: 3px solid #ffd500;
  border-top: 4px solid #ffd500;
  border-bottom: 4px solid #ffd500;
  border-radius: 4px;
}
.item-short-info:after {
  content: '';
  display: block;
  clear: both;
}
.item-short-info H1 {
  font: bold 24px 'PT Sans', sans-serif;
  color: #4546b3;
  margin-bottom: 5px;
}
.item-short-info .product-codes {
  color: #888888;
  font-size: 11px;
  margin: 0 0 15px 0;
}
.item-short-info .product-codes p {
  margin: 3px 10px 3px 0;
  display: inline-block;
}
.item-short-info .image-section {
  position: relative;
  float: left;
  width: 460px;
  height: auto;
}
.item-short-info .image-section .slide-pager UL {
  list-style: none;
}
.item-short-info .image-section #cycle-2 {
  overflow-x: hidden;
  height: 150px;
}
.item-short-info .image-section #cycle-2 .wrap {
  position: relative !important;
  width: 135px !important;
  height: 135px !important;
}
.item-short-info .image-section #cycle-2 .wrap IMG {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.item-short-info .image-section #slideshow-1 {
  border: 3px solid #bfdfe9;
  border-radius: 10px;
  overflow: hidden;
  height: 460px;
  width: 460px;
}
.item-short-info .image-section #slideshow-1 #cycle-1 {
  min-width: 460px;
  min-height: 460px;
  position: relative;
}
.item-short-info .image-section #slideshow-1 #cycle-1 A {
  display: block;
  width: 460px;
  height: 460px;
}
.item-short-info .image-section #slideshow-1 #cycle-1 A IMG {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.item-short-info .image-section .icons {
    position: absolute;
    width: 38px;
    top: 14px;
    right: 14px;
    z-index: 101;
}
.item-short-info .image-section .icons .icon {
    width: 38px;
    height: 38px;
    margin: 0 0 10px 0;

    border-radius: 50%;

    /*
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
    */
}
.item-short-info .image-section .icons .icon.recommend {
    background-image: url(/local/templates/virastaika/images/icons/recommend.png);
}
.item-short-info .image-section .icons .icon.stock {
    background-image: url(/local/templates/virastaika/images/icons/stock.png);
}
.item-short-info .image-section .icons .icon.sale {
    background-image: url(/local/templates/virastaika/images/icons/sale.png);
}
.item-short-info .image-section .icons .icon.hit {
    background-image: url(/local/templates/virastaika/images/icons/hit.png);
}

.item-short-info .info-section {
  float: right;
  width: 460px;
}
.item-short-info .info-section .offers {
  list-style: none;
  background: url('/local/templates/virastaika/images/order_sep.png') repeat-x 0 0;
  font-size: 0px;
  padding: 0;
  margin: 25px 0 0 0;
}
.item-short-info .info-section .offers li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 64px;
  height: 64px;
  margin: 10px;
  border: 2px solid #bfdfe9;
  border-radius: 7px;
}
.item-short-info .info-section .offers li a {
  line-height: 64px;
  vertical-align: middle;
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  text-align: center;
}
.item-short-info .info-section .offers li a img {
  max-width: 64px;
  max-height: 64px;
  border-radius: 7px;
}
.item-short-info .info-section .offers li .in-stock,
.item-short-info .info-section .offers li .not-available {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  width: 6px;
  height: 6px;
}
.item-short-info .info-section .offers li .in-stock:before,
.item-short-info .info-section .offers li .not-available:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.item-short-info .info-section .offers li .in-stock SPAN,
.item-short-info .info-section .offers li .not-available SPAN {
  display: block;
  position: absolute;
  left: -8px;
  bottom: 15px;
  padding: 10px;
  background: #fff;
  border: 1px solid #BFDFE9;
  line-height: 140%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  border-radius: 7px;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-in-out;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
.item-short-info .info-section .offers li .in-stock SPAN:before,
.item-short-info .info-section .offers li .not-available SPAN:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 15px;
  margin-top: -2px;
  border: 5px solid transparent;
  border-top: 10px solid #fff;
  z-index: 2;
}
.item-short-info .info-section .offers li .in-stock SPAN:after,
.item-short-info .info-section .offers li .not-available SPAN:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 15px;
  border: 5px solid transparent;
  border-top: 10px solid #BFDFE9;
  z-index: 1;
}
.item-short-info .info-section .offers li .in-stock:hover SPAN,
.item-short-info .info-section .offers li .not-available:hover SPAN {
  bottom: 25px;
  visibility: visible;
  opacity: 1;
}
.item-short-info .info-section .offers li .in-stock:before {
  background: #47B220;
}
.item-short-info .info-section .offers li .not-available:before {
  background: #FF6600;
}
.item-short-info .info-section .offers li.active1 {
  border-color: #FFD500;
}
.item-short-info .info-section .price {
    font: bold 30px 'PT Sans', sans-serif;
    color: #01aeee;
    display: inline-block;
}
.item-short-info.not-active .info-section .price {
    color: #999999;
}
.info-section .bonus {
    font-size: 16px;
    margin: 20px 0 0 0;
    color: #4546b3;
}
.item-short-info .info-section .add-to-cart  {
  float: right;
  padding: 5px 15px;
  border-radius: 10px;
  font: bold 17px 'PT Sans', sans-serif;
  color: white;
  background: #039fdb;
  background: linear-gradient(to top,#028ec2,#00afef);
}
.sale_section .button_items {
  text-align:center;
  margin-top: 30px;
}
.sale_section .button_items a {
  padding: 10px 20px;
  border-radius: 10px;
  font: bold 17px 'PT Sans', sans-serif;
  color: white;
  background: #039fdb;
  background: linear-gradient(to top,#028ec2,#00afef);

}
.goods-btn-wrap {
  text-align:center;
  margin-top: 35px;
}
.sale_section .all-goods  {
  padding: 10px 36px;
  border-radius: 10px;
  font: bold 17px 'PT Sans', sans-serif;
  color: white;
  background: #039fdb;
  background: linear-gradient(to top,#028ec2,#00afef);
}
.item-short-info .info-section .add-to-cart.not-active {
    background: #a5a8a7;
    background: linear-gradient(to top, #a5a8a7, #c2c5c4);
    cursor: default;
}
.item-short-info .info-section .amount {
  margin: 30px 0 15px 0;
  padding: 0;
  display: block;
  vertical-align: top;
}
.item-short-info .info-section .amount button {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 2px;
  background: #acd9e7;
  vertical-align: top;
  border-radius: 5px;
  margin-top: 5px;
  font: bold 28px 'PT Sans', sans-serif;
  color: #028ec2;
  line-height: 15px;
  text-align: center;
  border: none;
  outline: none;
}
.item-short-info .info-section .amount .minus {
  line-height: 11px;
  padding-bottom: 12px;
}
.item-short-info .info-section .amount input {
  width: 25px;
  height: 18px;
  padding: 5px;
  outline: none;
  border-radius: 8px;
  border: 1px solid #bfdfe9;
  font: 16px 'PT Sans', sans-serif;
  color: #028ec2;
  text-align: center;
}
.item-short-info .info-section .amount input:disabled {
  background: #fff;
}
.item-short-info .info-section .select-sub ul {
  width: 100px !important;
}
.item-short-info .info-section .selectArea .selectIn {
  width: 100px !important;
  height: 30px;
  background-position: 90% 50%;
}
.item-short-info .info-section .selectArea .selectText {
  line-height: 30px;
  margin-right: 32px;
  padding-left: 5px;
  font-size: 14px;
  border-right: 1px solid #bfdfe9;
}
.item-short-info .info-section .selectArea {
  width: 100px !important;
  height: 30px;
  border-radius: 6px;
}
.item-short-info .info-section .selectArea:hover .selectIn {
  background: url('/local/templates/virastaika/js/customForm/img/custom_select_arrow_blue_9x5.png') no-repeat 90% 50% !important;
}
.item-short-info .info-section select {
  margin-top: 15px;
}
.item-short-info .info-section .short-block {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 30px;
  font: 18px 'PT Sans', sans-serif;
  background: url('/local/templates/virastaika/images/order_sep.png') repeat-x 0 0;
}
.item-short-info .info-section .short-block .more {
  height: 45px;
  overflow: hidden;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: ease-in-out;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
.item-short-info .info-section .short-block LI {
  margin-top: 10px;
}
.item-short-info .info-section .short-block LI .label {
  font: bold 18px 'PT Sans', sans-serif;
  margin-right: 5px;
}
.item-short-info .info-section .short-block LI a {
  color: #4546b3;
  text-decoration: underline;
}
.item-short-info .info-section .short-block LI a:hover {
  text-decoration: none;
}
.item-short-info .info-section .short-block LI .colors {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 7px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.item-short-info .info-section .short-block LI .active-colors {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-left: 7px;
}
.item-short-info .info-section .short-block LI:first-child {
  margin-top: 0;
}
.item-short-info .info-section .read-more {
  margin-top: 10px;
  color: #4546b3;
  display: inline-block;
  border-bottom: 1px dotted #4546b3;
  cursor: pointer;
}
.item-short-info .info-section .recive-order {
  padding: 30px 0;
  margin-top: 25px;
  background: url('/local/templates/virastaika/images/order_sep.png') repeat-x 0 0;
}
.item-short-info .info-section .recive-order .title {
  font: bold 18px 'PT Sans', sans-serif;
  color: #4546b3;
}
.item-short-info .info-section .recive-order .order-layer {
  margin-top: 20px;
  background: #ebf4f7;
  border-radius: 10px;
  padding: 15px 20px;
}
.item-short-info .info-section .recive-order .order-layer table {
  border-collapse: separate;
  border-spacing: 0px 20px;
}
.item-short-info .info-section .recive-order .order-layer table .label {
  font: bold 16px 'PT Sans', sans-serif;
  color: black;
}
.item-short-info .info-section .recive-order .order-layer table input {
  padding-left: 10px;
  height: 30px;
  width: 135px;
  border: 1px solid #4546b3;
  outline: none;
  border-radius: 6px;
  margin: 0 10px;
  font: 16px 'PT Sans', sans-serif;
  color: #4b4b4b;
  background: white url('/local/templates/virastaika/images/date-icon.png') no-repeat 90% 130%;
}
.item-short-info .info-section .recive-order .order-layer table a {
  font: bold 16px 'PT Sans', sans-serif;
  color: #4546b3;
  text-decoration: underline;
}
.item-short-info .info-section .recive-order .order-layer table .label-price {
  font: bold 16px 'PT Sans', sans-serif;
  color: #797b7c;
}
.item-short-info .info-section .recive-order .order-layer table .del-price {
  font: bold 16px 'PT Sans', sans-serif;
  margin-left: 5px;
}
.item-short-info .info-section .recive-order .order-layer .item {
  margin: 10px 0 10px 0;
}

.item-short-info .info-section .recive-order .order-layer .item.delivery-info {
  line-height: 2;
}
.item-short-info .info-section .recive-order .order-layer .item .label {
  font-weight: bold;
}
.item-short-info .info-section .recive-order .order-layer .item .item-city {
  background: url('/local/templates/virastaika/images/city.png') no-repeat right 7px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'PT Sans', sans-serif;
  color: #4546b3;
  font-size: 15px;
  padding: 0 15px 0 0;
  position: relative;
  margin: 5px 0 0 0;
}
.item-short-info .info-section .recive-order .order-layer .item .item-city span {
  border-bottom: 1px dotted #4546b3;
  cursor: pointer;
}
.item-short-info .info-section .recive-order .order-layer .change-city {
  top: -2px;
  left: 76px;
}
.item-short-info .info-section .recive-order .socials {
    margin: 10px 15px 0 0;
    text-align: right;
}
.item-info:after {
  content: '';
  display: block;
  clear: both;
}
.item-info .related-products {
  margin-top: 25px;
  float: right;
  width: 225px;
  background: none;
}
.item-info .related-products .title {
  display: block;
  font: bold 20px 'PT Sans', sans-serif;
  color: #01aeee;
  margin-bottom: 10px;
}
.item-info .related-products .columns {
  display: block;
  margin: 0;
  margin-bottom: 15px;
}
.item-info .related-products .other-products {
  font: bold 18px 'PT Sans', sans-serif;
  color: #4546b3;
  margin-left: 45px;
  text-decoration: underline;
}
.item-info .related-products .other-products:hover {
  text-decoration: none;
}
.item-info .info {
  float: left;
  width: 700px;
}
.item-info .info .item-title {
  font: bold 24px 'PT Sans', sans-serif;
  color: #4546b3;
}
.item-info .info .for-whom {
  font: bold 16px 'PT Sans', sans-serif;
  color: #01aeee;
}
.item-info .info .text {
  font: 14px 'PT Sans', sans-serif;
  color: #4b4b4b;
}
.reviews .title {
  font: bold 24px 'PT Sans', sans-serif;
  color: #4546b3;
  margin: 0;
}
.reviews .review-item {
  margin: 0;
  padding: 0;
  list-style: none;
  font: 14px 'PT Sans', sans-serif;
  color: #4b4b4b;
}
.reviews .review-item LI {
  background: url('/local/templates/virastaika/images/order_sep.png') repeat-x 0% 100%;
  padding: 40px 0;
}
.reviews .review-item LI:last-child {
  background: none;
}
.reviews .review-item LI .dataname {
  display: inline-block;
  width: 160px;
  vertical-align: top;
  margin-right: 25px;
}
.reviews .review-item LI .dataname .name {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #626262;
  margin-bottom: 18px;
}
.reviews .review-item LI .dataname .data {
  display: block;
}
.reviews .review-item LI .dataname .showrating {
  margin-top: 8px;
  overflow: hidden;
}
.reviews .review-item LI .dataname .showrating SPAN,
.reviews .review-item LI .dataname .showrating A {
  float: left;
  display: block;
  margin: -2px 0;
  padding: 2px 2px;
  width: 20px;
  height: 20px;
}
.reviews .review-item LI .dataname .showrating SPAN:before,
.reviews .review-item LI .dataname .showrating A:before {
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  background: url('/local/templates/virastaika/images/rating_sprite.png') -20px 0 no-repeat;
  transition-duration: 0;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-duration: 0;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-duration: 0;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-duration: 0;
  -ms-transition-timing-function: ease-in-out;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
.reviews .review-item LI .dataname .showrating SPAN.act ~ A:before,
.reviews .review-item LI .dataname .showrating SPAN.act ~ SPAN:before,
.reviews .review-item LI .dataname .showrating A.act ~ A:before,
.reviews .review-item LI .dataname .showrating A.act ~ SPAN:before {
  background-position: 0 0;
}
.reviews .review-item LI .dataname .link {
    display: block;
    margin: 20px 0 0 0;
}
.reviews .review-item LI .item {
  width: 750px;
  display: inline-block;
}
.reviews .review-item LI .item .title {
  font: bold 16px 'PT Sans', sans-serif;
  color: #1e1e1e;
}
.reviews .review-item LI .next {
    background: #4546b3;
    background: linear-gradient(to bottom,#4e4fbd,#3c3ca9);
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px;
    display: block;
    width: 140px;
    text-align: center;
    margin: 0 auto;
}
.reviews .feedback-form .title {
  margin: 0;
  font-size: 24px;
  display: inline-block;
  margin-bottom: 20px;
}
.reviews .feedback-form input,
.reviews .feedback-form textarea {
  font: 14px 'PT Sans', sans-serif;
  outline: none;
  border: 1px solid #4546b3;
  border-radius: 5px;
  padding: 7px 0;
  padding-left: 10px;
  margin-bottom: 10px;
}
.reviews .feedback-form textarea {
  width: 950px;
  resize: none;
  height: 58px;
  margin-bottom: 7px !important;
}
.reviews .feedback-form input {
  width: 225px;
}
.reviews .feedback-form input[type="email"] {
  margin-left: 8px;
}
.reviews .feedback-form span {
  margin-left: 35px;
  font: bold 18px 'PT Sans', sans-serif;
  color: #4546b3;
}
.reviews .feedback-form .to-reviews {
  padding: 8px 75px;
  border-radius: 5px;
  margin-left: 8px;
  display: inline-block;
  color: white;
  background: #bfdfe9;
}
.reviews .feedback-form .rating {
  display: inline-block;
}
.reviews .feedback-form .header {
  width: 950px;
  margin-left: 0;
}
.reviews .feedback-form .comments {
  height: 130px;
}
.reviews .feedback-form input[type="submit"] {
  background: #4546b3;
  background: linear-gradient(to bottom,#4e4fbd,#3c3ca9);
  color: white;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
.reviews .feedback-form .rules {
  float: right;
  margin-top: 30px;
  display: inline-block;
  text-decoration: underline;
  font: 16px 'PT Sans', sans-serif;
  color: #4546b3;
}
.reviews .feedback-form .rules:hover {
  text-decoration: none;
}
.left-column {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 200px;
  float: left;
}
.banner {
  margin-top: 35px;
  float: left;
}
.search-news-block {
  padding-bottom: 10px;
  width: 100%;
  margin-left: 15px;

}
.search-news-block .pager-box {
  display: inline-block;
  margin-left: 10px;
}
.search-news-block .pager-box .pager {
  display: inline-block;
  background: white;
  border-radius: 5px;
  border: 1px solid #bfdfe9;
  padding: 0 5px;
  position: relative;
}
.search-news-block .pager-box .pager a {
  display: inline-block;
  font: 12px 'PT Sans', sans-serif;
  color: #626262;
  padding: 3px 3px;
}
.search-news-block .pager-box .pager .active-page {
  background: #ffd500;
  background: linear-gradient(to bottom,#ffdd00,#ffcd00);
  width: 10px;
  margin: -5px 0;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 7px 5px;
  font-size: 14px;
  border-radius: 5px;
  color: #4546b3;
}
.search-news-block .pager-box .nav-button {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 13px;
  padding: 5px;
  margin: -5px 2px;
}
.search-news-block .pager-box .nav-button:before {
  content: '';
  display: block;
  background: url('/local/templates/virastaika/images/prev_next.png') no-repeat 0 0;
  width: 6px;
  height: 13px;
}
.search-news-block .pager-box .next:before {
  background: url('/local/templates/virastaika/images/prev_next.png') no-repeat 100% 0;
}
.search-news-block .pager-box-bottom {
  float: right;
  margin-top: 40px;
}
.search-news-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.search-news-block ul li {
  background: url('/local/templates/virastaika/images/order_sep.png') repeat-x 0 100%;
  margin: 35px 13px;
  padding-bottom: 35px;
}
.search-news-block ul li:last-child {
  background: none;
}
.search-news-block ul li .content,  .text-page .news-page .content {
  display: inline-block;
  width: 540px;
  vertical-align: middle;
  margin-left: 15px;
}
.search-news-block ul li .image, .search-news-block .image img  {
  height: 140px;
  width: 140px;
  border: 3px solid #f4a742;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: inline-block;
  vertical-align: top;
}
.new-main .search-news-block .image img {
  margin-left: 20px
}

.text-page .news-page .slider .slick-prev:before {
 content: url('/local/templates/virastaika/images/btn_prev.jpg');


}
.text-page .news-page .slider .slick-prev:hover:before {
  content: url('/local/templates/virastaika/images/btn_prev_hover.jpg');

}
.text .title a {
  color: #01aeee;
  text-decoration:underline;
}
.text-page .news-page .slider .slick-prev {
  border-radius: 5px;
  cursor: pointer;
  height: 33px;
  position: absolute;
  top: 100px;
  width: 32px;
  left: -40px;
}

.text-page .new-main .slider .slick-prev {
  left: -15px;
}

.title .title-left, .title .title-right  {
  display:inline-block;
  width: 50%;
}

.title .title-right  {
  text-align: right;
}
.text-page .news-page .slider .slick-next:before {
   content: url('/local/templates/virastaika/images/btn_next.jpg');
  width: 40px;
  height: 40px;
}
.text-page .news-page .slider .slick-next:hover:before {
  content: url('/local/templates/virastaika/images/btn_next_hover.jpg');
  width: 40px;
  height: 40px;
}
.text-page .news-page .slider .slick-next {
  border-radius: 5px;
  cursor: pointer;
  height: 33px;
  position: absolute;
  top: 100px;
  width: 32px;
  right: 20px;
}

.search-news-block ul li .title, .text-page .news-page a.title {
  font: bold 20px 'PT Sans', sans-serif !important;
  color: #4546b3;
  margin: 0;
  margin-bottom: 5px;
  margin-top: 10px;
  display: block;
  text-decoration: underline;
}
.search-news-block ul li .title:hover {
  text-decoration: none;
}

.text-page .new-main .content {
  width: 700px;
  height: 200px;
  margin-left: 25px;
}
.new-main .slick-list {
  margin-left: 10px;
}

text-page .new-main .content {
  width: 730px;
  height:200px;
  overflow:hidden
}

.search-news-block ul li .date {
  font: bold 14px 'PT Sans', sans-serif;
  color: #01aeee;
  margin-bottom: 10px;
  display: block;
  margin-bottom: 15px;
}
.search-news-block ul li .anounce {
  font: 16px 'PT Sans', sans-serif;
  color: #4b4a4a;
  margin-bottom: 20px;
  display: block;
  margin: 0;
}
.search-news-block ul li .anounce span {
  font: bold 14px 'PT Sans', sans-serif;
  color: #01aeee;
}
.search-news-block ul li .action-sep {
  background: url('/local/templates/virastaika/images/action_sep.png') repeat-x 0 0;
  height: 5px;
  margin: 35px 0;
}
.breadcrumbs {
  margin: 0;
  font: 12px 'PT Sans', sans-serif;
  color: #a1a1a1;
padding-bottom:8px;
}
.breadcrumbs a {
  color: inherit;
  text-decoration: underline;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs .current {
  color: #4546b3;
  display: inline-block;
  text-decoration: none;
}

.catalog_category {
  margin-top: 10px;
  float: left;
  width: 750px;
  margin-bottom: 35px;
}
.category_main {
  width:920px;
}

.catalog_category .title {
  margin-bottom: 15px;
}
.catalog_category .title h1 {
  margin: 0;
  margin-left: 30px;
  font: bold 32px 'PT Sans', sans-serif;
  color: #4546b3;
}
.catalog_category .category {
  position: relative;
  width: 340px;
  height: 170px;
  float: left;
  margin-left: 30px;
  margin-bottom: 36px;
  border: 2px solid #bfdfe9;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

.category_main .category   {
  width: 287px;
  margin-left:0;
  margin-right: 15px;
  margin-bottom: 15px;
}
.catalog_category .category span {
  position: absolute;
  width: 100%;
  display: block;
  font: bold 23px 'PT Sans', sans-serif;
  color: white;
  background-color: rgba(51,51,204,0.8);
  text-align: center;
  padding: 10px 0;
  bottom: 20px;
}
.catalog_category .category:hover span {
  background-color: rgba(112,112,195,0.9);
}
.catalog_category .large-left {
  width: 340px;
  height: 380px;
  float: left;
}
.catalog_category .large-right {
  width: 340px;
  height: 380px;
  float: right;
}
.account {
  margin-bottom: 50px;
  min-height: 100%;
}
.account .account-page .account-title:after {
  content: '';
  display: block;
  clear: both;
}
.account .account-page .account-title h1 {
  color: #4546b3;
  display: inline-block;
}
.account .account-page .account-title .edit {
  font: 18px 'PT Sans', sans-serif;
  color: #4546b3;
  text-decoration: underline;
  margin-left: 30px;
}
.account .account-page .account-title .history-button {
  display: inline-block;
  background: #b2eafe;
  padding: 10px 85px;
  color: white;
  font: bold 18px 'PT Sans', sans-serif;
  border-radius: 8px;
  float: right;
  margin-top: 20px;
}
.account .account-page .personal-data {
  margin-top: 30px;
  font: 18px 'PT Sans', sans-serif;
  color: #4b4b4b;
  padding-bottom: 35px;
  background: url('/local/templates/virastaika/images/order_sep.png') repeat-x 0 100%;
}
.account .account-page .personal-data:after {
  content: '';
  display: block;
  clear: both;
}
.account .account-page .personal-data #sale {
  font-weight: bold;
  padding-left: 5px;
}
.account .account-page .personal-data .add-adress {
  display: block;
  margin-left: 100px;
  font: 16px 'PT Sans', sans-serif;
  color: #4546b3;
  text-decoration: underline;
}
.account .account-page .personal-data .add-adress:hover {
  text-decoration: none;
}
.account .account-page .personal-data .delevery-city input,
.account .account-page .personal-data .delevery-city select {
  width: 320px;
}
.account .account-page .personal-data .delevery-city select {
  padding: 5px;
  height: 36px;
  border: 1px solid #bfdfe9;
  border-radius: 5px;
  outline: none;
  width: 330px;
}
.account .account-page .children {
  margin-top: 35px;
  font: 18px 'PT Sans', sans-serif;
  color: #4b4b4b !important;
}
.account .account-page .children:after {
  content: '';
  display: block;
  clear: both;
}
.account .account-page .children .child-list:after {
  content: '';
  display: block;
  clear: both;
}
.account .account-page .children .title {
  display: block;
  text-align: left;
  font: bold 24px 'PT Sans', sans-serif;
  color: #4546b3;
  margin-bottom: 15px;
}
.account .account-page .children table {
  margin-top: 20px;
  width: 405px;
  margin-right: 50px;
  float: left;
}
.account .account-page .children .header {
  width: 200px;
}
.account .account-page .children .date:disabled {
  background-image: none;
}
.account .account-page .children .date {
  width: 160px;
  background: url('/local/templates/virastaika/images/cart/date.png') no-repeat 95% 50%;
}
.account .account-page .children .add-children {
  float: left;
  margin-right: 225px;
  margin-top: 20px;
  font: 16px 'PT Sans', sans-serif;
  color: #4546b3;
  text-decoration: underline;
}
.account .account-page .children .add-children:hover {
  text-decoration: none;
}
.account .account-page .children .selectArea .selectIn {
  width: 170px !important;
  height: 30px;
  background-position: 95% 50%;
}
.account .account-page .children .selectArea .selectText {
  line-height: 30px;
  margin-right: 32px;
  padding-left: 5px;
  font-size: 16px;
  border-right: 1px solid #bfdfe9;
}
.account .account-page .children .selectArea {
  width: 170px !important;
  height: 30px;
  border-radius: 6px;
}
.account .account-page .delete {
  vertical-align: middle;
  margin-left: 10px;
}
.account .account-page .adr-delete {
  vertical-align: middle;
}
.account .account-page .header {
  font: bold 18px 'PT Sans', sans-serif;
  color: #039fdb;
  padding-right: 25px;
}
.account .account-page td {
  padding-bottom: 5px;
  vertical-align: top;
}
.account .account-page .name {
  width: 220px;
}
.account .account-page caption {
  text-align: left;
  font: bold 24px 'PT Sans', sans-serif;
  color: #4546b3;
  margin-bottom: 15px;
}
.account .account-page input {
  border: 1px solid #bfdfe9;
  border-radius: 5px;
  padding: 5px 5px;
  outline: none;
  width: 220px;
}
.account .account-page input:disabled {
  background: white;
  border: none;
}
.account .account-page textarea {
  width: 320px;
  resize: none;
  border: 1px solid #bfdfe9;
  border-radius: 5px;
  padding: 2px 5px;
  outline: none;
}
.account .account-page textarea:disabled {
  background: white;
  border: none;
  resize: none;
}
.account .account-page #personal-info {
  display: inline-block;
}
.account .account-page #adres {
  display: inline-block;
  margin-left: 100px;
  vertical-align: top;
}
.account .account-page .adres-wrap {
  float: right;
}
.account .account-page input[type="submit"] {
  margin-top: 100px;
  color: white;
  font: bold 18px 'PT Sans', sans-serif;
  background: #14a9e0;
  background: linear-gradient(to bottom,#24b9f0,#0196cd);
  outline: none;
  border: none;
  padding: 10px 0;
  width: 380px;
  margin-left: -40px;
}
.shop-list .left-column {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  height: 100%;
  width: 200px;
  float: left;
}
.shop-list .banner {
  margin-top: 35px;
  float: left;
}
.shop-list #adres-list {
  font: 16px 'PT Sans', sans-serif;
  color: #4546b3;
  margin-bottom: 25px;
  width: 100%;
}
.shop-list #adres-list TR {
  background: url('/local/templates/virastaika/images/order_sep.png') repeat-x 0 100%;
}
.shop-list #adres-list TR TD {
  padding: 25px 20px 25px 0px;
  vertical-align: middle;
  margin-right: 90px;
  line-height: 20px;
  white-space: nowrap;
  font-size: 15px;
}
.shop-list #adres-list TR TD .img {
  width: 20px;
  height: 20px;
  background: url('/local/templates/virastaika/images/market-sprite.png') no-repeat 0% 0%;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.shop-list #adres-list TR .img-worktime {
  width: 20px;
  height: 20px;
  background: url('/local/templates/virastaika/images/market-sprite.png') no-repeat 100% 0%;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.shop-list .breadcrumbs {
  /*margin-top: 25px;
  padding-left: 15px;*/
  margin-top: 0px;
  padding-left: 0px;
  font: 12px 'PT Sans', sans-serif;
  color: #a1a1a1;
}
.shop-list .breadcrumbs a {
  color: inherit;
  text-decoration: underline;
}
.shop-list .breadcrumbs a:hover {
  text-decoration: none;
}
.shop-list .breadcrumbs .current {
  color: #4546b3;
  text-decoration: none;
}
.shop-list .contacts {
  float: left;
  width: 730px;
  padding-left: 30px;
  margin-bottom: 55px;
}
.shop-list .contacts #map {
  width: 730px;
  height: 515px;
}
.shop-list .contacts .page-title {
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  color: #4546b3;
}
.shop-list .contacts .change-city-block {
  font: 18px 'PT Sans', sans-serif;
  color: #4546b3;
  padding: 5px 15px;
  background: #e4f3f8;
  margin-bottom: 25px;
  border-radius: 10px;
}
.shop-list .contacts .change-city-block input[type="text"] {
  background: white url('/local/templates/virastaika/images/date-icon.png') right center no-repeat;
  border: 1px solid #4546b3;
  border-radius: 5px;
}
.shop-list .contacts .selectArea {
  height: 27px;
}
.shop-list .contacts .selectArea .selectIn {
  height: 27px;
}
.shop-list .contacts .selectArea .selectIn .selectText {
  padding-top: 3px;
  height: 27px;
  border-right: 1px solid #bfdfe9;
}
.shop-list .custom_placeholder {
  font: 18px 'PT Sans', sans-serif !important;
  color: #01aeee !important;
}
FOOTER {
  background: #4041ae;
  background: linear-gradient(to top,#2a2b97,#4344b1);
  bottom: 0;
  position: absolute;
  width: 100%;
  left:0
}
FOOTER .footer-wrapper {
  height: 40px;
  padding: 0;
  width: 1100px;
}
FOOTER .copyright {
  float: left;
  font: 14px 'PT Sans', sans-serif;
  color: white;
  margin-top: 11px;
}
FOOTER .footer_links {
  margin-top: 11px;
  margin-left: 25px;
  float: left;
}
FOOTER .footer_links a {
  padding: 0 8px;
  display: inline-block;
  font: 14px 'PT Sans', sans-serif;
  color: white;
  text-decoration: underline;
}
FOOTER .footer_links a:hover {
  text-decoration: none;
}
FOOTER .offer_link {
  margin-top: 11px;
  float: right;
  padding: 0 13px;
  display: inline-block;
  font: 14px 'PT Sans', sans-serif;
  color: white;
  text-decoration: underline;
}

FOOTER .contacts_link {
  margin-top: 11px;
  float:left;
  padding: 0 11px;
  display: inline-block;
  font: 14px 'PT Sans', sans-serif;
  color: white;
  text-decoration: underline;
}

FOOTER .offer_link:hover, FOOTER .contacts_link:hover {
  text-decoration: none;
}
FOOTER .intensa {
  float: right;
  display: inline-block;
  margin-top: 15px;
  font: 14px 'PT Sans', sans-serif;
  color: white;
}
FOOTER .intensa a {
  display: inline-block;
  background: url('/local/templates/virastaika/images/intensa.png') no-repeat;
  height: 10px;
  width: 50px;
  margin-top: 5px;
  margin-left: 5px;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing-function: ease-in-out;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
FOOTER .intensa:hover {
  background-position: 0 -10px;
}
FOOTER .wrapper:after {
  content: '';
  display: block;
  clear: both;
}
.rating {
  overflow: hidden;
}
.rating SPAN,
.rating A {
  float: left;
  display: block;
  margin: -2px 0;
  padding: 2px 2px;
  width: 20px;
  height: 20px;
}
.rating SPAN:before,
.rating A:before {
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  background: url('/local/templates/virastaika/images/rating_sprite.png') -20px 0 no-repeat;
  transition-duration: 0;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-duration: 0;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-duration: 0;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-duration: 0;
  -ms-transition-timing-function: ease-in-out;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
.rating SPAN.act ~ A:before,
.rating SPAN.act ~ SPAN:before,
.rating A.act ~ A:before,
.rating A.act ~ SPAN:before {
  background-position: 0 0;
}
.rating:hover A:before {
  background-position: -20px 0 !important;
}
.rating:hover A:hover ~ A:before {
  background-position: 0 0 !important;
}
.login-popup {
  position: relative;
  width: 490px;
  height: 310px;
  background: white;
  border: 2px solid #c5e2eb;
  padding-top: 25px;
  left: 50%;
  top: 50%;
  margin: -155px 0 0 -245px;
  border-radius: 10px;
}
.login-popup .login-head {
  margin-left: 60px;
}
.login-popup .login-head span {
  font: bold 18px 'PT Sans', sans-serif;
  color: #2997c6;
  margin-right: 170px;
}
.login-popup .login-head a {
  font: 12px 'PT Sans', sans-serif;
  color: #4546b3;
  text-decoration: underline;
}
.login-popup FORM {
  margin-left: 60px;
  margin-top: 30px;
}
.login-popup FORM input[type="email"],
.login-popup FORM input[type="password"] {
  width: 383px;
  height: 28px;
  border: 2px solid #c5e2eb;
  margin-bottom: 15px;
  padding-left: 5px;
  outline: none;
  border-radius: 6px;
}
.login-popup FORM input[type="submit"] {
  background: #0397ce;
  background: linear-gradient(to top,#0397ce,#00afef);
  border: none;
  font: bold 18px 'PT Sans', sans-serif;
  color: white;
  padding: 10px 163px;
  margin-top: 60px;
  outline: none;
  border-radius: 10px;
}
.login-popup FORM input[type="checkbox"] + label:before {
  content: '';
  display: inline-block;
  height: 16px;
  width: 16px;
  border: 2px solid #c5e2eb;
  border-radius: 5px;
  margin-right: 10px;
}
.login-popup FORM input[type="checkbox"]:checked + label::before {
  background: url('/local/templates/virastaika/images/login/checkbox.png') no-repeat 15% 80%;
}
.login-popup FORM label {
  font: 14px 'PT Sans', sans-serif;
  color: #56a7ce;
  margin-left: 5px;
  cursor: pointer;
  vertical-align: top;
}
.login-popup .recovery-pass {
  position: absolute;
  top: 175px;
  right: 35px;
  font: 12px 'PT Sans', sans-serif;
  color: #4546b3;
  text-decoration: underline;
}
.login-popup .social {
  position: absolute;
  top: 215px;
  left: 160px;
}
.login-popup .social span {
  display: inline-block;
  font: 14px 'PT Sans', sans-serif;
  color: #4b4b4b;
}
.login-popup .social a {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.login-popup .social .vk,
.login-popup .social .CSocServVKontakte {
  background: url('/local/templates/virastaika/images/login/social_icons.png') no-repeat 0 0 !important;
}
.login-popup .social .fb,
.login-popup .social .CSocServFacebook {
  background: url('/local/templates/virastaika/images/login/social_icons.png') no-repeat 50% 0 !important;
}
.login-popup .social .gplus,
.login-popup .social .CSocServGooglePlusOAuth {
  background: url('/local/templates/virastaika/images/login/social_icons.png') no-repeat 100% 0 !important;
}
.login-popup .social .CSocServGoogleOAuth {
  background: url('/local/templates/virastaika/images/login/social_icons.png') no-repeat 100% 0 !important;
}
.login-popup .social form {
  display: inline-block !important;
  margin-left: 10px;
  margin-top: 0;
}
.login-popup .social form a i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.login-popup .social form a .CSocServVKontakte {
  background: url('/local/templates/virastaika/images/login/social_icons.png') no-repeat 0 0 !important;
}
.login-popup .social form a .CSocServFacebook {
  background: url('/local/templates/virastaika/images/login/social_icons.png') no-repeat 50% 0 !important;
}
.login-popup .social form a .CSocServGooglePlusOAuth {
  background: url('/local/templates/virastaika/images/login/social_icons.png') no-repeat 100% 0 !important;
}
.login-popup .social form a .CSocServGoogleOAuth {
  background: url('/local/templates/virastaika/images/login/social_icons.png') no-repeat 100% 0 !important;
}
.login-popup .social form .bx-auth-service-form {
  position: absolute;
  top: 40px;
  background: #fff;
  left: -100px;
  width: 410px;
  box-sizing: border-box;
  height: 75px;
  padding: 0 30px 0 0;
}
.login-popup .social form .bx-auth-service-form span {
  display: block;
  margin: -25px 0 0 100px;
}
.login-popup .social form .bx-ss-button {
  width: 87px;
  height: 22px;
  font-size: 0px;
  display: inline-block;
  margin: 0 10px 0 0;
  display: block;
}
.login-popup .social form .bx-ss-button.google-button {
  background: url(/bitrix/js/socialservices/css/icons_v4.png) no-repeat 0 -312px;
}
.login-popup .social form .bx-ss-button.vkontakte-button {
  background: url(/bitrix/js/socialservices/css/icons_v4.png) no-repeat 0 -268px;
}
.login-popup .social form .bx-ss-button.facebook-button {
  background: url(/bitrix/js/socialservices/css/icons_v4.png) no-repeat 0 -224px;
}
.login-popup .popup_close {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url('/local/templates/virastaika/images/login/close.png') no-repeat 50% 50%;
  cursor: pointer;
}
.login-popup a:hover {
  text-decoration: none;
}
.login-page {
  position: relative;
  width: 490px;
  height: 310px;
  background: white;
  border: 2px solid #c5e2eb;
  padding-top: 25px;
  margin: 0 auto 40px auto;
  border-radius: 10px;
}
.login-page .login-head {
  margin-left: 60px;
}
.login-page .login-head span {
  font: bold 18px 'PT Sans', sans-serif;
  color: #2997c6;
  margin-right: 170px;
}
.login-page .login-head a {
  font: 12px 'PT Sans', sans-serif;
  color: #4546b3;
  text-decoration: underline;
}
.login-page FORM {
  margin-left: 60px;
  margin-top: 30px;
}
.login-page FORM input[type="email"],
.login-page FORM input[type="password"] {
  width: 383px;
  height: 28px;
  border: 2px solid #c5e2eb;
  margin-bottom: 15px;
  padding-left: 5px;
  outline: none;
  border-radius: 6px;
}
.login-page FORM input[type="submit"] {
  background: #0397ce;
  background: linear-gradient(to top,#0397ce,#00afef);
  border: none;
  font: bold 18px 'PT Sans', sans-serif;
  color: white;
  padding: 10px 163px;
  margin-top: 60px;
  outline: none;
  border-radius: 10px;
}
.login-page FORM input[type="checkbox"] + label:before {
  content: '';
  display: inline-block;
  height: 16px;
  width: 16px;
  border: 2px solid #c5e2eb;
  border-radius: 5px;
  margin-right: 10px;
}
.login-page FORM input[type="checkbox"]:checked + label::before {
  background: url('/local/templates/virastaika/images/login/checkbox.png') no-repeat 15% 80%;
}
.login-page FORM label {
  font: 14px 'PT Sans', sans-serif;
  color: #56a7ce;
  margin-left: 5px;
  cursor: pointer;
  vertical-align: top;
}
.login-page .recovery-pass {
  position: absolute;
  top: 175px;
  right: 35px;
  font: 12px 'PT Sans', sans-serif;
  color: #4546b3;
  text-decoration: underline;
}
.login-page .social {
  position: absolute;
  top: 215px;
  left: 160px;
}
.login-page .social span {
  font: 14px 'PT Sans', sans-serif;
  color: #4b4b4b;
}
.login-page .social a {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.login-page .social .vk {
  background: url('/local/templates/virastaika/images/login/social_icons.png') no-repeat 0 0;
}
.login-page .social .fb {
  background: url('/local/templates/virastaika/images/login/social_icons.png') no-repeat 50% 0;
}
.login-page .social .gplus {
  background: url('/local/templates/virastaika/images/login/social_icons.png') no-repeat 100% 0;
}
.login-page .social form {
  display: inline-block !important;
  margin-left: 10px;
  margin-top: 0;
}
.login-page .social form a i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.login-page .social form a .CSocServVKontakte {
  background: url('/local/templates/virastaika/images/login/social_icons.png') no-repeat 0 0 !important;
}
.login-page .social form a .CSocServFacebook {
  background: url('/local/templates/virastaika/images/login/social_icons.png') no-repeat 50% 0 !important;
}
.login-page .social form a .CSocServGooglePlusOAuth {
  background: url('/local/templates/virastaika/images/login/social_icons.png') no-repeat 100% 0 !important;
}
.login-page .social form a .CSocServGoogleOAuth {
  background: url('/local/templates/virastaika/images/login/social_icons.png') no-repeat 100% 0 !important;
}
.login-page .social form .bx-auth-service-form {
  position: absolute;
  top: 40px;
  background: #fff;
  left: -100px;
  width: 410px;
  box-sizing: border-box;
  height: 75px;
  padding: 0 30px 0 0;
}
.login-page .social form .bx-auth-service-form span {
  display: block;
  margin: -25px 0 0 100px;
}
.login-page .social form .bx-ss-button {
  width: 87px;
  height: 22px;
  font-size: 0px;
  display: inline-block;
  margin: 0 10px 0 0;
  display: block;
}
.login-page .social form .bx-ss-button.google-button {
  background: url(/bitrix/js/socialservices/css/icons_v4.png) no-repeat 0 -312px;
}
.login-page .social form .bx-ss-button.vkontakte-button {
  background: url(/bitrix/js/socialservices/css/icons_v4.png) no-repeat 0 -268px;
}
.login-page .social form .bx-ss-button.facebook-button {
  background: url(/bitrix/js/socialservices/css/icons_v4.png) no-repeat 0 -224px;
}
.login-page .popup_close {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url('/local/templates/virastaika/images/login/close.png') no-repeat 50% 50%;
  cursor: pointer;
}
.login-page a:hover {
  text-decoration: none;
}
.call-popup {
  position: absolute;
  width: 490px;
  height: 310px;
  left: 50%;
  top: 50%;
  margin: -155px 0 0 -245px;
  background: white;
  border: 2px solid #c5e2eb;
  padding-top: 25px;
}
.call-popup .head {
  font: bold 24px 'PT Sans', sans-serif;
  color: #2997c6;
  margin-left: 90px;
}
.call-popup FORM {
  vertical-align: middle;
  margin-left: 30px;
  margin-top: 50px;
}
.call-popup FORM label {
  font: bold 18px 'PT Sans', sans-serif;
}
.call-popup FORM input[type="text"] {
    border-radius: 8px;
    outline: none;
    border: 1px solid #bfdfe9;
    height: 30px;
    font: bold 18px 'PT Sans', sans-serif;
    color: #4b4b4b;
    width: 300px;
    box-sizing: border-box;
    padding: 0 5px 0 10px;
}
.call-popup FORM input[type="submit"] {
  background: #0397ce;
  background: linear-gradient(to top,#0397ce,#00afef);
  border: none;
  font: bold 18px 'PT Sans', sans-serif;
  color: white;
  padding: 10px 163px;
  margin-top: 60px;
  outline: none;
  border-radius: 10px;
}
.call-popup FORM #name {
  margin-left: 30px;
}
.call-popup FORM .country-code {
  width: 20px !important;
  background: white;
  border: none !important;
  margin-left: 10px;
}
.call-popup FORM .operator-code {
  width: 60px !important;
  text-align: center;
}
.call-popup FORM .phone {
  width: 275px !important;
  margin-left: 5px;
}
.call-popup FORM .name {
    margin-left: 6px;
}
.call-popup FORM .sub-call {
  font: bold 18px 'PT Sans', sans-serif !important;
  background-image: url('/local/templates/virastaika/images/cart/cart-sprite.png') !important;
  background-color: #01b2ef !important;
  background-repeat: no-repeat !important;
  background-position: 30% -3% !important;
  padding: 10px 155px !important;
}
.call-popup .popup_close {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url('/local/templates/virastaika/images/login/close.png') no-repeat 50% 50%;
  cursor: pointer;
}
.set-delevery {
  background: white;
  width: 961px;
  display: none;
  position: relative;
  border: 1px solid #acd9e7;
  border-radius: 10px;
}
.set-delevery .title {
  font: bold 24px 'PT Sans', sans-serif;
  color: #2997c6;
  display: block;
  width: 320px;
  margin: 0 auto;
  margin-top: 30px;
}
.set-delevery .popup_close {
  position: absolute;
  top: 10px;
  right: 15px;
  display: block;
  width: 25px;
  height: 25px;
  background: url('/local/templates/virastaika/images/cart/delete2.png') no-repeat 0 0;
  cursor: pointer;
}
.set-delevery .submit-delevery {
  display: inline-block;
  margin-left: 325px;
  margin-bottom: 20px;
  font: bold 18px 'PT Sans', sans-serif;
  color: white;
  background: #01afee;
  background: linear-gradient(to bottom,#01b6f0,#01a7ec);
  border-radius: 5px;
  padding: 10px 95px;
  cursor: pointer;
}
.set-delevery .market {
  padding: 30px 25px;
}
.set-delevery .market #map {
  float: right;
  height: 350px;
  width: 500px;
}
.set-delevery .market .adress-head {
  margin-bottom: 20px;
  font: 16px 'PT Sans', sans-serif;
  color: #028ec2;
}
.set-delevery .market .adress-head a {
  font: bold 16px 'PT Sans', sans-serif;
  color: #2997c6;
  border-bottom: 2px dotted #2997c6;
  margin-left: 5px;
}
.set-delevery .market .adress-head .labels {
  font: bold 16px 'PT Sans', sans-serif;
  color: #4b4b4b;
}
.set-delevery .market .adress-head .date {
  outline: none;
  border: 1px solid #acd9e7;
  border-radius: 5px;
  color: #4b4b4b;
  font: 14px 'PT Sans', sans-serif;
  padding: 6px 5px;
  width: 120px;
  background: url('/local/templates/virastaika/images/cart/date2.png') no-repeat 90% 50%;
  margin-top: 10px;
}
.set-delevery .market .adress-list {
  margin-top: -25px;
  width: 305px;
  float: left;
}
.set-delevery .market .adress-list .change-city {
  top: 90px;
  left: 110px;
}
.set-delevery .market .adress-list .address-list-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font: 14px 'PT Sans', sans-serif;
  color: #4b4b4b;
}
.set-delevery .market .adress-list .address-list-menu li {
  margin-bottom: 20px;
}
.set-delevery .market .adress-list .address-list-menu .not-active a {
  color: #b4b3b3;
}
.set-delevery .market .adress-list .address-list-menu .selected a {
  color: #2997c6;
  font-weight: bold;
}
.set-delevery .market .adress-list .address-list-menu .list-item {
  font-weight: normal;
  font: 14px 'PT Sans', sans-serif;
  color: #4b4b4b;
}
.set-delevery .market .adress-list .address-list-menu a {
  cursor: pointer;
}
.set-delevery .market:after {
  content: '';
  display: block;
  clear: both;
}
.select-sub.size ul {
  width: 100px !important;
}
.select-sub.size ul LI a {
  font-size: 15px !important;
  padding: 5px 5px;
}
.select-sub.time ul {
  width: 150px !important;
}
.select-sub.time ul LI a {
  font-size: 15px !important;
  padding: 5px 5px;
}
.select-sub.sex ul {
  width: 170px !important;
}
.select-sub.sex ul LI a {
  font-size: 15px !important;
  padding: 5px 5px;
}
.select-sub.main-sort ul LI a {
  font-size: 12px !important;
  padding: 5px 5px;
}
.select-sub.price-sort ul {
  width: 50px !important;
}
.select-sub.price-sort ul LI a {
  font-size: 12px !important;
  padding: 5px 5px;
}
.pager-box {
  display: inline-block;
  margin-left: 10px;
}
.pager-box .pager {
  display: inline-block;
  background: white;
  border-radius: 5px;
  border: 1px solid #bfdfe9;
  padding: 0 5px;
  position: relative;
}
.pager-box .pager a {
  display: inline-block;
  font: 12px 'PT Sans', sans-serif;
  color: #626262;
  padding: 3px 3px;
}
.pager-box .pager .active-page {
  background: #ffd500;
  background: linear-gradient(to bottom,#ffdd00,#ffcd00);
  margin: -5px 0;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 7px 5px;
  font-size: 14px;
  border-radius: 5px;
  color: #4546b3;
}
.pager-box .nav-button {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 13px;
  padding: 5px;
  margin: -5px 2px;
}
.pager-box .nav-button:before {
  content: '';
  display: block;
  background: url('/local/templates/virastaika/images/prev_next.png') no-repeat 0 0;
  width: 6px;
  height: 13px;
}
.pager-box .next:before {
  background: url('/local/templates/virastaika/images/prev_next.png') no-repeat 100% 0;
}
.pager-box-bottom {
  float: right;
  margin-top: 40px;
}
.show-popup {
  display: block;
}
.popover {
  display: block;
}
.popover .close {
  position: absolute;
  right: 5px;
  top: 1px;
}
.btn {
  margin-top: 10px;
}
.content-develery.market .cities {
  position: absolute;
  background: #ffffff;
  border: 1px solid #4546B3;
  padding: 10px !important;
  left: 100px;
  display: none;
  z-index: 2;
}
.content-develery.market .cities li {
  margin: 10px 0 10px 0 !important;
}
.content-develery.market .cities li a {
  border: none;
  font-size: 14px !important;
}
.order-errors {
  list-style: decimal inside;
  margin: 0;
  padding: 0;
  border: 1px solid #FF0000;
  padding: 20px;
  background: #FFE0E0;
  border-radius: 10px;
}
.order-errors li {
  color: #FF0000;
}
.characteristics {
  color: #4b4b4b;
  font: 14px "PT Sans", sans-serif;
}
.characteristics .title {
  color: #000000;
}
.characteristics p {
  margin: 3px 0 3px 0;
}
.item-info .description {
  color: #4b4b4b;
  font: 14px "PT Sans", sans-serif;
}
.filter-box .search-page,
.filter-box .search-page form {
  display: inline-block;
}
.item-product .in-stock {
  font: 14px 'PT Sans', sans-serif;
  color: #47B220;
  margin-left: 10px;
  margin-right: 50px;
  margin-top: 10px;
}
.item-product .not-available {
  font: 14px 'PT Sans', sans-serif;
  color: #FF6600;
  margin-left: 10px;
  margin-right: 50px;
  margin-top: 10px;
}
.info-section .in-stock {
  font: 16px 'PT Sans', sans-serif;
  color: #47B220;
}
.info-section .not-available {
  font: 16px 'PT Sans', sans-serif;
  color: #FF6600;
}
.info-section .not-available div {
    font: 12px 'PT Sans', sans-serif;
    color: #777777;
}
.item-product .owl-carousel .image {
    display: block;
    text-align: center;
    overflow: hidden;
}
.desiredTime {
  position: relative;
}
.errorSelectDate {
  display: none;
  position: absolute;
  padding: 10px;
  border: 1px solid red;
  top: -32px;
  left: 0;
  background: #ffffff;
  z-index: 20;
  font-size: 12px;
  border-radius: 5px;
  white-space: nowrap;
  -webkit-box-shadow: 1px -1px 6px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px -1px 6px 2px rgba(0,0,0,0.3);
  box-shadow: 1px -1px 6px 2px rgba(0,0,0,0.3);
}
#mask {
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(191,223,233,0.57);
  z-index: 1000;
}
.popup {
  position: fixed;
  width: 490px;
  height: 310px;
  left: 50%;
  top: 50%;
  margin: -155px 0 0 -245px;
  background: white;
  border: 2px solid #c5e2eb;
  padding: 35px 18px 18px 18px;
  display: none;
  z-index: 1001;
  border-radius: 10px;
  box-sizing: border-box;
}
.popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 16px;
  height: 16px;
  background: url('/local/templates/virastaika/images/login/close.png') no-repeat center center;
  cursor: pointer;
}
.popup .content {
  text-align: center;
}
.popup.add-cart-result {
  width: 420px;
  height: auto;
  margin: -50px 0 0 -210px;
  overflow: hidden;
  z-index: 1200;
}
.popup.add-cart-result.ext {
    width: 962px;
    margin: -320px 0 0 -481px;
}
.popup.add-cart-result .button {
  display: inline-block;
  margin-top: 15px;
  min-width: 140px;
  padding: 10px 15px;
  border-radius: 10px;
  font: bold 15px 'PT Sans', sans-serif;
  color: white;
  background: #039fdb;
  background: linear-gradient(to top,#028ec2,#00afef);
}
.popup.add-cart-result .button.return_buy {

}
.popup.add-cart-result .interesting-block {
    margin-top: 20px;
    background: none;
    display: none;
}
.popup.add-cart-result.ext .interesting-block {
    display: block;
}
.popup.add-cart-result .interesting-block .title {
    font: bold 24px 'PT Sans', sans-serif;
    color: #4546b3;
    margin-bottom: 5px;
    margin: 0 0 10px 0;
    text-align: center;
}
.popup.add-cart-result .interesting-block .item-product {
    margin: 0 4px 0 0;

}
.popup.add-cart-result .interesting-block .item-product:last-child {
    margin-right: 0;
}
.popup.add-cart-result .interesting-block .image {

}
.popup.add-cart-result .interesting-block .image img {

}
P:last-child {
  margin-bottom: 0;
}
.text_page {
  margin-top: 15px;
  margin-left: 30px;
  float: left;
  width: 730px;
  margin-bottom: 55px;
}
.page_notice {
    display: none;
  background: #4041ae;
  background: linear-gradient(to top,#2a2b97,#4344b1);
}
.page_notice div {
  margin: 0 auto;
  width: 962px;
  height: 40px;
  font: 13px/40px 'PT Sans', sans-serif;
  color: #fff;
  text-align: center;
}
.order_complete {
  margin-top: 20px;
}
.order_complete .thanks {
  margin: 0 0 10px;
  font: bold 24px 'PT Sans', sans-serif;
  color: #4546b3;
}
.order_complete P {
  margin: 0;
}
.payment {
    margin: 20px 0 0 0;
}
.payment .tablebodytext b {
    margin: 0 0 0 10px;
    display: inline-block;
}
.payment input[type="submit"] {
    display: inline-block;
    margin-top: 15px;
    min-width: 140px;
    padding: 10px 15px;
    border-radius: 10px;
    font: bold 15px 'PT Sans', sans-serif;
    color: white;
    background: #039fdb;
    background: linear-gradient(to top,#028ec2,#00afef);
    border: none;
}
.description-text {
    margin: 0 0 0 30px;
    font: 14px 'PT Sans', sans-serif;
}
.description-text h2 {
    font: bold 28px 'PT Sans', sans-serif;
    color: #4546b3;
    line-height: 30px;
}
.products-description-text {
    margin: 30px 0 0 30px;
    font: 14px 'PT Sans', sans-serif;
}
.products-description-text h2 {
    font: bold 28px 'PT Sans', sans-serif;
    color: #4546b3;
    line-height: 30px;
}
.choose-boots-size {
    border: 3px solid #FFE300;
    border-radius: 10px;
    background-color: #fff;
    display: none;
    font-family: 'PT Sans', sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    width: 197px;
    bottom: 75px;
    left: 9px;
}
.choose-boots-size .sizes-block:before {
    content: "";
    border: 8px solid transparent;
    border-top: 8px solid #FFE300;
    border-right: 8px solid #FFE300;
    border-bottom-right-radius: 8px;
    display: block;
    position: absolute;
    bottom: -26px;
    right: 29px;
}
.choose-boots-size .sizes-block:after {
    content: "";
    border: 5px solid transparent;
    border-top: 5px solid white;
    border-right: 5px solid white;
    display: block;
    position: absolute;
    bottom: -20px;
    right: 32px;
}
.choose-boots-size .choose{
    color: #7A7A7A;
    font-size: 13px;
    height: 34px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 12px;
    width: 63px;
}
.choose-boots-size .sizes-block{
    float: right;
    height: 100%;
    position: relative;
    width: 122px;
}
.choose-boots-size .sizes-block .size {
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    height: 27px;
    line-height: 27px;
    text-align: center;
    width: 25px;
    padding: 0 4px 0 2px;
}
.choose-boots-size .sizes-block .size:hover {
    background-color: #4343B1;
    color: white;
}
.clearfix:after {
    content: "";
    clear: both;
    height: 0;
    display: table;
    visibility: hidden;
}
.text-center {
    text-align: center;
}
.bx-composite-btn-fixed {
    top: -35px;
}

/* Карта сайта */
.sitemap {

}
.sitemap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sitemap ul li {
    position: relative;
}
.sitemap ul li a {
    color: #000000;
}
.sitemap ul li a:hover {
    text-decoration: underline;
    color: #4546B3;
}
.sitemap ul li ul {
    margin-left: 4px;
    border-left: 1px dotted #4546B3;
}
.sitemap ul li ul li {
    padding: 0 0 0 24px;
}
.sitemap ul li ul li:before {
    width: 18px;
    border-top: 1px dotted #4546B3;
    position: absolute;
    top: 11px;
    content: "";
    left: 0px;
}

/* Страница с брендами */
.brands {

}
.brands .col {
    width: 33.3333%;
    float: left;
}

#footwearSizes {
    margin: 30px 0 30px 30px;
    width: calc(100% - 30px);
    font: 14px 'PT Sans', sans-serif;
}
#footwearSizes tr {

}
#footwearSizes tr td {
    padding: 5px 10px 5px 10px;
    text-align: center;
}
#footwearSizes tr td.text-left {
    text-align: left;
}

#deliveryPayment {
    width: 100%;
    border-radius: 5px;
    font-size: 12px;
}
#deliveryPayment tr {

}
#deliveryPayment tr.head {
    background: #e6f1f5;
}
#deliveryPayment tr td {
    border: 1px solid #000000;
    padding: 5px 10px 5px 10px;
}
#deliveryPayment tr td {
    text-align: center;
}
#deliveryPayment tr td.head {
    background: #e6f1f5;
    text-align: left;
}
#deliveryPayment tr td.text-right {
    text-align: right;
}

#noticeBlock {
    width: 290px;
    position: fixed;
    right: 0;
    bottom: 430px;
    background: #ffffff;
    border: 3px solid #01aeee;
    border-right: 0;
    box-sizing: border-box;
    padding: 48px 28px 48px 28px;

    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    /*display:none;*/
}
#noticeBlock .close {
    height: 16px;
    width: 16px;
    position: absolute;
    top: 15px;
    right: 15px;
    background: url(/local/templates/virastaika/images/login/close.png) no-repeat 50% 50%;
    cursor: pointer;
}
#noticeBlock .content {
    font-size: 15px;
    line-height: 19px;
}
.cart-count-freeDel{
  position: absolute;
  top: 0;
  display: table;
  width: 100%;

}

.full-cart-count-freeDel{
  position: relative;
  display: table;
  width: 100%;
}
.full-cart-count-freeDel .cart-count-freeDel-desc{
  color: #777777;
  font-size: 15px !important;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  display: table-cell;
}
.full-cart-count-freeDel .cart-count-freeDel-shell{
  padding: 5px 5px 5px 15px;
  border: 2px solid #bfdfe9;
  width: auto;
  border-radius: 10px;
  position: absolute;
  right: 229px;
  top: -44px;
  display: table-row;
}

.cart-count-freeDel-shell{
    padding: 5px 5px 20px 5px;
    width: auto;
    border-radius: 10px;
    position: absolute;
    right: 160px;
    display: block;
    width: 100px;
    background: url(/images/strelka_right.png) no-repeat center bottom;
}

.cart-count-freeDel-shell .cart-count-freeDel-desc{
  color: #777777;
  font-size: 12px;
  font-style: italic;
  text-align: left;
  display: table-cell;
  /* float: left; */
}

.cart-count-freeDel-desc .cart-count-freeDel-desc__element{
  height: 2px;
  background-color: #ffdf26;
  position: relative;
  width: 39px;
  display: inline-block;
  vertical-align: top;
  top: 4px;
  text-align: right;
}
.cart-count-freeDel-desc .cart-count-freeDel-desc__element:before{
  content: '';
  height: 2px;
  width: 50%;
  background-color: #ffdf26;
  position: absolute;
  top: 4px;
  right: 0;
}
.cart-count-freeDel-desc .cart-count-freeDel-desc__element:after{
  content: '';
  height: 2px;
  width: 20%;
  background-color: #ffdf26;
  position: absolute;
  top: 8px;
  right: 0;
}

.cart-count-freeDel__left_price{
    color: #01aeee;
    font-size: 12px;
    font-style: italic;
    vertical-align: bottom;
    text-align: right;
    /* float: right; */
    display: unset;
    /* height: 36px; */
    position: relative;
    top: 0;
    /* margin-bottom: -2px; */
    width: auto;
    white-space: unset;
    padding-left: 0;
}
.cart-count-freeDel-desc span{
  white-space: unset;
}

.full-cart-count-freeDel .cart-count-freeDel-shell.cart-count-freeDel-shell-full{
  top: -35px;
}

.cart-count-freeDel-shell:before{
  
  position: absolute;
  width: 10px;
  height: 10px;
  top: -8px;
  right: 33px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: 2px solid #bfdfe9;
  border-top: 2px solid #bfdfe9;
}
.full-cart-count-freeDel .cart-count-freeDel-shell:before{
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 15px;
  right: -7px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #bfdfe9;
  border-top: 2px solid #bfdfe9;
  border-left: none;
}

.full-cart-count-freeDel .cart-count-freeDel-shell.cart-count-freeDel-shell-full:before{
  content: none;
}
.warning.on:before {
          border: 1px solid red !important;
          background-color: red;
        }
.baner_stock{
  display: block;
    background: url("/images/header_image_s.png") no-repeat center;
  width: 100%;
  height: 50px;
}

.baner_stock:hover{
  cursor: pointer;
}

.info-section .offers li.discont:after{
  position: absolute;
  content: url("/local/templates/virastaika/images/icons/sale.png");
  opacity: 0.79;
  top: 13px;
  bottom: 0;
  left: 13px;
  right: 0;
  width: 33px;
  height: 34px;
}

.shop-section {
padding: 20px 0;
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
}

.shop-section  .shop-section-item {
	list-style: none;
	display: inline-block;
	width: 230px;
	height: 152px;
	border: 2px solid #bfdfe9;
    border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
}

.shop-section .owl-prev,
.shop-section .owl-next {
    border-radius: 5px;
    cursor: pointer;
    height: 33px;
    position: absolute;
    top: 80px;
    width: 32px;
}

.owl-prev:hover,
.owl-next:hover {
    background-position: 0 33px;
}

.shop-section .owl-prev {
    background-image: url('/local/templates/virastaika/images/prev_btn.png');
    left: -9px;
}

.shop-section .owl-next {
    background-image: url('/local/templates/virastaika/images/next_btn.png');
    right: -9px;
}
.spoiler {clear: both;margin-bottom: 20px;}
.spoiler > input{display:none;}
.spoiler > input + label {
  width: 100%;
  margin: 0 30px 0 30px;
  padding-left: 0 !important;
  cursor: pointer;
}
.spoiler > input + label .spoiler-btn{
  padding: 15px 20px 20px;
  background: linear-gradient(to top,#039fdb,#00afef);;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin-right: 30px;
}
.spoiler > input + label .spoiler-btn span{
  display: inline-block;
  background: url(/local/templates/virastaika/images/plus-icon.png) no-repeat;
  width: 27px;
  height: 27px;
  margin-bottom: -8px;
  margin-right: 6px;
}
.spoiler > input + label:before {
  display: none !important;
}
.spoiler > input + label , .spoiler > .spoiler_body{display: block;}
.spoiler > input + label + .spoiler_body{height: 0; transition: all 0.8s; overflow: hidden}
.spoiler > input:checked + label + .spoiler_body{height: auto;}

.catalog_category .show-item {
  margin-top: 0;
}
.quest-helper {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 32px;
  background: url('/local/templates/virastaika/images/quest-icon.png') no-repeat;
  cursor: pointer;
}
.quest-helper-checkbox {
  display: none;
}
.quest-helper-popup {
  display: none;
  position: absolute;
  top: 19px;
  left: 56px;
  width: 170px;
  padding: 10px;
  border: 3px solid #bfbfbf;
  border-radius: 5px;
  background: #fff;
}
.quest-helper-popup:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -28px;
  width: 28px;
  height: 68px;
  background: url('/local/templates/virastaika/images/quest-left-subarrow.png') no-repeat;
}
.quest-helper-checkbox:checked + .quest-helper-popup {
  display: block;
}

.detail-page-shop {
  padding-top: 10px;
  font: 16px 'PT Sans', sans-serif;
  color: #4546b3;
}
.detail-page-shop .img {
  width: 20px;
  height: 20px;
  background: url('/local/templates/virastaika/images/market-sprite.png') no-repeat 0% 0%;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
#loader-wrapper {
  height: 0;
  opacity: 0;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
  transition: opacity 0.6s;
}
#loader-wrapper.visible {
  height: auto;
  opacity: 1;
}
#loader {
   animation: animate 1.5s linear infinite;
   clip: rect(0, 80px, 80px, 40px);
   height: 80px;
   width: 80px;
   position: absolute;
   left: calc(50% - 40px);
   top: calc(50% - 40px);
 }
@keyframes animate {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(220deg)
  }
}
#loader:after {
  animation: animate2 1.5s ease-in-out infinite;
  clip: rect(0, 80px, 80px, 40px);
  content:'';
  border-radius: 50%;
  height: 80px;
  width: 80px;
  position: absolute;
}
@keyframes animate2 {
  0% {
    box-shadow: inset #1099dd 0 0 0 17px;
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #1099dd 0 0 0 2px;
  }
  100% {
    box-shadow: inset #1099dd 0 0 0 17px;
    transform: rotate(140deg);
  }
}
body .search-result-section .show-item .columns .price {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1em;
}
.search-result-section .show-item .columns .price .item-bonus {
    color: #01aeee;
    font-size: 14px;
    font-weight: 400;
}

@media only screen and (max-width: 991px) {
    body .search-page-item .show-item .columns {
        width: 32%;
        margin: 7px 1px 0;
    }
    body .search-page-item .show-item .columns .image {
        width: auto;
    }
}

@media only screen and (max-width: 830px) {
    .search-result-section .search-page{
        width: 100%;    
    }
    .search-result-section .filter-box > span{ 
        padding-left: 6px;
        margin-bottom: 5px;
        display: block;
    }
    .search-result-section .search-page form{
        width: 100%;    
    }
    .search-page-item .search-result-section .filter-box input[type="text"]{
        width: 97%;
        margin-left: 3px;
    }
    .search-page-item .search-result-section .filter-box input[type="submit"]{
        margin-top: 10px;   
    }
    .search-page-item .search-result-section .filter-box .result-info{
        top: -32px;
        position: relative;    
    }
}

@media only screen and (max-width: 767px) {
    body .search-page-item .show-item .columns {
        width: 48.5%;
        min-height: 0;
        padding-bottom: 10px;
        position: relative;
    }
    body .search-page-item .show-item .columns .image img {
        max-height: 86%;
    }
    body .search-page-item .show-item .columns .cart {
        float: none;
        position: absolute;
        bottom: 28px;
        margin: 0;
        right: 0;
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        margin-top: -10px;
    }
    body .search-page-item .show-item .columns .item-bonus{
        width: 270px;                                       
    }
    body .search-page-item .show-item .columns .image {
        height: 120px;
        padding: 10px;
        margin: 0;
    }    
}
@media only screen and (max-width: 600px) {
    body .search-page-item .show-item .columns {
        width: 47.1%;
    }
    body .search-page-item .show-item .columns .item-bonus{
        width: 200px;                                       
    }
}
@media only screen and (max-width: 480px) {
    .search-page-item .search-result-section .filter-box input[type="text"]{
        width: 95%;
    }
    body .search-page-item .show-item .columns .item-bonus{
        width: 130px;                                       
    }

}
@media only screen and (max-width: 330px) {
    body .item-list-page .show-item .columns {
        width: 46.8%;
    }
}

/*---------------меню-------------*/
body HEADER .main-menu {
  margin-top: 0;
  background: #0bace7;
  background: linear-gradient(to top,#039fdb,#00afef);
  padding: 0;
  border-radius: 10px;
}

HEADER .main-menu table {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
}

HEADER .main-menu tr {
  padding: 0;
  margin: 0;
  width: 100%;
}

HEADER .main-menu td {
  position: relative;
  padding: 0;
  margin: 0;
}
HEADER .main-menu td:nth-child(2) .sub-menu_left{
    width: 780px;
} 
HEADER .main-menu td:nth-child(2) .sub-menu_left .categories{
    overflow: hidden;
    padding-top: 0;
} 
HEADER .main-menu td:nth-child(2) .sub-menu_left .categories li{
    float: left;
    width: 44%;
    margin-top: 0;
} 
HEADER .main-menu .menu-item {
  display: block;
  font: 16px 'PT Sans', sans-serif;
  color: white;
  padding: 15px 0;
}

HEADER .main-menu .menu-item .item-wrap {
  display: block;
  border-right: 2px dotted white;
}

HEADER .main-menu .menu-item .item-wrap span {
  display: inline-block;
  padding: 0 9px 0 9px;
  font-size: 15px;
}

HEADER .main-menu td:first-child {
  border-radius: 8px 0 0 8px;
}

HEADER .main-menu td:first-child a{
  background-color: red;
  border-radius: 8px 0 0 8px;
}

HEADER .main-menu td:hover a, .main-menu td.act > a {
  color: #4546b3;
}

HEADER .main-menu td:first-child a span.item-wrap {
  border-right: 0;
}

HEADER .main-menu td:first-child:hover .item-wrap {
  padding: 0;
}

HEADER .main-menu td:first-child:hover a {
  background-color: #ffe200;
}

HEADER .main-menu td:last-child {
  border-radius: 0 8px 8px 0;
}

HEADER .main-menu td:last-child .item-wrap {
  border: none;
}

HEADER .main-menu td.act {
  margin-left: -2px;
  background: #ffe200;
  box-shadow: -3px 0px 0px 0px #ffe200;
}

HEADER .main-menu td.act > d {
  color: #4546b3;
}

HEADER .main-menu td.act .item-wrap {
  border: none;
  padding-right: 2px;
}

HEADER .main-menu td.act:first-child {
  box-shadow: none;
}

HEADER .main-menu td.act:first-child a {
  background: #ffe200;
}

HEADER .main-menu td.act:first-child .item-wrap {
  border: none;
  padding-right: 0;
}

HEADER .main-menu td:hover {
  margin-left: -2px;
  background: #ffe200;
  box-shadow: -3px 0px 0px 0px #ffe200;
}

HEADER .main-menu td:hover > a {
  color: #4546b3;
}

HEADER .main-menu td:hover .item-wrap {
  border: none;
  padding-right: 2px;
}

HEADER .main-menu td:hover .categories {
  display: block;
  left: -3px;
}

HEADER .main-menu td:last-child:hover .item-wrap {
  padding-right: 0px;
}

HEADER .main-menu td.act:last-child:hover .item-wrap {
  padding-right: 2px;
}

HEADER .main-menu td:first-child:hover {
  box-shadow: none;
}

HEADER .main-menu td:first-child:hover .categories {
  left: 0;
}

/*** sub-menu ***/

HEADER .main-menu td:hover .sub-menu {
  display: flex;
}

HEADER .sub-menu {
  display: none;
  position: absolute;
  background: transparent;
  border-radius: 10px;
  z-index: 110;
  white-space: nowrap;
}

HEADER .sub-menu_right {
  right: 0px;
}

HEADER .sub-menu_left {
  left: -3px;
}


/*** categories ***/

HEADER .categories  {
  border-radius: 10px;
  list-style-type: none;
  padding:0;
  margin: 0;
  background: #0bace7;
}


HEADER .categories li a:hover, .categories li.act a, HEADER .sub-categories li a:hover, HEADER .sub-categories li.act a {
  border: none;
  background: #ffe200;
  background: linear-gradient(to top,#ffd700,#fff100);
  border-radius: 8px;
  color: #4546b3 !important;
  padding-bottom: 4px;
}

HEADER .categories li:last-child a {
  padding-bottom: 5px;
}

HEADER .categories li a {
  display: block;
  padding: 3px 0px;
  font: 16px 'PT Sans', sans-serif;
  text-decoration: none;
  color: white !important;
  text-align: left;
  width: 100%;
  padding-bottom: 4px;
}

HEADER .categories a span {
  vertical-align: middle;
}


/*** sub-categories ***/

HEADER .sub-categories_hide {
  display: none;
}

HEADER .sub-categories  {
  background: white;
  list-style-type: none;
  padding: 7px 0;
  margin: 0;
  width: 220px;
  border:2px solid #0bace7;
}

HEADER .sub-categories_left {
  margin-right: 0;
  border-radius: 10px;
}

HEADER .sub-categories_right {
  margin-left: 0;
  border-radius: 10px;
}

HEADER.sub-categories li{
  padding: 0 5px 0 5px;
}

HEADER .sub-categories li:first-child {
  margin-top: -7px;
}

HEADER .sub-categories li:last-child a {
  line-height: 1.2em;
  padding-bottom: 8px;
}

HEADER .sub-categories li:last-child {
  margin-bottom: -7px;
}


HEADER .sub-categories li:last-child a {
  padding-bottom: 5px;
}

HEADER .sub-categories li a {
  display: block;
  padding: 1px 0px;
  font: 16px 'PT Sans', sans-serif;
  text-decoration: none;
  color: #4546b3 !important;
  text-align: left;
  width: 100%;
  padding-bottom: 4px;
}

HEADER .sub-categories a span {
  vertical-align: middle;
    white-space: normal;
}

HEADER .sub-menu_right .categories {
  order:2;
}

HEADER .sub-menu_right .sub-categories  {
  order:1;
}

HEADER li.act-categories {
    background: linear-gradient(to top,#ffd700,#fff100);
    border-radius: 10px;
    color: white;
}
#bx-composite-banner{
    position: absolute;
    bottom: 0; 
}


/*
     */
/*
*/