﻿/* modal */
div[aria-describedby="oil-information-dialog"] {
  padding: 0;
  background: #f5f9fa;
}
#oil-information-dialog-content > h1,
.category-single-page > h1 {
  line-height: 1;
  padding-bottom: 10px;
  background: none;
  border: none;
  margin: 0;
  padding-top: 0;
}
#oil-information-dialog-content .oil-image {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin: 0 -15px;
}
#oil-information-dialog-content .carousel-inner > .item {
  background: #fff;
}
#oil-information-dialog-content .carousel-inner > .item > img,
#oil-information-dialog-content .carousel-inner > .item > a > img,
#oil-information-dialog-content .oil-image > img {
  margin: auto;
  max-width: 50% !important;
}
#oil-information-dialog-content .oil-rating {
  margin: 0 -15px;
  border-top: none !important;
  border-bottom: 1px solid #ddd;
}
#oil-information-dialog-content .nav-tabs > li.active > a,
#oil-information-dialog-content .nav-tabs > li.active > a:hover,
#oil-information-dialog-content .nav-tabs > li.active > a:focus {
  background-color: #f7f7f7;
}
.category-single-page .nav-tabs > li.active > a,
.category-single-page .nav-tabs > li.active > a:hover,
.category-single-page .nav-tabs > li.active > a:focus {
  background-color: #ecf0f1;
}
#oil-information-dialog-content .oil-name > h4,
.category-single-page .oil-name > h4 {
  font-size: 16px;
  color: #34495e;
  font-weight: bold;
}
#oil-information-dialog-content .oil-basket-detail {
  background: #fff;
  margin: 10px -15px;
  padding: 10px 15px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
/* rightside */
#show-parameters-button {
  cursor: pointer;
  display: block;
  line-height: 1.15;
  margin: 5px 0;
  text-align: left;
}
.oil-specs .filtration .form-group .oil-buttons {
  white-space: nowrap;
  text-align: center;
}
.oil-specs .filtration .oil-buttons button {
  margin: 0;
  font-size: 0.88em;
}
.oil-specs .filtration .form-group .oil-buttons button:last-child {
  white-space: nowrap;
}
.oil-specs .filtration .form-group .oil-buttons .first-submit {
  position: absolute;
  right: -263px;
  display: none;
  z-index: 11;
}
.oil-specs .filtration .form-group .oil-buttons .first-submit > .button {
  border-radius: 8px;
  padding: 7px 10px;
  outline: none;
  font-size: 13px;
}
.oil-specs .filtration .form-group .oil-buttons .first-submit > i {
  border: 1px solid rgba(0, 0, 0, 0.69);
  font-style: normal;
  position: relative;
  padding: 5px;
  background: #fff;
  border-left: none;
}
.oil-specs .filtration .form-group .oil-buttons .first-submit > i:after {
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(0, 0, 0, 0.69);
  content: ' ';
  position: absolute;
  left: -11px;
  top: 3px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
  background: #fff;
}
.oil-specs .filtration .form-group .oil-buttons .first-submit > i span {
  width: 39px;
  display: inline-block;
}
/*.oil-specs .filtration .form-group .oil-buttons.last-submit [type="submit"] {
        visibility: hidden;
    }*/
#MinVolume,
#MaxVolume {
  float: left;
  margin: 0 10px 1px 0;
  width: 85px;
}
.oil-specs .form-horizontal.filtration {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  padding: 5px 30px 20px 30px;
  border-radius: 0 0 12px 12px;
  position: relative;
}
.oil-specs {
  padding: 0;
}
.oil-specs .form-group {
  margin-bottom: 5px;
}
.oil-specs .filter-heading {
  border: 1px solid #ccc;
  border-bottom: none;
  font-size: 14px;
  margin: 0 0;
  padding: 10px 0;
  text-align: center;
  border-radius: 12px 12px 0 0;
  text-transform: uppercase;
}
.oil-specs .filter-heading .close-filter {
  color: grey;
  position: absolute;
  right: 10px;
  top: 11px;
  font-size: 17px;
  cursor: pointer;
  opacity: 0.8;
}
.oil-specs .filter-heading .close-filter:hover {
  opacity: 1;
}
.oil-specs .form-control {
  height: 25px;
  padding: 0 15px;
}
.oil-specs .ms-parent {
  border-color: #aaa;
  height: 28px;
  padding: 0;
}
.oil-specs .ms-choice {
  outline: none;
}
.oil-specs .ms-choice > div {
  top: 0;
}
.oil-specs .ms-choice > span {
  padding-top: 2px;
  font-size: 14px;
}
.oil-specs .ms-choice > .placeholder:after {
  color: #444;
  content: "...";
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin: 2px 0 0 -4px;
}
.oil-specs .ms-drop ul > li label {
  white-space: normal;
}
.oil-specs .ms-drop ul > li label > input {
  float: left;
  margin: 3px 3px 0 0;
}
.oil-specs #forms-specifications .select2-container {
  width: 100% !important;
}
.reset-group {
  text-align: right;
  font-size: 12px;
  font-style: italic;
  margin: 4px -1px -3px 0;
  cursor: pointer;
  display: none;
}
.group-search {
  margin: 5px auto 0;
  display: block;
  height: 22px;
  padding-right: 20px;
}
#forms-specifications > .form-group > .col-xs-9 {
  margin-top: 5px;
}
#submit-filter-form .form-group label,
#submit-filter-form .form-group label > a {
  width: 100%;
  display: inline-block;
}
#submit-filter-form .form-group label.disabled,
#submit-filter-form .form-group .valuable-parameter.disabled {
  display: none;
}
#submit-filter-form .form-group label.open > a::after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#submit-filter-form .form-group label > a {
  position: relative;
  padding-right: 18px;
}
#submit-filter-form .form-group label > a:after {
  content: "";
  font-family: fontawesome;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: sub;
  -moz-transition: transform 0.15s ease 0s;
  -o-transition: transform 0.15s ease 0s;
  -webkit-transition: transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
}
.subsearch-box {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 11;
  padding: 5px 0 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  z-index: 1;
}
.info-span {
  position: absolute;
  margin-top: -20px;
  z-index: 2;
  background: white;
  padding: 0 15px;
  display: inline-block;
  color: #52a0e3;
  font-size: 11px;
  font-weight: 600;
  left: 0;
}
.subsearch-box + hr {
  display: none;
}
.values-list {
  position: relative;
}
.values-list label {
  margin: 0;
  font-size: 12px;
  padding-right: 0;
}
.values-list.cols-2 label {
  width: calc(100% / 2) !important;
}
.values-list .params {
  overflow: auto;
}
.values-list .params.scrollable {
  max-height: 400px;
  overflow-y: scroll;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.values-list .fa.fa-search {
  position: absolute;
  right: 70px;
  top: 13px;
  color: gray;
}
@media all and (max-width: 1200px) {
  .values-list .fa.fa-search {
    right: 23px;
  }
}
@media all and (max-width: 992px) {
  .group-search {
    width: 75%;
  }
  .values-list .fa.fa-search {
    right: 15%;
  }
}
.values-list hr {
  margin: 10px 0;
}
#oils-content label,
#oils-content .form-control,
.oil-specs label,
.oil-specs .form-control,
#oil-information-dialog-content label,
#oil-information-dialog-content .form-control,
.category-single-page label,
.category-single-page .form-control {
  font-size: 14px;
  font-weight: 700;
  line-height: inherit;
  text-align: left !important;
}
/* main content */
h1.oil-name-big {
  margin: 0;
}
#oils-content .pagination-container {
  text-align: right;
}
#oils-content .pagination {
  margin: 0;
}
#oils-content .pagination li a {
  padding: 7px 22px;
}
.pagination-holder {
  margin: 15px;
  clear: both;
}
.category-common ul li > div {
  background: #F0F2F7;
  border-radius: 10px;
  overflow: hidden;
  height: 233px;
  margin-bottom: 20px;
}
.category-common ul li h3 {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  margin: 10px 15px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.category-common ul li .item-img {
  float: right;
  margin-right: 15px;
  max-height: 195px;
}
.category-common ul li .img-no-photo {
  margin: 0;
}
.oil-item {
  padding: 0;
  margin-right: -1px;
  font-size: 90%;
  width: calc(100% / 4 + 1px);
}
.oil-item .thumbnail {
  border-radius: 14px;
  padding: 0;
  height: 655px;
  position: relative;
  background-color: #f5f9fa;
  border: none;
}
.oil-item .thumbnail:hover {
  box-shadow: 0 0 10px #9e9e9e;
  z-index: 22;
}
.oil-item .panel-body {
  padding: 0;
}
/* */
.oil-item .oil-name {
  border-radius: 14px 14px 0 0;
  border: 1px solid #ddd;
  padding: 5px 0;
}
.oil-item .oil-name > a {
  display: block;
  font-size: 14px;
  padding: 5px 0 0;
  font-weight: bold;
  text-align: center;
  color: #2e4661;
}
.oil-item .oil-name .oil-type {
  margin: 0 0 5px;
  color: #4e4e4e;
  font-size: 12px;
}
.oil-item .oil-name .oil-type.customized {
  height: 43px;
  overflow: hidden;
}
.season-sprite {
  display: inline-block;
  background: url(/Content/images/tires/season-sprite1.png) no-repeat;
  height: 20px;
  width: 22px;
  margin-left: -3px;
}
.season-winter {
  background-position: -10px -51px;
  width: 18px;
}
.season-summer {
  background-position: -90px -10px;
}
.season-all {
  background-position: -10px -10px;
  height: 21px;
}
.season-3PMSF {
  background-position: -50px -10px;
  margin-left: -1px;
}
.season-spikes {
  background-position: -88px -49px;
}
.season-not-spikes {
  background-position: -88px -83px;
  height: 22px;
  position: relative;
  top: 2px;
}
.tireInfo {
  fill: #363636;
  width: 35px;
  height: 35px;
  vertical-align: middle;
}
.tireInfo + span {
  color: #363636;
  vertical-align: middle;
  position: relative;
  top: 2px;
}
.runflat {
  background-position: -7px -85px;
}
.spikes-ico {
  display: inline-block;
  background: url(/Content/images/tires/season-sprite.png) no-repeat;
  background-position: -17px -35px;
  width: 17px;
  height: 17px;
}
.prokol-ico {
  display: inline-block;
  background: url(/Content/images/tires/season-sprite.png) no-repeat;
  background-position: 0 -35px;
  width: 17px;
  height: 17px;
}
.oil-item .oil-image {
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.oil-item .oil-information {
  max-width: 100%;
  white-space: nowrap;
}
.oil-item .oil-image img {
  display: block;
  margin: auto;
  vertical-align: middle;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}
.oil-item .oil-image img:hover {
  transform: scale(1.1, 1.1);
  transition: transform 0.2s ease-in-out;
}
.oil-rating,
#oil-information-dialog-content .oil-rating {
  padding: 5px;
  background: lightyellow;
  border-top: 1px solid #ddd;
}
.oil-rating-sprite,
#oil-information-dialog-content .oil-rating-sprite,
.category-single-page .oil-rating-sprite {
  background: url(/Content/images/tires/stars-ico-yellow-transparent.png) no-repeat;
  height: 16px;
  width: 110px;
  margin: auto;
}
.oil-rating-1,
#oil-information-dialog-content .oil-rating-1,
.category-single-page .oil-rating-1 {
  background-position: 0 -19px;
}
.oil-rating-2,
#oil-information-dialog-content .oil-rating-2,
.category-single-page .oil-rating-2 {
  background-position: 0 -37px;
}
.oil-rating-3,
#oil-information-dialog-content .oil-rating-3,
.category-single-page .oil-rating-3 {
  background-position: 0 -55px;
}
.oil-rating-4,
#oil-information-dialog-content .oil-rating-4,
.category-single-page .oil-rating-4 {
  background-position: 0 -75px;
}
.oil-rating-5,
#oil-information-dialog-content .oil-rating-5,
.category-single-page .oil-rating-5 {
  background-position: 0 -95px;
}
.oil-item .thumbnail .caption {
  color: #333;
  padding: 5px;
  text-align: center;
  max-height: 74px;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.oil-item .thumbnail .caption:hover {
  display: block !important;
  overflow: visible;
  background: #fff;
  z-index: 9;
  max-height: 100%;
  position: relative;
  box-shadow: 0 15px 10px -10px #fff, 0 15px 10px -10px #fff;
}
.oil-item .thumbnail .caption p {
  line-height: 1.2;
  margin: 0;
  clear: both;
  color: #bbbbbb;
  font-size: 14px;
}
.oil-item .thumbnail .caption p label {
  margin: 0;
}
.oil-item .thumbnail .caption p > span {
  display: block;
  margin: 0 15px 0 0;
}
.oil-item .thumbnail .caption p span img {
  float: right;
  position: relative;
  right: -35px;
}
#category-items .thumbnail {
  height: 440px;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  margin: -1px 0 0 0;
}
#category-items .thumbnail .oil-name {
  border-radius: 0;
  border: none;
  position: relative;
}
#category-items .thumbnail .oil-name > a {
  color: #333;
  width: 100%;
  padding: 0 5px;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
}
#category-items .thumbnail .oil-name .oil-type {
  color: #828282;
  font-size: 14px;
  line-height: 14px;
  padding: 0 5px;
  margin-bottom: 0;
}
#category-items .thumbnail .oil-name-ico {
  width: 25px;
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: center;
}
#category-items .thumbnail .oil-rating {
  background: none;
  border: none;
}
#category-items .thumbnail .oil-basket {
  border-radius: 0;
}
#category-items .thumbnail .oil-basket .oil-basket-price {
  padding: 0 0 1px;
}
#category-items .thumbnail .oil-basket .oil-cost {
  color: #333;
  font-weight: normal;
  padding: 0;
  line-height: 1;
  margin: 0;
}
#category-items .thumbnail .oil-basket .oil-supplier-timeitem {
  margin: 5px 0;
  margin-bottom: 0;
}
#category-items .thumbnail .oil-basket .oil-basket-bottom {
  border: none;
  border-radius: 0;
}
#category-items .thumbnail .oil-basket .oil-basket-bottom .show-more {
  display: inline-block;
  text-decoration: none;
  margin: 10px auto;
  padding: 3px 5px;
  font-size: 12px;
}
#category-items.customized-category .thumbnail {
  height: 460px;
}
#category-items.customized-category .thumbnail .oil-name a {
  width: 100%;
}
#category-items.tire-category .oil-name > a {
  max-width: 100%;
  width: 100%;
  padding: 0 5px;
}
#category-items .hide-parameters .oil-item .thumbnail {
  height: 535px;
}
#category-items .hide-parameters .oil-item .oil-image {
  height: 277px;
}
#category-items .hide-parameters .oil-item .oil-image img {
  max-height: 277px;
  -o-object-fit: cover;
  object-fit: cover;
}
#category-items .hide-parameters .oil-item .caption {
  display: none;
}
#category-items .hide-parameters .oil-item .oil-information {
  display: flex;
  justify-content: center;
  -ms-align-content: center;
  -webkit-align-content: center;
  align-content: center;
  height: 100%;
}
#oil-information-dialog-content.fix-img-size .carousel-inner > .item > img,
#oil-information-dialog-content.fix-img-size .carousel-inner > .item > a > img,
#oil-information-dialog-content .oil-image > img {
  max-height: 252px;
}
.category-customized-search .search-filter {
  width: calc(100% - 115px);
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.category-customized-search #brand,
.category-customized-search #submit-filter-form #brand {
  position: absolute;
  top: 0;
  right: 10px;
  margin: 0;
  padding: 1px 6px;
  list-style: none;
  line-height: 32px;
}
.category-customized-search #brand .dropdown,
.category-customized-search #submit-filter-form #brand .dropdown {
  text-align: center;
  min-width: 200px;
}
.category-customized-search #brand .dropdown a span,
.category-customized-search #submit-filter-form #brand .dropdown a span {
  max-width: 200px;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: right;
  float: right;
  border-left: 1px solid #ccc;
  padding-left: 10px;
}
.category-customized-search #brand .dropdown .dropdown-menu,
.category-customized-search #submit-filter-form #brand .dropdown .dropdown-menu {
  max-height: 300px;
  overflow: auto;
  padding: 10px;
  min-width: 216px;
  margin-top: 32px;
}
.category-customized-search #brand .dropdown .dropdown-menu li,
.category-customized-search #submit-filter-form #brand .dropdown .dropdown-menu li {
  line-height: 1.2;
}
.category-customized-search #brand select,
.category-customized-search #submit-filter-form #brand select {
  width: 100%;
}
.param-overflow {
  height: 55px;
  overflow: hidden;
  padding: 0 5px 0 0;
  position: relative;
}
.param-overflow::after {
  bottom: 0;
  color: black;
  content: "...";
  font-weight: bold;
  position: absolute;
  right: 0;
}
.oil-item .thumbnail .caption p.oil-details {
  margin: 5px 0 0;
  text-align: center;
}
.oil-basket {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  text-align: center;
  border-radius: 0 0 14px 14px;
}
#oils-content .oil-basket .count {
  border-radius: 101px;
  float: left;
  height: 39px;
  margin: 5px 0;
  padding: 0;
  width: 39px;
  font-weight: 400;
  text-align: center !important;
}
#oils-content .oil-main .oil-basket .count {
  margin: 5px 0 5px 8px;
}
#oils-content .oil-basket-price {
  background: #fff;
  padding: 0 0 7px;
}
.oil-basket .oil-basket-price .oil-cost {
  color: #f26c4f;
  font-size: 21px;
  font-weight: bold;
  white-space: nowrap;
  padding: 5px 0;
}
.oil-basket .oil-basket-price .oil-supplier-time1 {
  color: #870115;
  font-weight: bold;
  font-size: 13px;
  margin: -8px 0 0;
  white-space: normal;
}
.oil-basket .oil-basket-price .oil-supplier-time1 a {
  color: #369;
}
.oil-basket .oil-basket-bottom {
  border: 1px solid #ddd;
  border-radius: 0 0 14px 14px;
}
.oil-basket .oil-basket-box {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 14px;
  margin: 5px 5% 0;
  overflow: hidden;
  padding: 0;
}
.oil-basket .oil-basket-box > .pull-left {
  padding: 0 10px;
  border-right: 1px solid #ddd;
}
.oil-basket .show-more {
  display: block;
  font-size: 105%;
  margin: 5px auto;
  text-decoration: underline;
}
.oil-basket .show-more:hover {
  text-decoration: none;
}
.oil-basket input[type="image"] {
  border-left: 1px solid #ddd;
  float: right;
  margin: 0;
  padding: 7px 7px 7px 12px;
  position: relative;
  width: 63px;
  outline: none;
}
.oil-basket .oil-basket-price p {
  margin: 0;
}
.oil-item .oil-oem {
  white-space: nowrap;
  overflow: hidden;
  max-width: 169px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  cursor: pointer;
}
.oil-detail-description,
.dop {
  text-align: left;
  padding: 0 20px;
}
.oil-detail-description p,
.dop p {
  font-size: 14px;
  line-height: 1.1;
  margin: 0;
}
.oil-detail-description p span img {
  margin: -3px 0 0;
}
.oil-basket-detail .oil-basket-cost-box {
  float: left;
  margin: 0 20px;
}
.oil-basket-detail .oil-basket-cost-box .oil-cost span {
  color: #f26c4f;
  font-size: 21px;
  font-weight: bold;
  padding: 5px 0;
  white-space: nowrap;
  position: relative;
  top: 3px;
}
.oil-basket-detail .oil-basket-box {
  margin-top: -3px;
  float: left;
}
#oil-information-dialog .oil-basket-detail .oil-basket-box .count,
.category-single-page .oil-basket-detail .oil-basket-box .count {
  width: 39px;
  height: 39px;
  border-radius: 101px;
  float: left;
  margin: 10px 0 0 40px;
  padding: 0;
  text-align: center !important;
  font-weight: normal;
}
.oil-basket-detail .oil-basket-box > span {
  display: block;
  float: left;
  margin: 19px 15px;
  font-size: 14px;
}
.oil-basket-detail .oil-basket-box .addBasket {
  width: 60px;
  float: right;
  margin: 0;
  outline: none;
}
.oil-item .text-center .show-more {
  color: #428bca;
}
.oil-item .text-center .show-more:hover {
  text-decoration: underline;
}
#oil-information-dialog .tab-content #home {
  padding: 10px 0;
}
.dop label {
  cursor: help;
  margin: 5px 0 0;
}
.dop > p.add-param {
  margin: 0 0 5px;
}
.dop .dop-table tr td {
  vertical-align: top;
  border: 1px solid #ccc;
  padding: 5px;
}
.category-single-page {
  margin: auto;
  max-width: 600px;
}
.category-single-page .h3 {
  margin: 0 auto;
}
.category-single-page .oil-image {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.category-single-page .oil-image img {
  width: 50%;
  margin: auto;
}
.category-single-page .oil-rating {
  padding: 10px;
}
.category-single-page .nav > li > a {
  color: #222;
}
.category-single-page .oil-detail-description {
  padding-top: 15px;
}
.category-single-page .oil-basket-detail {
  border-bottom: 1px dashed #ddd;
  border-top: 1px solid #ddd;
  margin: 10px auto;
  padding: 10px 0 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input::-o-outer-spin-button,
input::-o-inner-spin-button {
  -o-appearance: none;
  margin: 0;
}
/*div[aria-describedby="oil-information-dialog"] > .ui-widget-header {
    height: auto !important;
}*/
div[aria-describedby="comparation-dialog"].ui-dialog {
  right: 0;
}
#comparation-dialog-body .col-sm-4 {
  text-align: center;
}
#comparation-dialog-body .col-sm-4 .delete-btn {
  color: #fff !important;
  margin: auto;
  margin-top: 10px;
}
#comparation-dialog-body .comparation-detail {
  margin-right: 20px;
  color: #fff;
}
#comparation-dialog-body .comparation-detail.disabled {
  cursor: not-allowed;
  pointer-events: all;
}
.oil-comparation {
  margin: 0 auto;
  padding: 7px;
  position: relative;
  width: 50px;
  height: 49px;
  outline: none;
}
.oil-comparation a {
  font-size: 30px;
  margin-top: 1px;
  color: #34495e;
}
.oil-comparation a:hover,
.oil-comparation a:active,
.oil-comparation a:focus {
  text-decoration: none;
}
.oil-comparation a.delete {
  color: lightgray;
}
/*#compare-manager-link {
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
    position: fixed;
    right: 6px;
    bottom: 200px;
    background: rgba(0, 0, 0, 0.89);
    color: #FFF !important;
    text-decoration: none;
    padding: 15px 20px;
    line-height: 142%;
    width: 184px;
    text-align: center;
    border-radius: 4px;
    z-index: 9999;
    opacity: 0.8;
    box-shadow: inset 0 0 0 1px #000;
    cursor: pointer;
    font-size: 14px;
}*/
#comparation-table tr th:first-child {
  width: 118px;
}
#comparation-table tr th img {
  width: 100%;
}
#comparation-table tfoot .count {
  width: 35px;
  float: left;
  margin-left: 5px;
  text-align: center;
}
#comparation-table tfoot .addBasket {
  width: 35px;
  float: right;
  margin: 3px 10px 0 0;
}
#comparation-table tfoot .comparation-foot {
  width: 210px;
  margin: auto;
}
#comparation-table tfoot .comparation-foot > .text-center {
  margin-top: 10px;
}
/* tires */
#tire-sort {
  margin: 0;
  color: #34495e;
  text-align: center;
  margin-right: 110px;
}
#tire-sort > .h4 {
  text-align: left;
}
#tire-sort > .select {
  display: inline-block;
  margin-right: 17px;
  margin-bottom: 11px;
  text-align: center;
}
#tire-sort > div.select {
  margin-right: 0;
}
#tire-sort > div.select select {
  height: 40px;
  color: #828282;
}
.tires-icon {
  background-color: #34495e;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  float: left;
  padding: 14px 0;
  width: 75px;
  height: 75px;
  text-align: center;
  position: relative;
  z-index: 11;
}
#tire-list > a:hover .tires-icon,
#tire-list > div:hover .tires-icon {
  background-color: #667a89;
}
.tires-icon > img {
  width: 85%;
  margin-top: 10px;
}
#tire-list {
  overflow: hidden;
  padding: 10px 0;
}
#tire-list > a {
  display: block;
  float: left;
  width: 90px;
  margin: 0 10px 10px 0;
  position: relative;
  cursor: pointer;
}
#tire-list > .active:before {
  color: #dcdfe3;
  content: "";
  font-family: fontawesome;
  font-size: 21px;
  position: absolute;
  right: 41px;
  top: 43px;
  z-index: 12;
}
#tire-list > .active > div {
  background-color: #667a89;
}
#tire-list > div {
  width: 60px;
  float: left;
  cursor: pointer;
}
#tire-list > div > div > i {
  color: #dcdfe3;
  font-size: 30px;
  margin-top: 9px;
}
.tyre-list-filter > .focus {
  z-index: 99;
}
.tires-helpers {
  overflow: hidden;
  margin: 8px 0 20px 20px;
}
.tires-helpers + .filter-heading {
  /*margin: 0;*/
  clear: both;
}
.tires-helpers > div {
  width: 29%;
  float: left;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.tires-helpers > div > img {
  width: 100%;
}
.tires-helpers.blade-icon a {
  display: block;
  margin: auto;
  cursor: pointer;
  width: 30%;
}
.tires-helpers .wheel-doc {
  float: none;
  margin: 0 45px;
}
.tires-helpers > .small {
  width: 24%;
}
.m-15 {
  display: block;
  margin: 0 15px;
}
.spoiler-head {
  cursor: pointer;
  display: block;
  margin: 0 -15px;
}
.spoiler-body {
  display: none;
}
.spoiler-polarity {
  margin: 0 15px;
  border-bottom: 1px dashed;
  display: inline-block;
  line-height: 1;
}
.spoiler-polarity:hover {
  text-decoration: none;
  border-bottom: none;
}
.blade {
  display: inline-block;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: bold;
}
.converters > legend {
  border-bottom: none;
}
.converters .ctab .w-btn {
  margin: 0;
}
.converters .ctab .w-btn.ok {
  margin-left: 10px;
  margin-top: -2px;
}
.converters .ctab input {
  width: 60px;
}
.converters .result table tr th,
.converters .result table tr td {
  padding: 5px;
  border: 1px solid rgba(152, 152, 152, 0.46);
}
.converters .result table tr td {
  text-align: center;
}
.converters table .exHint {
  float: left;
}
.converters select {
  font-size: 16px;
}
.convParameter {
  display: inline-block;
  width: 85px;
}
#forms-specifications .country-info,
.dop-table .country-info,
.converters table .exHint > i {
  border: 1px solid;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 1px 4px;
  cursor: help;
}
#forms-specifications .country-info,
.dop-table .country-info {
  margin-bottom: 3px;
}
#comparation-table tr th:not(:first-child),
#comparation-table tr td:not(:first-child) {
  text-align: center;
}
#comparation-info-dialog-body > div {
  padding: 15px 0 0;
}
.parameter-title {
  color: green;
  font-style: normal;
  font-size: 12px;
  display: inline !important;
}
.parameter-title:hover {
  color: rgba(0, 0, 0, 0.8);
}
.main-content .popover,
.ui-dialog .popover {
  min-width: 460px;
}
.country-popover-content {
  min-width: 440px;
}
body > .ui-tooltip {
  text-align: center;
  z-index: 123456789;
}
.ui-front {
  z-index: 2323235 !important;
}
.ui-dialog[aria-describedby="tire-duim-dialog"] {
  overflow: visible;
}
.ui-autocomplete {
  z-index: 12121212111212 !important;
}
.popover,
.highlight {
  z-index: 11111;
}
.ui-tooltip.highlight {
  text-align: left !important;
  max-width: 520px !important;
  width: 520px !important;
  z-index: 21111121;
}
.ui-tooltip.dialog-tooltip {
  z-index: 21111121;
}
.row-fluid > .popover {
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
  border-radius: 3px;
}
.row-fluid > .popover > .arrow,
.row-fluid > .popover > .arrow::after {
  border-style: none;
}
.overlay-bg {
  width: 100%;
  height: 1000%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.29);
  z-index: 50;
}
.grid {
  display: grid;
  z-index: 999;
}
/* tires */
/*  Вид каталога "Списком"  */
.pagination-width-type-view {
  position: relative;
  padding-right: 95px;
}
.catalog-type-view {
  position: absolute;
  right: 0;
  top: 2px;
}
.catalog-type-view label {
  font-size: 22px !important;
  line-height: 1 !important;
  height: 36px;
}
.oil-item-v3 {
  z-index: 1;
  position: relative;
}
.oil-item-v3:hover {
  z-index: 2;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.oil-item-v3 .thumbnail {
  height: auto !important;
  min-height: 135px;
  border-radius: 0 !important;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
}
.oil-item-v3 .thumbnail .oil-name {
  position: unset !important;
}
.oil-item-v3 .thumbnail .oil-name .oil-type {
  padding: 0 !important;
  margin: 0 0 3px 0 !important;
  line-height: 20px !important;
}
.oil-item-v3 .thumbnail .oil-name .oil-name-ico {
  margin: 0 5px 0 0 !important;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
}
.oil-item-v3 .thumbnail .oil-name > a {
  width: 100% !important;
  padding: 0 !important;
  display: block !important;
  white-space: normal!important;
}
.oil-item-v3 .oil-image {
  width: 180px;
  float: left;
  display: block;
  min-height: 135px;
  background: white;
  padding: 5px 10px 5px 5px;
}
.oil-item-v3 .oil-image img {
  width: 100%;
}
.oil-item-v3 .item-info {
  float: left;
  width: calc(100% - 455px);
}
.oil-item-v3 .caption {
  font-size: 12px;
  text-align: justify;
  padding: 3px 0 0 0;
}
.oil-item-v3 .caption label {
  font-weight: normal !important;
  font-size: 12px !important;
  margin: 0;
  display: inline !important;
}
.oil-item-v3 .caption p {
  color: #bbbbbb;
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
}
.oil-item-v3 .caption .oil-rating {
  background: none !important;
  border: none;
  display: block;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
.oil-item-v3 .caption .oil-rating-sprite {
  margin: 0;
  /*display: inline-block;
            margin-left: 20px;
            vertical-align: middle;*/
}
.oil-item-v3 .caption .oil-details {
  text-align: left;
  margin-top: 10px;
}
.oil-item-v3 .caption .parameter-title {
  color: green !important;
  font-size: 11px !important;
  background: rgba(0, 128, 0, 0.03);
  padding: 0 2px;
}
.oil-item-v3 .oil-basket {
  float: right;
  width: 220px;
  position: relative !important;
}
.oil-item-v3 .oil-basket .oil-basket-price {
  padding: 0 !important;
}
.oil-item-v3 .oil-basket .oil-basket-price .oil-cost {
  padding: 5px !important;
  font-weight: bold !important;
  margin-bottom: 5px !important;
}
.oil-item-v3 .oil-basket .oil-basket-price .oil-cost.not-cost {
  line-height: 1;
}
.oil-item-v3 .oil-basket .oil-basket-price .oil-supplier-time1 {
  margin: 0 !important;
  padding: 0 5px;
  line-height: 1;
}
.oil-item-v3 .oil-basket .oil-basket-price .oil-supplier-time1 a {
  font-size: 12px;
}
.oil-item-v3 .oil-basket .oil-basket-bottom {
  border: none;
  min-width: 190px;
}
.oil-item-v3 .oil-basket .show-more {
  font-size: 13px;
  padding: 4px 14px;
  margin: 5px auto;
}
.closeFilter {
  padding: 0;
}
.closeFilter .oil-item {
  width: calc(100% / 5);
}
.closeFilter + div {
  display: none;
}
.catalog-filters__tooltip {
  display: inline-flex;
  align-items: center;
  margin-right: 5px;
}
.catalog-filters__tooltip::before {
  content: "?";
  font-weight: bold;
  height: 14px;
  width: 14px;
  text-align: center;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  border-radius: 16px;
  color: #fff;
  cursor: help;
}
.catalog-filters__wrap {
  display: flex;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 3px;
}
.catalog-filters__wrap label {
  margin: 0;
  padding-top: 0!important;
}
select[name="ValueList"],
select[name="PageSize"],
select[name="Brand"] {
  opacity: 0;
  height: 33px;
  max-height: 33px;
  min-height: 33px;
}
.select2-selection--multiple ul.select2-selection__rendered {
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 45px);
  display: block;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  pointer-events: none;
  transition: padding 0.3s linear;
}
.select2-selection--multiple ul.select2-selection__rendered .select2-selection__choice {
  border: none !important;
  margin: 0;
  margin-right: 5px;
  border-radius: 0;
  background: #efefef;
  padding: 2px 3px !important;
  margin-top: 3px;
}
.select2-selection--multiple ul.select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  display: none;
}
.select2-search {
  position: relative;
  z-index: 2;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-left: 10px !important;
}
.select2-results__option.select2-results__option--disabled {
  display: none !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  font-weight: normal !important;
  margin-right: 10px !important;
  margin-top: 1px !important;
  right: 16px !important;
  padding: 1px !important;
  font-size: 20px !important;
}
@media all and (max-width: 1580px) {
  .oil-item-v3 .oil-image {
    width: 120px;
    min-width: 120px;
    min-height: 100px;
  }
  .oil-item-v3 .item-info {
    width: calc(50%);
  }
  .oil-item-v3 .caption {
    font-size: 11px;
  }
  .oil-item-v3 .caption label {
    font-size: 11px;
  }
}
@media all and (max-width: 1200px) {
  .oil-item-v3 .oil-image {
    width: 120px;
  }
  .oil-item-v3 .item-info {
    width: calc(100% - 130px);
  }
  .oil-item-v3 .oil-basket {
    width: 100%;
  }
}
/* end Вид каталога "Списком"  */
#category-top-filter,
.customized-top-filter {
  background: white;
  border-radius: 12px 12px 0 0;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
#category-top-filter .filter-heading,
.customized-top-filter .filter-heading {
  background: #363636 none repeat scroll 0 0;
  color: #ececec;
  font-weight: bold;
  padding: 11px 0;
  text-align: center;
  border-radius: 12px 12px 0 0;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 16px;
}
.top-filter #form-top-div,
.customized-top-filter #form-top-div {
  padding-right: 15px;
}
.top-filter .valuable-parameter,
.customized-top-filter .valuable-parameter,
.top-filter .valuable-parameter-not-multiple,
.customized-top-filter .valuable-parameter-not-multiple {
  white-space: nowrap;
  margin-bottom: 10px;
  min-height: 34px;
  padding-right: 0;
}
.top-filter .valuable-parameter select,
.customized-top-filter .valuable-parameter select,
.top-filter .valuable-parameter-not-multiple select,
.customized-top-filter .valuable-parameter-not-multiple select {
  max-height: 34px;
  opacity: 0;
}
.top-filter .valuable-parameter > label,
.customized-top-filter .valuable-parameter > label,
.top-filter .valuable-parameter-not-multiple > label,
.customized-top-filter .valuable-parameter-not-multiple > label {
  max-width: 158px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.top-filter .select2-container,
.customized-top-filter .select2-container {
  cursor: pointer;
}
.top-filter .select-div,
.customized-top-filter .select-div {
  width: 200px;
  display: inline-block;
  float: right;
}
.top-filter .top-filter-buttons,
.customized-top-filter .top-filter-buttons {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  position: relative;
}
.top-filter .top-filter-buttons .filter-link,
.customized-top-filter .top-filter-buttons .filter-link {
  position: absolute;
  left: 15px;
  top: 8px;
}
.customized-top-filter .valuable-parameter {
  padding-left: 25px;
  padding-right: 15px;
}
.select2-selection--multiple:before {
  content: "";
  position: absolute;
  right: 7px;
  top: 42%;
  border-top: 5px solid #888;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.ms-choice {
  border: none !important;
}
.ms-choice:focus,
.ms-choice:hover,
.ms-choice:focus {
  border: none !important;
  outline: none;
}
.ms-drop {
  margin-left: -12px;
  margin-top: 1px;
}
element.style {
  display: block;
}
.ms-drop.bottom {
  top: 100%;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.ms-drop {
  margin-left: -12px;
  margin-top: 1px;
}
.ms-drop ul > li label {
  white-space: normal;
}
element.style {
  display: block;
}
.ms-drop.bottom {
  top: 100%;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.ms-drop {
  margin-left: -12px;
  margin-top: 1px;
}
#submit-filter-form #form-top-div,
.top-filter #left-filter-form {
  display: none;
}
.filter-link {
  color: #363636;
  position: relative;
  top: 7px;
}
.filter-link i {
  font-size: 26px;
  vertical-align: middle;
}
.filter-link span {
  vertical-align: middle;
}
.customized-item {
  width: calc(100% / 4 + 1px);
}
.customized-category .oil-basket .oil-basket-price .oil-supplier-time1 {
  font-size: 12px;
}
@media all and (min-width: 1530px) {
  .oil-item .thumbnail {
    height: 650px;
  }
}
@media all and (max-width: 1280px) {
  .oil-item .oil-type {
    font-size: 90%;
  }
}
@media all and (max-width: 1200px) {
  .top-filter .valuable-parameter > label {
    max-width: 100%;
  }
  .top-filter .select-div {
    width: 100%;
  }
  .oil-specs .filtration .form-group .oil-buttons {
    white-space: normal;
  }
  .oil-specs .filtration .form-group .oil-buttons button {
    margin: 0 0 7px;
  }
  .oil-item .oil-information {
    white-space: normal;
  }
  .oil-basket .oil-basket-price .oil-supplier-time1 {
    font-size: 12px;
  }
  #oils-content .oil-basket .count {
    height: 32px;
    width: 32px;
  }
  .oil-basket input[type="image"] {
    width: 53px;
  }
  .oil-comparation {
    height: 42px;
    width: 38px;
  }
  .oil-comparation a {
    font-size: 25px;
  }
}
@media all and (min-width: 991px) and (max-width: 1423px) {
  .oil-item .show-more {
    font-size: 100%;
  }
}
@media all and (min-width: 991px) and (max-width: 1335px) {
  .oil-item .thumbnail .caption p span {
    margin: 0;
  }
}
@media all and (min-width: 1199px) and (max-width: 1240px) {
  .oil-item .thumbnail .caption p span {
    font-size: 88%;
  }
}
@media all and (max-width: 1200px) {
  .row-fluid .col-xs-9 {
    padding: 0;
  }
  #oils-content .col-xs-3 {
    padding: 0 5px;
    width: calc(100% / 3);
  }
  .oil-item .thumbnail .caption p span {
    margin: 0 0 0 0;
  }
  .oil-item .thumbnail .caption p:first-child span {
    text-align: center !important;
  }
  .oil-specs {
    padding: 0 5px;
  }
  #forms-specifications label {
    text-align: left;
    padding: 7px 0 0;
    font-size: 11px;
  }
  #forms-specifications .form-group:last-child label {
    font-size: 10px;
    padding-top: 8px;
  }
}
@media all and (max-width: 992px) {
  .top-filter .top-filter-buttons {
    flex-wrap: wrap;
    flex-direction: column;
  }
  #oils-content {
    margin-top: 15px;
  }
  .filter-link {
    margin: 10px auto;
    left: 0 !important;
  }
  .disk-info {
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
    order: -1;
    margin: auto;
  }
  .top-filter .top-filter-buttons .filter-link {
    position: relative;
    top: 5px;
    margin-bottom: 15px;
  }
  .oil-buttons {
    width: 100%;
    text-align: center;
  }
  .oil-item-v3 .thumbnail {
    flex-wrap: wrap;
  }
  .oil-item .show-more {
    font-size: 100%;
    line-height: 1;
  }
  .oil-specs .ms-parent {
    width: 100% !important;
  }
  /*.row-fluid {
        display: flex;
        -ms-flex-flow: column-reverse wrap;
        -webkit-flex-flow: column-reverse wrap;
        flex-flow: column-reverse wrap;
    }*/
  .category-first-row > div {
    text-align: center;
  }
  .category-first-row #tire-sort {
    float: none !important;
  }
  #tire-sort {
    margin-top: 15px;
  }
  .oil-specs {
    text-align: center;
    width: 100%;
  }
  .oil-specs .filter-heading {
    margin: 0;
  }
  .oil-specs #show-parameters-button {
    text-align: center;
  }
  .row-fluid .col-xs-9 {
    width: 100%;
  }
  .first-submit {
    display: none!important;
  }
  #tire-sort {
    margin-right: 0;
  }
  .oil-name-big {
    padding-right: 100px;
  }
}
@media all and (max-width: 768px) {
  .top-filter .select-div {
    width: 220px;
  }
  .top-filter .valuable-parameter > label {
    max-width: calc(100% - 220px);
  }
  .oil-comparation {
    height: 49px;
    width: auto;
    float: none;
    margin: 0 64px 0 60px;
  }
  .oil-comparation a {
    font-size: 31px;
  }
  .oil-item .show-more {
    font-size: 110%;
  }
  #oils-content .oil-basket .count {
    height: 39px;
    width: 39px;
  }
  .oil-basket input[type="image"] {
    width: 63px;
  }
}
@media all and (max-width: 630px) {
  #oils-content .oil-basket .count {
    height: 39px;
    width: 39px;
  }
  .oil-basket input[type="image"] {
    width: 63px;
  }
}
@media all and (max-width: 550px) {
  .oil-item {
    width: 50% !important;
  }
  .oil-item .thumbnail {
    height: 650px;
  }
  #comparation-dialog-body .col-xs-4 {
    margin: 0 0 10px;
    width: 50%;
  }
}
@media all and (max-width: 440px) {
  .oil-item {
    width: 100% !important;
  }
  #category-items .thumbnail,
  .customized-item .thumbnail {
    height: auto!important;
  }
  .oil-basket {
    position: relative;
  }
  .oil-comparation {
    height: 42px;
    width: 38px;
    margin: auto;
  }
  .oil-comparation a {
    font-size: 25px;
  }
  .oil-item .show-more {
    font-size: 110%;
  }
  #oils-content .oil-basket .count {
    height: 32px;
    width: 32px;
  }
  .oil-basket input[type="image"] {
    width: 53px;
  }
}
@media all and (max-width: 390px) {
  .oil-item {
    margin: auto;
    width: 100%;
  }
  .oil-comparation {
    height: 49px;
    width: auto;
    float: none;
    margin: 0 64px 0 60px;
  }
  .oil-comparation a {
    font-size: 31px;
  }
  .oil-item .show-more {
    font-size: 110%;
  }
  #oils-content .oil-basket .count {
    height: 39px;
    width: 39px;
  }
  .oil-basket input[type="image"] {
    width: 63px;
  }
  .category-single-page .oil-basket-detail .oil-basket-box {
    text-align: center;
  }
  .category-single-page .oil-basket-detail .oil-basket-box .addBasket {
    float: none;
  }
}